@media(min-width:767px){
	#cabecalho .logo a {max-height: 125px;height: 200px;}
}
@media(max-width:767px){
    body #listagemProdutos.listagem .listagem-item:not(.produto-adicionado) .acoes-produto.hidden-phone {
        display: block !IMPORTANT;
        position: relative;
        top: 0;
        bottom: 0;
        width: 100%;
        float: left;
        box-sizing: border-box;
    }
    .listagem-item .prod-counter {
        display: block;
        max-width: 25%;
    }
    body #listagemProdutos.listagem .listagem-item:not(.produto-adicionado) .acoes-produto.hidden-phone {
        display: flex !IMPORTANT;
        justify-content: space-between;
    }
    body #listagemProdutos.listagem .listagem-item:not(.produto-adicionado) .acoes-produto.hidden-phone .botao.botao-comprar {
        max-width: 70%;
    }
    body #listagemProdutos.listagem .listagem-item:not(.produto-adicionado) .acoes-produto.hidden-phone:after {
        display: none;
    }
    body .banner.cheio {
        display: block !IMPORTANT;
    }
    
    .banner.cheio .flex-direction-nav li a {
        width: 25px;
        height: 35px;
        top: 58%;
    }
    .banner.cheio .flex-direction-nav li {
        top: 20%;
    }
    .banner.cheio .flex-direction-nav li a svg {
        width: 9px;
    }
    #cabecalho .logo a {max-height: 100px;height: 100px;}
}

