@charset "UTF-8";

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

}

[data-icon]:before {
  font-family: "ezicon2" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^="icon2-"]:before,
[class*=" icon2-"]:before {
  font-family: "ezicon2" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon2-qrcode:before {
  content: "\61";
}
.icon2-attach:before {
  content: "\62";
}
.icon2-tag-2:before {
  content: "\63";
}
.icon2-talk-chat:before {
  content: "\64";
}
.icon2-barcode:before {
  content: "\65";
}
.icon2-ban:before {
  content: "\66";
}
.icon2-floppy-o:before {
  content: "\67";
}
.icon2-sort:before {
  content: "\68";
}
.icon2-repeat:before {
  content: "\69";
}
.icon2-undo:before {
  content: "\6a";
}
