/* 
Theme Name: La Sediolina a Pois Child
Theme URI: https://lasediolinaapois.com/
Description: Template Wordpress per La Sediolina a Pois
Author: Piesseweb
Author URI: https://piesseweb.com/
Template: lasediolinaapois
Version: 1.0.1
Text Domain: lasediolinaapois
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
*/
/* === COLORI AZIENDALI === */
:root {
  --brand-green: #799E83;
  --brand-red: #8F172A;
}/* Centra la paginazione */
.woocommerce-pagination {
    text-align: center;
    margin: 20px 0;
}

/* =========================
   Responsive: Tablet e Mobile
   Per: https://www.lasediolinaapois.com/blog/lamore-vince/
   ========================= */

/* --- Base responsive utile su tutti i dispositivi --- */
img, .wp-block-image img, .entry-content img, .post img {
  max-width: 100%;
  height: auto;
  display: block;
}

/* limitare larghezza contenuti e centro */
.site, .wrap, .container, .content-area {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px;
  box-sizing: border-box;
}

/* leggibilità articoli */
.entry-content, article.post, .post-content {
  font-size: 18px;
  line-height: 1.65;
  word-break: break-word;
}

/* titoli */
.entry-title, h1.entry-title, .post-title {
  font-size: 36px;
  line-height: 1.15;
  margin-bottom: 18px;
}

/* meta, widget, sidebar */
.widget, .widget-area, aside.sidebar, .secondary {
  font-size: 15px;
  line-height: 1.4;
}

/* bottone/menu/icon social: rendili cliccabili e leggibili */
a, .menu a, .social a {
  -webkit-tap-highlight-color: rgba(0,0,0,0.08);
}

/* =========================
   Breakpoint Tablet (large tablet)
   max-width ~ 1024px
   ========================= */
@media (max-width: 1024px) {

  /* contenitore principale: più compatto */
  .site, .wrap, .container {
    padding-left: 18px;
    padding-right: 18px;
  }

  /* titoli: scala leggermente */
  .entry-title, h1.entry-title, .post-title {
    font-size: 32px;
  }

  /* due colonne: content + sidebar ridotte */
  .content-area, .site-main {
    width: 68%;
    float: left;
    box-sizing: border-box;
  }
  .widget-area, aside.sidebar, .secondary {
    width: 30%;
    float: right;
    box-sizing: border-box;
  }

  /* immagini in evidenza: mantieni proporzioni */
  .post-thumbnail, .featured-image {
    max-height: 420px;
    overflow: hidden;
  }

  /* margini interni più morbidi */
  .entry-content, article.post, .post-content {
    font-size: 17px;
    line-height: 1.6;
    padding-bottom: 22px;
  }

  /* menu e icone social: più spaziate */
  .site-navigation, .menu {
    padding: 10px 6px;
  }
}

/* =========================
   Breakpoint Tablet/Phone (medium) 
   max-width ~ 768px
   ========================= */
@media (max-width: 768px) {
.woocommerce .elementor-4209 .elementor-element.elementor-element-3e0a706 .flex-control-thumbs li {
padding-bottom: 10px !important;
    margin-right: 0;
    width: 31.5%;
    float: left;
    margin-bottom: 15px !important;
}
  /* layout: colonna singola, sidebar sotto contenuto */
  .content-area, .site-main, .widget-area, .secondary, aside.sidebar {
    width: 100% !important;
    float: none !important;
    margin: 0 0 28px 0;
  }

  /* titoli e testi */
  .entry-title, h1.entry-title, .post-title {
    font-size: 28px;
    margin-bottom: 14px;
  }
  .entry-content, article.post, .post-content {
    font-size: 16px;
    line-height: 1.7;
    padding: 0 6px;
  }

  /* immagini in evidenza a tutta larghezza */
  .post-thumbnail img, .featured-image img, .wp-block-image img {
    width: 100%;
    height: auto;
  }

  /* spazi interni */
  .site-header, header.site-header {
    padding: 10px 12px;
  }

  /* link menu: ingrandire target */
  .menu a, .site-navigation a {
    padding: 10px 8px;
    display: inline-block;
  }

  /* widget: semplificare elenco ultimi post */
  .widget .post, .widget .recent-post {
    display: block;
    margin-bottom: 12px;
  }
}

/* =========================
   Breakpoint Mobile (smartphone)
   max-width ~ 480px
   ========================= */
@media (max-width: 480px) {

  /* font e leggibilità per mobile piccolo */
  .entry-content, article.post, .post-content {
    font-size: 15px;
    line-height: 1.75;
    padding-left: 8px;
    padding-right: 8px;
  }

  /* titolo */
  .entry-title, h1.entry-title, .post-title {
    font-size: 22px;
    margin-bottom: 10px;
  }

  /* rimuovere larghezze forzate dalle immagini embed */
  .embed-container, .video-wrapper, iframe, embed, .wp-embed {
    max-width: 100%;
    width: 100%;
    height: auto;
  }

  /* header: icone e logo ridotte */
  .site-logo img, .custom-logo {
    max-height: 46px;
    width: auto;
  }

  /* pulsanti CTA: più grandi e full width */
  .btn, .button, .wp-block-button a {
    display: block;
    width: 100%;
    box-sizing: border-box;
    padding: 12px 14px;
    font-size: 16px;
  }

  /* footer: colonne impilate */
  .site-footer .widget, .footer-widgets .widget {
    display: block;
    width: 100%;
    margin-bottom: 18px;
  }

  /* ridurre spazio cookie-consent se appare su mobile */
  .cookie-consent, .cookie-notice, .cookie-banner {
    font-size: 13px;
    padding: 8px 10px;
  }
}

/* =========================
   Fix rapidi (selettori generici)
   Se il tema usa classi specifiche -> sostituire selector con quelli reali
   ========================= */

/* assicura che la sidebar non si sovrapponga al contenuto */
.content-area:after, .site-main:after {
  content: "";
  display: table;
  clear: both;
}

/* accessibilità: focus visibile */
a:focus, button:focus {
  outline: 3px solid rgba(120,160,200,0.25);
  outline-offset: 2px;
}

