@font-face {
	font-family: 'icomoon';
	src:url('iconos/icomoon.eot?32x8i3');
	src:url('iconos/icomoon.eot?#iefix32x8i3') format('embedded-opentype'),
		url('iconos/icomoon.woff?32x8i3') format('woff'),
		url('iconos/icomoon.ttf?32x8i3') format('truetype'),
		url('iconos/icomoon.svg?32x8i3#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-shop:before {
  content: "\e900";
}

.icon-birthday-cake:before {
  content: "\f1fd";
}

.icon-cake:before {
  content: "\e901";
}

.icon-tree-cookies:before {
  content: "\f1bb";
}

.icon-cutlery:before {
  content: "\f0f5";
}

