@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-shopping-bag:before { content: "\f100"; }		/* Bag  */
.theme_icon-search:before { content: "\f101"; }				/* Search */
.theme_icon-close:before { content: "\f102"; }				/* Close*/
.theme_icon-social-media:before { content: "\f103"; }		/* Instagramm */
.theme_icon-left-arrow:before { content: "\f104"; }			/* Left Arrow */
.theme_icon-right-arrow:before { content: "\f105"; }		/* Right Arrow */
.theme_icon-link-symbol:before { content: "\f106"; }		/* Chains Link */
.theme_icon-arrow:before { content: "\f107"; }				/* Up Arrow */
.theme_icon-construction:before { content: "\f108"; }		/* Ruller */
.theme_icon-bag:before { content: "\f109"; }				/* Button bag */
.theme_icon-star:before { content: "\f10a"; }				/* Star */
.theme_icon-close-button:before { content: "\f10b"; }		/* Close btn */


