#BackToTop .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 .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: 9px;
  width: 15px !important;
  height: 15px !important;
}

.pop_club_cart #buy-with-pop-coins-label {
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  /*     text-decoration-line: underline; */
}
.no-underline .underline {
  text-decoration: underline;
  font-weight: bold;
}
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;
}

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

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

@media only screen and (max-width: 767px) {
  .pop_club_cart #buy-with-pop-coins-label {
    font-size: 14px;
    line-height: 15px;
  }
  .pop_club_cart input#buy-with-pop-coins {
    top: 8px;
  }
}
