<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
	font-family: 'icomoon';
	src:url('/e-commex/fonts/icomoon.eot');
	src:url('/e-commex/fonts/icomoon.eot?#iefix') format('embedded-opentype'),
		url('/e-commex/fonts/icomoon.woff') format('woff'),
		url('/e-commex/fonts/icomoon.ttf') format('truetype'),
		url('/e-commex/fonts/icomoon.svg#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* Use the following CSS code if you want to use data attributes for inserting your icons */
[data-icon]:before {
	font-family: 'icomoon';
	content: attr(data-icon);
	speak: none;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
}

/* Use the following CSS code if you want to have a class per icon */
/*
Instead of a list of all class selectors,
you can use the generic selector below, but it's slower:
[class*="icon-"] {
*/
.icon-search, .icon-cart, .icon-login, .icon-link01, .icon-link02, .icon-plus, .icon-minus, .icon-up {
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
}
.icon-search:before {
	content: "\61";
}
.icon-cart:before {
	content: "\62";
}
.icon-login:before {
	content: "\63";
}
.icon-link01:before {
	content: "\64";
}
.icon-link02:before {
	content: "\65";
}
.icon-plus:before {
	content: "\66";
}
.icon-minus:before {
	content: "\67";
}
.icon-up:before {
	content: "\68";
}
</pre></body></html>