/*
Theme Name: Bevilacqua
Description: 
Author: 
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
/* Top Bar */
#top-bar a{color:white;}
.term-description {font-size:12px !important;}
.archive .products .product-category {display:none !important;}
.tax-product_cat .product-categories .cat-item:not(.current-cat) {
    display: none;
}
/* Mostra sempre le sottocategorie della categoria corrente */
.tax-product_cat .product-categories .current-cat .children .cat-item {
    display: block !important;
}

.sticky-add-to-cart-wrapper .ctc_chat,
.sticky-add-to-cart-wrapper .wcpay-express-checkout-wrapper{display:none !important;}

/* Carrello */
.woocommerce-shipping-destination, form.woocommerce-shipping-calculator {display:none;}


@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/

/*Pagina prodotto*/
	.product-main {padding:0;} /*Teenre a 0 fintanto che c'è il plugin delle recensioni.*/

}