
#review_form .stars a {
	display: inline-block;
	font-size: 0;
	-webkit-margin-end: 15px;
	margin-inline-end: 15px;
}

#review_form .stars a:before {
	content: "󩌍";
	-webkit-transition: all .2s ease-out;
	transition: all .2s ease-out;
}

#review_form .stars a.star-2:before {
	content: "󩌍󩌍";
}

#review_form .stars a.star-3:before {
	content: "󩌍󩌍󩌍";
}

#review_form .stars a.star-4:before {
	content: "󩌍󩌍󩌍󩌍";
}

#review_form .stars a.star-5:before {
	content: "󩌍󩌍󩌍󩌍󩌍";
}

#review_form .stars a:before {
	font-size: 1rem;
	font-family: "xstore-icons";
	color: var(--et_border-color);
	-webkit-text-fill-color: currentColor;
}

#review_form .stars a.active:before, #review_form .stars a:hover:before {
	color: var(--et_yellow-color);
	-webkit-text-fill-color: currentColor;
}
