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

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

.icondelivery-truck:before {
  content: "\e903";
}
.iconguarantee:before {
  content: "\e900";
}
.iconrefund:before {
  content: "\e901";
}
.iconverified:before {
  content: "\e902";
}
