body {
  zoom: 0.8;

}
#cabecalho > div.full.menu.hidden-phone > div > ul > li.categoria-id-20773376.borda-principal > a {
  background:red
}

  /*Zenvia Webchat */
  .znv-chat .znv-float-button {
    background: #00000000 url(https://cdn.awsli.com.br/1305/1305410/arquivos/whatsapp%20logo%20webchat%20100x100.png)0px 0px no-repeat !important;
    border: 0px solid #000 !important;
    zoom:65%;
    border-radius: 20% !important;
    bottom: 40px !important;
    cursor: pointer !important;
    height: 100px !important;
    position: fixed !important;
    right: 40px !important;
    -webkit-transition: all 120ms ease-in-out !important;
    transition: all 120ms ease-in-out !important;
    width: 100px !important;
    z-index: 999999 !important;
}
.scrollToTop {
  /* Remove Scroll to Top */
  visibility: hidden;
}
.tema-transparente .conteiner {
  background-color: white;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding-left: 130px;
  padding-right: 130px;
}

  #listagemProdutos > ul:nth-child(2) > li > ul.slick-product.slick-initialized.slick-slider {
visibility:hidden;
  margin-top:-550px
}
#listagemProdutos > ul:nth-child(4) > li > ul.slick-product.slick-initialized.slick-slider {
visibility:hidden;
  margin-top:-550px
}
#listagemProdutos > ul:nth-child(6) > li > ul.slick-product.slick-initialized.slick-slider {
visibility:hidden;
  margin-top:-550px
}
.listagem .preco-produto>div {
  margin: 15px;
}

.full.menu .conteiner .nivel-um {
    justify-content: space-evenly;
}

.menu a {
    white-space: nowrap;
}


.full.menu .conteiner .nivel-um>li.offers>a {
  visibility: hidden;}
  .full.menu .offers .nivel-dois {
  visibility: hidden;}
  .menu li.com-filho {
    margin-right:0.1px
  }

  #barraNewsletter > div.row-fluid.banner.hidden-phone > div{
    margin-top: 0px;
    border-top: 1px solid black;
    border-right: 0px solid black;
    background-color: white;
    top: 1px;
    border-style: solid;
    border-color: transparent transparent #fff transparent;
  }
  .full.menu .conteiner .nivel-dois li a {
      color: #525252;
      font-size: 16px;
  }
  .full.menu .nivel-dois .mega-categorias {
      padding: 30px;
      box-sizing: border-box;
  }
  .full.menu {
      background: #000;
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1;
      border-top: solid 1px #ac0606;
      height: 35px;
  }
  .full.menu .conteiner {
      background: 0 0;
      padding: 0;
      max-width: 1600px;
  }
  .full.menu .conteiner .nivel-dois {
      background: #fff;
      display: none;
      position: absolute;
      left: 0;
      top: 77%;
      padding: 0;
      width: max-content;
      max-width: 600px;
  }
  
  #cabecalho.fixed {
      position: unset;
      top: 0;
      left: 0;
      right: 0;
      z-index: -1;
      -webkit-box-shadow: 0 0 30px 0 rgb(0 0 0 / 20%);
      box-shadow: 0 0 30px 0 rgb(0 0 0 / 20%);
  }
  #cabecalho.fixed .open-menu { 
    display: none
  
  }
  
  #cabecalho.fixed .full.menu {
      max-height: none;
      opacity: 100%;
      z-index: -1;
      -webkit-transition: none;
      transition: none;
      overflow-y: visible
  }
  
  .logo a img {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      margin: auto;
      max-height: 160%;
  }
  
  .full.menu .conteiner .nivel-dois {
      background: #fff;
      display: none;
      position: relative;
      left: 0;
      top: 2.4px;
      padding: 0;
      width: max-content;
      max-width: 600px;
  }

  .full.menu .conteiner .nivel-um>li {
      border: none;
      height: 100%;
      padding: 0;
      text-align: center;
      line-height: 33px;
  }
  * {
  margin: 0;
  padding: 0;
  object-fit: contain;
}
.conteiner, .tema-pequeno .conteiner {
  max-width: 1600px;
}
  .identificacao .control-group .botao.principal {
  padding: 10px 10px 13px;
  font-size: 15px;
  max-width: 100px;
  min-width: 100px;
  float: right;
  line-height: 27px;
  background:white;
}
      /* Estilos para a seta anterior */
/* Estilos para a seta seguinte */
.slick-prev.slick-arrow-banner {
background: url("https://cdn.awsli.com.br/1305/1305410/arquivos/seta%20esquerda.png") no-repeat center;
background-size: contain;
background-position: center;
margin-right: 0px;
margin-left:50px;
width: 50px;
height: 50px;
display: inline-block;
text-indent: -9999px;
/* Adicione outros estilos desejados */
/* Centralizar verticalmente */
top: 40%;
transform: translateY(-50%);
}


/* Estilos para a seta seguinte */
.slick-next.slick-arrow-banner {
background: url("https://cdn.awsli.com.br/1305/1305410/arquivos/seta.png") no-repeat center;
background-size: contain;
background-position: center;
margin-right: 50px;
width: 50px;
height: 50px;
display: inline-block;
text-indent: -9999px;
/* Adicione outros estilos desejados */
/* Centralizar verticalmente */
top: 40%;
transform: translateY(-50%);
}

.slick-list img {
  width: 100%; /* Defina a largura desejada, por exemplo, 100% */
  height: auto; /* A altura será ajustada automaticamente proporcionalmente */
}

.slick-dots {
left: 50%;
transform: translateX(-50%);
display: flex;
justify-content: center;
align-items: center;
list-style: none;
padding: 0;
margin: 0;
}
.slick-dots.active {
background-color: #000;
}
.cor-secundaria {
    color: #000000;
}
