@font-face {
    font-family: "icons";
    src: url("./icons.eot?4188c75e8c9dd735ba94a84062609237?#iefix") format("embedded-opentype"),
url("./icons.woff2?4188c75e8c9dd735ba94a84062609237") format("woff2"),
url("./icons.woff?4188c75e8c9dd735ba94a84062609237") format("woff"),
url("./icons.ttf?4188c75e8c9dd735ba94a84062609237") format("truetype"),
url("./icons.svg?4188c75e8c9dd735ba94a84062609237#icons") format("svg");
}

i[class^="icon-"]:before, i[class*=" icon-"]: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;
}

.icon-arrow-bottom:before {
    content: "\f101";
}
.icon-arrow-right:before {
    content: "\f102";
}
.icon-arrow-top:before {
    content: "\f103";
}
.icon-check:before {
    content: "\f104";
}
.icon-close:before {
    content: "\f105";
}
.icon-document:before {
    content: "\f106";
}
.icon-gift:before {
    content: "\f107";
}
.icon-group:before {
    content: "\f108";
}
.icon-hamburger-menu:before {
    content: "\f109";
}
.icon-minus:before {
    content: "\f10a";
}
.icon-plus:before {
    content: "\f10b";
}
