.angular-ratings {
    overflow: hidden;
    *zoom: 1;
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
}

.angular-ratings li {
    float: left;
    width: 1.2em;
    height: 1.2em;
    margin: 0 -.01em;
    text-indent: -500000em;
    background: url(/wp-content/themes/yadmordechai/assets/img/star-empty.png) no-repeat;
    background-size: 100%;
}

.angular-ratings li:after {
    content: none !important;
}

.angular-ratings li.over {
    /*border-color: silver;
    background-color: white;*/
    background-position: 0 -20px;
    cursor: pointer;
    background: url(/wp-content/themes/yadmordechai/assets/img/star-full.png) no-repeat;
    background-size: 100%;
}

.angular-ratings li.active {
    /*border-color: red;
    background-color: yellow;*/
    background-position: 0 -20px;
    background: url(/wp-content/themes/yadmordechai/assets/img/star-full.png) no-repeat;
    background-size: 100%;
}