:root {
--cor3: #696969;
--cor4: #000000;
}

body, body.tema-claro, body.tema-escuro {
    color: #000000;
    font-size: 14px !important;
}

#cabecalho>.conteiner .main-header .conteudo-topo .actions-menu>* .carrinho>a>i, #cabecalho>.conteiner .main-header .conteudo-topo .actions-menu>*>a>i, #cabecalho>.conteiner .main-header .conteudo-topo .actions-menu>.busca>i {
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    z-index: 1;
    border-radius: 100%;
    color: #fff;
    font-size: 25px;
    background: rgb(241 0 0);
}
#cabecalho>.conteiner .main-header .conteudo-topo .actions-menu>* .carrinho>a, #cabecalho>.conteiner .main-header .conteudo-topo .actions-menu>*>a, #cabecalho>.conteiner .main-header .conteudo-topo .actions-menu>.busca {
    display: grid;
    grid-template-columns: 48px auto;
    align-items: center;
    color: #fff;
    font-size: 14px;
    line-height: 1.25;
}
.span12.banner.tarja {
    padding-top: 0.7em;
    padding-bottom: 0.7em;
    background-color: #eee;
}
.spanNone.banner.tarja {
    padding-top: 0.7em;
    padding-bottom: 0.7em;
    background-color: #eee;
}
.listagem .listagem-item .nome-produto {
    text-transform: uppercase;
    line-height: 1.2em;
}
.menu.superior {
    background-color: #222;
}
.abas-custom .tab-content {
    box-shadow: none;
}
@media screen and (max-width: 767px) {
    #menuinsta {
        margin: 10px 0 10px;
        display: none;
    }
}
