.www_estimation_livraison_box {
	padding: 0 10px 0 10px;
	text-align: center;
	font-size: 11px
}
	@media (max-width: 768px)
	{
		.www_estimation_livraison_box
		{
			padding: 0; /*  0 10px 0 10px; */
			font-size: 10px;
			display: block !important;
		}
	}

.www_estimation_livraison_box_just_in_product_page {
	padding: 0 0 0 0;
	text-align: left;
	font-size: 11px
}
	@media (max-width: 768px)
	{
		.www_estimation_livraison_box_just_in_product_page
		{
			font-size: 10px;
			display: block !important;
		}
	}

.www_estimation_livraison_message {
	padding: 5px;
	margin: 5px 0 5px 0;
	word-wrap: break-word; 
	border-radius: 0 0 4px 4px;
	box-shadow: 0 0 4px rgba(0, 0, 0, 0.27);
	text-align: center;
	background: none repeat scroll 0 0 #ffe6b3;
	font-size: 9px;
}
	@media (max-width: 768px)
	{
		.www_estimation_livraison_message
		{
			font-size: 9px;
			display: block !important;
		}
	}

.grafica_packdiscount_marius{
	text-shadow: none !important;
	text-align: center !important;
	font-size: 12px !important;
	font-weight: bold !important;
	color: #fff !important;
	padding: 2px 6px !important;
	border-color: #db8600 #d98305 #c86d26 #d98305 !important;
	background: #056fc1;
	background: -moz-linear-gradient(top, #056fc1 0%, #0182e7 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #056fc1), color-stop(100%, #0182e7));
	background: -webkit-linear-gradient(top, #056fc1 0%, #0182e7 100%);
	background: -o-linear-gradient(top, #056fc1 0%, #0182e7 100%);
	background: -ms-linear-gradient(top, #056fc1 0%, #0182e7 100%);
	background: linear-gradient(to bottom, #056fc1 0%, #0182e7 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#056fc1', endColorstr='#056fc1',GradientType=0 );
	border-radius: 4px;
	box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.27);
}