/* Scheda prodotto */
.opzione-immagine {
    width: 30px;
    height: auto;
    display: inline-block;
    border-radius: 20px;
	padding: 3px;
}
.check {
    border: 2px solid #004b91;
}
input[type=radio]:checked + label>img {
  	border: 2px solid #004b91;
}
input[type=radio] + label>span {
	display: inline-block;
	padding: 8px;
	border:1px solid #004b91;
	border-radius: 5px;
	background-color: #f9f9f9;
}
input[type=radio]:checked + label>span {
  	background-color: #004b91;
	color: #fff;
	border-radius: 5px;
}
.breadcrumb {
    padding: 0;
    background-color: transparent;
	font-size: 80%;
	color:#0e3f6a; 
}
.product-title h1 {
	font-size: 20px;
	font-family: 'Ubuntu', sans-serif;
	color:#0e3f6a;
}
.product-title {
	border-bottom: 3px solid #0e3f6a;
	padding-left: 0;
    margin-bottom: 20px;
}
#slider-thumbs {
	padding-right: 0;
}
.immagini-prodotto .carousel,
#slider-thumbs img {
    border: 1px solid #b3b3b3;
}
#slider-thumbs img {
	opacity:0.5;
}
#slider-thumbs .selected img {
	opacity:1;
}
.carousel-control.right,
.carousel-control.left {
	background: none;
}
.carousel-control img {
    margin-top: 250px;
}
.thumbnail {
    border-radius: 0px;
}
.dettagli-prodotto h3,
.dettagli-prodotto h4 {
	font-family: 'Ubuntu', sans-serif;
}
.dettagli-prodotto h3 {
	text-transform: uppercase;
}
/*
.dettagli-prodotto h3 span {
	font-size: 18px;
	color: #fff;
	background-color: #0e3f6a;
	padding: 3px;
}
*/
.dettagli-prodotto h3 span {
	font-size: 18px;
	color: #0e3f6a;
	padding: 3px;
}
.dettagli-prodotto h3 {
	margin-bottom: 20px;
}
.dettagli-prodotto h4 {
	font-size: 16px;
	margin-top: 30px;
	margin-bottom: 3px;
}
.prezzo-prodotto {
    padding: 10px 0;
	margin-bottom: 0;
}
.prezzo-prodotto h4 {
	color: #0e3f6a;
	font-size: 18px;
	font-weight: bold;
    margin: 0;
}
.prezzo-prodotto h4 span.scontato {
	font-size: 14px;
	text-decoration: line-through;
}
.prezzo-prodotto h4 span.risparmio {
	font-size: 14px;
	color: #f7931e;
}
.add-to-cart {
    background-image: none;
    background-color: #f7931e;
    width: 100%;
    padding: 10px 0;
    border-radius: 3px;
    border: none;
    color: #fff;
    text-shadow: none;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 16px;
}
.add-to-cart img {
    max-width: 24px;
    margin-right: 10px;
}
.info-spedizione {
	margin-bottom: 20px;
}
.info-spedizione h5 {
    /*font-style: italic;*/
    color: #0e3f6a;
    margin: 5px 0;
}
.info-spedizione h5 strong {
    color: #457C43;
}
.info-spedizione h6 {
    padding: 10px 0;
    font-size: 14px;
}
.info-spedizione h6 span {
    color: #457C43;
	font-weight: bold;
}
.numero-verde {
    padding: 20px;
    /*background-color: #f2f2f2;*/
}
.opzioni-prodotto h5 {
	font-family: 'Ubuntu', sans-serif;
}
.blocco-carrello {
    border: 1px solid #b3b3b3;
	border-radius: 5px;
	padding: 2px 10px;
}
.blocco-carrello p {
	margin: 0;
}
.blocco-carrello .prezzo-finale {
	font-size: 17px;
	color: #b22900;
}
.blocco-carrello .risparmio {
	font-size: 13px;
	color: #b22900;
}

/* MEDIA QUERIES */ 

/* Schermi grandi */
@media only screen and (max-width : 1200px) {
	.add-to-cart {
		font-size: 15px;
	}
	.add-to-cart img {
    	max-width: 20px;
   		margin-right: 8px;
	}
}

/* Schermi piccoli */
@media only screen and (max-width : 992px) {
	#slider-thumbs {
    	margin-top: 20px;
	}
	.list-inline li {
    max-width: 32%;
	}
}

/* Sistemazione area add to cart su tablet */
@media only screen and (min-width : 500px) and (max-width : 992px) {
	.blocco-carrello {
		width: 50%;
		float: left;
	}
	.numero-verde {
		width: 48%;
		float: right;
	}
}

/* SMARTPHONES */
@media only screen and (max-width : 500px) {
	.numero-verde img {
		max-width: 70%;
		margin: 0 auto;
	}
}