.elementor-516 .elementor-element.elementor-element-93dbef1{--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-516 .elementor-element.elementor-element-1619646 .coupon{--apply-coupon-button-alignment:start;--apply-coupon-button-width:auto;}.elementor-516 .elementor-element.elementor-element-1619646{--sections-background-color:#2C2C2C5E;}/* Start custom CSS for woocommerce-cart, class: .elementor-element-1619646 *//* 1. Reset & Background - Poora area clean aur deep black */
.woocommerce-cart .entry-content, .woocommerce-cart-form {
    background: #000000 !important;
    padding: 0 !important;
}

/* 2. Remove Table Look - Har item ko ek floating strip banao */
.shop_table.cart {
    border: none !important;
    border-collapse: separate !important;
    border-spacing: 0 15px !important; /* Items ke beech gap */
}

.woocommerce-cart-form .shop_table.cart thead th {
    background-color: #111 !important; /* Dark header background */
    color: #F1C81F !important; /* Gold color headers */
    font-family: 'Playfair Display', serif !important;
    font-size: 15px !important;
    text-transform: uppercase !important;
    letter-spacing: 2px !important;
    
    padding-right:19px; !important;
    border-bottom: 2px solid #F1C81F !important; /* Gold line under headers */
    border-top: none !important;
}

.shop_table.cart tr.cart_item {
    background: #0c0c0c !important; /* Slight gray-black */
    box-shadow: 0 10px 30px rgba(0,0,0,0.5) !important;
    border-radius: 15px !important;
    transition: all 0.4s ease;
}

.shop_table.cart tr.cart_item:hover {
    transform: scale(1.01);
    background: #111 !important;
    box-shadow: 0 15px 40px rgba(196, 155, 99, 0.1) !important;
}

/* 3. Product Details */
.product-thumbnail img {
    border-radius: 10px !important;
    max-width: 90px !important;
}

.product-name a {
    font-family: 'Playfair Display', serif !important;
    font-size: 22px !important;
    color: #F1C81F !important; /* Gold Title */
    letter-spacing: 1px;
}

.product-price span, .product-subtotal span {
    color: #ffffff !important;
    font-size: 18px !important;
    font-weight: 300 !important;
}

/* 4. Modern Quantity Toggle */
.quantity input.qty {
    background: transparent !important;
    color: #F1C81F !important;
    border: 1px solid #c49b63 !important;
    border-radius: 50px !important; /* Round input */
    padding: 10px !important;
    width: 60px !important;
}

/* 5. Right Side (Cart Totals) - Minimalist Floating Card */
.cart-collaterals {
    background: #0c0c0c !important;
    border: 1px solid #1a1a1a !important;
    border-radius: 20px !important;
    padding: 40px !important;
    
}

.cart_totals h2 {
    color: #F1C81F !important; /* Gold color headers */
    font-family: 'Playfair Display', serif !important;
    font-size: 15px !important;
    text-transform: uppercase !important;
    letter-spacing: 2px !important;
    
    padding-right:19px; !important;
    border-bottom: 2px solid #F1C81F !important; /* Gold line under headers */
    border-top: none !important;
}

/* 6. Premium Checkout Button */
.checkout-button {
    background: #F1C81F !important;
    color: #000 !important;
    border-radius: 0px !important; 
    text-transform: uppercase !important;
    font-weight: 700 !important;
    letter-spacing: 4px !important;
    padding: 25px !important;
    transition: 0.5s !important;
}

.checkout-button:hover {
    background: #fff !important;
    color: #000 !important;
    box-shadow: 0 20px 40px rgba(255,255,255,0.1) !important;
}

/* 7. Hide "Update Cart" and Make it sleek */
button[name="update_cart"] {
    background: transparent !important;
    border: 1px solid #333 !important;
    color: #666 !important;
    font-size: 12px;
    text-transform: uppercase;
    margin-top: 20px;
}
























/* Coupon Section ko puri tarah hide karne ke liye */
.coupon {
    display: none !important;
}

/* Agar koi khali box reh jaye toh usko bhi remove karne ke liye */
.actions .coupon {
    display: none !important;
}/* End custom CSS */