.product_review-stars-wrap,.review-cell-star-container{
  display: inline-block;
  font-size: 17px;
  overflow: hidden;
  position: relative;
  vertical-align: middle;
  color: #ed2536;
}
.filled-stars{
  left: 0;
  position: absolute;
  overflow: hidden;
  top: 0;
  white-space: nowrap;
}
.product_review-stars-wrap img,.review-cell-star-container img{
  width: 17px;
}
.product_review-line{
  margin-bottom: 20px;
  cursor: pointer;
}
.product_review-line .text-m{
  display: flex;
  align-items: center;
}
.product_review-line span{
  margin-right: 3px;
}