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

.emipro-icon {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'Emipro-icon-Pack', sans-serif !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;
}

.ept-eye:before {
  content: "\e905";
}
.ept-wishlist:before {
  content: "\e906";
}
.ept-compare:before {
  content: "\e900";
}
.ept-search:before {
  content: "\e901";
}
.ept-cart:before {
  content: "\e902";
}
.ept-user:before {
  content: "\e903";
}
.ept-bolt:before {
  content: "\e904";
}
.ept-cross:before {
  content: "\e870";
}
.ept-home:before {
  content: "\e800";
}
.ept-tag:before {
  content: "\e82f";
}
.ept-phone:before {
  content: "\e830";
}
.ept-rocket:before {
  content: "\e84b";
}
.ept-chevron-up:before {
  content: "\e873";
}
.ept-chevron-down:before {
  content: "\e874";
}
.ept-chevron-left:before {
  content: "\e875";
}
.ept-chevron-right:before {
  content: "\e876";
}
.ept-arrow-left:before {
  content: "\e879";
}
.ept-arrow-right:before {
  content: "\e87a";
}
.ept-sync:before {
  content: "\e862";
}
.ept-menu-circle:before {
  content: "\e87e";
}
.ept-category:before {
  content: "\e923";
}
/* Load Mobile Hamburger Menu Icon */
#wrapwrap header nav.navbar .header_middle .middle_first .navbar-toggler .navbar-toggler-icon,
#wrapwrap header nav.navbar .section_left button.navbar-toggler span.navbar-toggler-icon,
#wrapwrap header .navbar-light .navbar-toggler.ept_mobi_toggler span.navbar-toggler-icon {
    mask: url('/theme_clarico_vega/static/src/img/header_icons/menu_1.svg') !important;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    width: 24px;
    height: 25px;
}
