:root{
    --cor_primaria: #003366;
    --cor_secundaria: #dc6702;
    --cor_botao: #dc6702;
    --cor_botao_hover: #003366;
    -cor_texto_botao: #ffffff;
    --cor_texto_botao_hover: #ffffff;
    --cor_botao_comprar: ;
    --pre_cabecalho: #0063c5;
    --cor_texto_pre_cabecalho: #81b8d7;
    --cor_cabecalho: #003366;
    --cor_icones: #0063c5;
    --cor_icones_hover: #81b8d7;
    --cor_texto_icones: #f9f2e9;
    --cor_menu: #81b8d7;
    --cor_texto_menu: #003366;
    --cor_newsletter: #dc6702;
    --cor_texto_newsletter: #ffffff;
    --cor_footer: #81b8d7;
    --cor_texto_footer: #003366;
    --texto_global: #696969;
    --texto_background: #003366;
    --cor_tag_frete_gratis: #6b6b6b;
}

#rodape .institucional, #rodape .pagamento-selos {
    background: 0 0;
    background-color: #81b9d8;
}


.titulo-categoria:before {
content: '';
z-index: 2;
width: 5%;
bottom: -16px !important;
left: 0;
margin: auto;
right: 0;
border-radius: 0 !important;
position: absolute;
background: #f99508 !important;
height: 3px !important;
}


.listagem-item .acoes-produto .botao.principal:hover {
    color: #ffffff;
    background: #f89406;
}


.listagem-item .acoes-produto .botao.principal {
    opacity: 1;
    background: #11b051;
    border-radius: 6px;
    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: 13px;
    color: #ffffff;
    letter-spacing: .2px;
    transition: all .2s ease-in-out;
}

.listagem .produtos-carrossel[data-produtos-linha="4"] .imagem-produto, .listagem .span3 .imagem-produto {
height: 350px;
}


#avaliacoes h4:before {
content: '\f086';
font-family: FontAwesome;
padding-right: 8px;
font-weight: 300 !important;
color: #fe9d34;
}

#avaliacoes h4 {
font-size: 32px;
padding-bottom: 20px;
letter-spacing: -1.2px;
text-transform: uppercase;
text-align: center;
font-weight: 700;
color: #fe9c2a;
}

#avaliacoes ul.slides li.box-rating-item {
background: #fe9e35;
margin-right: 8px;
border-radius: 6px;
padding: 10px;
margin: 2.6px;
width: 624px !important;
display: flex;
border-bottom: 4px solid #da6700 !important;
align-content: center;
border: 1px solid #da6700;
}

.box-rating-item i.fas.fa-star {
font-family: fontawesome;
font-style: initial;
color: #ffffff;
font-size: 14px;
margin-right: 2px;
}

#avaliacoes .name {
font-size: 16px;
padding-top: 6px;
color: #ffffff;
font-weight: 700;
}

#avaliacoes .customerCity {
font-size: 14px;
color: #ffffff;
font-weight: 500;
padding-bottom: 10px;
}

#avaliacoes blockquote p {
padding: 0;
margin: auto;
font-size: 16px;
font-weight: 400;
color: #ffffff;
}

#avaliacoes .linkProduto {
font-weight: 500;
float: right;
color: #ffffff;
text-decoration: underline;
}

.listagem .listagem-item:before {
    content: '';
    width: 100%;
    height: 1px;
    background: #f49b35;
    position: absolute;
    bottom: 4px;
    border-radius: 0;
}

.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: #11b051;
    border-radius: 5px;
    padding: 14px 65px;
    font-weight: 600;
    font-size: 20px;
    color: #fff;
    letter-spacing: -1px;
}

.carrinho>a span.titulo {
    display: none !important;
}

.pagina-carrinho .acao-editar .botao.principal.grande {
    background: #019648;
    border: 0;
    border-radius: 4px;
    text-shadow: none;
    padding: 15px 25px;
    font-weight: 700;
    font-size: 18px;
    color: #ffffff;
    letter-spacing: -.3px;
}

#flutuante-produto .produto-flutuante .acoes-produto .botao-comprar.principal.grande {
    line-height: 52px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: none;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: bold;
    background: none;
    display: inline-block;
    padding: 0px 45px;
    background: #5bbf5f;
}

.identificacao .control-group .submit-email.botao.principal {
    padding: 11px 15px;
    font-weight: 700;
    font-size: 18px;
    background: #5bbf5f;
    color: #fff;
    text-align: center;
    width: 20%;
    margin-right: -10px;
    letter-spacing: -.5px;
}