.non-disponibile{
	color:#cf0404;
	margin-bottom:unset !important;
}
.colore2 {
	color:#455560
}

.div_errore {
  border:1px solid #d9534f; color:#d9534f; padding:10px;
}

.div_errore a {
  color:#d9534f; font-weight:bold;
}

.shopping-modal .modal-header, #formAddressModal .modal-header, #address-modal .modal-header {
    background-color: #4b5962;
    border-bottom: 1px solid #374148;
}
.shopping-modal .modal-header .modal-title {
  font-weight: 500;
  font-size: 14px;
}
.modal-title {
    color: #fff;
}
.modal-title {
    margin-bottom: 0;
    line-height: 1.5;
    text-transform: uppercase;
}
.shopping-modal .modal-header button.close, #formAddressModal .modal-header button.close, #address-modal .modal-header button.close {
    color: #fff;
}

.opacity-0 {
  opacity: 0; }

.opacity-10 {
  opacity: 0.1; }

.opacity-20 {
  opacity: 0.2; }

.opacity-30 {
  opacity: 0.3; }

.opacity-40 {
  opacity: 0.4; }

.opacity-50 {
  opacity: 0.5; }

.opacity-60 {
  opacity: 0.6; }

.opacity-70 {
  opacity: 0.7; }

.opacity-80 {
  opacity: 0.8; }

.opacity-90 {
  opacity: 0.9; }

.opacity-100 {
  opacity: 1; }
 
.img-news{
	height:252px;
	overflow:hidden;
}
.img-news-listing{
	overflow:hidden;
}

.product-card--premise li {
  color: #455560;
  line-height: 24px;
  font-weight: 300;
}

.collection-hero__description {
  color: #455560;
  text-transform:none;
  font-size: 18px;
  line-height:150%
}

.product-card--thumb {
  height:200px;
  display: flex;
      justify-content: center;
}
.product-card--thumb img {
  max-width: 100%;
  max-height:100%;
  display: inline-block;
  margin: 0 auto;
  vertical-align: middle;													
}

 /*RESPONSIVE*/
 
@media (min-width:576px) {
	.img-news{
		height:271px;
	}
	.img-news-listing{
		height:297Px;
	}
	.head h3{
		font-size: 1.75rem;	
	}
}

@media (min-width:768px) {
	.img-news{
		height:115px;
	}
	.img-news-listing{
		height:181px;
	}
	.head h3{
		font-size: 1.15rem;	
	}
}

@media (min-width:992px) {
	.img-news{
		height:159px;
	}
	.img-news-listing{
		height:159px;
	}
	.head h3{
		font-size: 1.15rem;
	}
}

@media (min-width:1200px) {
	.img-news{
		height:252px;
	}
	.img-news-listing{
		height:252px;
	}
	.head h3{
		font-size: 1.75rem;
	}
} 
@media (max-width:780px) {
	.col_lang{
		padding-left:0 !important;
	}
} 
@media (max-width:330px) {
	.col_hide{
		display: none !important;
	}
} 


/* FOOTER */
.modal_newsletter{
	position: fixed;
    width: 320px;
    height: 568px;
    z-index: 9948030;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    transform-origin: 50% 50%;
    left: 50%;
    margin-left: -160px;
    top: 50%;
    margin-top: -284px;
  }
  .modal_newsletter .modal-content{
	background-color: #f4eee1;
  }
  .modal_newsletter .modal-header{
	padding: 0 !important;
  }
  .modal_newsletter .modal-header .close{
	position: absolute;
	right: 10px;
	font-size: 25px;
    color: white;
	font-weight: unset;
    text-shadow: unset;
    opacity: unset;
	cursor:pointer !important;
  }
  .modal_newsletter img{
	width:100%;
  }
 .modal_newsletter #text1{
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    text-align: center;
    font-size: 38px;
    color: rgb(163, 131, 64);
 }
 .modal_newsletter #text2{
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    text-align: center;
    font-size: 16px;
    color: rgb(70, 85, 94);
    line-height: 25px;
 }

 .itemBody{
  width:100% !important;	
}	
.testo_news {
  font-size:17px
}
.testo_news a{
  font-weight:600;
  text-decoration:underline
}
  
.testo_news img{
  max-width: 100%;
  height: auto!important;
  margin: 10px;
}
.testo_news > h2,h3,h4,h5,h6{
  margin-top:21px;
}
.testo_news a{
  
}
.testo_news h1{
  /*font-size:2rem;*/
}

.testo_news h5 {
  margin-top:10px !important;
}

hr{
  clear:both;
  border:0px;
}
@media screen and (max-width: 600px) {
  .testo_news img{
    display:block !important;
    float: none !important;
    margin: 10px auto;
  }		
}
