@media (max-width: 575px) {
    #sp-header {
        height: 70px;
    }
 }
@media (max-width: 991px) {
      .logo-image {
    height: 50px !important;
    position: relative;
    top: 10px;
}
 }
.logo-image-phone {
  height: 70px !important;
  position: relative;
    top: 10px;
}
@media only screen and (max-width: 375px) {
    .logo-image-phone {
        height: 50px !important;
        position: relative;
        top: 10px;
    }
}
@media (max-width: ) {
  div#sp-menu {
    display: none;
  }
}
nav.sp-megamenu-wrapper.d-flex {
    padding-right: 15px;
}
ul.menu-child {
    line-height: 35px;
}
.lingualaterale {
    background-color: #cffaf2;
    margin-top: 20px !important;
}
li {
    padding-bottom: 10px;
}
#sp-footer, #sp-bottom {
    background: #f7f7f7;
    color: #FFFFFF;
}
sp-bottom .sp-module .sp-module-title h3{
       color: #ff8301 !important;
  }
@media (max-width: 991px) {
    #sp-header {
        height: 70px;
    }
 }
#sp-footer, #sp-bottom {
    color: #575757;
}
/* contenitore dei pulsanti + "oppure" */
.cta-container {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
    margin: 10px 0;
}

/* stile base dei bottoni */
.cta-btn {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 10px 20px;
    min-width: 230px;          /* stessa larghezza minima per entrambi */
    box-sizing: border-box;
    color: #ffffff;
    font-weight: 600;
    text-align: center;
}

/* bottoni specifici */
.offerte-oggi {
    background-color: #fd0000;
}

.entra-shop {
    background-color: green;
}

/* testo "oppure" */
.cta-or {
    font-size: 14px;
    color: #333;
}

/* versione mobile: tutto in colonna */
@media (max-width: 600px) {
    .cta-container {
        flex-direction: column;
    }

    .cta-or {
        margin: 5px 0;
    }

    .cta-btn {
        width: 100%;           /* i bottoni diventano larghi come il contenitore */
        max-width: 320px;      /* puoi aumentare o ridurre questo valore */
    }
}
body .wa-float{
  position: fixed;
  right: 18px;
  bottom: 110px;
  z-index: 999999;
  width: 56px;
  height: 56px;
  border-radius: 999px;
  background: #25D366;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 20px rgba(0,0,0,.25);
  text-decoration: none;

  color: #fff !important;  /* chiave: l’SVG prende questo */
}

body .wa-float svg{
  width: 28px !important;
  height: 28px !important;
  display: block !important;
}
@media (max-width: 1399px) {
  div#sp-menu {
    display: none;
  }
}