@font-face {
  font-family: 'icomoon';
  src:  url('icomoon.eot?7lrg8m');
  src:  url('icomoon.eot?7lrg8m#iefix') format('embedded-opentype'),
    url('icomoon.ttf?7lrg8m') format('truetype'),
    url('icomoon.woff?7lrg8m') format('woff'),
    url('icomoon.svg?7lrg8m#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;
}

[class^="icon-"]::before,
[class*=" icon-"]::before {
  display: inline-block;
  line-height: 1;
  transform-origin: 50% 50%;
}

.icon-basket-shopping::before { content: "\e900"; }
.icon-chevron-down::before { content: "\e901"; }
.icon-chevron-right::before { content: "\e901"; rotate:-90deg }
.icon-chevron-up::before { content: "\e901"; rotate:-180deg }
.icon-chevron-left::before { content: "\e901"; rotate:90deg }
.icon-circle-check::before { content: "\e902"; }
.icon-facebook::before { content: "\e903"; }
.icon-heart::before { content: "\e904"; }
.icon-instagram::before { content: "\e905"; }
.icon-magnifying-glass::before { content: "\e906"; }
.icon-phone::before { content: "\e907"; }
.icon-user::before { content: "\e908"; }
