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

i.customicon {
  /* 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-quick-view:before {
  content: "\e90f";
}
.icon-full-view:before {
  content: "\e910";
}
.icon-arrow_left_2:before {
  content: "\e900";
}
.icon-arrow_left:before {
  content: "\e901";
}
.icon-arrow_right_2:before {
  content: "\e902";
}
.icon-arrow_right:before {
  content: "\e903";
}
.icon-arrow_up_2:before {
  content: "\e904";
}
.icon-arrow_up:before {
  content: "\e905";
}
.icon-hamburger-menu:before {
  content: "\e906";
}
.icon-photo-expand:before {
  content: "\e907";
}
.icon-search:before {
  content: "\e908";
}
.icon-share:before {
  content: "\e909";
}
.icon-star-empty:before {
  content: "\e90a";
  color: #f2f3f4;
}
.icon-star-full .path1:before {
  content: "\e90b";
  color: rgb(242, 243, 244);
}
.icon-star-full .path2:before {
  content: "\e90c";
  margin-left: -1em;
  color: rgb(5, 28, 44);
}
.icon-arrow_down_2:before {
  content: "\e90d";
}
.icon-arrow_down:before {
  content: "\e90e";
}
