body {
  font-family: "Open Sans", sans-serif;
}

.scrollToTop {
        bottom: 1rem !important;
        width: 50px !important;
    height: 50px !important;
}

@media (min-width: 1200px){
    .row-fluid .span6 {
        width: 100% !important;
}
}

.conteiner-principal .conteiner {
  box-shadow: none;
}

.categoria-paginas {
  display: none;
}

/* HEADER */
#cabecalho .conteiner {
  background: #6ccff6;
  padding-top: 11px;
}

.pagina-carrinho #cabecalho .conteiner,
.pagina-pedido-finalizado #cabecalho .conteiner {
  padding-top: 41px;
}

#cabecalho .busca {
  border: 0;
  padding: 0;
}

#cabecalho .ui-autocomplete-input {
  height: 40px;
  box-sizing: border-box;
  border: 0;
  box-shadow: none;
  border-radius: 0;
}

#cabecalho .botao-busca {
  height: 40px;
  background: #dbaf00;
  right: 0;
  top: 0;
  border: 0;
  width: 50px;
  border-radius:0px 20px 20px 0px;
}

#cabecalho .carrinho {
  border: 0;
  /*background: #fff;*/
  /*height: 40px;*/
  box-sizing: border-box;
      margin-top: -130px;
}

.icon-shopping-cart {
  background: #dbaf00;
}

#cabecalho .carrinho .icon-shopping-cart {
  background: #dbaf00;
  height: 40px;
  width: 50px;
}

#cabecalho .carrinho .titulo {
  line-height: 40px;
  margin-left: 60px;
}

#cabecalho .conteudo-topo .superior {
  width: 100%;
  position: absolute;
  box-sizing: border-box;
  top: 0;
  left: 0;
  padding: 5px 20px;
  background: #000;
  z-index: 2;
}

#cabecalho .span3 {
  width: 100%;
}

#cabecalho .conteudo-topo {
  width: 100%;
  margin-left: 1%;
  padding-right: 250px;
}

#cabecalho .inferior {
  display: flex;
  justify-content: center;
  box-sizing: border-box;
}

#cabecalho .conteudo-topo .superior .botao,
#imprimirBoleto {
  background: #dbaf00;
  color: #fff;
  border: 0;
}

#cabecalho .conteudo-topo .superior .acoes-conta {
  display: flex;
  justify-content: flex-end;
}

#cabecalho .conteudo-topo .inferior {
  margin-top: 45px;
}

#cabecalho .conteudo-topo .inferior .span4 {
  width: 100%;
  max-width: 230px;
}

#cabecalho .superior .span8 .bem-vindo {
  color: #fff;
  font-size: 14px;
}

#cabecalho .carrinho-interno {
  max-width: 245px;
  padding: 10px;
}

#cabecalho .carrinho-interno .preco-produto {
  box-sizing: border-box;
  margin: 0;
  float: none;
  padding-left: 92px;
}

#cabecalho .carrinho-interno .preco-venda,
#cabecalho .carrinho-interno .preco-promocional {
  margin: 0;
  line-height: 20px;
}

#cabecalho .carrinho-interno ul {
  overflow: hidden;
}

#cabecalho .carrinho-interno li {
  padding: 10px 0 0 0;
}

#cabecalho .carrinho-interno li > * {
  vertical-align: top;
}

#cabecalho .carrinho-interno .imagem-produto {
  margin-top: -30px;
}

#cabecalho .superior .span8 .cor-principal {
  color: #fff;
  font-weight: 700;
}

#cabecalho .superior .acoes-conta li {
  font-size: 14px;
  padding: 2px 5px 2px 26px;
  position: relative;
}

#cabecalho .superior .acoes-conta li a {
  color: #fff;
}

#cabecalho .superior .acoes-conta .fundo-principal {
  background: none;
  height: 24px;
  width: 26px;
  position: absolute;
  left: 0;
  top: 0;
}

#cabecalho .busca-mobile {
  max-width: 250px;
}

#cabecalho .superior .acoes-conta .fundo-principal::before {
  margin-top: 3px;
}

#cabecalho .menu {
  background: #fff;
}


@media screen and (min-width: 768px) {
    #cabecalho .superior {
        /*margin-right: 277px;*/
    }
	#cabecalho .menu .nivel-um {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
}

