/******* Applying Your POPcoin Discount Animation Starting  **********/

.pop_club_cart.pop-disc-apply label#buy-with-pop-coins-label,
.cart_page_popcoin.pop-disc-apply label#buy-with-pop-coins-label,
.pop_club_cart.pop-disc-apply input#buy-with-pop-coins,
.cart_page_popcoin.pop-disc-apply input#buy-with-pop-coins,
.pdp_popcoin.pop-disc-apply input#buy-with-pop-coins,
.pdp_popcoin.pop-disc-apply label#buy-with-pop-coins-label {
  display: none !important;
}

.pop_club_cart:not(.pop-disc-apply) .pop-disc,
.cart_page_popcoin:not(.pop-disc-apply) .pop-disc,
.pdp_popcoin:not(.pop-disc-apply) .pop-disc,
body:not(.popUserLoggedIn) .pop-disc {
  display: none !important;
}

body.popUserLoggedIn .pop-disc-apply .pop-disc-loader {
  display: flex !important;
}

.pop-disc {
  display: flex;
  align-items: center;
  gap: 3px;
}

@keyframes rotate {
  from {
    transform: rotate(0deg)
  }

  to {
    transform: rotate(360deg)
  }
}

@-webkit-keyframes rotate {
  from {
    -webkit-transform: rotate(0deg)
  }

  to {
    -webkit-transform: rotate(360deg)
  }
}

.pop-disc-loader {
  width: 16px;
  height: 16px;
  margin: 2px;
  border: solid 1.5px #000;
  border-radius: 50% !important;
  border-right-color: transparent;
  border-bottom-color: transparent;
  -webkit-transition: all 0.5s ease-in;
  -webkit-animation-name: rotate;
  -webkit-animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  transition: all 0.5s ease-in;
  animation-name: rotate;
  animation-duration: 1s;
  animation-iteration-count: infinite;
  animation-timing-function: linear
}

.disc-applied {
  font-size: 13px;
  font-weight: bold;
  width: 100%;
  color: #000000;
  margin-left: 18px;
}

/******* Applying Your POPcoin Discount Animation Ending *********/

body.searchBarOpened button#pop-club-quick-buy3 {
  display: none !important;
}

.pop-using-text {
  margin-left: 5px;
  display: flex;
  align-items: center;
}

body.popIsLoading .disc-applied {
  display: none !important;
}

.price.price--on-sale .price__sale .price-item.price-item--regular+.pop-club-listing {
  display: none !important;
}

.pop-club-listing {
  letter-spacing: normal;
}

.pop-star1.currHidden {
  display: none !important;
}

#shopify-block-18357212157809113770 {
  height: 0 !important;
}

/* .pop-club-listing~.pop-club-listing {
  display: none !important;
} */

html.js,
body {
  padding-bottom: 0 !important;
}

/* Cart Drawer Loader */
.pop_club_cart.loader {
  position: relative;
  background-image: url(https://cdn.shopify.com/s/files/1/0804/7853/5968/files/loader-svg.svg);
  background-repeat: no-repeat;
  background-size: auto 18px;
  background-position: left;
}

.pdp_popcoin.loader {
  position: relative;
  min-height: 1rem;
}

.pdp_popcoin.loader label#buy-with-pop-coins-label,
.pdp_popcoin.loader input#buy-with-pop-coins {
  display: none !important;
}

.pdp_popcoin.loader::before {
  position: absolute;
  content: "Loading...";
  left: 0;
  top: 50%;
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  transform: translateY(-50%);
  text-align: left;
}

.cart_page_popcoin.zero-user label#buy-with-pop-coins-label {
  margin-left: 0;
  font-size: 13px;
}

.pop_club_cart.zero-user label#buy-with-pop-coins-label {
  margin-left: 0;
  font-size: 11px !important;
}

.pop_club_cart.loader input#buy-with-pop-coins {
  display: none !important;
}

.pop_club_cart.loader label#buy-with-pop-coins-label {
  opacity: 0;
}

