@font-face {
  font-family: "iconfont"; /* Project id 2710985 */
  src: url('iconfont.woff2?t=1627634343370') format('woff2'),
       url('iconfont.woff?t=1627634343370') format('woff'),
       url('iconfont.ttf?t=1627634343370') format('truetype');
}

.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-right-arrow-double:before {
  content: "\e6f3";
}

.icon-heart-shaped:before {
  content: "\e6f2";
}

.icon-right-arrow:before {
  content: "\e6e9";
}

.icon-position:before {
  content: "\e6eb";
}

.icon-clock-dark:before {
  content: "\e6ec";
}

.icon-download-btn:before {
  content: "\e6ed";
}

.icon-clock-light:before {
  content: "\e6ee";
}

.icon-magnifier:before {
  content: "\e6ef";
}

.icon-eye:before {
  content: "\e6f0";
}

.icon-left-arrow:before {
  content: "\e6f1";
}

