#avisoCookies {
    opacity: 0 !important;
}

.mostrarAvisoCookie #rodape{
    margin-bottom: 15px !important;    
}

#rodape{
    margin-bottom: 0px !important;
}

.full.menu .conteiner .nivel-um{
    justify-content: space-evenly !important;
}

#rodape>div:last-child .conteiner>div:last-child {
    display: inherit !important;
}

.produto .acoes-flutuante{
    display: none !important;
}

.full.menu .conteiner .nivel-um>li>a>.titulo{
    font-size: 12px !important;
}





 
.produto div.principal .acoes-produto .comprar .botao-comprar {
    height: 70px;
    line-height: 70px;
    text-shadow: none;
    border: none;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 26px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 5px;
    color: #ffffff;
    background: #000000;
    padding: 0 10px;
    width: auto;
    flex: auto;
    margin-bottom: 20px
}

#listagemProdutos.listagem .listagem-item .acoes-produto .botao-comprar, .listagem.aproveite-tambem .listagem-item .acoes-produto .botao-comprar {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase!important;
    border: 0;
    border-radius: 5px;
    background: #000000;
    display: block;
    text-align: center;
    padding: 0;
    width: auto;
    flex: auto;
    height: 42px;
    line-height: 42px;
    margin-bottom: 10px;
}
