@font-face {
	font-family: 'Open Sans';
	src: url('/fonts/OpenSans.eot');
	src: local('Open Sans'), local('OpenSans'),
		url('/fonts/OpenSans.eot?#iefix') format('embedded-opentype'),
		url('/fonts/OpenSans.woff') format('woff'),
		url('/fonts/OpenSans.ttf') format('truetype'),
		url('/fonts/OpenSans.svg#OpenSans') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Open Sans';
	src: url('/fonts/OpenSans-Light.eot');
	src: local('Open Sans Light'), local('OpenSans-Light'),
		url('/fonts/OpenSans-Light.eot?#iefix') format('embedded-opentype'),
		url('/fonts/OpenSans-Light.woff') format('woff'),
		url('/fonts/OpenSans-Light.ttf') format('truetype'),
		url('/fonts/OpenSans-Light.svg#OpenSans-Light') format('svg');
	font-weight: 300;
	font-style: normal;
}

@font-face {
	font-family: 'Open Sans';
	src: url('/fonts/OpenSans-Bold.eot');
	src: local('Open Sans Bold'), local('OpenSans-Bold'),
		url('/fonts/OpenSans-Bold.eot?#iefix') format('embedded-opentype'),
		url('/fonts/OpenSans-Bold.woff') format('woff'),
		url('/fonts/OpenSans-Bold.ttf') format('truetype'),
		url('/fonts/OpenSans-Bold.svg#OpenSans-Bold') format('svg');
	font-weight: bold;
	font-style: normal;
}

@font-face {
  font-family: 'icons';
  src:  url('/fonts/icons.eot?vw9tc3');
  src:  url('/fonts/icons.eot?vw9tc3#iefix') format('embedded-opentype'),
    url('/fonts/icons.ttf?vw9tc3') format('truetype'),
    url('/fonts/icons.woff?vw9tc3') format('woff'),
    url('/fonts/icons.svg?vw9tc3#icons') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icons' !important;
  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-chevron-right:before {
  content: "\e900";
}
.icon-triangle-right:before {
  content: "\e901";
}
.icon-location:before {
  content: "\e902";
}
.icon-email:before {
  content: "\e903";
}
.icon-mobile:before {
  content: "\e906";
}
.icon-phone:before {
  content: "\e904";
}
.icon-shop:before {
  content: "\e905";
}
.icon-facebook:before {
  content: "\ea91";
}
.icon-instagram:before {
  content: "\ea92";
}