/* piccolo tweak per immagini troppo grandi in widget (es. miniatura ultimi post) */
.widget img, .widget-area img {
  max-width: 100%;
  height: auto;
  display: inline-block;
}

/* Fine CSS */

@media (max-width: 480px) {
 #mc_embed_signup input#mc-embedded-subscribe {
  display: inline !important;
  margin: 0 0 10px 0 !important;
    margin-top: 0px;
    margin-left: 0px;
  min-width: 90px;
  margin-left: -128px !important;
  margin-top: 7px !important;
  min-height: 43px;
}#mc_embed_signup input#mc-embedded-subscribe + i.fa {
  font-size: 16px;
  color: white;
  display: none;
}
}
	@media (max-width: 767px) {
.elementor-2715 .elementor-element.elementor-element-bcef891 .elementor-container {
    padding: 15px;
  }
}
    
/* Contenitore del submit */
#mc_embed_signup .clear {
    display: flex;
    align-items: center; /* Allinea verticalmente */
    justify-content: flex-start; /* Mantieni il pulsante a sinistra o usa center se vuoi centrato */
    gap: 10px; /* Spazio tra pulsante e freccia */
}

/* Pulsante di registrazione */
#mc_embed_signup input#mc-embedded-subscribe {
    display: inline-flex;
    align-items: center;
    background-color: #799E83;
    color: #fff;
    border: none;
    border-radius: 6px;
    font-size: 14px;
    cursor: pointer;
    transition: background 0.3s ease;
}

/* Hover */
#mc_embed_signup input#mc-embedded-subscribe:hover {
    background-color: #8F172A;
}

/* Icona all’interno del pulsante */
#mc_embed_signup input#mc-embedded-subscribe + i.fa {
    font-size: 16px;
    color: white;display:none !important
}

/* Lista numeri pagina */
.woocommerce-pagination ul.page-numbers {
    list-style: none;
    padding: 0;
    display: inline-flex;
    gap: 8px; /* spazio tra i numeri */
}

/* Numeri pagina normali */
.woocommerce-pagination ul.page-numbers li a.page-numbers {
    display: inline-block;
    padding: 8px 12px;
    border-radius: 6px;
    background-color: #f4f4f4; /* sfondo neutro */
    color: #8F172A; /* bordeaux */
    font-weight: 600;
    text-decoration: none;
    transition: all 0.25s ease;
}

/* Hover numeri pagina */
.woocommerce-pagination ul.page-numbers li a.page-numbers:hover {
    background-color: #799E83; /* verde primario */
    color: #fff;
    transform: translateY(-1px);
}

/* Pagina attiva */
.woocommerce-pagination ul.page-numbers li span.current {
    background-color: #8F172A; /* bordeaux */
    color: #fff;
    font-weight: 700;
    padding: 8px 12px;
    border-radius: 6px;
}
.woocommerce nav.woocommerce-pagination ul {
  display: inline-block;
  white-space: nowrap;
  padding: 0;
  clear: both;
  border: 0 !important;
  border-right: 0;
  margin: 1px;
}.woocommerce nav.woocommerce-pagination ul li {
  border-right: 0;
  padding: 0;
  margin: 0;
  float: left;
  display: inline;
  overflow: hidden;
}/* Riduci testo pulsante Aggiungi al carrello solo su mobile */
@media (max-width: 768px) {
    a.button.add_to_cart_button {
        font-size: 14px !important; /* riduce il testo */
        padding: 8px 16px !important; /* mantiene proporzioni compatte */
    }
}

/* Centra il contenuto del prodotto */
ul.products li.product {
    text-align: center;
}

/* Titolo prodotto */
ul.products li.product h2.woocommerce-loop-product__title {
    color: #8F172A;      /* bordeaux */
    font-size: 18px;     /* più grande */
    font-weight: 700;
    margin: 10px 0 5px;
}

/* Prezzo prodotto */
ul.products li.product span.price {
    display: block;
    color: #8F172A !important; /* bordeaux forzato */
    font-size: 20px;            /* più grande */
    font-weight: 700;
    margin: 8px 0;
}

/* Pulsante Aggiungi al carrello */
ul.products li.product a.button.add_to_cart_button {
    display: inline-block;
    background-color: #8F172A; /* bordeaux */
    color: #fff;
    border: none;
    border-radius: 6px;
    padding: 12px 24px; 
    font-weight: 600;
    font-size: 16px;
    margin-top: 10px;
    transition: all 0.25s ease;
}.woocommerce ul.products li.product .price {
  color: #8F172A !important;
  font-weight: 500;
  font-size: 19px;
}
.elementor-products-grid ul.products.elementor-grid li.product a.woocommerce-loop-product__link ul.products li.product .woocommerce-loop-product__title {
  color: #BDD0B2 !important;
  text-align: center;
  font-size: 20px;
}
/* Hover pulsante */
ul.products li.product a.button.add_to_cart_button:hover {
    background-color: #799E83; /* primario su hover */
    transform: translateY(-1px);
}

/* === PULSANTI PRINCIPALI === */
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce-checkout button.button.alt,
.woocommerce button[name="update_cart"],
.woocommerce .single_add_to_cart_button {
  background-color: var(--brand-green);
  color: #fff;
  border: none;
  border-radius: 6px;
  padding: 12px 24px;
  font-weight: 600;
  letter-spacing: 0.5px;
  transition: all 0.25s ease;
}
woocommerce-cart .wc-proceed-to-checkout a.checkout-button{
  background-color: var(--brand-green);
  color: #fff;
  border: none;
  border-radius: 6px;
  padding: 9px 24px;
  font-weight: 600;
  letter-spacing: 0.5px;
  transition: all 0.25s ease;
  font-size: 20px;
}/* === MINI-CART FOOTER BUTTONS === */
.elementor-menu-cart__footer-buttons a {
    display: block;                 /* Blocca il pulsante */
    text-align: center;             /* Testo centrato */
    padding: 12px 20px;             /* Dimensioni compatte */
    margin-bottom: 8px;             /* Spazio tra i pulsanti */
    border-radius: 6px;             /* Angoli arrotondati */
    font-weight: 600;               /* Testo in grassetto */
    text-decoration: none;          /* Rimuove sottolineatura */
    color: #fff;                    /* Testo bianco */
    background-color: var(--brand-green);  /* Colore primario */
    transition: all 0.25s ease;     /* Animazione hover */
}

