@font-face {
	font-family: 'icomoon';
	src:url('fonts/icomoon.eot?-11vgby');
	src:url('fonts/icomoon.eot?#iefix-11vgby') format('embedded-opentype'),
		url('fonts/icomoon.ttf?-11vgby') format('truetype'),
		url('fonts/icomoon.woff?-11vgby') format('woff'),
		url('fonts/icomoon.svg?-11vgby#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-cart:before {
	content: "\e600";
}
.icon-plus:before {
	content: "\e601";
}
.icon-minus:before {
	content: "\e602";
}
.icon-sns-twitter:before {
	content: "\e603";
}
.icon-sns-googleplus:before {
	content: "\e604";
}
.icon-sns-facebook:before {
	content: "\e605";
}
