/*!
 *  Icon Font - Ingreen by @f1devs - https://f1devs.com/
 */

@font-face {
  font-family: 'icons-ingreen';
  src:  url('../fonts/icons-ingreen.eot?i9fdvr');
  src:  url('../fonts/icons-ingreen.eot?i9fdvr#iefix') format('embedded-opentype'),
    url('../fonts/icons-ingreen.ttf?i9fdvr') format('truetype'),
    url('../fonts/icons-ingreen.woff?i9fdvr') format('woff'),
    url('../fonts/icons-ingreen.svg?i9fdvr#icons-ingreen') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

i {
  font-family: 'icons-ingreen' ;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.ing-product-sizes:before {
  content: "\e910";
}
.ing-like:before {
  content: "\e90e";
}
.ing-phone:before {
  content: "\e90d";
}
.ing-mobile-menu:before {
  content: "\e90c";
}
.ing-filter-menu:before {
  content: "\e90b";
}
.ing-arrow-sort:before {
  content: "\e90a";
}
.ing-youtube:before {
  content: "\e909";
}
.ing-notify:before {
  content: "\e908";
}
.ing-play:before {
  content: "\e900";
}
.ing-shopping-bag:before {
  content: "\e901";
}
.ing-instagram:before {
  content: "\e902";
}
.ing-facebook:before {
  content: "\e903";
}
.ing-telegram:before {
  content: "\e904";
}
.ing-youtube_xs:before {
  content: "\e90f";
}
.ing-arrow-breadcrumb:before {
  content: "\e905";
}
.ing-arrow-left:before {
  content: "\e906";
}
.ing-arrow-right:before {
  content: "\e907";
}

/* makes the font 33% larger relative to the icon container */
.ing {
  display: inline-block;
  font-size: inherit;
}
.ing-reg {
  font-size: 1.45em;
}
.ing-2x {
  font-size: 2em;
}
.ing-3x {
  font-size: 3em;
}
.ing-4x {
  font-size: 4em;
}
.ing-5x {
  font-size: 5em;
}