.product-list__fav-items {
  margin-top: 5px;
  width: 100%;
  text-align: center;
}

.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: #DBB87E;
}

.product-list__fav-items svg {
  width: 15px;
  height: 15px;
  vertical-align: -.35em;
  fill: currentColor;
}