/* Luxury Dark Cart Styles */
.angie-luxury-dark-cart-wrapper-2915 {
    background-color: #0a0a0a;
    color: #ffffff;
    padding: 40px;
    border-radius: 8px;
    font-family: 'Montserrat', sans-serif;
}

.angie-luxury-dark-cart-wrapper-2915 .woocommerce {
    color: #ffffff;
}

/* Typography and generic text */
.angie-luxury-dark-cart-wrapper-2915 h1,
.angie-luxury-dark-cart-wrapper-2915 h2,
.angie-luxury-dark-cart-wrapper-2915 h3,
.angie-luxury-dark-cart-wrapper-2915 h4,
.angie-luxury-dark-cart-wrapper-2915 h5,
.angie-luxury-dark-cart-wrapper-2915 h6,
.angie-luxury-dark-cart-wrapper-2915 p,
.angie-luxury-dark-cart-wrapper-2915 span,
.angie-luxury-dark-cart-wrapper-2915 label,
.angie-luxury-dark-cart-wrapper-2915 th,
.angie-luxury-dark-cart-wrapper-2915 td,
.angie-luxury-dark-cart-wrapper-2915 a,
.angie-luxury-dark-cart-wrapper-2915 b,
.angie-luxury-dark-cart-wrapper-2915 strong {
    color: #ffffff !important;
}

/* Links Hover */
.angie-luxury-dark-cart-wrapper-2915 a:hover {
    color: #d4af37 !important;
}

/* Cart Table Layout */
.angie-luxury-dark-cart-wrapper-2915 .woocommerce-cart-form__contents {
    border-collapse: separate;
    border-spacing: 0 15px;
    width: 100%;
}

.angie-luxury-dark-cart-wrapper-2915 .woocommerce table.shop_table {
    border: none;
    border-radius: 0;
}

.angie-luxury-dark-cart-wrapper-2915 .woocommerce table.shop_table th {
    background-color: transparent;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 500;
    padding: 15px 10px;
}

.angie-luxury-dark-cart-wrapper-2915 .woocommerce table.shop_table td {
    background-color: #1a1a1a;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    padding: 20px 15px;
    vertical-align: middle;
}

/* First and Last Column Borders */
.angie-luxury-dark-cart-wrapper-2915 .woocommerce table.shop_table tbody tr td:first-child {
    border-left: 1px solid rgba(255, 255, 255, 0.05);
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
}

.angie-luxury-dark-cart-wrapper-2915 .woocommerce table.shop_table tbody tr td:last-child {
    border-right: 1px solid rgba(255, 255, 255, 0.05);
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}

