.product__fav-item {
  margin-top: 10px;
  position: absolute;
  left: 30px;
  bottom: 30px;
  z-index: 100;
}

.product__fav-item button {
  padding: 0;
  cursor: pointer;
  transition: .2s;
  color: #fff;
  border: 0;
  outline: none;
  background: transparent;
}

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

.product__fav-item svg {
  width: 40px;
  height: 36px;
  fill: currentColor;
  stroke:#2c5d86;
  stroke-miterlimit:10;
  stroke-width:1.05px;
}

@media screen and (max-width: 639px) {
  .product__fav-item svg {
    width: 30px;
    height: 26px;
  }
}