
  .Ofertas{
  padding: 0;
  text-align: center;
  /* font-family: 'Signika'; */
  background-color: #f7f7f7;
  width: 100%;
  height: 100%;
  /* display: inline-block; */
}


.Ofertas-submenu-wrap{
  width: 100%;
  background-color: #fff;
  display: inline-block;
  position: fixed;
  top: 65px;
  z-index: 8;
}

.Ofertas-submenu{
  margin: 20px 0 0px 0;
}

.Ofertas-submenu ul li{  
  padding: 2px;
  border: 1px solid  #fff;
}

.Ofertas-submenu ul li a{
  color: #000;
  padding: 6px 10px 2px 10px;
  /* padding: 0.5rem 1rem  0 1rem; */
  /* border: 1px solid  transparent; */
  font-size: 0.8rem;
}

.ofertas-sub-item.ativo{
  /* border: 1px solid  #6F2822; */
  border-radius: 3px;
  border-bottom: 6px solid #6F2822;
}
.Ofertas-submenu .ativo{
  color: #6F2822;
  font-weight: 900;
}

@media only screen and (min-width: 1100px) {

  .Ofertas{
    padding: 50px 0;
    display: flex;
    flex-wrap: wrap;  
    padding-bottom: 85px;
  }

  .Ofertas-submenu{
    margin: 60px 0 0px 0;
  }

  .Ofertas-submenu ul li{  
    padding: 4px;
    border: 1px solid  #fff;    
  }

  .Ofertas-submenu ul li a{
    padding: 6px 60px 2px 60px;
    color: #666;  
    font-size: 1.2rem;
    font-weight: 900;
  }

  .ofertas-sub-item.ativo{
    border-bottom: 8px solid #6F2822;
    border-radius: 8px;
  }
}


/* --- conteudo de ofertas ----------------------- */

.Ofertas .Ofertas-wrap{
  padding: 10px;
  width: 100%;
  height: 100%;
  display: inline-block;  
  margin-top: 50px;
}

.Ofertas .Ofertas-col{
  width: 100%;
  height: auto;
  min-height: 100%;
  padding-bottom: 65px;
  overflow: hidden;
  background-color: #f7f7f7;
  text-align: center;
}

.Ofertas .Oferta{
  position: relative;
  float: left;
  width: 46%;
  height: auto;
  padding: 10px 16px;
  padding: 3vw 3vw;
  margin: 2%;
  background-color: #fff;
  box-shadow: -1px 1px 2px #ccc;
  border-radius: 3px;
  text-align: left;
  text-align: center;
}

.Ofertas .Oferta .rotulo, .Oferta-modal .rotulo{
  position: absolute;
  top: -10px;
  right: -10px;
}

.Ofertas .Oferta .foto, .Oferta-modal .foto{
  width: 100%;
  height: 128px;
  max-width: 128px;
  max-height: 128px;
  margin-bottom: 6px;
}

.Ofertas .Oferta .produto, .Oferta-modal .produto{
  font-size: 0.8rem;
  height: 48px;
  overflow: hidden;
  margin-bottom: 6px;
  text-align: left;
  cursor: pointer;
}

.Ofertas .Oferta .de, .Ofertas .Oferta .apenas, .Oferta-modal .de, .Oferta-modal .apenas{
  font-size: 0.8rem;
  position: relative;
  float: left;
  color: #6F2822;
}

.Ofertas .Oferta .de,  .Oferta-modal .de{
  text-decoration: line-through;
}

.Ofertas .Oferta .apenas,  .Oferta-modal .apenas{
  float: right;
  margin: 4px 0 6px 0;
  padding: 0 1vw 0 10vw;
}

