@font-face {
	font-family: 'Icons';
	src:url('../../fonts/customicon/Icons.eot');
	src:url('../../fonts/customicon/Icons.eot?#iefix') format('embedded-opentype'),
		url('../../fonts/customicon/Icons.woff') format('woff'),
		url('../../fonts/customicon/Icons.ttf') format('truetype'),
		url('../../fonts/customicon/Icons.svg#Icons') format('svg');
	font-weight: normal;
	font-style: normal;
}

[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;
}

.font-icon-plus:before {
	content: "\e063";
}

.font-icon-arrow-simple-right:before {
	content: "\e0d3";
}

.font-icon-remove:before {
	content: "\e05a";
}

.font-icon-arrow-simple-left:before {
	content: "\e0d5";
}