/* 
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 */


/* BLU - stile base per l'icona freccia SVG del bottone */
.cta-button-blu .elementor-button-icon svg {
  height: 15px;
}

/*  colore freccia sul bottone */
.cta-button-accent svg path {
  fill: #CE0026;
  transition: fill 0.3s ease;
}

/* effetto hover sul bottone */
.cta-button-blu:hover svg path {
  fill: #142350;
  transition: fill 0.3s ease;
}

/* ROSSO - stile base per l'icona freccia SVG del bottone */
.cta-button-rosso .elementor-button-icon svg {
  height: 15px;
}

/*  colore freccia sul bottone */
.cta-button-accent svg path {
  fill: #142350;
  transition: fill 0.3s ease;
}

/* effetto hover sul bottone */
.cta-button-rosso:hover svg path {
  fill: #CE0026;
  transition: fill 0.3s ease;
}

/* ACCENT - stile base per l'icona freccia SVG del bottone */
.cta-button-accent .elementor-button-icon svg {
  height: 15px;
}

/*  colore freccia sul bottone */
.cta-button-accent svg path {
  fill: #fff;
  transition: fill 0.3s ease;
}

/* effetto hover sul bottone */
.cta-button-accent:hover svg path {
  fill: #B2BEE0;
  transition: fill 0.3s ease;
}

/* BIANCO - stile base per l'icona freccia SVG del bottone */
.cta-button-bianco .elementor-button-icon svg {
  height: 15px;
}

/*  colore freccia sul bottone */
.cta-button-bianco svg path {
  fill: #CE0026;
  transition: fill 0.3s ease;
}

/* effetto hover sul bottone */
.cta-button-bianco:hover svg path {
  fill: #fff;
  transition: fill 0.3s ease;
}


/* NASCONDI ICONA CARRELLO DAL MENU */
.site-header-cart,
.elementor-menu-cart__toggle {
  display: none !important;
}
