.thx-upsell-div {
  display: none;
}
.thx-upsell-div .thx-upsell-title {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.thx-upsell-div .thx-upsell-title img {
  margin-right: 10px;
}
.thx-upsell-div .thx-upsell-title span {
  max-width: 250px;
  font-size: 25px;
  font-weight: 700;
}
.thx-upsell-div .thx-upsell-content {
  margin: 15px 0;
}
.thx-upsell-div .thx-upsell-content .thx-upsell-content-title {
  font-size: 25px;
  font-weight: 600;
  color: white;
  background-color: red;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  padding: 10px;
  text-align: center;
}
.thx-upsell-div .thx-upsell-content .thx-upsell-content-data {
  display: flex;
  flex-direction: column;
  border-left: dashed 5px red;
  border-right: dashed 5px red;
  border-bottom: dashed 5px red;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.thx-upsell-div .thx-upsell-content .thx-upsell-content-data .thx-upsell-content-left {
  padding: 10px;
}
.thx-upsell-div .thx-upsell-content .thx-upsell-content-data .thx-upsell-content-left img {
  width: 100%;
  max-width: 320px;
}
.thx-upsell-div .thx-upsell-content .thx-upsell-content-data .thx-upsell-content-right {
  padding: 10px 0;
  border-top: 1px solid lightgrey;
  margin: 0 10px;
}
.thx-upsell-div .thx-upsell-content .thx-upsell-content-data .thx-upsell-content-right .thx-upsell-price {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.thx-upsell-div .thx-upsell-content .thx-upsell-content-data .thx-upsell-content-right .thx-upsell-price .old-price {
  color: gray;
  text-decoration: line-through;
  text-decoration-color: red;
  text-decoration-thickness: 2px;
  font-weight: 500;
  font-size: 30px;
}
.thx-upsell-div .thx-upsell-content .thx-upsell-content-data .thx-upsell-content-right .thx-upsell-price .new-price {
  color: red;
  font-weight: 600;
  font-size: 50px;
}
.thx-upsell-div .thx-upsell-content .thx-upsell-content-data .thx-upsell-content-right .thx-upsell-content-text {
  font-size: 18px;
  margin: 5px 0 15px;
}
.thx-upsell-div .thx-upsell-content .thx-upsell-content-data .thx-upsell-content-right .thx-upsell-content-button {
  color: white;
  font-weight: 600;
  font-size: 20px;
  padding: 15px 5px;
  background-color: forestgreen;
  border-radius: 5px;
  max-width: 275px;
  text-align: center;
  margin: 0 auto;
}
.thx-upsell-div .thx-upsell-content .thx-upsell-content-data .thx-upsell-content-right .thx-upsell-content-button:hover {
  cursor: pointer;
  background-color: green;
}

@media (min-width: 480px) {
  .thx-upsell-div .thx-upsell-title span {
    max-width: 300px;
    font-size: 30px;
  }
  .thx-upsell-div .thx-upsell-content {
    margin: 15px 0 20px;
  }
  .thx-upsell-div .thx-upsell-content .thx-upsell-content-title {
    font-size: 32px;
  }
  .thx-upsell-div .thx-upsell-content .thx-upsell-content-data .thx-upsell-content-left {
    margin: 0 auto;
  }
  .thx-upsell-div .thx-upsell-content .thx-upsell-content-data .thx-upsell-content-left img {
    width: 100%;
    max-width: 350px;
  }
  .thx-upsell-div .thx-upsell-content .thx-upsell-content-data .thx-upsell-content-right {
    padding: 10px 0 15px;
  }
  .thx-upsell-div .thx-upsell-content .thx-upsell-content-data .thx-upsell-content-right .thx-upsell-content-text {
    margin: 8px 15px 15px;
  }
  .thx-upsell-div .thx-upsell-content .thx-upsell-content-data .thx-upsell-content-right .thx-upsell-content-button {
    font-size: 22px;
    padding: 15px 5px;
    max-width: 300px;
  }
}
@media (min-width: 600px) {
  .thx-upsell-div .thx-upsell-title span {
    max-width: 430px;
  }
  .thx-upsell-div .thx-upsell-content .thx-upsell-content-data .thx-upsell-content-left img {
    width: 100%;
    max-width: 400px;
  }
}
@media (min-width: 768px) {
  .thx-upsell-div .thx-upsell-content .thx-upsell-content-data .thx-upsell-content-right .thx-upsell-content-button {
    font-size: 25px;
    max-width: 350px;
  }
}
@media (min-width: 992px) {
  .thx-upsell-div .thx-upsell-title span {
    max-width: 500px;
  }
  .thx-upsell-div .thx-upsell-content .thx-upsell-content-title {
    font-size: 35px;
  }
  .thx-upsell-div .thx-upsell-content .thx-upsell-content-data {
    display: flex;
    flex-direction: row;
  }
  .thx-upsell-div .thx-upsell-content .thx-upsell-content-data .thx-upsell-content-left {
    width: 50%;
    text-align: center;
  }
  .thx-upsell-div .thx-upsell-content .thx-upsell-content-data .thx-upsell-content-left img {
    width: 100%;
  }
  .thx-upsell-div .thx-upsell-content .thx-upsell-content-data .thx-upsell-content-right {
    width: 50%;
    border-top: none;
    border-left: 1px solid lightgrey;
    margin: 25px 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .thx-upsell-div .thx-upsell-content .thx-upsell-content-data .thx-upsell-content-right .thx-upsell-content-text {
    margin: 8px 45px 25px;
  }
  .thx-upsell-div .thx-upsell-content .thx-upsell-content-data .thx-upsell-content-right .thx-upsell-content-button {
    padding: 15px 35px;
  }
}
#thx-upsell-failed {
  display: none;
  max-width: 768px;
  margin: 20px auto;
  border: 5px red solid;
  text-align: center;
  border-radius: 10px;
  padding: 15px 0;
}

/*# sourceMappingURL=thank-you-custom.css.map */
