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

.custom-icon {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'custom-font-icons' !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;
}

.custom-icon-close:before {
  content: '\e903';
}
.custom-icon-search:before {
  content: '\e906';
}
.custom-icon-eye:before {
  content: '\e905';
}
.custom-icon-bag:before {
  content: '\e902';
}
.custom-icon-arrow-left:before {
  content: '\e900';
}
.custom-icon-arrow-right:before {
  content: '\e901';
}
.custom-icon-heart-filled:before {
  content: '\e904';
}
.custom-icon-heart-outline:before {
  content: '\e907';
}
.custom-icon-download-pdf:before {
  content: '\e909';
}
.custom-icon-download-xls:before {
  content: '\e908';
}
.custom-icon-show-more:before {
  content: '\e90a';
}
