	/*
  	product-icon icon font: product-icon
  	Creation date: 01/12/2017 11:25
  	*/

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

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

[class^="product-icon-"]:before, [class*=" product-icon-"]:before,
[class^="product-icon-"]:after, [class*=" product-icon-"]:after {   
  font-family: product-icon;
  font-size: 20px;
  font-style: normal;
  margin-left: 20px;
}

.flaticon-printer:before { content: "\f100"; }
.flaticon-play-button:before { content: "\f101"; }
.flaticon-open-book:before { content: "\f102"; }
.flaticon-technology:before { content: "\f103"; }