@font-face {
  font-family: 'icomoon';
  src: url('fonts/icomoon.eot?kfgqy1');
  src: url('fonts/icomoon.eot?kfgqy1#iefix') format('embedded-opentype'), url('fonts/icomoon.ttf?kfgqy1') format('truetype'), url('fonts/icomoon.woff?kfgqy1') format('woff'), url('fonts/icomoon.svg?kfgqy1#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

.icon-favorite-add::before {
  content: "\53";
  /*margin-right: 10px;*/
  font-family: 'icomoon' !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;
}

.icon-favorite-add-filled::before {
  content: "\e901";
  /*margin-right: 10px;*/
  font-family: 'icomoon' !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;
}

.icon-favorite-clipboard::before {
  content: "\e900";
  /*margin-right: 10px;*/
  font-family: 'icomoon' !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;
}

.icon-favorite-share::before {
  content: "\f045";
  /*margin-right: 10px;*/
  font-family: 'icomoon' !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;
}

.icon-favorite-view::before {
  content: "\31";
  /*margin-right: 10px;*/
  font-family: 'icomoon' !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;
}

.icon-favorite-cart::before {
  content: "\64";
  /*margin-right: 10px;*/
  font-family: 'icomoon' !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;
}

.icon-favorite-edit::before {
  content: "\f044";
  margin-right: 10px;
  font-family: 'icomoon' !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;
}

@media all and (min-width: 1025px) {
  .icon-favorite-add .favorite-qty {
    position: absolute;
    display: inline-block;
    top: -5px;
    left: 50%;
    -webkit-transform: translateX(-50%) translateX(25px);
    -ms-transform: translateX(-50%) translateX(25px);
    transform: translateX(-50%) translateX(25px);
    background-color: #1076c0;
    font-size: 10px;
    height: auto;
    padding: 0 3px;
    width: auto;
    min-width: 15px;
    min-height: 15px;
    line-height: 15px;
    border-radius: 20px;
    color: #fff;
    text-align: center;
  }
}
