body,
.conteiner-principal,
.pagina-inicial #corpo,
.listagem .produtos-carrossel .listagem-linha.flexslider {
  background-color: #f5f5f5;
}
.listagem .titulo-categoria {
  box-shadow: none;
}

.favorito-icon {
  color: red !important;
}
/*HEADER*/

#cabecalho .conteiner .row-fluid {
  height: 100px;
}
#cabecalho .abriga-menu .conteiner .row-fluid {
  height: auto;
}
#cabecalho .container .row > div {
  height: 100%;
}
@media (min-width: 720px) {
  #cabecalho .inferior.row-fluid {
    display: flex;
    align-items: center;
  }
}
#cabecalho.fixed .logo a {
  height: 93px;
}
#cabecalho.fixed .logo {
  margin: 0 !important;
}
#cabecalho.fixed h1.logo a {
  height: 93px;
}
.logo a img {
  min-width: 100px;
}
.abriga-menu {
  background-color: black;
}
#cabecalho .menu.superior {
  display: flex;
}

/*HOME PRODUTO*/
.listagem .produtos-carrossel .listagem-linha.flexslider,
.listagem .produtos-carrossel .listagem-linha.flexslider:hover {
  box-shadow: none;
}
.listagem .produtos-carrossel .listagem-linha li .listagem-item {
  background-color: #fff;
}
.listagem .titulo-categoria,
.listagem .titulo-categoria:hover {
  text-align: center;
  text-transform: uppercase;
  background: none;
}
.listagem .titulo-categoria span {
  display: none;
}

/* PRODUTO */
.principal .codigo-produto {
  display: none;
}
@media (min-width: 768px) {
  .box-produto .nome-produto {
    text-align: left;
  }
  .box-produto .preco-produto {
    margin-bottom: 0;
    width: 100%;
    text-align: left;
  }
  .box-produto .desconto-a-vista {
    width: 100%;
  }
  .produto .acoes-produto .comprar {
    float: left !important;
    text-align: left !important;
  }
  .box-produto .preco-produto {
    display: grid;
    grid-template-columns: auto 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 0px 0px;
    grid-template-areas:
      'col1 col2'
      'col3 col3';
    align-items: flex-end;
  }

  .produto .acoes-produto .preco-produto .titulo {
    grid-area: col1;
    font-size: 25px !important;
  }
  .box-produto .preco-parcela,
  .box-produto .preco-parcela {
    padding-left: 10px;
  }
  .box-produto .preco-parcela,
  .box-produto .preco-parcela strong {
    grid-area: col2;
  }
  .box-produto .desconto-a-vista {
    grid-area: col3;
  }
}
.box-produto .desconto-a-vista {
  border: none;
  font-size: 16px;
  border-color: rgb(46, 46, 46);
  text-align: left;
  margin: 10px 0;
  padding: 0px;
}
.box-produto .desconto-a-vista strong {
  font-size: 32px;
  color: #40a736 !important;
}
.produto .acoes-produto .comprar .disponibilidade-produto {
  text-align: left !important;
}
#formCalcularCep {
  text-align: left;
}
.todos-departamentos {
  display: none;
}

#rodape .links-rodape {
  width: 100% !important;
}
.abas-custom .tab-content {
  background-color: white;
}
.nivel-um .icone-menu img {
  width: 35px;
}

@media (min-width: 768px) {
  .listagem .titulo-categoria strong {
    font-family: 'Poppins', sans-serif !important ;
    color: #191919 !important;
    font-size: 36px;
    font-weight: 600;
    line-height: 1.3em;
    letter-spacing: 0;
  }
}
@media (max-width: 767px) {
  #corpo {
    margin-top: 50px;
    margin-bottom: 10px;
  }
  .secao-banners {
    margin-top: 198px;
    padding: 0;
  }
  #cabecalho {
    background-color: rgb(0, 0, 0);
    display: block;
    text-align: center;
    border-style: solid;
    border-width: 0 0 5px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
  }
  .menu.superior.menu-active {
    display: block;
    overflow-x: hidden;
    overflow-y: scroll;
    white-space: nowrap;
    padding: 0;
    margin: 0;
    width: 100vw;
    height: 80vh;
  }
  .menu.superior .nivel-um.active {
    width: 100%;
  }
  .flexslider .slides {
    padding: 0 50px;
  }
}
