html, body{
    /*font-size: 1.18rem;*/
    font-family: 'Inter', sans-serif; 
    -webkit-font-smoothing: antialiased;
}

/* Carousel overlay + wrapper (match Italian style) */
.carousel-wrapper-it {
  position: relative;
}

.carousel-overlay-it {
  position: absolute;
  top: 30px;
  left: 0;
  z-index: 10;
  padding: 0 15px;
}

.carousel-overlay-it a {
  color: #fff !important;
}

/*filter reset x button*/
.ae-select {
  display: inline-block;
  margin-right: 0.75rem;
  position: relative;
  font-family: 'Segoe UI', Roboto, sans-serif;
}

.ae-filter-select {
  width: 100%;
  padding: 0.5rem 3.5rem 0.5rem 0.75rem; /* extra space for clear + arrow */
  border: 1px solid #ccc;
  border-radius: 6px;
  background-color: #fff;
  font-size: 0.95rem;
  color: #333;
  appearance: none;
  background-image:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8'%3E%3Cpath fill='%23666' d='M1 1l5 5 5-5'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 12px 8px;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

/*.ae-filter-select:focus {*/
/*  border-color: #0078d4;*/
/*  box-shadow: 0 0 0 3px rgba(0, 120, 212, 0.2);*/
/*  outline: none;*/
/*}*/


/* close x button */
.ae-clear-select {
  position: absolute;
  right: 2rem;
  top: 30%;
  transform: translateY(-50%);
  background: #ced4da;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  min-width: 20px;
  color: #fff;
  font-weight: 600;
  font-size: 1.0rem;
  line-height: 1;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 2;
  transition: background-color 0.2s ease, color 0.2s ease, transform 0.1s ease;

}

.ae-clear-select:hover {
  background-color: #adb5bd;
  color: #fff;
}



/*.ae-clear-select:hover {*/
/*  background-color: #ced4da;*/
/*  color: #fff;*/
/*}*/



p, ul, li.description{font-size: 1.18rem;}
p, ul, li.description{font-size: 1.18rem;}
a{
    text-decoration: none;
    color: #212529;
}

a:hover {
    color: inherit;
    text-decoration: none;
}
*:focus {
    outline: none !important;
}

h1 {
    font-size: 3REM;
    font-family: 'Poppins', sans-serif;
    line-height: 3.3REM;
    font-weight: bold;    
    word-break: break-word;
}

h1.display-1{
   font-size: 2.6REM;
   font-weight: bold;
}

h1.display-1 hr{
    border-top: 3px solid #525252;
    opacity: 1;
 }

h2 {
    line-height: 2.25REM;
    font-family: 'Poppins', sans-serif;
    font-weight: bold;    
}

p, ul, li.description{font-size: 1.18rem;}

header{
    font-size: 14px;
}

.header-links-small{
    padding: 2px 10px;
    margin-top: 3px;
    display: inline-block;
    border-left: 2px solid #bdccd4;
    color: #4f717f !important;
    transition: 0.3s;
}



.header-links-small-first{
    padding-left: 0;
    border-left: none;
}

.social-header{
    color: #bdccd4;
    font-size: 15px;
    margin:0 8px 0 0;
    transition: 0.3s;
}

.social-header:hover{
    color: #00A5FF;
}

.header-links-small:hover, .header-links-small:hover i{
    
    color: #00A5FF  !important;
    
}
.fa-brands-header{
    
    font-size: 18px;
    top: 2px;
    position: relative;

    
}

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.right-half {
  right: 0;
  left: 50%;
}

.navbar-dark{
    background-color: #000 !important; 
    border-bottom: 6px solid #BDCCD4;
}

/*.header a{*/
/*    text-decoration: none;*/
/*    color: inherit;*/
/*}*/

/*.header .nav-item{*/
/*    margin-right: 5px;*/
/*    font-size: 1rem;*/
     /* border-bottom: 10px solid transparent; reserve space to avoid jump on active */ 
/*    padding-bottom: 5px;*/
/*}*/
/*.header .nav-item:hover a.nav-link{*/
/*    color: #00A0DF !important;*/
/*    transition: 0.3s;*/
/*}*/
/*.header .active{*/
/*    border-bottom: 10px solid #00A0DF;*/

/*}*/

/*.text-link-menu{*/
    
/*    color: #bdccd4 !important;*/
    
/*}*/

/*.header .active .text-link-menu{*/
/*   color: #FFF !important;*/

/*}*/

.header.navbar {
    border-bottom: 6px solid #bdccd4;    
    min-height: 63px;
    display: flex;
    align-items: center;
}

.header a {
    text-decoration: none;
    color: inherit;
}

.header .nav-item {
    margin-right: 5px;
    font-size: 1rem;
    position: relative;
    display: flex;
    align-items: center;
}

.header .nav-link {
    color: #bdccd4 !important;
    padding: 18px 12px;
    display: flex;
    align-items: center;
    transition: color 0.3s;
    position: relative;
}

.header .nav-item:hover .nav-link {
    color: #00A0DF !important;
}

/* Active indicator using ::after pseudo-element */
.header .active .nav-link::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 0;
    right: 0;
    height: 7px;
    background-color: #00A0DF;
}

.text-link-menu {
    color: #bdccd4 !important;
}

.header .active .text-link-menu {
    color: #FFF !important;
}


.top-money{
    position: absolute;
    left:-5px;
    background-color: #FFF;
    border: 1px solid gray;
    width: 50px;
    padding: 4px;
    z-index: 100;
    text-align: left;
    display: none;
    
}

.top-money a{
    display: block;  
    color: grey !important;
}

.top-flag{
    position: absolute;
    left:0;    
    z-index: 100;
    display: none;
}

.top-flag a{
    display: block;
    padding: 2px 0 0;
}



.bg-gray{
    background-color: #F3F3F3;
    border-radius: 50%;
}
.bg-gray-full{
    background-color: #F3F3F3;
    
}

.bg-black-full{
    background-color: #000;
    color: #FFF;
    
}

.bg-black-full h3{
    font-family: 'Poppins', sans-serif;
    color: #b4b4b4;
    font-size: 1.18REM;
    
}

.bg-black-full .btn-nero{
    background-color: #b4b4b4;
    color: #000 !important;
}


.gradient{
    background: rgb(243,243,243);
background: linear-gradient(180deg, rgba(243,243,243,1) 50%, rgba(255,255,255,1) 100%);

}

.staff img{
    width: 200px;
    height: 200px;
    object-fit: cover;
    border-radius: 50%;
    
}

.logo-header{
    width: 320px;
    top: -16px;
    position: relative;
    margin:auto;
}

.logo-contacts-header{
    width: 320px;
    max-width: 100%;
    height: auto;
}



.logo-header-mobile{
    width: 100%;
    top: 0px;
    position: relative;
    margin:auto;
}

.navbar-toggler{
    border: 0;
    padding: 7px 0;
}

.border-rounded-input{
    border-radius: 30px 30px 30px 30px;
    text-align: center;
    border: 1px solid white;
}




.flag-lang{
    width: 30px;
    height: 30px;
    border: 1px solid gray;
    border-radius: 50%;
    padding: 2px;
    position: relative;
    top: -2px;
    margin-right: 5px;
}

.fa-user-circle{
    display: inline-block;
    margin-left: 3px;
}
.carousel-item {
    height: 400px;
    width: 100%;
}
.carousel-item img{
    object-fit: cover;
    height: 100%;
    width: 100%;
}
.carousel-caption {
    top: auto;
    bottom: 5%;
    left:0;
    right:0;
    text-align: left;
    padding-left: 0;
    padding-right: 0;
}
.carousel-caption h5{
    font-size: 40px;
}
.carousel-caption p{
    font-size: 20px;
}

.navbar-same-height{
    height: 54px;
    padding-bottom: 45px;
}


/* slider caption overlay  ------------------------------------------- */
.slider-caption {
   
    position: absolute;
    left: 0;
    top: 68%;                     /* vertically aligned */
    transform: translateY(-50%);
    width: 100%;
    z-index: 10;                  /* sits above the slide image */
    padding: 0 15px;               /* same side-gutters as .container on xs view */
    text-align: left;

    /* remove Bootstrap's default caption shading, if any */
    background: none;
    margin-bottom: .5rem;
    color: #fff;
}

/* optional tweaks per breakpoint
   -------------------------------- */
@media (max-width: 991.98px) {     /* md & down */
    .slider-caption {
        top: 60%;                 /* a little lower on small screens */
    }
}

 



/*.footer{*/
/*    min-height: 300px;*/
/*}*/

footer {
    min-height: 300px;
    background-color: #000;
    color: #b4b4b4;
    
}

footer a:hover{    
    color: #FFF;    
}

footer a {
    text-decoration: none;
    color: inherit;
}

footer h3{ 
    font-size: 24px;
    line-height: 1.40REM;
    font-family: 'Poppins', sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    color: #00A5FF;
}

.btn-icon-images{
    line-height: 12px;
}

.btn-icon-images img{
    height: 50px;
    margin-bottom: 10px;
}


.container {
    max-width: 1440px;
}

.btn{
    font-size: 14px;
    /*min-width: 130px;*/
    text-align: center;
    border-radius: 20px;
    color: #FFF !important;
    font-weight: bold;
}

.btn:hover{
    color: #FFF;
    
}

.btn.btn-blue{
    background-color: #00A5FF;    
}

.btn.btn-black{
    background-color: #000;
}



.header-non-it .header-search-form{
    max-width: 500px;
    width: 100%;
}
.header-non-it .header-search-bar{
    text-align: center;
    padding-right: 48px;
}
.header-non-it .search-btn{
    /*right: 43%;*/
    /*top: 9%;*/
    /*transform: translateY(-50%);*/
}
.header-non-it .social-header-row{
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 0.5rem;
    margin-left: -10px;
    font-size: 1.5rem;
}
.header-non-it .social-header-row a{
    color: #bdccd4 !important;
}
.header-non-it .social-header-row a:hover{
    color: #00A5FF !important;
}
@media (max-width: 1200px){
    .header-non-it .header-search-form{ max-width: 520px; }
    .header-non-it .header-search-bar{ text-align: left; height: 44px; }
    .header-non-it .search-btn{ right: 25px; top: 50%; transform: translateY(-50%); }
}
@media (max-width: 992px){
    .header-non-it .header-search-form{ max-width: 100%; }
    .header-non-it .search-btn{ right: 25px; top: 50%; transform: translateY(-50%); }
    .header-non-it .social-header-row{ justify-content: center; }
    .header-non-it .logo-header-wrapper{ justify-content: center; }
    .header-non-it .language-banner, .header-non-it .currency-banner{ text-align: center; }
}

.btn.btn-transparent{
    background-color: transparent;
    border: 1px solid #FFF;
}
.btn.btn-light{
    background-color: #ecf1f7;
    color: #000 !important;
}
.logo-header{
    width: 320px;
}

.bg-grey{
    background-color: #f3f3f3;
}

.bg-gray{
    background-color: #F3F3F3;
    border-radius: 50%;
}
.bg-gray-full{
    background-color: #F3F3F3;
}

.bg-black-full{
    background-color: #000;
    color: #FFF;
}

.bg-black-full h3{
    font-family: 'Poppins', sans-serif;
    color: #b4b4b4;
    font-size: 1.18REM;
}

.bg-black-full .btn-nero{
    background-color: #b4b4b4;
}

.bg-dark-grey{
    background-color: #525252;
    color: #FFF;
}

.bg-white{
    background-color: #FFF;
}

.text-white{
    color: #FFF;
}

.text-blue{
    color: #00A5FF;
}

.border-rounded-input{
    border-radius: 20px 20px 20px 20px;
    text-align: center;
    border: 1px solid white;
}

.language-banner{
    cursor: pointer;
    position: relative;    
}

.language-banner img{
    width: auto;
    height: 14px;
}

#language-toggle, #language-toggle-bottom{
    position: absolute;
    display: none;
    background-color: #f3f3f3;
    width: 120%;
    z-index: 100;
    color: #000;
}

.currency-banner{
    cursor: pointer;
    position: relative;    
}

#currency-toggle, #currency-toggle-bottom{
    position: absolute;
    display: none;
    background-color: #f3f3f3;
     width: 120%;
     z-index: 2050;
     color: #000;
}

