.elementor-3454 .elementor-element.elementor-element-f94370b{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:300px;--margin-bottom:200px;--margin-left:0px;--margin-right:0px;}/* Start custom CSS for woocommerce-cart, class: .elementor-element-7024e3a *//* =========================================================
   WooCommerce Cart - Clean Layout
   ========================================================= */

/* Main cart table */
.woocommerce-cart-form table.shop_table {
  width: 100% !important;
  table-layout: fixed !important;
  border-collapse: separate !important;
  border-spacing: 0 !important;
}

/* General cells */
.woocommerce-cart-form table.shop_table th,
.woocommerce-cart-form table.shop_table td {
  vertical-align: middle !important;
  text-align: left !important;
}

/* Hide original remove column completely */
.woocommerce-cart-form table.shop_table th.product-remove,
.woocommerce-cart-form table.shop_table td.product-remove,
.woocommerce-cart-form .product-remove.is-hidden-remove-cell {
  display: none !important;
}

/* Image column */
.woocommerce-cart-form table.shop_table th.product-thumbnail,
.woocommerce-cart-form table.shop_table td.product-thumbnail {
  width: 110px !important;
  padding-left: 0 !important;
  padding-right: 24px !important;
}

/* Product image */
.woocommerce-cart-form td.product-thumbnail img {
  width: 78px !important;
  height: 78px !important;
  object-fit: cover !important;
  display: block !important;
}

/* Product column - wider */
.woocommerce-cart-form table.shop_table th.product-name,
.woocommerce-cart-form table.shop_table td.product-name {
  width: 52% !important;
  padding-left: 0 !important;
  padding-right: 24px !important;
}

/* Price column - compact */
.woocommerce-cart-form table.shop_table th.product-price,
.woocommerce-cart-form table.shop_table td.product-price {
  width: 105px !important;
  padding-right: 18px !important;
  white-space: nowrap !important;
}

/* Quantity column - compact but still enough for qty + trash */
.woocommerce-cart-form table.shop_table th.product-quantity,
.woocommerce-cart-form table.shop_table td.product-quantity {
  width: 215px !important;
  padding-right: 18px !important;
  white-space: nowrap !important;
}

/* Subtotal column - compact */
.woocommerce-cart-form table.shop_table th.product-subtotal,
.woocommerce-cart-form table.shop_table td.product-subtotal {
  width: 135px !important;
  white-space: nowrap !important;
}

/* Header row */
.woocommerce-cart-form table.shop_table thead th {
  font-weight: 700 !important;
  color: #111 !important;
  font-size: 16px !important;
  padding-bottom: 28px !important;
}

/* Cart item row */
.woocommerce-cart-form table.shop_table tbody td {
  padding-top: 26px !important;
  padding-bottom: 26px !important;
}

/* Separator line */
.woocommerce-cart-form table.shop_table tbody tr.cart_item td {
  border-bottom: 1px solid rgba(29, 55, 96, 0.18) !important;
}


/* =========================================================
   Quantity Selector
   ========================================================= */

/* Quantity + remove wrapper */
.woocommerce-cart-form .product-quantity .cart-qty-actions {
  display: inline-flex !important;
  align-items: center !important;
  gap: 14px !important;
  white-space: nowrap !important;
}

/* Quantity control */
.woocommerce-cart-form .quantity.is-enhanced {
  display: inline-flex !important;
  align-items: center !important;
  height: 42px !important;
  border: 1px solid rgba(29, 55, 96, 0.28) !important;
  border-radius: 7px !important;
  overflow: hidden !important;
  background: #fff !important;
  flex: 0 0 auto !important;
}

/* Hide native number arrows */
.woocommerce-cart-form .quantity.is-enhanced input.qty::-webkit-outer-spin-button,
.woocommerce-cart-form .quantity.is-enhanced input.qty::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
  margin: 0 !important;
}

.woocommerce-cart-form .quantity.is-enhanced input.qty {
  width: 52px !important;
  height: 42px !important;
  border: 0 !important;
  text-align: center !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  color: #1d3760 !important;
  background: transparent !important;
  box-shadow: none !important;
  appearance: textfield !important;
  -moz-appearance: textfield !important;
}

