
/* Icon font */
@font-face {
	font-family: 'icomoon';
	src:url('https://vend-ecom-prod-assets.s3.amazonaws.com/storefront-assets/a9cb2404-4db8-4ad2-9716-937b9674f42a/31bcb4f0-8ec6-11e7-a288-0a6afe88c81b/3cdd2738-8ec6-11e7-a288-0a6afe88c81b.eot');
	src:url('https://vend-ecom-prod-assets.s3.amazonaws.com/storefront-assets/a9cb2404-4db8-4ad2-9716-937b9674f42a/31bcb4f0-8ec6-11e7-a288-0a6afe88c81b/3cdd2738-8ec6-11e7-a288-0a6afe88c81b.eot') format('embedded-opentype'),
        url('https://vend-ecom-prod-assets.s3.amazonaws.com/storefront-assets/a9cb2404-4db8-4ad2-9716-937b9674f42a/31bcb4f0-8ec6-11e7-a288-0a6afe88c81b/3d4fed34-8ec6-11e7-a288-0a6afe88c81b.woff') format('woff'),
		url('https://vend-ecom-prod-assets.s3.amazonaws.com/storefront-assets/a9cb2404-4db8-4ad2-9716-937b9674f42a/31bcb4f0-8ec6-11e7-a288-0a6afe88c81b/3d26bf94-8ec6-11e7-a288-0a6afe88c81b.ttf') format('truetype'),
		url('https://vend-ecom-prod-assets.s3.amazonaws.com/storefront-assets/a9cb2404-4db8-4ad2-9716-937b9674f42a/31bcb4f0-8ec6-11e7-a288-0a6afe88c81b/3d053de9-8ec6-11e7-a288-0a6afe88c81b.svg#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}


[class^="icon-"], [class*=" icon-"] {
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-loading:before {
	content: "\e601";
}
.icon-house:before {
	content: "\e62c";
}
.icon-arrow-down:before {
	content: "\e632";
}
.icon-arrow-right:before {
	content: "\e633";
}
.icon-arrow-up:before {
	content: "\e634";
}
.icon-arrow-left:before {
	content: "\e631";
}
.icon-tick:before {
	content: "\e630";
}
.icon-arrow2-left:before {
	content: "\e62a";
}
.icon-arrow2-right:before {
	content: "\e62d";
}
.icon-youtube:before {
	content: "\e62e";
}
.icon-arrow3-down:before {
	content: "\e602";
}
.icon-arrow4-down:before {
	content: "\e603";
}
.icon-arrow3-left:before {
	content: "\e604";
}
.icon-arrow4-left:before {
	content: "\e605";
}
.icon-arrow3-right:before {
	content: "\e606";
}
.icon-arrow3-up:before {
	content: "\e607";
}
.icon-arrow4-up:before {
	content: "\e608";
}
.icon-arrow4-right:before {
	content: "\e609";
}
.icon-bag:before {
	content: "\e60a";
}
.icon-cart:before {
	content: "\e60b";
}
.icon-circle-cross:before {
	content: "\e60c";
}
.icon-cross:before {
	content: "\e60d";
}
.icon-export:before {
	content: "\e60e";
}
.icon-facebook:before {
	content: "\e60f";
}
.icon-flickr:before {
	content: "\e610";
}
.icon-forward:before {
	content: "\e611";
}
.icon-googleplus:before {
	content: "\e612";
}
.icon-heart:before {
	content: "\e613";
}
.icon-heart2:before {
	content: "\e614";
}
.icon-help:before {
	content: "\e615";
}
.icon-info:before {
	content: "\e616";
}
.icon-instagram:before {
	content: "\e617";
}
.icon-linkedin:before {
	content: "\e618";
}
.icon-mail:before {
	content: "\e619";
}
.icon-maximize:before {
	content: "\e61a";
}
.icon-minus:before {
	content: "\e61b";
}
.icon-pinterest:before {
	content: "\e61c";
}
.icon-plus:before {
	content: "\e61d";
}
.icon-rss:before {
	content: "\e61e";
}
.icon-share:before {
	content: "\e61f";
}
.icon-skype:before {
	content: "\e620";
}
.icon-star:before {
	content: "\e621";
}
.icon-star2:before {
	content: "\e622";
}
.icon-tag:before {
	content: "\e623";
}
.icon-tumblr:before {
	content: "\e624";
}
.icon-twitter:before {
	content: "\e625";
}
.icon-user:before {
	content: "\e626";
}
.icon-gallery:before {
	content: "\e600";
}
.icon-vimeo:before {
	content: "\e627";
}
.icon-share2:before {
	content: "\e628";
}
.icon-nav:before {
	content: "\e62f";
}
.icon-bag2:before {
	content: "\e62b";
}
.icon-mag:before {
	content: "\e629";
}



/* Enhancements to icons */
[class^="icon-"], [class*=" icon-"] {
  display: inline-block;
  position: relative;
  width: 1.28571429em;
  line-height: 1.28571429em;
  text-align: center;
  letter-spacing: 0;
}
[class^="icon-"], [class*=" icon-"] {
  [class^="icon-"], [class*=" icon-"] {
    position: absolute;
    left: 0;
    top: 1.1em;
    width: 100%;
    text-align: center;
    color: $content-bg;
  }
}
.icon-spin{
  -webkit-animation:spin 2s infinite linear;
  -moz-animation:spin 2s infinite linear;
  -o-animation:spin 2s infinite linear;
  animation:spin 2s infinite linear;
}

