/* Regras Display */
  .d-none {
    display: none;
  }
  
  @media(max-width: 767px) {
    .d-none-xs {
      display: none;
    }
  }
  
  body {
    background-color: #fff;
  }
  
  h1,
  h2,
  h3,
  h4,
  h5 {
    font-weight: 600 !important;
    color: #333 !important;
  }
  
  h1 {
    font-size: 28px !important;
  }
  
  h2 {
    font-size: 22px !important;
  }
  
  h3 {
    font-size: 18px !important;
  }
  
  .conteiner {
    box-shadow: none !important;
  }
  
  #cabecalho {
    padding: 0;
    border-bottom: 1px solid #d7d9de;
  }
  
  @media (max-width: 767px) {
    #cabecalho {
      border-bottom: 0;
      padding: 0 0 0 0;
    }
  }
  
  .conteudo-topo .inferior {
    background: none;
    margin: 0 0 0px;
  }
  
  @media (min-width: 768px) {
    .conteudo-topo .inferior {
      margin: 80px 0 0 0;
    }
  }
  
  .atalho-menu {
    display: none !important;
  }
  
  @media (max-width: 767.98px) {
  
    .conteudo-topo .inferior .minha-conta,
    .conteudo-topo .inferior .favoritos {
      display: none !important;
    }
  }
  
  /* Barra de busca */
  .busca input {
    height: 40px;
    padding: 0 0 0 15px;
    font-size: 16px;
    font-weight: normal;
    border: 0;
    box-sizing: border-box;
    width: 100%;
    box-shadow: none;
    background: #f4f4f4;
    border-radius: 5px;
    color: #333;
  }
  
  .busca.borda-alpha {
    background: #fff;
    border: 0;
  }
  
  .busca .botao-busca {
    background: none;
    border: 0;
    border-radius: 0;
    top: 0;
    right: 0;
    color: #000;
    font-size: 26px;
    padding: 10px 20px;
    height: auto;
  }
  
  .busca .botao-busca,
  .busca .botao-busca:hover {
    position: absolute;
    right: 6px;
    top: 6px;
    height: 0px;
    font-size: 1.5em;
    color: grey;
  }
  
  /* XS */
  @media (max-width: 767.98px) {
    .busca {
      margin: 0;
      padding: 0 0px;
    }

    .busca input {
        font-size: 0.9em;
    }
  
    .busca .botao-busca,
    .busca .botao-busca:hover {
      right: 0px;
      top: -4px;
    }
  }
  
  .busca-mobile {
    background-color: #fff !important;
  }
  
  .busca-mobile>.menu.superior {
    position: fixed;
    min-width: 100% !important;
    height: 100%;
    max-height: 100%;
    z-index: 9999;
    background: #fff !important;
    top: 0;
    left: 0;
    display: none;
    overflow: hidden;
  }
  
  .busca-mobile>.menu.superior ul.nivel-um {
    border: 0;
    position: relative;
    display: block;
    width: 100%;
  }
  
  .busca-mobile>.menu.superior ul.nivel-um>li {
    border-bottom: 1px solid #66666621;
    padding: 10px 0 10px 30px;
  }
  
  .busca-mobile>.menu.superior ul.nivel-um>li {
    border: 0;
    margin: 0px 0 10px 30px;
    padding: 0;
  }
  
  .superior:first-child {
    display: none;
  }
  
  .barra-inicial {
    display: none;
  }
  
  /* Menu Superior */
  @media (min-width: 992px) {
    .menu.superior {
      background: none;
      margin-top: 0;
      width: 860px;
      margin-left: auto;
      margin-right: auto;
    }
  
    .menu.superior ul.nivel-um {
      text-align: center;
      display: flex;
    }
  }
  
  .menu.superior .nivel-um>li {
    border: 0;
  }
  
  #barraTopo {
    display: none !important;
  }
  
  /* LISTAGEM */
  .info-produto {
    width: 100% !important;
    text-align: center;
  }
  
  .info-produto .nome-produto {
    font-size: 1.2em !important;
    color: #666;
    font-weight: 400 !important;
    margin: 0 0 10px !important;
    padding: 0;
    line-height: 20px !important;
    min-height: 0 !important;
    text-align: center;
  }
  
  @media (max-width: 767px) {
    .info-produto .nome-produto {
      font-size: 0.8em !important;
      line-height: 18px !important;
      text-transform: uppercase;
    }
  }
  
  .listagem .titulo-categoria:hover {
    background: none;
    padding-left: 0 !important;
    padding: 15px 0;
  }
  

  .listagem .titulo-categoria:click {
    text-decoration: underline;
  }
  
  .listagem .titulo-categoria {
    text-align: center;
    font-size: 1.6em;
    border: 0;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-weight: 800 !important;
    color: #000;
  }
  
  @media (max-width: 767px) {
    .listagem .titulo-categoria {
      font-size: 1.3em;
    }
  }
  
  .listagem .listagem-linha {
    border: 0;
    padding: 0 !important;
    margin: 0;
  }
  
  .listagem .listagem-item {
    box-shadow: 0px 15px 30px rgb(0 0 0 / 0%);
    width: 100%;
    border-radius: 12px;
    padding: 0;
  }
  
  .listagem .listagem-item:hover {
    box-shadow: none;
  }

  .listagem .listagem-item .imagem-produto.has-zoom img {
    transition: none;
    -webkit-transition: none;
  }

  .listagem .listagem-item:hover .imagem-produto.has-zoom .imagem-principal {
    opacity: 1 !important;
  }
  
  .listagem .listagem-linha li {
    border: 0;
    height: 405px;
  }
  
  @media (max-width: 767px) {
    .listagem .listagem-linha li {
      width: 50%;
      height: 330px;
      float: left;
      margin-top: 0;
      padding: 5px;
    }
  
    .imagem-produto {
      width: 100% !important;
      height: 0 !important;
      padding-bottom: 100%;
    }
  
    .listagem .listagem-item .acoes-produto-responsiva {
      display: none !important;
    }
  }
  
  .imagem-produto img {
    max-width: 100% !important;
    width: 100%;
  }
  
  @media (min-width: 768px) {
    .imagem-produto {
      width: 265px !important;
      height: 265px !important;
    }
  }
  
  .acoes-produto.hidden-phone {
    display: none;
  }
  
  .bandeiras-produto {
    left: 0px;
    top: 0px;
  }
  
  .bandeiras-produto span {
    border: 0;
    padding: 8px 9px 8px;
    border-radius: 5px 0 15px 0;
    box-shadow: none;
    font-size: 0.8em;
    background: #00000052 !important;
  }
  
  .bandeira-promocao {
    display: none !important;
  }
  
  
  
  ul.nivel-um li a strong {
    font-weight: 800;
  }
  
  .menu.superior .nivel-um>li:hover {
    border-top: 0;
    margin: 0;
    width: 100%;
  }
  
  .menu.superior .nivel-um>li {
    display: inline-block;
    width: 100%;
    float: none;
    /* padding: 0 50px; */
  }
  
  .institucional {
    background: #f2f4f9;
    background-image: none !important;
    padding: 35px 10px 30px 0 !important;
  }
  
  /* @media (max-width: 575.98px) { */
  .fundo-secundario {
    background-color: #fff;
  }
  
  /* } */
  
  .fundo-secundario,
  .fundo-secundario *,
  .fundo-secundario *:hover,
  .fundo-secundario:hover,
  .fundo-secundario.botao:hover {
    color: #000;
  }
  
  /* RODAPE */
  #rodape {
    background: #f2f4f9;
  }

  .gateways-rodape {
    display: none;
  }
  
  @media (max-width: 767px) {
    #rodape .row-fluid {
      padding: 0 0 0 10px;
    }
  }
  
  #rodape .titulo {
    border: 0;
    color: #000;
    font-weight: 600;
    letter-spacing: 1px;
    margin: 25px 0 20px 0;
    padding: 0;
  }
  
  #rodape .institucional {
    background: none;
  }
  
  .links-rodape,
  .sobre-loja-rodape {
    list-style: none;
    font-size: 1.2em;
    color: #777;
    letter-spacing: 1px;
  }
  
  @media (max-width: 767px) {
  
    .links-rodape,
    .sobre-loja-rodape {
      font-size: 1em;
      line-height: 1.8em !important;
    }
  
    .sobre-loja-rodape {
      padding: 0 45px 0 0;
    }
  }
  
  .links-rodape ul li {
    font-size: 1em;
    line-height: 2.1em !important;
    list-style-image: none;
  }
  
  @media (max-width: 767px) {
    .links-rodape ul li {
      font-size: 1em;
      line-height: 2em !important;
    }
  }
  
  .sobre-loja-rodape {
    line-height: 25px;
  }
  
  #rodape .redes-sociais {
    display: none;
  }
  
  i.icon-chevron-down,
  i.icon-chevron-down:hover,
  i.icon-chevron-right,
  i.icon-chevron-right:hover {
    background: #fff !important;
  }
  
  .listagem .produtos-carrossel .listagem-linha.flexslider .flex-direction-nav .flex-prev,
  .listagem .produtos-carrossel .listagem-linha.flexslider .flex-direction-nav .flex-next {
    right: -50px;
    margin-top: -100px;
  }
  
  .listagem .produtos-carrossel .listagem-linha.flexslider .flex-direction-nav .flex-prev {
    left: -50px;
    margin-top: -100px;
  }
  
  .pagamento-selos {
    background: #f2f4f9;
  }
  
 
  
  /* Carrinho Barra Superrior */
  
  .carrinho,
  .carrinho.vazio {
    width: 100%;
    border: 0;
    margin: 6px 0 0 0;
    float: left;
  }
  
  label.qtde-adicionar-carrinho {
    width: 100% !important;
  }
  
  input.qtde-carrinho {
    box-shadow: none;
  }
  
  .produto {
    margin: 40px 0 0 0;
  }
  
  i.fa.fa-folder {
    display: none;
  }
  
  .produto .conteiner-imagem img {
    width: 100%;
    border-radius: 5px;
  }
  
  .produto .conteiner-imagem>div {
    border: 0;
  }
  
  .atributos .atributo-comum>span:first-child {
    font-size: 1.1em;
    /* text-transform: uppercase; */
    font-weight: 500;
    color: #000 !important;
  }
  
  .atributos div ul li {
    margin-right: 5px;
  }
  
  .atributos ul li a,
  .atributos ul li a:hover {
    background-color: #fff;
    box-shadow: none;
    margin: 0 2px 0 0;
    position: relative;
    font-weight: 500 !important;
    padding: 5px 5px;
    border: 1px solid #ccc;
  }
  
  .atributos ul li.active a {
    background-color: #fff;
    border: 2px solid #333;
    margin: 0 2px 0 0;
  }
  
  .atributos ul li.active a span {
    color: #000;
    font-weight: 700;
  }
  
  
  
  #formCalcularCep button {
    background: none;
    border: 0;
    margin: 0;
    color: inherit;
    font-weight: 600;
    left: 231px;
    top: 10px;
    position: relative;
    padding: 0 0px 0 13px;
    border-left: 1px solid #e3e3e3;
    line-height: 25px;
    box-shadow: none;
  }
  
  .ui-autocomplete .ui-menu-item .img {
    width: 60px;
    height: 60px;
    border: 0;
  }
  
  .ui-autocomplete .ui-menu-item .ui-corner-all {
    line-height: 60px;
    padding: 10px 15px;
    font-weight: 600;
  }
  
  .ui-autocomplete .ui-menu-item .img img {
    width: 100%;
  }
  
  
  
  /* PreÃ§os pagina inicial e categorias */
  .pagina-inicial .preco-produto,
  .pagina-categoria .preco-produto,
  .pagina-busca .preco-produto,
  .aproveite-tambem .preco-produto {
    font-size: 1em !important;
    color: black;
  }
  
  .pagina-inicial .preco-produto .preco-a-partir span,
  .pagina-categoria .preco-produto .preco-a-partir span,
  .pagina-busca .preco-produto .preco-a-partir span,
  .aproveite-tambem .preco-produto .preco-a-partir span {
    font-size: 1em;
  }
  
  .pagina-inicial .preco-produto strong,
  .pagina-inicial .preco-produto .preco-a-partir strong,
  .pagina-categoria .preco-produto strong,
  .pagina-categoria .preco-produto .preco-a-partir strong,
  .pagina-busca .preco-produto strong,
  .pagina-busca .preco-produto .preco-a-partir strong,
  .aproveite-tambem .preco-produto .preco-a-partir strong {
    font-size: inherit !important;
    font-weight: 700;
  }
  
  
  
  .produto .acoes-flutuante {
    box-shadow: none;
    border: 2px solid #9993;
    margin-bottom: 25%;
    padding: 20px;
  }
  
  .abas-custom .tab-content {
    box-shadow: none;
    padding: 0;
  }
  
  div#descricao {
    font-size: 1.4em;
    line-height: 2em;
  }
  
  @media (max-width: 767px) {
    div#descricao {
      font-size: 0.9em;
      line-height: 1.7em;
      padding-top: 35px;
    }
  }
  
  .carrinho>a i,
  .carrinho>a i:hover {
    background: none;
    display: none;
    color: black;
  }
  
  .imagem-produto>img {
    border-radius: 0;
  }
  
  .carrinho-interno {
    top: 50px;
  }
  
  .carrinho-interno.borda-principal {
    border-width: 0;
  }
  
  .carrinho-interno img {
    height: 65px;
  }
  
  .carrinho-interno .imagem-produto {
    height: 80px !important;
    width: 80px !important;
    border-radius: 5px;
  }
  
  .carrinho.vazio>a span {
    display: none;
  }
  
  /* Pagina Checkout */
  body.pagina-carrinho.carrinho-checkout #cabecalho {
    margin: 15px 0 20px;
  }
  
  body.pagina-carrinho.carrinho-checkout #bannerCabecalho {
    display: none;
  }
  
  body.pagina-carrinho.carrinho-checkout .resumo-compra {
    font-size: 0.9em;
  }
  
  body.pagina-carrinho.carrinho-checkout .resumo-compra .tabela-carrinho .produto-info {
    white-space: initial;
  }
  
  body.pagina-carrinho.carrinho-checkout .desconto-tr {
    display: block !important;
  }
  
  .icon-shopping-cart {
    font-family: "FontAwesome-v4" !important;
  }
  
  .icon-shopping-cart:before {
    content: "\f07a";
  }
  
  strong.qtd-carrinho {
    background: url("https://cdn.awsli.com.br/324/324918/arquivos/bag.svg");
    background-repeat: no-repeat;
    background-size: auto;
    background-position-x: center;
    font-size: 0.9em !important;
    font-weight: 600;
    text-align: center;
    width: 30px;
    height: auto;
    padding: 0px 0 0 0;
    vertical-align: middle;
  }
  
  /* TOP NAVBAR */
  
  .inferior .span1 {
    margin: 2px 0 0 20px !important;
    width: auto;
  }
  
  .carrinho>a strong {
    margin: 0;
    display: block !important;
  }
  
  .carrinho span {
    display: none;
  }
  
  .minha-conta {
    height: 100%;
    padding: 10px 0;
    margin: 0 !important;
  }
  
  .minha-conta img {
    vertical-align: middle;
    width: 29px;
    height: auto;
  }
  
  .favoritos {
    height: 100%;
    padding: 10px 0;
    margin: 0 !important;
  }
  
  .favoritos img {
    vertical-align: middle;
    width: 30px;
    height: auto;
  }
  
  #cabecalho .conteiner {
    min-width: 100%;
    padding: 0;
  }
  
  /* Menu Lateral */
  .menu .nivel-dois,
  .menu .nivel-tres,
  .menu.lateral .nivel-um>li>a {
    box-shadow: none;
    /* border: 1px solid #e3e3e3; */
    list-style: disc;
  }
  
  /* FILTRO */
  .filtro {
    box-shadow: none;
    border-right: 1px solid #e3e3e3;
    border-left: 1px solid #e3e3e3;
    border-bottom: 1px solid #e3e3e3;
  }
  
  .ordenar-listagem .filtro-mobile-itens .filtro-coluna>div {
    padding: 10px;
  }
  
  .ordenar-listagem label {
    line-height: 20px;
  }
  
  
  .menu.lateral.outras li .titulo {
    font-size: 1em;
  }
  
  .menu.lateral .titulo {
    font-size: 1em;
  }
  
  .filtro {
    outline: 0;
    padding: 20px 15px 0px 15px;
  }
  
  /* Mobile */
  .atalhos-mobile {
    position: fixed;
    border: 0;
    text-shadow: none;
    height: 42px;
    padding: 15px 10px 0;
    box-shadow: 0px 0px 15px rgb(0 0 0 / 10%);
    z-index: 9997;
  }
  
  .atalhos-mobile ul li {
    border: none;
    display: inline-block;
    width: 25px;
    padding: 0 10px;
  }
  
  .atalhos-mobile ul li a {
    font-size: 43px;
    padding: 0px 0px;
    position: relative;
    top: 0;
    text-shadow: none;
    text-decoration: none;
  }
  
  .atalhos-mobile ul li a img {
    display: block;
    width: 100%;
  }
  
  .atalhos-mobile li:first-child {
    border: none;
    float: left;
    width: 19px;
  }
  
  a.close-menu-action img {
      width: 30px;
      position: absolute;
      top: 20px;
      left: 84%;
      z-index: 1001;
      pointer-events: auto;
  }
  
  /* MD UP */
  @media (min-width: 768px) {
    .close-menu-action {
      display: none !important;
    }
  }
  
  form#formCalcularCep {
    width: 100%;
    display: block;
  }
  
  #formCalcularCep>.form-inline {
    min-width: 100%;
    display: block;
  }
  
  form#formCalcularCep input {
    height: 36px;
    width: 100%;
    max-width: 260px;
    border-radius: 5px;
    border: 1px solid #ccc;
    box-shadow: none;
    color: #666;
    padding-left: 15px;
    position: absolute;
    background: none;
  }
  
  @media(max-width: 767px) {
    form#formCalcularCep input {
      height: 25px;
      font-size: 12px;
    }
  }
  
  .cep {
    display: block;
    width: 100%;
    margin: 0 0 0 0 !important;
  }
  
  .produto .cep ul li .valor {
    margin-right: 4%;
  }
  
  .produto .cep .aviso-disponibilidade {
    font-size: 0.9em;
    line-height: 1.6em;
    font-weight: 600;
  }
  
  .logo a {
    height: 125px;
  }
  
  .logo a img {
    max-height: none;
    width: 160px;
  }
  
  .conteiner .logo {
    margin: 80px 0 20px 0px;
  }
  
  @media (min-width: 768px) {
    .logo a img {
      /* width: 120px !important; */
      margin-left: 70%;
    }
  
    .logo a {
      height: 120px !important;
    }
  
    .conteiner .logo {
      padding: 50px 15px 0 0;
      margin: 0;
    }
  }
  
  #avisoCookies {
    box-shadow: 0 0 20px rgb(0 0 0 / 20%);
    padding: 5px 0 0;
  }
  
  button#btn-aceito-cookies {
    background: #7081d5;
    border: 0;
  }
  
  .lista-redes {
    display: none;
  }
  
  .produto .codigo-produto span {
    font-size: 1em;
    color: #000 !important;
  }
  
  @media (max-width: 767px) {
    .produto .codigo-produto span {
      font-size: 0.9em;
    }
  
    div.span12.visible-phone {
      display: none !important;
    }
  }
  
  .acoes-produto .preco-produto,
  .produto-compartilhar {
    border-width: 0 0 1px !important;
  }
  
  .produto-compartilhar {
    display: none;
  }
  
  .caixa-sombreada {
    box-shadow: none;
  }
  
  .elastislide-carousel ul li.active a {
    border: 0;
    box-shadow: none;
    margin: 0;
  }
  
  .elastislide-carousel ul li a {
    border: 0;
    box-shadow: none;
    width: auto;
    /* height: 0; */
    /* padding-bottom: 100%; */
  }
  
  .elastislide-carousel ul li a span {
    box-shadow: none;
    border: 0;
  }
  
  .atributos .atributo-comum>span:first-child b {
    font-weight: 800;
  }
  
  #carouselImagem .elastislide-carousel ul li a span img {
    width: auto;
    height: auto;
    margin: 0;
    /* padding-bottom: 100%; */
    /* display: block; */
  }
  
  .miniaturas.slides li {
    min-width: 50px !important;
    width: initial !important;
  }
  
  .listagem-item.produto-adicionado .bandeiras-produto .adicionado-carrinho img {
    color: #fff;
    width: 18px;
  }
  
  .alert {
    font-size: 1.1em;
  }
  
  /* BANNER TARJA */
  .bannerCabecalho {
    background: #ffdadb;
    color: #402e2dbd;
    padding: 10px 0px 5PX;
    text-align: center;
    font-size: 1em;
    font-weight: 600;
    position: absolute;
    z-index: 9998;
    width: 100%;
    height: 20px;
    display: none;
  }
  
  @media(max-width: 767px) {
    .bannerCabecalho {
      font-size: 0.8em;
      position: fixed;
    }
  }
  
  
  div#modalContato {
    /* margin: 20px 0 0 0 !important; */
    top: 20%;
    height: 100% !important;
  }
  
  .modal-body.borda-principal {
    overflow: hidden;
  }
  
  @media only screen and (max-width: 767px) {
    .conteudo-topo .busca-mobile {
      padding: 0 10px !important;
      margin: 0 0 10px 0;
    }
  }
  
  .produto .cep ul {
    margin: 30px 0 0 0;
    padding: 12px 10px;
    border-radius: 5px;
  }
  
  .subBanner .container {
    width: 100%;
    /* height: 15px; */
    /* background: #e3eeff; */
    padding: 30px 22px;
  }
  
  .container.subbanner {
    padding: 0 20px;
  }
  
  .subbanner .inner {
    background: #e3eeff;
    padding: 25px 10px;
    display: flex;
  }
  
  .subbanner .inner>span {
    display: block;
    float: left;
    border: 1px solid black;
    flex: 1;
  }
  
  /* Produtos Relacionados */
  .aproveite-tambem>h4 {
    font-size: 1.6em !important;
    font-weight: 600 !important;
    margin: 0 0 20px !important;
  }
  
  .listagem.aproveite-tambem.borda-alpha {
    margin: 15px 0 0 0;
  }
  
  .listagem-item .preco-produto {
    font-size: 1em !important;
    color: #555 !important;
    text-align: center;
  }
  
  .listagem-item .preco-produto strong {
    font-weight: 800 !important;
    font-size: 1em;
  }
  
  /* CONTA */
  
  .minha-conta fieldset {
    margin-bottom: 30px;
  }
  
  .minha-conta fieldset legend {
    font-weight: 800;
  }
  
  .minha-conta fieldset legend i {
    display: none;
  }
  
  .caixa-dados {
    border: 0;
  }
  
  .caixa-info {
    box-shadow: none;
    background: none;
  }
  
  /* WHATSAPP */
  .li-whatsapp a {
    position: fixed;
    right: 25px !important;
    bottom: 25px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px !important;
    height: 50px !important;
    border-radius: 100%;
    background: #56d263 !important;
    text-decoration: none;
    z-index: 99;
  }
  
  .li-whatsapp i {
    font-size: 32px !important;
    color: #fff;
  }
  
  /* BOTÕES */
  .botao {
    border-radius: 5px;
    font-weight: 600;
    border: 0;
    background-image: none;
    background-color: #e3e3e3;
  }
  
  .botao.principal {
    background: #e8237c !important;
    font-weight: 600;
    box-shadow: none;
    border: 0;
  }
  
  .botao.pequeno {
    padding: 8px 12px;
    font-size: 0.9em;
  }
  
  .botao.grande {
    font-size: 21px;
  }
  
  /* FORMS */
  
  /* SM */
  @media(max-width: 767px) {
    .form-horizontal .controls input {
      padding: 10px;
    }
  
    .form-horizontal .control-group .controls {
      margin-left: 0;
    }
  
    .form-horizontal .control-group .controls input {
      width: 90%;
    }
  
    .form-horizontal .control-group .controls input#calcularFrete,
    .form-horizontal .control-group .controls input#usarCupom {
      width: auto;
    }
  }
  
  /* SLIDE BANNER */
  .secao-banners>.conteiner {
    padding: 0 !important;
  }
  
  div.slideBanner {
    display: flex;
    text-align: center;
    margin: 20px 0 0 0;
  }
  
  .slideBanner .item {
    padding: 0;
    flex-grow: 4;
    margin: 0 5px;
  }
  
  .slideBanner .item img {
    width: 100%;
    border-radius: 50%;
    overflow: hidden;
  }
  
  .listagem .titulo-categoria {
      padding: 15px 0;
  }
  
  .zm-viewer img {
      max-width: 175%;
      max-height: 175%;
  }


  /* PAGINA DE PRODUTO */
  img.formas-pagamento-produto-additional-pix {
    display: none;
  }

  div.produto .principal > div {
    border: 1px;
    border-bottom: 0
  }

  @media only screen and (max-width: 767px) {
    .acoes-produto .preco-produto, .produto-compartilhar {
      border: 0;
    }
  }

  /* COMPRE JUNTO */
  div.compre-junto__titulo {
    font-size: 1.6em;
    color: #000;
    padding: 35px 0 10px 0;
    
  }

  .cep {
    width: 100%;
    display: block;
    padding: 10px 0;
  }
  
  .cep label {
    width: 100%;
    font-size: 1.6em;
    font-weight: 600;
    color: #000;
  }

   h1.nome-produto {
    font-size: 1.7em !important;
    line-height: 1.5em !important;
    font-weight: 600 !important;
    color: #000 !important;
    margin: 0 0 0px !important;
  }
  
  @media (max-width: 767px) {
    h1.nome-produto {
      font-size: 1.6em !important;
      text-align: left;
    }
  }
  
  .codigo-produto {
    font-size: 1em !important;
    padding: 0 !important;
    margin: 10px 0 15px !important;
    text-transform: uppercase;
  }
  
  .breadcrumbs ul li a {
    font-size: 1.2em !important;
  }
  
  .info-principal-produto .breadcrumbs ul li:last-child {
    display: 0 8px 0;
  }
  
  @media (max-width: 767px) {
    .breadcrumbs {
      display: none;
      font-size: 0.8em;
    }
  }
  
  a.botao.botao-comprar, .compre-junto__comprar > button {
    height: 100%;
    background: #e8237c !important;
    border-radius: 5px;
    font-size: 1.4em;
    font-weight: 600;
    width: 100% !important;
    box-shadow: none;
    line-height: 45px !important;
    border: 0;
    text-transform: uppercase;
  }
  
  .produto .acoes-produto .comprar .disponibilidade-produto {
    font-size: 1.1em;
    margin-top: 10px;
  }
  
  @media (max-width: 767px) {
    a.botao.botao-comprar, .compre-junto__comprar > button  {
      font-size: 1em;
    }
  
    .produto .acoes-produto .preco-produto .titulo {
      font-size: 26px;
      font-weight: 800;
      color: #000;
    }
  
    .produto .acoes-produto .comprar .disponibilidade-produto {
      font-size: 0.9em;
    }
  }
  
  .comprar {
    width: 100%;
    height: auto;
  }
  
  i.icon-shopping-cart {
    display: none;
  }
  
  .disponibilidade-produto {
    font-size: 15px;
    margin: 16px px 0 0 0;
  }

  .desconto-a-vista {
    display: none;
  }

  .atributos div ul li {
    margin-right: 5px;
  }
  
  .atributos ul li a,
  .atributos ul li a:hover {
    background-color: #fff;
    box-shadow: none;
    margin: 0 2px 0 0;
    position: relative;
    font-weight: 500 !important;
    padding: 5px 5px;
    border: 1px solid #999;
    border-radius: 5px;
  }

  .atributo-comum a span {
    text-align: left;
    font-weight: 500;
    color: #444;
  }

  /* VARIAÇÕES */
  @media only screen and (max-width: 767px) {
    .atributos div ul li {
      width: 100%;
      margin-bottom: 10px;
      border-radius: 5px;
    }
  }

  .parcelas-produto .accordion {
    background-color: #f8f8f9;
    border: 0;
    margin: 0px 0 0 0;
    padding: 0;
    border-radius: 5px;
  }

  .borda-alpha, .borda-alpha * {
    border-color: #fff;
  }

  .pagina-produto .principal .preco-a-partir,
  .pagina-produto .principal .preco-a-partir strong,
  .pagina-produto .principal .preco-promocional {
    display: block;
    width: 100%;
    color: #000;
    font-size: 30px !important;
    font-weight: 700 !important;
  }

  .produto .acoes-produto .preco-parcela {
    font-size: 16px;
  }
  
  .pagina-produto .principal .preco-a-partir span {
    font-size: 0.7em;
    font-weight: 700;
  }

