@charset "UTF-8";

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

}

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

.prdctfltr-bars:before {
  content: "\f0001";
}
.prdctfltr-delete:before {
  content: "\f0002";
}
.prdctfltr-sale:before {
  content: "\f0003";
}
.prdctfltr-down:before {
  content: "\f0004";
}
.prdctfltr-up:before {
  content: "\f0005";
}
.prdctfltr-filter:before {
  content: "\f0006";
}
