@charset "UTF-8";

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

}

[data-icon]:before {
  font-family: "untitled-font-5" !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: "untitled-font-5" !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-logout:before {
  content: "a";
}
.icon-remove-circled-two:before {
  content: "b";
}
.icon-pencil-circled:before {
  content: "c";
}
.icon-eye:before {
  content: "d";
}
.icon-plus:before {
  content: "e";
}
.icon-remove:before {
  content: "f";
}
.icon-arrow-right-thin:before {
  content: "g";
}
.icon-social-facebook:before {
  content: "h";
}
.icon-social-youtube:before {
  content: "i";
}
.icon-mail:before {
  content: "j";
}
.icon-globe-world:before {
  content: "k";
}
.icon-shopping-cart:before {
  content: "l";
}
.icon-lock:before {
  content: "m";
}
.icon-locked:before {
  content: "n";
}
.icon-align-justify:before {
  content: "o";
}
.icon-arrows-ccw:before {
  content: "p";
}
