/*  HEADER  */
.menu.superior>.nivel-um>li>a>strong {
    font-weight: 400;
}

.conteudo-topo .busca.borda-alpha input#auto-complete {
    text-transform: uppercase;
}

#cabecalho .listagem-linha.group-products .not-products-offer {
    display: none !important;
}

#cabecalho .listagem-linha.group-products .not-products-offer:last-child {
    display: block !important;
}

#cabecalho .logo a img {
    max-width: 120px !important;
    max-height: 120px !important;
}

#cabecalho .atalhos-mobile.visible-phone.fundo-secundario.borda-principal+.conteiner {
    background: #FAFAFA;
}

/*  PARA AJUSTAR O WIDTH DOS ITEMS DO CARROSEL NA HOME  */
ul.carousel-content .owl-item li.span4 {
    width: 100% !important;
}

/*  AJUSTAR LARGURA DO BANNER PRINCIPAL */
.row-fluid.banner.cheio {
    max-width: 100%;
}

button.owl-prev, button.owl-next {
    background: #E9D7C3 !important;
    color: #9C8061 !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

button.owl-prev i, button.owl-next i {
    margin-left: -3px !important;
    margin-top: -2px !important;
}

.separator.fundo-principal {
    border-radius: 30px;
}

.buy-whatsapp-list__link {
    padding: .5rem;
    border-color: #9C8061;
    font-weight: 600;
}

.buy-whatsapp-list__link .whatsapp-ico {
    margin-right: .5rem;
}

.listagem-item .bandeira-promocao {
    background: #000;
}

div#categorias-alta .categorias-alta-item .categorias-alta-item-botao a {
    padding: .75rem 3rem;
}

#rodape .pagamento-selos .row-fluid {
    border-bottom: none !important;
}

#rodape .institucional,
#rodape .pagamento-selos {
    background: #FAFAFA !important;
}

#rodape .span4.sobre-loja-rodape img {
    max-width: 120px !important;
    max-height: 120px !important;
}

#rodape .institucional .lista-redes li {
    margin-right: .5rem;
}


#rodape .institucional .lista-redes li a {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #E9D7C3;
    border-radius: 50%;
    transition: .5s;
}

#rodape .institucional .lista-redes li a i {
    font-size: 20px !important;
    transition: .5s;
}

#rodape .institucional .lista-redes li a:hover {
    background: #9c8061;
}

#rodape .institucional .lista-redes li a:hover i {
    color: #FFF;
}

#rodape .span4.selos img {
    border: none;
    width: 120px;
}

#rodape .institucional .visible-phone ul li a i {
    color: #9c8061;
}

.pagina-produto .addthis_inline_share_toolbox ul li.hidden-phone a.lista-favoritos {
    background: #000;
}

.pagina-produto .parcelas-produto .accordion .accordion-group .accordion-heading b.text-parcelas.pull-right.cor-principal {
    color: #000;
}

.pagina-produto .span12>.abas-custom {
    background: transparent;
    padding: 0;
}

.pagina-produto .span12>.abas-custom .tab-content {
    background: #F6EEE6;
    padding: 40px;
    color: #000;
    line-height: 20px;
    font-size: 14px;
    font-weight: 400;
}

.pagina-pagina div#corpo .secao-principal .caixa-sombreada h1.titulo.cor-secundaria {
    color: #000;
}

.pagina-pagina div#corpo .secao-principal .caixa-sombreada div {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: #000;
}

.carrinho-interno .preco-produto strong.preco-promocional.cor-principal {
    white-space: nowrap;
}

.menu.superior>.nivel-um>li.categoria-id-offers>ul.nivel-dois .wrap_products {
    box-shadow: none;
}

.pagina-produto .produto-video p {
    font-weight: 400;
    color: #000;
}

#cabecalho .bandeira-promocao {
    white-space: pre-wrap;
}

@media only screen and (max-width: 767px) {
    .listagem .listagem-item .imagem-produto, .listagem .listagem-item .info-produto {
        width: 100%;
    }
    
    body.carrinho-checkout div#cabecalho {
        padding-top: 0 !important;
    }
}