@font-face {
    font-family: "icons";
    src: url("./icons.eot?038a896dc13123d94bc53d0180541549#iefix") format("embedded-opentype"),
url("./icons.woff2?038a896dc13123d94bc53d0180541549") format("woff2"),
url("./icons.woff?038a896dc13123d94bc53d0180541549") format("woff");
}

.i:before {
    font-family: icons !important;
    font-style: normal;
    font-weight: normal !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.i.i-x-btn:before {
    content: "\e000";
}
.i.i-fav:before {
    content: "\e100";
}
.i.i-fav-added:before {
    content: "\e101";
}
.i.i-submenu-tick:before {
    content: "\f101";
}
.i.i-spoiler-tick:before {
    content: "\f102";
}
.i.i-select-tick:before {
    content: "\f103";
}
.i.i-prev-btn:before {
    content: "\f104";
}
.i.i-plus-btn:before {
    content: "\f105";
}
.i.i-next-btn:before {
    content: "\f106";
}
.i.i-minus-btn:before {
    content: "\f107";
}
.i.i-f-radio:before {
    content: "\f108";
}
.i.i-f-check:before {
    content: "\f109";
}
.i.i-back-tick:before {
    content: "\f10a";
}
