span.titulo.cor-secundaria.vazio-text {
    display: none!important;
}

:root {
    --cor_primaria: #E09146;
    --cor_secundaria: #E09146;
    --cor_botao: #415017;
    --cor_botao_hover: #415017;
    --cor_texto_botao: #fff;
    --cor_texto_botao_hover: #fff;
    --cor_botao_comprar: #415017;
    --pre_cabecalho: #E09146;
    --cor_texto_pre_cabecalho: #fff;
    --cor_cabecalho: #000000;
    --cor_icones: #E09146;
    --cor_icones_hover: #E09146;
    --cor_texto_icones: #E09146;
    --cor_menu: #fff;
    --cor_texto_menu: #000000;
    --cor_newsletter: #E09146;
    --cor_texto_newsletter: #fff;
    --cor_footer: #ffffff;
    --cor_texto_footer: #000000;
    --texto_global: #000000;
    --cor_clara: #fff;
    --cor_escura: #000000;
    --texto_background: #ffffff;
    --texto_bg_escuro: #000000;
    --texto_bg_claro: #E09146;
}

#avaliacoes .linkProduto {
    display: none !important;
}

.menu .nivel-dois li>a {
    font-weight: bold !important;
    color: #000000 !important
}

#instagram-feed {
	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;
}

/*Retira o botão botão topo*/
#return-to-top {
display: none !important;
}

#flutuante-produto {
display: none !important;
}

a.botao.btn-pay-wp-prod {
color: #ffffff !important;
background: #415017 !important;
}