@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-cancel:before{ content: "\f100"; }	    /* Cancel */
.theme_icon-search:before{ content: "\f101"; }      /* Search */
.theme_icon-favorite:before{ content: "\f102"; }    /* Favorite */
.theme_icon-quote:before { content: "\f103"; }      /* Quote */