.pop_club_cart.loader::before {
  position: absolute;
  content: "Calculating Your Cart Total";
  left: 25px;
  top: 50%;
  font-size: 13px;
  line-height: 20px;
  font-weight: 600;
  transform: translateY(-50%);
  text-align: left;
}

/* Cart Page Loader */

.cart_page_popcoin.loader {
  position: relative;
  /* background-image: url(https://cdn.shopify.com/s/files/1/0804/7853/5968/files/loader-svg.svg);
  background-repeat: no-repeat;
  background-size: auto 18px;
  background-position: right; */
}

.cart_page_popcoin.loader input#buy-with-pop-coins {
  display: none !important;
}

.cart_page_popcoin.loader label#buy-with-pop-coins-label {
  opacity: 0;
}

.cart_page_popcoin.loader::before {
  /* position: absolute;
  content: "Calculating Your Cart Total";
  left: 30%;
  top: 50%;
  font-size: 15px;
  line-height: 20px;
  font-weight: 600;
  transform: translateY(-50%);
  text-align: left; */

  position: absolute;
  background-image: url(https://cdn.shopify.com/s/files/1/0804/7853/5968/files/loader-svg.svg);
  background-repeat: no-repeat;
  background-size: auto 18px;
  background-position: left;
  content: "‎ ‎ ‎ ‎ ‎ Calculating Your Cart Total";
  /* left: 25px; */
  top: 1rem;
  font-size: 13px;
  line-height: 20px;
  font-weight: 600;
  transform: translateY(-50%);
  text-align: left;
}

.pop_club_cart.not-logged-in #buy-with-pop-coins-label {
  font-weight: bolder;
  color: #000000;
  font-size: 13px;
  margin-left: 0;
}

.pop_club_cart.not-logged-in #buy-with-pop-coins-label .underline {
  font-weight: bolder;
  color: #000000;
  text-decoration-line: underline;
}

.cart_page_popcoin.not-logged-in #buy-with-pop-coins-label {
  font-weight: bolder;
  color: #000000;
  font-size: 13px;
  margin-left: 0;
}

.cart_page_popcoin.not-logged-in #buy-with-pop-coins-label .underline {
  font-weight: bolder;
  text-decoration-line: underline;
}

.pdp_popcoin {
  display: flex;
  align-items: center;
  margin-top: 1rem;
}

.pdp_popcoin.not-logged-in label#buy-with-pop-coins-label {
  margin-left: 0;
}

.hidden {
  display: none !important;
}

body.popcoinShow .pop-star {
  z-index: 9000000000;
}

body.popcoinShow #bik-widget-wrapper-tkV6n8nN4SGGDUmi6WJd {
  display: none !important;
}

body.popcoinShow #POPStar .popclub-modal {
  z-index: 9000000000 !important;
}

.pop-star {
  position: fixed;
  bottom: 6em;
  right: 0px;
  text-decoration: none;
  color: #999;
  background-color: #eee;
  font-size: 16px;
  padding: 0.3em;
  -webkit-border-top-left-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius-topleft: 3px;
  -moz-border-radius-bottomleft: 3px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  /* z-index: 9000000000; */
  z-index: 99;
}

.pop-star i {
  vertical-align: middle;
}

.pop-star span {
  padding-left: 0.5em;
}

.pop-star i+span {
  padding-left: 0;
}

.pop-star:hover {
  text-decoration: none;
  color: #555;
}

.pop-star1 {
  position: fixed;
  bottom: 0;
  width: 100%;
  left: 0;
  background-color: #b5b2b2;
  padding: 0px;
}

button#pop-club-quick-buy3 {
  background: #f37821;
  padding: 9px 10px;
  margin: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 0;
  border-radius: 0 !important;
  border: none !important;
  height: 38px;
  min-height: unset;
  /* max-width: 400px; */
}

.pop-star #pop-club-quick-buy3 span {
  padding-left: 0;
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 0;
  text-transform: initial;
  font-family: var(--text-font-family);
  /* flex-direction: column; */
}

