@font-face {
  font-family: "icomoon";
  src: url("../assets/fonts/icomoon.eot?ck5427");
  src: url("../assets/fonts/icomoon.eot?ck5427#iefix")
      format("embedded-opentype"),
    url("../assets/fonts/icomoon.ttf?ck5427") format("truetype"),
    url("../assets/fonts/icomoon.woff?ck5427") format("woff"),
    url("../assets/fonts/icomoon.svg?ck5427#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-clear:before {
  content: "\e906";
}

.icon-x:before {
  content: "\e901";
}

.icon-twitter:before {
  content: "\e901";
}

.icon-instagram:before {
  content: "\e902";
}

.icon-facebook-official:before {
  content: "\e903";
}

.icon-user-circle-o:before {
  content: "\e904";
}

.icon-search:before {
  content: "\e905";
}

.icon-bars:before {
  content: "\e900";
}

.icon-cart-plus:before {
  content: "\e907";
}
