@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-close:before { content: "\f102"; }		 /* Close */

.theme_icon-fullscreen:before { content: "\f103"; }	 /* Full Screen */

.theme_icon-like:before { content: "\f104"; }		 /* Star */

.theme_icon-home-repair:before { content: "\f105"; } /* Ruller */

.theme_icon-heart:before { content: "\f106"; }		 /* Heart */

.theme_icon-null:before { content: "\f107"; }	     /* Remove */

.theme_icon-error:before { content: "\f108"; }		 /* Warning */

.theme_icon-close-1:before { content: "\f109";}      /* Error */

.theme_icon-tick:before { content: "\f10a"; }        /* Done */

.theme_icon-telegram:before { content: "\f10b"; }    /* Mail */

.theme_icon-share:before { content: "\f10c"; }       /* Share */

.theme_icon-chat:before { content: "\f10d"; }        /* Comments */

.theme_icon-arrow-left:before { content: "\f10e"; }  /* Left */

.theme_icon-arrow-down:before { content: "\f10f"; }  /* Down */

.theme_icon-arrow-right:before { content: "\f110"; } /* Right */

.theme_icon-arrow-up:before { content: "\f111"; }    /* Up  */

.theme_icon-two-quotes:before { content: "\f112"; }  /* Quotes  */

.theme_icon-link:before { content: "\f113"; }        /* Link   */

.theme_icon-check:before { content: "\f114"; }       /* Check  */



