
.menu.superior a {
    color: #000000;
}
.acoes-produto.hidden-phone .botao-comprar {
    background: #008B37;
    border-radius: 10px;
    color: #ffffff !important;
    width: 78%;
}
.acoes-produto.hidden-phone .botao-comprar:hover {
    background: #00A441;
    border-radius: 10px;
    color: #ffffff !important;
}
.pagina-produto .produto .nome-produto {
    color: #000000;
}
.pagina-produto .acoes-produto > div.comprar > a.botao {
    width: 50%;
    border-radius: 10px;
    background: #00A441;
    opacity: initial;
}
.pagina-produto .acoes-produto > div.comprar > a.botao:hover {
    width: 50%;
    border-radius: 10px;
    background: #3FB322;
}
.preco-promocional.cor-principal {
    color:#1CA126;
    font-size: 30px;
    font-weight: 500;
}
@media screen and (max-width: 767px) {
    .acoes-produto-responsiva .tag-comprar {
        background: #008B37;
        border-radius: 10px; 
        border: none;
        width: 74%;
    }
}
@media screen and (max-width: 767px) {
    .acoes-produto-responsiva .tag-comprar span {
        color: #ffffff;
    }
}



.conteiner-principal .conteiner {
    box-shadow: none;
}

.span4.sobre-loja-rodape {
    color: #8e4176;
}

@media screen and (max-width: 767px) {
    div#menuinsta {
        display: none;
    }
}

@media screen and (max-width: 767px) {#cabecalho .conteiner {
    margin-top: -64px;
}    
}
.logo-rodape-boleto-Pagali {
    display: none;
}

.li-whatsapp a {
    position: fixed;
    bottom: 10px !important;
}