:root {
    --cor_primaria: #012877;
    --cor_botao_comprar: #5bbf5f;
    --pre_cabecalho: #13a438;
    --cor_cabecalho: #ffffff;
    --cor_texto_pre_cabecalho: #ffffff;
    --cor_icones: #012877;
    --cor_icones_hover: #13a438;
    --cor_texto_icones: #012877;
    --cor_menu: #ffffff;
    --cor_texto_menu: #ffffff;
    --cor_newsletter: #012877;
    --cor_texto_newsletter: #ffffff;
    --cor_footer: #ffffff;
    --cor_texto_footer: #000000;
    --texto_global: #000000;
    --texto_background: #ffffff;
    --cor_tag_frete_gratis: #13a438;
    --cor_secundaria: #012877;
    --cor_botao: #012877;
    --cor_botao_hover: #012877;
    --cor_texto_botao: #ffffff;
    --cor_texto_botao_hover: #ffffff;
}

.menu.superior {
    background: #ffe001;
}

.menu.superior .nivel-um>li>a>strong {
    color: #012877;
}

@media screen and (min-width: 769px) {
    #cabecalho>.conteiner:before {
        content: "";
        width: 300vw;
        height: 100%;
        position: absolute;
        top: 0;
        left: -100%;
        background: #ffe001;
        z-index: 2;
        border-bottom: 0;
    }
}

::after {
display: none
}

.carrinho.vazio>a span {
    display: none !important;
    
.carrinho.carrinho-manipula.vazio {
    width: 30px !important;
    height: 40px !important;
}

.carrinho.carrinho-manipula.vazio {
    display: flex;
    height: 40px !important;
    flex-wrap: wrap;
    flex-direction: column-reverse;
    justify-content: flex-end;
}

.my_account {
    position: relative;
    display: flex;
    float: left;
    left: 0;
    align-items: center;
    text-align: left;
    border-radius: 50px;
    letter-spacing: .09px;
    width: 140px;
    margin: 0 10px;
    height: 40px;
    left: 130px !important;
    padding: 20px 0 !important;
    line-height: 15px;
    top: -70px;
    cursor: pointer;
}

.carrinho {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center!important;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center!important;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    top: -60px;
    left: -160px;
    border: 0;
    position: relative;
    height: 44px;
    float: right;
    line-height: 42px;
    padding: 0 10px!important;
    width: 50px;
    border-radius: 8px;
}