@font-face {
  font-family: 'icomoon';
  src:  url('fonts/icomoon.eot?z092rh');
  src:  url('fonts/icomoon.eot?z092rh#iefix') format('embedded-opentype'),
    url('fonts/icomoon.ttf?z092rh') format('truetype'),
    url('fonts/icomoon.woff?z092rh') format('woff'),
    url('fonts/icomoon.svg?z092rh#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-account_box_light_icon:before {
  content: "\e900";
}
.icon-account_circle:before {
  content: "\e901";
}
.icon-accout_box_light_icon:before {
  content: "\e902";
}
.icon-add_light_icon:before {
  content: "\e903";
}
.icon-apps_light_icon:before {
  content: "\e904";
}
.icon-arrow_back_light_icon:before {
  content: "\e905";
}
.icon-arrow_drop_up_light_icon:before {
  content: "\e906";
}
.icon-arrow_dropdown_light_icon:before {
  content: "\e907";
}
.icon-arrow_forward_light_icon:before {
  content: "\e908";
}
.icon-arrow_left_light_icon:before {
  content: "\e909";
}
.icon-arrow_right_light_icon:before {
  content: "\e90a";
}
.icon-block_light_icon:before {
  content: "\e90b";
}
.icon-close_light_icon:before {
  content: "\e90c";
}
.icon-delete_light_icon:before {
  content: "\e90d";
}
.icon-download_light_icon:before {
  content: "\e90e";
}
.icon-favorite_light_icon:before {
  content: "\e90f";
}
.icon-help_light_icon:before {
  content: "\e910";
}
.icon-home_light_icon:before {
  content: "\e911";
}
.icon-login_light_icon:before {
  content: "\e912";
}
.icon-logout_light_icon:before {
  content: "\e913";
}
.icon-menu_light_icon:before {
  content: "\e914";
}
.icon-open_in_new_light_icon:before {
  content: "\e915";
}
.icon-open_new_light_icon:before {
  content: "\e916";
}
.icon-play_arrow_light_icon:before {
  content: "\e917";
}
.icon-search_light_icon:before {
  content: "\e918";
}
.icon-sell_light_icon:before {
  content: "\e919";
}
.icon-settings_light_icon:before {
  content: "\e91a";
}
.icon-shopping_bag:before {
  content: "\e91b";
}
.icon-shopping_bag_light_icon:before {
  content: "\e91c";
}
.icon-shopping_bag_speed_light_icon:before {
  content: "\e91d";
}
.icon-sort_by_alpha_light_icon:before {
  content: "\e91e";
}
.icon-star__light_icon:before {
  content: "\e91f";
}
.icon-star_half_light_icon:before {
  content: "\e920";
}
.icon-upload_light_icon:before {
  content: "\e921";
}


/* --- Elementor scaling fixes for IcoMoon custom icon packs ---
   Elementor sometimes controls icon size via width/height instead of font-size.
   These rules ensure the glyph scales with Elementor's icon size controls. */
.elementor-icon [class^="icon-"],
.elementor-icon [class*=" icon-"]{
  font-size: inherit !important;
  width: 1em;
  height: 1em;
  display: inline-block;
}
.elementor-icon [class^="icon-"]::before,
.elementor-icon [class*=" icon-"]::before{
  font-size: inherit !important;
  line-height: 1;
}

