@charset "UTF-8";

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

@media screen and (-webkit-min-device-pixel-ratio:0) {
	@font-face {
		font-family: 'prdctfltr';
		src: url('fonts/prdctfltr.svg#prdctfltr') format('svg');
	}
}

[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;
  vertical-align:middle;
  -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;
  vertical-align:middle;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.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";
}
.prdctfltr-plus:before {
  content: "\f0007";
}
.prdctfltr-minus:before {
  content: "\f0008";
}
.prdctfltr-eye:before {
  content: "\f0009";
}
.prdctfltr-eye-disabled:before {
  content: "\f0010";
}
.prdctfltr-move:before {
  content: "\f0011";
}
.prdctfltr-instock:before {
  content: "\f0012";
}
