
	
@font-face {
	font-family: 'cmania';
	src:url('fonts/cmania.eot');
	src:url('fonts/cmania.eot?#iefix') format('embedded-opentype'),
		url('fonts/cmania.woff') format('woff'),
		url('fonts/cmania.ttf') format('truetype'),
		url('fonts/cmania.svg#cmania') 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: 'cmania';
	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-phone, .icon-magnifying-glass, .icon-mail, .icon-cart, .icon-tablet, .icon-star, .icon-tree, .icon-menu, .icon-facebook, .icon-blogger, .icon-mail-2, .icon-user, .icon-feed, .icon-list, .icon-enter, .icon-google-plus, .icon-twitter, .icon-mobile, .icon-mobile-2 {
	font-family: 'cmania';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
}
.icon-phone:before {
	content: "\e000";
	
}
/* LUPA */
.icon-magnifying-glass:before {
	content: "\e001";
}
/* EMAIL */
.icon-mail:before {
	content: "\e002";
}
/* CARRINHO */
.icon-cart:before {
	content: "\e004";
}
.icon-tablet:before {
	content: "\e003";
}
.icon-star:before {
	content: "\e005";
}
.icon-tree:before {
	content: "\e007";
}
.icon-menu:before {
	content: "\e008";
}
.icon-facebook:before {
	content: "\e009";
}
.icon-blogger:before {
	content: "\e00a";
}
.icon-mail-2:before {
	content: "\e00b";
}
.icon-user:before {
	content: "\e00c";
	color:#6e6f70;
}
.icon-feed:before {
	content: "\e006";
}
.icon-list:before {
	content: "\e00d";
}
.icon-enter:before {
	content: "\e00f";
}
.icon-google-plus:before {
	content: "\e00e";
}
.icon-twitter:before {
	content: "\e010";
}
.icon-mobile:before {
	content: "\e011";
}
.icon-mobile-2:before {
	content: "\e012";
}
