#BackToTop .popclub-modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0, 0, 0); /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4); /* Black w/ opacity */
}

/* Modal Content */
#BackToTop .popclub-modal-content {
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 25%;
}

/* The Close Button */
#BackToTop .close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

#BackToTop .close:hover,
#BackToTop .close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.pdp-lift-up {
  bottom: 52px;
}

.pop_club_cart input#buy-with-pop-coins {
  top: 4px;
}

.pop_club_cart #buy-with-pop-coins-label {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  /*     text-decoration-line: underline; */
}
.underline {
  text-decoration: underline;
}
input#buy-with-pop-coins {
  min-width: 18px !important;
  min-height: 18px !important;
  top: 3px;
  margin-right: 0;
}

.cart-item .product-option .pop-club-listing p,
.card__content .pop-club-listing p {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  color: #333232;
}

button#pop-club-quick-buy3 span#pop-club-quick-buy-span-stripe img:first-of-type {
  min-width: 3.5rem;
  min-height: 3.5rem;
}

.product-style-1-price {
  margin-bottom: 0!important;
}

.product__info-container #pop-club-product-detail {
  font-weight: 500;
  line-height: 22px;
  text-align: center;
  color: #5f5e5e;
  margin-top: 0!important;
  margin-bottom: 0!important;
}

.pop__coin-rewards:not([href]) {
  cursor: pointer;
}

@media only screen and (max-width: 767px) {
  .pop_club_cart #buy-with-pop-coins-label {
    font-size: 12px;
    line-height: 15px;
  }
  .pop_club_cart input#buy-with-pop-coins {
    top: 3px;
  }
  button#pop-club-quick-buy3 span#pop-club-quick-buy-span-stripe img:first-of-type {
    min-width: 2.5rem;
    min-height: 2.5rem;
  }
}
