@font-face {
  font-family: 'fontello';
  src: url('../font/fontello.eot?13043690');
  src: url('../font/fontello.eot?13043690#iefix') format('embedded-opentype'),
       url('../font/fontello.woff2?13043690') format('woff2'),
       url('../font/fontello.woff?13043690') format('woff'),
       url('../font/fontello.ttf?13043690') format('truetype'),
       url('../font/fontello.svg?13043690#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

[class^="icon-"]:before,
[class*=" icon-"]:before,
[class^="fa-"]:before,
[class*=" fa-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: never;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: .2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Иконки из сборки */
.icon-search:before { content: '\e800'; }
.icon-cancel:before { content: '\e801'; }
.icon-heart:before { content: '\e802'; }
.icon-basket:before { content: '\e803'; }
.icon-user:before { content: '\e804'; }
.icon-logout:before { content: '\e805'; }
.icon-login:before { content: '\e806'; }
.icon-truck:before { content: '\e807'; }
.icon-leaf:before { content: '\e808'; }
.icon-headphones:before { content: '\e809'; }
.icon-left-open:before { content: '\e80a'; }
.icon-right-open:before { content: '\e80b'; }
.icon-star:before { content: '\e80c'; }
.icon-menu:before { content: '\f0c9'; }
.icon-star-half-alt:before { content: '\f123'; }
.icon-angle-circled-left:before { content: '\f137'; }
.icon-angle-circled-right:before { content: '\f138'; }
.icon-user-plus:before { content: '\f234'; }

/* Сопоставление с классами Font Awesome */
.fa-search:before { content: '\e800'; }
.fa-bars:before { content: '\f0c9'; }
.fa-times:before { content: '\e801'; }
.fa-heart:before { content: '\e802'; }
.fa-shopping-cart:before { content: '\e803'; }
.fa-user:before { content: '\e804'; }
.fa-user-plus:before { content: '\f234'; }
.fa-sign-out-alt:before { content: '\e805'; }
.fa-sign-in-alt:before { content: '\e806'; }
.fa-truck:before { content: '\e807'; }
.fa-leaf:before { content: '\e808'; }
.fa-headset:before { content: '\e809'; }
.fa-chevron-left:before { content: '\e80a'; }
.fa-chevron-right:before { content: '\e80b'; }
.fa-star:before { content: '\e80c'; }
.fa-star-half-alt:before { content: '\f123'; }

.fa-heart-broken:before { content: '\f028'; }
.fa-shopping-bag:before { content: '\f290'; }