#cabecalho .menu ul li {
  transition: background 0.3s linear;
  padding: 0 10px;
  border: 0;
}

#cabecalho .menu ul li a {
  width: 100%;
}

#cabecalho .menu ul li .titulo {
  font-size: 14px;
}

#cabecalho .menu ul li .fundo-secundario {
  background: #dbaf00;
}

.menu.superior .nivel-um > li:hover {
  background: #dbaf00;
  border: 0;
}

.menu.superior .nivel-um > li:hover strong {
  color: #fff;
}

.menu .nivel-um li:nth-child(6) a strong,
.menu .nivel-um li:nth-child(7) a strong,
.menu .nivel-um li:nth-child(8) a strong,
.menu .nivel-um li:nth-child(9) a strong {
  color: #b13b09;
}

#cabecalho .superior .nivel-dois,
#cabecalho .superior .nivel-tres {
  border: 1px solid #bdc3c7;
}

.img-header {
  width: 105px;
  position: absolute;
  right: 95px;
  top: 36px;
}

/* Carrinho */

.carrinho .qtd-carrinho {
  line-height: 20px !important;
  margin: 0 15px !important;
}

.carrinho > a {
  display: flex;
  align-items: center;
}

.carrinho > a span {
  margin: 0;
  padding: 0 !important;
}

.carrinho > a span b {
  line-height: 20px !important;
  margin: 0 0 !important;
}

.carrinho-rodape .botao {
  background: #555;
  border: 0;
  margin: 0;
  padding: 4px 10px 0 35px !important;
  text-shadow: none;
  height: 30px;
  box-sizing: border-box;
  float: none !important;
  position: relative;
}

.carrinho-rodape .botao .icon-shopping-cart {
  width: 26px !important;
  height: 30px !important;
  position: absolute;
  top: 0;
  left: 0;
}

.carrinho-rodape .botao .icon-shopping-cart:before {
  margin-top: 7px;
}

.carrino-total .titulo {
  margin-left: 10px !important;
}

.carrinho-info {
  width: 100%;
}

.secao-banners,
#corpo {
  max-width: 1240px;
  margin: 0 auto;
  background: #fff;
}

#corpo .span12 .mini-banner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#corpo .span12 .modulo {
  width: 23%;
  margin: 0;
}

.tarja img {
  width: 100%;
}

#smarthint-home-position3,
#blank-home-position3 {
  display: none;
}

/* COL */
#corpo .esquerda {
  border: 1px solid #bdc3c7;
}

#corpo .esquerda .menu {
  border: 0;
}

.lateral .borda-principal {
  border: 0;
}

.menu.lateral .nivel-um > li > a {
  box-shadow: none;
  background: #cecece;
}

.menu.lateral .nivel-um .ativo {
  border-bottom: 1px solid #cecece;
}

.menu .nivel-dois,
.menu .nivel-tres,
.menu.lateral .nivel-um > li > a {
  box-shadow: none;
}

.menu.lateral .row-fluid {
  margin-bottom: 0;
}

.coluna > div,
#corpo .conteiner > div {
  margin-bottom: 0;
  border-bottom: 1px solid #cecece;
}

/* FOOTER */
#rodape .institucional {
  background: #256e8b;
  color: #111111;
}

#rodape .pagamento-selos {
  background: #fff;
}

#rodape .redes-sociais {
  /*background: #fff;*/
}

/* PRODUTO */
.listagem-item .acoes-produto {
  border: 0;
}
.listagem-item:hover .acoes-produto {
  bottom: 0;
}

.bandeiras-produto {
  top: 5px;
  left: 0;
  border: 0;
  box-shadow: none;
}

.bandeiras-produto .bandeira-promocao {
  border: 0;
  background: #f39c12;
  padding: 3px 5px;
  line-height: normal;
  box-shadow: none;
}

.bandeiras-produto .bandeira-promocao:hover {
  opacity: 1;
}

.bandeiras-produto .adicionado-carrinho {
  background-color: #1abc9c !important;
  line-height: normal;
  box-shadow: none;
  border: 0;
  padding: 3px 5px;
}

