@media (max-width: 769px) {
    .top-header a {
        font-size: 8px !important;
        font-weight: bold !important;
    }
}

span.titulo.cor-secundaria.vazio-text {
    display: none!important;
}

    #avaliacoes .linkProduto {
 display: none!important;
    }
    
    .newConfig {
     display: none!important;
    }
:root {
    --cor_primaria: #e3c34e;
    --cor_secundaria: #e3c34e;
    --cor_botao: #e3c34e;
    --cor_botao_hover: #e3c34e;
    --cor_texto_botao: #fff;
    --cor_texto_botao_hover: #fff;
    --cor_botao_comprar: #256030;
    --pre_cabecalho: #e3c34e;
    --cor_texto_pre_cabecalho: #fff;
    --cor_cabecalho: #000000;
    --cor_icones: #e3c34e;
    --cor_icones_hover: #e3c34e;
    --cor_texto_icones: #e3c34e;
    --cor_menu: #fff;
    --cor_texto_menu: #000000;
    --cor_newsletter: #e3c34e;
    --cor_texto_newsletter: #fff;
    --cor_footer: #f9f9f9;
    --cor_texto_footer: #282e3c;
    --texto_global: #282e3c;
    --cor_clara: #fff;
    --cor_escura: #282e3c;
    --texto_background: #ffffff;
    --texto_bg_escuro: #282e3c;
    --texto_bg_claro: #282e3c;
}

@media (max-width: 768px) {
    .pagina-inicial .instagram_username {
        font-size: 12px !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;
}

a.botao.btn-pay-wp-prod {
color: #ffffff !important;
background: #48b251 !important;
}


#flutuante-produto {
    display: none !important;
}