.Product-stars {
  cursor: pointer;
  cursor: hand;
}

.star-container {
  margin-right: 0 !important;
}

.star-container svg {
  margin-left: -4px !important;
}

.yotpo-sr-bottom-line-text {
  text-transform: lowercase !important;
}

@media screen and (max-width: 768px) {
.star-container svg {
  margin-left: 2px !important;
  width: 10px;
  height: 15px;
}

.yotpo-sr-bottom-line-text {
  font-size: 12px !important;
  text-transform: lowercase !important;
}
}