#currency-toggle a, #currency-toggle-bottom a{
    
    display: block;
}


.header-bottom-right span{
    color: #bdccd4;
}

.badge{
    background-color: #00A5FF;
    position: absolute;
    font-size: xx-small;
    margin-left: -5px;
    margin-top: -10px;
    background-color: #00A5FF;
    color: white;
}

.mobile-menu a{
    color: #FFF;
}

#mobile-menu-links{
    display: none;
    background-color: black;
}

.footer-bottom-right span{
    color: #bdccd4;
}

.tranquilizer span{
    font-size: 14px;
    line-height: 14px;
}


.categories-home a{
    display: block;
    margin: 2px 0;
}


.products-home .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link {    
    border: none;    
    color: #000;    
    margin: 0 10px;
}

.nav-tabs{
    border: none;
}

.products-home .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    
    border: none;
    border-bottom: 2px solid #00A5FF !important;
    color: #00A5FF;
    font-weight: bold;
}
.products-home .nav-tabs .nav-link {
    border-bottom: 1px solid black;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
    margin-left: 10px;
    padding: 10px 0 5px;
}

.products-home-description{
    min-height: 100px;
}


h4.small-price{
    font-family: 'Poppins', sans-serif;    
    font-weight: normal;
    font-size: 21px;
}

h4 span.dashed{    
    text-decoration: line-through;    
}

h4.small-price small{
    text-decoration: none !important;   
    font-size: 0.8rem;
}

h3.real-price, h3.promo-price{
    font-family: 'Poppins', sans-serif;        
    font-weight: 500;
    font-size: 36px;
}


.prod-img-container{
    position: relative;
}

.prod-img-container-promo-label{
    position: absolute;
    right: 0;
    top: 0;
    width: 30% !important;
}


.slash{
    height: 120px;
    margin-top: 20px;
    width: auto;
}

.available{
    color: #FFF;
    background-color: #8cc63f;
    display: block;    
    padding: 1px 4px;
    text-align: center;
}

.promo{
    color: #FFF;
    background-color: #00A5FF;
    display: block;    
    padding: 1px 4px;
    text-align: center;
}

.img-home1{
    position: absolute;
    top: -66px;
    width: 90%;
    right: 0;
}

.img-home2{
    position: relative;
    top: -90px;
}

.ae-breadcrumb{
    font-size:14px;
    margin: 30px 0;
}

.category h4 {
    font-size: 18px;
    color: black;
    font-weight: bold;
}

.category ul.list {
    list-style: none;
    padding-inline-start: 0;
}

.category ul.list li{
    font-size: 1rem;
    font-weight: bold;
}

.desc-hidden{
    height: 128px;
    overflow: hidden;
    margin-bottom: 80px;
    
}

.show-hidden-info{
    cursor: pointer;
    color: #00A0DF !important;
    text-align: left;
    
    position:relative;
    width:100%;
    height:70px; 
    top: -140px;
    padding-top: 70px;
    background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(1255,255,255,0)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* W3C */
}

.show-hidden-info a{
    background-color: #ecf1f7;
    color: #000 !important;
}

.box{
    color: black;    
    cursor: pointer;
    text-align: center;
    margin-bottom: 30px;
    
}

.box a{
    font-size: 16px;
    font-weight: bold;
}
.box img{
    height: 100%;
    width: 100%;
    object-fit: cover;
    padding: 15px;
}

.box p{
    font-size: 13px;
}

.box:hover a{
    text-decoration: underline !important;
}

.box div{
    border: 15px solid #edf3f9;
}

.item-products-all{
   width: 20%;
   display: block;
   float: left;
   margin-bottom: 70px;
   padding: 0 15px;
}

.single-not-price{
    font-family: 'Poppins', sans-serif;
    font-weight: bold;
    font-size: 1.5REM;
    text-decoration: line-through;
}


.single-price{
    font-size: 3REM;
    font-family: 'Poppins', sans-serif;
    line-height: 3.3REM;
    font-weight: bold;
}

    .rounded-social-product a{
        
        
        margin-right: 7px;
        display: block;
        width: 35px;
        height: 35px;
        background-size: contain;
        float: left;
    } 
    
    .rounded-social-product label{
        display: block;
        font-size: 80%;
        line-height: 35px;
        float: left;
        margin-right: 10px;
    } 
    
    
    .rounded-social a.facebook {
        
        background-image: url("../images/facebook.svg");
        
    }
    .rounded-social a.facebook:hover {
        
        background-image: url("../images/facebook-azzurro.svg");
        
    }
    
    .rounded-social a.instagram {
        
        background-image: url("../images/instagram.svg");
        
    }
    .rounded-social a.instagram:hover {
        
        background-image: url("../images/instagram-azzurro.svg");
        
    }
    
    
    .rounded-social a.linkedin {
        
        background-image: url("../images/linkedin.svg");
        
    }
    .rounded-social a.linkedin:hover {
        
        background-image: url("../images/linkedin-azzurro.svg");
        
    }
    
    .rounded-social a.youtube {
        
        background-image: url("../images/youtube.svg");
        
    }
    .rounded-social a.youtube:hover {
        
        background-image: url("../images/youtube-azzurro.svg");
        
    }
    
    
    
    .serp-box h3{
        font-weight: bold;
    }
    
    .serp-box hr{
        border: 1px solid #BDCCD4;
    }
    
    .serp-btn{
        position: absolute;
        bottom: 0;
        left: 15px;;
    }
    
    
    a.serp-pagination{
        display: inline-block;
        border-left:  1px solid #FFF;
        line-height: 14px;
        padding: 0 2px 0 6px;
    } 
    
    .serp-pagination ~ .serp-pagination{
        border-left: 1px solid #000;
       
    } 
    
    a.serp-pagination-selected{
        font-weight: bold;
    } 
    
    
    
    

.brand{
    text-align: left;
        color: #9d9d9c;
    font-weight: 500;
}
.brand i{
    font-size: 40px;
    color: black;
}
.btn-link-footer{
    text-decoration: none;
    color:black;
}

.i-tuoi-vantaggi i{
    font-weight: bold;
}

.footer-info{
    background: black;
    min-height: 300px;
    color: #F3F3F3;
}
.info-address{
    color: gray;
    
}

.info-address a{
    color: gray;
}

.info-address a:hover{
    color: #FFF;
    
}

.info-address p{
    padding: 0;
    margin: 0;
    font-size: 1em;
}

.info-address-sm{
    font-size: 15px;
    position: absolute;
    bottom:10px;
    
}

.info-address-sm i{
    color: white;
}
.info-address span{
    font-size: 13px;
}
.login-lang-footer a{
    color: white;
}

.social-footer{
    color: gray;
    font-size: 20px;
    margin-left: 5px;
    transition: 0.3s;
}


.social-footer:hover{
    color: #FFF;    
}

.links-footer{

    padding-left: 10%;
    padding-right: 10%;
    margin:auto;
}
.links-footer-sm{
    padding:0;
}

.link-footer{
    color: gray;
    text-decoration: none;
}
.link-footer:hover{
    color: white;
}

.logo-footer-2 img{
    height: 200px;
}

/* contenuto home  */
.cont-features{
    overflow: auto;
}
.features{
    padding-top: 10px !important;
}
.logo-features{
    text-align: left;
    
}

.logo-features img{
    width: 50px;
    
}
.desc-features{
    font-size: 13px;
    font-weight:600;
}

.features-item-home{
    width: 16.6%;
    float:left;
}

.info-home{
    background-color: #F3F3F3;
    min-height: 300px;
}

.info-home-text-right{
    text-align: right;
}
.slash{
    height: 150px;
    float:right;
}
.underline-blue{
    text-decoration: underline;
    text-decoration-color:#00A5FF;
}
.prodotti-in-evidenza .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link {
    
    border: none;
    border-bottom: 2px solid #000 !important;
    color: #000;
    
    margin: 0 10px;
}

.text-blue{
    color: #00A5FF;
}

.prodotti-in-evidenza .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    
    border: none;
    border-bottom: 2px solid #00A5FF !important;
    color: #00A5FF;
    font-weight: bold;
}
.prodotti-in-evidenza .nav-tabs .nav-link {
    border-bottom: 1px solid black;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
    margin-left: 10px;
}
.no-border{
    border: none !important;
}

.item-product{
    cursor: pointer;
    float:left;
    padding-left: 10px;
    padding-right: 10px;
    
}
.image-product-home{
    width: 100%;
    height: 70%;
    margin-bottom: 10px;
}
.image-product-home img{
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.product-title-home{
    overflow: hidden;
    text-align:left;
}

.product-title-home p{
    font-weight: bold;
    margin-bottom: 0;
}
.product-stars-home {
    font-size: 13px;
    
}
.product-stars-home span{
    margin-left: 10px;
}
.price-value-home{
    font-weight: bold;
    font-size: 1.6em;
}
.price-home{
     text-align: left;
     display:-webkit-box;      /* creates an anonymous flexbox */
    -webkit-box-orient:vertical;
    -webkit-line-clamp:3;     /* maximum number of lines     */
    overflow:hidden; 
}

.price-home small{
    display: inline-block;
    padding-top: 13px;
    margin-left: 10px;
}

.messaggio-registrazione{
    background: #F3F3F3;
    height: 450px;
    margin-top: 120px;
}

.messaggio-registrazione h3{
    margin-bottom: 20px;
}

.image-container-registrazione{
    height: 450px;
    width: 450px;
    padding: 10px;
    border: 30px solid rgba(128, 128, 128, 0.2);
    border-radius: 50%;
    top: -100px;
    right: 0;
    position: absolute;
}
.image-container-registrazione img{
    height: 100%;
    width: 100%;
    border-radius: 50%;
    object-fit: cover;
}

.titolo-h3-home{
    text-decoration: underline;
    text-decoration-color: #00A0E0;
    text-decoration-thickness: 5px;
    text-underline-offset: 12px;
    font-weight: 700;
    /*margin-bottom: 25px;*/
}
.span-right{
    position: absolute;
    top: 15px;
    right: 20px;
    text-align: right;
    width: 98%;
    
}

.cont-brands-home{
    margin-top: 30px;
    width: 100%;
}
.item-brands{
   border: 2px solid rgba(128, 128, 128, 0.2);
    padding: 10px;
    
    height: 120px;
    margin-bottom: 20px;
}

.item-brands-all{
   width: 20%;
   display: block;
   float: left;
  

}

.item-brands-all-in{
   border: 2px solid rgba(128, 128, 128, 0.2);
    padding: 10px;    
    height: 120px;
    margin: 15px;
}

.item-brands img, .item-brands-all-in img{
    width: 100%;
    height: 100%;
    
    border-radius: 5px;
    object-fit: contain;
}


.item-products-all{
   width: 20%;
   display: block;
   float: left;
   margin-bottom: 70px;
  

}

.item-products-all-in{
    margin: 15px;
}

.item-products img, .item-products-all-in img{
    width: 100%;
    margin-bottom: 20px;
    height: auto;    
}

.item-blog-home{    
    /*height: 550px;*/
    overflow: hidden;
    margin-bottom: 10px;
}
.img-item-blog{
    padding:0;
}
.img-item-blog img{
    width: 100%;
    height: 100%;
    object-fit: contain;
    
}
.data-articolo-home , .autore-articolo-home{
    color: rgba(128, 128, 128, 0.6);
    font-size: 11px;
    padding:0;
}
.categoria-articolo-home{
    font-size:13px;
    text-align: right;
}
.categoria-articolo-home label{
    padding-left: 5px;
    padding-right: 5px;
    background: #F3F3F3;
}
.titolo-articolo-home{
    margin-top: 10px; 
    /* margin-bottom: 10px; */
}
.titolo-articolo-home h3{
    font-size: 24px;
    font-weight: bold;
}

/*.titolo-articolo-home a {*/
/*    color: #00A5FF;*/
/*}*/

.descr-articolo-home p{
    font-weight: 400;
    color:black;
    word-spacing: -1px;
}

.blog-2section .titolo-articolo-home h3,
.blog-2section .card-title {
   min-height: calc(1.25em * 5);  /* 5 lines */ 
}

.z-99{
    z-index: 99;
}

.bottom-200{
    padding-top: 200px;
}

.owl-theme .owl-dots .owl-dot span {
    height: 5px !important;
    width : 50px !important;
    border-radius: 0px !important;
}
.owl-theme .owl-dots .owl-dot.active span{
    background-color: #000 !important;
}

/* .owl-stage .owl-item {
  width: 200px !important;
  margin-right: 45px !important;
  /*margin-left: 20px !important;
} */



.breadcrumb-products{
    padding:0;
}
.breadcrumb-arrows {
    padding:0;
    padding-left: 5px;
    padding-right: 5px;
}
.breadcrumb-arrows li {
    display: inline-block;
    line-height: 30px;
    position: relative; 
    font-size: 13px;
    margin-bottom: 5px;
}

  
.breadcrumb-arrows .active a {
    background: white;
    z-index: 100; 
    color: #00A0DF;
}
.breadcrumb-arrows .active a:after {
    border-left-color: white; 
}
  
.breadcrumb-arrows a {
    display: block;
    
    
}
  
.breadcrumb-arrows a:hover {
    /*background: white; */
}

.breadcrumb-arrows a:hover:after {
    border-color: transparent transparent transparent white; 
}

#custCarousel .carousel-item{
    
    width:  100%;  
}

