/* CABECALHO */
#cabecalho {
    background: #e4002b !important;
  }
  
  #cabecalho .full.menu {
    background: #e4002b !important;
  }
  
  #cabecalho .full.menu ul li a strong {
    color: #ffffff !important;
    transition: all 0.5s;
  }
  
  #cabecalho .full.menu ul li a strong:hover {
    color: #ffffff  !important;
  }
  
  #cabecalho .main-menu .main-menu-desktop .main-menu-with-icons .hidden-phone .justify-space-between {
     color: #12171c  !important;
  }
  
  /* MINI BANNER */
  .mini-banner {
  margin-bottom: 0;
  justify-content: center;
  display: flex;
  }
  
  .mini-banner .sem-banner {
  text-align: center;
  display: none !important;
  }
  
  .breadcrumbs {
  display: none;
  }
  
  .secao-principal .conteudo h1 {
  text-align: center;
  color: #d4b556;
  font-weight: bold;
  font-size: 30px;
  }
  /* PRODUTO SHADOW */
  .listagem-item .produto-sobrepor {
  box-shadow: 0 0 4px 1px #f2f2f2;
  }
  .breadcrumbs {
    display: none;
  }
  
  .secao-principal .conteudo h1 {
    text-align: center;
    color: #12171c;
    font-weight: bold;
    font-size: 30px;
  }
  /*COLOR PREÇO PRODUTO class="preco-produto destaque-preco com-promocao" */
  .preco-produto.destaque-preco.com-promocao {
    color: #e4002b !important;
  }
  .botao-comprar {
    background: #e4002b !important;
  } 
  .preco-promocional {
    color: #e4002b !important;
  }
  
  .tag-comprar.fundo-principal{
    background: #e4002b !important;
  } 
  
  .visible-phone {
    background: #e4002b !important;
  }
  
  /*COLOR BAR NEWS LETTER*/
  #barraNewsletter {
  background: #ffeff2 !important;
  }
  
  #barraNewsletter p {
  color: #e4002b !important;
  }
  
  #barraNewsletter button {
  background: #e4002b !important;
  border: 1px solid #FFFFFF  !important;
  }
  
  #rodape .institucional {
  background: #e4002b !important;
  }
  
  #rodape > div:nth-child(3) {
   color: #FFFFFF !important;
   background: #e4002b !important;
  }
  
  #btn-aceito-cookies {
  background: #a25b00 !important;
   border: 1px solid #FFFFFF  !important;
  }
  
  /*LINKS RODAPE*/
  #rodape .institucional ul li a:hover {
  color: #868686 !important;
  }
  
  #rodape .redes-sociais ul li a:hover {
  border-color: #868686 !important;
  }
  
  
  #rodape .lista-redes ul li:first-child{display:inherit!important}
  
  @media screen and (max-width: 500px){
  .float-contact {
     display: inherit !important;
      }
  }
  
  .footer-business-hour {
      display: none !important;
  }
  
