/* EMPTY */
.rating{
  display: flex;
}
.rating .average_nr{
  font-size: 18px;
  color: #009DC3;
  line-height: 22px;
  letter-spacing: -0.23px;
  font-weight: bold;
}
.rating .comments_nr{
  margin-left: 5px;
  font-size: 12px;
  letter-spacing: -0.12px;
  color: #9A9B9F;
  text-decoration: underline;
  text-decoration-color: #e3e3e3;
}

.product-comment-list-item .customer_name {
  font-size: 18px;
  font-weight: bold;
  color: #9A9B9F;
  line-height: 22px;
  letter-spacing: -0.13px;
}
.product-comment-list-item .review_date_add {
  font-size: 14px;
  color: #9A9B9F;
}
.product-comment-list-item .rating_grade {
  font-size: 18px;
  color: #009DC3;
  line-height: 22px;
  letter-spacing: -0.23px;
  font-weight: bold;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.product-comment-list-item .customer_name {
}
.product-comment-list-item .customer_name {
}
