

@font-face {
  font-family: 'vs-icons2';
  src:  url('icomoon.eot');
  src:  url('icomoon.eot') format('embedded-opentype'),
	url('icomoon.ttf') format('truetype'),
	url('icomoon.woff') format('woff'),
	url('icomoon.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="vs2-"], [class*=" vs2-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'vs-icons2' !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;
}

.vs2-shop-bag:before {
  content: "\e900";
}

