@charset "UTF-8";

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

}

[data-icon]:before {
  font-family: "i3-icon-font" !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^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "i3-icon-font" !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;
}

.icon-twitter:before {
  content: "\61";
}
.icon-lock:before {
  content: "\62";
}
.icon-hamburger:before {
  content: "\63";
}
.icon-close:before {
  content: "\64";
}
.icon-arrow-right-2:before {
  content: "\66";
}
.icon-arrow-right:before {
  content: "\67";
}
.icon-social-usd-outline:before {
  content: "\6b";
}
.icon-ios-cart-outline:before {
  content: "\6c";
}
.icon-link-streamline:before {
  content: "\6e";
}
.icon-checkmark-circled:before {
  content: "\65";
}
.icon-notebook-streamline:before {
  content: "\68";
}
.icon-address-book:before {
  content: "\69";
}
.icon-vcard:before {
  content: "\6a";
}
.icon-key:before {
  content: "\6d";
}
.icon-man-people-streamline-user:before {
  content: "\6f";
}
.icon-user:before {
  content: "\70";
}
.icon-key-1:before {
  content: "\71";
}
.icon-ios-compose-outline:before {
  content: "\73";
}
.icon-ios-location-outline:before {
  content: "\74";
}
.icon-headset:before {
  content: "\72";
}
.icon-chat-support:before {
  content: "\77";
}
.icon-chat-replies:before {
  content: "\75";
}
.icon-messenger:before {
  content: "\76";
}