.Ofertas .Oferta .tag,  .Oferta-modal .tag{
  background-color: #E5CDC3;
  padding: 6px;
  padding-left: 30px;
  color: #6F2822;
  font-size: 1rem;
  position: relative;
  float: right;
  background-image: url(../../img/tag_esq.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 20px 100%;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  clear: both;
  margin-bottom: 10px;
  font-weight: 900;
  cursor: pointer;
}

.Ofertas .Oferta .tag span,  .Oferta-modal .tag span{
  font-size: 0.8rem;
  margin-right: 4px;
  position: relative;
  top: -3px;
}

.Ofertas .Oferta .preco{
  width: 100%;
}

.Ofertas .Oferta .preco .quantidade, .Ofertas .Oferta .preco .separa{
  display: none;
}

.Ofertas .Oferta .comprar,  .Oferta-modal .comprar{
  background-color: #6F2822;
  padding: 9px;
  padding-left: 32px;
  color: #fff;
  font-size: 1rem;
  font-family: 'Quicksand', sans-serif;
  clear: both;
  width: 100%;
  text-align: center;
  position: relative;
  background-image: url(../../img/carrinho.png);
  background-repeat: no-repeat;
  background-position: 13px 8px;
  background-size: 17px 17px;
  border-radius: 3px;
  cursor: pointer;
}

.Ofertas .Oferta .validade,  .Oferta-modal .validade{
  font-size: 0.7rem;
  color: #4D4D4D;
  width: 100%;
  text-align: center;
  margin-top: 10px;
}

.Ofertas .Oferta .fechar{
  display:none;
}


@media only screen and (min-width: 1100px) {

  .Ofertas .Ofertas-col{
    padding-bottom: 85px;
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
  }

  .Ofertas .Oferta{
    width: auto;
    max-width: 18%;
    flex: 1 0 18%;
    margin: 1%;
    padding: 20px;
    max-width: 18%;
  }

  .Ofertas .Oferta .de, .Oferta-modal .de{
    font-size: 1rem;
  }

  .Ofertas .Oferta .apenas, .Oferta-modal .apenas{
    font-size: 0.9rem;
  }

  .Ofertas .Oferta .apenas,  .Oferta-modal .apenas{
    float: right;
    margin: 4px 0 6px 0;
    padding: 0 12px 0 10px;
  }

  .Ofertas .Oferta .tag,  .Oferta-modal .tag{
    padding: 16px;
    padding-left: 30px;
    font-size: 1.4rem;
  }

  .Ofertas .Oferta .comprar,  .Oferta-modal .comprar{
    padding-left: 9px;
  }

}

/* --- modal de ofertas ----------------------- */


#modalCompraProto{
  display:none;
}

.modal-compra-background{
  position: fixed;
  background-color: rgba(255,255,255,0.9);
  top:0; right:0; bottom: 0; left: 0;
  z-index: 11;
  z-index: 30;
}

.modal-compra{
  position: fixed;
  background-color: #fff;
  border-radius: 3px;
  top: 10vh; right:10vw; bottom: 10vh; left: 10vw;
  z-index: 12;
}

.Oferta-modal{
  padding: 14px;
  box-shadow: 0 0 12px #ccc;
  position: fixed;
  background-color: #fff;
  border-radius: 3px;
  /*top: 10vh; right:10vw; bottom: 10vh; left: 10vw;  */
  top: calc(50% - 200px);
  right: 10vw;
  left: 10vw;
  max-height: 400px;
  z-index: 12;
}

.Oferta-modal .produto{
  text-align: center;
  height: auto;
  height: 32px;
  font-size: 14px;
}

.Oferta-modal .de{
  padding-left: 20px;
}

.Oferta-modal .tag{
  font-size: 1.6rem;
  margin-bottom: 12px;
}

.Oferta-modal .preco{
  width: 100%;
  display: table;
}

.Oferta-modal .quantidade{
  display: table-cell;
  width: 30%;
  border-collapse: separate;
  border-spacing: 10px;
}

.Oferta-modal .preco .separa{
  width: 10%;
  display: table-cell !important;
}

.nice-number button{
  background-color: #6F2822;
  color: #fff;
  border: 0;
  margin: 0 2px;
  padding: 4px 6px;
  font-size: 1.4rem;
  border-radius: 3px;
}

.nice-number input{
  border: 0;
  background-color: #eaeaea;
  padding: 0 2vw;
  font-weight: 900;
}

.Oferta-modal .comprar{
  display: table-cell;
  width: 60%;
}

.Oferta-modal .validade{
  margin-top: 14px;
  font-size: 14px;
}

.Oferta-modal .fechar button{
  margin: 12px auto;
  background-color: #ccc;
  color: #000;
  /* font-family: 'Signika'; */
  display: block;
  border: 0;
  border-radius: 3px;
  padding: 10px 20px;
  cursor: pointer;
}

.compra-sucesso, .compra-erro{
  max-height: 100%;
  max-width: 100%;
  width: auto;
  height: auto;
  max-height: 300px;
  /* position: absolute; */
  /* top: 0; */
  /* bottom: 0; */
  /* left: 0; */
  /* right: 0; */
  margin: auto;
}

.compra-erro{
  max-width: 50px;
  margin: 10vh auto;
}

.compra-sucesso-msg, .compra-erro-msg{
  width: 100%;
  padding: 10px 30px;
  text-align: center;
  color: #333;
  font-size: 1.3rem;
}

.compra-erro-msg{
  color: #6F2822;
}

@media only screen and (min-width: 1100px) {

  .modal-compra-background{
    display: table-cell;
    vertical-align: center;
  }

  .Oferta-modal{
    max-width: 400px;
    max-height: 440px;
    margin: auto auto;
  }

  .Oferta-modal .produto{
    text-align: center;
    height: auto;
    height: 32px;
    font-size: 14px;
  }

}