#custCarousel .carousel-inner img {
    width: 100%;
    height: 100%;
}


#custCarousel .carousel-item {
    height: auto;
    width: 100%;
}


.owl_product_alt img{
    width: 90% !important;
    height: auto;
    margin: auto;
}

.owl_product_alt .owl-next{
    position: absolute;
    right: 10px;
    top: 20%;
    font-size: 40px !important;
}

.owl_product_alt .owl-prev{
    position: absolute;
    left: 10px;
    top: 20%;
    width: 20px;
    font-size: 40px  !important;
}



#custCarousel .carousel-control-next-icon{
    background-color: black !important;
    padding: 5px;
     border-radius: 25px;
         display: inline-block;
    width: 30px;
    height: 30px;
    background-position: 66% center;
    background-repeat: no-repeat;    
    background-size: 60% 60%;
    background-image: none;
}

#custCarousel .carousel-control-prev-icon{
    background-color: black !important;
    padding: 5px;
     border-radius: 25px;
         display: inline-block;
    width: 30px;
    height: 30px;
    background: 36% center;
    background-image: none;
    background-repeat: no-repeat;    
    background-size: 60% 60%;
}


#custCarousel .carousel-indicators {
    position: static;
    margin-top:10px;
    margin-left: 0;
    margin-right: 0;
    background-color: #f3f3f3;

    border-radius: unset;
    padding-top: 3px;
}


#custCarousel .carousel-indicators div {
   
}


#custCarousel .carousel-indicators div img {
    display: block;
    opacity: 0.5;
    cursor: pointer;
}

#custCarousel .carousel-indicators div.active img {
    opacity: 1;
    border-top: 2px solid #00A0E0;
}

#custCarousel .carousel-indicators div:hover img {
    opacity: 0.75;
}
 
.product-features h3{
    font-size: 20px;
}

.product-features ul{
    font-size: 20px;
}


.product-features table{
    width: 100% !important;
    border-collapse: collapse;
    font-size: 20px;
}

.product-features table td{
    border: 1px solid black;
}


.product-title{
    font-size: 20px;
}
.input-qta-prodotto{
    height: 45px;
    width: 60px;
    border-radius: 25px;
    padding-left: 20px;
    border: none; 
    background-color: #F3F3F3;
    margin-right: 20px;
}
.input-qta-prodotto-sx{
    width: 80px;
}

.salva-confronta-condividi{
    text-align: center;
}
.salva-confronta-condividi input{
    background: #F3F3F3;
    width: 15px;
    height: 15px;
    border: 2px black solid;
    
}
.salva-confronta-condividi label{
    font-size: 13px;
}

.classifica-prodotto{
    position: relative;
}
.classifica-prodotto img{
    
}
.posizione-prodotto{
    font-size: 35px;
    vertical-align: middle;
}
.classifica-categoria-vendite{
    font-size: 14px;
    vertical-align: super;
}
.br-sm{
    display: block;
   margin: -30px 0;
   content: " ";
}
.hr{
    background-color: #f3f3f3;
    height: 1px;
}
.product-features-list{
    
    list-style-type: none;
}

.product-features-list li{
    margin-bottom: 10px;
}
.product-features-list > li::before{
    content: "o";
    font-weight: 800;
}
.table-descr{
    font-size: 14px;
}
.td-dx{
    font-weight: 700;
    text-align: right;
}

.item-product-media{
    
    float:left;
    padding-left: 10px;
    padding-right: 10px;
    min-height: 300px;
    
}
.image-product-media{
    width: 100%;
    height:60%;
}
.image-product-media img{
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.prezzo-prodotto b{
    font-size: 3.37rem;
    color:black;
}
.product-media-description{
    background: #f3f3f3;
    padding: 10px;
}
.product-media-title p{
    font-weight: bold;
    margin-bottom: 5px;
}

.form-bg-grey{
    background-color: #f3f3f3;
    border-radius: 0;
    border: 0;
    padding: 10px;
}

input.form-bg-grey::placeholder {
    color: black;
}

.form-bg-grey-label{
    font-size: 0.8rem;
    margin: 10px 0;
}


.item-categorie{
    min-width: 120px;
    height: 25px;
    font-size: 0.8REM; 
    font-family: 'Inter', sans-serif; 
    text-align: center;
    margin-left: 5px;
    margin-right: 5px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 24px;
    padding-top: 5px;
    border:none;
    margin-bottom: 10px;
    background-color: #F3F3F3;
    cursor: pointer;
}

.item-categorie:hover{
    
    background-color: #BDCCD4;
    color: #FFF;
}


.categorie-blog .item-active{
    background-color:#00A0E0;
    color: white !important;
}

.categorie-blog .item-active:hover{
    background-color: #0289B2;
    
}

.select-brand{
    border:none;
    background-color: #f3f3f3;
    padding-left:15px;
    padding-right: 15px;
    padding-bottom: 5px;
    width: 200px;
}

.fine-blog{
    color:#f3f3f3;
    height: 100px;
}

.desc-cat p{
    font-size: 20px;
}
.desc-cat p:first-of-type{
    font-size: 20px;
}
.desc-cat img{
    width: 100%;
    margin-top:10px;
}

.desc-cat li{    
   font-size: 20px;
    
}


.box{
    color: black;
    margin-bottom: 20px;
    
}
.box h5{
    font-size: 16px;
    font-weight: bold;
}
.box img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.box p{
    font-size: 13px;
}




.box:hover a{
    text-decoration: underline !important;
}
.box-category{
    cursor: pointer;
    text-align: center;
    margin-bottom: 30px;
    
}

.box-category a{
    font-size: 16px;
    font-weight: bold;
}
.box-category div{
    border: 15px solid #edf3f9;
}
.box-category img{
    padding: 15px;
}


.lista-categorie ul{
    list-style: none;
    padding-inline-start: 0;
}
.lista-categorie ul li{
    font-weight: bold;
}

.categoria-sx h4{
    font-size: 18px;
    color: black;
    font-weight: bold;
}

.brand-letter{
    border-left: 1px solid #000;
    padding: 0 5px;
}

.brand-letter:nth-last-of-type(1){
    border-right: 1px solid #000;
}

.text-right {
    text-align: right;
}

.lang-label{
    display: inline-block;
    margin-right: 5px;
    color: gray;
    position: relative;
}
.lang-label select{
    border: 0;
    background-color: #F3F3F3;
    height: 20px;
}

.marche-popolari-home, .blog-home{
    padding-top: 100px;
}

.desc-cat-hidden{
    height: 128px;
    overflow: hidden;
    margin-bottom: 80px;
}

.show-hidden-info{
    cursor: pointer;
    color: #00A0DF !important;
    text-align: left;
    
    position:relative;
    width:100%;
    height:70px; 
    top: -140px;
    padding-top: 70px;
    background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(1255,255,255,0)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* W3C */
}

.show-hidden-info a{
    background-color: #ecf1f7;
    color: #000 !important;
}

.nice-select{
    font-size: 14px;
    color: #4f717f !important;
}

.item-brands-all-in img{
    width: 100%;
    height: 100%;    
    border-radius: 5px;
    object-fit: contain;
}

.right-half {
  right: 0;
  left: 50%;
}

/*------Staff-------*/
.staff img{
    width: 200px;
    height: 200px;
    object-fit: cover;
    border-radius: 50%;    
}

.gradient{
    background: rgb(243,243,243);
    background: linear-gradient(180deg, rgba(243,243,243,1) 50%, rgba(255,255,255,1) 100%);
}

.contact-table tr:first-of-type td{
    border-top: 1px solid black;
}

.contact-table td{
    border-bottom: 1px solid black;
    padding: 15px;
    
    white-space: nowrap;
}


/*------------Login--------*/

.login-form div{
    position: relative;
    
}

.login-form-disabled{
    opacity: 0.5;
}


.login-form label{
    font-size: 0.8rem;
    font-weight: bold;
    
}

.login-form a{
    font-size: 0.8rem;
}

.login-form button{
    border-radius: 0;
    padding: 15px;
}

.login-form input{
    border-radius: 0;
    padding: 10px;
}

#togglePassword, #toggleCurrentPassword, #toggleNewPassword, #toggleConfirmPassword{
    position: absolute;
    right: 40px;
    font-size: 1.5rem;
    bottom: 35px;
    cursor: pointer;
}

#togglePassword .fa-eye, #toggleCurrentPassword .fa-eye, #toggleNewPassword .fa-eye, #toggleConfirmPassword .fa-eye{    
    position: absolute;
}

#togglePassword .fa-eye-slash, #toggleCurrentPassword .fa-eye-slash, #toggleNewPassword .fa-eye-slash, #toggleConfirmPassword .fa-eye-slash{
    display: none;
    position: absolute;
}

/*----------Profile-------*/

.profile .grey{
    color:#a5a2a2;  
}

.profile label{
    font-size: 0.8rem;
    color: #a5a2a2;
    display: block;
}

span.verified{
    font-size: 0.8rem;
    color: #6eb65c;        
}

span.verified-not{
    color: #ff0000;        
}

span.verified-absolute{
    position: absolute;      
    right: 20px;
    bottom: 10px;
}

.profile h5{
    margin: 0;
}


.profile small, small.profile{
    font-size: 0.6rem;    
}

.menu{
    display: block;
    color:#495057;
    cursor: pointer;
}

.menu span{    
    color:#a5a2a2;    
}

.toggle_order_box{
    cursor: pointer;
}


/*----------HS----------*/

.audioeffetti-custom-form .input input, .audioeffetti-custom-form textarea{
    padding: 0.5rem 1rem;
    font-size: 1.18rem;
    line-height: 2;
    border-radius: 0;
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 0;
    margin-bottom: 15px;
}

.audioeffetti-custom-form-newsletter .input input{
    
    font-size: 1.18rem;
    line-height: 2;
    border: 0;
    border-radius: 0;
    
}

.audioeffetti-custom-form .actions input{
    background-color: black;
    color: white !important;
    border-radius: 25px;
    font-weight: 700;
    display: inline-block;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;   
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    transition: color .15s;
    padding: 0.5rem 3rem;
    font-size: 1.25rem;
    line-height: 1.5;
    margin-top: 30px;
}

.audioeffetti-custom-form ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.audioeffetti-custom-form ul input {
  float: left;
  width: 20px !important;
  margin-top: 6px  !important;
  margin-right: 20px  !important;
}

.hs-form-booleancheckbox p, .hs-richtext p{
    font-size: var(--bs-body-font-size) !important;
}


.audioeffetti-custom-form .legal-consent-container .hs-form-booleancheckbox-display>span{
    margin-left: 44px;
}

.audioeffetti-custom-form .hs-error-msg{
    color: #00A0E0;
    font-size: 0.8em;
    margin-bottom: 20px;
}

.audioeffetti-custom-form-newsletter .hs_submit,.audioeffetti-custom-form-newsletter .hs_0-2\/iva, .audioeffetti-custom-form-newsletter .hs_company, .audioeffetti-custom-form-newsletter .hs_city, .audioeffetti-custom-form-newsletter .legal-consent-container {
    display: none;
}
.audioeffetti-custom-form-newsletter .hs-button{
    background-color: #00A5FF !important;
    
    border-radius: 25px !important;
    font-weight: 700 !important;
    padding: 0.375rem 3rem!important; 
    font-size: 1rem!important; 
}


