.product__fav-item {
  margin-top: 10px;
  margin-bottom: 10px;
}

.product__fav-item button {
  padding: 0;
  cursor: pointer;
  transition: .2s;
  color: #999;
  font-size: 13px;
  font-weight: 600;
  border: 0;
  outline: none;
  background: transparent;
}

.product__fav-item .fav-items {
  color: #ff7373;
}

.product__fav-item svg {
  width: 16px;
  height: 16px;
  vertical-align: -.22em;
  fill: currentColor;
}