.product-list__fav-items {
    margin-top: 0px;
    margin-left: auto;
    margin-right: 5px;
    width: 40px;
}

.product-list__fav-items button {
    display: block;
  width: 100%;
  padding: 5px 0;กก
  cursor: pointer;
  transition: .2s;
  text-align: center;
  color: #999;
  border: 0;
  outline: none;
  background: transparent;
}

.product-list__fav-items .fav-items {
  color: #ed4956;
}

.product-list__fav-items svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
}