.elementor-11 .elementor-element.elementor-element-8fc8501{--display:flex;--padding-top:050px;--padding-bottom:0100px;--padding-left:0px;--padding-right:0px;}:root{--page-title-display:none;}/* Start custom CSS for woocommerce-cart, class: .elementor-element-69a2bb9 *//* REMOVE OUTER LEGACY BORDERS AROUND CART SECTIONS */

/* Left cart products wrapper */
.woocommerce-cart .e-cart__products,
.woocommerce-cart .e-cart-section,
.woocommerce-cart .elementor-widget-woocommerce-cart .e-cart__products,
.woocommerce-cart .elementor-widget-woocommerce-cart .e-cart-section,
.elementor-widget-woocommerce-cart .e-cart__products,
.elementor-widget-woocommerce-cart .e-cart-section {
  border: none !important;
  box-shadow: none !important;
  background: transparent !important;
}

/* Right summary wrapper */
.woocommerce-cart .e-cart__summary,
.woocommerce-cart .elementor-widget-woocommerce-cart .e-cart__summary,
.elementor-widget-woocommerce-cart .e-cart__summary {
  border: none !important;
  box-shadow: none !important;
  background: transparent !important;
}

/* Remove border from generic Elementor cart containers */
.woocommerce-cart .e-cart__container,
.woocommerce-cart .elementor-widget-woocommerce-cart .e-cart__container,
.elementor-widget-woocommerce-cart .e-cart__container,
.elementor-widget-woocommerce-cart .elementor-widget-container {
  box-shadow: none !important;
  background: transparent !important;
}

/* Kill any inherited border on direct wrappers */
.woocommerce-cart .e-cart__products,
.woocommerce-cart .e-cart__summary,
.woocommerce-cart .e-cart-section,
.woocommerce-cart .cart-collaterals {
  outline: none !important;
}

/* Specifically remove the visible outer line */
.woocommerce-cart .e-cart__products {
  border: 0 !important;
}

.woocommerce-cart .e-cart__summary {
  border: 0 !important;
}

/* Keep only the inner styled cards */
.woocommerce-cart table.shop_table,
.woocommerce-cart .cart_totals {
  border: 1px solid #e7e1d8 !important;
  border-radius: 24px !important;
  background: #ffffff !important;
}
/* CART PAGE – CLEAN ELEMENTOR / WOOCOMMERCE RESET */

/* Outer cart layout */
.woocommerce-cart .woocommerce,
.elementor-widget-woocommerce-cart .woocommerce {
  color: #111111;
}

/* Main table */
.woocommerce-cart table.shop_table,
.elementor-widget-woocommerce-cart table.shop_table {
  border: 1px solid #e7e1d8 !important;
  border-radius: 24px !important;
  border-collapse: separate !important;
  border-spacing: 0 !important;
  overflow: hidden !important;
  background: #ffffff !important;
  box-shadow: none !important;
}

/* Remove inner default backgrounds that create the "panel inside panel" effect */
.woocommerce-cart table.shop_table tbody,
.woocommerce-cart table.shop_table tr,
.woocommerce-cart table.shop_table td,
.woocommerce-cart table.shop_table th,
.elementor-widget-woocommerce-cart table.shop_table tbody,
.elementor-widget-woocommerce-cart table.shop_table tr,
.elementor-widget-woocommerce-cart table.shop_table td,
.elementor-widget-woocommerce-cart table.shop_table th {
  background: transparent !important;
}

/* Header row */
.woocommerce-cart table.shop_table th,
.elementor-widget-woocommerce-cart table.shop_table th {
  color: #111111 !important;
  font-weight: 600;
  padding: 20px 18px !important;
  border-bottom: 1px solid #e7e1d8 !important;
}

/* Body cells */
.woocommerce-cart table.shop_table td,
.elementor-widget-woocommerce-cart table.shop_table td {
  padding: 20px 18px !important;
  border-top: 1px solid #e7e1d8 !important;
  color: #111111 !important;
  vertical-align: middle;
}

/* Product image */
.woocommerce-cart table.cart img,
.elementor-widget-woocommerce-cart table.cart img {
  width: 72px !important;
  border-radius: 12px !important;
  display: block;
}

/* Product name */
.woocommerce-cart .product-name a,
.elementor-widget-woocommerce-cart .product-name a {
  color: #67c7f0 !important;
  font-weight: 600;
  text-decoration: none;
}