/*Custom Carouse*/

#custCarousel .carousel-control-next-icon{
    background-color: black !important;
    padding: 4px 5px;
    border-radius: 25px;
    display: inline-block;
    width: 30px;
    height: 30px;
    background-position: 66% center;
    background-repeat: no-repeat;    
    background-size: 60% 60%;
    background-image: none;
}

#custCarousel .carousel-control-prev-icon{
    background-color: black !important;
    padding: 4px 5px;
    border-radius: 25px;
    display: inline-block;
    width: 30px;
    height: 30px;
    background: 36% center;
    background-image: none;
    background-repeat: no-repeat;    
    background-size: 60% 60%;
}


#custCarousel .carousel-indicators {
    position: static;
    margin-top:10px;
    margin-left: 0;
    margin-right: 0;
    background-color: #f3f3f3;
    border-radius: unset;
    padding-top: 3px;
}

#custCarousel .carousel-indicators div img {
    display: block;
    opacity: 0.5;
    cursor: pointer;
}

#custCarousel .carousel-indicators div.active img {
    opacity: 1;
    border-top: 2px solid #00A0E0;
}

#custCarousel .carousel-indicators div:hover img {
    opacity: 0.75;
}


/*Overwrite OWL*/

.owl-theme .owl-dots .owl-dot span {
    height: 5px !important;
    width : 50px !important;
    border-radius: 0px !important;
}
.owl-theme .owl-dots .owl-dot.active span{
    background-color: #000 !important;
}
.owl_product_alt img{
    width: 90% !important;
    height: auto;
    margin: auto;
}

.owl_product_alt .owl-next{
    position: absolute;
    right: 10px;
    top: 20%;
    font-size: 40px !important;
}

.owl_product_alt .owl-prev{
    position: absolute;
    left: 10px;
    top: 20%;
    width: 20px;
    font-size: 40px  !important;
}

/*Overwrite Bootstrap*/
.bg-dark{
    background-color: #000 !important;
}
.header.navbar{
    border-bottom: 6px solid #bdccd4;    
    height: 57px;
}

.header.navbar .nav-link{
    color: #bdccd4 !important;
    display: flex;
    align-items: center;
    height: 51px;          /* 57px bar minus 6px bottom border */
    padding: 0 12px;       /* horizontal breathing room */
    border-bottom: 0;
}
.header.navbar .navbar-nav{
    align-items: center;    /* vertically center nav items */
}
.header.navbar .navbar-nav .nav-item{
    display: flex;
    align-items: center;
}

.active-nav-link, .hover-nav-link:hover{
    border-bottom: 0;
}
.dropdown { position: relative; }
.dropdown:hover > .dropdown-menu,
.dropdown:focus-within > .dropdown-menu {
    display: block;
}
.dropdown > .dropdown-toggle:active {
    pointer-events: none;
}
.dropdown-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: #000;
    min-width: 200px;
    margin: 0.6rem 0 0;         /* small gap under main link for border alignment */
    z-index: 9999;
    border-radius: 0;
}
.dropdown-menu::before{
    content: "";
    position: absolute;
    top: -0.6rem;               /* fill the hover gap created by margin */
    left: 0;
    right: 0;
    height: 0.6rem;
}
.dropdown-menu a.dropdown-item {
    display: block;
    padding: 8px 16px;
    color: #fff;
    text-decoration: none;
}
.dropdown-menu a.dropdown-item:hover {
    background: #333;
}
.navbar-nav .dropdown-toggle::after {
    display: none !important; /* remove default caret arrow */
}
.carousel-item {
    height: 400px;
    width: 100%;
}
.carousel-item img{
    object-fit: cover;
    height: 100%;
    width: 100%;
}
.carousel-caption {
    top: auto;
    bottom: 5%;
    left:0;
    right:0;
    text-align: left;
    padding-left: 0;
    padding-right: 0;
}
.carousel-caption h5{
    font-size: 40px;
}
.carousel-caption p{
    font-size: 20px;
}

.navbar-same-height{
    height: 54px;
    padding-bottom: 45px;
}

/* slider caption overlay */
.slider-caption {
    position: absolute;
    left: 0;
    top: 68%;
    transform: translateY(-50%);
    width: 100%;
    z-index: 10;
    padding: 0 15px;
    text-align: left;
    background: none;
    margin-bottom: .5rem;
    color: #fff;
}

@media (max-width: 991.98px) {
    .slider-caption {
        top: 60%;
    }
}

.border-top{
    border-color: #000 !important;
}


/*Hide slider next prev arrow buttons*/
a.carousel-control-prev { display:none;}
a.carousel-control-next { display:none;}



.carousel-indicators {
    /* centre them a little lower so the glow never touches the caption */
    bottom: 1.25rem;
    list-style: none;
    padding-left: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.carousel-indicators li,
.carousel-indicators [data-bs-target] {
    --dot-size: 12px;             /* edit once, scales everything */
    --dot-border: 2px;
    --dot-color: #ffffff;         /* outline & fill colour */
    --dot-active: #00A5FF;        /* Bootstrap 5 primary blue */

    width: var(--dot-size);
    height: var(--dot-size);
    border-radius: 50%;
    margin: 0 6px;
    display: inline-block;
    text-indent: -9999px;          /* hide default numbers */
    overflow: hidden;
    padding: 0;
    cursor: pointer;
    box-sizing: border-box;
    outline: none;

    /*  hollow (outline) look for inactive dots  */
    background-color: transparent;
    border: var(--dot-border) solid var(--dot-color);
    opacity: .7;

    /* subtle glow so dots stand out on busy images */
    box-shadow: 0 0 0 1px rgba(0,0,0,.25);

    /* little spring-y animation on state changes */
    transition: all .25s cubic-bezier(.55,.085,.68,.53);
}

.carousel-indicators li:hover,
.carousel-indicators [data-bs-target]:hover {
    opacity: 1;                           /* brighter on hover     */
    transform: scale(1.15);               /* nudge up slightly     */
}

.carousel-indicators .active,
.carousel-indicators [data-bs-target].active {
    /* filled look */
    background-color: var(--dot-active);
    border-color: var(--dot-active);
    opacity: 1;
    transform: scale(1.3);                /* bigger when selected  */

    /* stronger glow so current slide is obvious */
    box-shadow: 0 0 6px 0 rgba(13,110,253,.6);
}

/*Payment Icons style Ali*/

/* Payment Icons Container */
.payment-icons {
    display: flex;
    flex-wrap: wrap; /* Wrap into multiple rows on small screens */
    justify-content: center; /* Center the tiles */
    gap: 15px; /* Add space between tiles */
    padding: 15px; /* Add space around the section */
}

/* Payment Tile Styles */
.payment-tile {
    width: 90px; /* Fixed tile width for consistency */
    height: 50px; /* Fixed tile height */
    background-color: #fff; /* White background */
    border: 1px solid #ddd; /* Light border for separation */
    border-radius: 8px; /* Rounded corners */
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); /* Subtle shadow for depth */
    display: flex; /* Use flexbox for alignment */
    justify-content: center; /* Center content horizontally */
    align-items: center; /* Center content vertically */
    transition: transform 0.2s ease, box-shadow 0.2s ease; /* Smooth hover effect */
    overflow: hidden; /* Ensure no image overflows */
}

/* Hover Effect */
.payment-tile:hover {
    transform: scale(1.05); /* Slight zoom effect */
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2); /* Stronger shadow */
}

/* Payment Icon Styles */
.payment-icon {
    width: auto; /* Keep the original aspect ratio */
    height: 100%; /* Fit vertically */
    max-height: 70%; /* Prevent icons from overflowing the tile */
    object-fit: contain; /* Ensure logos scale proportionally */
}

.inquiry-sent-label {
    padding: 0.5rem 1rem;
    margin-top: 3rem;
    font-size: 1rem;
    font-weight: 400;
}

/* Blog detail layout (match IT) */
.post-sx{
    padding-right: 20px;
    font-size: 20px;
}

h1.number{
    color: #00A0E0;
    font-size: 66px;
}

.post-header{
    margin-bottom: 50px;
}
.post-header i{
    margin-right: 10px;
}
.post-header span{
    margin-right: 10px;
    color: gray;
    font-size: 13px;
}
.img-post{
    width: 100%;
}
.img-post img{
    width: 100%;
    height: auto;
}
.post-sx video{
    height: auto;
    width: 100%;
    margin-top: 50px;
}

.post-sx h3 , .desc-cat h3{
    color:black;
    font-size: 24px;
    margin-top: 50px;
    font-weight: bold;
}

.post-sx .prodotto{
    background-color: #f3f3f3;
    width: 100%;
    padding: 25px;
    position: relative;
}

.desc-cat .prodotto{
    background-color: #f3f3f3;
    height: 250px;
    width: 100%;
    padding: 25px;
    position: relative;
}

.img-prodotto-post{
/*    height: 200px;
    width: 200px;
    background-color: white;
    float: left;*/
}
.img-prodotto-post img{
    width: 100%;
    height: auto;
}
.price-prodotto-post{
/*    margin-left: 20px;
    float:left;*/
}
.post-sx h2, .desc-cat h2 {
    font-weight: 300;
}

.post-sx .stars-product , .desc-cat .stars-product{
    font-size: 14px;
    width: 100%;
    margin-bottom: 10px;
}
.post-sx .usato , .desc-cat .usato{
    font-size: 12px;
}

.post-sx .prezzo , .desc-cat .prezzo{
    font-size: 35px !important;
    font-weight: 600;
    margin-bottom: 0;
}
.post-sx sup, .desc-cat sup{
    font-size: 20px;
}
.disponibile{
    color: green;
}


.go-to-product{
    font-size: 15px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 5px;
    padding-bottom: 5px;
    border: 1px solid black;
    color: black;
    background:none;
    border-radius: 25px;
    position:absolute;
    right: 20px;
    bottom: 0;
}
.go-to-product:hover{
    background-color: black;
    color: white;
}


.post-sx ol > li::before { content: none !important; }

.post-sx li::before{
    content: "\2022";
    color: black;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
}

.post-sx li a{
    color:#00A0E0;
}
.post-sx li:has(a)::before{
    content: "\2022";
    color: #00A0E0;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
}
.post-sx hr, .desc-cat hr{
    background-color: #f3f3f3;
    height: 5px;
    border:none;
}

.news{
}
.post-dx h4{
    font-size: 14px;
    margin-bottom: 5px;
}
.tag{
    font-size: 13px;
    font-weight: 500;
}
.tag::before{
    content: '#';
}
.post-dx .brand , .categoria-sx .brand{
    font-size: 13px;
    text-align: left;
    font-weight: 500;
}
.post-dx .brand::before , .categoria-sx .brand::before{
    content: '@';
}
.item-news{
    margin-bottom: 20px;
}
.item-news-img{
    width: 100%;
}
.item-news-img img{
    width: 100%;
}
.data-item-news{
    font-size: 12px;
    color: gray;
}
.titolo-item-news{
    font-size: 16px;
    font-weight: bold;
    margin-top:10px;
}
.descr-item-news{
    margin-top: 10px;
    font-size: 14px;
}
.confronta-alternative{
    padding-left: 10px;
}
.post-dx .titolo-h3-home{
    margin:auto auto;
    width: auto;
}
.confronta-product{
    height: 300px;
}
.img-confronta-product{
    width: 100%;
    height: 200px;
    text-align: center;
    position:relative;
}
.confronta-product img{
    height: 200px;
    width: 200px;
    margin :auto;
}
.img-confronta-product label{
    position: absolute;
    bottom:0;
    left:75px;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 2px;
    padding-bottom: 2px;
    font-size: 10px;
    color: white;
    background-color:black;
}
.stars-product-confronta{
    width: 200px;
    margin:auto;
    font-size: 12px;
}
.titolo-prezzo-product-confronta{
    width: 200px;
    margin:auto;
}
.post-dx h6{
    font-size: 14px;
}
.post-dx .prezzo-confronta{
    font-size: 20px;
    font-weight: bold;
}

.post-dx .img-registrazione{
    width: 300px;
    height: 300px;
    margin:auto auto;
    margin-bottom: 20px;
}
.post-dx .img-registrazione img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

