#rodape .institucional {
    background: #f7f7f7;
    padding-top: 20px;
    padding-bottom: 20px;
}

#rodape .institucional, #rodape .pagamento-selos {
    background: #f7f7f7;
    border-top: 1px solid #d9d5d5;
}

/* cor de fundo da newsletter */
section.section-newsletter-home
 {
    background: #0A225B;
}

/* esconder seçao de marcas */
.marcas.hidden-phone {
    display: none;
}

/* cor da borda do card de avaliaçoes */
@media (min-width: 769px) {
    #avaliacoes ul.slides li.box-rating-item {
        background: #fff;
        margin-right: 8px;
        border-radius: 6px;
        padding: 10px;
        margin: 2.6px;
        width: 624px !important;
        display: flex;
        border-bottom: 4px solid #0A225B !important;
        align-content: center;
        border: 1px solid #e8e8e8;
        box-shadow: 0 2px 2px #0000000a;
    }
}


/* Este é um comentário no CSS */
@media (min-width: 769px) {
    #avaliacoes .linkProduto {
        color: #797242;

    }
}

@media (min-width: 769px) {
    #avaliacoes h4:before {
        color: #797242;
    }
}

/* cor de fundo do botao de compra dos produtos */
.listagem-item .acoes-produto .botao.principal {
    background: #0A225B;

}

/* cor de fundo da tarja do cabeçalho */
.top-header {
    background: #0A225B;
}


/* cor dos titulos do rodape */
#rodape .titulo {
    position: relative;
    border: 0;
    margin: 0;
    font-weight: 700;
    font-size: 1rem;
    text-transform: uppercase;
    color: #0A225B;
    letter-spacing: -.1px;
}

#operation strong {
    color: #0A225B;
    font-weight: 700;
    font-size: 1rem;
    text-transform: uppercase;
    margin-bottom: 5px !important;
}

/* cor de fundo do icone de voltar ao topo */
a#return-to-top {
    text-transform: uppercase;
    bottom: 80px;
    left: 10px;
    background: #0A225B;
    width: 40px;
    height: 40px;
    padding: 4px;
    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: 50px;
    font-size: 14px;
    text-align: center;
    color: var(--cor_texto_botao);
}

/* cor dos icones do cabeçalho */
.menu-wrapper svg {
    fill: #9d913d;
}


/* cor da bolinha do carrinho */
.carrinho .qtd-carrinho {
    font-size: 18px;
    width: 24px;
    height: 24px;
    margin: 6px !important;
    line-height: 24.6px;
    background: var(--cor_botao);
    left: -4px;
    top: -16px;
    position: absolute;
    text-align: center;
    font-weight: 700;
    border-radius: 50px;
    color: var(--cor_texto_botao);
}


/* cor da tarja de categoria na pagina do produto */
.breadcrumbs ul li:last-child a {
    font-weight: 600;
    font-size: 12px;
    background: #797242;
    color: var(--cor_texto_botao);
}

/* cor do botao de frete na pagina do produto */
.cep .input-append.input-prepend button {
    background: #0A225B;
    border: 0;
    border-radius: 6px !important;
    -webkit-box-shadow: none;
    box-shadow: none;
    top: 0;
    text-transform: uppercase;
    text-shadow: none;
    position: relative;
    padding: 16.4px 18px;
    font-weight: 700;
    font-size: 14px;
    color: var(--cor_texto_botao);
    margin-left: 10px !important;
    transition: all .3s ease-in-out;
}


