@font-face {
    font-family: 'icomoon';
    src: url('fonts/icomoon.ttf?5k55cd') format('truetype'),
    url('fonts/icomoon.woff?5k55cd') format('woff'),
    url('fonts/icomoon.svg?5k55cd#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: never;
    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-shopping-cart:before {
    content: "\e907";
}

.icon-angle-down:before {
    content: "\e900";
}

.icon-angle-up:before {
    content: "\e901";
}

.icon-angle-right:before {
    content: "\e902";
}

.icon-angle-left:before {
    content: "\e903";
}

.icon-chevron-right:before {
    content: "\e904";
}

.icon-chevron-left:before {
    content: "\e905";
}

.icon-bars:before {
    content: "\e906";
}

.icon-navicon:before {
    content: "\e906";
}

.icon-reorder:before {
    content: "\e906";
}

.icon-location:before {
    content: "\e947";
}

.icon-search:before {
    content: "\e986";
}

.icon-bin:before {
    content: "\e9ac";
}

.icon-bin2:before {
    content: "\e9ad";
}

.icon-instagram:before {
    content: "\ea92";
}

.icon-whatsapp:before {
    content: "\ea93";
}

.icon-telegram:before {
    content: "\ea95";
}

.icon-youtube:before {
    content: "\ea9d";
}

.fa {
    font-family: "icomoon" !important;
}

i.fa {
    font-style: normal;
}

.fa-shopping-cart:before {
    content: "\e907";
}

.fa-angle-down:before {
    content: "\e900";
}

.fa-angle-up:before {
    content: "\e901";
}

.fa-angle-right:before {
    content: "\e902";
}

.fa-angle-left:before {
    content: "\e903";
}

.fa-chevron-right:before {
    content: "\e904";
}

.fa-chevron-left:before {
    content: "\e905";
}

.fa-bars:before {
    content: "\e906";
}

.fa-map-marker:before {
    content: "\e947";
}

.fa-search:before {
    content: "\e986";
}

.fa-instagram:before {
    content: "\ea92";
}

.fa-whatsapp:before {
    content: "\ea93";
}

.fa-telegram:before {
    content: "\ea95";
}

.fa-youtube:before {
    content: "\ea9d";
}