/* Blog listing tweaks (match IT) */
.item-blog-home{
    height: auto;              /* match IT: no fixed height */
    overflow: hidden;
    margin-bottom: 40px;       /* match IT home listing spacing */
}
.img-item-blog{
    margin-bottom: 30px;       /* match IT image/text gap */
    padding:0;
}
.img-item-blog img{
    width: 100%;
    height: 100%;
    object-fit: contain;       /* match IT layout */
}

/* Media Query for Smaller Screens */
@media (max-width: 768px) {
    .payment-tile {
        width: 100px; 
        height: 70px;
    }
    
}

@media only screen and (min-width: 1200px){
    
     .inquiry-sent-label {
        padding: 0.5rem 1rem;
        font-size: 1rem;
        margin-top: 3rem;
    }
    
    .container {
        max-width: 1440px;
    }
    
    
    .error-pages{
       
        background-image: url("../images/people.svg");
    }
    
    
    
    
}
@media only screen and (max-width: 600px) {
    
    .inquiry-sent-label {
        padding: 0.3rem 0.6rem;
        font-size: 0.75rem;
        margin-top: 1.5rem;
        text-align: center;
    }
    
    .carousel-caption {
        top: auto;
        bottom: 5%;
    }
    
    
    

.item-brands-all{
   width: 50%;
   
  

}
   .item-products-all{
   width: 50%;
   
  

}
    .menu-header .nav-link{
        background:rgba(128, 128, 128, 0.6);
    }
    /* .features-item-home{
        width: 50%;
    } */
    .features{
        width: 300%;
        padding-left: 10px;
    }
    .info-home-text-right{
        text-align: center;
    }
    .footer-info-home{
        text-align: center;
    }
    .messaggio-registrazione{
        height: auto;
       padding-top: 100px;
    }
    .cont-messaggio-registrazione-home{
        margin-top: 360px;
        text-align: center;
        padding-bottom: 50px;
    }
    .image-container-registrazione{
        left: 0;
        margin: auto auto;
        width: 98vw;
        height: 98vw;
        max-width: 400px;
        max-height: 400px;
    }
    .span-right{
        position: relative;
        right: 0;
        left: 0;
        text-align: center;
        
    }
    .item-blog-home{
        height: auto;
    }
   

    .data-articolo-home , .autore-articolo-home{
        font-size: 14px;
    }
   .p-0{
    padding-left: none;
    padding-right: none;
   }
   .footer-newsletter{
        text-align: left;
        padding-left: 30px;
    }
    .footer-newsletter h3{
        margin-left: 20px;
    }
   .email-newsletter-footer{
    width: 90%;
    margin:auto;
   }
   .i-tuoi-vantaggi{
    font-size:18px;
   }
   .i-tuoi-vantaggi i{
        font-size: 18px;
    }
    .footer-payment-details{
        background-color: white;
    }
    
    
    
    
    .logo-footer-2 img{
        height: auto;
        width:100%
    }

    .post-sx .prodotto, .desc-cat .prodotto{
       
        min-height: 500px;
       
    }
    .img-prodotto-post{
        float: unset;
        margin:auto;
    }
    .item-product{
        height: auto;
    }
    .btn-nero{
        font-size: 13px;
    }

    .nav{
        flex-wrap: unset;
        font-size: 12px;
    }
    
}

@media only screen and (min-width: 601px) and (max-width: 900px) {
    
    .inquiry-sent-label {
        padding: 0.4rem 0.8rem;
        font-size: 0.875rem;
        margin-top: 2rem;
    }
   
    .features{
        width: 250%;
        padding-left: 10px;
    }
    .info-home-text-right{
        text-align: center;
    }
    .footer-info-home{
        text-align: center;
    }
    .messaggio-registrazione{
        height: auto;
    }
    .cont-messaggio-registrazione-home{
        margin-top: 360px;
        text-align: center;
        padding-bottom: 50px;
    }
    .image-container-registrazione{
        left: 0;
        margin: auto auto;
        width: 60vw;
        height: 60vw;
        max-width: 450px;
        max-height: 450px;
    }

    .span-right{
        position: relative;
        right: 0;
        left: 0;
        text-align: center;
        
    }
    .item-blog-home{
        height: auto;
    }
   
    .data-articolo-home , .autore-articolo-home{
        font-size: 17px;
    }
   .p-0{
    padding-left: none;
    padding-right: none;
   }
   .footer-newsletter{
        text-align: left;
        padding-left: 30px;
    }
    .footer-newsletter h3{
        margin-left: 20px;
    }
   .email-newsletter-footer{
    width: 80%;
    margin:auto;
   }
   .footer-payment-details{
    background-color: white;
    }
    .logo-footer-2 img{
        height: auto;
        width:100%
    }

    .post-sx .prodotto, .desc-cat .prodotto{
       
        min-height: 500px;
       
    }
    .img-prodotto-post{
        float: unset;
        margin:auto;
    }
}


@media only screen and (min-width: 901px) and (max-width: 1024px) {
    
     .inquiry-sent-label {
        padding: 0.45rem 0.9rem;
        font-size: 0.9rem;
        margin-top: 2.5rem;
    }
    
    .features{
        width: 200%;
        padding-left: 10px;
    }
    .info-home-text-right{
        text-align: center;
    }
    .footer-info-home{
        text-align: center;
    }
    .messaggio-registrazione{
        height: auto;
    }
    .cont-messaggio-registrazione-home{
        margin-top: 360px;
        text-align: center;
        padding-bottom: 50px;
    }
    .image-container-registrazione{
        left: 0;
        margin: auto auto;
        width: 40vw;
        height: 40vw;
        max-width: 450px;
        max-height: 450px;
    }
    .span-right{
        position: relative;
        right: 0;
        left: 0;
        text-align: center;
        
    }
    .item-blog-home{
        height: auto;
    }
    
    .data-articolo-home , .autore-articolo-home{
        font-size: 17px;
    }
   .p-0{
    padding-left: none;
    padding-right: none;
   }
   .footer-newsletter{
        text-align: left;
        padding-left: 30px;
    }
    .footer-newsletter h3{
        margin-left: 20px;
    }
   .email-newsletter-footer{
    width: 80%;
    margin:auto;
   }
   .footer-payment-details{
        background-color: white;
    }
    .logo-footer-2 img{
        height: auto;
        width:100%
    }

    .post-sx .prodotto, .desc-cat .prodotto{
       
        min-height: 500px;
       
    }
    .img-prodotto-post{
        float: unset;
        margin:auto;
    }
}


@media only screen and (min-width: 1340px){
    .d-xxl-none {
        display: none!important;
    }
    
    .d-xxl-block{
        display: block!important;
    }
    
    .dropdown:last-of-type .dropdown-menu { 
    position: absolute; 
    top: 100%; 
    left: -124px; 
    background: #000; 
    min-width: 200px; 
    margin: 0.36rem 0 0; 
    z-index: 9999; 
    border-radius: 0; 
}

}

/* --- Audio Effetti Italian Header Customizations --- */
@media (min-width: 1200px) {
  .header .row.mb-2.align-items-center {
    align-items: center;
  }
  .header .logo-header {
    /*margin-left: 0;*/
    margin-right: auto;
    display: block;
    height: 60px;
    object-fit: contain;
  }
  .header .col-md-3.text-right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
  .header-search-bar {
    width: 150%;
    max-width: 400px;
    transform: translate(-80px, -20px);
    margin:auto 25%;
  }
  
  
}
/* --- End Audio Effetti Italian Header Customizations --- */

/* =========================================================================
   highlighted-products-home  (final polish)
   ========================================================================= */

/* 1) SECTION HEADING  –– plain, no underline */
.prodotti-in-evidenza h2.titolo-h3-home {
  font-family:'Poppins',sans-serif;
  /*font-size:2.75rem;*/
  font-weight:700;
  text-transform:uppercase;
  color:#000;
  /*margin-bottom:2.5rem;*/
  text-decoration:none !important;            /* ← removes blue bar */
}

/* 2) PRODUCT TITLE  –– blue, max 3 full lines, then ellipsis */
.prodotti-in-evidenza .item-product .product-title-home p{
  font-size:1.2rem;
  font-weight:600;
  color:#00A0DF;
  line-height:1.25;
  display:-webkit-box;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:3;                       /* exactly three lines */
  overflow:hidden;
  max-height:calc(1.25em * 3);                /* safety for non-webkit */
}

/* 3) OWL NAV ARROWS  –– big grey chevrons, no circle */
.prodotti-in-evidenza .carousel-control-prev,
.prodotti-in-evidenza .carousel-control-next{
  position:absolute;
  top:50%;
  transform:translateY(-50%);
  width:auto;                 /* let icon size drive the box */
  height:auto;
  padding:0;
  background:none;
  border:none;
  color:#dcdcdc !important;              /* light grey like reference */
  font-size:4rem;             /* arrow size */
  line-height:1;
  cursor:pointer;
  z-index:10;
}

.prodotti-in-evidenza .carousel-control-prev{ left:-70px; }
.prodotti-in-evidenza .carousel-control-next{ right:-70px; }

.prodotti-in-evidenza .carousel-control-prev:hover,
.prodotti-in-evidenza .carousel-control-next:hover{
  color:#7a7a7a;              /* slightly darker on hover */
}

/* kill the bootstrap icon backgrounds (we rely on the <i>) */
.prodotti-in-evidenza .carousel-control-prev-icon,
.prodotti-in-evidenza .carousel-control-next-icon{ display:none; }



.dropdown:hover > .dropdown-menu {
    display: block;
}

/* Currency dropdown - opens UPWARD */
#currency-toggle-bottom {
    position: absolute;
    right: 0;                         /* align to the right edge */
    bottom: 100%;                     /* open upward above trigger */
    background: #000;                 /* match footer background */
    color: #b4b4b4;
    border: 1px solid #333;
    width: max-content;               /* width based on content */
    padding: 4px 0;
    z-index: 1000;
    display: none;                    /* hidden by default */
    box-shadow: 0 6px 18px rgba(0,0,0,.35);
}


/* ─────────  About-Us – CEO section  ──────────────────────────── */

/* overall background */
.about-us-ceo { background:#fff; }

/* ▸ Left column padding
      (add class="content-col" to the <div class="col-…"> in Twig) */
.about-us-ceo .content-col {           /* default/mobile */
  padding-left: 1.5rem;                /* 24 px */
  padding-right: 1.5rem;
}
@media (min-width: 992px) {            /* ≥ lg */
  .about-us-ceo .content-col {
    /* padding-left: 21rem;                 48 px for desktop comfort */
    padding-right: 3rem;
  }
}

/* ▸ Right-side image: full-bleed, fills its half */
.ceo-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}


.ceo-quote { position: relative; font-weight: 400; }


.quote-icon {
  width: 48px;
  height: 48px;
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  vertical-align: top;
  margin: -10px -0.5rem;                     
}
.quote-open  { background-image: url('/_default_upload_bucket/icon virgolette-01.png'); }
.quote-close { background-image: url('/_default_upload_bucket/icon virgolette-02.png'); }


.about-us-ceo p { margin: 32px 0 32px; }  


