// stylelint-disable selector-class-pattern

@font-face {
  font-family: 'fontello';
  font-style: normal;
  font-weight: normal;
  src: url("#{$font-base-url-fontello}/fontello.eot");
  src: url("#{$font-base-url-fontello}/fontello.eot#iefix") format("embedded-opentype"),
  url("#{$font-base-url-fontello}/fontello.woff2") format("woff2"),
  url("#{$font-base-url-fontello}/fontello.woff") format("woff"),
  url("#{$font-base-url-fontello}/fontello.ttf") format("truetype"),
  url("#{$font-base-url-fontello}/fontello.svg#fontello") format("svg");
}

.fontello {
  display: inline-block;
  font-family: $font-fontello;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

.fontello-account::before {
  content: $fontello-account;
}

.fontello-appointment::before {
  content: $fontello-appointment;
}

.fontello-arrow-right::before {
  content: $fontello-arrow-right;
}

.fontello-angle-right::before {
  content: $fontello-angle-right;
}

.fontello-atm::before {
  content: $fontello-atm;
}

.fontello-attention::before {
  content: $fontello-attention;
}

.fontello-down::before {
  content: $fontello-down;
}

.fontello-edit::before {
  content: $fontello-edit;
}

.fontello-facebook::before {
  content: $fontello-facebook;
}

.fontello-info::before {
  content: $fontello-info;
}

.fontello-line-solid::before {
  content: $fontello-line-solid;
}

.fontello-locate::before {
  content: $fontello-locate;
}

.fontello-line::before {
  content: $fontello-line;
}

.fontello-more::before {
  content: $fontello-more;
}

.fontello-paw::before {
  content: $fontello-paw;
}

.fontello-phone::before {
  content: $fontello-phone;
}

.fontello-plan::before {
  content: $fontello-plan;
}

.fontello-sign-out::before {
  content: $fontello-sign-out;
}

.fontello-time::before {
  content: $fontello-time;
}

.fontello-view::before {
  content: $fontello-view;
}

.fontello-calendar::before {
  content: $fontello-calendar;
}

.fontello-card::before {
  content: $fontello-card;
}

.fontello-check::before {
  content: $fontello-check;
}

.fontello-cross::before {
  content: $fontello-cross;
}

.fontello-payment-at-shop::before {
  content: $fontello-payment-at-shop;
}

.fontello-payment-off-line::before {
  content: $fontello-payment-off-line;
}

.fontello-arrow-down::before {
  content: $fontello-arrow-down;
}

.fontello-facebook-light::before {
  content: $fontello-facebook-light;
}

.fontello-search::before {
  content: $fontello-search;
}

.fontello-user::before {
  content: $fontello-user;
}

.fontello-shopping-cart::before {
  content: $fontello-shopping-cart;
}

.fontello-shop::before {
  content: $fontello-shop;
}

.fontello-house::before {
  content: $fontello-house;
}

.fontello-dog::before {
  content: $fontello-dog;
}

.fontello-cat::before {
  content: $fontello-cat;
}

.fontello-to-shop::before {
  content: $fontello-to-shop;
}

.fontello-instagram::before {
  content: $fontello-instagram;
}

.fontello-scissor::before {
  content: $fontello-scissor;
}

.fontello-arrow-left-helf::before {
  content: $fontello-arrow-left-helf;
}

.fontello-arrow-right-helf::before {
  content: $fontello-arrow-right-helf;
}

.fontello-decoration::before {
  content: $fontello-decoration;
}

.fontello-reservation::before {
  content: $fontello-reservation;
}

.fontello-payment::before {
  content: $fontello-payment;
}

.fontello-shopping-bag::before {
  content: $fontello-shopping-bag;
}

.fontello-to-home::before {
  content: $fontello-to-home;
}

.fontello-coupon::before {
  content: $fontello-coupon;
}

.fontello-delete::before {
  content: $fontello-delete;
}

.fontello-error::before {
  content: $fontello-error;
}

.fontello-qrcode::before {
  content: $fontello-qrcode;
}
