.aggregate-rating > a,
.aggregate-rating > div > a {
  display: flex;
  gap:10px;
}
.aggregate-rating,
.aggregate-rating a {
  color: #1a1a1a;
}
.aggregate-rating .star+div,.aggregate-rating .stars {
  display: inline-block;
  margin-bottom: 0;
  height: 24px;
}
 .stars-default {
  width: 118px;
  height: 24px;
  flex-shrink: 0;
}
 .star-rating {
  height: 24px !important;
}
.star-rating {
  height: 24px !important;
  overflow: hidden;
  background: url(../images/ic_star_rating.svg) repeat-x 0 center;
}

.aggregate-rating a:hover {
  color: #555;
}
@media (max-width:600px) {
  .aggregate-rating > a, .aggregate-rating > div > a {
    flex-direction: column;
  }
}