.pop_up-checkout {
  z-index: 1000;
  background-color: #000a14eb;
  background-image: url("../images/back-strip.svg");
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  padding-left: 25px;
  padding-right: 25px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.up-pop_first {
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  width: 380px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: sticky;
  top: 0;
}

.up-pop_second {
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  width: 380px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.pop_inner-body {
  text-align: center;
  background-color: #0000;
  border: 6px #000;
  padding-top: 0;
  padding-bottom: 20px;
}

.pu-body_heading {
  color: #fff;
  text-align: center;
  margin-top: 10px;
  margin-bottom: -59px;
  font-size: 30px;
  font-weight: 800;
  line-height: 36px;
}

.pu-body_heading.secondary {
  margin-bottom: -25px;
}

.post_up-image-box {
  z-index: -1;
  background-color: #fbfaf7;
  background-image: linear-gradient(#fff, #c2c7ca);
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  width: 351px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  inset: 27% 0 auto;
}

.post_up-image-box.no-bg {
  background-color: #0000;
  background-image: none;
}

.post_up-content-box {
  object-fit: fill;
  background-image: url("../images/curve-rec.svg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 351px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  padding-bottom: 15px;
  display: block;
}

.pop-up_footer {
  text-align: center;
  margin-top: 20px;
}

.pu-body_sub-heading {
  color: #000;
  text-align: center;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 28px;
  font-style: italic;
  font-weight: 800;
  line-height: 34px;
}

.pu-body_offer-text {
  color: #000;
  text-align: center;
  margin-top: 0;
  margin-bottom: 12px;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
}

.italic-text-7 {
  color: #2a49b0;
  font-weight: 800;
}

.pu_upgrade-btn {
  color: #fff;
  text-align: center;
  background-color: #2ab05b;
  border: 1px #6d6d6d;
  border-radius: 250px;
  justify-content: center;
  align-items: center;
  width: 90%;
  margin-bottom: 5px;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 8px;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 25px;
  text-decoration: none;
  display: flex;
  box-shadow: 0 4px #003e0e;
}

.pu_upgrade-btn-text {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#fff, #75e59a);
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 20px;
  font-weight: 800;
  line-height: 20px;
}

.post_product-one {
  position: relative;
  top: -50px;
}

.glow-png {
  z-index: -1;
  object-fit: fill;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: -97px;
  right: 1px;
}

.glow-png.other {
  object-fit: fill;
  padding-top: 0;
  padding-bottom: 0;
  top: -71%;
}

.post_up-content-box {
  object-fit: fill;
  background-image: url("../images/curve-rec.svg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 351px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  padding-bottom: 15px;
  display: block;
}

.cen-title-upgrade-box {
  justify-content: space-around;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.text-span-178 {
  margin-right: 0;
  font-size: 35px;
  font-style: normal;
}

.bold-text-43 {
  color: #2a49b0;
  font-style: italic;
  font-weight: 800;
}

.bold-text-42 {
  color: #2a49b0;
  font-style: italic;
  font-weight: 800;
}

.upgrade-icon-svg {
  margin-right: 12px;
}

.pu_continue-btn {
  color: #000;
  text-align: center;
  background-color: #0000;
  border: 1px #000;
  border-radius: 0;
  width: 90%;
  margin-top: 15px;
  padding: 0;
  font-size: 1rem;
  font-weight: 700;
  line-height: 25px;
  text-decoration: none;
}

.pu_continue-btn-text {
  color: #5ca0e0;
  font-size: 0.9rem;
  font-weight: 400;
}

@media screen and (max-width: 479px) {
  .pop_up-checkout {
    z-index: 1000;
    justify-content: center;
    align-items: center;
    width: auto;
    height: auto;
    padding-left: 0;
    padding-right: 0;
    display: flex;
    inset: 0%;
    overflow: visible;
  }

  .up-pop_first {
    align-items: stretch;
    width: auto;
    display: flex;
  }

  .up-pop_second {
    align-items: stretch;
    width: auto;
    display: flex;
  }

  .pop_inner-body {
    width: 375px;
  }

  .post_up-content-box {
    padding-top: 60px;
  }

  .pu-body_sub-heading {
    margin-bottom: 5px;
    padding-left: 8px;
    padding-right: 8px;
    font-size: 28px;
    line-height: 30px;
  }

  .pu-body_offer-text {
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 1.3rem;
    line-height: 1.2;
  }

  .pu_upgrade-btn {
    width: 90%;
    margin-top: 3px;
    font-size: 1rem;
  }

  .pu_upgrade-btn-text {
    font-size: 1.2rem;
    line-height: 1.2;
  }

  .post_up-content-box {
    padding-top: 60px;
  }

  .pu_continue-btn {
    font-size: 1rem;
  }

  .pu_continue-btn-text {
    font-size: 1rem;
    line-height: 21px;
  }
}
