.acoes-produto.hidden-phone .botao-comprar {
    color: #fff !important;
}
.botao.principal {
    color: #fff;
}

.botao.principal.botao-comprar, .botao.principal.grande, .acoes-produto-responsiva .tag-comprar {
    background-color: #e11937;
}

#modalNewsletter .newsletter .botao {
    background-color: #e11937;
}

strong.preco-promocional.cor-principal {
    color: #e11937;
}

.preco-produto strong.titulo {
    color: #e11937;
}

span.fundo-principal.bandeira-promocao {
    background-color: #e11937;
}

#barraNewsletter.posicao-rodape .componente .newsletter-assinar {
    background: #e11937;
    color: #fff;
    border: 1px solid #fff;
}

.menu.superior {
    box-shadow: none;
}

.menu .nivel-dois, .menu .nivel-tres, .menu.lateral .nivel-um>li>a {
    background-color: #eee;
}

.menu .nivel-dois a {
    color: #000;
}

.menu.superior .nivel-um>li a strong {
    font-weight: 600;
}

/*newsletter*/
.modal-modalNewsletter.fancybox-opened .fancybox-skin {
    height: 440px !important;
}

/*rodapé*/
#rodape {
    display: none;
}

/*menu mobile*/
@media screen and (max-width: 767px) {
    #cabecalho .cab-nav {
        background-color: #e11937;
    }
    
    .menu.superior .nivel-um>li .titulo {
        color: var(--cor-texto_categorias);
    }
    
    .menu.superior .nivel-dois li a {
        color: #000;
    }
}

@media screen and (max-width: 425px) {
    .logo a img {
        top: 58px;
    }
}

/* botao topo */
.scrollToTop span {
    display: none;
}
.scrollToTop i {
    font-size: 3em;
    color: #000;
}
a.scrollToTop {
    border: none;
    box-shadow: none;
    background: transparent;
    bottom: 6.2rem;
}

/*feed instagram*/
.eapps-instagram-feed {
    display: none;
}

/*área CEP*/
.produto .cep ul {
    margin: 50px 0 0 0;
}

.cep .input-append.input-prepend input {
    border: 1px solid #ccc;
}

/*alterações no topo para a faixa de texto*/
.conteiner-principal {
    position: relative;
    top: 40px;
}

.maquee{
    display: none !important;
}