.elementor-11 .elementor-element.elementor-element-7e83aced{--display:flex;}/* Start custom CSS for text-editor, class: .elementor-element-2dff56fc */.wc-block-cart,
.wp-block-woocommerce-cart {
    background: #000 !important;
    color: #fff !important;
    padding: 30px;
    border-radius: 12px;
}

/* Text White */
.wc-block-cart * {
    color: #fff !important;
}

/* Product Rows */
.wc-block-cart-items__row {
    background: #111;
    border-radius: 10px;
    padding: 15px;
    margin-bottom: 15px;
}

/* Product Title */
.wc-block-components-product-name {
    font-weight: 600;
    font-size: 16px;
    color: #fff !important;
}

/* Price Highlight */
.wc-block-components-product-price__value {
    color: #00ffcc !important;
    font-weight: bold;
}

/* Quantity Box */
.wc-block-components-quantity-.elementor-11 .elementor-element.elementor-element-2dff56fc__input {
    background: #222;
    border: 1px solid #444;
    color: #fff;
}

/* Buttons (+ -) */
.wc-block-components-quantity-.elementor-11 .elementor-element.elementor-element-2dff56fc__button {
    background: #222;
    border: none;
    color: #fff;
}

/* Remove Button */
.wc-block-cart-item__remove-link {
    color: #ff4d4d !important;
}

/* Sidebar (Cart Totals) */
.wc-block-cart__sidebar {
    background: #111;
    padding: 20px;
    border-radius: 12px;
}

/* Total Section */
.wc-block-components-totals-item__label {
    color: #aaa !important;
}

.wc-block-components-totals-item__value {
    color: #fff !important;
    font-weight: bold;
}

/* Checkout Button */
.wc-block-cart__submit-button {
    background: linear-gradient(45deg, #00ffcc, #00ccff);
    color: #000 !important;
    font-weight: bold;
    border-radius: 8px;
    padding: 15px;
    transition: 0.3s;
}

/* Button Hover */
.wc-block-cart__submit-button:hover {
    background: linear-gradient(45deg, #00ccff, #00ffcc);
    transform: scale(1.03);
}

/* Coupon Box */
.wc-block-components-panel__button {
    background: #222;
    padding: 10px;
    border-radius: 6px;
}

/* Input Fields */
input, select {
    background: #222 !important;
    color: #fff !important;
    border: 1px solid #444 !important;
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .wc-block-cart {
        padding: 15px;
    }
}/* End custom CSS */