.bx-rating {
	color: #fcee2c !important;
	line-height: 100%;
	white-space: nowrap;
	display: flex;
	gap: 4px;
}
.bx-rating i.fa {
	cursor: pointer;
}
.fa.bx-star-active {
	color: #fc8214 !important;
}
.fa-star-o::before {
	color: #dcdedc !important;
	content: "\f005" !important;
}
.bx-star-active.fa-star-o::before {
	color: #fc8214 !important;
}
.bx-rating .fa {
	font-size: 24px;
	line-height: 100%;
}