.volantino_banner_small {
	clear: both; 
	width: 980px; 
	margin: 15px  0 0 0;
}

.volantino_banner {
	width: 980px;
	clear: both;
	margin: 15px 0 0 0;
	box-sizing: border-box;
	border: solid 1px #29ABE2;
	border: solid 1px #ccc;
	/*border-top: 0;*/
	border-radius: 10px;
}

.volantino_banner .head a {
  display: block;
  width: 978px;
  height: 60px;
	border-radius: 10px 10px 0 0;
	text-decoration: none;
}

.volantino_banner_smart .head a {
	border-radius: 10px;
}

.volantino_banner .head a:hover {
	text-decoration: none;
}

.volantino_banner .body {
	position: relative;
	padding: 15px 10px 10px 10px;
	margin: 0;
	border-radius: 0 0 10px 10px;
	background-size: auto 10px;
}

.volantino_banner .foot {
	text-align: right;
	padding: 0 10px 10px 10px;
}


/* Box */
.volantino_banner DIV.item {
	float:left; 
	margin: 0 5px 0 5px; 
}
.volantino_banner DIV.item A {text-decoration:none;}
.volantino_banner DIV.item A.img {
	display:block; 
	background:#FFFFFF; 
	border: 5px solid #ddd;
	border-radius: 5px;
	display:-ms-flexbox; 
	display:-webkit-flex;	
	display:flex; 
	-webkit-box-pack: center;	
	-ms-flex-pack: center;	
	-webkit-justify-content: center;	
	justify-content: center;	
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

/* Box Small */
.volantino_banner DIV.item.s { 
	width: 90px; 
	height: 130px;
}

.volantino_banner DIV.item.s A.img { 
	position: relative;
	width: 70px;
	height: 70px;
}

.volantino_banner DIV.item.s A.img img { 
	max-width: 70px;
	max-height: 70px;
}

.volantino_banner DIV.item.s:hover A.img {
	border-color: #888;
}

/* Icone > Small */
.volantino_banner DIV.item.s SPAN.price {
	display: none;
	position: absolute; 
	bottom: -5px; 
	right:-5px;
}

.volantino_banner DIV.item.s SPAN.prontaconsegna {
	display: none;
	width: 35px; 
	height: 27px; 
	background: url(/volantino/natale2017/img/label_prontaconsegna_xsmall.png?asdasd) no-repeat;
}

.volantino_banner DIV.item.s SPAN.spedizionegratuita {
	display: none;
	width: 35px; 
	height: 27px; 
	background:url(/volantino/natale2017/img/label_spedizionegratuita_xsmall.png?asdasd) no-repeat;
}

.volantino_banner DIV.item.s SPAN.up  {
	position: absolute;
	top: 5px;
	left: -15px;
}

.volantino_banner DIV.item.s SPAN.down {
	position: absolute; 
	top: 30px; 
	left: -15px;
}

.volantino_banner DIV.item.s SPAN.exdemo {
	display: none;
	position: absolute; 
	top: 5px; 
	right: 6px; 
	width: 70px;
	height: 18px;
	background: url(../img/label_exdemo_small.png) no-repeat;
}

/* Prezzo */
.volantino_banner DIV.item.s span.price.txt {
	right:-5px; 
	bottom: -10px;
	font-size: 40px; 
	font-family: "Oswald", "Impact", "Arial Black", "Arial" !important; 
	font-weight:bold;
	color: #CC0000; 
	text-shadow: 0 0 2px white, 0 0 2px white, 0 0 2px white, 0 0 2px white, 0 0 2px white, 0 0 2px white, 0 0 2px white, 0 0 2px white, 0 0 2px white, 0 0 2px white, 0 0 2px white, 0 0 2px white, 0 0 2px white, 0 0 2px white, 0 0 2px white, 0 0 2px white, 0 0 2px white, 0 0 2px white, 0 0 2px white, 0 0 2px white, 0 0 2px white, 0 0 2px white, 0 0 2px white, 0 0 2px white, 0 0 2px white, 0 0 2px white, 0 0 2px white, 0 0 2px white, 0 0 2px white, 0 0 2px white, 0 0 2px white, 0 0 2px white, 0 0 2px white, 0 0 2px white, 0 0 2px white, 0 0 2px white, 0 0 2px white, 0 0 2px white, 0 0 2px white, 0 0 2px white, 0 0 2px white;
}

.volantino_banner DIV.item.s span.price.txt span.decimals {
	display: none;
	font-size:20px; font-family: "Oswald", "Impact", "Arial Black", "Arial" !important; 
	font-weight:bold; 
	color: #CC0000;
}


/* Titolo */
.volantino_banner DIV.item A.info {
	display:block; 
	height:65px; 
	padding:0; 
	margin: 10px 0 0 0; 
}

.volantino_banner DIV.item A.info:hover {
	cursor:hand;
}

.volantino_banner DIV.item A.info H4	{
	font-weight: normal;  
	background: transparent;
}
.volantino_banner  DIV.item.s A.info H4 { 
	font-size: 13px; 
	line-height: 18px; 
	color:#555555; 
	max-height: 36px;
}

.volantino_banner  DIV.item.s A.info {
	display:block; 
	height:65px; 
	box-sizing:border-box;
	padding:0; 
}

/* block-with-text */
.block-with-text {
  display: block;
  display: -webkit-box;  
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 0;
}
@-moz-document url-prefix() {
  .block-with-text {
    overflow: hidden;
    position: relative;
  }  
}

DIV#volantino DIV.item A.info H4.block-with-text {
	-webkit-line-clamp: 3;
}


.volantino_banner .item_next {
	position: absolute;
	top: 0;
	right: 0;
	width: 60px;
	height: 90px;
	cursor: pointer;
	background: transparent url(/img/banner_980x250_next.png) no-repeat center top 40px;
}

.volantino_banner .item_next:hover {
	background: transparent url(/img/banner_980x250_next_h.png) no-repeat center top 40px;
}