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

.vmicon: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;
}

.vmicon.vmicon-cart:before {
    content: "\f101";
}
.vmicon.vmicon-close:before {
    content: "\f102";
}
.vmicon.vmicon-gallery-next:before {
    content: "\f103";
}
.vmicon.vmicon-gallery-prev:before {
    content: "\f104";
}
.vmicon.vmicon-input-tick:before {
    content: "\f105";
}
.vmicon.vmicon-menu:before {
    content: "\f106";
}
.vmicon.vmicon-play-btn:before {
    content: "\f107";
}
.vmicon.vmicon-sound-off:before {
    content: "\f108";
}
.vmicon.vmicon-sound-on:before {
    content: "\f109";
}
.vmicon.vmicon-subscribe-btn:before {
    content: "\f10a";
}
.vmicon.vmicon-user:before {
    content: "\f10b";
}
