/* DESCUENTOS */
.ofertas-especiales-wrapper .oferta-especial-descuento {
  left: 10px !important;
}

.ofertas-especiales-wrapper .oferta-especial-cantidad.porcentaje-descuento {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0 2px 0 10px !important;
  text-align: right;
}

.ofertas-especiales-wrapper .oferta-especial-cantidad.porcentaje-descuento .texto-hasta-descuento {
  font-size: 10px;
  line-height: 13px;
  text-transform: none;
}

.ofertas-especiales-wrapper .oferta-especial-cantidad.porcentaje-descuento .cantidad-descuento {
  font-size: 15px;
  line-height: 19px;
}

/* FOOTER */
footer#footer #upper_footer .widget p.title {
  font-family: 'Playfair Display', serif;
  font-weight: 400;
  margin-bottom: 5px;
  font-size: 17px;
  padding-left: 0px;
  padding-bottom: 0px;
  border-bottom: 0px;
  background: none;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  footer#footer #upper_footer .widget p.title {
    margin-top: 60px;
  }
}