.whats-button {
    display: none !important;
}

.produto .principal .botao.principal.grande {
    background: #6edb00;
    color: #242424;
}

.carrinho-interno>div .botao {
    background: #6edb00;
    color: #242424;
}

.pagina-carrinho .acao-editar a.botao {
    background: #717171;
    color: #ffffff;
}

.pagina-carrinho .acao-editar .botao.principal.grande {
    background: #6edb00;
    color: #000000;
}

.coluna div.componente.newsletter .interno {
   background: #000000;
 }
 
 .breadcrumbs ul li:last-child a {
    background: #bfbfbf;
}

.menu.superior {
    border-top: 0px solid #e6e6e638;
    border-bottom: 0px solid #e6e6e638;
    margin-top: 0;
}

:root {
    --cor_primaria: #242424;
    --cor_secundaria: #db0000;
    --cor_botao: #6edb00;
    --cor_botao_hover: #3c3c3c;
    --cor_texto_botao: #444444;
    --cor_texto_botao_hover: #6edb00;
    --cor_botao_comprar: ;
    --pre_cabecalho: #6edb00;
    --cor_texto_pre_cabecalho: #2b2b2b;
    --cor_cabecalho: #000000;
    --cor_icones: #6edb00;
    --cor_icones_hover: #ff0000;
    --cor_texto_icones: #ffffff;
    --cor_menu: #181818;
    --cor_texto_menu: #ffffff;
    --cor_newsletter: #222222;
    --cor_texto_newsletter: #ffffff;
    --cor_footer: #ffffff;
    --cor_texto_footer: #333333;
    --texto_global: #333333;
    --texto_background: #ffffff;
    --cor_tag_frete_gratis: #73ff00;
}