.elementor-981 .elementor-element.elementor-element-ec7c612{--display:flex;}.elementor-981 .elementor-element.elementor-element-4c58df8{--display:flex;}/* Start custom CSS for shortcode, class: .elementor-element-8743c2e *//* --- Diplo Store: Ultra-Luxury Light Blue & Gold Cart Theme --- */

/* Page Background & Global Font */
body.woocommerce-cart {
    background-color: #F4F8FA !important; /* Soft Premium Light Blue Tint */
}

/* Cart Container Box Styling */
.woocommerce-cart-form {
    background: #FFFFFF !important;
    padding: 40px !important;
    border-radius: 16px !important;
    border: 1px solid rgba(197, 160, 89, 0.25) !important;
    box-shadow: 0 20px 40px rgba(142, 175, 195, 0.08) !important;
    margin-bottom: 40px !important;
}

/* Table Headers - Clean & Royal */
.woocommerce-cart table.shop_table th {
    font-family: 'Cinzel', serif !important;
    background-color: #F8FAFC !important;
    color: #1E293B !important;
    text-transform: uppercase !important;
    font-size: 0.8rem !important;
    letter-spacing: 1.5px !important;
    border-bottom: 2px solid #C5A059 !important;
    padding: 18px 15px !important;
    border-top: none !important;
}

/* Table Rows & Subtle Borders */
.woocommerce-cart table.shop_table td {
    border-bottom: 1px solid #E2E8F0 !important;
    padding: 24px 15px !important;
    vertical-align: middle !important;
    color: #334155 !important;
}

/* Product Thumbnail Styling */
.woocommerce-cart table.shop_table td.product-thumbnail img {
    border-radius: 8px !important;
    border: 1px solid #CBD5E1 !important;
    transition: transform 0.3s ease !important;
}
.woocommerce-cart table.shop_table td.product-thumbnail img:hover {
    transform: scale(1.05);
}

/* Product Names */
.woocommerce-cart table.shop_table td.product-name a {
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 600 !important;
    color: #1E293B !important;
    font-size: 0.95rem !important;
    text-decoration: none !important;
    transition: color 0.2s ease !important;
}
.woocommerce-cart table.shop_table td.product-name a:hover {
    color: #C5A059 !important;
}

/* Quantity Selector Box */
.woocommerce-cart table.shop_table input.qty {
    border: 1px solid #CBD5E1 !important;
    border-radius: 8px !important;
    padding: 10px !important;
    width: 65px !important;
    text-align: center !important;
    background: #F8FAFC !important;
    color: #1E293B !important;
    font-weight: 600 !important;
}

/* Remove Item 'X' Button */
.woocommerce-cart table.shop_table a.remove {
    color: #EF4444 !important;
    font-size: 1.2rem !important;
    background: #FEF2F2 !important;
    border-radius: 50% !important;
    height: 28px !important;
    width: 28px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    text-decoration: none !important;
    transition: all 0.2s ease !important;
}
.woocommerce-cart table.shop_table a.remove:hover {
    background: #EF4444 !important;
    color: #FFFFFF !important;
}

/* Update Cart & Coupon Buttons */
.woocommerce-cart button.button, 
.woocommerce-cart .cart .button {
    background-color: #1E293B !important;
    color: #FFFFFF !important;
    border: none !important;
    border-radius: 8px !important;
    text-transform: uppercase !important;
    letter-spacing: 1.5px !important;
    font-size: 0.75rem !important;
    font-weight: 600 !important;
    padding: 14px 24px !important;
    transition: all 0.3s ease !important;
    box-shadow: 0 4px 12px rgba(30, 41, 59, 0.1) !important;
}
.woocommerce-cart button.button:hover, 
.woocommerce-cart .cart .button:hover {
    background-color: #C5A059 !important;
    transform: translateY(-2px);
}

/* Coupon Input Field */
.woocommerce-cart .coupon input.input-text {
    border: 1px solid #CBD5E1 !important;
    border-radius: 8px !important;
    padding: 12px 16px !important;
    height: auto !important;
    background: #F8FAFC !important;
}

/* Cart Totals Sidebar Box */
.woocommerce-cart .cart-collaterals {
    background: #FFFFFF !important;
    padding: 40px !important;
    border-radius: 16px !important;
    border: 1px solid rgba(197, 160, 89, 0.25) !important;
    box-shadow: 0 20px 40px rgba(142, 175, 195, 0.08) !important;
}

.woocommerce-cart .cart_totals h2 {
    font-family: 'Cinzel', serif !important;
    font-size: 1.3rem !important;
    text-transform: uppercase !important;
    letter-spacing: 1.5px !important;
    color: #1E293B !important;
    border-bottom: 2px solid #C5A059 !important;
    padding-bottom: 15px !important;
    margin-bottom: 20px !important;
}

.woocommerce-cart .cart_totals table.shop_table th, 
.woocommerce-cart .cart_totals table.shop_table td {
    border-bottom: 1px solid #E2E8F0 !important;
    padding: 16px 0 !important;
    color: #334155 !important;
}

/* Proceed to Checkout Button (Stunning Highlight) */
.woocommerce-cart .cart_totals .checkout-button {
    background: linear-gradient(135deg, #1E293B 0%, #0F172A 100%) !important;
    color: #FFFFFF !important;
    text-transform: uppercase !important;
    letter-spacing: 2px !important;
    padding: 18px !important;
    font-size: 0.8rem !important;
    font-weight: 700 !important;
    border-radius: 8px !important;
    width: 100% !important;
    text-align: center !important;
    display: block !important;
    transition: all 0.3s ease !important;
    box-shadow: 0 10px 20px rgba(30, 41, 59, 0.15) !important;
    box-sizing: border-box !important;
}
.woocommerce-cart .cart_totals .checkout-button:hover {
    background: linear-gradient(135deg, #C5A059 0%, #B38F46 100%) !important;
    color: #FFFFFF !important;
    transform: translateY(-2px);
    box-shadow: 0 15px 25px rgba(197, 160, 89, 0.25) !important;
}/* End custom CSS */