@media (max-width: 991.98px) {
  .ceo-img { height: 280px; }
  /* narrow the padding a little on small screens */
  .about-us-ceo .content-col {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}




/* ============================================================
   blog-2section  ——  FINAL LAYOUT
   ============================================================ */

/* ---------- block wrapper ---------- */
.blog-home.blog-2section{
    background:#e9e9e9;                /* light grey band */
    padding:60px 0 0px;
    font-family:'Helvetica Neue', Arial, Helvetica, sans-serif;
} 

.blog-home.blog-2section .descr-articolo-home {
  display: none !important;
}

/* remove the legacy white boxes that once wrapped each column */
.blog-2section .section-news,
.blog-2section .section-educational{
    background:transparent;
    
}

/*@media (max-width: 600px) {*/
  /* Hide the 3rd+ child columns in any limited list */
/*  .mobile-limit-2 > [class*="col-"]:nth-child(n+3),*/
/*  .mobile-limit-2 > :nth-child(n+3) {*/
/*    display: none !important;*/
/*  }*/
/*}*/

@media (max-width: 600px) {
  .mobile-limit-2 > *:nth-child(n+4) {
    display: none !important;
  }
}

/* ---------- heading row ---------- */
.blog-2section .section-title{
    display:flex;
    justify-content:center;            /* centre NEWS / EDUCATIONAL */
    align-items:center;
    position:relative;                 /* so the link can be absolute */
    
}

.blog-2section .section-title h2,
.blog-2section .section-heading{
    flex-grow:1;
    text-align:center;
    /* font-size:2.4rem;                   desktop size */
    /*font-weight:800;*/
    text-transform:uppercase;
    line-height:1;
    letter-spacing:1px;
    margin:0;
}

@media (max-width:991.98px){           /* tablet & down */
    .blog-2section .section-title h2,
    .blog-2section .section-heading{
        font-size:1.6rem;
    }
}

/* "scopri di più >" link */
.blog-2section .section-title .see-more{
    position:absolute;
    right:0;
    top:50%;
    transform:translateY(-50%);
}
.blog-2section .see-more a{
    font-size:.95rem;
    white-space:nowrap;
    color: #00A0E0 !important;
    text-decoration:none;
}

@media only screen and (max-width: 600px) {
    .see-more {
        width: auto;
        left: 0;
        text-align: center;
        top: 50px !important;
    }
}

/* ---------- teaser wrapper ---------- */
.blog-2section .news-teaser,
.blog-2section .item-blog-home{
    /* recreate Bootstrap g-3 gutter */
    padding-left:var(--bs-gutter-x,0.5rem);
    padding-right:var(--bs-gutter-x,0.5rem);
    margin-top:var(--bs-gutter-y,3rem) !important;  /* match IT vertical spacing */
}

/* strip Bootstrap card chrome */
.blog-2section .news-teaser .card,
.blog-2section .item-blog-home .card{
    border:none;
    box-shadow:none;
}

/* thumbnails – wide & short (like the reference) */
.blog-2section .news-teaser img,
.blog-2section .item-blog-home img{
    width:100%;
    aspect-ratio:14/10;                /* ≈ 1.4 : 1 rectangle */
    object-fit:contain;
    display:block;
}

/* teaser body spacing */
.blog-2section .news-teaser .card-body,
.blog-2section .item-blog-home .card-body{
    padding:12px 0 0;
}

/* meta line */
.blog-2section .meta{
    font-size:.8rem;
    margin-bottom:4px;
    color:#777;
}

/* post title — clamp to 2 lines */
.blog-2section .card-title{
    font-size:1.15rem;
    font-weight:700;
    line-height:1.25;
    margin:0 0 6px;

    display:-webkit-box;
    -webkit-line-clamp:2;
    -webkit-box-orient:vertical;
    overflow:hidden;
}

/* excerpt — clamp to 3 lines */
.blog-2section .post-excerpt,
.blog-2section .card-text{
    font-size:.92rem;
    line-height:1.45;

    display:-webkit-box;
    -webkit-line-clamp:3;
    -webkit-box-orient:vertical;
    overflow:hidden;
}

/* ---------- responsive grid ---------- */

/* default (xs): 1 card per row                */
/* ≥ 576px (sm) AND every larger breakpoint: 2 cards per row */
@media (min-width:576px){
    .blog-2section .news-teaser,
    .blog-2section .item-blog-home{
        flex:0 0 50%;
        max-width:50%;
    }
}

@media (max-width:575.98px){
    .blog-home.blog-2section > .container > .row{
        margin-left:0;
        margin-right:0;
        padding-right: 15px !important;
        padding-left: 15px !important;
    }
}

/* keep the `.g-3` row gutter variables */
.blog-2section .row.g-3{
    --bs-gutter-x:3rem !important;
    --bs-gutter-y:3rem !important;
}

.blog-2section .section-news .row.g-3,
.blog-2section .section-educational .row.g-3{
    --bs-gutter-x:1rem !important;   /* small horizontal gutter        */
    --bs-gutter-y:3rem !important;   /* keep tall vertical space       */
    margin-top:1.5rem;               /* clear space under headings */
}

/* force column spacing to mirror IT layout even if upstream CSS overrides vars */
.blog-2section .row.g-3 > .item-blog-home{
    margin-top:3rem !important;
    margin-bottom:3rem !important;
}

/* 2. Oversized gap BETWEEN the two columns on ≥ lg screens */
@media (min-width:992px){

    /* Reduce page-edge padding so outer margins stay slim */
    .blog-2section{
        padding-left:1rem;
        padding-right:1rem;
    }

    /* Push the two columns apart to create the big middle gap */
    .blog-2section .section-news{
        padding-right:4rem;      /* right side of NEWS column */
    }
    .blog-2section .section-educational{
        padding-left:4rem;       /* left side of EDUC column  */
    }
}

/* Ensure flags in dropdown align consistently */
#language-toggle-bottom img,
#currency-toggle-bottom img {
    width: auto;
    height: 14px;
    flex-shrink: 0;                   /* prevent flag from shrinking */
}


/*Hide slider next prev arrow buttons*/
a.carousel-control-prev { display:none;}
a.carousel-control-next { display:none;}




.carousel-indicators {
    /* centre them a little lower so the glow never touches the caption */
    bottom: 1.25rem;
}

.carousel-indicators li {
    --dot-size: 12px;             /* edit once, scales everything */
    --dot-border: 2px;
    --dot-color: #ffffff;         /* outline & fill colour */
    --dot-active: #00A5FF;        /* Bootstrap 5 primary blue */

    width: var(--dot-size);
    height: var(--dot-size);
    border-radius: 50%;
    margin: 0 6px;

    /*  hollow (outline) look for inactive dots  */
    background-color: transparent;
    border: var(--dot-border) solid var(--dot-color);
    opacity: .7;

    /* subtle glow so dots stand out on busy images */
    box-shadow: 0 0 0 1px rgba(0,0,0,.25);

    /* little spring-y animation on state changes */
    transition: all .25s cubic-bezier(.55,.085,.68,.53);
}

.carousel-indicators li:hover {
    opacity: 1;                           /* brighter on hover     */
    transform: scale(1.15);               /* nudge up slightly     */
}

.carousel-indicators .active {
    /* filled look */
    background-color: var(--dot-active);
    border-color: var(--dot-active);
    opacity: 1;
    transform: scale(1.3);                /* bigger when selected  */

    /* stronger glow so current slide is obvious */
    box-shadow: 0 0 6px 0 rgba(13,110,253,.6);
}

/* --- Audio Effetti New Header Redesign --- */
.social-header-row {
    gap: 12px;
    margin-bottom: 0.5rem;
    margin-left: -10px;
    /*padding-top: 0.8rem;*/
    font-size: 1.5rem;
}
.logo-header-wrapper {
    display: flex;
    align-items: center;
}
.logo-header {
    /*width: 220px;*/
    max-width: 100%;
    height: auto;
    margin: 0;
    /*top: 0;*/
    position: relative;
}
.header-search-form {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
}
.search-bar-wrapper {
    position: relative;
    width: 100%;
}
.header-search-bar {
    width: 100%;
    padding-right: 48px;
    font-size: 1.25rem;
    background: #fff;
    border: none;
    box-shadow: 0 2px 8px rgba(0,0,0,0.04);
    text-align: center;
    height: 48px;
}
.search-btn {
    position: absolute;
    right: 80px;
    top: 8%;
    transform: translateY(-50%);
    border: none;
    background: none;
    color: #00A5FF;
    font-size: 1.6rem;
    cursor: pointer;
    padding: 0;
    line-height: 1;
}

/* ensure the little divider pipes stay centered when lists open */
.footer-bottom-right .mx-2 { align-self: center; }

/* Responsive YouTube video player for news teaser */
.video-responsive-wrapper {
    position: relative;
    width: 100%;
    aspect-ratio: 14/10; /* Match thumbnail aspect ratio */
    background: #000;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}
.video-responsive-wrapper iframe {
    width: 100%;
    height: 100%;
    border: 0;
    display: block;
    background: #000;
}

/* Video thumbnail and play overlay styles for news teaser */
.video-thumbnail-wrapper {
    position: relative;
    overflow: hidden;
}
.video-thumbnail-link {
    position: relative;
    display: block;
}
.video-play-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    opacity: 0;
    transition: opacity 0.3s ease;
}
.video-thumbnail-wrapper:hover .video-play-overlay {
    opacity: 1;
}
.play-button {
    width: 60px;
    height: 60px;
    background: rgba(255, 0, 0, 0.9);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
    transition: transform 0.3s ease;
}
.play-button:hover {
    transform: scale(1.1);
}
.play-button i {
    color: white;
    font-size: 24px;
    margin-left: 3px;
}
.video-indicator {
    background: rgba(0, 0, 0, 0.8);
    color: white;
    padding: 4px 8px;
    border-radius: 4px;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 1px;
}
.video-thumbnail-wrapper.always-show .video-play-overlay {
    opacity: 1;
    background: rgba(0, 0, 0, 0.1);
}
.video-thumbnail-wrapper.always-show .play-button {
    background: rgba(255, 0, 0, 0.8);
}


/*About us home section*/

.info-home{
    background-color: #F3F3F3;
    min-height: 300px;
}

.info-home-text-right{
    text-align: right;
}

.about-us-home-section {
  background-color: #fff;
}

.text-content-wrapper p{
 font-size:20px;
  line-height:1.45;
  margin:32px 0; 
}

.led-image {
  width: 93%;
  height: 100%;
  display: block;
}

.about-us-home-section .btn {
  background-color: #00AEEF;
  color: #fff;
  border-radius: 30px;
  padding: 0.6rem 2rem;
  font-weight: 600;
}

.about-us-home-section .btn:hover {
  background-color: #008fc9;
  color: #fff;
}

@media (max-width: 767px) {
  .about-us-home-section .section-heading {
    font-size: 1.5rem;
    text-align: center;
  }
  
  .about-us-home-section .text-content-wrapper {
    text-align: center;
    
  }
  
  .about-us-home-section .btn {
    margin: 0 auto;
    display: inline-block;
  }
  
  .col-12.col-lg-6.pt-5.pb-5 {
    padding-left: 0 !important;
  }

  .led-image {
    width: 100% !important;
  }
  
  .owl-stage .owl-item {
    margin-right: 15px !important;
  }
}

.banner-bg{
    background:#e9e9e9;
}


/* about-us-strength CSS */
.about-us-strength {
  padding: 3rem 0;
}

.about-us-strength .strengths-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 2rem;
  margin-top: 2rem;
}

.about-us-strength .strengths-item {
  flex: 0 0 calc((100% - 4 * 2rem) / 5);
  text-align: center;
}

img.strength-icon {
    width: 140px;
    height: auto;
}

.about-us-strength .strength-item-title {
}

.about-us-strength .strength-text {
  line-height: 1.6;
  margin: 32px 0 32px;
}

@media (max-width: 992px) {
  .about-us-strength .strengths-item {
    flex: 0 0 calc((100% - 2rem) / 2);
  }
}

@media (max-width: 576px) {
  .about-us-strength .strengths-item {
    flex: 0 0 100%;
  }
  .about-us-strength .strength-text {
    max-width: none;
  }
}

/* ---------- Distributors About Us ---------- */
/*.about-us-distributors {*/
/*  background: #fff;*/
/*}*/

.about-us-distributors p {
  margin: 32px 0 32px;
}

.about-us-distributors .lead {
  max-width: 960px;
  margin: 0 auto 3rem;
}

.distributor-img {
  width: 100%;
  height: 240px;
  object-fit: cover;
}

[data-image-size="small"] .distributor-img {
    width: auto;
    height: 85px;
}

@media (max-width: 992px) {
  .distributor-img { height: 200px; }
}
@media (max-width: 576px) {
  .distributor-img { height: 180px; }
}

/* About Us Download */
/*.about-us-download { background:#fff; }*/

.about-us-download h2 {
  margin-bottom: 3rem;
}

.download-item {
  white-space: nowrap;
}

.download-icon {
  width: 80px;
  height: 80px;
  object-fit: contain;
  margin-right: .75rem;
  vertical-align: middle;
}

.download-link {
  font-weight: 500;
  text-decoration: underline;
  vertical-align: middle;
}

