.elementor-13 .elementor-element.elementor-element-c3698d0{--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:-40px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-13 .elementor-element.elementor-element-c3698d0.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-13 .elementor-element.elementor-element-d65cf08{--update-cart-automatically-display:none;--sections-border-color:#FFFFFF;--sections-border-radius:18px 18px 18px 18px;--totals-color:#534C4C;--totals-divider-weight:0px;}.elementor-13 .elementor-element.elementor-element-d65cf08 .e-cart-section{box-shadow:0px 0px 10px 0px #8A4FE5;}.elementor-13 .elementor-element.elementor-element-d65cf08 .woocommerce-cart-form{--order-summary-title-color:#D62929;}.elementor-13 .elementor-element.elementor-element-d65cf08 .e-shop-table .cart th, .elementor-13 .elementor-element.elementor-element-d65cf08 .e-shop-table .cart td:before{font-weight:600;}.elementor-13 .elementor-element.elementor-element-d65cf08 .cart td span, .elementor-13 .elementor-element.elementor-element-d65cf08 .cart td, .elementor-13 .elementor-element.elementor-element-d65cf08 .input-text.qty{font-weight:600;}@media(max-width:767px){.elementor-13 .elementor-element.elementor-element-c3698d0{--margin-top:-40px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-13 .elementor-element.elementor-element-d65cf08 .e-shop-table .cart th, .elementor-13 .elementor-element.elementor-element-d65cf08 .e-shop-table .cart td:before{font-size:18px;}.elementor-13 .elementor-element.elementor-element-d65cf08 .cart td span, .elementor-13 .elementor-element.elementor-element-d65cf08 .cart td, .elementor-13 .elementor-element.elementor-element-d65cf08 .input-text.qty{font-size:18px;}}@media(min-width:768px){.elementor-13 .elementor-element.elementor-element-c3698d0{--width:97.756%;}}/* Start custom CSS for woocommerce-cart, class: .elementor-element-d65cf08 *//* ================================
   CART TOTALS BOX
   ================================ */

.woocommerce .cart_totals {
  background: #f9f9ff; /* light frosty bg */
  border-radius: 16px;
  padding: 20px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.06);
  margin-top: 20px;
}

.woocommerce .cart_totals h2 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 15px;
  color: #8A4FE5;
  border-bottom: 2px solid #8A4FE5;
  padding-bottom: 6px;
}

/* Remove subtotal row if unwanted */
.woocommerce .cart_totals .cart-subtotal {
  display: none;
}

/* Totals table spacing */
.woocommerce .cart_totals table {
  width: 100%;
  margin-bottom: 15px;
  border-collapse: collapse;
}

.woocommerce .cart_totals table tr th,
.woocommerce .cart_totals table tr td {
  padding: 10px 0;
  font-size: 15px;
  color: #333;
}

/* ================================
   BUTTONS
   ================================ */

/* Proceed to Checkout */
.woocommerce a.checkout-button,
.woocommerce button.button.checkout {
  display: block;
  width: 100%;
  background: #8A4FE5 !important;
  color: #fff !important;
  border: none;
  border-radius: 10px;
  padding: 14px 18px;
  text-align: center;
  font-weight: 600;
  font-size: 16px;
  transition: all 0.3s ease-in-out;
}

.woocommerce a.checkout-button:hover,
.woocommerce button.button.checkout:hover {
  background: #6d3db8 !important;
}

/* Update Cart + Apply Coupon */
.woocommerce .button[name="update_cart"],
.woocommerce .coupon .button {
  background: #8A4FE5 !important;
  color: #fff !important;
  border: none;
  border-radius: 8px;
  padding: 10px 16px;
  font-weight: 600;
}

.woocommerce .button[name="update_cart"]:hover,
.woocommerce .coupon .button:hover {
  background: #6d3db8 !important;
}

/* ================================
   RESPONSIVE FIXES
   ================================ */
@media (max-width: 768px) {
  .woocommerce .cart_totals {
    margin-top: 25px;
    padding: 18px;
  }

  .woocommerce .cart_totals h2 {
    text-align: center;
  }

  .woocommerce a.checkout-button,
  .woocommerce button.button.checkout {
    font-size: 15px;
    padding: 12px;
  }
}
/* Restore headings in cart totals */
.woocommerce .cart_totals table tr th {
  display: table-cell !important;
  font-weight: 600;
  color: #8A4FE5 !important; /* brand color for label */
  text-align: left;
  padding-right: 10px;
}

