.produto .acoes-produto .comprar span.cor-secundaria.disponibilidade-produto {
    display: block;
    width: 100%;
    margin: 15px 0 0 0;
    font-size: 14px;
}

.produto .acoes-produto .comprar {
    flex-wrap: wrap;
}



.produto .acoes-produto .comprar span.cor-secundaria.disponibilidade-produto span {
    text-align: left;
    color: #333;
}
.listagem .imagem-produto img {
    height: auto !IMPORTANT;
}
div#descricao * {
    background: none !IMPORTANT;
}

@media(min-width:767px){
    .produto .acoes-produto .comprar .qtde-adicionar-carrinho+a.botao.botao-comprar.principal.grande {
        width: 72%;
    }
    .box-header-full {
        position: relative;
        opacity: 1;
    }
    body.fixed-header-bar .menu.superior {
        opacity: 1;
        bottom: -52px;
        visibility: visible;
    }
    .menu-desktop-button {
        display: none;
    }
}
@media(max-width:767px){
    .produto .acoes-produto .comprar .qtde-adicionar-carrinho+a.botao.botao-comprar.principal.grande {
        width: 62%;
    }
}