.elementor-10 .elementor-element.elementor-element-68deedd8{--display:flex;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}:root{--page-title-display:none;}@media(min-width:768px){.elementor-10 .elementor-element.elementor-element-68deedd8{--content-width:1400px;}}/* Start custom CSS for text-editor, class: .elementor-element-663de9c6 *//* Cart Container */
.wc-block-cart__main, .wc-block-cart__sidebar {
    background: #ffffff;
    border-radius: 20px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
    padding: 30px;
}

/* Cart Table */
.wc-block-cart-items__row {
    border-bottom: 1px solid #ececec;
    padding: 20px 0;
    transition: background 0.3s ease;
}

.wc-block-cart-items__row:hover {
    background: #fafafa;
}

/* Product Image */
.wc-block-cart-item__image img {
    border-radius: 12px;
    border: 1px solid #ddd;
    width: 100px;
}

/* Product Title */
.wc-block-components-product-name {
    font-size: 18px;
    font-weight: 600;
    color: #800000;
    margin-bottom: 10px;
    display: block;
}
.wc-block-components-product-name:hover {
    
    color: #800000;
    
}

/* Price Styling */
.wc-block-components-product-price__value {
    color: #212121;
    font-weight: bold;
    font-size: 18px;
}

.wc-block-components-product-price__regular {
    color: #888;
    font-size: 14px;
}

/* Quantity Selector */
.wc-block-components-quantity-.elementor-10 .elementor-element.elementor-element-663de9c6 {
    border: 1px solid #ccc;
    border-radius: 6px;
    overflow: hidden;
    display: inline-flex;
    align-items: center;
}

.wc-block-components-quantity-.elementor-10 .elementor-element.elementor-element-663de9c6 input {
    padding: 8px 10px;
    font-size: 16px;
    border: none;
    width: 50px;
    text-align: center;
}

.wc-block-components-quantity-.elementor-10 .elementor-element.elementor-element-663de9c6__button {
    background-color: #f5f5f5;
    padding: 8px 12px;
    cursor: pointer;
    font-size: 18px;
    transition: 0.2s;
}

.wc-block-components-quantity-.elementor-10 .elementor-element.elementor-element-663de9c6__button:hover {
    background-color: #eee;
}

/* Remove Item */
.wc-block-cart-item__remove-link {
    background: transparent;
    color: #d00;
    font-size: 14px;
    margin-top: 10px;
    display: inline-block;
}

/* Cart Totals */
.wp-block-woocommerce-cart-order-summary-block {
    background: #f9f9f9;
    border-radius: 16px;
    padding: 25px;
}

.wp-block-woocommerce-cart-order-summary-heading-block {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 20px;
}

.wc-block-components-totals-item__label {
    font-weight: 500;
    font-size: 16px;
}

.wc-block-components-totals-item__value {
    font-size: 18px;
    font-weight: bold;
}

/* Checkout Button */
.wc-block-cart__submit-button {
    background:#800000;
    color: #fff;
    font-weight: bold;
    border-radius: 50px;
    padding: 15px 30px;
    text-transform: uppercase;
    transition: 0.3s;
    text-align: center;
}

.wc-block-cart__submit-button:hover {
    background: #800000;
}/* End custom CSS */