@font-face {
    font-family: 'icomoon';
    src:  url('fonts/icomoon.eot?trjv4v');
    src:  url('fonts/icomoon.eot?trjv4v#iefix') format('embedded-opentype'),
          url('fonts/icomoon.ttf?trjv4v') format('truetype'),
          url('fonts/icomoon.woff?trjv4v') format('woff'),
          url('fonts/icomoon.svg?trjv4v#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: none;
    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-search { vertical-align: middle; }

.icon-search::before {
    content: "\e905";
}
.icon-location::before {
    content: "\e907";
}
.icon-settings::before {
    content: "\e908";
}
.icon-compare::before {
    content: "\e900";
}
.icon-heart::before {
    content: "\e90b";
}
.icon-user::before {
    content: "\e90a";
}
.icon-cart::before {
    content: "\e90f";
}
.icon-list::before {
    content: "\e90d";
}
.icon-grid::before {
    content: "\e90c";
}
.icon-youtube::before {
    content: "\e904";
}
.icon-facebook::before {
    content: "\e902";
}
.icon-pinterest::before {
    content: "\e901";
}
.icon-instagram::before {
    content: "\e903";
}
.icon-arrow::before {
    content: "\e90e";
}
.icon-share::before {
    content: "\e910";
}
.icon-arrow-in-circle::before {
    content: "\e909";
}
