@media screen and (min-width: 1290px){
	.cPg,
	#mainMenu.fullMenu .links .menu,
	.fixedMenuSearch .searchBar .pesquisa,
	.fixedMenu .searchBar .pesquisa
	{
		width: 1270px;
	}
	#head .actions .areaUsuario .left{
		width: 800px;
	}
	#footer .menus .block {
		margin-right: 130px;
	}

	#pgCheckout .cPg { width: 990px !important; }


	#footer .top .pesquisa .input {
		width: 1200px;
	}
	
	.listaWidth { width: 1050px; }

	.listaWidth .listaProdutos > li { margin-right: 40px; }
	
	.listaWidth .listaProdutos > li:nth-child(4n) { margin-right: 0; }
	.listaWidth .listaProdutos > li:nth-child(4n+1) { clear: both; }
	.listaWidth .listaProdutos > li:nth-child(-n+4) {
		padding-top: 0;
		border: none;
	}
	.listaWidth .listaProdutos > li:last-child:before,
	.listaWidth .listaProdutos > li:nth-child(4n):before,
	.listaWidth .listaProdutos > li:nth-child(-n+4):before {
		display: none;
	}

	.listaFull .listaProdutos > li { margin-right: 30px; }
	.listaFull .listaProdutos > li:nth-child(5) { margin-right: 0; }
	.listaFull .listaProdutos > li:nth-child(6) { display: none; }

	#modContent .gallery .list li {
		margin-right: 50px;
	}
	#modContent .gallery .list li:nth-child(6n) { margin-right: 0; }
	#modContent .gallery .list li:nth-child(6n+1) { clear: both; }
	#modContent .gallery .list li:nth-child(-n+6) { margin-top: 0; }

	#instafeed .navContainer .nav.owl-next { right: 0; }
}


@media screen and (max-width: 1290px){
	#boxSocialMedia { display: none; }
	.listaWidth .listaProdutos > li { margin-right: 35px; }
	.listaWidth .listaProdutos > li:nth-child(3n) { margin-right: 0; }
	.listaWidth .listaProdutos > li:nth-child(3n+1) { clear: both; }
	
	.listaWidth .listaProdutos > li:nth-child(-n+3) {
		padding-top: 0;
		border: none;
	}
	.listaWidth .listaProdutos > li:last-child:before,
	.listaWidth .listaProdutos > li:nth-child(3n):before,
	.listaWidth .listaProdutos > li:nth-child(-n+3):before {
		display: none;
	}

	.listaFull .listaProdutos > li { margin-right: 14px; width: 230px; }
	.listaFull .listaProdutos > li:nth-child(4) { margin-right: 0; }
	.listaFull .listaProdutos > li:nth-child(5) { display: none; }

	#modContent .gallery .list li {
		margin-right: 28px;
	}
	#modContent .gallery .list li:nth-child(5n) { margin-right: 0; }
	#modContent .gallery .list li:nth-child(5n+1) { clear: both; }
	
	#modContent .gallery .list li:nth-child(1),
	#modContent .gallery .list li:nth-child(2),
	#modContent .gallery .list li:nth-child(3),
	#modContent .gallery .list li:nth-child(4),
	#modContent .gallery .list li:nth-child(5) { margin-top: 0; }

	#boxComprar .cPg {
		min-width: 960px;
		width: 98%;

	}
}



