.box-product
{
border: 0px solid #c2c2c2;
padding: 10px;
border-radius: 5px;
}

.product-title
{
	border: 0px solid #c2c2c2;
	border-radius: 5px;
	padding: 10px;
	text-align: center;
	color: #428bca;
}

span.text-orange
{
	font-size: 2.5em;
}

.tab-content
{
	padding: 10px;
	height: 120px;
	overflow: auto;
	border: 1px solid #DDD;
	border-top: none;
}

#map-canvas { width: 100%; height: 400px; margin-bottom: 10px}

.zoom-left img { 
	width: 100%;
}

.zoom-wrapper_thumbnail img {
	height: 100%;
	width: auto;
	float: left;
}

.zoom-wrapper_thumbnail {						
	height: 60px;
	float: left;
	width: 100%;
	overflow: auto;
}

.manda_amico #printDiv{
	padding-top: 4px;
	text-align: center;
}

.manda_amico #sendEmailBtn{
	font-size: 90%;
	height: 34px;
	background-color: #31708F;
}

.manda_amico #shareBtnDiv{
	padding-top: 2px;
}

@media screen and (max-width: 768px) {
	.manda_amico #emailDiv{
		float: left;
	}
	
	.manda_amico #emailInput{
		width: 100%;
	}
	
	.manda_amico #sendEmailDiv{
		float: left;
	}
	   
   .manda_amico #shareBtnDiv{
		padding-top: 10px;
		float: right;
		width: 100%;
	}
	
	.manda_amico #shareBtnDiv{
		padding-left: 20%;
	}
}

@media screen and (max-width: 470px) {
	.manda_amico #printDiv{
		float: left;
		padding-left: 40%;
	}
	
	.manda_amico #emailDiv{
		float: left;
		width: 100%;
	}
	
	.manda_amico #sendEmailDiv{
		float: left;
		width: 100%;
		padding-top: 10px;
		padding-block-end: 10px;
	}
	
	.manda_amico #sendEmailBtn{
		width: 100%;
	}
	
	.manda_amico #shareBtnDiv{
		padding-left: 20%;
	}
}

@media screen and (min-width: 550px) and (max-width: 768px){
	.manda_amico #shareBtnDiv{
		padding-left: 30%;
	}
}

@media screen and (min-width: 470px) and (max-width: 550px){
	.manda_amico #shareBtnDiv{
		padding-left: 28%;
	}
}

@media screen and (min-width: 471px) and (max-width: 991px){
	.manda_amico #printDiv{
		padding-left: 46px;
	}
}

button.exclusive {
	font-weight: bold;
	text-align: center;
	width: 100%;
}

a.success {
	background: #449D44 none repeat scroll 0% 0%;
	color: #FFF;
	font-size: 13px;
	text-shadow: none;
	padding: 8px 20px;
	float: left;
	margin-top: 0px;
	font-weight: bold;
	transition: color 300ms ease-in-out 0s, background-color 300ms ease-in-out 0s, background-position 300ms ease-in-out 0s;
	margin-left: 0px;
	border: medium none;
	width: 100%;
	text-align: center;
}

.view-cart-btn-on-success {
	margin-top: 10px;
	display: none;
}