@font-face {
	font-family: 'internetstyle';
	src:url('fonts/internetstyle.eot');
	src:url('fonts/internetstyle.eot?#iefix') format('embedded-opentype'),
		url('fonts/internetstyle.woff') format('woff'),
		url('fonts/internetstyle.ttf') format('truetype'),
		url('fonts/internetstyle.svg#internetstyle') 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: 'internetstyle';
	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-twitter, .icon-facebook, .icon-youtube, .icon-google, .icon-instagram, .icon-pinterest, .icon-basket, .icon-bag, .icon-cart, .icon-new, .icon-truck, .icon-bullhorn, .icon-heart, .icon-magnifying-glass, .icon-gift, .icon-double-angle-right, .icon-angle-right, .icon-hand-right, .icon-chevron-up, .icon-chevron-down {
	font-family: 'internetstyle';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
}
.icon-twitter:before {
	content: "\21";
}
.icon-facebook:before {
	content: "\22";
}
.icon-youtube:before {
	content: "\23";
}
.icon-google:before {
	content: "\24";
}
.icon-instagram:before {
	content: "\25";
}
.icon-pinterest:before {
	content: "\26";
}
.icon-basket:before {
	content: "\27";
}
.icon-bag:before {
	content: "\28";
}
.icon-cart:before {
	content: "\29";
}
.icon-new:before {
	content: "\2a";
}
.icon-truck:before {
	content: "\2b";
}
.icon-bullhorn:before {
	content: "\2c";
}
.icon-heart:before {
	content: "\2d";
}
.icon-magnifying-glass:before {
	content: "\2e";
}
.icon-gift:before {
	content: "\e001";
}
.icon-double-angle-right:before {
	content: "\f101";
}
.icon-angle-right:before {
	content: "\f105";
}
.icon-hand-right:before {
	content: "\f0a4";
}
.icon-chevron-up:before {
	content: "\f077";
}
.icon-chevron-down:before {
	content: "\f078";
}
