/************************ICONS************************/

@font-face {
  font-family: 'icomoon';
  src:  url('../fonts/icomoon.eot?tggnvy');
  src:  url('../fonts/icomoon.eot?tggnvy#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?tggnvy') format('truetype'),
    url('../fonts/icomoon.woff?tggnvy') format('woff'),
    url('../fonts/icomoon.svg?tggnvy#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-products-view:before {
  content: "\e900";
}
.icon-products-view-1:before {
  content: "\e908";
}
.icon-products-view-2:before {
  content: "\e909";
}
.icon-right-arrow3:before {
  content: "\e901";
}
.icon-right-arrow31:before {
  content: "\e902";
}
.icon-cart:before {
  content: "\e906";
}
.icon-love:before {
  content: "\e903";
}
.icon-nav:before {
  content: "\e904";
}
.icon-right-arrow:before {
  content: "\e905";
}
.icon-search:before {
  content: "\e907";
}
.icon-user:before {
  content: "\e90a";
}

/************************ICONS************************/