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

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;
}

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


.container-fluid{
    padding: 0!important;
}
.header{
    background-color:#F3F3F3;
    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: 6px solid #BDCCD4;
    padding-bottom: 5px;
}
.header .nav-item:hover a.nav-link{
    color: #00A0DF !important;
    transition: 0.3s;
}
.header .active{
    border-bottom: 6px solid #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: 20px 20px 20px 20px;
    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: 500px;
    width: 100%;
}
.carousel-item img{
    object-fit: cover;
    height: 100%;
    width: 100%;
}
.carousel-caption {
    top: auto;
    bottom: 5%;
    left:12%;
    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;
}

@media (min-width: 1400px) {
    .carousel-caption {
        left: 15%;
    }
}



/*.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;
}

.footer-newsletter{
    background-color:#F3F3F3;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: text-center;
    width: 100%;
}

.footer-newsletter h3{
    font-size: 1.4REM;
    font-weight: bold;
}


.email-newsletter-footer{
    margin-left: 10px; 
    height: 40px;
    border: 1px solid white;
    padding-left: 20px;
    font-size: 15px !important;
    padding-right: 100px;
}

.btn-nero{
    background-color: black;
    color:white !important;
    border-radius: 25px;
    font-weight: 700;
}


.btn-bianco{
    background-color: #F3F3F3;
    color:black !important;
    border-radius: 25px;
    font-weight: 700;
}

.table td, .table th{
    border-top: 2px solid #6c757d;
}

.table-careers{
    width: 100%;
}

.table-careers tr:nth-child(odd) {background-color: #FFF;}
.table-careers td{padding: 10px 20px; vertical-align: middle;}
.table-careers td span{font-size: 20px; margin-right: 6px; display: inline-block; font-weight: bold; vertical-align: middle;}
.btn-blue{
    background-color: #00A5FF;
    color:white !important;
    border-radius: 25px;
    font-weight: 700;
}

.logo-bianco{
    
    max-width: 250px;
    
}

.footer-share_experience{
    padding-top: 25px !important;
    padding-bottom: 25px !important;
}
.btn-social-footer{
    background-color :#F3F3F3;
    border-radius: 25px;
    color: black;
    padding-left: 25px;
    padding-right: 25px;
    font-size: 17px;
    font-weight: bolder;
    margin-bottom: 10px;
    margin-left: 10px;
    margin-right: 10px;
}
.btn-social-footer i{
    font-weight: bolder;
    font-size: 20px; 
    margin-right: 5px;
}

.btn-social-footer-nero{
    color: #FFF !important;
    background-color: #000;
}

.logo-payment-footer{
    height: 40px;
}

.footer-payment-details{
    background-color: #F3F3F3;
    min-height: 300px;
    font-size: 15px;
}

.footer-payment-details h3{
        font-size: 1.5rem;
        font-family: 'Poppins', sans-serif;
        font-weight: bold;
        margin-bottom: 20px;

    }
.footer-payment-details p,.footer-payment-details li{
        font-size: 1rem;
        font-family: 'Inter', sans-serif;

    }
    
    .rounded-social a{
        
        
        margin-right: 7px;
        display: inline-block;
        width: 50px;
        height: 50px;
        background-size: contain;
        background-repeat: no-repeat;
    } 
    
    
    .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: center;
}
.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: 20px !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{
    height: 84px;
    overflow: hidden;
}

.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{
    margin-top: 10px;
}

.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: 40px;
}
.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;
}

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

.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;
}


.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;
}
.price-correlati{
    color: red;
    font-size: 18px;
}
.item-correlati{
    height: auto;
}
.item-correlati .image-product-home{
    height: 250px;
    margin-bottom: 10px;
}
.match{
    padding-left: 10px;
    padding-right: 10px; 
    color:white;
    background-color: black;
    font-size: 11px;
    padding-top: 5px;
    padding-bottom: 5px;
}
.text-black{
    color:black;
}
.stars-valutazioni{
    margin-bottom: 10px;
    font-size: 18px;
}
.star-label{
    font-weight: bold;
}
.viola{
    color:#8633F8;
}
.disponiblita{
    color:green;
}
.uno{
    opacity: 0.2;
}
.due{
    opacity: 0.4;
}
.tre{
    opacity: 0.6;
}
.quattro{
    opacity: 0.8;
}
.cinque{
    opacity: 1;
}
.stars-product, .media{
    width: auto; 
    float: left;
    font-size: 20px;
}
.btn-valuta{
    padding: 5px;
    border: 2px solid black;
    float:right;
    color: black; 
    font-size: 20px;
    font-weight: bold;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 20px;
}

.progress{
    height: 5px;
    margin-bottom: 10px;
}
.item-progressbar{
    width: calc(20% - 4px);
    margin-right: 2px;
    margin-left: 2px;
    background-color: #00A0E0;
}
.letter{
    width: 50px;
    height: 50px;
    text-align: center;
    vertical-align: middle;
    border-radius: 50%;
    border: 2px solid #8633F8;
    font-size : 20px;
    padding-top:8px;
    margin-right: 20px;
}
.letter b{
    
    color: #8633F8;
    font-weight: 500;
}
.header-item-recensioni{
    min-height: 60px;
}
.title-stars-recensione h5{
    margin-bottom: 0;
}
.stars-recensione{
    font-size: 15px;
}
.stars-recensione span{
    color: #666666;
}
.black{
    color: black;
}
.underline{
    text-decoration: underline !important;
}

.link-active{
    color: #00A0E0;
}

.footer-contattaci{
    margin-bottom: 100px !important;
    margin-top: 50px;
}

.footer-recensione{
    font-size: 20px;
    color: black;
    margin-top: 30px;
    padding-bottom: 20px;
    border-bottom: 10px solid #f3f3f3;
}
.footer-recensione a{
    margin-right: 20px;
}

.item-product-compara{
    height: 300px;
}
.footer-confronta{
    margin-top: 20px;
}
.prezzo-confronta span{
    font-size: 20px;
    color:black;
    font-weight: bold;
}
.attuale{
    font-size: 13px;
    padding-left : 10px;  
    padding-right: 10px; 
    padding-top:  5px;
    padding-bottom: 5px;
    background-color:black;
    color:white;
    position: absolute;
    top:180px;
}

.prodotti-visti-recente{
    
    width: 80%;
    margin:auto auto; 
}

.image-product-visto-recentemente{
    width: 20%; 
    height: 100%;
    display: inline-block;
    padding: 5px;
}
.image-product-visto-recentemente img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    
}

.post-sx{
    padding-right: 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{
    font-size: 20px;
}

.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 ul, .desc-cat ul{    
    
}

.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%;
}
.categorie-blog{
    text-align: center;
}

.categorie-blog-top-filter{
    background-color: #f3f3f3;
}

.categorie-blog-top-filter select{
    border: 0 !important;
}


.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;
}


.lang-label{
    display: inline-block;
    margin-right: 5px;
    color: gray;
    position: relative;
}

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

.niceselect-mobile, .niceselect-mobile span{
    
    color: #FFF !important;
}




.nice-select .list{
    max-height: 200px;
    overflow-y: scroll !important;
}

.nice-select{
    border: 0 !important;
    background-color: transparent !important;
    float: none !important;
    color: #000 !important;
    font-size: 1rem !important;
    padding-left: 0 !important;
     padding-right: 22px !important;
}

.nice-select:after{
    color: #4f717f !important;
    border-bottom: 1px solid #4f717f !important;
    border-right: 1px solid #4f717f !important;
}

.niceselect-mobile:after{
    color: #FFF !important;
    border-bottom: 1px solid #FFF !important;
    border-right: 1px solid #FFF !important;
}



#bottom-form-lang .nice-select{
    
    color: #FFF !important;
    
}

#bottom-form-lang .nice-select .list{
    
    color: #000 !important;
    
}



#bottom-form-lang .nice-select:after{
    color: #FFF !important;
    border-bottom: 2px solid #FFF !important;
    border-right: 2px solid #FFF !important;
}





.flag-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;
}



.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;
}

.carousel-fade .carousel-item {
 opacity: 0;
 transition-duration: 1s;
 transition-property: opacity;
}

.carousel-fade  .carousel-item.active,
.carousel-fade  .carousel-item-next.carousel-item-left,
.carousel-fade  .carousel-item-prev.carousel-item-right {
  opacity: 1;
}

.carousel-fade .active.carousel-item-left,
.carousel-fade  .active.carousel-item-right {
 opacity: 0;
}

.carousel-fade  .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade  .active.carousel-item-prev {
 transform: translateX(0);
 transform: translate3d(0, 0, 0);
}

.alt_lines{
    cursor: pointer;
    height: 20px;
    margin-top: 5px;
}

#offcanvas{
    position: fixed;
    top:0;
    left:0;
    width: 600px;
    height: 100%;
    background-color: #dee5e9;
    z-index: 100;
    color: #4f717f;   
    display: none;
}

#offcanvas a{
    cursor: pointer;
}


#offcanvas .close{
    font-size: 13px;
    padding: 30px;
}

#offcanvas .back{
    font-size: 13px;
    padding-left: 30px;
}


#offcanvas .close i{
    font-size: 20px;
}

#offcanvas h2{
    font-size: 27px;
    font-family: 'Poppins', sans-serif;
    color: #bdccd4;
    padding: 10px 30px 10px;
}

#offcanvas h2.black{
    color: #000;
}

#offcanvas a.offcanvas-big{
    font-size: 20px;
    display: block;
    padding: 5px 30px;    
}

#offcanvas a.offcanvas-big span{
    display: block;
    float: right;
}

#offcanvas a.offcanvas-big:hover{
    background-color: #FFF;
}

#offcanvas_bottom{
    position: absolute;
    bottom: 0;
    left:0;
    width: 100%;
    padding: 10px 30px;
}

#offcanvas_site_map{
    color: #000;
    font-weight: bold;
    font-size: 18px;
    font-family: 'Poppins', sans-serif;
}

#offcanvas_site_map i{
    color: #4f717f; 
}


#offcanvas_bottom_in{
    display: none;
}

#offcanvas_bottom_in a{
    display: block;    
}


.ekko-lightbox-nav-overlay a span{
    text-shadow: 0px 0px 5px black;
}

.video-container{
    width: 100%;
    height: 70vh;
    position: relative;    
}






@media only screen and (min-width: 1200px){
    .container {
        max-width: 1440px;
    }
    
    
    .error-pages{
       
        background-image: url("../images/people.svg");
    }
    
    
    
    
}
@media only screen and (max-width: 600px) {
    
    
    .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) {
    
   
    .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) {
    
    
    .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: 1300px){
    .d-xxl-none {
        display: none!important;
    }
    
    .d-xxl-block{
        display: block!important;
    }

}

/* --- 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);
  }
}
/* --- 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;
  text-transform:uppercase;
  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;
}

.dropdown > .dropdown-toggle:active {
    pointer-events: none;
}

/* Ensure the parent list item is positioned relatively for absolute submenu */
.dropdown { position: relative; }
/* Submenu (dropdown menu) hidden by default */
.dropdown-menu {
  display: none;
  position: absolute;
  top: 100%;  /* place it directly below the parent li */
  left: 0;
  background: #fff;       /* or match your site’s menu background */
  min-width: 200px;       /* optional: a min width for the dropdown */
  /* Add padding, border, shadow, z-index etc. as needed */
}
.dropdown-menu a.dropdown-item {
  display: block;
  padding: 8px 16px;      /* space around submenu links */
  color: #333;            /* submenu link color */
  text-decoration: none;
}
.dropdown-menu a.dropdown-item:hover {
  background: #f5f5f5;    /* hover background for submenu items */
}



