﻿@charset "utf-8";
/* CSS Document */

.ticker {
	  height: 400px;
	margin: 0px;
	overflow: hidden;
	position: relative;
	float: left;
	width: 100%;
	height: 400px;
	display: inline-block;
	min-height: 320px;
	vertical-align: top;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background: white;
	margin-bottom:10px;
}


/*.ticker_box {
	height: 375px; 
	width: 250px;
	display:table; 
	vertical-align:top; 
}

.ticker_box img {
}*/


ul.ticker  li {
	list-style-image: none !important;
	list-style-type: none !important;
	border:none !important;
	padding: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background: white;

}

.ticker  h3 {
  font-size: 14px;
  color: #000000;
  text-align: center;
  font-weight: normal;
  margin-top: 20px;
  margin-bottom: 7px;
  width: 100%;
  overflow: hidden;
     line-height: 20px;
  max-height: 38px;
   height: 38px;
	
}

.ticker  .immagine_prodotto div img {
	margin-top:10px;
	}

.ticker .cbp-vm-price {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
position: relative;
float: left;
color: #006fa0;
font-size: 22px;
font-family: 'Roboto', sans-serif;
}


.ticker .cbp-vm-add {
margin-bottom:20px;
}


@media (max-width:800px) {
.ticker {
    width: 100%;
}

.ticker h3 {
    width: 100%;


}

}
