@font-face {
  font-family: 'icomoon';
  src:  url('fonts/icomoon.eot?xqrvwo');
  src:  url('fonts/icomoon.eot?xqrvwo#iefix') format('embedded-opentype'),
    url('fonts/icomoon.woff2?xqrvwo') format('woff2'),
    url('fonts/icomoon.ttf?xqrvwo') format('truetype'),
    url('fonts/icomoon.woff?xqrvwo') format('woff'),
    url('fonts/icomoon.svg?xqrvwo#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-info:before {
  content: "\e90a";
}
.icon-information:before {
  content: "\e90a";
}
.icon-cart:before {
  content: "\e900";
}
.icon-cross:before {
  content: "\e909";
}
.icon-Ellipse:before {
  content: "\e908";
}
.icon-tel:before {
  content: "\e907";
}
.icon-hamburger:before {
  content: "\e906";
}
.icon-search:before {
  content: "\e901";
}
.icon-angle-down:before {
  content: "\e902";
}
.icon-angle-up:before {
  content: "\e903";
}
.icon-angle-right:before {
  content: "\e904";
}
.icon-angle-left:before {
  content: "\e905";
}
