.elementor-97 .elementor-element.elementor-element-7f6d6f67{--display:flex;--padding-top:40px;--padding-bottom:50px;--padding-left:0px;--padding-right:0px;}.elementor-97 .elementor-element.elementor-element-36fe0b1b{--iteration-count:infinite;text-align:center;}.elementor-97 .elementor-element.elementor-element-36fe0b1b > .elementor-widget-container{margin:20px 0px 30px 0px;}.elementor-97 .elementor-element.elementor-element-7866c4d{--cols:2;--column-proportion:30%;--cols-gap:66px;--et_ccsl-2d-color:#FFFFFF;}.elementor-97 .elementor-element.elementor-element-7866c4d .woocommerce-cart-form{background-color:#FAFAFA;border-radius:12px 12px 12px 12px;padding:30px 30px 30px 30px;}.elementor-97 .elementor-element.elementor-element-7866c4d .cart_totals{background-color:#EEAA232B;border-radius:12px 12px 12px 12px;padding:23px 23px 23px 23px;}.elementor-97 .elementor-element.elementor-element-7866c4d .woocommerce-cart-form table thead th{font-weight:700;fill:#000000;color:#000000;}.elementor-97 .elementor-element.elementor-element-7866c4d .woocommerce-cart-form table tbody .amount{fill:#EEAA23;color:#EEAA23;--loader-side-color:#EEAA23;}.elementor-97 .elementor-element.elementor-element-7866c4d .clear-cart .button-text:last-child{margin-left:7px;}.elementor-97 .elementor-element.elementor-element-7866c4d .clear-cart .button-text:first-child{margin-right:7px;}.elementor-97 .elementor-element.elementor-element-7866c4d .clear-cart{font-weight:700;border-radius:12px 12px 12px 12px;}.elementor-97 .elementor-element.elementor-element-7866c4d .cart_totals .widget-title{font-weight:700;}.elementor-97 .elementor-element.elementor-element-7866c4d .checkout-button{font-weight:700;background-color:#EEAA23;border-radius:12px 12px 12px 12px;}.elementor-97 .elementor-element.elementor-element-7866c4d .return-shop{border-radius:12px 12px 12px 12px;}@media(min-width:768px){.elementor-97 .elementor-element.elementor-element-7f6d6f67{--content-width:1400px;}}/* Start custom CSS for woocommerce-cart-etheme_page_separated, class: .elementor-element-7866c4d */.component_table_item {
    display: none;
}

.rvb-composite-children{

    list-style: none;
    font-size: 15px;
    color: #585858;
}/* End custom CSS */
/* Start custom CSS *//* === Clean WooCommerce Cart Styling === */
.wc-block-cart {
    font-family: "Segoe UI", Arial, sans-serif;
    color: #333;
}

/* Cart Table */
.wc-block-cart-items__header {
    background: #fafafa;
    border-bottom: 1px solid #eee;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
}

.wc-block-cart-items__row {
    border-bottom: 1px solid #eee;
    padding: 10px 0;
}

/* Product Image */
.wc-block-cart-item__image img {
    border-radius: 6px;
    border: 1px solid #eee;
}

/* Product Name */
.wc-block-components-product-name {
    font-size: 15px;
    font-weight: 600;
    color: #222;
    text-decoration: none;
}
.wc-block-components-product-name:hover {
    color: #EDC35D;
}

/* Prices */
.wc-block-components-product-price__value,
.wc-block-components-formatted-money-amount {
    color: #222;
    font-weight: 600;
}

/* Quantity Selector */
.wc-block-components-quantity-body.elementor-page-97__input {
    width: 50px;
    border: 1px solid #ddd;
    border-radius: 4px;
    text-align: center;
    padding: 4px;
}
.wc-block-components-quantity-body.elementor-page-97__button {
    background: #EDC35D;
    color: #fff;
    border: none;
    padding: 4px 8px;
    border-radius: 4px;
    font-size: 13px;
    cursor: pointer;
}
.wc-block-components-quantity-body.elementor-page-97__button:hover {
    background: #d6a940;
}

/* Remove Item */
.wc-block-cart-item__remove-link {
    color: #b00;
    font-size: 13px;
    text-decoration: underline;
}

/* Sidebar Totals */
.wc-block-cart__sidebar {
    border: 1px solid #eee;
    border-radius: 6px;
    padding: 16px;
    background: #fafafa;
}
.wc-block-cart__totals-title {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 12px;
}

/* Checkout Button */
.wc-block-cart__submit-button {
    background: #EDC35D;
    color: #fff;
    font-weight: 600;
    border-radius: 6px;
    padding: 12px 18px;
    font-size: 15px;
    text-align: center;
    border: none;
    cursor: pointer;
}
.wc-block-cart__submit-button:hover {
    background: #d6a940;
}


