@charset "iso-8859-1";
/* CSS Document */



.box_valores
{
	position:relative;
	float:left;
	width:92%;
	padding:4%;
	margin:0;
	border-radius:3px;
	background-color:#FFF;
	border:1px solid #DDD;
	text-align:left;
}



.box_valores .nome_produto
{
	position:relative;
	float:left;
	width:100%;	
	margin:0 0 10px 0;
	font-size:16px;
	color:#333;
}

.box_valores .valor_antigo
{
	position:relative;
	float:left;
	width:100%;	
	margin:0 0 6px 0;
	font-size:14px;
	color:#999;
}

.box_valores .valor
{
	position:relative;
	float:left;
	width:100%;	
	margin:0 0 10px 0;
	font-size:20px;
	color:#333;
}






.box_mais_produtos
{
	position:relative;
	float:left;
	width:90%;
	margin:10px 2%;
	padding:8px 2%;
	border-radius:3px;
	border:1px solid #DDD;
	border-bottom:2px solid #B10406;
	background-color:#FFF;
	transition: all ease 0.2s;
}

	.box_mais_produtos:hover
	{
		cursor:pointer;
		border-top:2px solid #B10406;
		transform:translateX(3px);
	}





/*TELAS PEQUENAS (MENORES QUE 1000px, para o qual o site está perfeitamente configurado)*/
@media screen and (max-width: 999px){
 



}
/*---------------------------------------------------------------------------------*/












/*Smartphones e tablets*/
@media screen and (max-width: 768px),
only screen
and (min-device-width : 320px)
and (max-device-width : 768px)
{
	


}






/*Smartphones e tablets*/
@media screen and (max-width: 480px),
only screen
and (min-device-width : 320px)
and (max-device-width : 480px)
{
	

}
/*---------------------------------------------------------------------------------*/


.clear{clear:both;}


