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

.icon {
  font-size: 24px;
  color: currentColor;
}

[class^="icon-"],
[class*=" icon-"] {
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-sort:before {
  content: "\e90a";
}
.icon-filters:before {
  content: "\e90b";
}
.icon-home:before {
  content: "\e907";
}
.icon-chat:before {
  content: "\e908";
}
.icon-catalog:before {
  content: "\e909";
}
.icon-time:before {
  content: "\e900";
}
.icon-search:before {
  content: "\e901";
}
.icon-phone:before {
  content: "\e902";
}
.icon-cart:before {
  content: "\e903";
}
.icon-menu:before {
  content: "\e904";
}
.icon-close:before {
  content: "\e905";
}
.icon-location:before {
  content: "\e906";
}

.icon-profile {
  width: 24px;
  height: 24px;
}
.icon-profile:before {
  content: "";
  background: url("../icons/icon-profile.svg") no-repeat center / contain;
  width: 100%;
  height: 100%;
  display: block;
}

@media screen and (max-width: 1439px) {
  .icon {
    font-size: 20px;
  }
}

@media screen and (max-width: 1279px) {
  .icon {
    font-size: 24px;
  }
}

@media screen and (max-width: 767px) {
  .icon {
    font-size: 20px;
  }
}
