@font-face {
  font-family: 'optoro-icons';
  src:  url('optoro-icons-v2.eot?2iys64');
  src:  url('optoro-icons-v2.eot?2iys64#iefix') format('embedded-opentype'),
    url('optoro-icons-v2.ttf?2iys64') format('truetype'),
    url('optoro-icons-v2.woff?2iys64') format('woff'),
    url('optoro-icons-v2.svg?2iys64#optoro-icons') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="optoro-icon-"], [class*=" optoro-icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'optoro-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;
}

.optoro-icon-recycle:before {
  content: "\e900";
}
.optoro-icon-donate:before {
  content: "\e901";
}
.optoro-icon-certified:before {
  content: "\e902";
}
.optoro-icon-stock:before {
  content: "\e903";
}
.optoro-icon-tower:before {
  content: "\e904";
}
.optoro-icon-cart-shop:before {
  content: "\e905";
}

