@font-face {
  font-family: 'icomoon';
  src:  url('fonts/icomoon.eot?v30gff');
  src:  url('fonts/icomoon.eot?v30gff#iefix') format('embedded-opentype'),
    url('fonts/icomoon.ttf?v30gff') format('truetype'),
    url('fonts/icomoon.woff?v30gff') format('woff'),
    url('fonts/icomoon.svg?v30gff#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"]:before, [class*=" icon-"]:before {
  /* 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-arrow_back:before {
  content: "\e5c4";
}
.icon-star:before {
  content: "\e838";
}
.icon-home:before {
  content: "\e88a";
}
.icon-lock:before {
  content: "\e897";
}
.icon-photo:before {
  content: "\e410";
}
.icon-info:before {
  content: "\e88e";
}
.icon-info_outline:before {
  content: "\e88f";
}
.icon-face_outline:before {
  content: "\e420";
}
.icon-arrow_back_long:before {
  content: "\e317";
}
.icon-cart:before {
  content: "\e8cc";
}
.icon-store:before {
  content: "\e563";
}
.icon-face:before {
  content: "\e965";
  color: #000;
}
