.woocommerce table,
.woocommerce-page table {
  border-collapse: collapse;
  border-spacing: 0;
}
.woocommerce input, .woocommerce select, .woocommerce textarea, .woocommerce button,
.woocommerce-page input,
.woocommerce-page select,
.woocommerce-page textarea,
.woocommerce-page button {
  font-family: inherit;
}
.woocommerce .screen-reader-text,
.woocommerce-page .screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.woocommerce .woocommerce-Price-amount,
.woocommerce-page .woocommerce-Price-amount {
  white-space: nowrap;
}
.woocommerce .woocommerce-Price-currencySymbol,
.woocommerce-page .woocommerce-Price-currencySymbol {
  font-size: 0.85em;
}
.woocommerce .button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce-page .button,
.woocommerce-page button.button,
.woocommerce-page input.button {
  display: inline-block;
  padding: 12px 24px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  transition: all 0.2s ease;
  line-height: 1.4;
}
.woocommerce .button:disabled,
.woocommerce button.button:disabled,
.woocommerce input.button:disabled,
.woocommerce-page .button:disabled,
.woocommerce-page button.button:disabled,
.woocommerce-page input.button:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.woocommerce .form-row,
.woocommerce-page .form-row {
  margin-bottom: 15px;
}
.woocommerce .form-row label,
.woocommerce-page .form-row label {
  display: block;
  margin-bottom: 5px;
  font-weight: 500;
  font-size: 14px;
  color: #333;
}
.woocommerce .form-row input.input-text,
.woocommerce .form-row select,
.woocommerce-page .form-row input.input-text,
.woocommerce-page .form-row select {
  width: 100%;
  height: 44px;
  padding: 0 15px;
  border: 1px solid #e0e0e0;
  border-radius: 6px;
  font-size: 14px;
  background: #fff;
}
.woocommerce .form-row input.input-text:focus,
.woocommerce .form-row select:focus,
.woocommerce-page .form-row input.input-text:focus,
.woocommerce-page .form-row select:focus {
  outline: none;
  border-color: #29235C;
}
.woocommerce .form-row textarea,
.woocommerce-page .form-row textarea {
  width: 100%;
  padding: 12px 15px;
  border: 1px solid #e0e0e0;
  border-radius: 6px;
  font-size: 14px;
  resize: vertical;
  min-height: 100px;
}
.woocommerce .form-row textarea:focus,
.woocommerce-page .form-row textarea:focus {
  outline: none;
  border-color: #29235C;
}

.woocommerce-cart .woocommerce {
  max-width: 1200px;
  margin: 0 auto;
  padding: 60px 30px;
}
@media (max-width: 767px) {
  .woocommerce-cart .woocommerce {
    padding: 40px 20px;
  }
}

.woocommerce-cart .entry-title,
.woocommerce-cart h1 {
  font-size: 32px;
  font-weight: 600;
  color: #1c1c1c;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .woocommerce-cart .entry-title,
  .woocommerce-cart h1 {
    font-size: 24px;
    margin-bottom: 20px;
  }
}

.woocommerce-cart-form {
  margin-bottom: 40px;
}