/* Hover */
.elementor-menu-cart__footer-buttons a:hover {
    background-color: var(--brand-red);   /* Colore hover */
    transform: translateY(-1px);          /* Leggero sollevamento */
}

/* Mobile: pulsanti full width */
@media (max-width: 768px) {
    .elementor-menu-cart__footer-buttons a {
        width: 100%;
    }
}
/* === MINI-CART FOOTER BUTTONS === */
.elementor-menu-cart__footer-buttons a {
    display: block;                 /* blocco compatto */
    text-align: center;             /* testo centrato */
    padding: 10px 16px;             /* dimensioni compatte */
    margin-bottom: 6px;             /* spazio tra pulsanti */
    border-radius: 6px;             /* angoli arrotondati */
    font-weight: 600;               /* testo in grassetto */
    text-decoration: none;          /* rimuove sottolineatura */
    color: #fff !important;         /* testo bianco */
    background-color: #799E83 !important; /* colore primario */
    transition: all 0.2s ease;
}

/* Hover */
.elementor-menu-cart__footer-buttons a:hover {
    background-color: #8F172A !important; /* colore hover */
    transform: translateY(-1px);
}

/* Mobile: pulsanti full width */
@media (max-width: 768px) {
    .elementor-menu-cart__footer-buttons a {
        width: 100%;
    }
}
/* Regola altezza e padding pulsanti mini-cart */
.elementor-menu-cart__footer-buttons a {
    padding: 8px 16px;   /* Altezza più compatta */
    line-height: 1.4;    /* Testo centrato verticalmente */
    font-size: 15px;     /* Dimensione testo leggermente più piccola */
}

/* HOVER */
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce #respond input#submit:hover,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover,
.woocommerce-checkout button.button.alt:hover,
.woocommerce button[name="update_cart"]:hover,
.woocommerce .single_add_to_cart_button:hover {
  background-color: var(--brand-red);
  color: #fff;
  transform: translateY(-1px);
}

/* === PULSANTI SECONDARI (es. “Aggiorna carrello”, “Applica coupon”) === */
.woocommerce .button.secondary,
.woocommerce input[name="update_cart"],
.woocommerce input[name="apply_coupon"] {
  background-color: #f4f4f4;
  color: var(--brand-red);
  border: 1px solid var(--brand-red);
}

.woocommerce .button.secondary:hover,
.woocommerce input[name="update_cart"]:hover,
.woocommerce input[name="apply_coupon"]:hover {
  background-color: var(--brand-red);
  color: #fff;
}

/* === CHECKOUT === */
.woocommerce-checkout .woocommerce-info,
.woocommerce-checkout .woocommerce-message {
  border-top-color: var(--brand-green);
}
.woocommerce-checkout .woocommerce-message::before {
  color: var(--brand-green);
}

.woocommerce-checkout #place_order {
  background-color: var(--brand-green);
  border-radius: 8px;
  font-size: 16px;
}
.woocommerce-checkout #place_order:hover {
  background-color: var(--brand-red);
}

/* === MINI CART & ALERT === */
.woocommerce .woocommerce-message,
.woocommerce .woocommerce-error,
.woocommerce .woocommerce-info {
  border-left: 4px solid var(--brand-green);
  background-color: #f8f9f8;
}

/* === INPUT E FORM === */
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 10px;
  transition: all 0.2s ease;
}
.woocommerce form .form-row input:focus,
.woocommerce form .form-row textarea:focus {
  border-color: var(--brand-green);
  box-shadow: 0 0 0 2px rgba(121,158,131,0.15);
}

/* === TABELLE CARRELLO === */
.woocommerce-cart table.cart th,
.woocommerce-cart table.cart td {
  border: none;
}
.woocommerce-cart .cart_totals h2 {
  color: var(--brand-red);
}
.woocommerce-cart .cart_totals table {
  border-top: 2px solid var(--brand-green);
}
.woocommerce-cart .cart-subtotal td,
.woocommerce-cart .order-total td {
  font-weight: 600;
}

/* === RESPONSIVE === */
@media (max-width: 768px) {
  .woocommerce a.button,
  .woocommerce button.button {
    width: 100%;
    text-align: center;
  }
}
/* === MINI CART ELEMENTOR === */
.elementor-menu-cart__main {
    width: 350px;
    max-height: 500px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 8px 25px rgba(0,0,0,0.15);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    padding: 15px;
    font-family: inherit;
}

/* Close button */
.elementor-menu-cart__close-button {
    cursor: pointer;
    text-align: right;
    font-size: 20px;
    color: var(--brand-red);
}

/* Lista prodotti */
.elementor-menu-cart__products {
    flex: 1;
    overflow-y: auto;
    max-height: 200px;
    margin-bottom: 10px;
}

/* Singolo prodotto */
.elementor-menu-cart__product {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
}

/* Immagine prodotto */
.elementor-menu-cart__product-image img {
    width: 60px;
    height: 60px;
    object-fit: cover;
    border-radius: 6px;
}

/* Nome prodotto */
.elementor-menu-cart__product-name a {
    font-weight: 500;
    margin-left: 10px;
    color: #333;
    text-decoration: none;
}

/* Prezzo prodotto */
.elementor-menu-cart__product-price {
    margin-left: auto;
    font-weight: 600;
    color: var(--brand-green);
}

/* Pulsante rimuovi prodotto */
.elementor-menu-cart__product-remove a {
    margin-left: 10px;
    color: var(--brand-red);
    font-size: 18px;
    transition: color 0.25s;
}
.elementor-menu-cart__product-remove a:hover {
    color: var(--brand-green);
}

/* Subtotale */
.elementor-menu-cart__subtotal {
    display: flex;
    justify-content: space-between;
    font-weight: 600;
    padding: 10px 0;
    border-top: 1px solid #eee;
    margin-bottom: 10px;
}

