@charset "UTF-8";

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

}

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

.ceefer-icon-eye:before {
  content: "\61";
}
.ceefer-icon-bag:before {
  content: "\62";
}
.ceefer-icon-heart:before {
  content: "\63";
}
.ceefer-icon-compare:before {
  content: "\64";
}
.ceefer-icon-check:before {
  content: "\65";
}
.ceefer-icon-angle-up:before {
  content: "\66";
}
.ceefer-icon-angle-right:before {
  content: "\67";
}
.ceefer-icon-angle-down:before {
  content: "\68";
}
.ceefer-icon-angle-left:before {
  content: "\69";
}
.ceefer-icon-search:before {
  content: "\6a";
}
.ceefer-icon-user:before {
  content: "\6b";
}
.ceefer-icon-clock:before {
  content: "\6c";
}
.ceefer-icon-comment:before {
  content: "\6d";
}
.ceefer-icon-folder:before {
  content: "\6e";
}
.ceefer-icon-download:before {
  content: "\6f";
}
.ceefer-icon-edit:before {
  content: "\70";
}
.ceefer-icon-map:before {
  content: "\71";
}
.ceefer-icon-mail:before {
  content: "\72";
}
.ceefer-icon-home:before {
  content: "\73";
}
.ceefer-icon-phone:before {
  content: "\74";
}
.ceefer-icon-setting:before {
  content: "\75";
}
