.barra-inicial{
    background-color: #462548!important;
    color: #fff!important;
}

#cabecalho{
    color: #462548!important;
}

#cabecalho .conteudo-topo #form-buscar *:not(.botao-busca){
    color: #462548!important;
}

/* Formulario de busca do topo */
#form-buscar button{
    background: #462548!important;
    color: #ecce88!important;
    border: 1px solid #462548!important;
}

#form-buscar button:hover{
    background: #ecce88!important;
    color: #462548!important;
}

#cabecalho .carrinho .icon-shopping-cart{
    background: #462548!important;
    color: #ecce88!important;
    border: 1px solid #462548!important;
}
/* Formulario de busca do topo */

.menu.superior{
    background-color: #ecce88!important;
    height: 111px!important;
    display: flex!important;
    align-items: center!important;
    justify-content: center!important;
    width: 100vw!important;
    position: absolute!important;
    left: 0!important;
    top: 171px!important;
}

/* Ajustando o menu superior no mobile */
@media(max-width: 768px){
    .menu.superior{
        background-color: #fff!important;
        height: auto!important;
        margin-top: 50px!important;
    }
}
/* Ajustando o menu superior no mobile */

.menu.superior .nivel-um>li{
    border: none!important;
}

.menu.superior .titulo {
    color: #462548!important;
}

.menu-superior .borda-principal{
     border-color: #462548!important;
}

/* Itens dos produtos */
#listagemProdutos{
    font-size: 18px;
    /*margin-top: 137px!important;*/
}

#corpo{
    margin-top: 137px!important;
}

#listagemProdutos .acoes-produto-responsiva.visible-phone{
    display: none!important;
}

#listagemProdutos .visible-phone{
    display: block!important;
}

#listagemProdutos .hidden-phone{
    position: static!important;
    opacity: 1!important;
    transition: none!important;
}

#listagemProdutos .hidden-phone a{
    border-radius: 16px!important;
    color: #fff!important;
    font-weight: 800!important;
    background: linear-gradient(90deg, #0084ed 0%, #0084ed 35%, #00bbfe 100%);
    cursor: pointer;
}

.botao.principal.botao-comprar, .botao.principal.grande, .acoes-produto-responsiva .tag-comprar{
    background: linear-gradient(90deg, #0084ed 0%, #0084ed 35%, #00bbfe 100%)!important;
}

#listagemProdutos .hidden-phone a:hover{
    border: 1px solid #0084ed!important;
}

#listagemProdutos .info-produto{
    display: flex!important;
    flex-direction: column!important;
    align-items: center!important;
    justify-content: center!important;
}

#listagemProdutos .acoes-produto{
    margin: 0 auto!important;
}

#listagemProdutos .nome-produto,
.produto .nome-produto,
.codigo-produto{
    color: #6b6f70!important;
    font-weight: 400!important;
    font-size: 17px!important;
}

#listagemProdutos .acoes-produto .preco-produto{
    display: flex!important;
    flex-direction: column-reverse!important;
    align-items: center!important;
    justify-content: center!important;
}

#listagemProdutos .acoes-produto .preco-promocional{
    font-weight: 800!important;
    color: #0087d9;
}
/* Itens dos produtos */

/* Botões do cabeçalho */
#cabecalho .conteudo-topo .acoes-conta i{
    background-color: #462548!important;
    color: #ecce88!important;
    border: 1px solid #462548!important;
}

#cabecalho .conteudo-topo .acoes-conta a{
    color: #462548!important;
}
/* Botões do cabeçalho */

/* Página single do produto */
.parcelas-produto .accordion .accordion-group .accordion-body .accordion-inner ul li span{
    color: #555b62!important;
}

#formCalcularCep button{
    background: #462548!important;
    color: #ecce88!important;
    border: 1px solid #462548!important;
}

#formCalcularCep button:hover{
    background: #ecce88!important;
    color: #462548!important;
}

#formCalcularCep button:hover i{
    color: #462548!important;
}

.lista-favoritos.fundo-principal i{
    color: #ecce88!important;
}

.lista-favoritos.fundo-principal{
    background: #462548!important;
    color: #ecce88!important;
    border: 1px solid #462548!important;
}

.lista-favoritos.fundo-principal:hover{
    background: #ecce88!important;
    color: #462548!important;
}
/* Página single do produto */

/* Barra topo */
#barraTopo{
    color: #555!important;
}

#barraTopo .carrinho>a i{
    background: #462548!important;
    color: #ecce88!important;
    border: 1px solid #462548!important;
}

#barraTopo{
    color: #462548!important;
}

/* Mobile */
#cabecalho .atalhos-mobile{
    background: #462548!important;
    color: #ecce88!important;
}
/* Barra superior */


/* Barra superior */
#cabecalho .atalhos-mobile{
    background: #ecce88!important;
}

#cabecalho .atalhos-mobile .icon-home::before{
    color: #462548!important;
}

#cabecalho .atalhos-mobile li.fundo-principal,
#cabecalho .atalhos-mobile li.fundo-principal + li{
    background-color: #462548!important;
    color: #ecce88!important;
}

#cabecalho .atalhos-mobile li.fundo-principal:hover,
#cabecalho .atalhos-mobile li.fundo-principal + li:hover{
    background-color: #ecce88!important;
    color: #462548!important;
}
/* Barra superior */
/* Mobile */

/* Botão principal */
.caixa-destaque .botao.principal,
.busca-mobile .botao.principal{
    background-color: #462548!important;
    color: #ecce88!important;
    border: 1px solid #462548!important;
}

.caixa-destaque .botao.principal:hover,
.busca-mobile .botao.principal:hover{
    background-color: #ecce88!important;
    color: #462548!important;
}
/* Botão principal */

#rodape .institucional *{
    color: #555!important;
}