component-promotion-c .itemContainer {
  float: left;
  width: 100%;
  height: auto;
}
component-promotion-c .itemContainer .cover {
  padding: 100% 0 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
}
component-promotion-c .itemContainer .info {
  float: left;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 15px;
  height: auto;
}
component-promotion-c .itemContainer .info .productName {
  font-size: 14px;
  color: #212121;
  font-weight: normal;
  line-height: 25px;
}
component-promotion-c .itemContainer .info .priceContainer {
  margin-top: 5px;
  float: left;
  width: 100%;
  height: auto;
}
component-promotion-c .itemContainer .info .priceContainer .comparePrice {
  color: #8e8e8e;
  font-size: 14px;
  display: inline-block;
  margin-right: 5px;
}
component-promotion-c .itemContainer .info .priceContainer .productPrice {
  font-size: 16px;
  color: red;
  display: inline-block;
}
component-promotion-c .itemContainer .info .priceContainer span.currency {
  font-size: 10px !important;
}
