@font-face {
	font-family: 'icomoon';
	src:url('../fonts/icomoon.eot?17xi7p');
	src:url('../fonts/icomoon.eot?#iefix17xi7p') format('embedded-opentype'),
		url('../fonts/icomoon.woff?17xi7p') format('woff'),
		url('../fonts/icomoon.ttf?17xi7p') format('truetype'),
		url('../fonts/icomoon.svg?17xi7p#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-comment:before {
	content: "\e600";    
}
.icon-facebook:before {
	content: "\e601";
}
.icon-globe:before {
	content: "\e602";
}
.icon-home:before {
	content: "\e603";
}
.icon-linkedin:before {
	content: "\e604";
}
.icon-key:before {
	content: "\e605";
}
.icon-notes:before {
	content: "\e606";
}
.icon-person:before {
	content: "\e607";
}
.icon-print:before {
	content: "\e608";
}
.icon-search:before {
	content: "\e609";
}
.icon-twitter:before {
	content: "\e60a";
}
.icon-youtube:before {
	content: "\e60b";
}
.icon-share:before {
    content: "\ea7d";
}
.icon-cart:before {
    content: "\e93a";
    color:rgb(0, 169, 132);
}
.icon-instagram:before {
    content: "\ea92";
}