@font-face {
  font-family: 'icomoon';
  src:  url('../fonts/icomoon/icomoon.eot?6twu19');
  src:  url('../fonts/icomoon/icomoon.eot?6twu19#iefix') format('embedded-opentype'),
    url('../fonts/icomoon/icomoon.ttf?6twu19') format('truetype'),
    url('../fonts/icomoon/icomoon.woff?6twu19') format('woff'),
    url('../fonts/icomoon/icomoon.svg?6twu19#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-cart:before {
  content: "\e909";
}
.icon-clock:before {
  content: "\e902";
}
.icon-calendar-clock:before {
  content: "\e908";
}
.icon-x-cicle:before {
  content: "\e907";
}
.icon-bag:before {
  content: "\e900";
}
.icon-check:before {
  content: "\e901";
}
.icon-folder:before {
  content: "\e903";
}
.icon-hamburger:before {
  content: "\e904";
}
.icon-pointer-map:before {
  content: "\e905";
}
.icon-x:before {
  content: "\e906";
}

