
html, body{
    width: 100vw;
    overflow-x: hidden;
    font-family: "Inter", sans-serif !important;
    font-size: 20px !important;

}

h3{
    font-family: "Poppins", sans-serif !important;
    font-size: 2rem !important;
font-weight: bold;
}


a{
    text-decoration: none;
    color: #212529;
}
.container-fluid{
    padding: 0!important;
}
.header{
    background-color:#F3F3F3;
}

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

.header .nav-item{
    margin-right: 5px;

}
.header .nav-item:hover{
    background-color:gray;
    border-radius: 15px;
}
.header .active{
    background-color: #00A0E0 !important;
    border-radius: 15px;   
}

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


.logo-header{
    width: 200px;
    margin:auto;
}
.border-rounded-input{
    border-radius: 20px 20px 20px 20px;
    text-align: center;
    border: 1px solid white;
}

.social-header{
    color: lightgray;
    font-size: 20px;
}
.flag-lang{
    width: 20px;
    border: 1px solid gray;
    border-radius: 50%;
}
.carousel-item {
    height: 500px;
    width: 100%;
}
.carousel-item img{
    object-fit: cover;
    height: 100%;
    width: 100%;
}
.carousel-caption {
    top: 20px;
    
}
.carousel-caption h5{
    font-size: 40px;
}
.carousel-caption p{
    font-size: 20px;
}
.navbar-same-height{
    height: 50px;
}



.footer{
    min-height: 300px;
}

.footer-newsletter{
    background-color:#F3F3F3;
    padding-top: 25px;
    padding-bottom: 25px;
    text-align: text-center;
    width: 100%;
}
.email-newsletter-footer{
    margin-left: 10px; 
    height: 50px;
    border: 1px solid white;
    padding-left: 20px;
    font-size: 15px !important;
    padding-right: 100px;
}

.btn-nero{
    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;
}

.btn-nero:hover {
        background-color: #0080c0 !important    
    }


.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;
}
.btn-social-footer i{
    font-weight: bolder;
    font-size: 20px; 
    margin-right: 5px;
}

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

.footer-payment-details{
    background-color: #F3F3F3;
    min-height: 300px;
    font-size: 15px;
}
.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-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;
}

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

.logo-features img{
    width: 65%;
    margin:auto;
}
.desc-features{
    font-size: 13px;
    font-weight:600;
}

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

.info-home{
    background-color: #F3F3F3;
    
}

.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.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{
    
    float:left;
    padding-left: 10px;
    padding-right: 10px;
    height: 400px;
}
.image-product-home{
    width: 100%;
    height: 70%;
}
.image-product-home img{
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.product-title-home p{
    font-weight: 500;
    margin-bottom: 0;
}
.product-stars-home {
    font-size: 13px;
    
}
.product-stars-home span{
    margin-left: 10px;
}
.price-value-home{
    font-weight: bold;
}
.price-home{
    margin-top: 10px;
}
.messaggio-registrazione{
    background: #F3F3F3;
    height: 450px;
}
.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: 15px;
}
.span-right{
    position: absolute;
    top: 15px;
    right: 20px;
    text-align: right;
    width: 98%;
    
}

.cont-brands-home{
    margin-top: 30px;
    width: 100%;
}
.item-brands{
   
    padding-left: 10px;
    padding-right: 10px;
    height: 120px;
    margin-bottom: 20px;
}

.item-brands img{
    width: 100%;
    height: 100%;
    border: 2px solid rgba(128, 128, 128, 0.2);
    border-radius: 5px;
    object-fit: cover;
}

.item-blog-home{
    padding-left :10px;
    padding-right: 10px;
    height: 500px;
    overflow: hidden;
    margin-bottom: 20px;
}
.img-item-blog{
    height: 50%;
    margin-bottom: 30px;
    padding:0;
}
.img-item-blog img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.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: 20px;
    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;
}



.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 li:before {
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    left: -2px;
    border-style: solid;
    border-width: 15px 0 15px 15px;
    border-color: transparent transparent transparent #fff;
    z-index: 0; 
}
.breadcrumb-arrows li:first-child:before {
    border-color: transparent; 
}
  
.breadcrumb-arrows a:after {
content: " ";
height: 0;
width: 0;
position: absolute;
right: -15px;
border-style: solid;
border-width: 15px 0 15px 15px;
border-color: transparent transparent transparent #ccc;
z-index: 10; 
}
  
.breadcrumb-arrows .active a {
    background: white;
    z-index: 100; 
}
.breadcrumb-arrows .active a:after {
    border-left-color: white; 
}
  
.breadcrumb-arrows a {
    display: block;
    background: #ccc;
    padding: 0 15px; 
}
  
.breadcrumb-arrows a:hover {
    background: white; 
}

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

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

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

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

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

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

#custCarousel .carousel-indicators li:hover img {
    opacity: 0.75;
}
 
.product-features h3{
    font-size: 20px;
}
.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{
    margin-inline-start: -2.5em;
    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: 35px;
    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;
}
.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;
}
.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;
}

.post-sx h1{
    color:black;
    font-size: 25px;
}
.post-header{
    margin-bottom : 50px;
}
.post-header i{
    margin-right: 10px; 
}
.post-header span{
    margin-right: 10px;
    color: gray;
    font-size: 13px;
}
.img-post{
    height: 450px;
    width: 100%;
}
.img-post img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.post-sx video{
    height: auto;
    width: 100%;
    margin-top: 50px;
}
.post-sx{
    font-size: 14px;
}
.post-sx  p:first-of-type{
    
    font-size: 17px; 
}
.post-sx h3 , .desc-cat h3{
    color:blacK;
    font-size: 17px;
    margin-top: 50px;
    font-weight: bold;
}

.post-sx .prodotto, .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: 100%;
    object-fit: cover;
}
.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: 20px;
}
.go-to-product:hover{
    background-color: black;
    color: white;
}


.post-sx ul, .desc-cat ul{    
    padding-inline-start: 15px;
    list-style: none;
}

.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{
    padding-left: 10px;
}
.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%;
    height: 250px;
}
.item-news-img img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.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;
}
.item-categorie{
    min-width: 120px;
    height: 25px;
    font-size: 13px; 
    text-align: center;
    margin-left: 5px;
    margin-right: 5px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 5px;
    border:none;
    margin-bottom: 10px;
    background-color: #F3F3F3;
}
.categorie-blog .item-active{
    background-color:#00A0E0;
    color: white !important;
}

.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: 14px;
}
.desc-cat p:first-of-type{
    font-size: 17px;
}
.desc-cat img{
    width: 100%;
    margin-top:10px;
}

.desc-cat li{
    color:#00A0E0;
    font-size: 14px;
    font-weight: bold;
}
.desc-cat li::before{
    content: "\2022";
    color: #00A0E0;
    font-weight: bold;
    display: inline-block; 
    width: 1em;
    margin-left: -1em;
   
}

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

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



@media only screen and (max-width: 600px) {
    

   
    .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;
    }
    .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;
    }
    .img-item-blog {
        height: 350px;
    }

    .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;
    }
    .img-item-blog {
        height: 350px;
    }
    .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;
    }
    .img-item-blog {
        height: 350px;
    }
    .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;
    }
}

#charCount{
	font-size: 10px;
}
