@font-face {
    font-family: 'Glyphter';
    src: url('../fonts/Glyphter.eot');
    src: url('../fonts/Glyphter.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Glyphter.woff') format('woff'),
         url('../fonts/Glyphter.ttf') format('truetype'),
         url('../fonts/Glyphter.svg#Glyphter') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
[class*='icon-']:before{
    display: inline-block;
    font-family: 'Glyphter';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: var(--text-color);
    font-size: var(--lg-size);
}
.icon-delete:before {
    content:'\0041';
}
.icon-heart:before {
    content:'\0042';
}
.icon-magnifiying-glass:before {
    content:'\0043';
}
.icon-shopping-bag:before {
    content:'\0044';
}
.icon-tick:before {
    content:'\0045';
}