.elementor-783 .elementor-element.elementor-element-3e200811{--display:flex;overflow:visible;}/* Start custom CSS *//* Premium Dark Theme for WooCommerce Cart */

/* General Cart Background & Text */
.woocommerce-cart .woocommerce {
    color: #cccccc;
}

/* Cart Table Styling */
.woocommerce table.shop_table {
    background-color: #1a1a1a !important;
    border: 1px solid #333333 !important;
    border-radius: 10px;
    overflow: hidden;
    border-collapse: separate;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

.woocommerce table.shop_table th {
    background-color: #111111 !important;
    color: #ffffff !important;
    text-transform: uppercase;
    font-weight: bold;
    padding: 15px !important;
    border-bottom: 2px solid #e31837 !important; /* Red accent border */
}

.woocommerce table.shop_table td {
    border-top: 1px solid #333333 !important;
    color: #ffffff;
    padding: 15px !important;
    vertical-align: middle;
}

/* Product Image & Link */
.woocommerce table.shop_table td.product-thumbnail img {
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.5);
}

.woocommerce table.shop_table td.product-name a {
    color: #ffffff !important;
    font-weight: bold;
    text-decoration: none;
    transition: color 0.3s;
}

.woocommerce table.shop_table td.product-name a:hover {
    color: #e31837 !important;
}

/* Quantity Input Box */
.woocommerce .quantity .qty {
    background-color: #111111 !important;
    color: #ffffff !important;
    border: 1px solid #444444 !important;
    border-radius: 6px;
    padding: 8px;
    text-align: center;
}

/* Remove Item Icon */
.woocommerce a.remove {
    color: #e31837 !important;
    background-color: transparent !important;
    font-weight: bold;
    border: 1px solid #e31837 !important;
    border-radius: 50% !important;
    transition: all 0.3s ease;
}

.woocommerce a.remove:hover {
    background-color: #e31837 !important;
    color: #ffffff !important;
}

/* Coupon Box & Update Cart Button */
.woocommerce-cart table.cart td.actions .coupon .input-text {
    background-color: #111111 !important;
    color: #ffffff !important;
    border: 1px solid #444444 !important;
    border-radius: 6px;
    padding: 10px 15px;
}

.woocommerce button.button {
    background-color: #333333 !important;
    color: #ffffff !important;
    border-radius: 8px !important;
    font-weight: bold;
    text-transform: uppercase;
    transition: all 0.3s ease;
    border: none !important;
    padding: 12px 20px !important;
}

.woocommerce button.button:hover {
    background-color: #555555 !important;
}

/* Cart Totals Section (Right Side/Bottom) */
.woocommerce .cart-collaterals .cart_totals {
    background-color: #1a1a1a !important;
    padding: 30px !important;
    border-radius: 10px;
    border: 1px solid #333333 !important;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.5);
    width: 100% !important;
}

.woocommerce .cart-collaterals h2 {
    color: #ffffff !important;
    font-size: 24px;
    font-weight: 900;
    text-transform: uppercase;
    border-bottom: 2px solid #e31837;
    padding-bottom: 15px;
    margin-bottom: 20px;
}

.woocommerce table.shop_table th, 
.woocommerce table.shop_table td {
    border-bottom: none !important;
}

/* Checkout Button */
.woocommerce a.checkout-button {
    background-color: #e31837 !important;
    color: #ffffff !important;
    border-radius: 8px !important;
    font-size: 16px !important;
    font-weight: bold;
    text-transform: uppercase;
    transition: all 0.3s ease;
    padding: 15px !important;
    display: block;
    text-align: center;
}

.woocommerce a.checkout-button:hover {
    background-color: #c2122b !important;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(227, 24, 55, 0.4);
}/* End custom CSS */