@font-face {
  font-family: bootstrap-icons;
  src: url(../fonts/bootstrap-icons.woff) format("woff2"),
    url(../fonts/bootstrap-icons.woff2) format("woff");
}
.bi::before,
[class^="bi-"]::before,
[class*=" bi-"]::before {
  display: inline-block;
  font-family: bootstrap-icons !important;
  font-style: normal;
  font-weight: 400 !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: -0.125em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.bi-arrow-right::before {
  content: "\f138";
}
.bi-arrow-left::before {
  content: "\f12f";
}
.bi-plus::before {
  content: "\f4fe";
}
.bi-dash::before {
  content: "\f2ea";
}
.bi-arrow-right-short::before {
  content: "\f135";
}
.bi-arrow-left-short::before {
  content: "\f12c";
}
.bi-basket2-fill::before {
  content: "\f181";
}
.bi-list::before {
  content: "\f479";
}
.bi-x-lg::before {
  content: "\f659";
}
.bi-x::before {
  content: "\f62a";
}
