.copy-btn:hover {
  cursor: pointer;
}
.Wishlist-max {
  width: 76%;
  padding: 0px 12% 45px 12%;
}
.Wishlist-max .Wishlist-title {
  font-size: 36px;
  font-weight: bold;
  color: #333333;
  line-height: 36px;
  text-align: center;
  margin-bottom: 35px;
}
.Wishlist-max .max-share {
  text-align: center;
  font-size: 16px;
  color: #333333;
  display: inline;
}
.Wishlist-max .max-share:hover,
.Wishlist-max .max-share:hover i {
  cursor: pointer;
  color: #660099;
}
.Wishlist-max .max-share i {
  font-size: 22px;
  margin-right: 7px;
}
.Wishlist-max .no-Wishlist {
  text-align: center;
  margin: 100px 0px 200px 0px;
}
.Wishlist-max .no-Wishlist .no-intro {
  font-size: 16px;
  color: #333333;
  line-height: 24px;
}
.Wishlist-max .no-Wishlist .Continue-Shopping {
  background: #FFFFFF;
  border-radius: 6px 6px 6px 6px;
  padding: 10px 40px;
  border: 1px solid #707070;
  margin-top: 70px;
  color: #333333;
}
.Wishlist-max .no-Wishlist .Continue-Shopping:hover {
  background: #660099;
  cursor: pointer;
  color: #FFFFFF;
  border: 1px solid #660099;
}
.Wishlist-max .have-Wishlist {
  margin-top: 50px;
}
.Wishlist-max .have-Wishlist .product-list .product-list-li {
  width: 30%;
  margin-bottom: 50px;
}
.Wishlist-max .have-Wishlist .product-delete {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: #FFFFFF;
  position: absolute;
  right: 20px;
  top: 20px;
  text-align: center;
}
.Wishlist-max .have-Wishlist .product-delete i {
  font-size: 18px;
}
.Wishlist-max .have-Wishlist .product-delete i:hover {
  color: #FFFFFF;
}
.Wishlist-max .have-Wishlist .product-delete:hover,
.Wishlist-max .have-Wishlist .product-delete:hover i {
  cursor: pointer;
  background: #660099;
  color: #FFFFFF;
}
.Wishlist-max .Move-to-Cart {
  height: 48px;
  background: #660099;
  border-radius: 6px 6px 6px 6px;
  line-height: 48px;
  font-size: 16px;
  color: #FFFFFF;
  width: 100%;
  margin: 30px 0px;
}
.Wishlist-max .Move-to-Cart:hover {
  cursor: pointer;
  background: #5F018E;
}
.black-bg {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  z-index: 98;
  display: none;
}
.Wishlist-pop-up {
  border-radius: 6px 6px 6px 6px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #ffffff;
  z-index: 99;
  width: 29%;
  display: none;
}
.Wishlist-pop-up .pop-up-pd {
  padding: 50px;
  text-align: center;
}
.Wishlist-pop-up .pop-up-delete {
  position: absolute;
  right: 20px;
  top: 10px;
}
.Wishlist-pop-up .pop-up-delete i {
  font-size: 22px;
  color: #333333;
}
.Wishlist-pop-up .pop-up-delete i:hover {
  cursor: pointer;
}
.Wishlist-pop-up .pop-up-title {
  font-size: 16px;
  color: #333333;
}
.Wishlist-pop-up .pop-up-name {
  font-size: 20px;
  color: #333333;
  line-height: 30px;
  margin: 30px 0px 40px 0px;
}
.Wishlist-pop-up .share-list {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.Wishlist-pop-up .share-list li {
  text-align: center;
}
.Wishlist-pop-up .share-list li img {
  margin: 0px auto;
}
.Wishlist-pop-up .share-name {
  margin-top: 10px;
  font-size: 14px;
  color: #333333;
}
@media screen and (max-width: 1700px) {
  .product-list-figure img {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 1300px) {
  .Wishlist-pop-up {
    width: 40%;
  }
}
/*# sourceMappingURL=Wishlist.css.map */