@font-face {
    font-family: "budhub-icons";
    src: url("fonts/budhub-icons.woff2") format("woff2"),
        url("fonts/budhub-icons.ttf") format("truetype"),
        url("fonts/budhub-icons.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: block;
}
.icon, [class^="icon-"], [class*=" icon-"] {
    /* Use !important to prevent extensions from overriding this font. */
    font-family: "budhub-icons" !important;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.icon-attachment:before {
    content: "\f01e";
}
.icon-trash:before {
    content: "\f01d";
}
.icon-calculator:before {
    content: "\f01c";
}
.icon-minus:before {
    content: "\f01b";
}
.icon-catalog:before {
    content: "\f01a";
}
.icon-sorting:before {
    content: "\f019";
}
.icon-search:before {
    content: "\f018";
}
.icon-filters:before {
    content: "\f017";
}
.icon-compare:before {
    content: "\f016";
}
.icon-navigation:before {
    content: "\f015";
}
.icon-quote:before {
    content: "\f013";
}
.icon-download:before {
    content: "\f014";
}
.icon-info:before {
    content: "\f012";
}
.icon-arrow-pixel-down:before {
    content: "\f011";
}
.icon-plus:before {
    content: "\f010";
}
.icon-arrow-pixel-wide:before {
    content: "\f008";
}
.icon-arrow-pixel-right:before {
    content: "\f00a";
}
.icon-arrow-pixel-left:before {
    content: "\f00f";
}
.icon-rt-pixel-corner:before {
    content: "\f00d";
}
.icon-lb-pixel-corner:before {
    content: "\f00e";
}
.icon-close:before {
    content: "\f00c";
}
.icon-burger:before {
    content: "\f00b";
}
.icon-rt-corner:before {
    content: "\f009";
}
.icon-arrow-external:before {
    content: "\f000";
}
.icon-youtube:before {
    content: "\f001";
}
.icon-rb-corner:before {
    content: "\f002";
}
.icon-play:before {
    content: "\f003";
}
.icon-linkedin:before {
    content: "\f004";
}
.icon-instagram:before {
    content: "\f005";
}
.icon-facebook:before {
    content: "\f006";
}
.icon-cart:before {
    content: "\f007";
}