.product-list__fav-items {
  margin-top: 10px;
  width: 30px;
  position: absolute;
  left: 25px;
  bottom: 20px;
  z-index: 20;
}

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

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

.product-list__fav-items svg {
  width: 30px;
  height: 30px;
  fill: currentColor;
  stroke:#2c5d86;
  stroke-miterlimit:10;
  stroke-width:1.05px;
}