.promotion {
  position: relative;
  text-align: center;
  margin-bottom: 20px;
  font-size: 10px;
}
.promotion .price {
  font-weight: bold;
  margin: 5px;
}
.promotion .oldPrice {
  color: red;
  text-decoration: line-through;
  padding-right: 5px;
}
.promotion .image {
  position: relative;
}
.promotion .star {
  position: absolute;
  bottom: 0px; right: 0px;
}
.promotion .starDiv {
  position: absolute;
 bottom: 23px; right: 21px; width: 40px; height: 14px;
  text-align: center;
  font-weight: bold; font-size: 9px; color: #f9fc07;
}
.promotion .title {
  font-size: 12px;
  font-weight: bold;
  margin: 3px;
}
.promotion .description {
}
.promotion .expires {
  font-weight: bold;
  margin-top: 5px;
}

