.header,
.footer-banner {
  width: 100%;
  height: auto;
}
.header img,
.footer-banner img {
  width: 100%;
  height: auto;
}

.ofertas {
  max-width: 600px;
  width: 90%;
  height: auto;
  margin: 40px auto 120px;
  text-align: center;
}

.ofertas.today,
.ofertas.yesterday {
  display: none;
}
.ofertas.today.show,
.ofertas.yesterday.show {
  display: block;
}
.ofertas img {
  width: 100%;
}

.nav-dates {
  text-align: center;
  padding: 0 0 25px;
}
.nav-dates .cta {

}

.ofertas .product-list {
  background-color: #ffffff;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  text-align: center;
  padding: 0 0 15px 0;
  border-radius: 0 0 30px 30px;
}
.ofertas .product-list .product {
  width: 100%;
  height: auto;
  padding: 5%;
}

.ofertas .product-list .product .title {
  margin: 0 auto 5px;
}

.ofertas .product-list .product .product-image {
  width: 70%;
  height: auto;
}

.ofertas .product-list .product .price {
  width: fit-content;
  color: #ffffff;
  background-color: green;
  font-size: 24px;
  padding: 10px 15px;
  margin: auto;
}
.product-unity {
  font-size: 12px;
}

/* Leve X e pague x */
.ofertas .product-list .product .pay-take-disclaimer {
  width: fit-content;
  color: #ffffff;
  background-color: #d25c18;
  font-size: 15px;
  padding: 5px 15px;
  margin: auto;
}

/* Na compra de X sai por */
.ofertas .product-list .product .price-original {
  width: fit-content;
  color: #ffffff;
  background-color: green;
  font-size: 15px;
  padding: 5px 15px;
  margin: auto;
}
.ofertas .product-list .product .buying-disclaimer {
  width: fit-content;
  color: #ffffff;
  background-color: #d25c18;
  font-size: 15px;
  padding: 5px 15px;
  margin: 5px auto 0;
}
.ofertas .product-list .product .price-discount {
  width: fit-content;
  color: #ffffff;
  background-color: green;
  font-size: 24px;
  padding: 10px 15px;
  margin: auto;
}

/* Preço com disclaimer especial */
.ofertas .product-list .product .buying-disclaimer {
  width: fit-content;
  color: #ffffff;
  background-color: #d25c18;
  font-size: 15px;
  padding: 5px 15px;
  margin: 5px auto 0;
}
.ofertas .product-list .product .price-disclaimer {
  width: fit-content;
  color: #ffffff;
  background-color: green;
  font-size: 10px;
  padding: 10px 15px;
  margin: auto;
  text-transform: uppercase;
}

.footer-banner {
  padding: 5%;
}

.footer-disclaimer {
  padding: 10px 5%;
}

@media (max-width: 900px) {

}