.star-rating {
  font-family: star !important;
}
.star-rating span {
  font-family: star !important;
}

.content_none {
  flex: 1;
}
.static_main_section .wrapper .content ul li {
  margin-bottom: 0;
}

.woocommerce-checkout-review-order .discount span.small {
  font-weight: 600;
}

.mini-cart {
  position: relative;
}

.mini-cart-loader {
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.7);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 10;
}

.mini-cart.loading .mini-cart-loader {
  display: flex;
}

/* spinner */
.spinner {
  width: 40px;
  height: 40px;
  border: 3px solid #ddd;
  border-top: 3px solid #000;
  border-radius: 50%;
  animation: spin 0.8s linear infinite;
}

.spin-icon .spinner {
  width: 19px;
  height: 19px;

  border: 2px solid #ddd;
  border-top: 2px solid #000;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

.rating-select-hidden,
p.stars {
  position: absolute !important;
  left: -9999px !important;
  width: 1px;
  height: 1px;
  opacity: 0;
}

.custom-rating-stars {
  display: flex;
  gap: 6px;
  margin-top: 8px;
  margin-bottom: 12px;
}

.custom-rating-stars .rating-star svg {
  font-size: 20px;
  line-height: 22px;
  cursor: pointer;
  fill: #ccc;
  transition: color 0.2s ease;
}

.custom-rating-stars .rating-star.selected svg {
  fill: #000;
}

.comment-form-rating {
  display: flex;
  align-items: center;
  gap: 2rem;
}

.comment-form-rating label {
  font-size: 20px;
  line-height: 20px;
}
