/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
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: 1.0.1
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
*/

/* Stile messaggi notifica cookie */
.wt-cli-iframe-placeholder{
margin-top:100px
}
.wt-cli-inner-text {
background-color: #fff6de;
border: solid 1px #f2e7cc;
margin: 20px;
}
.wt-cli-inner-text a{
color: #72a03e;
}
.wt-cli-iframe-placeholder{
	line-height: 1;
}

/* LINK nei contenuti testuali (Elementor + WP + WooCommerce) */
.elementor p a:hover,
.elementor li a:hover,
.elementor blockquote a:hover,
.woocommerce .term-description p a:hover,
.woocommerce .woocommerce-products-header__description p a:hover {
  text-decoration: underline !important;
}

/* ESCLUSIONI MENU */
header a:hover,
nav a:hover,
.elementor-nav-menu a:hover,
.elementor-nav-menu .elementor-item:hover {
  text-decoration: none !important;
}

/* ESCLUSIONI BOTTONI */
a.button:hover,
button:hover,
.elementor-button:hover,
.wp-block-button__link:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover {
  text-decoration: none !important;
}

/* ESCLUSIONE CARD PRODOTTI */
.woocommerce ul.products li.product > a:hover,
.woocommerce ul.products li.product > a:hover * {
  text-decoration: none !important;
}

/* Rimuove underline nel sottomenu */
.elementor-nav-menu .sub-menu a:hover {
  text-decoration: none !important;
}