:root {
    --cor_primaria: #000000;
    --cor_secundaria: #ff0000;
    --cor_botao: #008829;
    --cor_botao_hover: #008015;
    --cor_texto_botao: #ffffff;
    --cor_texto_botao_hover: #ffffff;
    --cor_botao_comprar: #008829;
    --pre_cabecalho: #000000;
    --cor_texto_pre_cabecalho: #ffffff;
    --cor_cabecalho: #000000;
    --cor_icones: #ff0000;
    --cor_icones_hover: #ff4242;
    --cor_texto_icones: #ffffff;
    --cor_menu: #000000;
    --cor_texto_menu: #ffffff;
    --cor_newsletter: #ff0000;
    --cor_texto_newsletter: #ffffff;
    --cor_footer: #ffffff;
    --cor_texto_footer: #333333;
    --texto_global: #333333;
    --texto_background: #ffffff;
    --cor_tag_frete_gratis: #008829;
}


element.style {
}
    .my_account .login a {
    display: flex;
    background: #ff0000;
    color: var(--cor_texto_botao);
    padding: 12px 26px;
    text-decoration: none;
    font-weight: 600;
    transition: all .5s ease-in-out;
    margin-top: 10px;
    border-radius: 6px;
}
}

#rodape .titulo {
    position: relative;
    border: 0;
    margin: 0;
    font-weight: 700;
    font-size: 1rem;
    text-transform: uppercase;
    color: #ff0000;
    letter-spacing: -.1px;
}