/* about-us-strength CSS */
/* background + vertical padding */
.about-us-strength {
  background-color: #F3F3F3;
  padding: 3rem 0;               /* 48px top & bottom */
}

/* flex row + gutters */
.about-us-strength .strengths-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 2rem;                     /* 32px between items both ways */
  margin-top: 2rem;              /* 32px under the heading */
}

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

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



/* item title: use default Bootstrap h2 styling, so no overrides here */
.about-us-strength .strength-item-title {
  /*margin-bottom: 0.5rem;          small gap under title */
}

/* body text constraints (matches your wrap) */
.about-us-strength .strength-text {
  /* font-size: .875rem;             14px */
  line-height: 1.6;
  /*max-width: 12rem;               ~192px for that exact wrap */
  margin: 32px 0 32px;
}

/* responsive: 2 across on md, 1 on xs */
@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;
  }
}



/* ---------- Distributso About Us ---------- */
.about-us-distributors {
  background: #fff;                /* same white as mockup */
}

.about-us-distributors p {
  margin: 32px 0 32px;                /* same white as mockup */
}


/* center & constrain the lead paragraph */
.about-us-distributors .lead {
  max-width: 960px;                /* keeps text from stretching too wide */
  margin: 0 auto 3rem;             /* 48 px gap below paragraph */
}

