@font-face {
    font-family: 'Helvetica';
	font-display: swap;
    src: url('../fonts/helvetica/HelveticaNeue.ttf')  format('truetype'); /* Safari, Android, iOS */
}
@font-face {
    font-family: 'HelveticaBold';
	font-display: swap;
    src: url('../fonts/helvetica/HelveticaNeueBold.ttf')  format('truetype'); /* Safari, Android, iOS */
}
@font-face {
    font-family: 'HelveticaMedium';
	font-display: swap;
    src: url('../fonts/helvetica/HelveticaMedium.ttf')  format('truetype'); /* Safari, Android, iOS */
}

@font-face {
    font-family: 'icomoon';
	font-display: swap;
    src:  url('../fonts/icomoon/icomoon.eot?nu8rqs');
    src:  url('../fonts/icomoon/icomoon.eot?nu8rqs#iefix') format('embedded-opentype'),
    url('../fonts/icomoon/icomoon.ttf?nu8rqs') format('truetype'),
    url('../fonts/icomoon/icomoon.woff?nu8rqs') format('woff'),
    url('../fonts/icomoon/icomoon.svg?nu8rqs#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-iconfinder-icon:before {
    content: "\e909";
}
.icon-remove:before {
    content: "\e908";
}
.icon-google:before {
    content: "\e907";
}
.icon-tick:before {
    content: "\e906";
}
.icon-instagram-logo:before {
    content: "\e904";
}
.icon-iconmonstr-instagram-11:before {
    content: "\e905";
}
.icon-search:before {
    content: "\e903";
}
.icon-edit:before {
    content: "\e900";
}
.icon-heart:before {
    content: "\e901";
}
.icon-shopping-cart:before {
    content: "\e902";
}