@font-face {
  font-family: "Woo_icon";
  src: url("./Theme.woff") format("woff"),
       url("./Theme.svg#Theme") format("svg");
  font-weight: normal;
  font-style: normal;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: "Woo_icon";
    src: url("./Theme.svg#Theme") format("svg");
  }
}

[class^="woo_icon-"]:before, [class*=" woo_icon-"]:before,
[class^="woo_icon-"]:after, [class*=" woo_icon-"]:after {
  font-family: Woo_icon;
  font-size: 125%;
  font-style: normal;
}

.woo_icon-search:before { content: "\f100"; } /* search_158740 */
.woo_icon-commerce:before { content: "\f101"; } /* shopping-bag_142605 */
.woo_icon-heart:before { content: "\f102"; } /* heart_126471 */
.woo_icon-medical:before { content: "\f103"; } /* eye_108341 */
.woo_icon-check:before { content: "\f104"; } /* checked_131882 */
