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

.icon-checkmark:before {
  content: "\e911";
}
.icon-loupe:before {
  content: "\e90f";
  color: #70848f;
}
.icon-star-solid:before {
  content: "\e90c";
}
.icon-star-outline:before {
  content: "\e90d";
}
.icon-close:before {
  content: "\e90e";
}
.icon-arrow-right:before {
  content: "\e906";
}
.icon-arrow-left:before {
  content: "\e907";
}
.icon-trash:before {
  content: "\e90a";
  color: #777;
}
.icon-pen:before {
  content: "\e90b";
  color: #777;
}
.icon-instagram:before {
  content: "\e900";
  color: #fff;
}
.icon-facebook:before {
  content: "\e901";
  color: #fff;
}
.icon-heart:before {
  content: "\e902";
  color: #fff;
}
.icon-minus:before {
  content: "\e903";
  color: #777;
}
.icon-plus:before {
  content: "\e904";
  color: #777;
}
.icon-whatsapp:before {
  content: "\e905";
  color: #fff;
}
.icon-user:before {
  content: "\e908";
  color: #70848f;
}
.icon-basket:before {
  content: "\e909";
  color: #70848f;
}
.icon-arrow-down:before {
  content: "\e910";
}
