/**
* Theme Name: ساختینو چایلد
* Description: This is a child theme of sakhtino, generated by Merlin WP.
* Author: ELIMAN WP
* Author URI: https://www.rtl-theme.com/author/peyman1997
* Template: sakhtino
* Version: 1.0.0
*/

/* مخفی کردن قیمت محصولات در همه‌جا */
.price, 
.woocommerce-Price-amount {
    display: none !important;
}

/* مخفی کردن دکمه افزودن به سبد خرید در فروشگاه و صفحه محصول */
.add_to_cart_button, 
.single_add_to_cart_button, 
.product .button {
    display: none !important;
}

/* مخفی کردن دکمه حذف (X) در سبد خرید */
.woocommerce a.remove {
    display: none !important;
}

.add-to-cart-price {
    display: none !important;
}

.cart-footer {
    display: none !important;
}