@font-face {
	font-family: 'icomoon';
	src:url('fonts/icomoon-icons.eot');
	src:url('fonts/icomoon-icons.eot#iefix') format('embedded-opentype'),
		url('fonts/icomoon-icons.ttf') format('truetype'),
		url('fonts/icomoon-icons.woff') format('woff'),
		url('fonts/icomoon-icons.svg#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-user-icon:before {
	content: "\e800";
}
.icon-cart-icon:before {
	content: "\e801";
}
.icon-truck-icon:before {
	content: "\e802";
}
.icon-visa-icon:before {
	content: "\e803";
}
.icon-mastercard-icon:before {
	content: "\e804";
}
.icon-americanexpress-icon:before {
	content: "\e805";
}
.icon-discover-icon:before {
	content: "\e806";
}
.icon-paypal-icon:before {
	content: "\e807";
}
.icon-magnifier-icon:before {
	content: "\e808";
}