.woocommerce-cart-form__contents,
.shop_table.cart {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
}
.woocommerce-cart-form__contents thead,
.shop_table.cart thead {
  background: #f8f9fa;
}
.woocommerce-cart-form__contents thead th,
.shop_table.cart thead th {
  padding: 16px 20px;
  text-align: left;
  font-weight: 600;
  color: #1c1c1c;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  border-bottom: 1px solid #e9ecef;
}
@media (max-width: 767px) {
  .woocommerce-cart-form__contents thead th,
  .shop_table.cart thead th {
    padding: 12px 10px;
    font-size: 12px;
  }
}
.woocommerce-cart-form__contents thead th.product-remove,
.shop_table.cart thead th.product-remove {
  width: 50px;
}
.woocommerce-cart-form__contents thead th.product-thumbnail,
.shop_table.cart thead th.product-thumbnail {
  width: 100px;
}
@media (max-width: 767px) {
  .woocommerce-cart-form__contents thead th.product-thumbnail,
  .shop_table.cart thead th.product-thumbnail {
    display: none;
  }
}
.woocommerce-cart-form__contents thead th.product-price, .woocommerce-cart-form__contents thead th.product-quantity, .woocommerce-cart-form__contents thead th.product-subtotal,
.shop_table.cart thead th.product-price,
.shop_table.cart thead th.product-quantity,
.shop_table.cart thead th.product-subtotal {
  text-align: center;
  width: 120px;
}
@media (max-width: 767px) {
  .woocommerce-cart-form__contents thead th.product-price, .woocommerce-cart-form__contents thead th.product-quantity, .woocommerce-cart-form__contents thead th.product-subtotal,
  .shop_table.cart thead th.product-price,
  .shop_table.cart thead th.product-quantity,
  .shop_table.cart thead th.product-subtotal {
    width: auto;
  }
}
.woocommerce-cart-form__contents tbody .cart_item,
.shop_table.cart tbody .cart_item {
  border-bottom: 1px solid #f1f3f4;
  transition: background-color 0.2s ease;
}
.woocommerce-cart-form__contents tbody .cart_item:hover,
.shop_table.cart tbody .cart_item:hover {
  background: #fafafa;
}
.woocommerce-cart-form__contents tbody .cart_item:last-child,
.shop_table.cart tbody .cart_item:last-child {
  border-bottom: none;
}
.woocommerce-cart-form__contents tbody td,
.shop_table.cart tbody td {
  padding: 20px;
  vertical-align: middle;
}
@media (max-width: 767px) {
  .woocommerce-cart-form__contents tbody td,
  .shop_table.cart tbody td {
    padding: 12px 10px;
  }
}
.woocommerce-cart-form__contents tbody td.product-remove,
.shop_table.cart tbody td.product-remove {
  text-align: center;
}
.woocommerce-cart-form__contents tbody td.product-remove a.remove,
.shop_table.cart tbody td.product-remove a.remove {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  background: #fee2e2;
  color: #dc2626 !important;
  border-radius: 50%;
  text-decoration: none;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  transition: all 0.2s ease;
}
.woocommerce-cart-form__contents tbody td.product-remove a.remove:hover,
.shop_table.cart tbody td.product-remove a.remove:hover {
  background: #dc2626;
  color: #fff !important;
}
.woocommerce-cart-form__contents tbody td.product-thumbnail,
.shop_table.cart tbody td.product-thumbnail {
  width: 100px;
}
@media (max-width: 767px) {
  .woocommerce-cart-form__contents tbody td.product-thumbnail,
  .shop_table.cart tbody td.product-thumbnail {
    display: none;
  }
}
.woocommerce-cart-form__contents tbody td.product-thumbnail a,
.shop_table.cart tbody td.product-thumbnail a {
  display: block;
}
.woocommerce-cart-form__contents tbody td.product-thumbnail img,
.shop_table.cart tbody td.product-thumbnail img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 8px;
}
.woocommerce-cart-form__contents tbody td.product-name a,
.shop_table.cart tbody td.product-name a {
  color: #1c1c1c;
  text-decoration: none;
  font-weight: 600;
  font-size: 16px;
}
.woocommerce-cart-form__contents tbody td.product-name a:hover,
.shop_table.cart tbody td.product-name a:hover {
  color: #29235C;
}
.woocommerce-cart-form__contents tbody td.product-name .variation,
.shop_table.cart tbody td.product-name .variation {
  margin-top: 8px;
  font-size: 13px;
  color: #666;
}
.woocommerce-cart-form__contents tbody td.product-name .variation dt, .woocommerce-cart-form__contents tbody td.product-name .variation dd,
.shop_table.cart tbody td.product-name .variation dt,
.shop_table.cart tbody td.product-name .variation dd {
  display: inline;
  margin: 0;
}
.woocommerce-cart-form__contents tbody td.product-name .variation dt,
.shop_table.cart tbody td.product-name .variation dt {
  font-weight: 600;
}
.woocommerce-cart-form__contents tbody td.product-name .variation p,
.shop_table.cart tbody td.product-name .variation p {
  margin: 4px 0;
}
.woocommerce-cart-form__contents tbody td.product-price, .woocommerce-cart-form__contents tbody td.product-subtotal,
.shop_table.cart tbody td.product-price,
.shop_table.cart tbody td.product-subtotal {
  text-align: center;
  font-weight: 600;
  color: #1c1c1c;
}
.woocommerce-cart-form__contents tbody td.product-price .woocommerce-Price-amount, .woocommerce-cart-form__contents tbody td.product-subtotal .woocommerce-Price-amount,
.shop_table.cart tbody td.product-price .woocommerce-Price-amount,
.shop_table.cart tbody td.product-subtotal .woocommerce-Price-amount {
  font-size: 16px;
}
.woocommerce-cart-form__contents tbody td.product-quantity,
.shop_table.cart tbody td.product-quantity {
  text-align: center;
}
.woocommerce-cart-form__contents tbody td.product-quantity .quantity,
.shop_table.cart tbody td.product-quantity .quantity {
  display: inline-flex;
  align-items: center;
  gap: 0;
}
.woocommerce-cart-form__contents tbody td.product-quantity .quantity input.qty,
.shop_table.cart tbody td.product-quantity .quantity input.qty {
  width: 60px;
  height: 40px;
  padding: 0 10px;
  border: 1px solid #e0e0e0;
  border-radius: 6px;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  background: #fff;
  -moz-appearance: textfield;
}
.woocommerce-cart-form__contents tbody td.product-quantity .quantity input.qty::-webkit-outer-spin-button, .woocommerce-cart-form__contents tbody td.product-quantity .quantity input.qty::-webkit-inner-spin-button,
.shop_table.cart tbody td.product-quantity .quantity input.qty::-webkit-outer-spin-button,
.shop_table.cart tbody td.product-quantity .quantity input.qty::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.woocommerce-cart-form__contents tbody td.product-quantity .quantity input.qty:focus,
.shop_table.cart tbody td.product-quantity .quantity input.qty:focus {
  outline: none;
  border-color: #29235C;
}
.woocommerce-cart-form__contents tbody td.actions,
.shop_table.cart tbody td.actions {
  padding: 20px;
  background: #f8f9fa;
}
@media (max-width: 767px) {
  .woocommerce-cart-form__contents tbody td.actions,
  .shop_table.cart tbody td.actions {
    padding: 15px;
  }
}
.woocommerce-cart-form__contents tbody td.actions .coupon,
.shop_table.cart tbody td.actions .coupon {
  display: flex;
  gap: 10px;
  align-items: center;
  flex-wrap: wrap;
}
.woocommerce-cart-form__contents tbody td.actions .coupon label,
.shop_table.cart tbody td.actions .coupon label {
  display: none;
}
.woocommerce-cart-form__contents tbody td.actions .coupon input.input-text,
.shop_table.cart tbody td.actions .coupon input.input-text {
  width: 200px;
  height: 44px;
  padding: 0 15px;
  border: 1px solid #e0e0e0;
  border-radius: 6px;
  font-size: 14px;
  background: #fff;
}
@media (max-width: 767px) {
  .woocommerce-cart-form__contents tbody td.actions .coupon input.input-text,
  .shop_table.cart tbody td.actions .coupon input.input-text {
    width: 100%;
  }
}
.woocommerce-cart-form__contents tbody td.actions .coupon input.input-text:focus,
.shop_table.cart tbody td.actions .coupon input.input-text:focus {
  outline: none;
  border-color: #29235C;
}
.woocommerce-cart-form__contents tbody td.actions .coupon input.input-text::placeholder,
.shop_table.cart tbody td.actions .coupon input.input-text::placeholder {
  color: #999;
}
.woocommerce-cart-form__contents tbody td.actions .coupon button.button,
.shop_table.cart tbody td.actions .coupon button.button {
  height: 44px;
  padding: 0 20px;
  background: #f0f0f0;
  color: #1c1c1c;
  border: none;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s ease;
}
.woocommerce-cart-form__contents tbody td.actions .coupon button.button:hover,
.shop_table.cart tbody td.actions .coupon button.button:hover {
  background: #e0e0e0;
}
.woocommerce-cart-form__contents tbody td.actions button[name=update_cart],
.shop_table.cart tbody td.actions button[name=update_cart] {
  float: right;
  height: 44px;
  padding: 0 24px;
  background: #29235C;
  color: #fff;
  border: none;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s ease;
}
@media (max-width: 767px) {
  .woocommerce-cart-form__contents tbody td.actions button[name=update_cart],
  .shop_table.cart tbody td.actions button[name=update_cart] {
    float: none;
    width: 100%;
    margin-top: 15px;
  }
}
.woocommerce-cart-form__contents tbody td.actions button[name=update_cart]:hover,
.shop_table.cart tbody td.actions button[name=update_cart]:hover {
  background: rgb(24.5354330709, 20.9448818898, 55.0551181102);
}
.woocommerce-cart-form__contents tbody td.actions button[name=update_cart]:disabled,
.shop_table.cart tbody td.actions button[name=update_cart]:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.cart-collaterals {
  margin-top: 40px;
}
@media (min-width: 768px) {
  .cart-collaterals {
    display: flex;
    justify-content: flex-end;
  }
}