.pop-star #pop-club-quick-buy3 span img {
  margin-right: 4px;
  max-width: 29px;
}

.pop-star #pop-club-quick-buy3 span img.arrow {
  margin-right: 0;
  margin-left: 5px;
  margin-top: 0px;
}

#POPStar {
  padding: 0;
  background-color: transparent;
}

.pop_modal_close {
  color: #fff;
  float: right;
  font-size: 28px;
  font-weight: bold;
  cursor: pointer;
  border: 1px solid #fff;
  height: 35px;
  width: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #000;
  margin: 0px -2px 0px 4px;
  border-radius: 50px;
}

.popclub-modal {
  z-index: 999 !important;
}

.popclub-modal-content {
  width: 80% !important;
  max-width: 400px;
  border: none !important;
  padding: 0 !important;
}

.pop-club-listing p .pop-img img {
  max-width: 18px;
  max-height: 18px;
}

span#pop-club-quick-buy-span {
  display: flex;
  align-items: center;
}

.pop-star .popclub-modal {
  height: 100vh;
  padding: 30px 15px;
  overflow: hidden;
  visibility: visible;
}

.pop-star .popclub-modal .popclub-modal-content {
  height: 100%;
  padding: 0 !important;
  border-radius: 20px;
  position: relative;
}

.pop-star .popclub-modal .popclub-modal-content iframe {
  height: 100%;
  border-radius: 20px;
  border: none;
}

/* .pop-club-listing {
  margin: 5px 0;
} */

.pop-club-listing p {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  color: #333232;
  margin: 0;
  display: flex;
  justify-content: start;
  align-items: center;
}

.pop-club-listing p span.pop-img {
  display: flex;
  margin: 0 4px;
  margin-right: 0;
}

.pop-club-listing p .info-popup-coin {
  width: 14px;
}

.pop-club-product p {
  font-style: normal;
  display: flex;
  align-items: center !important;
  font-weight: 600;
  font-size: 15px;
  line-height: 20px;
  text-align: center;
  color: #636363;
  margin: 0 0 15px 0;
}

.pop-club-product p span.pop-img {
  display: flex;
  align-items: center;
  margin: 0 4px;
}

.pop-club-product p img.info-popup-coin {
  margin-left: 8px;
  height: 15px !important;
  line-height: inherit;
  width: 15px !important;
  cursor: pointer !important;
}

.pop-star1 .popclub-modal {
  display: none;
  height: 100vh;
  padding: 30px 15px;
  overflow: hidden;
  visibility: visible;
  background-color: #000000;
}

.pop-star1 .popclub-modal .popclub-modal-content {
  height: 100%;
  padding: 0 !important;
  border-radius: 20px;
  position: relative;
}

.pop-star1 .popclub-modal .pop_modal_close {
  border: none;
  position: absolute;
  right: 15px;
  font-size: 2rem;
  font-weight: 400;
  border: 1px solid #7c7878;
  align-items: center;
  justify-content: center;
  line-height: 0px;
  margin: 0;
  top: 10px;
  padding: 0 0 4px 0;
}

.pop-star1 .popclub-modal .popclub-modal-content iframe {
  height: 100%;
  border-radius: 20px;
  border: none;
}

.pop-star {
  bottom: 65px;
}

.pdp_popcoin label#buy-with-pop-coins-label {
  font-size: 15px;
  line-height: 20px;
}

.cart_page_popcoin label#buy-with-pop-coins-label {
  font-size: 13px;
  line-height: 20px;
}

button#pop-club-quick-buy {
  background: #282828;
  box-shadow: 2px 2px 4px rgb(0 0 0 / 25%);
  align-items: center;
  padding: 20px;
  border-radius: 0;
}

#pop-club-quick-buy #pop-club-quick-buy-span {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: #fff;
}

#pop-club-quick-buy #pop-club-quick-buy-span .pop-img {
  margin: 0px 5px 0 5px;
  align-items: center;
  display: flex;
}

.pop-star1 .pop-arrow {
  height: 20px;
  width: 20px;
  margin-left: 8px;
}

