.rating-input {
  font-size: 22px;
  padding-top: .500rem;
}

.rating-input i {
  margin: 0px 2px;
  cursor: pointer;
}

.iqitreviews-rating,
#iqitreviews-snippet {
  white-space: nowrap;
}

#iqit-reviews-top {
  margin: 0 0 0.938rem 0;
}

#iqitreviews-snippet .iqitreviews-rating {
  vertical-align: middle;
  margin-right: 0.375rem;
}

#iqitreviews-snippet .iqitreviews-rating .iqit-review-star {
  font-size: 130%;
}

#iqitreviews-rating-product {
  cursor: pointer;
}

#iqitreviews-rating-product {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.2rem 0;
}

#iqitreviews-rating-product.iqitreviews-simple,
.product_header_container #iqitreviews-rating-product {
  font-size: 1.0625rem;
  line-height: 1.2;
}

#iqitreviews-rating-product .iqit-review-star {
  font-size: 1.35rem;
}

#iqitreviews-rating-product .iqitreviews-nb {
  color: #374151;
  font-size: 1.0625rem;
  font-weight: 600;
  line-height: 1.2;
}

.iqitreviews-lazy-container {
  display: block;
  cursor: pointer;
  border: 1px solid #d6dee8;
  border-radius: 8px;
  background: #f7f9fc;
  transition: background-color .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.iqitreviews-lazy-container:hover,
.iqitreviews-lazy-container:focus {
  background: #eef3f8;
  border-color: #9fb2c6;
  box-shadow: 0 0 0 3px rgba(70, 104, 138, 0.12);
  outline: none;
}

.iqitreviews-lazy-placeholder {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  min-height: 54px;
  padding: 0.95rem 1rem;
  color: #2f3c4d;
  font-size: 1rem;
  font-weight: 600;
}

.iqitreviews-lazy-placeholder-icon {
  color: #d4a017;
  font-size: 1.15rem;
  line-height: 1;
}

.iqitreviews-lazy-placeholder-text {
  color: #2f3c4d;
  line-height: 1.35;
}

#iqitreviews-list>.iqitreviews-review {
  margin: 0 0 0.625rem 0;
  padding: 0 0 0.625rem 0;
}

#iqitreviews-list .iqitreviews-review>.author {
  opacity: 0.7;
  font-size: 0.875rem;
}

#iqitreviews-list .iqitreviews-review>.comment,
#iqitreviews-list .iqitreviews-review>.rating,
#iqitreviews-list .iqitreviews-review>.title {
  margin: 0 0 0.375rem 0;
}

.product-miniature .iqitreviews-simple {
  font-size: .8rem;
}

/*# sourceMappingURL=front.css.map*/
