@charset "UTF-8";

@font-face {
  font-family: "pbtheme";
  src:url("fonts/pbtheme.eot");
  src:url("fonts/pbtheme.eot?#iefix") format("embedded-opentype"),
    url("fonts/pbtheme.woff") format("woff"),
    url("fonts/pbtheme.ttf") format("truetype"),
    url("fonts/pbtheme.svg#pbtheme") format("svg");
  font-weight: normal;
  font-style: normal;

}

[data-icon]:before {
  font-family: "pbtheme" !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^="divicon-"]:before,
[class*=" divicon-"]:before {
  font-family: "pbtheme" !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;
}

.divicon-bar:before {
  content: "\f0001";
}
.divicon-plus:before {
  content: "\f0002";
}
.divicon-audio:before {
  content: "\f0003";
}
.divicon-video:before {
  content: "\f0004";
}
.divicon-cart:before {
  content: "\f0005";
}
.divicon-search:before {
  content: "\f0006";
}
.divicon-minus:before {
  content: "\f0007";
}
