@font-face {
  font-family: 'icon';
  src:  url('fonts/icon.eot?7carjc');
  src:  url('fonts/icon.eot?7carjc#iefix') format('embedded-opentype'),
    url('fonts/icon.ttf?7carjc') format('truetype'),
    url('fonts/icon.woff?7carjc') format('woff'),
    url('fonts/icon.svg?7carjc#icon') 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: 'icon' !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-list_select_icon:before {
  content: "\e90a";
}
.icon-sort_icon:before {
  content: "\e90d";
}
.icon-uncheck_all_icon:before {
  content: "\e90c";
}
.icon-check_all_icon:before {
  content: "\e908";
}
.icon-genre_select_icon:before {
  content: "\e909";
}
.icon-nav_menu_close_icon:before {
  content: "\e906";
}
.icon-nav_menu_hamburger:before {
  content: "\e907";
}
.icon-head_magnifying_icon:before {
  content: "\e903";
}
.icon-head_notification_icon:before {
  content: "\e904";
}
.icon-trailer_play_btn:before {
  content: "\e902";
}
.icon-mylist_btn_on:before {
  content: "\e901";
}
.icon-mylist_btn_off:before {
  content: "\e900";
}
.icon-play:before {
  content: "\ea4f";
}
.icon-facebook:before {
  content: "\ea91";
}
.icon-instagram:before {
  content: "\ea92";
}
.icon-twitter:before {
  content: "\ea96";
}
.icon-youtube:before {
  content: "\ea9d";
}