.pag.pagPromocoes{
	overflow:hidden;
	margin-bottom:50px;
}
.pag.pagPromocoes .produtos .item{
	float:left;
	width:calc(25% - 20px);
	margin:10px;
}


@media only screen and (max-width:890px){
	.pag.pagPromocoes .produtos .item{
		float:left;
		width:calc(33.33% - 20px);
		margin:10px;
	}
}

@media only screen and (max-width:600px){
	.pag.pagPromocoes .produtos .item{
		float:left;
		width:calc(50% - 20px);
		margin:10px;
	}
}