/* ---------- card imagery ---------- */
.distributor-img {
  width: 100%;
  height: 240px;                   /* matches reference height */
  object-fit: cover;               /* crop excess while filling box */
}

/* smaller heights on reduced viewports so aspect feels balanced */
@media (max-width: 992px) {
  .distributor-img { height: 200px; }
}
@media (max-width: 576px) {
  .distributor-img { height: 180px; }
}



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

/* heading – extra breathing room under “DOWNLOAD” */
.about-us-download h2 {
  margin-bottom: 3rem;          /* 48 px */
}

/* wrapper for each icon + link */
.download-item {
  white-space: nowrap;          /* keep icon + text on one line */
}

/* PDF icon */
.download-icon {
  width: 80px;
  height: 80px;
  object-fit: contain;
  margin-right: .75rem;         /* ≈12 px gap before text */
  vertical-align: middle;       /* aligns with link baseline */
}

/* clickable link */
.download-link {
  font-weight: 500;             /* matches reference weight */
  text-decoration: underline;   /* underline like screenshot */
  vertical-align: middle;       /* aligns with icon */
}

/* mobile: stacked items need breathing room */
@media (max-width: 767.98px) {
  .download-item { margin-bottom: 2rem; } 
  .download-item {
    display: flex;             /* icon + link share one flex row   */
    align-items: center;       /* vertically centre them            */
    white-space: normal;       /* allow text to wrap if it’s long   */
  }

  .download-icon {
    flex: 0 0 auto;            /* fixed icon width (40×48)          */
    margin-right: .75rem;      /* same 12 px gap you use on desktop */
  }

  .download-link {
    margin: 0;                 /* rely on the icon’s right-margin   */
  }
}


/* ─────────  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;
} 

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

/* ---------- 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 */
    margin-bottom:32px;
}

.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,1rem);
}

/* 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;
    --bs-gutter-y:3rem;
}

.blog-2section .section-news .row.g-3,
.blog-2section .section-educational .row.g-3{
    --bs-gutter-x:1rem;   /* small horizontal gutter        */
    --bs-gutter-y:3rem;   /* keep tall vertical space       */
}

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


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