/* === Coupon Form Styling === */
#wc-block-components-totals-coupon__form {
    display: flex;
    gap: 10px;
    margin-top: 15px;
    align-items: center;
}

/* Input Box */
.wc-block-components-totals-coupon__input input {
    width: 160px;
    padding: 8px 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 14px;
    background: #fff;
    transition: border-color 0.2s;
}
.wc-block-components-totals-coupon__input input:focus {
    border-color: #EDC35D;
    outline: none;
}

/* Input Label */
.wc-block-components-totals-coupon__input label {
    position: absolute;
    left: -9999px; /* hide label visually but keep accessible */
}

/* Apply Button */
.wc-block-components-totals-coupon__button {
    background: #EDC35D !important;
    color: #fff !important;
    font-weight: 600;
    border: none;
    border-radius: 4px;
    padding: 8px 14px;
    font-size: 14px;
    cursor: pointer;
    transition: background 0.2s;
}
.wc-block-components-totals-coupon__button:hover:not([disabled]) {
    background: #d6a940 !important;
}
.wc-block-components-totals-coupon__button[disabled] {
    background: #ccc !important;
    cursor: not-allowed;
}

#wc-block-components-totals-coupon__input-coupon {
    background: #fff0cb;
    border: 1px solid #EDC35D;
    border-radius: 12px;
}


.wc-block-components-totals-coupon__button[disabled] {
       background: #c1a86a !important;
    color: #000 !important;
}

.wc-block-components-product-price {
   
    color: #c1a86a !important;
}

.wc-block-components-formatted-money-amount , .wc-block-components-product-price__value.is-discounted {
    
    color: #f1c559 !important;
}


.wc-block-components-totals-wrapper {
    padding: 15px !important;
}


.wc-block-cart .wc-block-cart__submit-container {
    padding: 15px !important;
}




/* === Product Card Container === */
.wc-block-grid__products .wc-block-grid__product {
    background: #fff;
    border-radius: 15px;
    overflow: hidden;
        border-radius: 15px;
    padding: 0px 0px 0px 0px;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 0px;
}

/* Hover effect */
.wc-block-grid__products  {
  gap: 20px;
    
}

 .wc-block-grid.has-4-columns .wc-block-grid__product {
    flex: 1 0 23% !important;
    max-width: 24% !important;
}

/* === Product Image === */
.wc-block-grid__product-image img {
    max-width: 100%;
    margin: 0 auto;
}

/* === Title === */
.wc-block-grid__product-title {
    font-size: 16px;
    font-weight: 600;
    color: #000 !important;
    margin: 10px 0;
    text-align: center;
}

/* === Price === */
.wc-block-grid__product-price {
    font-size: 16px;
    font-weight: 600;
    color: #c7a93b; /* Gold tone like screenshot */
    margin-bottom: 10px;
}

/* Sale Price + Strikethrough */
.wc-block-grid__product-price del {
    color: #999;
    font-size: 14px;
    margin-right: 5px;
}

/* === Add to Cart Button === */
.wc-block-grid__product-add-to-cart .wp-block-button__link {
    display: block;
    text-align: center;
    background: #f7d15f;
    width: 100%;
    color: #000;
    font-weight: 600;
    border-radius: 0 0 12px 12px;
    padding: 12px;
    transition: background 0.3s ease;
}

.wc-block-grid__product-add-to-cart .wp-block-button__link:hover {
    background: #e6be4c;
    color: #000;
}

/* === SALE Badge === */
.onsale, .wc-block-grid__product .wc-block-grid__product-onsale {
    background: #e60000;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 4px 8px;
    border-radius: 3px;
    position: absolute;
    top: 10px;
    right: 10px;
}

/* === Wishlist Heart (YITH) === */
.yith-add-to-wishlist-button-block {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 10;
}

.wp-block-woocommerce-product-new {
    margin-top: 30px;
}


.wc-block-grid__product .wc-block-grid__product-add-to-cart {
    margin: 0px !important;
}

.wc-block-grid__product , .woocommerce-cart .attachment-woocommerce_thumbnail
{
    border: none !important;
}

@media (max-width: 480px) {
    .wc-block-grid.has-4-columns .wc-block-grid__products {
        display: grid !important;
        grid-template-columns: 1fr 1fr !important;
    }
    
    .wc-block-grid.has-4-columns .wc-block-grid__product {
    flex: 1 0 23% !important;
    max-width: 100% !important;
}
}/* End custom CSS */