#toFavorites {
  margin-left: 20px;
  position: relative; }
  #toFavorites .icon-counter {
    position: absolute;
    right: -10px;
    top: -10px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #0199e4;
    width: 21px;
    height: 21px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    z-index: 1;
    color: white;
    font-weight: 700;
    font-size: 14px; }

.catalog-item__item {
  position: relative; }
  .catalog-item__item .catalog-item__img-box {
    position: relative;
    z-index: 5; }

.to-favorites {
  cursor: pointer;
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 10px;
  background: transparent;
  font: normal normal normal 32px / 1 FontAwesome;
  /*font-family: uinext2020min !important;*/
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  color: #FF2750;
  z-index: 5;

}
.to-favorites::before {
  content: "\f08a";
  font-size: 32px;
  cursor: pointer;
  /*font: var(--fa-font-regular); */
}
.to-favorites.active::before {
  content: "\f004";
  /*font: var(--fa-font-solid); */
}


.to-favorites:hover {
  content: "\f004";
  /*font: var(--fa-font-solid);*/
}

@media (min-width: 48.01em) {
  .to-favorites:hover::before {
    content: "\f004";
    /*font: var(--fa-font-solid);*/
  }
}

.filter__inputs .filter__input:after {
  content: '' !important;
}

@media (max-width: 48em) {
  .to-favorites::before {
    content: "\f08a";
    font-size: 32px;
    cursor: pointer;
    /*font: var(--fa-font-regular);*/
  }

  .to-favorites.active::before {
    content: "\f004";
    font-size: 32px !important;
    /*font: var(--fa-font-solid);*/
  }
}

/*# sourceMappingURL=decode.css.map */
