@font-face {
	font-family: 'icomoon';
	src:url('../fonts/icomoon.eot?-tfscv8');
	src:url('../fonts/icomoon.eot?#iefix-tfscv8') format('embedded-opentype'),
		url('../fonts/icomoon.woff?-tfscv8') format('woff'),
		url('../fonts/icomoon.ttf?-tfscv8') format('truetype'),
		url('../fonts/icomoon.svg?-tfscv8#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-arrow-right:before {
	content: "\e600";
}
.icon-arrow-left:before {
	content: "\e601";
}
.icon-cart:before {
	content: "\e637";
}
.icon-search:before {
	content: "\e67f";
}
.icon-delete:before {
	content: "\e6a8";
}
.icon-star-empty:before {
	content: "\e6ce";
}
.icon-star-full:before {
	content: "\e6d0";
}
.icon-minus:before {
	content: "\e701";
}
.icon-plus:before {
	content: "\e702";
}
