/* ==================================================
Font-Face Icons
================================================== */

@font-face {
	font-family: 'Icons';
	src:url('/ECommerce/site/Themes/fancybox/customicon/Icons.eot');
	src:url('/ECommerce/site/Themes/fancybox/customicon/Icons.eot?#iefix') format('embedded-opentype'),
		url('/ECommerce/site/Themes/fancybox/customicon/Icons.woff') format('woff'),
		url('/ECommerce/site/Themes/fancybox/customicon/Icons.ttf') format('truetype'),
		url('/ECommerce/site/Themes/fancybox/customicon/Icons.svg#Icons') 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: 'Icons';
	content: attr(data-icon);
	speak: none;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
}

[class^="font-"]:before, [class*=" font-"]:before {
	font-family: 'Icons';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	-webkit-font-smoothing: antialiased;
}

[class^="font-"],
[class*=" font-"]{
	display:inline-block;
	line-height:1em;
}

/* 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*="font-icon-"] {
*/
.font-icon-plus, .font-icon-remove, .font-icon-arrow-simple-right, .font-icon-arrow-simple-left
{
	font-family: 'Icons';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
}
.font-icon-plus:before {
	content: "\e063";
}
.font-icon-remove:before {
	content: "\e05a";
}
.font-icon-arrow-simple-right:before {
	content: "\e0d3";
}
.font-icon-arrow-simple-left:before {
	content: "\e0d5";
}