@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,400;0,700;0,900;1,300&display=swa');
* {
  margin: 0;
  padding: 0;
  outline: none;
  border: none;
  background: none;
}

html, body {
  height: 100%;
  min-height: 100vh;
  font-family: 'Montserrat', sans-serif;
}

body {
  height: 100%;
  overflow-x: hidden;
}

.no-scroll {
  overflow-y: hidden;
}

a {
  text-decoration: none;
  color: inherit;
}

li {
  list-style: none;
}

h1 {
  margin: 10px 0
}

header.container:before, .container:after {
  display: none;
}

.listagem .listagem-linha:first-child {
  padding: 80px 0 0;
}

.listagem .listagem-linha ul {
  display: flex;
  flex-wrap: wrap;
  margin-left: 0;
}

.listagem-item {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.listagem-item .imagem-produto {
  height: 350px !important;
  overflow: hidden;
}

.listagem .listagem-item:hover .imagem-produto img {
  transform: scale(1.1);
  transition: 0.6s ease;
}

.imagem-produto img {
  position: relative;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.3s ease;
}

.listagem-item .info-produto {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1;
}

.listagem .listagem-item .info-produto .nome-produto {
  min-height: 0;
  position: relative;
  color: #444;
  flex-grow: 1;
  text-align: center;
}

.listagem .listagem-linha {
  border: none;
}

.listagem .listagem-linha li {
  border: none;
}

.listagem .listagem-item {
  margin: 0 30px;
}

.listagem-item.produto-adicionado .bandeiras-produto {
  z-index: 1;
}

.bandeiras-produto {
  top: 20px;
  left: 20px;
}

#rodape .pagamento-selos {
  background: #fff;
  padding: 50px 0;
  border-top: 1px solid #ddd;
}

#rodape .titulo {
  color: #444;
  padding: 5px 0;
  border-bottom: 1px solid #555;
  margin-bottom: 10px;
}

.listagem-item.produto-adicionado .bandeiras-produto .adicionado-carrinho {
  margin-top: 30px;
  margin-left: -16px;
  box-shadow: none;
  border: none;
  background: #444;
  color: #fff;
  position: relative;
}

.listagem-item.produto-adicionado .bandeiras-produto .adicionado-carrinho:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-top: 0 solid transparent;
  border-bottom: 6px solid transparent;
  border-right: 6px solid #222;
  left: 0;
  bottom: -6px;
}

.preco-produto strong.titulo {
  font-size: 14px;
}

.gateways-rodape {
  width: auto;
  border-radius: 0;
}

.gateways-rodape li {
  width: 100%;
  padding: 3px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
}

.pagamentos .gateways-rodape li img {
  height: 16px;
}

.pagina-produto #corpo {
  padding-top: 80px;
}

.carrinho {
  display: flex;
  border: none;
}

.carrinho, .carrinho a i {
  width: 45px;
  height: 45px;
}

.carrinho a i {
  font-size: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: none;
  color: #aaa;
  border-radius: 50%;
  transition: 0.3s ease;
}

.carrinho a i:hover {
  background: #aaa;
  color: #fff;
  transition: 0.3s ease;
}

.carrinho a span {
  display: none;
}

.qtd-carrinho {
  position: absolute;
  top: 0;
  background: #fff;
  border: 1px solid #aaa;
  font-size: 14px;
  width: 15px;
  height: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  right: -5px;
}

.carrinho>a strong {
  font-size: 14px;
}

.listagem-item .acoes-produto {
  border: none;
  background: none;
}

.listagem-item:hover .acoes-produto {
  bottom: 50%;
}

.botao.principal {
  text-shadow: none;
}

.botao.principal.botao-comprar {
  border-radius: 8px;
  border: 1px solid #444;
  background: #fff;
  color: #444;
  transition: 0.3s ease;
  padding: 10px 20px;
}

.botao.principal.botao-comprar:hover {
  background: #aaa;
  color: #fff;
  border-color: #aaa;
}

