.elementor-2665 .elementor-element.elementor-element-d446e23{--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;}.elementor-2665 .elementor-element.elementor-element-23da988{--update-cart-automatically-display:none;--sections-background-color:var( --e-global-color-71cd41c );--checkout-button-normal-text-color:#FFFFFF;}.elementor-2665 .elementor-element.elementor-element-23da988 .shop_table .button{border-width:0px 0px 0px 0px;}.elementor-2665 .elementor-element.elementor-element-23da988 .woocommerce .wc-proceed-to-checkout .checkout-button{background-color:var( --e-global-color-primary );}/* Start custom CSS for woocommerce-cart, class: .elementor-element-23da988 *//* Hide everything inside Cart Totals */
.e-cart-totals .cart_totals h2,
.e-cart-totals .cart_totals .shop_table,
.e-cart-totals .cart_totals .woocommerce-shipping-totals,
.e-cart-totals .cart_totals .cart-subtotal,
.e-cart-totals .cart_totals .order-total,
.e-cart-totals .cart_totals .woocommerce-shipping-calculator {
    display: none !important;
}

/* Keep the Proceed to Checkout button visible */
.e-cart-totals .wc-proceed-to-checkout {
    display: block !important;
}

/* Make sure the button itself remains visible */
.e-cart-totals .wc-proceed-to-checkout .checkout-button {
    display: block !important;
}

.elementor-widget-woocommerce-cart .woocommerce table.shop_table .product-remove a {
    display: inline-block;
    padding: 0 4.5px !important;
}

















/* ===== General Cart Page Wrapper ===== */
.woocommerce-cart .woocommerce {
    font-family: inherit;
    color: #3a2a1a;
}

/* ===== Cart Table ===== */
.woocommerce table.shop_table {
    border: 1px solid #e5d9c3;
    border-radius: 8px;
    overflow: hidden;
    border-collapse: collapse;
}

.woocommerce table.shop_table thead th {
    background-color: #6b4226;
    color: #ffffff;
    font-weight: 600;
    padding: 14px 12px;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 0.5px;
}

.woocommerce table.shop_table td {
    padding: 16px 12px;
    border-bottom: 1px solid #f0e6d2;
    vertical-align: middle;
}

.woocommerce table.shop_table tbody tr:hover {
    background-color: #faf6ec;
}

/* Product name link */
.woocommerce table.shop_table td.product-name a {
    color: #6b4226;
    font-weight: 600;
    text-decoration: none;
}

.woocommerce table.shop_table td.product-name a:hover {
    color: #3a2a1a;
    text-decoration: underline;
}

/* Product price / subtotal */
.woocommerce table.shop_table .product-price,
.woocommerce table.shop_table .product-subtotal {
    color: #6b4226;
    font-weight: 600;
}

/* ===== Quantity Input ===== */
.woocommerce table.shop_table .quantity .qty {
    border: 1px solid #d8c7a1;
    border-radius: 4px;
    padding: 8px;
    width: 60px;
    text-align: center;
    background-color: #fdfbf6;
    color: #3a2a1a;
}

.woocommerce table.shop_table .quantity .qty:focus {
    border-color: #6b4226;
    outline: none;
}

/* ===== Remove (x) Button ===== */
.woocommerce table.shop_table a.remove {
    color: #a34b2f !important;
    background: transparent !important;
    font-size: 18px;
    font-weight: bold;
}

.woocommerce table.shop_table a.remove:hover {
    color: #ffffff !important;
    background-color: #a34b2f !important;
    border-radius: 50%;
}


/* ===== Update Cart Button ===== */
.woocommerce-cart button[name="update_cart"] {
    background-color: #f0e6d2 !important;
    color: #6b4226 !important;
    border: 1px solid #6b4226 !important;
    border-radius: 4px;
    padding: 10px 20px;
    font-weight: 600;
}

.woocommerce-cart button[name="update_cart"]:hover {
    background-color: #6b4226 !important;
    color: #ffffff !important;
}

/* ===== Cart Totals Box ===== */
.woocommerce-cart .cart-collaterals .cart_totals {
    background-color: #f0e6d2;
    border: 1px solid #e5d9c3;
    border-radius: 8px;
    padding: 24px;
}

.woocommerce-cart .cart_totals h2 {
    color: #6b4226;
    font-weight: 700;
    margin-bottom: 16px;
}

.woocommerce-cart .cart_totals table.shop_table {
    border: none;
    background: transparent;
}

.woocommerce-cart .cart_totals table.shop_table th,
.woocommerce-cart .cart_totals table.shop_table td {
    background: transparent;
    color: #3a2a1a;
    border-bottom: 1px solid #e5d9c3;
    padding: 12px 4px;
}

.woocommerce-cart .cart_totals .order-total .amount {
    color: #6b4226;
    font-weight: 700;
    font-size: 18px;
}

/* ===== Proceed to Checkout Button ===== */
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
    background-color: #6b4226 !important;
    color: #ffffff !important;
    border-radius: 4px;
    padding: 14px 24px;
    font-weight: 700;
    text-align: center;
    display: block;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: background-color 0.3s ease;
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover {
    background-color: #543319 !important;
    color: #f0e6d2 !important;
}

/* ===== Empty Cart Notice (from before) ===== */
.woocommerce-info {
    border-top-color: #6b4226 !important;
    background-color: #f0e6d2 !important;
    color: #3a2a1a !important;
    border-radius: 6px;
}

.woocommerce-info::before {
    color: #6b4226 !important;
}

.woocommerce a.button.wc-backward {
    background-color: #6b4226 !important;
    color: #ffffff !important;
    border-radius: 4px;
    padding: 10px 24px;
    font-weight: 600;
    border: none;
}

.woocommerce a.button.wc-backward:hover {
    background-color: #543319 !important;
    color: #f0e6d2 !important;
}/* End custom CSS */