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

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

.icon-chevron-left:before {
  content: "\e907";
  color: #fff;
}
.icon-FB:before {
  content: "\e903";
  color: #f92;
}
.icon-IG:before {
  content: "\e904";
  color: #f92;
}
.icon-LK:before {
  content: "\e905";
  color: #f92;
}
.icon-TT:before {
  content: "\e906";
  color: #f92;
}
.icon-chevron-right:before {
  content: "\e900";
  color: #fff;
}
.icon-deslike-button:before {
  content: "\e901";
  color: #f80303;
}
.icon-Like-button:before {
  content: "\e902";
  color: #05ee38;
}
.icon-search:before {
  content: "\eb51";
  color: #fff;
}
