

#stars-rating-review .br-widget {
	height: auto !important;
}

#stars-rating-review .br-widget a {
	width: 48px;
	height: 48px;
	transform: width .52s, opacity .5s;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	display: inline-block;
	opacity: 0.5;
}

#stars-rating-review .br-widget a::after {
	display: none !important;
	content: none !important;
}

#stars-rating-review .br-widget a:first-child {
	background-image: url(../images/emoticons/terrible.png);
}

#stars-rating-review .br-widget a:nth-child(2) {
	background-image: url(../images/emoticons/poor.png);
}

#stars-rating-review .br-widget a:nth-child(3) {
	background-image: url(../images/emoticons/average.png);
}

#stars-rating-review .br-widget a:nth-child(4) {
	background-image: url(../images/emoticons/good.png);
}

#stars-rating-review .br-widget a:nth-child(5) {
	background-image: url(../images/emoticons/excellent.png);
}

#stars-rating-review .br-widget a:hover {
	opacity: 1;
}

#stars-rating-review .br-widget a.br-current  {
	opacity: 1;
	width: 50px;
	height: 50px;
}
