/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.4.4.1759927512
Updated: 2025-10-08 12:45:12

*/

/* PAGINA carrello */

a.button.wc-backward {
    border-radius: 30px;
    border: 2px solid #E9B20C;
    background: #E9B20C;
    color: #fff;
}

a.button.wc-backward:hover {
    border-radius: 30px;
    border: 2px solid #E9B20C;
    background: #fff; 
    color: #E9B20C;
}

.woocommerce-invalid #terms {
    outline: none;
    outline-offset: 2px;
}

.woocommerce form .form-row.woocommerce-invalid label {
    color: #000;
}

.woocommerce form .form-row.woocommerce-invalid label {
    color: #000;
}

.woocommerce form .form-row label.checkbox, .woocommerce-page form .form-row label.checkbox {
    color: #000;
}

/* PAGINA Supporto */

.elementor-widget-n-accordion .e-n-accordion-item:not(:last-child) {
    margin-block-end: var(--n-accordion-item-title-space-between);
    border: 1px solid #E9B20C;
    border-radius: 16px;
}
.elementor-widget-n-accordion .e-n-accordion-item {
    border: 1px solid #E9B20C;
    border-radius: 16px;
}

/* MENU */

.e-flex.e-con-boxed.e-con.e-parent.elementor-sticky.elementor-sticky--active.elementor-section--handles-inside.e-lazyloaded.elementor-sticky--effects {
  position: fixed !important;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999; /* resta sopra tutto */
  background-image: url('/wp-content/uploads/2025/10/img-header.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.e-flex.e-con-boxed.e-con.e-parent.elementor-sticky.elementor-sticky--active.elementor-section--handles-inside.e-lazyloaded.elementor-sticky--effects::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(26,151,166,0.7);
  z-index: 1;
}

.e-flex.e-con-boxed.e-con.e-parent.elementor-sticky.elementor-sticky--active.elementor-section--handles-inside.e-lazyloaded.elementor-sticky--effects .e-con-inner {
  position: relative;
  z-index: 2; /* il contenuto resta visibile sopra lo sfondo */
}






/* BOLD al passaggio del mouse */
.elementor-nav-menu li.menu-item:hover > a.elementor-item {
  font-weight: 700 !important;
}

/* BOLD per la voce attiva */
.elementor-nav-menu li.current-menu-item > a.elementor-item,
.elementor-nav-menu a.elementor-item.elementor-item-active,
.elementor-nav-menu .current-menu-ancestor > a.elementor-item,
.elementor-nav-menu .current-menu-parent > a.elementor-item {
  font-weight: 700 !important;
}


/* Footer */

button#btn_Newsletter {
    position: relative;
    bottom: 77px;
    right: -540px;
}

@media only screen and (max-width: 1280px){
	button#btn_Newsletter {
		position: relative;
		top: -75px;
	}
}

@media only screen and (max-width: 769px){
	button#btn_Newsletter {
		position: relative;
		top: 0px;
		left: 0px;
	}
}