.product-button-group-custom {
  text-align:center;
}

.product-button-wishlist-custom {
  height: 35px;
  width: 35px;
  line-height: 36px;
  color: #fff;
  padding: 0;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  border-radius: 50%;
  box-shadow: 2px 2px 5px 0 #0000000f;
  margin: 0 4px;
  background: #FF6A00
}
.product-button-wishlist-custom:hover {
  color: white;
}