.parcelas-produto .accordion .accordion-group {
  border-width: 3px 0;
  padding: 10px 10px;
}


.parcelas-produto .accordion .accordion-group .accordion-body .accordion-inner {
    padding: 0;
}

.parcelas-produto .accordion .accordion-group .accordion-heading {
    line-height: 0;
}

.parcelas-produto .accordion .accordion-group:first-child {
  display: none;
}

.parcelas-produto .accordion .accordion-group .accordion-heading .text-parcelas {
  font-size: 0.9em;
}

/* COMPRE JUNTO */
.compre-junto__produto--principal .compre-junto__nome a, .compre-junto__produto--grade .compre-junto__nome a {
  color: #000;
}

.compre-junto__preco {
  flex-direction: column-reverse !important; 
}

.compre-junto__preco--promocional, .compre-junto__preco--promocional:empty+.compre-junto__preco--regular {
  color: #000;
  font-size: 1.3em;
  flex-direction: column-reverse;
}

.compre-junto__titulo-total {
  font-size: 1.5em;
}

.compre-junto__produto--principal, .compre-junto__produto, .compre-junto__nome {
  width: 95%;
}

select.compre-junto__atributo--lista {
  width: 100%;
}

.compre-junto__produto {
  padding: 15px 0 10px 0;
}

.compre-junto__produtos {
  padding: 20px 0 40px 0;
}

.compre-junto__produto--principal::after {
  content: "+";
  font-size: 3em;
}

.compre-junto__conteudo--lista .compre-junto__produto--principal .compre-junto__etiqueta {
  background-color: #e8237c;
  color: #fff;
}

.compre-junto__selecionar >input[type="checkbox"], input[type="radio"] {
  width: 10px;
  margin: 0 10px 0 10px ;
}