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

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

.icon-barcode:before {
  content: "\e909";
}
.icon-portugal:before {
  content: "\e90c";
}
.icon-spain:before {
  content: "\e90d";
}
.icon-package-2:before {
  content: "\e903";
}
.icon-peninsula:before {
  content: "\e900";
}
.icon-alarm-clock:before {
  content: "\e901";
}
.icon-package:before {
  content: "\e902";
}
.icon-camera-flash:before {
  content: "\e904";
}
.icon-clock:before {
  content: "\e905";
}
.icon-food:before {
  content: "\e906";
}
.icon-handle-with-care:before {
  content: "\e907";
}
.icon-hands:before {
  content: "\e908";
}
.icon-coins:before {
  content: "\e90a";
}
.icon-clock-24h:before {
  content: "\e90b";
}
.icon-location:before {
  content: "\e90e";
}
.icon-moon:before {
  content: "\e90f";
}
.icon-stamp:before {
  content: "\e910";
}
.icon-sun:before {
  content: "\e911";
}
.icon-technical-support:before {
  content: "\e912";
}

