.elementor-1616 .elementor-element.elementor-element-c9047aa{--display:flex;}html, body{overflow-x:auto;}/* Start custom CSS for container, class: .elementor-element-c9047aa *//* ===== CART PAGE MODERN DESIGN ===== */

.woocommerce-cart .woocommerce {
    max-width: 1200px;
    margin: auto;
}

/* Cart Table */
.woocommerce-cart table.shop_table {
    border-radius: 0px;
    overflow: hidden;
    border: none;
    box-shadow: 0 15px 40px rgba(0,0,0,0.08);
}

/* Table Header */
.woocommerce-cart table.shop_table thead {
    background: #f4f6ff;
}

.woocommerce-cart table.shop_table th {
    font-weight: 600;
    padding: 18px;
    font-size: 16px;
}

/* Product Row */
.woocommerce-cart table.shop_table td {
    padding: 20px;
    vertical-align: middle;
}

/* Quantity Box */
.woocommerce-cart .quantity input.qty {
    border-radius: 8px;
    border: 1px solid #ddd;
    padding: 8px;
    width: 60px;
}

/* Remove Button */
.woocommerce-cart a.remove {
    background: #ffe5e5;
    color: #ff4d4d !important;
    border-radius: 50%;
    width: 28px;
    height: 28px;
    line-height: 26px;
    text-align: center;
}

/* Coupon Section */
.woocommerce-cart .coupon input {
    border-radius: 8px;
    padding: 10px;
    border: 1px solid #ddd;
}

.woocommerce-cart .coupon button {
    background: #28a745;
    color: #fff;
    border-radius: 8px;
    padding: 10px 18px;
}

/* Cart Totals Box */
.woocommerce-cart .cart_totals {
    background: #ffffff;
    padding: 30px;
    border-radius: 16px;
    box-shadow: 0 15px 40px rgba(0,0,0,0.08);
}

/* Proceed to Checkout Button */
.woocommerce-cart .checkout-button {
    background: linear-gradient(135deg, #6a11cb, #2575fc);
    color: #fff !important;
    border-radius: 12px;
    padding: 16px;
    font-size: 18px;
    font-weight: 600;
    transition: 0.3s ease;
}

.woocommerce-cart .checkout-button:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.15);
}

/* Continue Shopping Button */
.woocommerce-cart .return-to-shop a {
    background: #28a745;
    color: #fff;
    padding: 12px 20px;
    border-radius: 10px;
}/* End custom CSS */