/* Pulsanti footer */
.elementor-menu-cart__footer-buttons a {
    display: block;
    text-align: center;
    padding: 12px 0;
    border-radius: 6px;
    font-weight: 600;
    margin-bottom: 8px;
    text-decoration: none;
    color: #fff;
    background-color: var(--brand-green);
    transition: all 0.25s ease;
}

.elementor-menu-cart__footer-buttons a:hover {
    background-color: var(--brand-red);
    transform: translateY(-1px);
}

/* Scrollbar mini-cart */
.elementor-menu-cart__products::-webkit-scrollbar {
    width: 6px;
}
.elementor-menu-cart__products::-webkit-scrollbar-thumb {
    background-color: var(--brand-green);
    border-radius: 3px;
}
.elementor-menu-cart__products::-webkit-scrollbar-track {
    background-color: #f1f1f1;
}

/* Responsive */
@media (max-width: 768px) {
    .elementor-menu-cart__main {
        width: 100%;
        max-height: 70vh;
    }
    .elementor-menu-cart__footer-buttons a {
        width: 100%;
    }
}
/* Pulsante Procedi con l'ordine WooCommerce */
.wc-proceed-to-checkout .checkout-button {
    display: inline-block;      /* Non prende tutta la larghezza */
    background-color: var(--brand-green);
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    padding: 10px 20px;        /* Dimensione compatta */
    border-radius: 6px;
    text-decoration: none;
    text-align: center;
    transition: all 0.25s ease;
}

.wc-proceed-to-checkout .checkout-button:hover {
    background-color: var(--brand-red);
    color: #fff;
    transform: translateY(-1px);
}

/* Rimuove eventuali <br> indesiderati */
.wc-proceed-to-checkout p br {
    display: none;
}

/* Per mobile: pulsante full width */
@media (max-width: 768px) {
    .wc-proceed-to-checkout .checkout-button {
        width: 100%;
    }
}

@media (max-width: 1096px) {
    .elementor-widget.elementor-align-right .elementor-icon-list-items {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: left;
    }
    .elementor-879 .elementor-element.elementor-element-14cdf823 .elementor-icon-list-item > a {
        font-family: "Sacramento", Sans-serif;
        font-size: 30px;
        font-weight: 400;
        text-transform: none;
        font-style: normal;
        line-height: 0.1em;
        letter-spacing: -0.5px;
        width: 140px;
    }

  }
  @media (max-width: 1024px) {
    ul#menu-2-abcea11 {
        display: block;
    }
    .elementor-879 .elementor-element.elementor-element-abcea11 .elementor-nav-menu--dropdown a:hover, .elementor-879 .elementor-element.elementor-element-abcea11 .elementor-nav-menu--dropdown a.elementor-item-active, .elementor-879 .elementor-element.elementor-element-abcea11 .elementor-nav-menu--dropdown a.highlighted {
        background-color: transparent !important;
    }.elementor-879 .elementor-element.elementor-element-abcea11 .elementor-nav-menu--dropdown a, .elementor-879 .elementor-element.elementor-element-abcea11 .elementor-menu-toggle {
        color: #C65557;
        font-weight: 600;
        opacity: 1;
    }
    .elementor-nav-menu li.menu-item-203 a{
        background-repeat: no-repeat;
        fill: #BDD0B2 !important;
        background-size: 25px;
        background-position: 5px 12px;
        background-image: url(img/mobile/chi-sono_red.svg);
    }  .elementor-nav-menu li.menu-item-203 a:hover{
        background-image: url(img/mobile/chi-sono_green.svg);
    } 
    .elementor-nav-menu li.menu-item-203 a.elementor-item-active {
                background-image: url(img/mobile/chi-sono_green.svg);
    }
    .elementor-nav-menu li.menu-item-9693 a{
        background-image: url(img/mobile/racconti_red.svg);
        background-repeat: no-repeat;
        fill: #BDD0B2 !important;
        background-size: 25px;
        background-position: 5px 12px;
    }
    .elementor-nav-menu li.menu-item-9693 a:hover{
        background-image: url(img/mobile/racconti_green.svg);
    }
    .elementor-nav-menu li.menu-item-9693 a.elementor-item-active {
        background-image: url(img/mobile/racconti_green.svg);
}
.elementor-nav-menu li.menu-item-7878 a{
    background-image: url(img/mobile/blog_red.svg);
    background-repeat: no-repeat;
    fill: #BDD0B2 !important;
    background-size: 25px;
    background-position: 5px 12px;
}
.elementor-nav-menu li.menu-item-7878 a:hover{
    background-image: url(img/mobile/blog_green.svg);
}
.elementor-nav-menu li.menu-item-7878 a.elementor-item-active {
    background-image: url(img/mobile/blog_green.svg);
}
    .elementor-nav-menu li.menu-item-10111 a{
        background-image: url(img/mobile/filastrocche_red.svg);
        background-repeat: no-repeat;
        fill: #BDD0B2 !important;
        background-size: 25px;
        background-position: 5px 12px;
    }
    .elementor-nav-menu li.menu-item-10111 a:hover{
        background-image: url(img/mobile/filastrocche_green.svg);
    } .elementor-nav-menu li.menu-item-10111 a.elementor-item-active {
        background-image: url(img/mobile/filastrocche_green.svg);
}
    .elementor-nav-menu li.menu-item-3041 a{
        background-image: url(img/mobile/cucina_red.svg);
        background-repeat: no-repeat;
        fill: #BDD0B2 !important;
        background-size: 25px;
        background-position: 5px 12px;
    }.elementor-nav-menu li.menu-item-3041 a:hover{
        background-image: url(img/mobile/cucina_green.svg);
    }
    .elementor-nav-menu li.menu-item-3041 a.elementor-item-active {
        background-image: url(img/mobile/cucina_green.svg);
}
    .elementor-nav-menu li.menu-item-10290 a{
        background-image: url(img/mobile/giochi_red.svg);
        background-repeat: no-repeat;
        fill: #BDD0B2 !important;
        background-size: 25px;
        background-position: 5px 12px;
    }
    .elementor-nav-menu li.menu-item-10290 a:hover{
        background-image: url(img/mobile/giochi_green.svg);
    } .elementor-nav-menu li.menu-item-10290 a.elementor-item-active {
        background-image: url(img/mobile/giochi_green.svg);
}
    .elementor-nav-menu li.menu-item-4072 a{
        background-image: url(img/mobile/shop_red.svg);
        background-repeat: no-repeat;
        fill: #BDD0B2 !important;
        background-size: 25px;
        background-position: 5px 12px;
    }  .elementor-nav-menu li.menu-item-4072 a:hover{
        background-image: url(img/mobile/shop_green.svg);
    }
    .elementor-nav-menu li.menu-item-4072 a.elementor-item-active {
        background-image: url(img/mobile/shop_green.svg);
}
    
    .elementor-879 .elementor-element.elementor-element-abcea11 .elementor-nav-menu--dropdown a:hover{
        color: #BDD0B2;
    }
    .elementor-nav-menu a, .elementor-nav-menu a:focus, .elementor-nav-menu a:hover {
        padding: 10px 35px;
            padding-left: 35px;
        line-height: 30px;
    }
  #header-top {
    position: relative;
    margin: 1.6em 0 0.5em 0;
    padding: 1em 0 1em 0 !important;
    height: 165px;
}
.elementor-879 .elementor-element.elementor-element-abcea11 div.elementor-menu-toggle {
    color: #FFFFFF;
    background: #C65557;
}
.elementor-879 .elementor-element.elementor-element-abcea11 div.elementor-menu-toggle:hover {
    color: #FFFFFF;
    background: #A2BB94;
}.elementor-879 .elementor-element.elementor-element-94c5d88 {
    width: 56%;
}