.carrinho-rodape .icon-shopping-cart {
  display: none;
}

.produto .nome-produto {
  color: #444;
}

.info-produto .destaque-preco strong {
  color: #aaa;
}

.carrinho a span {
  display: none !important;
}

.menu.superior {
  background: none;
}

.nivel-um {
  display: flex;
  justify-content: center;
}

.menu.superior .nivel-um>li {
  border-right: none;
}

.menu .nivel-dois, .menu .nivel-tres, .menu.lateral .nivel-um>li>a {
  box-shadow: none;
  border: 1px solid #aaa;
}

.breadcrumbs.borda-alpha {
  border: none;
  margin-bottom: 50px !important;
}

@media screen and (max-width: 768px) {
  #corpo {
    padding-top: 100px;
  }
  .breadcrumbs {
    display: none;
  }
  .listagem .listagem-linha:first-child {
    padding: 0;
  }
  .listagem .listagem-item .acoes-produto-responsiva {
    display: flex !important;
    justify-content: center;
    align-items: center;
    margin-left: 0;
    width: 100%;
    padding-top: 30px;
  }
  .listagem .listagem-item .imagem-produto, .listagem .listagem-item .info-produto {
    width: 100%;
  }
  .acoes-produto-responsiva .tag-comprar span {
    font-size: 16px;
    color: #fff;
  }
  .acoes-produto-responsiva .tag-comprar i {
    font-size: 14px;
    position: relative;
    left: 4px;
    top: -1px;
    color: #fff;
  }
  .botao.principal.botao-comprar, .botao.principal.grande, .acoes-produto-responsiva .tag-comprar {
    border-radius: 8px;
  }
  .atalhos-mobile, .fundo-principal, .atalhos-mobile li {
    background: #fff;
    border: none;
  }
  .fundo-principal, .fundo-principal *, .fundo-principal :hover, .fundo-principal:hover, .fundo-principal.botao:hover, .fundo-secundario, .fundo-secundario *, .fundo-secundario :hover, .fundo-secundario:hover, .fundo-secundario.botao:hover {
    color: #444;
    text-shadow: none;
  }
  .atalhos-mobile a {
    text-shadow: none;
  }
  .pagina-produto #corpo {
    padding-top: 0;
  }
  .input-append, .input-prepend .btn-group {
    line-height: 20px;
  }
}

/* REMOVER CATEGORIA LATERAL */

.pagina-categoria .coluna.span3 {
  display: none;
}

/* AJUSTAR MARGEM*/

.pagina-categoria .conteudo.span12 {
  margin-left: 0;
}

/* CHANGE ACTIVE FILTER TEXT COLOR */

.category-active strong {
  color: #444;
}

@media (max-width: 768px) {
  .input-append, .input-append .btn-group {
    display: flex;
  }
}

/* FIX OVERFLOW X IN MOBILE */

.qtde-adicionar-carrinho {
  max-width: 100%;
}

.botao-comprar {
  box-sizing: border-box;
}

/* HEADER */

.page-header {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
  padding: 50px 15px 50px;
  border-bottom: 0;
  font-size: 16px;
  width: 100% !important;
  box-sizing: border-box;
}

.page-header ul, .page-header ol {
  padding: 0;
  margin: 0;
}

.page-header li {
  line-height: unset;
}

.page-header .menu {
  height: 100%;
}

.header-navbar:last-of-type {
  justify-self: end;
}

.header-navbar ul {
  display: flex;
  align-items: center;
  height: 100%;
}

.header-navbar ul li {
  margin-right: 30px;
  color: #aaa;
}

.header-navbar ul li:hover {
  color: #444;
}

.header-navbar ul li:last-of-type {
  margin-right: 0;
}

.header-navbar .current_page_item {
  color: #333;
}

.mobile-nav {
  display: none;
}

.container {
  max-width: 1140px;
  margin: 0 auto;
}

