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

.sb {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'Strandbags-Icons' !important;
  speak: none;
  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;
}

.sb-quick-view-selected:before {
  content: "\e90f";
}
.sb-view-range-selected:before {
  content: "\e90e";
}
.sb-checkout:before {
  content: "\e90d";
}
.sb-basket:before {
  content: "\e906";
}
.sb-view-range:before {
  content: "\e90c";
}
.sb-member:before {
  content: "\e907";
}
.sb-guest:before {
  content: "\e908";
}
.sb-about:before {
  content: "\e909";
}
.sb-compare:before {
  content: "\e90a";
}
.sb-loyalty:before {
  content: "\e90b";
}
.sb-pick-up:before {
  content: "\e902";
}
.sb-quick-view:before {
  content: "\e903";
}
.sb-search:before {
  content: "\e904";
}
.sb-stores:before {
  content: "\e905";
}
.sb-delivery:before {
  content: "\e901";
}
.sb-qr-code:before {
  content: "\e900";
}
