:root {
    --cor_primaria: #52351C;
    --cor_secundaria: #6C4525;
    --cor_botao: #52351C;
    --cor_botao_hover: #52351C;
    --cor_texto_botao: #ffffff;
    --cor_texto_botao_hover: #ffffff;
    --cor_botao_comprar: #53CE5D;
    --pre_cabecalho: #9F6737;
    --cor_texto_pre_cabecalho: #ffffff;
    --cor_cabecalho: #ffffff;
    --cor_icones: #A3682F;
    --cor_icones_hover: #52351C;
    --cor_texto_icones: #A3682F;
    --cor_menu: #ffffff;
    --cor_texto_menu: #A3682F;
    --cor_newsletter: #6C4525;
    --cor_texto_newsletter: #ffffff;
    --cor_footer: #ffffff;
    --cor_texto_footer: #52351C;
    --texto_global: #A3682F;
    --texto_background: #ffffff;
    --cor_tag_frete_gratis: #ffffff;
}


.preco-promocional{
  font-size: 2rem;
}

.sobre-loja-rodape p{
  color: var(--cor_texto_footer) !important;
  opacity: 0.6 !important;
}

.section-newsletter-home{
  padding: 50px 0px;
}


.busca-mobile .busca input{
  border: 1px solid #9f67378a;
}

#avisoCookies{
  display: none;
}

.mostrarAvisoCookie #rodape{
  margin-bottom: 0px !important;
}


.listagem .listagem-item .nome-produto {
 font-weight: 450 !important;
  font-size: 20px !important;
}


#corpo button:hover{
  background-color: var(--cor_botao_hover) !important;
  color: var(--cor_texto_botao) !important;
}


.botao.secundario{
  background-color: var(--cor_botao) !important;
  color: var(--cor_texto_botao) !important;
}






#descricao *{
  font-family: "Montserrat", sans-serif;
  background-color:#eeeeee !important;
}


#modalContato .span6:nth-child(2){
    display:none;
}
#modalContato .span6:nth-child(1) {
    width: 100%;
}
#modalContato textarea {
    height: 80px;
    width: 76.5%;
}
.rodape-endereco {
    display: none;
}
.assinatura-rodape .span9.span12

@media screen and (max-width: 1024px)
{
 #rodape .pagamento-selos .pagamento>span, #rodape .pagamento-selos .selos>span, .pagamento-selos .row-fluid .pagamento{
  color: var(--texto_global) !important;
  }
  
  .slides-items-category .item img{
      object-fit: contain !important;
  }

}




