@font-face {
	font-family: 'icomoon';
	src:url('fonts/icomoon.eot?w7iwjl');
	src:url('fonts/icomoon.eot?w7iwjl#iefix') format('embedded-opentype'),
		url('fonts/icomoon.ttf?w7iwjl') format('truetype'),
		url('fonts/icomoon.woff?w7iwjl') format('woff'),
		url('fonts/icomoon.svg?w7iwjl#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-search:before {
	content: "\e900";
}
.icon-heart:before {
	content: "\e800";
}
.icon-close:before {
	content: "\e600";
}
.icon-goose:before {
	content: "\e601";
}
.icon-hamburger:before {
	content: "\e602";
}
.icon-prev:before {
	content: "\e603";
}
.icon-next:before {
	content: "\e604";
}

