}:root {--cor_primaria: #ffffff;--cor_secundaria: #000000;--cor_botao: #000000;--cor_botao_hover: #000000;--cor_texto_botao: #ffffff;--cor_texto_botao_hover: #ffffff;--cor_botao_comprar: #ffbb00;--pre_cabecalho: #ffbb00;--cor_texto_pre_cabecalho: #2b2b2b;--cor_cabecalho: #000000;--cor_icones: #2b2b2b;--cor_icones_hover: #2b2b2b;--cor_texto_icones: #2b2b2b;--cor_menu: #2b2b2b;--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: #ffffff;}
a#return-to-top {
    text-transform: uppercase;
    bottom: 117px;
    right: 30px;
    background: #e8e8e8;
    width: 30px;
    height: 30px;
    display: none !important;
    padding: 2px;
    line-height: 20px;
    text-align: center;
    font-weight: 300!important;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    display: flex;
    text-decoration: none;
    border-radius: 4px;
    font-size: 14px;
    text-align: center;
    color: var(--txt-global);
}
.a#return-to-top {
    text-transform: uppercase;
    bottom: 117px;
    right: 30px;
    background: #e8e8e8;
    width: 30px;
    height: 30px;
    display: none !important;
    padding: 2px;
    line-height: 20px;
    text-align: center;
    font-weight: 300!important;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    display: flex;
    text-decoration: none;
    border-radius: 4px;
    font-size: 14px;
    text-align: center;
    color: var(--txt-global);
}
#a#return-to-top {
    text-transform: uppercase;
    bottom: 117px;
    right: 30px;
    background: #e8e8e8;
    width: 30px;
    height: 30px;
    display: none !important;
    padding: 2px;
    line-height: 20px;
    text-align: center;
    font-weight: 300!important;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    display: flex;
    text-decoration: none;
    border-radius: 4px;
    font-size: 14px;
    text-align: center;
    color: var(--txt-global);
}
.menu.superior .nivel-um {
    /* text-align: center; */
    max-width: 1300px;
    text-align: center;
    margin: auto;
}
.preco-produto strong.titulo {
    font-weight: 600;
    font-size: 24px;
    color: #0fb930;
    letter-spacing: -.5px;
    line-height: 19px;
}
.listagem-item .acoes-produto .botao.principal {
    opacity: .95;
    background: #fff;
    border-radius: 4px;
    border: 0;
    top: 0;
    overflow: hidden;
    text-shadow: none;
    display: flex;
    justify-content: center;
    min-width: 82px;
    height: 39px;
    line-height: 39px;
    text-transform: uppercase;
    font-weight: 600;
    position: relative;
    margin: 0 10px;
    right: -2px;
    font-size: 15px;
    border: 1px solid #0fb930;
    color: #0fb930;
    letter-spacing: .2px;
    transition: all .3s ease-in-out;
}
.listagem-item .acoes-produto .botao.principal:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    width: 25px;
    height: 25px;
    background: #0fb930;
    border-radius: 100%;
    z-index: 0;
    transition: all .2s ease-in-out;
    opacity: 0;
}
.produto .principal .acoes-produto .preco-produto .preco-promocional {
    font-weight: 600;
    font-size: 34px;
    color: #0fb930;
    letter-spacing: -1px;
    display: block;
}
.produto .principal .botao.principal.grande {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    width: 24%;
    text-transform: uppercase;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 28px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background: #0fb930;
    border-radius: 5px;
    padding: 14px 65px;
    font-weight: 600;
    font-size: 20px;
    color: #fff;
    letter-spacing: -1px;
}