.rating-stars {
	font-size: 16px;
	line-height: 1.8;
}[dir] .rating-stars {
	margin: 0;
}

.store-box .store-info-box .rating-stars {
	float: unset;
	font-size: unset;
	line-height: unset;
}

.rating-stars.rating-stars-lg {
	font-size: 20px;
}

.rating-stars.rating-stars-md {
	font-size: 12px;
}

.rating-stars.rating-stars-sm {
	font-size: 10px;
}

.rating-stars.rating-stars-xs {
	font-size: 7px;
}

.rating-stars [class*="star"]:before {
	letter-spacing: 2px;
	font-size: 16px;
	font-family: "Font Awesome 5 Free";
}

.rating-stars .star-0:before {
	content: ''
}
[dir=rtl] .compare-form .compare-rating-count{
	float: left;
	margin-top: 3px;
	padding-right: 4px;
}

.rating-stars .star-1:before {
	content: '\f5c0'
}

.rating-stars .star-2:before {
	content: '\f005'
}

.rating-stars .star-3:before {
	content: '\f005 \f5c0'
}

.rating-stars .star-3.regular-icon:before {
	content: '\f005'
}

.rating-stars .star-4:before {
	content: '\f005 \f005'
}

.rating-stars .star-5:before {
	content: '\f005 \f005 \f5c0'
}

.rating-stars .star-5.regular-icon:before {
	content: '\f005 \f005'
}

.rating-stars .star-6:before {
	content: '\f005 \f005 \f005'
}

.rating-stars .star-7:before {
	content: '\f005 \f005 \f005 \f5c0'
}


.rating-stars .star-7.regular-icon:before {
	content: '\f005 \f005 \f005'
}

.rating-stars .star-8:before {
	 content: '\f005 \f005 \f005 \f005'
}

.rating-stars .star-9:before {
	content: '\f005 \f005 \f005 \f005 \f5c0'
}

.rating-stars .star-9.regular-icon:before {
	content: '\f005 \f005 \f005 \f005'
}

.rating-stars .star-10:before {
	content: '\f005 \f005 \f005 \f005 \f005'
}

[dir=rtl] .solid-icon {
	transform: rotateY(180deg);
}