.listagem-item .acoes-produto {
  position: relative !important;
  opacity: 1;
  bottom: 0 !important;
  background: none;
}

.acoes-produto .botao {
  text-shadow: none;
  background: #f39c12 !important;
  border: 0;
  border-radius: 0;
  padding: 8px 15px;
}

.acoes-produto .botao:hover {
  background: #e67e22 !important;
}

.info-produto {
  border-top: 1px solid #bdc3c7;
  margin-top: 12px;
  min-height: 95px;
}

.info-produto .preco-parcela,
.info-produto .desconto-a-vista {
  font-size: 13px;
}

.info-produto .nome-produto {
  font-size: 18px !important;
  font-weight: 700;
  min-height: 0 !important;
  color: #dbaf00;
}

.preco-produto {
  width: 100%;
}

.preco-produto .preco-venda {
  width: 100%;
  color: #bdc3c7;
  display: inline-block;
  min-height: 0;
}
.preco-produto .preco-promocional,
.preco-produto {
  width: 100%;
  font-size: 16px;
  display: inline-block;
  margin: 0;
}

.titulo-categoria {
  font-size: 20px;
}

/* Interna */
.caixa-sombreada {
  box-shadow: none;
  border: 0;
  max-width: 900px;
  margin: 0 auto;
}

.secao-principal {
  border: 0 !important;
}

.caixa-sombreada .titulo {
  color: #dbaf00;
}

.lista-redes {
  padding-left: 20px;
}

.info-principal-produto .nome-produto {
  font-size: 24px;
  text-shadow: none;
}

.caixa-destaque .botao {
  text-shadow: none;
  background: #f39c12 !important;
  border: 0;
  border-radius: 0;
  padding: 8px 15px;
  color: #fff;
}

.acao-editar .botao {
  text-shadow: none;
  background: #f1a935 !important;
  border: 0;
  border-radius: 0;
  padding: 8px 10px;
  color: #fff;
  font-size: 16px;
}

.acao-editar .principal {
  background: #d75319 !important;
}

.atendimento {
  border-color: #fff !important;
}

.atendimento a,
.atendimento span {
  color: #fff !important;
}


@media screen and (max-width: 768px) {
  .icon-shopping-cart {
    background: none;
  }
  #cabecalho .conteudo-topo {
    width: 100%;
    padding-right: 0;
    margin-left: 0;
  }
  #cabecalho .span3 {
    width: 100%;
  }
  .img-header {
    display: none;
  }
  .conteiner .logo {
    margin-bottom: 0;
  }
  #cabecalho .conteudo-topo .inferior {
    margin-top: 10px;
  }
  #cabecalho .busca-mobile {
    max-width: 100%;
  }
  #cabecalho .conteudo-topo .superior {
    background: #a99b90;
    z-index: 10;
    box-shadow: 8px 8px 5px -5px rgba(0,0,0,0.53);
    -webkit-box-shadow: 8px 8px 5px -5px rgba(0,0,0,0.53);
    -moz-box-shadow: 8px 8px 5px -5px rgba(0,0,0,0.53);
    top: 50px;
  }
  #cabecalho .conteudo-topo .superior a {
    color: #fff;
  }
  .vazia {
    display: none;
  }
  .listagem .listagem-item .imagem-produto {
    width: 100% !important;
  }
  .listagem .listagem-item .imagem-produto img {
    border: 0;
  }
  .atalhos-mobile ul {
    display: flex;
  }
  .atalho-menu {
    background-color: #dbaf00 !important;
    text-shadow: none !important;
    top: 0 !important;
    line-height: 50px;
  }
  .menu.superior .nivel-um, .menu.lateral .nivel-um {
    border: 0;
  }
  #cabecalho .superior .nivel-dois, #cabecalho .superior .nivel-tres {
    border-color: #fff;
  }
  #corpo .mini-banner {
    display: flex !important;
    flex-wrap: wrap;
  }
  #corpo .mini-banner .modulo {
    width: 100%;
    margin-bottom: 10px;
  }
  .info-produto {
    border: 0;
  }
  .listagem-item {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px solid #cecece;
    box-sizing: border-box;
  }
  .acoes-produto-responsiva {
    position: relative;
  }
  .span12 img {
    width: 100% !important;
    height: auto !important;
  }
}
