
/* STAR RATING */
.muzy-theme .kk-star-ratings .kksr-stars .kksr-stars-active {
	right: 0;
}
.txt_rating span{padding: 0 5px; color: #fff}
.txt_rating.pink span{padding: 0 5px; color: #df2b7d}
.txt_rating span.num{
  font-size: 22px;
  font-weight: 500;
}
.avatar-data span{padding: 0 0 0 5px;}
.rate.single-starred {height: 28px;}
.avatar-stars .rate.single-starred {height: 21px;}
.avatar-stars.rate.carousel-starred {height: 21px;}

.stars-bar-rating {
	display:block;
	width:125px;
	height:23px;
	background: #61697b;
	overflow: hidden;
}
.avatar-stars .stars-bar-rating{
	height: 16px;
	width: 97px;
}
.stars-bar-rating i {
	display:block;
	height:25px;
	overflow:hidden;
	background: #fff;
}
.stars-bar-rating i.pinkie{background: #df2b7d;}
.avatar-stars .stars-bar-rating i {
	height: 19px;
}

.stars-bar-rating b {
	display:block;
	margin-top:-25px;
	width:125px;
	height:25px;
	overflow:hidden;
	background-image: url(../images/star1.svg);
	background-repeat: repeat-x;
	background-position: 100% 0%;
	background-size: 25px;
}
.avatar-stars .stars-bar-rating b{
	margin-top: -19px;
	background-size: 19px;
	height: 16px;
}
.avatar-stars .stars-bar-rating.light b{
  background-image: url(../images/star1_light.svg);
}
.events-blocks .avatar-stars{
	padding-top: 2px;
}

.kk-star-ratings::before{
	content: 'הדירוג שלך:';
	padding: 5px 0 0 15px;
	font-size: 22px;
    font-weight: 400;
}
.kk-star-ratings .kksr-stars .kksr-star .kksr-icon, .kk-star-ratings:not(.kksr-disabled) .kksr-stars .kksr-star:hover ~ .kksr-star .kksr-icon {
    background-image: url(../images/star_inactive.svg);
}
.kk-star-ratings .kksr-stars .kksr-stars-active .kksr-star .kksr-icon{
	background-image: url(../images/star_active.svg);
}
.kk-star-ratings.kksr-disabled .kksr-stars .kksr-stars-active .kksr-star .kksr-icon, .kk-star-ratings:not(.kksr-disabled) .kksr-stars:hover .kksr-star .kksr-icon {
    background-image: url(../images/star_selected.svg);
}
.kk-star-ratings .kksr-stars .kksr-star{
	padding-left: 5px;
    padding-right: 0 !important;
}