.selezione{
    height: 360px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    margin: 0 0 2em 0;
}
.selezione p:not(:empty){
    margin: 1em 0;
    height: 4em;
}
.selezione .curata{
    margin: 0.5em 0;
}
.selezione .btn_cart_new{margin: 0;width: 100%;}
.selezione .container-image{position: relative;border-radius: 5px;width: 100%;display: flex;justify-content: center;align-items: center;overflow: hidden;cursor: pointer;cursor: hand;/*height:300px;background-image: url('{_static_url_}img_news/big/{blog_img_id}');background-position: center;background-size: cover;*/}
.selezione .container-image::after{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(255,255,255);
  background: linear-gradient(180deg,rgba(255,255,255,0) 0%,rgba(255,255,255,.15) 40%,rgba(0,0,0,0.65) 100%); 
}
.selezione .container-image img{
    max-height: 100%;
    height: 300px;
}
.selezione .container-image h3{
    position: absolute;
    bottom: 1em;
    left: 0;
    color: #fff;
    font-family: var(--fonttitoli);
    font-size: 24px;
    font-weight: 600;
    width: 100%;
    padding: 0 1em;
    z-index: 1;
}

.small_img {
    width: 2em !important;
    height: 2em !important;
}

.overflow_mobile2{
    display: inline-flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
}
@media only screen and (min-width : 230px) and (max-width :480px) {
    .selezione-small .container-image img{
        max-width: calc(100vw - calc(15px * 6));
        object-fit: cover;
    }
}
.selezione-small{
    height: 280px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    margin: 0 0 2em 0;
    cursor: pointer;
    cursor: hand;
}
.selezione-small .container-image {
    border-radius: 5px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
.selezione-small .container-image img{
    max-height: 100%;
    height: 200px;
}
.selezione-small a {
    margin-top: 0.5em;
    color: #333;
    font-size: 18px;
    font-weight: 700;
    text-decoration:none;

}
.selezione-small h3 {
    margin-top: 0.5em;
    color: #333;
    font-size: 18px;
    font-weight: 700;
}
.selezione-small p {
    font-size: 14px;
}

.lista_brands {justify-content: flex-start;margin-top: 1em;}
.lista_brands .bordo-immagini-interessi {
    border-color: var(--verde-sm-new);
    height: 80px;
    width: 80px;
}
.lista_brands .immagini-interessi img{
    width: calc(80px - 4px);
    height: calc(80px - 4px);
}
.lista_brands .immagini-interessi img:not(.img_utenti){padding: 0.5em;}
.lista_brands .immagini-interessi p{
    color: #FFF;
    display: flex;
    width: calc(100% - 5px);
    height: calc(100% - 5px);
    justify-content: center;
    align-items: center;
    background: var(--verde-sm-new);
    border-radius: 100%;
    transition: all 0.5s;
    text-transform: uppercase;
    font-size: 12px;
    padding: 15px;
}
.lista_brands .immagini-interessi p:hover{
    background-color: #e4f2ef;
    color: #68b4a1;
}

.testo_dettaglio_news {column-count: 1;text-align: left;width: 50%;margin: 3em auto;}
.testo_dettaglio_news p, .testo_dettaglio_news div{font-size: 16px;line-height: 24px;}
#nome-prodotto{width: 50%;margin: 3.5em auto 20px !important;;height: 100px;text-align: left;font-size: 34px;font-family: var(--fonttitoli);color: #393939;line-height: 100%;}
.testo_dettaglio_news .small_img {width: 2em !important;height: 2em !important;margin: 20px !important;}
.nome_autore {margin-top: 1.5em;margin-right: 1em;}
.autore{justify-content: flex-start;display: flex;}

@media only screen and (max-width: 667px){
    #nome-prodotto,
    .testo_dettaglio_news {
        width: 100% !important;
    }
    h1#nome-prodotto {
        margin: 4em auto 2em auto;
    }
    .altezza-mobile { max-height: 400px; }
}
.lista_brands {
    display: flex;
    /* justify-content: center; */
    justify-content: flex-start;
    align-items: center;
    gap: 1em;
    overflow-x: auto;
}
.lista_brands a{
    background-color: transparent !important;
}

.parte_dx_news img {height: auto !important;width: 100%;}
	.parte_dx_news {height: 154px !important;}
	.testo_news {height: 50px !important;}
	.titolo_news {height: 40px !important;display: inline-block;}
	.posiziona_parte_sx_news {
		height: 100px;
		position:relative;
		padding: 0;
	}
	.info {
	position: absolute;
	top: 0;
	left: 0;
	 padding: 10px 10px 5px 15px;
	 width: 100%;
	 background: white;
	z-index: 7;
	-moz-transition: top 0.4s;
	-webkit-transition: top 0.4s; /* Safari */
	 transition: top 0.4s;
	}
	.parte_news_generale{
		height: auto !important;
		overflow: hidden;
		margin-bottom: 32px !important;
	}
	.parte_news_generale:hover .info{
		top: -30px;
	}
	.parte_news_generale img{
		-moz-transition: all 0.4s;
		-webkit-transition: all 0.4s;
		transition: all 0.4s;
	}
	.parte_news_generale:hover img{
		-moz-transform: scale(1.05);
		-webkit-transform: scale(1.05);
		transform: scale(1.05);
	}