.hamburger-icon-wrapper {
  cursor: pointer;
  position: relative;
  width: 30px;
  height: 18px;
  justify-content: center;
  align-items: center;
  z-index: 5;
}

.hamburger-icon {
  width: 30px;
  height: 2px;
  background: #444;
  display: block;
  transition: 0.5s ease;
}

.hamburger-icon::after, .hamburger-icon::before {
  content: '';
  position: absolute;
  width: 30px;
  height: 2px;
  left: 0;
  background: #444;
  transition: 0.5s ease;
}

.hamburger-icon::after {
  bottom: 0;
}

.hamburger-icon::before {
  top: 0;
}

@media (max-width: 768px) {
  #corpo {
    padding-top: 60px;
  }
  .container {
    padding: 0 20px;
  }
  .page-header {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 10px 20px;
    position: fixed;
    background: #fff;
    top: 0;
    z-index: 11;
  }
  .custom-logo-link {
    display: block;
    margin-right: 16px;
  }
  .custom-logo-link img {
    display: block;
    height: auto;
    width: 100%;
    max-width: 220px;
  }
  .mobile-nav {
    display: flex;
  }
  .header-navbar {
    display: none;
  }
  .header-mobile-navbar {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: #444;
    transform: translateX(100%);
    transition: transform 0.3s ease;
  }
  .header-mobile-navbar--open {
    transform: translateX(0);
  }
  .hamburger-icon-wrapper {
    display: flex;
  }
  .hamburger-icon--open, .hamburger-icon--open::after, .hamburger-icon--open::before {
    background: #aaa;
    transition: 0.5s ease;
  }
  .hamburger-icon--open {
    width: 0;
    margin-left: 30px;
    transition: width margin 0.5s 0.1s ease, background 0.5s ease;
  }
  .hamburger-icon--open::after {
    transform-origin: 0;
    transform: rotate(-45deg);
    margin-left: 4px;
  }
  .hamburger-icon--open::before {
    transform-origin: 0;
    transform: rotate(45deg);
    margin-left: 5px;
    margin-top: -5px;
  }
  .header-mobile-navbar ul {
    flex-direction: column;
    height: auto;
    padding: 0 20px;
    align-items: flex-start;
  }
  .header-mobile-navbar:first-of-type {
    padding: 150px 20px 0;
  }
  .header-mobile-navbar ul li {
    font-size: 30px;
    margin-bottom: 20px;
    color: #aaa;
  }
  .header-mobile-navbar ul li:hover {
    color: #fff;
  }
  .header-mobile-navbar .current_page_item {
    color: #fff;
  }
  .menu__item__link:hover {
    color: #fff;
    text-decoration: none;
  }
  .carrinho a i {
    font-size: 40px;
  }
  .carrinho .qtd-carrinho {
    width: 20px;
    height: 20px;
  }
}

/* categorias mobile */

@media (max-width: 768px) {
  #corpo {
    padding-top: 0;
  }
  .info-banner, .menu.superior .nivel-um, .menu.lateral .nivel-um, .acoes-conta li a span, .carrinho:hover .carrinho-interno, .barra-inicial {
    display: flex;
  }
  .menu.superior {
    margin-top: 90px;
  }
  .nivel-um {
    margin-bottom: 20px;
    text-align: center;
    margin: 0;
    border: none !important;
  }
  .com-filho {
    border: none;
    z-index: 0 !important;
  }
  .nivel-dois {
    display: flex !important;
    flex-wrap: wrap;
    justify-content: center;
    border: 0 !important;
  }
  .nivel-dois li {
    padding: 0 !important;
  }
  .nivel-dois li a {
    padding: 0 15px;
    border: none;
    display: inline;
    font-style: italic;
  }
}

/* página categoria */

@media (max-width: 768px) {
  .ordenar-listagem .row-fluid {
    display: grid;
    grid-gap: 16px;
    justify-content: center;
    align-items: center;
  }
  .ordenar-listagem .pagination {
    width: 100%;
    text-align: center;
  }
}