.form-group .rating-stars-wrapper {
  display: flex;
  margin: 10px 0;
}

.form-group .rating-star {
  align-items: center;
  display: flex;
  height: 44px;
  justify-content: center;
  line-height: 1;
  margin: 0;
  padding: 0;
  width: 44px
}

.form-group .rating-star:before {
  color: #f3c11b;
  content: "\e91b";
  font-size: 30px;
  line-height: 1;
  font-family: shoptet;
}

.form-group .rating-star.full:before {
  content: "\e91c"
}

.rating-stars-group .rating-star-description {
  width: 100%;
  margin-top: 0;
  margin-bottom: 20px !important;
  color: #8d8d8d;
}

#content .form-group .rating-star-description,#content .form-group .rating-stars-description,.rating-star-description,.rating-stars-description {
  margin-bottom: 0
}

.rating-notice {
  margin-top: 19px
}

#colorbox .rate-wrap .votes,
#ratingWrapper .rate-wrap .votes {
  display: none;
}

:where(.ums_forms_redesign--off) .required-asterisk--before:before {
  content: "*";
  padding-right: .5ch;
  color: #d33a36;
}

.type-detail .product-top .stars-wrapper .js-ratingDialogTrigger,
.type-detail .product-top .stars-wrapper .stars-link {
  padding: 0;
  min-height: unset;
  background: transparent;
  color: #000;
  text-decoration: underline;
  height: auto;
  letter-spacing: 0.2px;
  margin-left: 5px;
  min-width: unset;
  line-height: 1em;
  display: none;
  font-weight: 400;
  font-size: 1em;
}