/* Values (right side numbers) */
.woocommerce .cart_totals table tr td {
  display: table-cell !important;
  text-align: right;
  font-weight: 600;
  color: #333 !important;
}

/* Specific fix for Total row */
.woocommerce .cart_totals .order-total th {
  font-size: 18px;
  color: #8A4FE5 !important;
}

.woocommerce .cart_totals .order-total td {
  font-size: 18px;
  font-weight: 700;
  color: #111 !important;
}
/* ============ CART ROW FLEX FIX ============ */
.woocommerce-cart-form .shop_table.cart,
.elementor-widget-woocommerce-cart .shop_table.cart {
  width: 100%;
  border-collapse: collapse;
}

/* Force rows into flex layout */
.woocommerce-cart-form .shop_table.cart tbody tr.cart_item {
  display: flex !important;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  border: 1px solid rgba(138,79,229,0.15);
  border-radius: 10px;
  padding: 12px;
  margin-bottom: 12px;
  background: #fff;
  box-shadow: 0 2px 6px rgba(0,0,0,0.05);
}

/* Hide unwanted columns */
.woocommerce-cart-form .shop_table.cart th.product-quantity,
.woocommerce-cart-form .shop_table.cart td.product-quantity,
.woocommerce-cart-form .shop_table.cart th.product-subtotal,
.woocommerce-cart-form .shop_table.cart td.product-subtotal {
  display: none !important;
}

/* Column sizing */
.woocommerce-cart-form .shop_table.cart td.product-thumbnail {
  flex: 0 0 60px;
}
.woocommerce-cart-form .shop_table.cart td.product-thumbnail img {
  width: 60px; height: 60px; object-fit: cover; border-radius: 6px;
}
.woocommerce-cart-form .shop_table.cart td.product-name {
  flex: 1 1 auto;
  font-weight: 600;
  font-size: 15px;
  color: #222;
}
.woocommerce-cart-form .shop_table.cart td.product-price {
  flex: 0 0 70px;
  text-align: right;
  font-weight: 700;
  color: #8A4FE5;
}
.woocommerce-cart-form .shop_table.cart td.product-remove {
  flex: 0 0 36px;
  text-align: center;
}
.woocommerce-cart-form .shop_table.cart td.product-remove a.remove {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px; height: 28px;
  border-radius: 50%;
  background: #8A4FE5;
  color: #fff !important;
  font-weight: 700;
  text-decoration: none;
}

/* ============ RESPONSIVE MOBILE ============ */
@media (max-width: 768px) {
  .woocommerce-cart-form .shop_table.cart tbody tr.cart_item {
    flex-wrap: nowrap;
    justify-content: flex-start;
    gap: 12px;
    text-align: left;
  }
  .woocommerce-cart-form .shop_table.cart td.product-thumbnail {
    flex: 0 0 50px;
  }
  .woocommerce-cart-form .shop_table.cart td.product-name {
    flex: 1;
    font-size: 14px;
    white-space: normal;
    line-height: 1.3;
  }
  .woocommerce-cart-form .shop_table.cart td.product-price {
    flex: 0 0 auto;
    font-size: 14px;
  }
  .woocommerce-cart-form .shop_table.cart td.product-remove {
    flex: 0 0 auto;
  }
}
/* Force product name to always be visible */
.woocommerce-cart-form .shop_table.cart td.product-name,
.woocommerce-cart-form .shop_table.cart th.product-name {
  display: table-cell !important;
  visibility: visible !important;
  opacity: 1 !important;
  font-size: 15px;
  font-weight: 600;
  color: #222; /* readable dark */
  white-space: normal;
  text-align: left;
}

/* On mobile, ensure it doesn’t collapse */
@media (max-width: 768px) {
  .woocommerce-cart-form .shop_table.cart td.product-name {
    display: block !important;
    width: 100% !important;
    font-size: 14px;
    margin-top: 4px;
  }
}/* End custom CSS */