@font-face {
    font-family: 'webshop-icon';
    src: url('../../icons/iconFont/webshop-icon.eot');
    src: url('../../icons/iconFont/webshop-icon.eot') format('embedded-opentype'),
         url('../../icons/iconFont/webshop-icon.woff2') format('woff2'),
         url('../../icons/iconFont/webshop-icon.woff') format('woff'),
         url('../../icons/iconFont/webshop-icon.ttf') format('truetype'),
         url('../../icons/iconFont/webshop-icon.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^='webshop-icon-']::before,
[class*='webshop-icon-']::before,
[class^='webshop-icon-']::after,
[class*='webshop-icon-']::after {
    display: inline-block;
    font-family: 'webshop-icon', sans-serif;
    font-style: normal;
    font-weight: normal;
    speak: never;
    text-decoration: inherit;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.webshop-icon-heart::before {
    content: '\e819';
}

.webshop-icon-heart-filled::before {
    content: '\e80c';
}

.webshop-icon-trash::before {
    content: '\e814';
}

.webshop-icon-check::before {
    content: '\e828';
}

.webshop-icon-plus::before {
    content: '\e835';
}

.webshop-icon-chevron-right::before {
    content: '\e802';
}

.webshop-icon-shopping-cart::after {
    content: '\e812';
}

.webshop-icon-shopping-basket::after {
    content: '\e811';
}

.webshop-icon-shopping-bag::after {
    content: '\e810';
}
