@font-face {
  font-family: 'favcart-icons';
  src: url('fonts/favcart-icons.eot?kfgqy1');
  src: url('fonts/favcart-icons.eot?kfgqy1#iefix') format('embedded-opentype'), url('fonts/favcart-icons.ttf?kfgqy1') format('truetype'), url('fonts/favcart-icons.woff?kfgqy1') format('woff'), url('fonts/favcart-icons.svg?kfgqy1#favcart-icons') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

.icon-favorite-add::before {
  content: "\53";
  /*margin-right: 10px;*/
  font-family: 'favcart-icons' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  font-size: 17px;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  color: var(--white);
}

.icon-favorite-add-filled::before {
  content: "\e901";
  /*margin-right: 10px;*/
  font-family: 'favcart-icons' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  font-size: 17px;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  color: var(--white);
}

.icon-favorite-clipboard::before {
  content: "\e900";
  /*margin-right: 10px;*/
  font-family: 'favcart-icons' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  font-size: 17px;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  color: var(--dark-grey);
}

.icon-favorite-share::before {
  content: "\f045";
  /*margin-right: 10px;*/
  font-family: 'favcart-icons' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  font-size: 17px;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  color: var(--white);
}

.icon-favorite-view::before {
  content: "\31";
  /*margin-right: 10px;*/
  font-family: 'favcart-icons' !important;
  speak: never;
  font-style: normal;
  font-weight: 700;
  font-variant: normal;
  text-transform: none;
  font-size: 17px;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  color: var(--white);
}

.icon-favorite-cart::before {
  content: "\64";
  /*margin-right: 10px;*/
  font-family: 'favcart-icons' !important;
  speak: never;
  font-style: normal;
  font-weight: 700;
  font-variant: normal;
  text-transform: none;
  font-size: 17px;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  color: var(--white);
}

.icon-favorite-edit::after {
  content: "\f044";
  margin-left: 10px;
  font-family: 'favcart-icons' !important;
  speak: never;
  font-style: normal;
  font-weight: 700;
  font-variant: normal;
  text-transform: none;
  font-size: 17px;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  color: var(--primary-color);
}

.header-links ul li a {
  position: relative;
}

  .header-links ul li a.icon-favorite-add::before {
    content: "\e953";
  }

@media all and (min-width: 1025px) {
  .icon-favorite-add .favorite-qty {
    position: absolute;
    display: inline-block;
    top: -5px;
    left: 2px;
    -webkit-transform: translateX(-50%) translateX(25px);
    -ms-transform: translateX(-50%) translateX(25px);
    transform: translateX(-50%) translateX(25px);
    background-color: #000;
    font-size: 10px;
    height: auto;
    padding: 0 3px;
    width: auto;
    min-width: 15px;
    min-height: 15px;
    line-height: 15px;
    border-radius: 20px;
    color: var(--white);
    text-align: center;
  }
}
