.rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 13px;
}

div.rating-star {
  margin: -10px 0 25px;
}

.site-rate {
  font-weight: bold;
  line-height: 1;
  color: #555;
  margin-right: 20px;
}

.rating-success, .rating-fail {
  display: none;
}

.reviews-count {
  font-weight: normal;
  line-height: 1;
  color: #555;
  margin-left: 10px;
}

#reviewStars-input {
  padding-top: 7px;
  overflow: hidden;
  *zoom: 1;
  position: relative;
  float: left;
}
#reviewStars-input input:checked ~ .none {
  background: url("/local/components/custom/webpractik.fakerating-custom/img/stars.svg") no-repeat;
}
#reviewStars-input .none {
  background: url("/local/components/custom/webpractik.fakerating-custom/img/stars.svg") no-repeat;
}
#reviewStars-input .none:hover {
  background: url("/local/components/custom/webpractik.fakerating-custom/img/stars.svg") no-repeat;
}
#reviewStars-input .none:hover ~ .none {
  background: url("/local/components/custom/webpractik.fakerating-custom/img/stars.svg") no-repeat;
}
#reviewStars-input input {
  opacity: 0;
  width: 15px;
  height: 15px;
  position: absolute;
  top: 0;
  z-index: 0;
}
#reviewStars-input input:checked ~ .none {
  background-position: 0 -15px;
  height: 15px;
  width: 15px;
}
#reviewStars-input .none {
  background-position: 0 0;
  height: 15px;
  width: 15px;
  float: right;
  cursor: pointer;
  margin-right: 10px;
  position: relative;
  z-index: 1;
}
#reviewStars-input .none:before {
  content: "";
  position: absolute;
  left: 0;
  width: 15px;
  height: 15px;
  background: url("/local/components/custom/webpractik.fakerating-custom/img/stars.svg") no-repeat;
  background-position-y: -15px;
}
#reviewStars-input .none:hover {
  background-position: 0 -15px;
  height: 15px;
  width: 15px;
}
#reviewStars-input .none:hover ~ .none {
  background-position: 0 -15px;
  height: 15px;
  width: 15px;
}
#reviewStars-input .none:hover ~ .none:before {
  display: none;
}
#reviewStars-input #star-0 {
  left: 0;
}
#reviewStars-input #star-1 {
  left: 25px;
}
#reviewStars-input #star-2 {
  left: 50px;
}
#reviewStars-input #star-3 {
  left: 75px;
}
#reviewStars-input #star-4 {
  left: 100px;
}
#reviewStars-input #star-5 {
  left: 125px;
}

.lastrate:before {
  content: "";
  position: absolute;
  width: 7px !important;
  height: 15px;
  background: url("/local/components/custom/webpractik.fakerating-custom/img/stars.svg") no-repeat;
  background-position-y: 0 !important;
}

.lastrate:after {
  content: "";
  position: absolute;
  left: 0;
  width: 15px;
  height: 15px;
  background: url("/local/components/custom/webpractik.fakerating-custom/img/Untitled.svg") no-repeat;
}

.active-label {
  background: url("/local/components/custom/webpractik.fakerating-custom/img/stars.svg") no-repeat;
  background-position: 0 -15px !important;
}

.none-label {
  background-position: 0 0;
  height: 15px;
  width: 15px;
  float: right;
  cursor: pointer;
  margin-right: 10px;
  position: relative;
  z-index: 1;
  background: url("/local/components/custom/webpractik.fakerating-custom/img/stars.svg") no-repeat;
}

@media (max-width: 767px) {
  div.rating-star {
    flex-wrap: wrap;
    height: auto;
  }
}

/*# sourceMappingURL=style.css.map */
