.elementor-2794 .elementor-element.elementor-element-6d79278{--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;--padding-top:0px;--padding-bottom:0px;--padding-left:20px;--padding-right:20px;}.elementor-2794 .elementor-element.elementor-element-bda29b3 > .elementor-widget-container{padding:10px 20px 10px 20px;}:root{--page-title-display:none;}@media(max-width:767px){.elementor-2794 .elementor-element.elementor-element-6d79278{--padding-top:60px;--padding-bottom:60px;--padding-left:10px;--padding-right:10px;}.elementor-2794 .elementor-element.elementor-element-bda29b3 > .elementor-widget-container{padding:0px 0px 0px 0px;}}/* Start custom CSS for woocommerce-notices, class: .elementor-element-ae2cdb9 *//* Continue Shopping Button Styling */
.noticeClass .woocommerce-message a.button.wc-forward {
    background-color: black;
    color: white;
    text-decoration: none;
    transition: .15s ease-in !important;
}

/* Hover Effect */
.noticeClass .woocommerce-message a.button.wc-forward:hover {
    background-color: #D10000;
    color: white;
}/* End custom CSS */
/* Start custom CSS for wc-elements, class: .elementor-element-bda29b3 *//* Apply Inter Font to Cart Containers */
body.woocommerce-cart .woocommerce-cart-form,
body.woocommerce-cart .woocommerce-cart-form *,
body.woocommerce-cart .cart_totals,
body.woocommerce-cart .cart_totals * {
    font-family: 'Inter', sans-serif !important;
}

.woocommerce-message {
    font-family: 'Inter', sans-serif !important;
}

/* Success Messages & Buttons */
.woocommerce-message .button {
    background: #000000 !important; /* Changed to Black */
    font-family: 'Inter', sans-serif !important;
}

.woocommerce-message .button:hover {
    background: #D10000 !important; /* Changed to Red */
}

.woocommerce-message::before {
    color: #000000 !important; /* Changed icon to Black */
}

/* Empty Cart Styling */
.cart-empty {
    font-family: 'Inter', sans-serif !important;
    font-weight: 500;
    color: #000;
}

.return-to-shop .button {
    background-color: #000000 !important; /* Changed to Black */
    color: #fff !important;
    padding: 10px 20px !important;
    font-family: 'Inter', sans-serif !important;
}

.return-to-shop .button:hover {
    background-color: #D10000 !important; /* Changed to Red */
}

/* Cart Table Layout */
.woocommerce-cart-form .shop_table {
    border: 1px solid #e5e7eb !important;
    border-radius: 6px;
    border-collapse: collapse;
    background: #fff;
    box-shadow: 0 1px 3px rgba(0,0,0,0.05);
    margin-bottom: 20px;
    width: 100%;
}

.woocommerce-cart-form .shop_table th,
.woocommerce-cart-form .shop_table td {
    border: 1px solid #e5e7eb !important;
    padding: 14px 16px;
    vertical-align: middle;
    font-size: 15px;
}

table tbody > tr:nth-child(2n+1) > td, 
table tbody > tr:nth-child(2n+1) > th {
    background: none !important;
}

.woocommerce-cart-form th {
    font-size: 16px;
    font-weight: 600;
    background: #f9fafb;
    color: #111827;
    text-align: left;
}

.woocommerce-cart-form tbody tr:hover {
    background: #f9fbff !important;
}

/* Product Removal Link */
.woocommerce-cart-form tbody .product-remove a {
    color: #000000 !important; /* Changed to Black */
    font-size: 22px !important;
    transition: all 0.2s ease;
}

.woocommerce-cart-form tbody .product-remove a:hover {
    color: #D10000 !important; /* Changed to Red */
    transform: scale(1.2);
    background: transparent !important; /* Cleaned up previous hover rule */
}

/* Product Links and Text */
.woocommerce-cart-form .woocommerce-cart-form__cart-item td,
.woocommerce-cart-form .woocommerce-cart-form__cart-item td a {
    color: #111827 !important;
    font-size: 15px;
    font-weight: 500;
}

/* Quantity Input */
.woocommerce-cart-form .quantity .input-text {
    width: 70px;
    padding: 6px 8px;
    border: 1px solid #d1d5db;
    border-radius: 6px;
    text-align: center;
    font-size: 15px;
}

/* Coupon & Action Buttons */
.coupon .input-text {
    width: 230px !important;
    border: 1px solid #d1d5db;
    border-radius: 6px;
    padding: 10px;
    font-size: 14px;
}

.coupon .button,
.actions .button {
    padding: 10px 26px !important;
    background-color: #000000 !important; /* Changed to Black */
    color: #fff !important;
    font-weight: 500;
    border-radius: 6px;
    letter-spacing: .5px;
    transition: all 0.3s ease;
}

.coupon .button:hover,
.actions .button:hover {
    background: #D10000 !important; /* Changed to Red */
    box-shadow: 0 3px 8px rgba(209,0,0,0.25);
    transform: translateY(-1px);
}

/* Cart Totals Sidebar/Section */
.woocommerce .cart_totals {
    background: #fff !important;
    border-radius: 6px;
    padding: 24px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.08);
}

.woocommerce .cart_totals h2 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 18px;
    color: #111827;
}

.woocommerce .cart_totals .shop_table {
    border: 1px solid #e5e7eb;
    border-radius: 6px;
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 16px;
}

.woocommerce .cart_totals .shop_table th,
.woocommerce .cart_totals .shop_table td {
    border: 1px solid #e5e7eb;
    padding: 12px 16px;
    font-size: 15px;
}

.woocommerce .cart_totals .shop_table th {
    font-weight: 600;
    color: #111827;
}

.woocommerce .cart_totals .shop_table td {
    text-align: right;
    font-weight: 500;
}

/* Checkout Button */
.woocommerce .cart_totals .checkout-button {
    display: block;
    text-align: center;
    background: #000000 !important; /* Changed to Black */
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    padding: 14px 0;
    border-radius: 6px;
    transition: all 0.3s ease;
}

.woocommerce .cart_totals .checkout-button:hover {
    background: #D10000 !important; /* Changed to Red */
    box-shadow: 0 4px 10px rgba(209,0,0,0.3);
    transform: translateY(-2px);
}

/* Responsive Styles */
@media (max-width: 768px) {
    .woocommerce-cart-form .shop_table th {
        font-size: 14px;
    }
    .woocommerce-cart-form .shop_table td {
        font-size: 14px;
        padding: 12px;
    }
    
    .coupon .input-text {
        width: 55% !important;
        margin-bottom: 10px;
    }
    .coupon .button {
        width: 44% !important;
    }
    .woocommerce .cart_totals {
        margin-top: 20px;
    }
    .woocommerce .cart_totals .checkout-button {
        width: 100%;
    }
}

@media (max-width: 526px) {
    .coupon .input-text {
        width: 100% !important;
        margin-bottom: 10px !important;
    }
    .coupon .button {
        width: 100% !important;
    }
    .coupon {
        padding: 10px 0;
    }
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-6d79278 */.woocommerce-cart .elementor-menu-cart__container {

    display: none !important;

    visibility: hidden !important;

    opacity: 0 !important;

}/* End custom CSS */