.rating-wrap {
	display:inline-block;
	border:1px solid #ccc;
	position:relative;
	width:166px;
	height:32px;
}

.rating-wrap span {
	color:#000;
	display:inline-block;
	font-size:30px;
	line-height:40px;
	width:29px;
	height:30px;
	text-align:center;
}

.receiptModule .rating-average.rating-wrap span {
	pointer-events: none;
}

.ratePage .rating-wrap:hover svg g#full {
	opacity: 1 !important;
}
/*.ratePage .rating-wrap span:hover g#full,*/
.ratePage .rating-wrap span:hover ~ span g#full {
	opacity: 0 !important;
}

