/*
 Theme Name:   PetsZone Child
 Theme URI:    https://petszone.wpengine.com/
 Description:  PetsZone Child Theme
 Author:       the WeDesignTech team
 Author URI:   https://wedesignthemes.com/
 Template:     petszone
 Version:      1.0.0
 Text Domain:  petszone-child
*/

.wdt-custom-h1-product-category .wdt-tabs-container .wdt-tabs-list li .ui-tabs-anchor .wdt-content-image-wrapper .wdt-content-image span:before{
	background: #e9ffd1 !important;
}

.wdt-custom-h1-product-category .wdt-tabs-container .wdt-tabs-list li.ui-state-active .ui-tabs-anchor .wdt-content-image-wrapper .wdt-content-image span:before, .wdt-custom-h1-product-category .wdt-tabs-container .wdt-tabs-list li.ui-state-hover .ui-tabs-anchor .wdt-content-image-wrapper .wdt-content-image span:before{
	background: #ffffff !important;
}

.wdt-custom-h1-product-category .wdt-tabs-container .wdt-tabs-list li .ui-tabs-anchor:after{
	background-color: #2a3d15 !important;
}


/* Nasconde il prezzo del prodotto singolo */
.woocommerce-variation-price, /* Prezzo per prodotti con variazioni */
.product-type-simple .price, /* Prezzo per prodotti semplici */
.product-type-variable .price { /* Prezzo per prodotti variabili */
    display: none !important;
}

/* Nasconde il pulsante "Aggiungi al carrello" del prodotto singolo */
.woocommerce-variation-add-to-cart, /* Pulsante per prodotti con variazioni */
.product-type-simple .single_add_to_cart_button, /* Pulsante per prodotti semplici */
.product-type-variable .single_add_to_cart_button { /* Pulsante per prodotti variabili */
    display: none !important;
}

/* Nasconde i prezzi e i pulsanti "Acquista" nelle pagine di archivio (shop, categorie, ecc.) */
.archive .price,
.archive .button.add_to_cart_button {
    display: none !important;
}

/* Nasconde il pulsante di aggiornamento e i totali nel carrello */
.woocommerce-cart-form__contents .actions .button[name="update_cart"],
.woocommerce-cart-form__contents .actions .button[name="proceed"],
.woocommerce-cart-form__contents .actions .button[name="apply_coupon"],
.cart_totals {
    display: none !important;
}

/* Nasconde i prezzi e i totali nel checkout */
.woocommerce-checkout-review-order-table .product-total,
.woocommerce-checkout-review-order-table .cart-subtotal,
.woocommerce-checkout-review-order-table .order-total {
    display: none !important;
}

/* Nasconde il pulsante "BUY NOW" */
.product-buy-now {
    display: none !important;
}

/* Nasconde il pulsante "BUY NOW" */
.added_to_cart,
.product-button {
    display: none !important;
}

.main-title-section-wrapper .main-title-section-container:before,
.main-title-section-wrapper .main-title-section-container:after
{
    background: none !important;
}