@media (max-width: 767.98px) {
  .download-item { margin-bottom: 2rem; }
  .download-item {
    display: flex;
    align-items: center;
    white-space: normal;
  }

  .download-icon {
    flex: 0 0 auto;
    margin-right: .75rem;
  }

  .download-link {
    margin: 0;
  }
}

/* About-Us – CEO section */
.about-us-ceo { background:#fff; }

.about-us-ceo .content-col {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
@media (min-width: 992px) {
  .about-us-ceo .content-col {
    padding-right: 3rem;
  }
}

.ceo-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.ceo-quote { position: relative; font-weight: 400; }

.quote-icon {
  width: 48px;
  height: 48px;
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  vertical-align: top;
  margin: -10px -0.5rem;
}
.quote-open  { background-image: url('/_default_upload_bucket/icon virgolette-01.png'); }
.quote-close { background-image: url('/_default_upload_bucket/icon virgolette-02.png'); }

.about-us-ceo p { margin: 32px 0 32px; }

@media (max-width: 991.98px) {
  .ceo-img { height: 280px; }
  .about-us-ceo .content-col {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

/* =========================================================================
   highlighted-products-home  (final polish)
   ========================================================================= */

/* 1) SECTION HEADING  –– plain, no underline */
.prodotti-in-evidenza h2.titolo-h3-home {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  color: #000;
  text-decoration: none !important;
}

/* 2) PRODUCT TITLE  –– blue, max 3 full lines, then ellipsis */
.prodotti-in-evidenza .item-product .product-title-home p {
  font-size: 1.2rem;
  font-weight: 600;
  color: #00A0DF;
  line-height: 1.25;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  max-height: calc(1.25em * 3);
}

/* 2b) EN cards – left aligned details + price/add-to-cart */
.prodotti-in-evidenza .item-product--en {
  text-align: left;
}

.prodotti-in-evidenza .item-product--en .brand {
  color: #7a7a7a;
  font-size: 0.95rem;
  margin-top: 0.65rem;
}

.prodotti-in-evidenza .item-product--en .product-desc-home {
  color: #4a4a4a;
  font-size: 1rem;
  line-height: 1.4;
  margin: 8px 0 12px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.category-item {
    position: relative;
    overflow: hidden;
    display: block;
}

.category-item::after {
    content: "";
    position: absolute;
    top: 0;
    left: -75%;
    width: 50%;
    height: 100%;
    background: linear-gradient(
        120deg,
        rgba(0, 0, 0, 0.2) 0%,
        rgba(0, 0, 0, 0.6) 50%,
        rgba(0, 0, 0, 0.2) 100%
    );
    transform: skewX(-25deg);
    z-index: 1;
    
}

.category-item:hover::after {
    left: 125%;
    transition: left 0.50s ease-in; /* Apply transition only when hovering */
}

.category-item img {
    display: block;
    width: 100%;
    height: auto;
}


.hbspt-form .hs-button {
    width: 260px !important;
    background: #009fe3 !important;
    color: #fff !important;
    padding: 10px 88px !important;
    font-size: 20px !important;
    font-weight: 700 !important;
    border: none !important;
    border-radius: 46px !important;
    cursor: pointer !important;
    transition: background .25s !important;
    font-family: "Arial", sans-serif !important;
}

.hbspt-form .hs-button:hover {
    background: #0080c0 !important;
}

/* AE Stream Blog */
.ae-stream-blog .ae-heading {
	font-family: 'Poppins', sans-serif;
	font-weight: 700;
}
.ae-stream-blog .ae-intro p {
	margin-bottom: 0;
}
.ae-stream-blog .ae-cta a {
    display: inline-block;
    background: #009fe3;
    color: #fff !important;
    padding: 10px 88px;
    font-size: 20px;
    font-weight: 700;
    border: none;
    border-radius: 46px;
    cursor: pointer;
    transition: background .25s;
}

.ae-stream-blog .ae-cta a:hover {
  background-color: #008fc9 !important;
  color: #fff !important;
}
/* Filter section styling */

.ae-stream-blog .ae-filters {
	margin-bottom: 2rem;
	
}
.ae-stream-blog .ae-select {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}
.ae-stream-blog .ae-select label {
	font-size: 0.875rem;
	font-weight: 500;
	color: #333;
	margin-bottom: 0.5rem;
	text-align: left;
}
.ae-stream-blog .ae-filters .ae-filter-select {
    
    
	min-width: 200px;
	appearance: none;
	background: #fff url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path fill="%23333" d="M7 10l5 5 5-5z"/></svg>') no-repeat right 12px center;
	border: 1px solid #e0e0e0;
	border-radius: 8px;
	padding: 10px 40px 10px 12px;
	font-size: 0.875rem;
}

/* Card wrapper and image container */
.ae-stream-blog .ae-card-wrapper {
    background: #fff;
    /*border-radius: 8px;*/
    overflow: hidden;
	/*/box-shadow: 0 2px 8px rgba(0,0,0,0.1);*/
	height: 100%;
	display: flex;
	flex-direction: column;
    position: relative; /* anchor absolute badges */
}
.ae-stream-blog .ae-image-container {
	position: relative;
	overflow: hidden;
}
.ae-stream-blog .ae-image-container img {
	width: 100%;
	height: auto;
	display: block;
}

/* Category label positioned on top-right of image */
.ae-stream-blog .ae-category-label {
	position: static;              /* sit in the meta row, not overlay the image */
	top: auto;
	right: auto;
	display: inline-block;
	margin-left: auto;
	background: #00A0DF;
	color: #fff;
	padding: 4px 8px;
    border-radius: 4px;
    font-size: 0.75rem;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}

.ae-category-label.color-0 { background: #0069b4; }  /* Audio */
.ae-category-label.color-1 { background: #ef7d00; }  /* EFFETTI SPECIALI  */

.ae-category-label.color-3 { background: #e30613; }  /* STRUTTURE  */
.ae-category-label.color-4 { background: #fbba00; }  /* ILLUMINAZIONE   */
.ae-category-label.color-5 { background: #009640; }  /* Video */
.ae-category-label.color-6 { background: #e6007e; }  /* ACCESSORI   */
.ae-category-label.color-7 { background: #84cc16; }  /*   */
.ae-category-label.color-8 { background: #f97316; }  /*   */
.ae-category-label.color-9 { background: #14b8a6; }  /*   */
.ae-category-label.color-10 { background: #a855f7; } /*   */
.ae-category-label.color-11 { background: #0ea5e9; }
.ae-category-label.color-2 { background: #f59e0b; }  /*   */
/* Card content styling */
.ae-stream-blog .ae-card-content {
    padding: 1rem;
    padding-left: 0;
    padding-top: 0.3rem;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}
.ae-stream-blog .ae-meta {
    margin-bottom: 0.75rem;
}
.ae-stream-blog .ae-date {
    font-size: 0.875rem;
    color: #666;
    font-weight: 500;
}
.ae-stream-blog .ae-title h3 {
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 0.75rem;
}
.ae-stream-blog .ae-title h3 a {
    color: #333;
    text-decoration: none;
}
.ae-stream-blog .ae-title h3 a:hover {
    color: #00A0DF;
}
.ae-stream-blog .ae-excerpt p {
    font-size: 0.875rem;
    line-height: 1.4;
    color: #666;
    margin: 0;
}

@media (min-width: 992px) {
	.ae-stream-blog #ae-stream-grid .ae-stream-item {
		margin-bottom: 1rem;
	}
}

.ae-pagination .pagination {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0.5rem;
	flex-wrap: wrap;
}

.ae-pagination .pagination li {
	margin: 0;
	flex-shrink: 0;
}

.ae-pagination .pagination .page-link,
.ae-pagination .pagination li button {
	border: 1px solid #e9e9e9;
	background: #e9e9e9;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 38px;
	color: #000;
	font-weight: 600;
	font-size: 0.875rem;
	text-decoration: none;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.2s ease;
	cursor: pointer;
	min-width: 40px;
}

.ae-pagination .pagination .active .page-link,
.ae-pagination .pagination li.active button {
	background: #00A0DF;
	border-color: #00A0DF;
	color: #fff;
}

.ae-pagination .pagination .page-link:hover,
.ae-pagination .pagination li button:hover {
	background: #333;
	border-color: #333;
	color: #fff;
}

.ae-pagination .pagination .ellipsis {
	border: none;
	width: auto;
	min-width: auto;
	padding: 0 8px;
	background: transparent;
	color: #333;
	font-weight: 600;
	border-radius: 0;
}

/* Responsive adjustments for tablets */
@media (max-width: 992px) {
	.ae-pagination .pagination {
		gap: 0.375rem;
	}
	
	.ae-pagination .pagination .page-link,
	.ae-pagination .pagination li button {
		width: 36px;
		height: 36px;
		line-height: 34px;
		font-size: 0.8rem;
		min-width: 36px;
	}
}

/* Responsive adjustments for mobile devices */
@media (max-width: 768px) {
	.ae-pagination {
		margin-top: 1.5rem !important;
		overflow-x: auto;
		padding: 0 0.5rem;
	}
	
	.ae-pagination .pagination {
		gap: 0.25rem;
		min-width: max-content;
		padding: 0.5rem 0;
		justify-content: flex-start;
	}
	
	.ae-pagination .pagination .page-link,
	.ae-pagination .pagination li button {
		width: 32px;
		height: 32px;
		line-height: 30px;
		font-size: 0.75rem;
		min-width: 32px;
		flex-shrink: 0;
	}
	
	.ae-pagination .pagination .ellipsis {
		padding: 0 4px;
		font-size: 0.75rem;
	}
}

@media (max-width: 480px) {
	.ae-pagination {
		margin-left: -0.5rem;
		margin-right: -0.5rem;
	}
	
	.ae-pagination .pagination {
		gap: 0.2rem;
		padding: 0.5rem;
	}
	
	.ae-pagination .pagination .page-link,
	.ae-pagination .pagination li button {
		width: 28px;
		height: 28px;
		line-height: 26px;
		font-size: 0.7rem;
		min-width: 28px;
	}
	
	.ae-pagination .pagination .ellipsis {
		padding: 0 2px;
		font-size: 0.7rem;
	}
}

@media (max-width: 360px) {
	/* Hide non-essential page numbers, keep only current, prev, next, first, last */
	.ae-pagination .pagination li:not(.active):not(.prev):not(.next):not(.first):not(.last) {
		display: none;
	}
	
	.ae-pagination .pagination li.active,
	.ae-pagination .pagination li.prev,
	.ae-pagination .pagination li.next,
	.ae-pagination .pagination li.first,
	.ae-pagination .pagination li.last {
		display: flex;
	}
}

/* Ensure pagination container doesn't break layout */
.ae-pagination {
	width: 100%;
	max-width: 100%;
	box-sizing: border-box;
}

/* Smooth scrolling for mobile pagination */
.ae-pagination {
	-webkit-overflow-scrolling: touch;
	scrollbar-width: none;
	-ms-overflow-style: none;
}

.ae-pagination::-webkit-scrollbar {
	display: none;
}

/* Focus states for accessibility */
.ae-pagination .pagination .page-link:focus,
.ae-pagination .pagination li button:focus {
	outline: 2px solid #00A0DF;
	outline-offset: 2px;
	z-index: 1;
}

/* Disabled state */
.ae-pagination .pagination .page-link.disabled,
.ae-pagination .pagination li button:disabled {
	background: #ccc;
	border-color: #ccc;
	color: #666;
	cursor: not-allowed;
}

.ae-pagination .pagination .page-link.disabled:hover,
.ae-pagination .pagination li button:disabled:hover {
	background: #ccc;
	border-color: #ccc;
	color: #666;
}
/* Ensure video overlay play button consistent */
.video-thumbnail-wrapper {
	position: relative;
}
.video-thumbnail-wrapper .video-play-overlay {
	position: absolute;
	inset: 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	background: rgba(0,0,0,0.25);
	color: #fff;
}
.video-thumbnail-wrapper .play-button {
	background: rgba(0,0,0,0.6);
	border-radius: 50%;
	width: 60px;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 6px;
}
.video-responsive-wrapper {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
}
.video-responsive-wrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%; height: 100%;
	border: 0;
}


/* Base wrapper filter css */
      .ae-select {
        position: relative;
        display: inline-block;
        min-width: 220px;
        margin-right: 20px;
      }

      /* Choices override */
      .choices {
        border: none !important;
        border-radius: 0 !important;
        background: transparent !important;
        font-weight: 600 !important;
        width: 100% !important;
      }

      .choices__inner {
        border: none !important;
        border-bottom: 5px solid #00a6eb !important;
        color:#00a6eb;
        font-weight: 700;
        box-shadow: none !important;
        padding: 8px 35px 8px 10px !important;
        font-size: 14px !important;
        background: transparent !important;
      }

      /* Hover + focus */
      .choices__inner:hover {
        border-bottom-color: #007bbf !important;
      }
      .is-focused .choices__inner {
        border-bottom-color: #005f8f !important;
        background: #ececec !important;
      } 
      
.choices__placeholder { opacity: 1 !important;}



/* ===== Mobile filters: 3 on one line + readable values ===== */
@media (max-width: 600px) {
  /* One row, 3 equal columns (col-4-like) */
  .ae-filters {
    display: flex;
    flex-wrap: nowrap;
    gap: 8px;
  }
  .ae-filters .ae-select {
    flex: 0 0 calc(33.333% - 6px);
    max-width: calc(33.333% - 6px);
    min-width: 0 !important; /* allow shrinking inside flex */
  }

  /* Make Choices fill its column */
  .ae-filters .choices,
  .ae-filters .choices__inner,
  .ae-filters .ae-filter-select {
    width: 100% !important;
  }

  /* Tweak the field so text is visible and not clipped */
  .ae-filters .choices__inner {
    background: #fff !important;      /* avoid grey 'focused' fill looking like disabled */
    color: #222 !important;
    min-height: 40px;                  /* comfortable tap target */
    padding: 8px 28px 8px 10px !important;
    border-bottom-width: 3px !important;
    box-shadow: none !important;
  }

  /* Show selected/placeholder text with ellipsis, not hidden */
  .ae-filters .choices__list--single .choices__item {
    display: block;
    max-width: 100%;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
  }

  /* Ensure placeholder and values use the same readable color */
  .ae-filters .choices__placeholder { 
    opacity: 1 !important; 
    color: #666 !important; 
  }

  /* Keep the dropdown above surrounding content */
  .ae-filters .choices__list--dropdown,
  .ae-filters .choices__list[aria-expanded] {
    z-index: 9999;
  }

  /* Prevent the arrow from overlapping text on tiny widths */
  .ae-filters .choices[data-type*="select-one"]::after {
    right: 8px !important;
  }
}

/* If your filters also live inside .ae-stream-blog scope, mirror rules */
@media (max-width: 600px) {
  .ae-stream-blog .ae-filters { display:flex; flex-wrap:nowrap; gap:8px; }
  .ae-stream-blog .ae-select { flex:0 0 calc(33.333% - 6px); max-width:calc(33.333% - 6px); min-width:0 !important; }
  .ae-stream-blog .choices,
  .ae-stream-blog .choices__inner,
  .ae-stream-blog .ae-filter-select { width:100% !important; }
  .ae-stream-blog .choices__inner { background:#fff !important; color:#222 !important; min-height:40px; padding:8px 28px 8px 10px !important; border-bottom-width:3px !important; }
  .ae-stream-blog .choices__list--single .choices__item { display:block; max-width:100%; overflow:hidden !important; text-overflow:ellipsis !important; white-space:nowrap !important; }
  .ae-stream-blog .choices__list--dropdown,
  .ae-stream-blog .choices__list[aria-expanded] { z-index:9999; }
}


/* Back to Top Button */
#backToTop {
    position: fixed;
    bottom: 100px;
    right: 30px;
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, #25a2fb 0%, #1a8de0 100%);
    color: white;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 9998;
}

#backToTop.show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

#backToTop:hover {
    transform: translateY(-5px) scale(1.05);
    box-shadow: 0 6px 20px rgba(102, 126, 234, 0.4);
}

#backToTop:active {
    transform: translateY(-2px) scale(0.98);
}

/* Arrow icon */
#backToTop::before {
    content: '↑';
    font-weight: bold;
}

/* When chatbox is open - move button to left side or top */
#backToTop.chatbox-active {
    right: auto;
    left: 30px; /* Move to left side when chatbox is open */
    bottom: 100px;
}

/* Alternative: Move to top-right when chatbox opens */
#backToTop.chatbox-active-top {
    bottom: auto;
    top: 100px;
    right: 30px;
}

/* Tablet Responsive */
@media (max-width: 1024px) {
    #backToTop {
        width: 48px;
        height: 48px;
        bottom: 90px;
        right: 25px;
        font-size: 22px;
    }
    
    #backToTop.chatbox-active {
        left: 25px;
        bottom: 90px;
    }
    
    #backToTop.chatbox-active-top {
        top: 90px;
        right: 25px;
    }
}

/* Mobile Responsive - Medium screens */
@media (max-width: 768px) {
    #backToTop {
        width: 45px;
        height: 45px;
        bottom: 80px;
        right: 20px;
        font-size: 20px;
    }
    
    #backToTop.chatbox-active {
        left: 20px;
        bottom: 30px; /* Lower on mobile */
    }
    
    #backToTop.chatbox-active-top {
        top: 80px;
        right: 20px;
    }
}

/* Mobile Responsive - Small screens */
@media (max-width: 480px) {
    #backToTop {
        width: 42px;
        height: 42px;
        bottom: 75px;
        right: 15px;
        font-size: 18px;
    }
    
    #backToTop.chatbox-active {
        left: 15px;
        bottom: 25px;
    }
    
    #backToTop.chatbox-active-top {
        top: 75px;
        right: 15px;
    }
}

/* Extra small devices */
@media (max-width: 360px) {
    #backToTop {
        width: 40px;
        height: 40px;
        bottom: 70px;
        right: 12px;
        font-size: 16px;
    }
    
    #backToTop.chatbox-active {
        left: 12px;
        bottom: 20px;
    }
    
    #backToTop.chatbox-active-top {
        top: 70px;
        right: 12px;
    }
}


