.woocommerce .woocommerce-product-rating .star-rating {
  margin-top: 0;
}

.item-price-row {
  display: flex;
  flex-direction: row-reverse;
  justify-content: left;
  color: #EF4922;
  font-weight: bold;
  font-size: 18px;
  line-height: 40px;
}
.item-price-row > ins {
  font-size: 24px;
  line-height: 40px;
  color: #EF4922;
  font-weight: bold;
  margin-right: 8px;
  text-decoration: none;
}
.item-price-row > del {
  text-decoration-line: line-through;
  color: #696969;
  opacity: 0.7;
}

.item-price {
  display: flex;
  flex-direction: column-reverse;
  text-align: right;
}
.item-price > ins {
  text-decoration: none;
}
.item-price > del {
  color: #696969;
  font-size: 14px;
  font-weight: normal;
}

/*# sourceMappingURL=single-product.css.map */