/* new css start */
.pop-star #pop-club-quick-buy3 span span.reward_name {
  border-right: 2px solid#000;
  padding-right: 6px;
  margin-right: 7px;
  /* font-weight: 500; */
}

.popcoin_sec {
  display: flex;
  align-items: center;
  border: 2px solid #000;
  padding: 0px 10px;
  border-radius: 20px;
  margin: 0px 10px;
  font-size: 20px;
  line-height: 27px;
  font-weight: 500;
  margin-right: 0;
}

.popcoin_sec img {
  width: 21px;
  height: 21px;
  margin-right: 3px !important;
}

.pop-club-listing p span.pop-img {
  position: relative;
}

/* new css end */
p#product-issuance-msg .pop-img {
  display: flex;
  align-items: center;
  margin: 0 3px !important;
  /* margin-right: 0; */
}

p#product-issuance-msg .pop-img img {
  width: 22px;
  /* margin: 0 4px; */
  height: auto;
}

label#buy-with-pop-coins-label {
  display: flex;
  align-items: center;
  gap: 3px;
  margin-left: 6px;
  margin-bottom: 0;
  font-weight: bolder;
  font-size: 19px;
  line-height: 24px;
  text-align: left;
  text-decoration-line: none;
  color: #000000;
  text-transform: initial;
}

label#buy-with-pop-coins-label span {
  display: flex;
  align-items: center;
  gap: 3px;
}

.popcoin_sec1 {
  display: flex;
  align-items: center;
  border: 2px solid #000;
  padding: 0px 10px;
  border-radius: 20px;
  margin: 0px 10px;
  font-size: 20px;
  line-height: 27px;
  font-weight: 700;
}

#pop-club-quick-buy3 .popcoin_sec1 {
  position: relative;
  margin-right: 24px;
}

#pop-club-quick-buy3 .popcoin_sec1::after {
  position: absolute;
  content: "";
  right: -15px;
  height: 100%;
  width: 2px;
  background-color: #000;
}

#POPStar .product-form__submit::after {
  display: none;
}

.manual_class_cart__price_down #product-issuance-msg {
  display: flex;
  align-items: center;
  justify-content: end;
  font-size: 14px;
}

body.popcoinShow {
  overflow: hidden !important;
}

.popcoin_msg {
  display: flex;
  gap: 5px;
}

.pop_club_cart {
  display: flex;
  align-items: center;
  margin-left: 18px;
  /* margin-top: 10px;
  margin-bottom: 10px; */
}

.pop_club_cart #buy-with-pop-coins-label {
  padding-left: 0;
}

.pop_club_cart #buy-with-pop-coins-label::before {
  display: none;
}

.pop_club_cart #buy-with-pop-coins-label::after {
  display: none;
}

.pdp_popcoin #buy-with-pop-coins-label:before {
  display: none;
}

.pdp_popcoin #buy-with-pop-coins-label:after {
  display: none;
}

.cart_page_popcoin #buy-with-pop-coins-label::before {
  display: none;
}

.cart_page_popcoin #buy-with-pop-coins-label::after {
  display: none;
}

.pdp_popcoin #buy-with-pop-coins-label {
  padding: 0;
}

.pop_club_cart #buy-with-pop-coins-label {
  font-style: normal;
  /* font-weight: 400; */
  font-size: 13px;
  line-height: 20px;
  text-align: center;
  /* text-decoration-line: underline; */
  color: #000000;
}

.cart_page_popcoin {
  display: flex;
  align-items: center;
  justify-content: end;
}

.cart_page_popcoin #buy-with-pop-coins-label {
  padding: 0;
}

.atc_popclub {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}

.pop-club-hide {
  display: none !important;
}

.pop_club_cart.not-logged-in.popclub-hide,
body.overflow-hidden-mobile button#pop-club-quick-buy3,
body.wbbodyscroll button#pop-club-quick-buy3 {
  display: none !important;
}

