@font-face {
    font-family: fontello;
    src: url(../../stars/font/fontello.eot?98942117);
    src: url(../../stars/font/fontello.eot?98942117#iefix) format('embedded-opentype'), url(../../stars/font/fontello.woff2?98942117) format('woff2'), url(../../stars/font/fontello.woff?98942117) format('woff'), url(../../stars/font/fontello.ttf?98942117) format('truetype'), url(../../stars/font/fontello.svg?98942117#fontello) format('svg');
    font-weight: 400;
    font-style: normal
}

.custom-rating.active img {
    cursor: pointer
}

.custom-rating.active i {
    cursor: pointer
}

.custom-rating {
    display: inline-block;
    position: relative;
    z-index: 10
}

.custom-rating i[class^=icon-]:before {
    font-family: fontello;
    font-style: normal;
    font-weight: 400;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: .2em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.custom-rating .icon-star:before {
    content: '\e800'
}

.custom-rating .icon-star-empty:before {
    content: '\e801'
}

.custom-rating .icon-star-half-alt:before {
    content: '\f123'
}

.custom-rating i {
    font-family: fontello;
    font-style: normal;
    font-weight: 400;
    display: inline-block;
    text-decoration: inherit;
    font-size: 25px;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    color: #ffe474;
    background: url(../../stars/font/fontello.eot);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.custom-rating i.hover {
    color: #ffa131
}

.tax-rating-alert {
    white-space: nowrap;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 120%;
    background-color: #fff;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    display: inline-block;
    padding: 7px 20px;
    color: #181818;
    z-index: 99999
}

.tax-rating-alert:after {
    content: '';
    display: inline-block;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateY(-100%) translateX(-50%);
    -ms-transform: translateY(-100%) translateX(-50%);
    transform: translateY(-100%) translateX(-50%);
    border: 10px solid transparent;
    border-bottom: 10px solid #fff
}

i[class*=" icon-"]:before {
    font-family: fontello;
    font-style: normal;
    font-weight: 400;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: .2em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}


