.barra-inicial.fundo-secundario {
background-image: url();
background: #ffffff; 
}

.produto .acoes-produto .preco-produto .texto-indisponivel { text-align: center; }
.produto .acoes-produto .preco-produto .texto-indisponivel:after {
content: ' - deixe uma mensagem e avisaremos quando disponível.'; }


.banner.cheio+.row-fluid {
    background: #000;
    padding-top: 20px;
        margin-top: 0;
}
/*CONFIGURAÇÃO WHATS COM IMAGEM*/
@media only screen and (min-width: 768px) {
  .whatsapp-chat .hide-mobile {
    display: none;
  }
}
 
@media only screen and (max-width: 767px) {
 
  .whatsapp-chat .hide-web {
    display: none;
  }
  .whatsapp-chat img {
    height: 50px !important;
    width: 50px !important;
  }
  .whatsapp-chat {
    position: fixed;
    bottom: 10px !important;
    right: 10px !important;
  }
}
 
.whatsapp-chat {
  position: fixed;
  z-index: 999;
  bottom: 10px;
  right: 10px;
}
 
.whatsapp-chat img {
  height: 50px;
  width: 50px;
}
/*FIM CONFIGURAÇÃO WHATS COM IMAGEM E TITULO*/
