.elementor-2434 .elementor-element.elementor-element-95e7f9e{--display:flex;}.elementor-2434 .elementor-element.elementor-element-ff0477a .woocommerce .wc-proceed-to-checkout .checkout-button{background-color:transparent;background-image:linear-gradient(180deg, var( --e-global-color-primary ) 100%, #FFFFFF 0%);}.elementor-2434 .elementor-element.elementor-element-ff0477a{--sections-background-color:#F9F8F3;--sections-border-radius:0px 0px 0px 0px;--sections-title-color:var( --e-global-color-secondary );--links-normal-color:var( --e-global-color-primary );--links-hover-color:var( --e-global-color-secondary );--sections-radio-buttons-color:var( --e-global-color-primary );--checkout-button-normal-text-color:#FFFFFE;--checkout-button-hover-text-color:var( --e-global-color-secondary );}.elementor-2434 .elementor-element.elementor-element-ff0477a .e-cart-section{border-width:0px 0px 0px 0px;}.elementor-2434 .elementor-element.elementor-element-ff0477a .cart_totals h2{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-size:var( --e-global-typography-secondary-font-size );font-weight:var( --e-global-typography-secondary-font-weight );font-style:var( --e-global-typography-secondary-font-style );line-height:var( --e-global-typography-secondary-line-height );}.elementor-2434 .elementor-element.elementor-element-ff0477a {--sections-descriptions-color:var( --e-global-color-text );}.elementor-2434 .elementor-element.elementor-element-ff0477a .e-cart-content, .elementor-2434 .elementor-element.elementor-element-ff0477a .woocommerce-shipping-destination, .elementor-2434 .elementor-element.elementor-element-ff0477a .shipping-calculator-button{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );line-height:var( --e-global-typography-text-line-height );}.elementor-2434 .elementor-element.elementor-element-ff0477a #shipping_method li label{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );line-height:var( --e-global-typography-text-line-height );}@media(max-width:1024px){.elementor-2434 .elementor-element.elementor-element-ff0477a .cart_totals h2{font-size:var( --e-global-typography-secondary-font-size );line-height:var( --e-global-typography-secondary-line-height );}.elementor-2434 .elementor-element.elementor-element-ff0477a .e-cart-content, .elementor-2434 .elementor-element.elementor-element-ff0477a .woocommerce-shipping-destination, .elementor-2434 .elementor-element.elementor-element-ff0477a .shipping-calculator-button{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}.elementor-2434 .elementor-element.elementor-element-ff0477a #shipping_method li label{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}}@media(max-width:767px){.elementor-2434 .elementor-element.elementor-element-ff0477a .cart_totals h2{font-size:var( --e-global-typography-secondary-font-size );line-height:var( --e-global-typography-secondary-line-height );}.elementor-2434 .elementor-element.elementor-element-ff0477a .e-cart-content, .elementor-2434 .elementor-element.elementor-element-ff0477a .woocommerce-shipping-destination, .elementor-2434 .elementor-element.elementor-element-ff0477a .shipping-calculator-button{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}.elementor-2434 .elementor-element.elementor-element-ff0477a #shipping_method li label{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}}/* Start custom CSS for woocommerce-cart, class: .elementor-element-ff0477a *//* ==========================================
   0. STRONGER GLOBAL BACKGROUND OVERRIDE
========================================== */
html, body, .elementor-page, .elementor-section-wrap {
  background-color: #F9F8F3 !important;
}

/* ==========================================
   CART TOTALS BOX (FORCED MATCH TO CHECKOUT)
========================================== */
.woocommerce-cart .cart_totals table.shop_table {
  border: 1px solid #E5E5E5 !important;
  border-radius: 0px !important;
  border-collapse: collapse !important;
  width: 100% !important;
  background: #ffffff !important;
  margin: 0 !important;
}

.woocommerce-cart .cart_totals table.shop_table tr.cart-subtotal th,
.woocommerce-cart .cart_totals table.shop_table tr.cart-subtotal td {
    background: rgba(255, 143, 0, 0.05) !important; /* Light orange background */
    color: #3d3630 !important; /* Update text to darker readable brown matching other changes */
    font-weight: 800 !important;
    text-transform: uppercase !important;
    border-top: 2px solid rgba(255, 143, 0, 0.4) !important; /* Update line styling matching previous page */
    border-bottom: 2px solid rgba(255, 143, 0, 0.4) !important;
    padding: 20px 22px !important;
}

.woocommerce-cart .cart_totals table.shop_table tr.order-total th,
.woocommerce-cart .cart_totals table.shop_table tr.order-total td {
    background: rgba(255, 143, 0, 0.05) !important; /* Light orange background instead of solid black */
    padding: 20px 22px !important; 
    border: none !important;
}

.woocommerce-cart .cart_totals table.shop_table tr.order-total th {
    color: #3d3630 !important; /* Dark text for contrast against light orange */
    font-weight: 800 !important;
    text-transform: uppercase !important;
    font-size: 14px !important; 
}

.woocommerce-cart .cart_totals table.shop_table tr.order-total td,
.woocommerce-cart .cart_totals table.shop_table tr.order-total td bdi,
.woocommerce-cart .cart_totals table.shop_table tr.order-total td .woocommerce-Price-amount {
    color: #FF8F00 !important; /* Primary orange color matching the single-product style */
    font-weight: 800 !important;
    font-size: 24px !important; /* Make it slightly more prominent */
}

/* ==========================================
   THE FIXES (NOTICES, QUANTITY, BUTTONS)
========================================== */

/* 1. Change 'Cart Updated' Notice */
.woocommerce-message, 
.woocommerce-info, 
.woocommerce-error {
    background-color: #ffffff !important;
    border: 2px solid #FF8F00 !important; 
    border-top-color: #FF8F00 !important; 
    color: #1D191C !important;
}

.woocommerce-message::before, 
.woocommerce-info::before, 
.woocommerce-error::before {
    color: #FF8F00 !important; 
}

/* 2. COMPLETELY HIDE THE QUANTITY FIELD COLUMNS */
.woocommerce table.shop_table th.product-quantity,
.woocommerce table.shop_table td.product-quantity,
.woocommerce-cart table.cart th.product-quantity,
.woocommerce-cart table.cart td.product-quantity {
    display: none !important;
    width: 0 !important;
    padding: 0 !important;
}

/* 3. ABSOLUTE NUKE FOR UPDATE CART BUTTON */
.woocommerce-cart table.shop_table.cart td.actions > .button,
.woocommerce-cart table.shop_table.cart td.actions button[name="update_cart"],
.woocommerce-cart table.shop_table.cart td.actions input[name="update_cart"],
button[value="Update cart"],
.elementor-widget-woocommerce-cart .actions > button {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    width: 0 !important;
    height: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    position: absolute !important;
    pointer-events: none !important;
}

/* Style Return to Shop Button (Solid Orange, White Text) */
.woocommerce a.button.wc-backward,
.return-to-shop a.button.wc-backward {
    background-color: #FF8F00 !important;
    color: #ffffff !important;
    border: none !important;
    border-radius: 0px !important;
    text-transform: uppercase !important;
    font-weight: 800 !important;
    background-image: none !important; 
    box-shadow: none !important;
    padding: 15px 30px !important;
    display: inline-block !important;
    transition: all 0.3s ease !important;
}

.woocommerce a.button.wc-backward:hover,
.return-to-shop a.button.wc-backward:hover {
    background-color: #FF8F00 !important; 
    color: #000000 !important; 
}

/* ==========================================
   THE NEW FIXES (OVERLAPPING & REDUNDANT TEXT)
========================================== */

/* 4. Un-cluster the Variations (STABILIZED OVERLAP FIX) */
.woocommerce-cart table.shop_table.cart td.product-name dl.variation {
    margin-top: 12px !important; 
    display: block !important;
    overflow: hidden !important; 
}

.woocommerce-cart table.shop_table.cart td.product-name dl.variation dt {
    font-weight: 800 !important;
    color: #1D191C !important;
    display: block !important;
    float: left !important;
    clear: left !important;
    margin: 0 6px 8px 0 !important; 
}

.woocommerce-cart table.shop_table.cart td.product-name dl.variation dd {
    display: block !important;
    margin: 0 0 8px 0 !important; 
    overflow: hidden !important; 
}

/* 5. Hide the redundant "Qty: 1, Price: 0.00" plugin string */
.woocommerce-cart table.shop_table.cart td.product-name dl.variation dt:last-of-type,
.woocommerce-cart table.shop_table.cart td.product-name dl.variation dd:last-of-type {
    display: none !important;
}/* End custom CSS */