/* Plus/minus buttons */
.woocommerce-cart-form .cart-qty-btn {
  width: 40px !important;
  height: 42px !important;
  border: 0 !important;
  background: transparent !important;
  color: #1d3760 !important;
  font-size: 17px !important;
  line-height: 1 !important;
  cursor: pointer !important;
  transition: background 0.2s ease, color 0.2s ease !important;
}

.woocommerce-cart-form .cart-qty-btn:hover {
  background: rgba(29, 55, 96, 0.06) !important;
}


/* =========================================================
   Inline Remove Icon
   ========================================================= */

.woocommerce-cart-form .product-quantity .cart-remove-inline {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 34px !important;
  height: 34px !important;
  margin: 0 !important;
  padding: 0 !important;
  border-radius: 999px !important;
  color: #1d3760 !important;
  text-decoration: none !important;
  font-size: 0 !important;
  line-height: 1 !important;
  flex: 0 0 auto !important;
}

.woocommerce-cart-form .product-quantity .cart-remove-inline::before {
  content: "🗑";
  font-size: 16px !important;
  line-height: 1 !important;
}

.woocommerce-cart-form .product-quantity .cart-remove-inline:hover {
  background: rgba(29, 55, 96, 0.08) !important;
}


/* =========================================================
   Update Cart Button
   ========================================================= */

.woocommerce-cart-form button[name="update_cart"] {
  min-width: 260px !important;
  height: 52px !important;
  border: 2px solid #55c3df !important;
  border-radius: 4px !important;
  background: transparent !important;
  color: #6f7783 !important;
  font-weight: 700 !important;
  font-size: 16px !important;
  opacity: 0.45 !important;
}

.woocommerce-cart-form button[name="update_cart"]:not(:disabled) {
  opacity: 1 !important;
  cursor: pointer !important;
}

.woocommerce-cart-form button[name="update_cart"]:not(:disabled):hover {
  background: #55c3df !important;
  color: #fff !important;
}


/* =========================================================
   Coupon Box
   ========================================================= */

/* Coupon row/cell */
.woocommerce-cart-form .coupon {
  display: flex !important;
  align-items: stretch !important;
  gap: 24px !important;
  width: 100% !important;
}

/* Coupon input */
.woocommerce-cart-form .coupon input.input-text,
.woocommerce-cart-form .coupon input[name="coupon_code"] {
  flex: 1 1 auto !important;
  min-width: 0 !important;
  height: 54px !important;
  padding: 0 18px !important;
  border: 1px solid rgba(29, 55, 96, 0.32) !important;
  border-radius: 5px !important;
  background: #fff !important;
  color: #111 !important;
  font-size: 16px !important;
  line-height: 1 !important;
  box-shadow: none !important;
}

.woocommerce-cart-form .coupon input.input-text:focus,
.woocommerce-cart-form .coupon input[name="coupon_code"]:focus {
  outline: none !important;
  border-color: #55c3df !important;
  box-shadow: 0 0 0 3px rgba(85, 195, 223, 0.16) !important;
}

.woocommerce-cart-form .coupon input::placeholder {
  color: rgba(0, 0, 0, 0.55) !important;
}

/* Coupon button */
.woocommerce-cart-form .coupon button[name="apply_coupon"] {
  flex: 0 0 260px !important;
  height: 54px !important;
  border: 2px solid #55c3df !important;
  border-radius: 5px !important;
  background: #fff !important;
  color: #6f7783 !important;
  font-weight: 700 !important;
  font-size: 16px !important;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease !important;
}

.woocommerce-cart-form .coupon button[name="apply_coupon"]:hover {
  background: #55c3df !important;
  color: #fff !important;
}

/* Actions row / coupon container */
.woocommerce-cart-form table.shop_table td.actions {
  padding-top: 28px !important;
  padding-bottom: 0 !important;
  border-top: 0 !important;
}


.woocommerce-cart-form__contents tbody tr td.actions {
    display: none !important;
}


/* =========================================================
   Responsive
   ========================================================= */

