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

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_drop_down:before {
    content: "\f101";
}
