.elementor-22 .elementor-element.elementor-element-176f7652{--display:flex;}@media(min-width:768px){.elementor-22 .elementor-element.elementor-element-176f7652{--content-width:1320px;}}/* Start custom CSS for container, class: .elementor-element-176f7652 *//* ============================= */
/* LEFT SIDE (WHITE SECTION) */
/* ============================= */

.wc-block-cart__main {
    background: #f5f7fb;
    padding: 40px;
    border-radius: 20px;
}

/* Table remove default borders */
.wc-block-cart-items {
    border: none !important;
}

.wc-block-cart-items__row {
    background: #ffffff;
    border-radius: 15px;
    padding: 20px;
    margin-bottom: 20px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.05);
}

/* Product Name */
.wc-block-components-product-name {
    font-size: 18px;
    font-weight: 600;
    color: #111;
}

/* Old Price */
.wc-block-components-product-price__regular {
    color: #999 !important;
}

/* Sale Price */
.wc-block-components-product-price__value {
    color: #00cfff !important;
    font-weight: 700;
    font-size: 16px;
}

/* Quantity Box */
.wc-block-components-quantity-.elementor-22 .elementor-element.elementor-element-176f7652 {
    border-radius: 8px;
    overflow: hidden;
}

/* Remove Button */
.wc-block-cart-item__remove-link {
    color: red;
    font-size: 13px;
}

/* ============================= */
/* RIGHT SIDE (BLACK SUMMARY) */
/* ============================= */

.wc-block-cart__sidebar {
    background: #0f0f0f;
    color: #fff;
    padding: 35px;
    border-radius: 25px;
    position: sticky;
    top: 30px;
}

/* Cart totals heading */
.wc-block-cart__totals-title {
    color: #fff;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 25px;
}

/* Labels */
.wc-block-components-totals-item__label {
    color: #bbb;
    font-size: 15px;
}

/* Total amount */
.wc-block-components-totals-footer-item__value {
    color: #00cfff;
    font-size: 24px;
    font-weight: 700;
}

/* Estimated total section spacing */
.wc-block-components-totals-footer-item {
    padding-top: 15px;
    border-top: 1px solid rgba(255,255,255,0.1);
    margin-top: 15px;
}

/* ============================= */
/* CHECKOUT BUTTON */
/* ============================= */

.wc-block-cart__submit-container {
    background: transparent !important;
}

.wc-block-cart__submit-button {
    background: #00cfff !important;
    color: #000 !important;
    font-weight: 600;
    border-radius: 12px;
    padding: 16px;
    font-size: 16px;
    transition: 0.3s ease;
}

.wc-block-cart__submit-button:hover {
    background: #00a8d8 !important;
}

/* ============================= */
/* PRODUCT IMAGE STYLE */
/* ============================= */

.wc-block-cart-item__image img {
    border-radius: 12px;
}

/* ============================= */
/* MOBILE RESPONSIVE */
/* ============================= */

@media (max-width: 768px) {
    .wc-block-cart {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .wc-block-cart__sidebar {
        position: relative;
        top: 0;
    }

    .wc-block-cart__main {
        padding: 25px;
    }
}/* End custom CSS */