@charset "UTF-8";

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

}

[data-icon]:before {
  font-family: "wordy" !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: "wordy" !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-user:before {
  content: "b";
}
.icon-facebook:before {
  content: "a";
}
.icon-twitter-alt:before {
  content: "c";
}
.icon-pinterest:before {
  content: "d";
}
.icon-fontawesome-webfont:before {
  content: "e";
}
.icon-basket:before {
  content: "f";
}
.icon-plus:before {
  content: "g";
}
.icon-dot-3:before {
  content: "h";
}
.icon-chevron-up:before {
  content: "i";
}
.icon-up-open-big:before {
  content: "j";
}
.icon-box:before {
  content: "k";
}
.icon-fontawesome-webfont-1:before {
  content: "l";
}
.icon-play-1:before {
  content: "m";
}
.icon-pause-1:before {
  content: "n";
}