.cart_totals {
  background: #fff;
  border-radius: 12px;
  padding: 30px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
}
@media (min-width: 768px) {
  .cart_totals {
    width: 400px;
    min-width: 400px;
  }
}
.cart_totals h2 {
  font-size: 20px;
  font-weight: 600;
  color: #1c1c1c;
  margin-bottom: 20px;
}
.cart_totals table {
  width: 100%;
  border-collapse: collapse;
}
.cart_totals table th, .cart_totals table td {
  padding: 15px 0;
  border-bottom: 1px solid #f0f0f0;
  vertical-align: top;
}
.cart_totals table th {
  text-align: left;
  font-weight: 500;
  color: #666;
  font-size: 14px;
  width: 40%;
}
.cart_totals table td {
  text-align: right;
  font-weight: 600;
  color: #1c1c1c;
}
.cart_totals table tr:last-child th, .cart_totals table tr:last-child td {
  border-bottom: none;
}
.cart_totals table .order-total th, .cart_totals table .order-total td {
  padding-top: 20px;
  font-size: 18px;
}
.cart_totals table .order-total td .woocommerce-Price-amount {
  font-size: 24px;
  color: #1c1c1c;
}
.cart_totals table .tax-rate small,
.cart_totals table .tax-total small {
  display: block;
  font-size: 12px;
  color: #888;
  font-weight: 400;
}
.cart_totals .wc-proceed-to-checkout {
  margin-top: 25px;
}
.cart_totals .wc-proceed-to-checkout a.checkout-button {
  display: block;
  width: 100%;
  padding: 16px 24px;
  background: #FFCC00;
  color: #1c1c1c;
  text-align: center;
  text-decoration: none;
  font-size: 16px;
  font-weight: 700;
  border-radius: 6px;
  transition: all 0.2s ease;
}
.cart_totals .wc-proceed-to-checkout a.checkout-button:hover {
  background: rgb(229.5, 183.6, 0);
}