.elementor-nav-menu--dropdown.elementor-nav-menu__container {
    margin-top: 41px;
}
.elementor-item-active {
    color: #BDD0B2 !important; }
    
#header-top::before {
    content: "";
    width: 100%;
    height: 30px;
    position: absolute;
    z-index: 2;
    top: -10px;
    background-image: url(img/onde-sopra.png);
    background-repeat: repeat-x;
    background-size: 30px;
}#header-top::after {
    content: "";
    width: 100%;
    height: 30px;
    position: absolute;
    z-index: 2;
    bottom: -31px;
    background-image: url(img/onde-sopra_sotto.png);
    background-repeat: repeat-x;
    background-size: 30px;
}
#header-top {
    position: relative;
    margin: 2.2em 0 0.5em 0 !important;
    padding: 1.6em 0 1.2em 0;
}
.elementor-879 .elementor-element.elementor-element-385d84eb {
    width: 4%;
}.elementor-879 .elementor-element.elementor-element-40e42024 {
    width: 4%;
}.elementor-879 .elementor-element.elementor-element-385d84eb {
    width: 4%;
}.elementor-879 .elementor-element.elementor-element-12faf728 {
    width: 22%;
}
}
@media (max-width: 768px) {
    .page-id-5059 .e-gallery-item.elementor-gallery-item{
        width: 47%;
        float: left;
        margin-right: 10px;
        margin-bottom: 10px;
    }.elementor-products-grid ul.products.elementor-grid li.product a.woocommerce-loop-product__link {
 
        padding: 10px !important;
      }
    .page-id-5059 .e-gallery-grid:not(.e-gallery--animated) {
        display: block !important;
        
    }.page-id-5059  .e-gallery-container {
        position: relative;
        display: flex;
        flex-wrap: initial;
    }
    .elementor-927 .elementor-element.elementor-element-55b17985 p{
        text-align: center;
        color: white !important;
    }.elementor-927 .elementor-element.elementor-element-55b17985 p, .elementor-927 .elementor-element.elementor-element-1c7f55e6 p {
        color: #fff !important;
        font-weight: normal;
    }.elementor-879 .elementor-element.elementor-element-94c5d88 {
        width:56%;
    }
    .elementor-879 .elementor-element.elementor-element-40e42024 {
        width: 8% !important;
    }.elementor-879 .elementor-element.elementor-element-385d84eb {
        width: 8% !important;
    }.elementor-879 .elementor-element.elementor-element-12faf728 {
    width: 22% !important;
}
    html{
        overflow-x: hidden !important;
    }:root {
        --page-title-display: block;
        overflow-x: hidden;
    }.elementor-swiper-button-prev, .elementor-swiper-button-next{
        border: transparent !important;
    }
    #header-top {
      position: relative;
      margin: 1.6em 0 0.5em 0 !important;
      padding: 1em 0 1em 0 !important;
      height: 165px;
  }.elementor-879 .elementor-element.elementor-element-e0b4188 {
    top: 14px;
}
  .elementor-element-43e4b3a1, .elementor-2715 .elementor-element.elementor-element-642ed84 .elementor-repeater-item-b241bc3 .swiper-slide-inner .elementor-slide-button {
    display: none;
}.elementor-879 .elementor-element.elementor-element-781bc7dc img {
    width: auto !important;
    max-width: 95px;
    margin-top: -10px;
}.elementor-879 .elementor-element.elementor-element-178af21b {
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin-top: 0px;
    margin-bottom: -29px;
    padding: 0px 0px 21px 0px;
}.elementor-kit-12 button {

    padding-top: 3px;
}
#header-top {
    height: 100px;
    margin-top: 33px !important;
}.elementor-189 .elementor-element.elementor-element-def0fdb {
    font-size: var( --e-global-typography-accent-font-size );
    line-height: 35px;
}
  .elementor-2715 .elementor-element.elementor-element-642ed84 .elementor-repeater-item-b241bc3 .swiper-slide-contents {
    margin: 0 auto;
    max-width: 55%;
}
}
.page-id-189 .elementor-879 .elementor-element.elementor-element-14cdf823 .elementor-icon-list-item > a {
    color: #C65557;
}
.elementor-menu-cart__toggle_button{
    right: 25px;
    position: relative;
}.elementor-menu-cart--items-indicator-bubble .elementor-menu-cart__toggle .elementor-button-icon[data-counter]::before {
    content: attr(data-counter);
    display: block;
    position: absolute;
    min-width: 1.6em;
    height: 1.6em;
    line-height: 1.5em;
    top: -.7em;
    right: -.7em;
    border-radius: 100%;
    color: var(--items-indicator-text-color,#fff);
    background-color: var(--items-indicator-background-color,#d9534f);
    text-align: center;
    font-size: 10px;
    font-family: "Montserrat", Sans-serif !important;
}
body.page-id-1403 .elementor-1403 .elementor-element.elementor-element-baaba86 .elementor-image-box-description {
    color: orange !important;
    font-family: "Montserrat", Sans-serif;
    font-size: 17px;
    text-shadow: none !important;
    font-weight: bold;
}
.progetto{
   color:#8F172A
}
a.scarica{
    background-color: #BDD0B2 !important;
    padding: 15px;
    color: white;
    font-weight: bold;
    border-radius: 10px;
}
a.scarica:hover{
    background-color: orange !important;
    color: white;
}
/*
body.page-id-189 .elementor-879 .elementor-element.elementor-element-178af21b,
body.page-id-1835 .elementor-879 .elementor-element.elementor-element-178af21b{
    background-color: #ceebf0 !important;
}
body.page-id-189 .elementor-879 .elementor-element.elementor-element-1990c0d3,
body.page-id-1835 .elementor-879 .elementor-element.elementor-element-1990c0d3 {
    color: #72b3b6;
    font-family: "Sacramento", Sans-serif;
    font-size: 30px;
}
body.page-id-189 .elementor-879 #super-header .elementor-search-form__input.btn-shop-top,
body.page-id-1835 .elementor-879 #super-header .elementor-search-form__input {
    border-color: #101010 !important;
    color: #101010 !important;
    border-right: none;
        border-right-color: currentcolor;
}body.page-id-189 #super-header .elementor-search-form__submit ,
body.page-id-1835 #super-header .elementor-search-form__submit {
    color: #101010 !important;    border-color: #101010 !important;

}
body.page-id-189 #super-header .elementor-search-form__input,
body.page-id-1835 #super-header .elementor-search-form__input {
    border-color: #101010 !important;
    color: #101010 !important;
    border-right: none;
        border-right-color: currentcolor;
}
body.page-id-189 #super-header .elementor-search-form__submit,
body.page-id-1835 #super-header .elementor-search-form__submit {
    border-top: 1px solid #101010 !important;
    border-bottom: 1px solid #101010 !important;
    border-right: 1px solid #101010 !important;
    color: #101010 !important;
}body.page-id-189 .elementor-879 .elementor-element.elementor-element-3afbb598.elementor-view-default .elementor-icon ,
body.page-id-189 .elementor-879 .elementor-element.elementor-element-11359f57.elementor-view-default .elementor-icon,
body.page-id-189 .elementor-879 .elementor-element.elementor-element-4c4fd0f3.elementor-view-default .elementor-icon{
    color: #101010;
    border-color: #101010;
}
body.page-id-1835 .elementor-879 .elementor-element.elementor-element-3afbb598.elementor-view-default .elementor-icon ,
body.page-id-1835 .elementor-879 .elementor-element.elementor-element-11359f57.elementor-view-default .elementor-icon,
body.page-id-1835 .elementor-879 .elementor-element.elementor-element-4c4fd0f3.elementor-view-default .elementor-icon{
    color: #101010;
    border-color: #101010;
}*/
html {
    overflow-x: hidden !important;
}
.page-id-189 .elementor-879 .elementor-element.elementor-element-14cdf823 .elementor-icon-list-item:hover .elementor-icon-list-text {
    color: #B74745;
}
.page-id-189 .elementor-879 .elementor-inline-item:nth-child(1) svg,
.page-id-189 .elementor-879 .elementor-inline-item:nth-child(1) .elementor-icon-list-text {
    fill: #B74745;color: #B74745;
}
.page-id-191 .elementor-879 .elementor-inline-item:nth-child(2) svg,
.page-id-191 .elementor-879 .elementor-inline-item:nth-child(2) .elementor-icon-list-text {
    fill: #B74745;color: #B74745;
}
.page-id-6714 .elementor-879 .elementor-inline-item:nth-child(3) svg,
.page-id-6714 .elementor-879 .elementor-inline-item:nth-child(3) .elementor-icon-list-text {
    fill: #B74745;color: #B74745;
}
.page-id-1835 .elementor-879 .elementor-inline-item:nth-child(4) svg,
.page-id-1835 .elementor-879 .elementor-inline-item:nth-child(4) .elementor-icon-list-text {
    fill: #B74745;color: #B74745;
}.elementor-879 .elementor-element.elementor-element-14cdf823 .elementor-icon-list-item:hover .elementor-icon-list-icon svg {
    fill: #B74745 !important;
  }.elementor-879 .elementor-element.elementor-element-14cdf823 .elementor-icon-list-item:hover .elementor-icon-list-text {
    color: #B74745 !important;
  } 
.page-id-5059 .elementor-879 .elementor-inline-item:nth-child(5) svg,
.page-id-5059 .elementor-879 .elementor-inline-item:nth-child(5) .elementor-icon-list-text {
    fill: #B74745 !important;color: #B74745;
}
body.home .elementor-879 .elementor-inline-item:nth-child(6) svg,
 body.home .elementor-879 .elementor-inline-item:nth-child(6) .elementor-icon-list-text {
    fill: #A2BB94 !important;
color: #A2BB94 !important;
}.page-id-1688 .elementor-879 .elementor-inline-item:nth-child(6) svg,
.page-id-1688 .elementor-879 .elementor-inline-item:nth-child(6) .elementor-icon-list-text {
   fill: #B74745 !important;
color: #B74745 !important;
}
.woocommerce-page .elementor-879 .elementor-inline-item:nth-child(7) svg,
.woocommerce-page .elementor-879 .elementor-inline-item:nth-child(7) .elementor-icon-list-text {
    fill: #B74745;color: #B74745;
}
.elementor-2715 .elementor-element.elementor-element-642ed84 .elementor-repeater-item-b241bc3 .swiper-slide-inner .elementor-slide-button {
    color: var( --e-global-color-5b2c2ae );
    border-color: var( --e-global-color-5b2c2ae );
    padding: 10px !important;
    font-size: 23px;
}.elementor-2715 .elementor-2715 .elementor-element.elementor-element-642ed84 .elementor-repeater-item-fbc4888 .swiper-slide-inner .elementor-slide-button .elementor-repeater-item-b241bc3 .swiper-slide-inner .elementor-slide-button {
    color: var( --e-global-color-0bb95d9 );
    border-color: var( --e-global-color-0bb95d9 );
    padding: 10px !important;
    font-size: 14px;
    background: transparent;
    font-family: "Montserrat", Sans-serif;
}
#mc_embed_signup form .fa.fa-arrow-right{
  top: -47px;
  right: 16px;
    position: relative;
    color: white;float: right;
    font-size: 15px;
}#mc_embed_signup .clear {
    clear: unset;
}p {
 
    color: #534741 !important;
    font-weight: normal;
}.elementor-2715 .elementor-element.elementor-element-642ed84 .elementor-repeater-item-fbc4888 .swiper-slide-inner .elementor-slide-button {
    color: var( --e-global-color-0bb95d9 );
    border-color: var( --e-global-color-0bb95d9 );
    padding: 10px !important;
    font-size: 14px;
    background: transparent;
    font-family: "Montserrat", Sans-serif;
}
span.beneficiamo{
color:#A2BB94}
#mc_embed_signup input {
    border: 3px solid #A2BB93 !important;
    -webkit-appearance: none;
    border-radius: 13px !important;
}#mc_embed_signup .button{
    background-color: #A2BB93 !important;
}.elementor-927 .elementor-element.elementor-element-603b56ac > .elementor-element-populated {
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 25px 10px 2px 10px;
}.elementor-shape-circle .elementor-icon.elementor-social-icon {
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-color: transparent;
    border: 1px solid white;
}.elementor-widget-heading .elementor-heading-title[class*="elementor-size-"] > a {
    color: inherit;
    font-size: inherit;
    line-height: inherit;
    font-size: 38px;
}#mc_embed_signup input.email {
    font-family: "Open Sans","Helvetica Neue",Arial,Helvetica,Verdana,sans-serif;
    font-size: 15px;
    display: block;
    padding: 0 0.4em;
    margin: 0 auto;
    min-height: 32px;
    width: 100% !important;
    min-width: 130px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    flex-direction: row-reverse;
    float: left;
}#mc_embed_signup input.button {
    display: block;
    margin: 0 0 10px 0;
    text-transform: uppercase;
    font-family: "Montserrat", Sans-serif;
    font-weight: bold; color:white;
    font-size: 14px;
}
.btn-shop-top{
  position: absolute;
  margin-top: -20px;
}
#mc_embed_signup input.email {
    font-family: "Open Sans","Helvetica Neue",Arial,Helvetica,Verdana,sans-serif;
    font-size: 12px;
    display: block;
    padding: 0 0.4em;
    min-height: 58px !important;
    min-width: 130px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}#mc_embed_signup input.button {
    display: inline !important;
