@media screen and (max-width: 1199px) {
    .container {
		padding: 0 2%;
		width: 96%;
	}
	.menu {
		display: none;
	}
	.menu-icones {
	    flex: 1;
	    text-align: right;
	}

	.menu-lateral-barra ul li.link-produtos:hover ul.link-produtos-bloco{
		display: none;
	}
	
	.produto-item {
		width: calc(33% - 30px);
	}
	.produto-item-images {
	    max-height: inherit;
	}
	.blocos-filtro {
	    padding: 15px;
	    width: calc(95% - 40px);
	}
	@media screen and (max-width: 846px) {
		.item-novidade span {
		    font-size: 13px;
		}
	}
	#banner-parallax {
		background-position: center;
	}
	footer {
    	display: table;
	    padding: 20px 2%;
	    width: 96%;
	}
	.rodape-coluna {
	    border-left: 10px solid #f1f5f4;
	    border-right: 10px solid #f1f5f4;
	    display: table-cell;
	    padding: 0 10px;
	}
	@media screen and (max-width: 991px) {
		.rodape-coluna {
			display: table-header-group;
		    margin: 0 10px;
		    width: calc(98% - 40px);
		}
		.rodape-logo, .rodape-coluna.contato span:first-child {
		    margin-top: 20px;
		}
		.rodape-social {
		    margin: 40px 0 20px;
		}
		.rodape-coluna.newsletter span {
		    margin: 20px 0 30px;
		}
		.rodape-coluna input[type="submit"], .cartoes-aceitos {
    		margin-bottom: 20px;
    	}
    	/*Carrinho*/
    	.carrinho-bloco table tr td {
		    padding: 0.75rem 0;
		}
		.carrinho-bloco table tr td.td-total {
		    display: none;
		}
		.carrinho-bloco table tr td.td-produto {
		    width: 200px;
		}
	}
	/* Cadastro */
	.cadastro-linha.linha-4-colunas .cadastro-input.campo-numero {
	    width: 27%;
	}
	.cadastro-linha.linha-4-colunas .cadastro-input:first-child {
	    width: 18%;
	}
	/*Checkout*/
	.checkout-colunas {
	    margin: 0;
	    width: 100%;
	}
	.checkout-coluna {
	    width: calc(100% - 32px);
	}
	/*Minha Conta*/
	.painel-cliente {
	    margin-left: 1%;
	}
	/*Meus Pedidos*/
	.painel-cliente-planilha table tbody td {
	    font-size: 14px;
	}
	.painel-cliente-planilha table tbody td .status {
	    display: inline-block;
	    padding: 0;
	    text-align: center;
	}
	/*Meus Cartões*/
	.painel-cliente-imagem {
	    margin-right: 0;
	}
	/*Login*/
	.login-inputs input[type="submit"], .login-inputs-links a {
	    padding: 11px 15px;
	}
	/*Detalhes dos Produto*/
	.detalhes-produto-slide {
	    width: 50%;
	}
	.detalhes-produto-imagem, .detalhes-produto-imagem.owl-carousel.owl-theme, div#slideThumb {
	    width: 100%;
	}
	/*Quem Somos*/
	.quem-somos-texto p:nth-of-type(3) {
	    margin-bottom: 0;
	}
   
}
@media screen and (max-width: 768px) {
    .quem-somos-imagem-lateral {
        max-width: 300px;
        object-fit: center;
    }
    .quem-somos-imagem-lateral img{
        height: auto;
        max-width: 300px;
    }
    .quem-somos-video video{
        width: 180% ;
    }
}