@media (min-width: 768px) {
  .pop-desktop-hide {
    display: none !important;
  }

  #popAtcWrapper {
    display: none !important;
  }

  img.pop-not-logged {
    display: none;
  }
}

/* media css start */
@media (max-width: 767px) {

  .pdp_popcoin.not-logged-in label#buy-with-pop-coins-label {
    font-size: 12px;
  }

  .cart_page_popcoin label#buy-with-pop-coins-label {
    font-size: 12px;
  }

  button#pop-club-quick-buy3 {
    padding: 7.5px 5px;
    min-height: auto;
    width: 100%;
    /* max-width: 150px; */
    /* height: 60px; */
  }

  .pop-star #pop-club-quick-buy3 span {
    font-size: 12px;
    line-height: 22px;
    /* max-width: 200px; */
    flex-wrap: wrap;
  }

  .pop-star #pop-club-quick-buy3 span img {
    height: 24px;
    width: auto;
    margin-right: 4px;
  }

  .pop-star #pop-club-quick-buy3 span img.arrow {
    margin-left: 4px;
    width: 10px;
    height: auto;
    margin-top: 0;
  }

  .pop-star {
    bottom: 40px;
  }

  /* .pop-star1 {
    bottom: 6rem;
  } */

  #pop-club-quick-buy2 #pop-club-quick-buy-span img {
    max-width: 154px;
    height: auto;
  }

  .pop-star .popclub-modal {
    transform: none;
  }

  .pop-star #pop-club-quick-buy3 span span.reward_name {
    display: none;
  }

  .pop-star #pop-club-quick-buy3 span span.reward_name+img {
    display: none;
  }

  .pop-star .popclub-modal .popclub-modal-content,
  .pop-star1 .popclub-modal .popclub-modal-content {
    width: 100% !important;
  }

  .pop-club-listing p {
    font-size: 12px;
    /* justify-content: center; */
  }

  .WhatsAppButton__root {
    bottom: 8rem !important;
  }

  .popcoin_sec {
    border: 1px solid #000;
    font-size: 14px;
    line-height: 19px;
    font-weight: 600;
    padding: 2px 5px;
    margin: 0px 5px;
  }

  .popcoin_sec img {
    width: 17px !important;
    height: 17px !important;
  }

  .pop-star1 .pop-arrow {
    height: 15px;
    width: 15px;
    margin-left: 5px;
  }

  .pop-mobile-hide {
    display: none !important;
  }

  /* .cart_page_popcoin {
    justify-content: center;
  } */

  .pop-star1 .popclub-modal .popclub-modal-content iframe {
    height: 90%;
  }

  #POPStar .popclub-modal-content {
    top: 10%;
  }

  /* .cart_page_popcoin.loader:before {
    left: 15%;
  } */

  /* .cart_page_popcoin.loader {
    background-position: 77%;
  } */

  .pdp_popcoin label#buy-with-pop-coins-label {
    font-size: 13px;
  }

  .pdp_popcoin.not-logged-in #buy-with-pop-coins-label span {
    display: initial;
    font-size: 14px;
  }

  .cart_page_popcoin.loader::before {
    font-size: 12px;
  }

  .pop_club_cart:not(.not-logged-in) label#buy-with-pop-coins-label {
    font-size: 11px !important;
  }

}


/* Floater CSS Starting */
button#pop-club-quick-buy3:disabled {
  opacity: 1;
}

@media (min-width: 768px) {
  .card-bottom .pop-club-listing {
    order: 3;
  }
}

#POPStar .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 */
#POPStar .popclub-modal-content {
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 25%;
}

/* The Close Button */
#POPStar .close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

#POPStar .close:hover,
#POPStar .close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.underline {
  text-decoration: underline;
}

input#buy-with-pop-coins {
  min-width: 15px !important;
  min-height: 15px !important;
  /* top: 3px; */
  margin-right: 0;
  appearance: checkbox !important;
  position: relative !important;
  padding-right: 0 !important;
}

.pop__coin-rewards:not([href]) {
  cursor: pointer;
}

/* Floater CSS Ending */