/* /templates2_0/module/goods/price.less */
.goods_price-item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  font-size: 18px;
}
.goods_price-item:before {
  content: attr(data-weight);
  float: right;
  -webkit-order: 3;
  -ms-flex-order: 3;
  order: 3;
  font-size: smaller;
}
.goods_price-item:after {
  content: '\20BD';
  font-family: Utkonos;
  display: inline;
  font-weight: bold;
  margin-left: .3em;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
}
.goods_price.has_old_price .goods_price-item.old_price {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.goods_price.has_old_price .goods_price-item.current {
  color: #ff8a00;
}
.goods_price-item.old_price {
  font-size: 18px;
  color: #777;
  display: none;
}
.goods_price-item.old_price span {
  text-decoration: line-through;
  text-decoration-style: solid;
  text-decoration-color: rgba(0,0,0,0.3);
}
.goods_price-item.action {
  color: #ff8a00;
}
.goods_price-profit {
  color: #ff0000;
  font-size: 11px;
  font-family: Utkonos;
  font-weight: bold;
  margin-top: 5px;
}
.goods_price-profit .value:after {
  content: '\20BD';
  font-family: Utkonos;
  display: inline;
  font-weight: bold;
  margin-left: .3em;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
}
