@font-face {
    font-family: woocommerce-photo-reviews-vote-icons;
    src: url(../fonts/vote-icons.eot);
    src: url(../fonts/vote-icons.eot?#iefix) format("embedded-opentype"), url(../fonts/vote-icons.woff2) format("woff2"), url(../fonts/vote-icons.woff) format("woff"), url(../fonts/vote-icons.ttf) format("truetype"), url(../fonts/vote-icons.svg#Flaticon) format("svg");
    font-weight: 400;
    font-style: normal
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    @font-face {
        font-family: woocommerce-photo-reviews-vote-icons;
        src: url(../fonts/vote-icons.svg#Flaticon) format("svg")
    }
}

[class*=" woocommerce-photo-reviews-vote-"]:after, [class*=" woocommerce-photo-reviews-vote-"]:before, [class^=woocommerce-photo-reviews-vote-]:after, [class^=woocommerce-photo-reviews-vote-]:before {
    font-family: woocommerce-photo-reviews-vote-icons;
    font-size: 18px;
    font-style: normal;
    margin: 0
}

.woocommerce-photo-reviews-vote-like-1:before {
    content: "\f100"
}

.woocommerce-photo-reviews-vote-dislike:before {
    content: "\f101"
}

.woocommerce-photo-reviews-vote-like:before {
    content: "\f102"
}

.woocommerce-photo-reviews-vote-dislike-1:before {
    content: "\f103"
}