@charset "utf-8";
/* CSS Document */

body {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  padding: 0;
  background: #fff;
  text-align: center;
  font-family: 'Inter';
  font-weight: 400;
  color: #000;
}

div,
ul,
h1,
h2,
h3,
h4,
h5,
li,
p,
img,
form,
input,
textarea {
  margin: 0;
  padding: 0;
}

header,
section,
footer,
aside,
nav,
main,
article,
figure {
  display: block;
}

table,
tr,
td {
  border: 0;
}

a {
  outline: none;
  color: #333;
  text-decoration: none;
}

a:hover {
  outline: none;
  text-decoration: none;
}

img {
  border: none;
  height: auto;
  max-width: 100%;
}

li {
  list-style: none;
}

* {
  box-sizing: border-box;
}

.clearall {
  clear: both;
  font-size: 1px;
  line-height: 1px;
  height: 1px;
}

/*==============Fonts==============*/

@font-face {
  font-family: 'EB Garamond';
  src: url('EBGaramond-Medium.woff2') format('woff2'),
    url('EBGaramond-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

/*-----------------------
     MAIN CSS START
------------------------*/
.container {
  width: 1170px;
  margin: 0 auto;
  padding: 0;
  position: relative;
}



/*=======HEADER=======*/

.header {
  float: left;
  width: 100%;
  padding: 8px 0 8px;
  border-bottom: 1px solid #ddd;
  border-top: 4px solid #310370;
}

.logo {
  display: block;
  margin: 0 auto;
  width: 165px;
}

.upsell-section {
  float: left;
  width: 100%;
  padding: 45px 0 60px;
  background: #f9f8fd;
}

.upsell_box {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  max-width: 680px;
  padding: 28px 50px 40px;
  border-radius: 15px;
  background: #fff;
  -webkit-box-shadow: 0 0 8px 2px rgba(0, 0, 0, .1);
  box-shadow: 0 0 8px 2px rgba(0, 0, 0, .1);
}

.warning-icon {
  width: 40px;
  position: absolute;
  left: 50%;
  top: -20px;
  transform: translateX(-50%);
}

.upsell__result-heading {
  font-size: 34px;
  line-height: 44px;
  color: #000;
  margin-bottom: 18px;
  letter-spacing: -0.3px;
}

.upsell__timer {
  display: inline-block;
  vertical-align: top;
  background: #2f0b6d;
  padding: 10px 20px;
  text-align: center;
  font-size: 18px;
  line-height: 18px;
  color: #ffffff;
  font-weight: 500;
  letter-spacing: 0.3px;
  border-radius: 5px;
}

.upsell__timer img {
  width: 17px;
  vertical-align: middle;
  margin: -5px 7px 0 0;
}

.upsell__timer span {
  color: #fffc00;
}

.upsell__name {
  font-size: 26px;
  line-height: 26px;
  color: #000;
  font-weight: bold;
  margin-top: 20px;
}

.upsell__prod-describe {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fbf6ff;
  border: 1px solid #f0e9f9;
  border-radius: 10px;
  padding: 25px 35px;
  margin-top: 25px;
}

.upsell__prod-describe-img {
  width: 244px;
  flex-shrink: 0;
  position: relative;
}

.upsell__package-product {
  display: block;
  margin: 0 auto;
  width: 100%;
}

.upsell__package_seal {
  position: absolute;
  top: -2px;
  right: -2px;
  width: 80px;
  height: 80px;
  font-size: 21px;
  line-height: 24px;
  color: #fff;
  font-weight: bold;
  padding-top: 17px;
  text-transform: uppercase;
  background: url(https://s3.amazonaws.com/subscribe-funnels-production/assets/e0035c3b-6e0c-455c-b751-84f607aa84fa/red-seal.webp) no-repeat center center;
  background-size: 100%;
}

.upsell__prod-describe-content {
  text-align: left;
  padding-left: 25px;
}

.upsell__prod-describe-content p {
  font-size: 15px;
  line-height: 21px;
  color: #000;
}

.strip-text {
  font-size: 14px;
  line-height: 20px;
  margin-top: 15px;
}

.upsell__pricing {
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 30px;
  margin-top: 28px;
}

.upsell__pricing_col {
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 10px;
}

.upsell__old-price {
  font-size: 24px;
  line-height: 26px;
  color: #000000;
}

.upsell__old-price span {
  position: relative;
}

.upsell__old-price span:before {
  content: '';
  position: absolute;
  top: 46%;
  left: -3px;
  right: -4px;
  height: 2px;
  background: #010101;
}

.upsell__new-price {
  font-size: 40px;
  line-height: 40px;
  color: #2f0b6d;
  font-weight: bold;
}

.upsell__new-price small {
  font-size: 55%;
}

.upsell__savings {
  display: inline-block;
  vertical-align: middle;
  font-size: 15px;
  line-height: 20px;
  color: #000;
  font-weight: 600;
  margin-bottom: 10px;
}

.upsell__no {
  font-size: 15px;
  line-height: 18px;
  color: #5c5c5c;
  text-decoration: underline;
  background: none;
  cursor: pointer;
  border: none;
  margin-top: 26px;
}

.upsell__prod_points {
  float: left;
  width: 100%;
}

.upsell__prod_points li {
  float: left;
  width: 100%;
  font-size: 18px;
  line-height: 26px;
  color: #000;
  background: url(https://s3.amazonaws.com/subscribe-funnels-production/assets/e0035c3b-6e0c-455c-b751-84f607aa84fa/purple-bulllet.webp) no-repeat top 3px left;
  background-size: 20px;
  font-weight: 700;
  letter-spacing: -0.5px;
  border-bottom: 1px solid #e1e1e1;
  padding: 0 0 15px 29px;
  margin-bottom: 15px;
}

.upsell__prod_points li:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}

.upsell__dollar {
  display: inline-block;
  vertical-align: middle;
  width: 12px;
  margin: -3px 6px 0 0;
}

.save_box {
  background: #ddf9e1;
  padding: 7px 12px;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  align-items: center;
  column-gap: 7px;
}

.save_icon {
  width: 22px;
}

.save_box p {
  color: #27a217;
  font-size: 18px;
  line-height: 26px;
  font-weight: 800;
  text-align: left;
}

.upsell__buttons {
  float: left;
  width: 100%;
  margin-top: 30px;
}

.upsell__buttons_width {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  max-width: 470px;
}

.upsell__btn {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  height: 68px;
  color: #fff;
  font-size: 25px;
  line-height: 67px;
  font-weight: bold;
  border-radius: 50px;
  position: relative;
  overflow: hidden;
  text-align: center;
  background: #00b32d;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  font-family: 'Inter';
  cursor: pointer;
  -webkit-appearance: none;
  outline: none;
  border: none;
  box-shadow: 0 3px 12px 2px rgba(118, 63, 216, 0.4);
  -webkit-box-shadow: 0 3px 12px 2px rgba(118, 63, 216, 0.4);
}

.upsell__btn img {
  display: inline-block;
  vertical-align: middle;
  margin: -4px 0 0 10px;
  width: 14px;
}


.upsell6-section .upsell__package_seal {
  right: -22px;
}

.upsell6-section .upsell__prod-describe-content {
  padding-left: 40px;
}

.upsells-section .upsell__package_seal {
  right: 30px;
}

.upsells-section .upsell__btn {
  font-size: 22px;
}

.upsells-section .upsell__prod-describe-content {
  padding-left: 0;
}


/*-----------------------
         FOOTER
------------------------*/
.footer {
  float: left;
  width: 100%;
  padding: 40px 0;
  background: #fff;
}

.footer-logo {
  display: block;
  margin: 0 auto 25px;
  width: 107px;
}

.footer_text {
  font-size: 16px;
  line-height: 22px;
  color: #000000;
  margin-top: 25px;
}

.footer_text a {
  padding: 0 8px;
  color: #000;
}

.footer_box {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  max-width: 970px;
  font-size: 14px;
  line-height: 20px;
  color: #000000;
  margin-top: 30px;
  padding: 15px 20px 15px;
  border: 1px solid #e2e2e2;
}

/*=========Media Query=========*/
.show-mob,
.show-tab {
  display: none;
}


@media only screen and (max-width:1200px) {
  .container {
    width: 1004px;
  }


}


@media only screen and (max-width:1021px) {
  .container {
    width: 750px;
  }

  .show-desk {
    display: none;
  }

  .show-tab {
    display: block;
  }


}

@media only screen and (max-width:767px) {
  .container {
    width: 100%;
    padding: 0 15px;
    max-width: 500px;
    box-sizing: border-box;
  }

  .show-mob {
    display: block;
  }

  .hide-mob {
    display: none;
  }

  .header {
    border-top: 3px solid #310370;
    padding: 7px 0;
  }

  .logo {
    width: 135px;
  }

  .upsell-section {
    padding: 38px 0 35px;
  }

  .upsell_box {
    padding: 25px 15px;
    border-radius: 12px;
  }

  .upsell__timer {
    font-size: 14px;
    line-height: 14px;
    padding: 8px 16px;
  }

  .warning-icon {
    width: 30px;
    top: -16px;
  }

  .upsell__result-heading {
    font-size: 23px;
    line-height: 30px;
  }

  .upsell__timer img {
    width: 14px;
    margin: -3px 7px 0 0;
  }

  .upsell__name {
    font-size: 19px;
    line-height: 22px;
    margin-top: 12px;
  }

  .upsell__prod-describe {
    padding: 20px 15px;
    margin-top: 15px;
  }

  .upsell__prod-describe-content {
    padding-left: 12px;
  }

  .upsell__result-text {
    font-size: 14px;
    m argin-bottom: 18px;
  }

  .upsell__prod_points li {
    font-size: 12px;
    line-height: 17px;
    background-size: 14px;
    padding: 0 0 7px 20px;
    margin-bottom: 7px;
    background-position: top 1px left;
  }

  .upsell__btn {
    height: 50px;
    font-size: 17px;
    line-height: 49px;
  }

  .upsell__btn img {
    margin: -3px 0 0 6px;
    width: 10px;
  }

  .upsell__prod-describe-img {
    width: 122px;
  }

  .upsell__package_seal {
    top: -2px;
    right: -4px;
    width: 50px;
    height: 50px;
    font-size: 12px;
    line-height: 14px;
    padding-top: 12px;
  }

  .upsell__new-price {
    font-size: 32px;
    line-height: 34px;
  }

  .upsell__old-price {
    font-size: 22px;
    line-height: 24px;
  }

  .save_box {
    padding: 6px 10px;
  }

  .save_box p {
    font-size: 14px;
    line-height: 20px;
  }

  .save_icon {
    width: 14px;
  }

  .upsell__pricing {
    column-gap: 25px;
    margin-top: 25px;
  }

  .upsell__no {
    font-size: 13px;
    line-height: 14px;
  }

  .upsell6__result-heading.upsell__result-heading {
    font-size: 27px;
    line-height: 33px;
  }

  .upsell6-section .upsell__prod_points li {
    font-size: 13px;
    line-height: 17px;
    background-size: 13px;
  }

  .upsell6-section .upsell__prod-describe-content {
    padding-left: 26px;
  }

  .upsell6-section .upsell__package_seal {
    right: -16px;
  }

  .upsells-section .upsell__prod-describe-content {
    padding-left: 4px;
  }

  .upsells-section .upsell__package_seal {
    right: 10px;
  }

  .footer {
    padding: 25px 0 25px;
  }

  .footer-logo {
    margin: 0 auto 20px;
    width: 87px;
  }

  .footer_text {
    font-size: 14px;
    line-height: 18px;
    margin-top: 15px;
  }

  .footer_box {
    font-size: 12px;
    line-height: 16px;
    margin-top: 20px;
    padding: 12px 15px;
  }

  .footer_text a {
    padding: 0 6px;
    color: #000;
  }



}