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

[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-back:before {
    content: "\e911";
}
.icon-tri_arrow_down:before {
    content: "\e90d";
}
.icon-tri_arrow_left:before {
    content: "\e90e";
}
.icon-tri_arrow_right:before {
    content: "\e90f";
}
.icon-tri_arrow_up:before {
    content: "\e910";
}
.icon-glass:before {
    content: "\e90a";
}
.icon-house:before {
    content: "\e90b";
}
.icon-squares:before {
    content: "\e90c";
}
.icon-arrow_double_left:before {
    content: "\e906";
}
.icon-arrow_double_right:before {
    content: "\e907";
}
.icon-arrow_left:before {
    content: "\e908";
}
.icon-arrow_right:before {
    content: "\e909";
}
.icon-menu:before {
    content: "\e900";
}
.icon-qa:before {
    content: "\e901";
}
.icon-member:before {
    content: "\e902";
}
.icon-fb:before {
    content: "\e903";
}
.icon-cart:before {
    content: "\e904";
}
.icon-cancel:before {
    content: "\e905";
}