@media (max-width: 1024px) {
  .woocommerce-cart-form table.shop_table th.product-thumbnail,
  .woocommerce-cart-form table.shop_table td.product-thumbnail {
    width: 90px !important;
    padding-right: 18px !important;
  }

  .woocommerce-cart-form table.shop_table th.product-name,
  .woocommerce-cart-form table.shop_table td.product-name {
    width: 36% !important;
  }

  .woocommerce-cart-form table.shop_table th.product-price,
  .woocommerce-cart-form table.shop_table td.product-price {
    width: 110px !important;
  }

  .woocommerce-cart-form table.shop_table th.product-quantity,
  .woocommerce-cart-form table.shop_table td.product-quantity {
    width: 220px !important;
  }

  .woocommerce-cart-form table.shop_table th.product-subtotal,
  .woocommerce-cart-form table.shop_table td.product-subtotal {
    width: 140px !important;
  }
}

@media (max-width: 767px) {
  .woocommerce-cart-form table.shop_table {
    table-layout: auto !important;
  }

  .woocommerce-cart-form table.shop_table thead {
    display: none !important;
  }

  .woocommerce-cart-form table.shop_table tr.cart_item {
    display: grid !important;
    grid-template-columns: 82px 1fr !important;
    gap: 16px !important;
    padding: 18px 0 !important;
    border-bottom: 1px solid rgba(29, 55, 96, 0.18) !important;
  }

  .woocommerce-cart-form table.shop_table tr.cart_item td {
    display: block !important;
    width: auto !important;
    padding: 0 !important;
    border: 0 !important;
  }

  .woocommerce-cart-form table.shop_table td.product-thumbnail {
    grid-row: 1 / span 4 !important;
  }

  .woocommerce-cart-form td.product-thumbnail img {
    width: 82px !important;
    height: 82px !important;
  }

  .woocommerce-cart-form table.shop_table td.product-name,
  .woocommerce-cart-form table.shop_table td.product-price,
  .woocommerce-cart-form table.shop_table td.product-quantity,
  .woocommerce-cart-form table.shop_table td.product-subtotal {
    grid-column: 2 !important;
  }

  .woocommerce-cart-form .coupon {
    flex-direction: column !important;
    gap: 12px !important;
  }

  .woocommerce-cart-form .coupon button[name="apply_coupon"] {
    flex: 0 0 auto !important;
    width: 100% !important;
  }

  .woocommerce-cart-form button[name="update_cart"] {
    width: 100% !important;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-dd32f2c *//* =========================================================
   WooCommerce Notices as Toast
   ========================================================= */

.woocommerce-notices-wrapper {
  position: fixed !important;
  left: 50% !important;
  bottom: 32px !important;
  transform: translateX(-50%) !important;
  z-index: 9999999 !important;
  width: auto !important;
  max-width: min(560px, calc(100vw - 32px)) !important;
  pointer-events: none !important;
}

.woocommerce-notices-wrapper .woocommerce-message,
.woocommerce-notices-wrapper .woocommerce-info,
.woocommerce-notices-wrapper .woocommerce-error {
  display: flex !important;
  align-items: center !important;
  gap: 10px !important;

  margin: 0 !important;
  padding: 14px 20px !important;

  border: 0 !important;
  border-radius: 999px !important;
  background: rgba(255, 255, 255, 0.96) !important;
  color: #1d3760 !important;

  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.16) !important;

  font-size: 15px !important;
  line-height: 1.35 !important;

  opacity: 1 !important;
  visibility: visible !important;
  transform: translateY(0) !important;
  transition: opacity 0.25s ease, transform 0.25s ease, visibility 0.25s ease !important;

  pointer-events: auto !important;
}

/* Remove default WooCommerce positioning style */
.woocommerce-notices-wrapper .woocommerce-message::before,
.woocommerce-notices-wrapper .woocommerce-info::before,
.woocommerce-notices-wrapper .woocommerce-error::before {
  position: static !important;
  margin: 0 !important;
  color: #8bb018 !important;
}

/* Hidden state */
.woocommerce-notices-wrapper .woocommerce-message.is-toast-hidden,
.woocommerce-notices-wrapper .woocommerce-info.is-toast-hidden,
.woocommerce-notices-wrapper .woocommerce-error.is-toast-hidden {
  opacity: 0 !important;
  visibility: hidden !important;
  transform: translateY(12px) !important;
}/* End custom CSS */