/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */


.yith-wcan-filters .yith-wcan-filter .filter-title{
	font-size: 1.2rem !important;
    font-weight: 600  !important;
    line-height: 1.2em  !important;
}


.flex-control-nav.flex-control-thumbs {
    display: flex !important;
    flex-wrap: wrap !important;
    list-style: none !important;
    gap: 10px;
}

.flex-control-nav.flex-control-thumbs li {
    flex: 0 0 auto !important;
    width: 100px !important;
    display: inline-block !important;
}

/* GRANDEZZA CUORE WISHLIST*/
svg.yith-wcwl-add-to-wishlist-button-icon{
	width:1.3rem !important; 
}




/* STILE SHORTCODE FORM */
div.wpforms-container-full button[type=submit]{
	background-color: var(--e-global-color-secondary) !important; 
	width:100%;
}



/*GESTIONE CERTIFICATO FSC SCHEDA PRODOTTO*/
/*C'è id No, se spuntano sì no viene applicata la regole e si vede, se spuntano no applico ID e nascondo icona nel prodotto*/

#No{
	display:none;
}



/* testo yith checkout 
* "Numero di partita IVA non iscritta al VIES o al momento non verificabile"
*/

p .eu-vat-message{
	color: var(--e-global-color-secondary) !important;
}

/**/


/* tolgo ombra al carrello nel header (icona) perché ha ombra globale dei bottoni elementor*/

.cart-espos .elementor-button{
	box-shadow: none !important;
}

