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

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

.store-icon-angle-down:before {
    content: "\e903";
}
.store-icon-angle-left:before {
    content: "\e900";
}
.store-icon-angle-right:before {
    content: "\e901";
}
.store-icon-angle-up:before {
    content: "\e904";
}
.store-icon-envelope:before {
    content: "\e905";
}
.store-icon-map-location-dot:before {
    content: "\e906";
}
.store-icon-phone-flip:before {
    content: "\e902";
}
.store-icon-whatsapp:before {
    content: "\ea93";
}
