
.menu.superior .all-menu ul.nivel-dois ul.nivel-dois {
        left: 200px !important;
}

.menu.superior .nivel-tres li a {
    line-height: 20px !important;
}
/* Badge do carrinho – MOBILE APENAS */
@media (max-width: 768px) {

    .cart-mobile {
        position: relative !important;
    }

    .badge-cart {
        position: absolute !important;
        top: 23px !important;   /* ajustado */
        left: 11px !important; /* ajustado */

        background: #fff !important;
        color: #f7941d !important;
        width: 18px !important;
        height: 18px !important;
        font-size: 10px !important;
        font-weight: 700 !important;
        border-radius: 50% !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        z-index: 9999 !important;
        box-shadow: 0 0 4px rgba(0,0,0,0.2);
    }
}

/* Ocultar no desktop */
@media (min-width: 769px) {
    .badge-cart {
        display: none !important;
        visibility: hidden !important;
    }
}

.breadcrumbs ul li a {
    background: #f8941e !important;
    color: #ffffff !important;
}

/* Aumentar e deixar bold os títulos das vitrines */
.titulo-categoria {
  font-size: 30px !important;
    font-weight: bold !important;
    text-align: center !important;
    margin: 30px 0 20px 0 !important;
    text-transform: uppercase;
}


span.titulo.cor-secundaria.vazio-text {
    display: none!important;
}

.produto .principal .botao.principal.grande {
        font-size: 18px !important;
}

:root {
    --cor_primaria: #f8941e;
    --cor_secundaria: #f8941e;
    --cor_botao: #f8941e;
    --cor_botao_hover: #f8941e;
    --cor_texto_botao: #fff;
    --cor_texto_botao_hover: #fff;
    --cor_botao_comprar: #266a34;
    --pre_cabecalho: #f8941e;
    --cor_texto_pre_cabecalho: #fff;
    --cor_cabecalho: #ffffff;
    --cor_icones: #f8941e;
    --cor_icones_hover: #f8941e;
    --cor_texto_icones: #f8941e;
    --cor_menu: #f8941e;
    --cor_texto_menu: #ffffff;
    --cor_newsletter: #f8941e;
    --cor_texto_newsletter: #fff;
    --cor_footer: #ffffff;
    --cor_texto_footer: #000000;
    --texto_global: #000000;
    --cor_clara: #fff;
    --cor_escura: #282e3c;
    --texto_background: #ffffff;
    --texto_bg_escuro: #282e3c;
    --texto_bg_claro: #282e3c;
}

.pagina-carrinho .acao-editar .botao.principal.grande {
    display: none !important;
}

.newConfig {
display: none !important;    
}

#rodape .pagamento-selos .pagamento, #rodape .pagamento-selos .selos {
display: none !important;
}

/*Retira o botão "Saiba mais" do Header*/
.top-header a::after{
	display: none !important;
}

/*Retira o botão "CUPOM" do Newslleter*/
.cupom-code{
	display: none !important;
}

#formRastrearObj {
display: none !important;
}

.minhaconta {
display: none !important;
}


.my_account>a {
display: none;
}

.my_account ul {
display: none;
}

.my_account {
display: none;
}

.my_account .user-icon {
display: none;
}

.meuspedidos {
display: none !important;
}

/*Retira o botão botão topo*/
#return-to-top {
display: none !important;
}

#flutuante-produto {
display: none !important;
}

@media only screen and (max-width: 767px) {
.user-mobile, .user-mobile a {
display: none !important;
}}

.container-conteudo-drop-help li:nth-child(3) p {
	display: none !important;
}

.full-banners:hover .slick-next.slick-arrow {
display: none !important;
}

.full-banners:hover .slick-prev.slick-arrow {
display: none !important;
}

.cep label {
display: none !important;
}

.produto .cep form#formCalcularCep {
display: none !important;
}

.parcelas-produto .accordion {
display: none !important;
}

#avaliacoes .linkProduto {
    display: none !important;
}