@import "variables";

@font-face {
  font-family: '#{$icomoon-font-family}';
  src:  url('#{$icomoon-font-path}/#{$icomoon-font-family}.eot?oo0zvt');
  src:  url('#{$icomoon-font-path}/#{$icomoon-font-family}.eot?oo0zvt#iefix') format('embedded-opentype'),
    url('#{$icomoon-font-path}/#{$icomoon-font-family}.ttf?oo0zvt') format('truetype'),
    url('#{$icomoon-font-path}/#{$icomoon-font-family}.woff?oo0zvt') format('woff'),
    url('#{$icomoon-font-path}/#{$icomoon-font-family}.svg?oo0zvt##{$icomoon-font-family}') 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-font-family}' !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-gift-bag {
  &:before {
    content: $icon-gift-bag; 
  }
}
.icon-filter-line {
  &:before {
    content: $icon-filter-line; 
  }
}
.icon-location-pin {
  &:before {
    content: $icon-location-pin; 
  }
}
.icon-lock3 {
  &:before {
    content: $icon-lock3; 
  }
}
.icon-instagram2 {
  &:before {
    content: $icon-instagram2; 
  }
}
.icon-youtube4 {
  &:before {
    content: $icon-youtube4; 
  }
}
.icon-facebook3 {
  &:before {
    content: $icon-facebook3; 
  }
}
.icon-bag-shopping {
  &:before {
    content: $icon-bag-shopping; 
  }
}
.icon-trash {
  &:before {
    content: $icon-trash; 
  }
}
.icon-user2 {
  &:before {
    content: $icon-user2; 
  }
}
.icon-mobile {
  &:before {
    content: $icon-mobile; 
  }
}
.icon-plus4 {
  &:before {
    content: $icon-plus4; 
  }
}
.icon-heart-outline {
  &:before {
    content: $icon-heart-outline; 
  }
}
.icon-location-marker {
  &:before {
    content: $icon-location-marker; 
  }
}
.icon-mail {
  &:before {
    content: $icon-mail; 
  }
}
.icon-phone1 {
  &:before {
    content: $icon-phone1; 
  }
}
.icon-arrow-circle-left {
  &:before {
    content: $icon-arrow-circle-left; 
  }
}
.icon-arrow-circle-right {
  &:before {
    content: $icon-arrow-circle-right; 
  }
}
.icon-cash_on_delivery {
  &:before {
    content: $icon-cash_on_delivery; 
  }
}
.icon-checklist {
  &:before {
    content: $icon-checklist; 
  }
}
.icon-checkout {
  &:before {
    content: $icon-checkout; 
  }
}
.icon-shopping-bag {
  &:before {
    content: $icon-shopping-bag; 
  }
}

