.product-list-small {
  margin-bottom: 30px;
}

.product-list-small__item {
  padding-bottom: 9px;
  border-bottom: 1px solid #dcdcdc;
  margin-top: 10px;
}

.product-small::after {
  content: '';
  display: table;
  clear: both;
}

.product-small__image {
  float: left;
  margin-right: 11px;
  padding-top: 5px;
  text-decoration: none;
  position: relative;
}

.product-small__digital {
  position: absolute;
  right: -5px;
  bottom: -3px;
}

.product-small__discount {
  float: right;
  margin-right: 2px;
  margin-top: 5px;
}

.product-small__cnt {
  position: relative;
  overflow: hidden;
}

.product-small__title {
  margin-bottom: 7px;
}

.product-small__type {
  font-size: 13px;
  margin-bottom: 9px;
}

.product-small__price-old {
  color: #666666;
  font-size: 13px;
  text-decoration: line-through;
  display: inline;
}

.product-small__price {
  font-size: 15px;
  display: inline-block;
}

.product-small__price-cur {
  font-size: 13px;
  display: inline;
}

.htitle {
  font-size: 18px;
  background-color: gray;
  border-radius: 3px;
  color: white;
  height: 40px;
  line-height: 39px;
  padding: 0 10px;
}

.htitle__icon {
  display: inline-block;
  font-size: 24px;
  vertical-align: middle;
  margin-right: 7px;
}

.htitle__text {
  display: inline;
}

.htitle_big {
  height: 50px;
  line-height: 49px;
  padding: 0 15px;
}

.htitle_green {
  background-color: #8dca2e;
}

.htitle_orange {
  background-color: #ff6e0d;
}

.discount {
  height: 36px;
  line-height: 33px;
  font-size: 14px;
  color: white;
  background-color: #ff8226;
  display: inline-block;
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  -ms-border-radius: 18px;
  -o-border-radius: 18px;
  border-radius: 18px;
  padding: 0 9px 0 9px;
}

.discount__pre {
  display: inline-block;
  line-height: 1;
  vertical-align: middle;
}

.discount__value {
  font-size: 20px;
  display: inline-block;
  line-height: 1;
  vertical-align: middle;
}

.discount__value + .discount__pre {
  position: relative;
  top: 1px;
}

.discount_big.discount {
  height: 44px;
  line-height: 39px;
  font-size: 15px;
  padding: 0 15px 0 11px;
  -webkit-border-radius: 22px;
  -moz-border-radius: 22px;
  -ms-border-radius: 22px;
  -o-border-radius: 22px;
  border-radius: 22px;
}

.discount_big.discount .discount__value {
  font-size: 24px;
}

.discount_big.discount .discount__pre {
  top: 2px;
  position: relative;
}

.discount_small {
  height: 30px;
  line-height: 29px;
  font-size: 13px;
  padding: 0 5px;
}

.discount_small .discount__value {
  font-size: 18px;
}
