@font-face {
	font-family: 'stamps-mobile';
	src:url('/static/new_mobile/fonts/icomoon.eot');
	src:url('/static/new_mobile/fonts/icomoon.eot?#iefix') format('embedded-opentype'),
		url('/static/new_mobile/fonts/icomoon.woff') format('woff'),
		url('/static/new_mobile/fonts/icomoon.ttf') format('truetype'),
		url('/static/new_mobile/fonts/icomoon.svg#stamps-mobile') 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: 'stamps-mobile';
	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-star, .icon-mailicon, .icon-phoneicon, .icon-fbicon, .icon-instagramicon, .icon-socmedmailicon, .icon-stamps-icon, .icon-twittericon, .icon-redarrow, .icon-merchantmapicon, .icon-merchantphoneicon {
	font-family: 'stamps-mobile';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
}

.icon-star:before {
	content: "\e60a";
}

.icon-merchantmapicon:before {
	content: "\e608";
}

.icon-merchantphoneicon:before {
	content: "\e609";
}

.icon-redarrow:before {
	content: "\e607";
}

.icon-fbicon:before {
	content: "\e600";
}

.icon-instagramicon:before {
	content: "\e601";
}

.icon-mailicon:before {
	content: "\e602";
}

.icon-phoneicon:before {
	content: "\e603";
}

.icon-socmedmailicon:before {
	content: "\e604";
}

.icon-stamps-icon:before {
	content: "\e605";
}

.icon-twittericon:before {
	content: "\e606";
}