margin-left: -197px !important;
margin-top: 7px !important;
min-height: 43px;
}.elementor-927 .elementor-element.elementor-element-55b17985 p,
.elementor-927 .elementor-element.elementor-element-1c7f55e6 p {
    color: #fff  !important;
    font-weight: normal;
}
#mc_embed_signup input.button::after {
    content: "\f061";font-family: "Font Awesome 5 Free";
    font-weight: 900;
}
input[type="submit"] {
    
    font-size: 13px;
    font-weight: 300;
    color: var( --e-global-color-secondary );
    background-color: transparent !important;
    border-radius: 0px 0px 0px 0px;
    padding: 10px 30px 10px 30px;
    border: 0;
}



.fa-search::before {
    content: "\f002";
}span.price  {
    color: #A91E79;
    font-weight: bold;
    text-align: right;
}

.elementor-column.elementor-col-25, .elementor-column[data-col="25"] {
    width: 25%;
    margin-right: 10px;
    border-radius: 50px;
}.elementor-2 .elementor-element.elementor-element-6b4266cb > .elementor-container > .elementor-column > .elementor-widget-wrap {
    align-content: flex-start;
    align-items: flex-start;
    border-radius: 18px;
}.layout-538 .element_1631698007379 a {
    font-size: 20px;
    font-weight: bold;
}
.elementor-2 .elementor-element.elementor-element-1bc174fc {

    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 28px 0px 0px 0px;
    margin-top: -32px;

}
.elementor-widget-woocommerce-menu-cart.elementor-menu-cart--cart-type-mini-cart .elementor-menu-cart__main{
right:270px;
padding: 10px;

}
.elementor-2 .elementor-element.elementor-element-22dffcfc:not(.elementor-motion-effects-element-type-background), .elementor-2 .elementor-element.elementor-element-22dffcfc > .elementor-motion-effects-container > .elementor-motion-effects-layer {
    background-color: transparent !important;
}
.elementor-2 .elementor-element.elementor-element-45fcf52 {
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 28px 0px 0px 0px;
    margin-top: -24px;
    background-color: transparent !important;
}
.elementor-879 .elementor-element.elementor-element-40459d8c .elementor-search-form__input {
    background: transparent;color: white;
    opacity: 1;border: 1px solid white;

}
.claim{
   padding: 10px;line-height: 43px;

}.elementor-879 .elementor-element.elementor-element-781bc7dc img {
    width: 145px;
}.woocommerce .widget_price_filter .price_slider_amount .button {
     font-family: "Montserrat", Sans-serif;

}.woocommerce ul.products li.product .woocommerce-loop-product__title {
    color: #C65557;
    text-align: right;
    font-family: "Montserrat", Sans-serif !important;
    margin-bottom: 0 !important;
}.woocommerce .woocommerce-ordering select {
    vertical-align: top;
    font-size: 13px;
    background: white;font-size: 14px;
}.elementor-945 .elementor-element.elementor-element-7abfeef0.elementor-wc-products ul.products li.product .button {
    color: #C65557;
    background-color: rgba(0,0,0,0);
    border-color: #C65557;
    text-transform: none;
    border-style: solid;
    border-width: 1px 1px 1px 1px;font-size: 17px;
    border-radius: 10px;
    margin-top: 30px;
    font-weight: 500;
}
.elementor-widget-breadcrumbs {
    font-size: .85em;
    color: #a3bf98;
    font-weight: bold;
} .elementor-kit-12 h5 {
    color: #C65557;
    font-family: "Montserrat", Sans-serif;
    font-size: 25px;
    font-weight: 500;
}.elementor-search-form__input::placeholder {
    color: inherit;
    font-family: inherit;
    opacity: 1 !important;
}.elementor-879 .elementor-element.elementor-element-1fe8061:not(.elementor-motion-effects-element-type-background), .elementor-879 .elementor-element.elementor-element-1fe8061 > .elementor-motion-effects-container > .elementor-motion-effects-layer {
   
    z-index: 50000;
    position: relative;
    margin-top: -19px;
}.woocommerce span.onsale {
    min-height: auto !important;
    min-width: 3.236em;
    padding: .202em;
    font-size: 1em;
    font-weight: 700;
    position: absolute;
    text-align: center;
    line-height: 3.236;
    top: -.5em;
    left: -.5em;
    margin: 0;
    border-radius: 0 !important;
    background-color: #A2BB93 !important;
    color: #fff;
    font-size: .857em;
    z-index: 9;
    padding: 0px 8px !important;
    margin-top: 20px !important;
    margin-right: 10px !important;
}
body.home .woocommerce ul.products li.product .button {
    display: none;
}
.elementor-products-grid ul.products.elementor-grid li.product a.woocommerce-loop-product__link {
    display: block;
    position: relative;
    background: white;
    border-radius: 10px;
    padding: 20px;
}.woocommerce ul.products li.product .woocommerce-loop-product__title {
    color: #101010;
}.woocommerce ul.products li.product .price {
    color: #A91E79;
    font-weight: 400;
    font-size: 16px;
}.woocommerce .widget_price_filter .ui-slider .ui-slider-range,
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
    background-color: #A2BB93;
}.woocommerce ul.products li.product .price {
   
    text-align: center;
}.elementor-945 .elementor-element.elementor-element-7abfeef0.elementor-wc-products ul.products li.product .button {
  
    margin-top: 0;
}

