/*!
 * Start Bootstrap - Shop Homepage (http://startbootstrap.com/)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */

#menu_verticale_filtri_contenitore{
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width:100%;
	text-align:left;
	/*padding:6px;*/

	background-color:#FFFFFF;
	width:230px;
	/* OMBRA */
	/*-moz-box-shadow: 2px 2px 5px rgba(0,0,0,0.13);
	-webkit-box-shadow: 2px 2px 5px rgba(0,0,0,0.13);
	box-shadow: 2px 2px 2px rgba(0,0,0,0.13);*/
	/* RAGGIO */
	/*-moz-border-radius: 3px 3px 3px 3px;
	-webkit-border-radius: 3px 3px 3px 3px;
	border-radius: 3px 3px 3px 3px;*/

	margin:0 auto;
	margin-top: 30px;
	margin-bottom:30px;

	
}
#price_show{
	padding-bottom:8px;
}
input[type=checkbox]
{
  /* Double-sized Checkboxes */
  -ms-transform: scale(1); /* IE */
  -moz-transform: scale(1); /* FF */
  -webkit-transform: scale(1); /* Safari and Chrome */
  -o-transform: scale(1); /* Opera */
  padding: 0px;
  /*
  margin:0;
  */
  margin-right:5px;
}

/* Might want to wrap a span around your checkbox text */
.checkboxtext
{
  /* Checkbox text */
  font-size: 110%;
  display: inline;
}
#menu_verticale_filtri_titolo{
	/*background:linear-gradient(93deg, rgba(35,176,208,1) 0%, rgba(26,147,179,1) 18%, rgba(13,99,132,1) 100%);*/
	background-color: #252525;
	padding-left:9px;
	padding-top:16.5px;
	padding-bottom:16.5px;
	padding-right:9px;
	text-align: left;
	font-size: 18px;
	/*font-weight: 400;*/
	/* RAGGIO */
	/*-moz-border-radius: 3px 3px 3px 3px;
	-webkit-border-radius: 3px 3px 3px 3px;
	border-radius: 3px 3px 3px 3px;*/
	
	color:#FFFFFF;
	font-family: "Myriad Pro", Segoe UI, Lato;
}
#menu_verticale_filtri_contenuto{
	padding-left:20px;
	padding-right:20px;
	padding-bottom:20px;
}

.menu_verticale_filtro_nome{
	text-transform: none;
	font-size:15px;
	color:#000;
	font-weight:bold;
	text-align:left;
	margin-top:15px;
	margin-bottom:5px;
	border-bottom:1px dashed #CCCCCC;
	padding-bottom:5px;
}
#menu_verticale_filtro_avviso{
	background-color:#FFF;
	color:#000;
	text-transform:uppercase;
	font-size:17px;
	font-weight:bold;
	text-align:center; 
	padding:10px;
	border:5px dashed #96C03D;
	margin-top:30px;
	margin-bottom:40px;
}

.menu_verticale_filtro_elemento{
	color:#333;
	font-size:14px;
	line-height:15px;
}
.slide-image {
    width: 100%;
}

.carousel-holder {
    margin-bottom: 30px;
}

.carousel-control,
.item {
    border-radius: 4px;
}

.caption {
    height: 160px;
    overflow: hidden;
}

.caption h4 {
    white-space: nowrap;
}

.thumbnail img {
    width: 100%;
}

.ratings {
    padding-right: 10px;
    padding-left: 10px;
    color: #d17581;
}

.thumbnail {
    padding: 0;
}

.thumbnail .caption-full {
    padding: 9px;
    color: #333;
}

footer {
    margin: 50px 0;
}