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

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

.flex-icon-auction_currency:before {
  content: "\25ef";
}

.flex-icon-auction_currency {
  vertical-align: -0.08em;
}
