/* Peida püsikliendi soodustus */ 
.adp-advertising-message { 
    display: none !important; 
} 

/* MINI-CART tootepositsioon */ 
.elementor-menu-cart__product { 
    display: flex !important; 
    align-items: flex-start; /* oluline: lase hind minna alla */ 
    gap: 12px;  
    padding: 8px 0; 
    border-bottom: 1px solid #eee; 
} 

/* Pilt vasakul */ 
.elementor-menu-cart__product-image.product-thumbnail { 
    flex-shrink: 0; 
    width: 60px; 
} 

.elementor-menu-cart__product-image.product-thumbnail img { 
    width: 100% !important; 
    height: auto !important; 
    border-radius: 6px !important; 
} 

/* Nimi ja hind tekitada rea peale */ 
.elementor-menu-cart__product-name { 
    flex-basis: 100%; 
    order: 1; 
} 

.elementor-menu-cart__product-price { 
    flex-basis: 100%; 
    order: 2; 
    margin-top: 2px; 
} 

/* Nimi */ 
.elementor-menu-cart__product-name a { 
    font-weight: 600; 
    font-size: 14px; 
    color: #333; 
    text-decoration: none; 
}

/* Hind */ 
.elementor-menu-cart__product-price { 
    font-size: 13px; 
/*     color: #cea555; */
} 

/* Kustutusnupp paremal */ 
.elementor-menu-cart__product-remove { 
    flex-shrink: 0; 
    order: 3; 
    display: flex; 
    align-items: center; 
    justify-content: center; 
} 

.elementor-menu-cart__product-remove a.elementor_remove_from_cart_button { 
    width: 20px; 
    height: 20px; 
    display: flex; 
    align-items: center; 
    justify-content: center; 
    background: none !important; /* eemalda hall ring */ 
    border-radius: 0; 
    font-weight: bold; 
    font-size: 16px; 
    color: #000;
    text-decoration: none; 
}  

/* Eemalda topelt X eemaldamise lingilt, mis pole elementor variant */ 
.elementor-menu-cart__product-remove a.remove_from_cart_button { 
    display: none !important; 
} 

/* Lisa X ainult elementor linkile */ 
.elementor-menu-cart__product-remove a.elementor_remove_from_cart_button::before { 
    content: "×"; /* Unicode kordaja märk */ 
}  

/* Footer nupud */ 
.elementor-menu-cart__footer-buttons { 
    display: flex; 
    flex-direction: column; 
    gap: 6px; 
    padding-top: 10px; 
} 

.elementor-menu-cart__footer-buttons .elementor-button { 
    width: 100% !important; 
    text-align: center !important; 
    padding: 12px 0 !important; 
    border-radius: 6px !important; 
    font-weight: 600 !important;
    font-size: 14px; 
    background-color: #cea65500 !important; 
    color: rgb(0, 0, 0) !important; 
} 

/* Maksma nupule kuldne taust */ 
.elementor-menu-cart__footer-buttons .elementor-button--checkout { 
    background-color: #cea555 !important; 
    color: #fff !important; 
    font-size: 18px; 
} 

/* Säästud ja vahesumma */ 
.woocommerce-mini-cart__total.total.adp-discount, .elementor-menu-cart__subtotal { 
    text-align: center; 
    font-weight: 600; 
    margin: 8px 0; 
}

