@charset "UTF-8";

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

.icon-basket:before,
.icon-dollar:before {
  font-family: 'icons-font';
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
/*  opacity: 0.7;*/
/* Uncomment for 3D effect */
/* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
/* fix buttons height */
  line-height: 1em;
/* you can be more comfortable with increased icons size */
  font-size: 120%; 
}

.icon-basket:before { content: '\e73d'; } /* '' */
.icon-dollar:before { content: '💵'; } /* '\1f4b5' */