.elementor-widget .elementor-icon-list-item a {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 150px;
  }.elementor-879 .elementor-element.elementor-element-14cdf823 .elementor-icon-list-text {
    color: #BDD0B2;
    padding-left: 0px;
    padding-top: 0px;
    line-height: 43px;
}
.woocommerce ul.products li.product .woocommerce-loop-product__title {
    color: #101010;
    text-align: center;
}
body.home .woocommerce ul.products li.product .price {
    text-align: right;
}
.woocommerce .woocommerce-breadcrumb {
    margin: 0 !important;
    
}



/*logo*/
.elementor-element-53b2c1a3 {
    position: relative;
    bottom: -3em;
    z-index: 5;
}
.elementor-879 .elementor-element.elementor-element-781bc7dc img {
    width: auto !important;
}
/*header*/
#logo-header {
    top: 0;
    position: absolute;
}
#header-top { 
	position:relative; 
	margin: 1.5em 0 0.5em 0; 
	padding: 1.6em 0 1.2em 0;
}
#header-top:before {
	content:"";
	width:100%;
	height:30px;
	position:absolute;
	z-index:2;
    	top: -24px;
	background-image:url(img/onde-sopra.png);
	background-repeat: repeat-x;
}.elementor-widget-breadcrumbs p {
    margin-bottom: 0;
    margin-top: 17px;
}#header-top::before {
    content: "";
    width: 100%;
    height: 30px;
    position: absolute;
    z-index: 2;
    top: -21px;
    background-image: url(img/onde-sopra.png);
    background-repeat: repeat-x;
}#header-top::after {
    content: "";
    width: 100%;
    height: 30px;
    position: absolute;
    z-index: 2;
    bottom: -31px;
    background-image: url(img/onde-sopra_sotto.png);
    background-repeat: repeat-x;
}
#header-top:after {
	content:"";
	width:100%;
	height:30px;
	position:absolute;
	z-index:2;
    	bottom: -31px;
	background-image:url(img/onde-sopra_sotto.png);
	background-repeat: repeat-x;
}
#super-header .elementor-search-form__input {
	border-color:#fff !important;
	color:#fff !important;
	border-right:none;
}
#super-header .elementor-search-form__container {
	background-color: transparent !important;
}
#super-header .elementor-search-form__submit {
	border-top:1px solid #fff !important;
	border-bottom:1px solid #fff !important;
	border-right:1px solid #fff !important;
	color:#fff !important;
}
#super-header .elementor-search-form:hover .elementor-search-form__submit {
	color:#6B292A !important;
}

/*form registrazione*/
#form-reg #mc_embed_signup input.email {
	margin:0 !important;
}
#form-reg #mc_embed_signup form{
	padding:0 !important;
}
#form-reg input.email {
    padding: 0 0 0 1.4em !important;
    color: #A2BB93 !important;
}


/*foooter*/
#footer:before {
	content:"";
	width:100%;
	height:30px;
	position:absolute;
	z-index:2;
    	top:0;
	background-image:url(img/neg-onde-sopra-grey-bg-yellow.png);
	background-repeat: repeat-x;
}


/**/
.fascia-bordini-t:before {
	content:"";
	width:100%;
	height:34px;
	position:absolute;
	z-index:2;
    	top: 0;
	background-image:url(img/neg-onde-sopra.png);
	background-repeat: repeat-x;
}
.fascia-bordini-t:after {
	content:"";
	width:100%;
	height:34px;
	position:absolute;
	z-index:2;
    	bottom:0;
	background-image:url(img/neg-onde-sotto.png);
	background-repeat: repeat-x;
}