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

[class^="icon-custom-"], [class*=" icon-custom-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'customFont' !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-custom-box1:before {
  content: "\e900";
}
.icon-custom-euro:before {
  content: "\e901";
}
.icon-custom-price1:before {
  content: "\e902";
}
