@font-face {
  font-family: 'shopicons';
  src:  url('/fonts/shopicons.eot?kyziw5');
  src:  url('/fonts/shopicons.eot?kyziw5#iefix') format('embedded-opentype'),
    url('/fonts/shopicons.ttf?kyziw5') format('truetype'),
    url('/fonts/shopicons.woff?kyziw5') format('woff'),
    url('/fonts/shopicons.svg?kyziw5#shopicons') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

.si::before {
  font-family: 'shopicons' !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.si-exclamation-circle:before {
  content: "\e91f";
}
.si-view-list:before {
  content: "\e920";
}
.si-view-grid:before {
  content: "\e921";
}
.si-angle-down:before {
  content: "\e900";
}
.si-angle-left:before {
  content: "\e901";
}
.si-angle-right:before {
  content: "\e902";
}
.si-angle-up:before {
  content: "\e903";
}
.si-arrow-down:before {
  content: "\e904";
}
.si-arrow-left:before {
  content: "\e905";
}
.si-arrow-right:before {
  content: "\e906";
}
.si-arrow-up:before {
  content: "\e907";
}
.si-cart:before {
  content: "\e908";
}
.si-check-circle:before {
  content: "\e917";
}
.si-close:before {
  content: "\e918";
}
.si-envelope:before {
  content: "\e919";
}
.si-home:before {
  content: "\e91a";
}
.si-map-pin:before {
  content: "\e91b";
}
.si-phone:before {
  content: "\e91c";
}
.si-search:before {
  content: "\e91d";
}
.si-user:before {
  content: "\e91e";
}
