:root{--page-title-display:none;}@media(max-width:767px){.elementor-12857 .elementor-element.elementor-element-def3127 > .elementor-widget-container{margin:-17px -17px -17px -17px;}}/* Start custom CSS for wc-elements, class: .elementor-element-def3127 *//* 1. Global Table Cleanup */
.woocommerce-cart-form {
    border-top: 2px solid #000; /* Classic top bar */
    padding-top: 20px;
}

.shop_table.cart {
    border-collapse: collapse !important;
    border: none !important;
}

/* 2. Table Headers (Serif font for classic feel) */
.shop_table.cart thead th {
    background-color: transparent;
    color: #111;
    font-family: "Playfair Display", serif; /* Ya koi bhi Serif font */
    font-weight: 600;
    padding: 20px 0;
    border-bottom: 1px solid #e2e2e2;
    text-transform: capitalize;
}

/* 3. Product Rows */
.cart_item td {
    padding: 25px 0 !important;
    border-bottom: 1px solid #f0f0f0 !important;
    vertical-align: middle;
}

/* 4. Product Name & Price */
.product-name a {
    color: #222 !important;
    font-weight: 500;
    font-size: 16px;
    text-decoration: none;
}

.product-price .amount {
    color: #666;
    font-weight: 400;
}

/* 5. Classic Quantity Input */
.quantity input.qty {
    border: 1px solid #ccc;
    background: #fff;
    border-radius: 0; /* Classic sharp corners */
    height: 40px;
    width: 60px;
}

/* 6. Action Buttons (Minimalist) */
button[name="update_cart"], .coupon button {
    background-color: transparent !important;
    color: #000 !important;
    border: 1px solid #000 !important;
    border-radius: 0 !important;
    padding: 10px 20px !important;
    font-size: 12px;
    letter-spacing: 2px;
    text-transform: uppercase;
    transition: 0.4s ease;
}

button[name="update_cart"]:hover {
    background-color: #000 !important;
    color: #fff !important;
}

/* 7. Cart Totals (Clean & Structured) */
.cart-collaterals {
    display: flex;
    justify-content: flex-end;
}

.cart_totals {
    width: 400px;
    background-color: #fcfcfc;
    padding: 40px;
    border: 1px solid #eee;
}

.cart_totals h2 {
    font-family: serif;
    font-size: 22px;
    margin-bottom: 30px;
    text-align: center;
}

/* 8. The Checkout Button (Bold Classic) */
.checkout-button {
    background-color: #1a1a1a !important;
    color: #fff !important;
    border-radius: 0 !important;
    padding: 15px !important;
    font-weight: 600;
    letter-spacing: 1px;
    text-align: center;
    border: 1px solid #1a1a1a;
}

.checkout-button:hover {
    background-color: transparent !important;
    color: #1a1a1a !important;
}/* End custom CSS */