@charset "UTF-8";

@font-face {
  font-family: "one-shop-stop";
  src: url("one-shop-stop.eot");
  src:
    url("one-shop-stop.eot?#iefix") format("embedded-opentype"),
    url("one-shop-stop.woff") format("woff"),
    url("one-shop-stop.ttf") format("truetype"),
    url("one-shop-stop.svg#one-shop-stop") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

[data-icon]:before {
  font-family: "one-shop-stop", fontbeevo, FontAwesome !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^="fa-"]:before,
[class*=" fa-"]:before {
  font-family: "one-shop-stop", fontbeevo, FontAwesome !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fa-coffee,
.fa-cup:before,
.fa-sugar,
.fa-caret-righ {
  -webkit-text-stroke: 0;
}

.fa-coffee:before {
  content: "\e900";
  color: #e4002b;
}
.fa-cup:before {
  content: "\e901";
  color: #e4002b;
}
.fa-sugar:before {
  content: "\e902";
  color: #e4002b;
}
.fa-caret-right:before {
  content: "\61";
}
