/************************ICONS************************/
@font-face {
  font-family: 'icomoon';
  src: url('../fonts/icomoon.eot?ta557b');
  src: url('../fonts/icomoon.eot?ta557b#iefix') format('embedded-opentype'), 
    url('../fonts/icomoon.ttf?ta557b') format('truetype'), 
    url('../fonts/icomoon.woff?ta557b') format('woff'), 
    url('../fonts/icomoon.svg?ta557b#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[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-down-arrow-icon:before {
    content: "\e900";
}

.icon-gride-icon:before {
    content: "\e901";
}

.icon-left-arrow-icon:before,
.icon-right-arrow3:before {
    content: "\e902";
}

.icon-list-view-icon:before {
    content: "\e903";
}

.icon-right-arrow-icon:before,
.icon-right-arrow31:before {
    content: "\e904";
}

.icon-search-icon:before {
    content: "\e905";
}

.icon-shopping-cart-icon:before,
.icon-cart:before {
    content: "\e906";
}

.icon-two-left-arrow-icon:before {
    content: "\e907";
}

.icon-two-right-arrow-icon:before {
    content: "\e908";
}

.icon-user-icon:before {
    content: "\e909";
}

.icon-wish-list-icon:before {
    content: "\e90a";
}

.icon-wish-list-icon-2:before,
.icon-love:before {
    content: "\e90b";
    color: #939597;
}
/************************ICONS************************/