@font-face {
	font-family: "Theme_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: "Theme_icon";
		src: url("Theme.svg#Theme") format("svg");
	}
}

[class^="theme_icon-"]:before, [class*=" theme_icon-"]:before,
[class^="theme_icon-"]:after, [class*=" theme_icon-"]:after {
	font-family: Theme_icon;
	font-size: 26px;
	font-style: normal;
	margin-left: 9px;
}

.theme_icon-bag:before { content: "\f100"; }        /* Bag */
.theme_icon-search:before { content: "\f101"; }	    /* Search */
.theme_icon-cart:before { content: "\f102"; }		/* Cart */
.theme_icon-fullscreen:before { content: "\f103"; } /* Full Screen */
.theme_icon-close:before { content: "\f104"; }		/* Close */
.theme_icon-next-arrow:before { content: "\f105"; }	/* Right Arrow */
.theme_icon-comment:before { content: "\f106"; }	/* Chat */
.theme_icon-like:before { content: "\f107"; }	    /* Star */
.theme_icon-home-repair:before { content: "\f108"; }/* Ruller */
.theme_icon-heart:before { content: "\f109"; }		/* Heart */
.theme_icon-exit:before { content: "\f10a"; }       /* Delete */
.theme_icon-mail:before { content: "\f10b"; }       /* Envelopment */
.theme_icon-next:before { content: "\f10c"; }       /* Right Chevron */
.theme_icon-forward:before { content: "\f10d"; }    /* Forward */
.theme_icon-quote:before { content: "\f10e"; }      /* Quote */
.theme_icon-right-arrow:before { content: "\f10f"; }/* Arrow */
