@font-face {
  font-family: 'dreamline';
  src:  url('../fonts/dreamline.eot?1hc5gj');
  src:  url('../fonts/dreamline.eot?1hc5gj#iefix') format('embedded-opentype'),
    url('../fonts/dreamline.ttf?1hc5gj') format('truetype'),
    url('../fonts/dreamline.woff?1hc5gj') format('woff'),
    url('../fonts/dreamline.svg?1hc5gj#dreamline') 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: 'dreamline' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: middle;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-cart:before {
  content: "\e904";
}
.icon-compare:before {
  content: "\e905";
}
.icon-fb:before {
  content: "\e906";
}
.icon-instagram:before {
  content: "\e907";
}
.icon-mail:before {
  content: "\e90a";
}
.icon-phone:before {
  content: "\e90b";
}
.icon-twitter:before {
  content: "\e90c";
}
.icon-vk:before {
  content: "\e90d";
}