/* Product Remove Icon */
.angie-luxury-dark-cart-wrapper-2915 .woocommerce a.remove {
    color: #ffffff !important;
    background-color: transparent;
    font-size: 24px;
    font-weight: 300;
    line-height: 1;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.angie-luxury-dark-cart-wrapper-2915 .woocommerce a.remove:hover {
    color: #d4af37 !important;
    border-color: #d4af37;
    background: rgba(212, 175, 55, 0.1);
}

/* Product Thumbnail */
.angie-luxury-dark-cart-wrapper-2915 .woocommerce table.cart .product-thumbnail img {
    border-radius: 4px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}

/* Quantity Input */
.angie-luxury-dark-cart-wrapper-2915 .woocommerce .quantity .qty {
    background-color: #0a0a0a;
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 4px;
    padding: 8px 12px;
    height: 40px;
    font-family: 'Montserrat', sans-serif;
}

/* Form Actions / Coupon */
.angie-luxury-dark-cart-wrapper-2915 .woocommerce table.cart td.actions {
    background: transparent;
    border: none;
    padding: 30px 0;
}

.angie-luxury-dark-cart-wrapper-2915 .woocommerce table.cart td.actions .coupon {
    display: flex;
    gap: 15px;
}

.angie-luxury-dark-cart-wrapper-2915 .woocommerce table.cart td.actions .coupon .input-text {
    background-color: #1a1a1a;
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 4px;
    padding: 12px 20px;
    height: 50px;
    width: 250px;
}

.angie-luxury-dark-cart-wrapper-2915 .woocommerce table.cart td.actions .coupon .input-text::placeholder {
    color: rgba(255, 255, 255, 0.5);
}

/* Buttons */
.angie-luxury-dark-cart-wrapper-2915 .woocommerce button.button,
.angie-luxury-dark-cart-wrapper-2915 .woocommerce a.button {
    background-color: #3d2b1f;
    color: #ffffff !important;
    border: 1px solid #3d2b1f;
    border-radius: 4px;
    padding: 12px 30px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.3s ease;
    height: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.angie-luxury-dark-cart-wrapper-2915 .woocommerce button.button:hover,
.angie-luxury-dark-cart-wrapper-2915 .woocommerce a.button:hover {
    background-color: transparent;
    border-color: #d4af37;
    color: #d4af37 !important;
}

.angie-luxury-dark-cart-wrapper-2915 .woocommerce button.button:disabled,
.angie-luxury-dark-cart-wrapper-2915 .woocommerce button.button.disabled {
    background-color: #1a1a1a;
    color: rgba(255, 255, 255, 0.3) !important;
    border-color: rgba(255, 255, 255, 0.1);
}

/* Cart Totals Section */
.angie-luxury-dark-cart-wrapper-2915 .cart-collaterals {
    margin-top: 40px;
}

.angie-luxury-dark-cart-wrapper-2915 .cart-collaterals .cart_totals {
    background-color: #1a1a1a;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    padding: 40px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
    width: 100%;
    max-width: 500px;
    float: right;
}

.angie-luxury-dark-cart-wrapper-2915 .cart-collaterals .cart_totals h2 {
    font-family: 'Playfair Display', serif;
    font-size: 28px;
    margin-bottom: 30px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding-bottom: 15px;
}

.angie-luxury-dark-cart-wrapper-2915 .woocommerce table.shop_table.shop_table_responsive tr th,
.angie-luxury-dark-cart-wrapper-2915 .woocommerce table.shop_table.shop_table_responsive tr td {
    padding: 15px 0;
    border-top: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.angie-luxury-dark-cart-wrapper-2915 .woocommerce table.shop_table.shop_table_responsive tr.order-total th,
.angie-luxury-dark-cart-wrapper-2915 .woocommerce table.shop_table.shop_table_responsive tr.order-total td {
    border-bottom: none;
    font-size: 1.2em;
    font-weight: 700;
}

/* Checkout Button */
.angie-luxury-dark-cart-wrapper-2915 .woocommerce .cart-collaterals .wc-proceed-to-checkout {
    padding-top: 30px;
}

.angie-luxury-dark-cart-wrapper-2915 .woocommerce .cart-collaterals .wc-proceed-to-checkout a.checkout-button {
    background-color: #d4af37;
    color: #000000 !important;
    border: none;
    width: 100%;
    font-size: 16px;
    font-weight: 600;
    border-radius: 4px;
    padding: 18px 20px;
}

.angie-luxury-dark-cart-wrapper-2915 .woocommerce .cart-collaterals .wc-proceed-to-checkout a.checkout-button:hover {
    background-color: #ffffff;
    color: #000000 !important;
    box-shadow: 0 0 15px rgba(212, 175, 55, 0.5);
}

/* Responsive */
@media (max-width: 768px) {
    .angie-luxury-dark-cart-wrapper-2915 {
        padding: 20px;
    }
    
    .angie-luxury-dark-cart-wrapper-2915 .cart-collaterals .cart_totals {
        width: 100%;
        float: none;
        padding: 25px;
    }
    
    .angie-luxury-dark-cart-wrapper-2915 .woocommerce table.cart td.actions .coupon {
        flex-direction: column;
        width: 100%;
    }
    
    .angie-luxury-dark-cart-wrapper-2915 .woocommerce table.cart td.actions .coupon .input-text {
        width: 100%;
    }
    
    .angie-luxury-dark-cart-wrapper-2915 .woocommerce table.cart td.actions {
        display: flex;
        flex-direction: column;
        gap: 15px;
    }
}