/* Remove button */
.woocommerce-cart a.remove,
.elementor-widget-woocommerce-cart a.remove {
  color: #111111 !important;
  background: transparent !important;
  font-size: 28px !important;
  font-weight: 400;
  line-height: 1;
}

.woocommerce-cart a.remove:hover,
.elementor-widget-woocommerce-cart a.remove:hover {
  color: #0b6b1b !important;
  background: transparent !important;
}

/* Quantity field */
.woocommerce-cart .quantity .qty,
.elementor-widget-woocommerce-cart .quantity .qty {
  min-height: 44px;
  min-width: 72px;
  border: 1px solid #d9d2c8 !important;
  border-radius: 14px !important;
  background: #ffffff !important;
  box-shadow: none !important;
  padding: 8px 12px !important;
}

/* Actions row */
.woocommerce-cart .actions,
.elementor-widget-woocommerce-cart .actions {
  background: transparent !important;
  padding-top: 18px !important;
}

/* Kill leftover coupon/update wrappers */
.woocommerce-cart .coupon,
.woocommerce-cart .actions > div,
.woocommerce-cart .cart-collaterals,
.elementor-widget-woocommerce-cart .coupon,
.elementor-widget-woocommerce-cart .actions > div,
.elementor-widget-woocommerce-cart .cart-collaterals {
  background: transparent !important;
  box-shadow: none !important;
}

/* Coupon area */
.woocommerce-cart .coupon {
  display: flex !important;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
  margin-top: 22px;
  padding: 0 !important;
  border: 0 !important;
}

/* Coupon input */
.woocommerce-cart .coupon input.input-text,
.elementor-widget-woocommerce-cart .coupon input.input-text {
  min-width: 220px;
  min-height: 52px;
  background: #ffffff !important;
  border: 1px solid #5a3e3e !important;
  border-radius: 16px !important;
  padding: 12px 16px !important;
  box-shadow: none !important;
}

/* Buttons */
.woocommerce-cart button.button,
.woocommerce-cart a.button,
.woocommerce-cart input.button,
.elementor-widget-woocommerce-cart button.button,
.elementor-widget-woocommerce-cart a.button,
.elementor-widget-woocommerce-cart input.button {
  background: #a8ef95 !important;
  color: #075414 !important;
  border: none !important;
  border-radius: 999px !important;
  min-height: 48px;
  padding: 14px 24px !important;
  font-weight: 600;
  box-shadow: none !important;
}

.woocommerce-cart button.button:hover,
.woocommerce-cart a.button:hover,
.woocommerce-cart input.button:hover,
.elementor-widget-woocommerce-cart button.button:hover,
.elementor-widget-woocommerce-cart a.button:hover,
.elementor-widget-woocommerce-cart input.button:hover {
  background: #0b6b1b !important;
  color: #ffffff !important;
}

/* Disabled update cart button */
.woocommerce-cart button.button:disabled,
.woocommerce-cart button.button[disabled],
.elementor-widget-woocommerce-cart button.button:disabled,
.elementor-widget-woocommerce-cart button.button[disabled] {
  opacity: 1 !important;
  background: #c9eaba !important;
  color: #7a8b74 !important;
}

/* Cart totals outer box */
.woocommerce-cart .cart_totals,
.elementor-widget-woocommerce-cart .cart_totals {
  background: #ffffff !important;
  border: 1px solid #e7e1d8 !important;
  border-radius: 24px !important;
  padding: 28px !important;
  box-shadow: none !important;
}

/* Remove inner cart totals panel remnants */
.woocommerce-cart .cart_totals > div,
.woocommerce-cart .cart_totals .shop_table,
.woocommerce-cart .cart_totals table,
.woocommerce-cart .cart_totals tbody,
.woocommerce-cart .cart_totals tr,
.woocommerce-cart .cart_totals td,
.woocommerce-cart .cart_totals th,
.elementor-widget-woocommerce-cart .cart_totals > div,
.elementor-widget-woocommerce-cart .cart_totals .shop_table,
.elementor-widget-woocommerce-cart .cart_totals table,
.elementor-widget-woocommerce-cart .cart_totals tbody,
.elementor-widget-woocommerce-cart .cart_totals tr,
.elementor-widget-woocommerce-cart .cart_totals td,
.elementor-widget-woocommerce-cart .cart_totals th {
  background: transparent !important;
  box-shadow: none !important;
}

