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

i {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'nav-icons' !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;
}

.in-cart:before {
    content: "\e900";
}
.in-arr-back:before {
    content: "\e901";
}
.in-arr-up:before {
    content: "\e902";
}
.in-home:before {
    content: "\e903";
}
.in-bars1:before {
    content: "\e904";
}
.in-bars2:before {
    content: "\e905";
}
.in-bars3:before {
    content: "\e90b";
}
.in-bars4:before {
    content: "\e906";
}
.in-bars5:before {
    content: "\e907";
}
.in-bars6:before {
    content: "\e90c";
}
.in-close1:before {
    content: "\e908";
}
.in-close2:before {
    content: "\e909";
}
.in-close3:before {
    content: "\e90a";
}
.in-close3a:before {
    content: "\e90d";
}

