@font-face {
  font-family: 'icomoon';
  src:  url('fonts/icomoon.eot?jbvy0p');
  src:  url('fonts/icomoon.eot?jbvy0p#iefix') format('embedded-opentype'),
    url('fonts/icomoon.ttf?jbvy0p') format('truetype'),
    url('fonts/icomoon.woff?jbvy0p') format('woff'),
    url('fonts/icomoon.svg?jbvy0p#icomoon') 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: 'icomoon' !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;
}

.icon-delivery-truck:before {
  content: "\e907";
}
.icon-wrench:before {
  content: "\e908";
}
.icon-package:before {
  content: "\e913";
}
.icon-box:before {
  content: "\e912";
}
.icon-protection:before {
  content: "\e911";
}
.icon-logistics-delivery:before {
  content: "\e910";
}
.icon-badge:before {
  content: "\e90d";
}
.icon-shield:before {
  content: "\e90b";
}
.icon-info:before {
  content: "\e906";
}
.icon-close:before {
  content: "\e904";
}
.icon-shopping-bag:before {
  content: "\e905";
}
.icon-right-arrow:before {
  content: "\e902";
}
.icon-left-arrow:before {
  content: "\e903";
}
.icon-zoom-in:before {
  content: "\e900";
}
.icon-fullscreen:before {
  content: "\e901";
}
.icon-cancel:before {
  content: "\e90e";
}