@media (min-width: 780px) and (max-width: 1340px) {
  .col-2.pl-0.mt-2 {
    padding-left: 11%!important
  }
}

@media (min-width: 440px) and (max-width: 780px) {
  .col-2.pl-0.mt-2 {
    padding-left: 6%!important
  }
}



/* --- Mobile Filter Layout: one filter per row --- */
@media (max-width: 600px) {
  .ae-filters {
    display: flex;
    flex-direction: column !important; /* stack vertically */
    align-items: center !important;    /* keep boxed center */
    gap: 10px !important;              /* space between filters */
  }

  .ae-filters .ae-select {
    flex: 0 0 100% !important;
    max-width: 320px !important;       /* boxed centered look */
    width: 100% !important;
    margin: 0 auto !important;
  }

  .ae-filter-select,
  .ae-filters .choices,
  .ae-filters .choices__inner {
    width: 100% !important;
  }
}


/* ================== AE Pay Extended ================== */
.ae-pay-extended {
    background: #e6e6e6;
    padding: 60px 0;
}

.ae-pay-extended__hero {
    max-width: 100%;
    height: auto;
    border-radius: 6px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
}

.ae-pay-extended__heading {
    font-weight: 800;
    font-size: clamp(26px, 2.4vw, 34px);
    line-height: 1.2;
    color: #3b3b3b;
    margin-bottom: 12px;
}

.ae-pay-extended__description {
    font-size: 18px;
    line-height: 1.6;
    color: #4a4a4a;
    margin: 0;
    max-width: 560px;
}

.ae-pay-extended__logos {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 18px;
    margin-top: 48px;
    padding: 12px 4px;
    overflow-x: auto;
    scrollbar-width: thin;
}

.ae-pay-extended__logos::-webkit-scrollbar {
    height: 6px;
}

.ae-pay-extended__logos::-webkit-scrollbar-thumb {
    background: #c5c5c5;
    border-radius: 10px;
}

.ae-pay-extended__logo {
    /*background: #fff;*/
    /*border: 1px solid #dcdcdc;*/
    /*border-radius: 10px;*/
    /*padding: 12px 16px;*/
    min-width: 118px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 8px;
}

.ae-pay-extended__logo-img {
    max-height: 44px;
    width: auto;
    object-fit: contain;
}

.ae-pay-extended__logo-label {
    font-size: 12px;
    color: #7a7a7a;
    text-align: center;
    line-height: 1.2;
}



.audioeffetti-custom-form .input input, .audioeffetti-custom-form textarea{
    padding: 0.5rem 1rem;
    font-size: 1.18rem;
    line-height: 2;
    border-radius: 0;
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #000;
    margin-bottom: 15px;
}

.audioeffetti-custom-form-newsletter .input input{
    
    font-size: 1.18rem;
    line-height: 2;
    border: 1px solid #000;
    border-radius: 0;
    
}


.audioeffetti-custom-form .actions input{
    background-color: black;
    color: white !important;
    border-radius: 25px;
    font-weight: 700;
    display: inline-block;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;   
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    transition: color .15s;
    padding: 0.5rem 3rem;
    font-size: 1.25rem;
    line-height: 1.5;
    margin-top: 30px;
}

.audioeffetti-custom-form ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.audioeffetti-custom-form ul input {
  float: left;
  width: 20px !important;
  margin-top: 6px  !important;
  margin-right: 20px  !important;
}


.audioeffetti-custom-form .legal-consent-container .hs-form-booleancheckbox-display>span{
    margin-left: 44px;
}

.audioeffetti-custom-form .hs-error-msg{
    color: #00A0E0;
    font-size: 0.8em;
    margin-bottom: 20px;
}

.audioeffetti-custom-form-newsletter .hs_submit,.audioeffetti-custom-form-newsletter .hs_0-2\/iva, .audioeffetti-custom-form-newsletter .hs_company, .audioeffetti-custom-form-newsletter .hs_city, .audioeffetti-custom-form-newsletter .legal-consent-container {
    display: none;
}
.audioeffetti-custom-form-newsletter .hs-button{
    background-color: #00A5FF !important;
    
    border-radius: 25px !important;
    font-weight: 700 !important;
    padding: 0.375rem 3rem!important; 
    font-size: 1rem!important; 
}

.ns_step_number{
    position: absolute;
    bottom: 10px;
    right: 15px;
}

#ns_step_number_2{
    display: none;
}

.ns-sign-box a{
    color:#00A5FF;
    text-decoration: underline;
}

#raccolta_dati_personali_newsletter-228a52d3-fa94-4a9a-9e05-2966dc9738b4, #raccolta_dati_personali_newsletter-69179b74-08c3-48d1-b019-7c0e3dc44359{
    margin-bottom: 25px !important;
}


#navbar-mobile .nav-item{
    
    border-bottom: 2px solid #6f7275;
    
}

#navbar-mobile .nav-item:first-of-type{
    
    border-top: 2px solid #6f7275;
    
}

.navbar-mobile-close{
    color: #6f7275;
}

.navbar-mobile-close i{
    color: #FFF;
    padding-top: 20px;
}


.error-pages img{
    width: 40%;
}



.error-pages{
     background-image: none;
    background-position: right;
    background-size: 60% auto;
    background-repeat: no-repeat;
    min-height: 600px;
}


.hbspt-form .hs-button {
    width: 260px !important;
    background: #009fe3 !important;
    color: #fff !important;
    padding: 10px 88px !important;
    font-size: 20px !important;
    font-weight: 700 !important;
    border: none !important;
    border-radius: 46px !important;
    cursor: pointer !important;
    transition: background .25s !important;
    font-family: "Arial", sans-serif !important;
}

.hbspt-form .hs-button:hover {
    background: #0080c0 !important;
}

@media (max-width: 991.98px) {
    .ae-pay-extended {
        padding: 48px 0;
        text-align: center;
    }

    .ae-pay-extended__description {
        margin: 0 auto;
    }
}

@media (max-width: 575.98px) {
    .ae-pay-extended__heading {
        font-size: 24px;
    }

    /* mobile: 2–3 tiles per row, centred */
    .ae-pay-extended__logos {
        justify-content: center;
        gap: 12px;
    }

    .ae-pay-extended__logo {
        flex: 0 0 45%;
        max-width: 45%;
        min-width: 140px;
        justify-content: center;
        padding: 6px 8px;
        box-sizing: border-box;
    }

    .ae-pay-extended__logo-img {
        max-height: 36px;
    }
}