.cart-empty {
  text-align: center;
  padding: 60px 20px;
}
.cart-empty.woocommerce-info {
  background: #f8f9fa;
  border-radius: 12px;
  font-size: 18px;
  color: #666;
}

.return-to-shop {
  text-align: center;
  margin-top: 30px;
}
.return-to-shop a.button {
  display: inline-block;
  padding: 14px 32px;
  background: #29235C;
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  font-weight: 600;
  border-radius: 6px;
  transition: all 0.2s ease;
}
.return-to-shop a.button:hover {
  background: rgb(24.5354330709, 20.9448818898, 55.0551181102);
}

.woocommerce-cart .woocommerce-message,
.woocommerce-cart .woocommerce-info,
.woocommerce-cart .woocommerce-error {
  padding: 16px 20px;
  border-radius: 8px;
  margin-bottom: 20px;
  font-size: 14px;
}
.woocommerce-cart .woocommerce-message a,
.woocommerce-cart .woocommerce-info a,
.woocommerce-cart .woocommerce-error a {
  color: inherit;
  font-weight: 600;
}
.woocommerce-cart .woocommerce-message {
  background: #dcfce7;
  border: 1px solid #bbf7d0;
  color: #166534;
}
.woocommerce-cart .woocommerce-info {
  background: #f0f9ff;
  border: 1px solid #bae6fd;
  color: #0c4a6e;
}
.woocommerce-cart .woocommerce-error {
  background: #fee2e2;
  border: 1px solid #fecaca;
  color: #991b1b;
}
.woocommerce-cart .woocommerce-error li {
  list-style: none;
  margin: 0;
}

@media (max-width: 767px) {
  .shop_table.cart thead {
    display: none;
  }
  .shop_table.cart tbody .cart_item {
    display: flex;
    flex-wrap: wrap;
    padding: 15px;
    gap: 10px;
    align-items: center;
  }
  .shop_table.cart tbody td {
    padding: 5px;
    border: none;
  }
  .shop_table.cart tbody td.product-remove {
    order: 1;
    width: auto;
  }
  .shop_table.cart tbody td.product-thumbnail {
    display: none;
  }
  .shop_table.cart tbody td.product-name {
    order: 2;
    flex: 1;
    min-width: 60%;
  }
  .shop_table.cart tbody td.product-price {
    display: none;
  }
  .shop_table.cart tbody td.product-quantity {
    order: 3;
    width: auto;
  }
  .shop_table.cart tbody td.product-subtotal {
    order: 4;
    width: auto;
    font-weight: 700;
  }
  .shop_table.cart tbody td.actions {
    display: block;
    width: 100%;
  }
  .shop_table.cart tbody td.actions .coupon {
    flex-direction: column;
    align-items: stretch;
  }
  .cart_totals {
    padding: 20px;
  }
  .cart_totals table th, .cart_totals table td {
    padding: 12px 0;
    font-size: 14px;
  }
  .cart_totals table .order-total td .woocommerce-Price-amount {
    font-size: 20px;
  }
}

/*# sourceMappingURL=woocommerce-cart.css.map */