/* Cart totals table */
.woocommerce-cart .cart_totals table,
.elementor-widget-woocommerce-cart .cart_totals table {
  border: none !important;
  margin: 0 !important;
}

.woocommerce-cart .cart_totals th,
.woocommerce-cart .cart_totals td,
.elementor-widget-woocommerce-cart .cart_totals th,
.elementor-widget-woocommerce-cart .cart_totals td {
  border-top: 1px solid #ece6de !important;
  padding: 16px 0 !important;
  color: #69707d !important;
}

.woocommerce-cart .cart_totals tr:first-child th,
.woocommerce-cart .cart_totals tr:first-child td,
.elementor-widget-woocommerce-cart .cart_totals tr:first-child th,
.elementor-widget-woocommerce-cart .cart_totals tr:first-child td {
  border-top: 0 !important;
}

/* Shipping calculator fields */
.woocommerce-cart .shipping-calculator-form,
.elementor-widget-woocommerce-cart .shipping-calculator-form {
  margin-top: 16px;
  background: transparent !important;
  border: 0 !important;
  padding: 0 !important;
}

.woocommerce-cart .shipping-calculator-form p,
.elementor-widget-woocommerce-cart .shipping-calculator-form p {
  margin-bottom: 16px;
}

.woocommerce-cart .shipping-calculator-form input,
.woocommerce-cart .shipping-calculator-form select,
.woocommerce-cart .shipping-calculator-form .select2-selection--single,
.elementor-widget-woocommerce-cart .shipping-calculator-form input,
.elementor-widget-woocommerce-cart .shipping-calculator-form select,
.elementor-widget-woocommerce-cart .shipping-calculator-form .select2-selection--single {
  width: 100%;
  min-height: 52px;
  border: 1px solid #5a3e3e !important;
  border-radius: 16px !important;
  background: #ffffff !important;
  padding: 12px 16px !important;
  box-shadow: none !important;
}

/* Proceed to checkout button */
.woocommerce-cart .wc-proceed-to-checkout,
.elementor-widget-woocommerce-cart .wc-proceed-to-checkout {
  padding-bottom: 0 !important;
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.elementor-widget-woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
  width: 100%;
  text-align: center;
  background: #0b6b1b !important;
  color: #ffffff !important;
  border-radius: 999px !important;
  min-height: 56px;
  padding: 16px 24px !important;
  margin: 18px 0 0 !important;
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover,
.elementor-widget-woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover {
  background: #075414 !important;
}

/* Remove extra borders/radius from widget internals */
.elementor-widget-woocommerce-cart .e-cart-template,
.elementor-widget-woocommerce-cart .ewc-cart-table,
.elementor-widget-woocommerce-cart .e-cart-totals,
.elementor-widget-woocommerce-cart .e-cart__container,
.elementor-widget-woocommerce-cart .e-cart__summary,
.elementor-widget-woocommerce-cart .e-cart__products,
.elementor-widget-woocommerce-cart .e-cart-section,
.elementor-widget-woocommerce-cart .widget_shopping_cart_content {
  background: transparent !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

/* Mobile */
@media (max-width: 767px) {
  .woocommerce-cart .coupon,
  .elementor-widget-woocommerce-cart .coupon {
    flex-direction: column;
    align-items: stretch;
  }

  .woocommerce-cart .coupon input.input-text,
  .woocommerce-cart .coupon button,
  .elementor-widget-woocommerce-cart .coupon input.input-text,
  .elementor-widget-woocommerce-cart .coupon button {
    width: 100%;
  }

  .woocommerce-cart .cart_totals,
  .elementor-widget-woocommerce-cart .cart_totals {
    padding: 20px !important;
  }
}

/* ALIGN COUPON ROW WITH CART TABLE */

.woocommerce-cart .coupon,
.elementor-widget-woocommerce-cart .coupon {
  padding-left: 24px !important;
  padding-right: 24px !important;
}

/* Match table inner spacing exactly */
.woocommerce-cart table.shop_table th:first-child,
.woocommerce-cart table.shop_table td:first-child {
  padding-left: 24px !important;
}

.woocommerce-cart table.shop_table th:last-child,
.woocommerce-cart table.shop_table td:last-child {
  padding-right: 24px !important;
}/* End custom CSS */