/* bulma */
@import "./bulma.min.css";

@import "./loading.css";

body {
font-family: "Poppins", sans-serif;
}
/* sales pop */
section.salespop {
  position: fixed;
  top: 120px;
  left: -400px;
  background: white;
  border-radius: 5px;
  box-shadow:
    0 0.5em 1em -0.125em rgba(10, 10, 10, 0.1),
    0 0px 0 1px rgba(10, 10, 10, 0.02);
  transition: 0.5s all;
}
.animate-bounce-slow {
  top: -4em;
  left: 20px;
  margin: 0 auto;
}
section.salespop.is-active {
  left: 30px;
}
section.salespop .outer {
  display: flex;
}
section.salespop .outer .has-image {
  padding: 10px 20px;
  background: #29af5c;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
section.salespop .outer .has-image img {
  width: 60px;
}
section.salespop .outer .inner {
  padding: 10px 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
section.salespop .outer .inner p.time {
  font-size: 13px;
  font-weight: bold;
  margin-bottom: 5px;
}
section.salespop .outer .inner p.quantity {
  font-style: italic;
}
section.salespop .outer .inner p:last-of-type {
  margin-top: 5px;
  color: #29af5c;
}
section.salespop .outer .inner p:last-of-type i {
  color: #29af5c;
}
.button.is-success {
  background: linear-gradient(90deg, #3aa943 0, #84c741 100%);
  border-color: transparent;
  color: #fff;
}
/* top bar */
body.checkout .topbar {
  padding: 10px 5px;
  margin: 0;
  text-align: center;
  color: #fff;
  font-size: 20px;
  line-height: 22px;
  background: #30bd51;
  font-weight: bold;
}
/* checkout card */
body.checkout .payment .card {
  padding: 20px;
}
/* form */
body.checkout form.form label.label {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen,
    Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  font-size: 14px;
  font-weight: normal;
  color: black;
  margin-bottom: 0;
  line-height: 1.4;
}
body.checkout form.form input[type="submit"] {
  height: auto;
  white-space: normal;
  background: #29af5c;
  border: none;
  font-weight: bold;
  color: white;
  box-shadow:
    0 0.5em 1em -0.125em rgba(10, 10, 10, 0.1),
    0 0px 0 1px rgba(10, 10, 10, 0.02);
  transition: 0.25s all;
  padding: 20px;
  width: 100%;
}
body.checkout form.form input[type="submit"]:hover {
  transform: scale(1.05);
}
/* downsell + upsell */
body.checkout section.upsell {
  z-index: 999999;
}
body.checkout section.downsell {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
  justify-content: center;
  align-items: center;
  z-index: 12345;
  display: none;
}
body.checkout section.downsell.is-active {
  display: flex;
}
body.checkout section.downsell .inner {
  padding: 40px;
  border-radius: 5px;
  background: white;
  box-shadow:
    0 0.5em 1em -0.125em rgba(10, 10, 10, 0.1),
    0 0px 0 1px rgba(10, 10, 10, 0.02);
  text-align: center;
  position: relative;
}
body.checkout section.downsell .inner .close {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 1.5rem;
  line-height: 1;
  color: black;
  cursor: pointer;
}
body.checkout section.downsell .inner h1 {
  color: #29af5c;
}
body.checkout section.downsell .inner p {
  font-size: 1.25rem;
}
body.checkout section.downsell .inner .button {
  margin-top: 10px;
  font-weight: bold;
  color: white;
  padding: 20px;
  height: auto;
  white-space: normal;
}
body.checkout section.downsell .inner .button.yes {
  background-color: #29af5c;
}
body.checkout section.downsell .inner .button.no {
  background-color: #db1414;
}
body.checkout .loading {
  position: fixed;
  z-index: 99999;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: white;
  display: none;
  justify-content: center;
  align-items: center;
  padding: 20px;
  flex-direction: column;
}
body.checkout .loading img {
  width: 300px;
  margin-bottom: 20px;
}
body.checkout .loading.is-active,
body.checkout .loader-2.is-active {
  display: flex;
}
body.checkout .loading .inner {
  max-width: 500px;
}
body.checkout .loading .inner p {
  margin-bottom: 10px;
  font-size: 1.5rem;
  text-align: center;
}
body.checkout .loading .inner .cssProgress {
  width: 500px;
}

@media screen and (min-width: 769px) {
  .column.is-7,
  .column.is-7-tablet {
    flex: none;
    width: 55%;
    margin-right: 3.3333%;
  }
}
section.page .container {
  max-width: 900px;
}
section.page .payment h2 {
  border-bottom: none;
  font-weight: bold;
  font-size: 1.5rem;
}
section.page .payment p + h2 {
  margin-top: 20px;
}

section.upsell {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 101;
  display: none;
  justify-content: center;
  align-items: center;
}
section.upsell.is-active {
  display: flex;
}
section.upsell a.button {
  padding: 0.5rem 1rem;
  border-radius: 5px;
  font-size: 14px;
}
section.upsell a.button:after {
  display: none;
}
section.upsell a.button.is-large {
  margin-top: 10px;
  font-size: 20px;
  padding: 0.5rem 2rem;
  background: #f28542;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
}
section.upsell a.button.is-link {
  background: transparent;
  border: none;
  font-size: 1.2rem;
  color: gray;
  text-decoration: underline;
  font-weight: bold;
}
section.upsell .upsell-inner {
  max-width: 700px;
  position: relative;
  border-radius: 5px;
  background: #ffd300;
  padding: 5px;
}
section.upsell .upsell-inner .upsell-header {
  background: #ffd300;
  color: black;
  font-weight: bold;
  text-align: center;
  padding: 10px 20px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  line-height: 1;
}
section.upsell .upsell-inner .upsell-header span {
  font-size: 3rem;
  font-weight: 900;
}
section.upsell .upsell-inner .upsell-close {
  position: absolute;
  right: -15px;
  top: -15px;
  cursor: pointer;
}
section.upsell .upsell-inner .upsell-close img {
  width: 30px;
  height: 30px;
}
section.upsell .upsell-inner .upsell-content {
  padding: 20px;
  background: white;
  border-radius: 5px;
}
section.upsell .upsell-inner .upsell-content .upsell-qty {
  font-size: 1.2rem;
}
section.upsell .upsell-inner .upsell-content a.button .upsell-qty {
  font-size: 1.4rem;
}
section.upsell .upsell-inner .upsell-content h2 {
  text-align: center;
  font-weight: bold;
  position: relative;
  display: block;
  margin-bottom: 1rem;
}
section.upsell .upsell-inner .upsell-content h2 span:not(.upsell-qty) {
  background: white;
  position: relative;
  z-index: 1;
  padding: 0 10px;
}
section.upsell .upsell-inner .upsell-content h2:before {
  content: "";
  position: absolute;
  width: calc(100% - 33.333333% - 0.5rem);
  height: 1px;
  left: calc(16.6666666667% + 0.25rem);
  right: calc(16.6666666667% + 0.25rem);
  top: 12px;
  background: gray;
}
section.upsell .upsell-inner .upsell-content .upsell-cart {
  margin-bottom: 2rem;
}
section.upsell .upsell-inner .upsell-content .upsell-cart .has-images {
  position: relative;
}
section.upsell
  .upsell-inner
  .upsell-content
  .upsell-cart
  .has-images
  .check-icon {
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 99px;
  background: green;
  color: white;
  padding: 2px;
  font-size: 0.8rem;
  width: 25px;
  height: 25px;
  text-align: center;
  line-height: 24px;
}
section.upsell .upsell-inner .upsell-content .upsell-cart .has-image {
  height: 80px;
  width: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  background: white;
  border-radius: 5px;
  border: 1px solid gray;
}
section.upsell .upsell-inner .upsell-content .upsell-cart .has-image img {
  max-width: 60px;
  max-height: 60px;
}
section.upsell .upsell-inner .upsell-content .has-titles,
section.upsell .upsell-inner .upsell-content .has-price {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
section.upsell .upsell-inner .upsell-content .has-titles .has-text-danger,
section.upsell .upsell-inner .upsell-content .has-price .has-text-danger {
  text-decoration: line-through;
}
section.upsell .upsell-inner .upsell-content .upsell-offers {
  padding: 20px;
  background: whitesmoke;
  border-radius: 5px;
  height: calc(250px + 3rem);
  overflow-y: scroll;
  overflow-x: hidden;
}
section.upsell .upsell-inner .upsell-content .upsell-offers h2 span {
  background: whitesmoke;
}
section.upsell .upsell-inner .upsell-content .upsell-offers h2:before {
  width: calc(100% - 2.4rem);
  left: 1.2rem;
  right: 1.2rem;
}
section.upsell .upsell-inner .upsell-content .upsell-offers .upsell-offer {
  padding: 10px;
  margin: 10px;
}
section.upsell .upsell-inner .upsell-content .upsell-offers .upsell-offer h2 {
  text-align: left;
}
section.upsell
  .upsell-inner
  .upsell-content
  .upsell-offers
  .upsell-offer
  h2:before {
  display: none;
}
section.upsell
  .upsell-inner
  .upsell-content
  .upsell-offers
  .upsell-offer
  .has-titles
  > p {
  line-height: 1.5;
}
section.upsell
  .upsell-inner
  .upsell-content
  .upsell-offers
  .upsell-offer
  .has-image {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  background: white;
  border: 1px solid gray;
  border-radius: 5px;
}
section.upsell
  .upsell-inner
  .upsell-content
  .upsell-offers
  .upsell-offer
  .has-image
  img {
  width: 100%;
}
section.upsell .upsell-inner .upsell-content .upsell-offers .upsell-offer h2 {
  font-size: 1rem;
  letter-spacing: 0.5px;
  line-height: 32px;
  margin-bottom: 0;
}
section.upsell .upsell-inner .upsell-content .upsell-offers .upsell-offer h3 {
  font-size: 1rem;
  font-weight: normal;
  letter-spacing: 0.5px;
  line-height: 32px;
  font-style: italic;
}
section.upsell .upsell-inner .upsell-content .upsell-offers .upsell-offer h4 {
  letter-spacing: 0.5px;
  line-height: 32px;
  color: green;
  font-weight: bold;
}
section.upsell
  .upsell-inner
  .upsell-content
  .upsell-offers
  .upsell-offer
  p.has-text-danger {
  text-decoration: line-through;
}
section.upsell
  .upsell-inner
  .upsell-content
  .upsell-offers
  .upsell-offer
  .upsell-compare-price {
  margin-bottom: 5px;
}
section.upsell
  .upsell-inner
  .upsell-content
  .upsell-offers
  .upsell-offer
  .qty-buttons {
  margin-top: 5px;
}
section.upsell
  .upsell-inner
  .upsell-content
  .upsell-offers
  .upsell-offer
  .qty-buttons
  input {
  font-size: 0.8rem;
  text-align: center;
}
section.upsell
  .upsell-inner
  .upsell-content
  .upsell-offers
  .upsell-offer
  .qty-buttons
  .button {
  font-size: 0.8rem;
}
section.upsell
  .upsell-inner
  .upsell-content
  .upsell-offers
  .upsell-offer
  a.button {
  box-shadow:
    0 0.5em 1em -0.125em rgba(10, 10, 10, 0.1),
    0 0px 0 1px rgba(10, 10, 10, 0.02);
  height: auto;
  white-space: normal;
  background: green;
  border: none;
  border-bottom: 3px solid black;
  font-weight: bold;
  color: white;
  transition: 0.25s all;
  padding: 20px;
  font-size: 1.2rem;
  width: 100%;
  text-align: center;
}
section.upsell
  .upsell-inner
  .upsell-content
  .upsell-offers
  .upsell-offer
  a.button
  svg {
  margin-left: 10px;
}

section.thankyou {
  padding: 4rem 0;
}
section.thankyou .columns {
  margin-left: -0.75rem !important;
  margin-right: -0.75rem !important;
}
section.thankyou .container {
  max-width: 700px;
}
section.thankyou .thankyou-header {
  background-image: url("/assets/shared/checkout/img/thankyou-header.jpg");
  background-size: cover;
  background-position: center center;
  position: relative;
  padding: 2rem 4rem;
  color: white;
}
section.thankyou .thankyou-header .inner {
  position: relative;
  z-index: 2;
  text-align: center;
}
section.thankyou .thankyou-header .inner h2 {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 10px;
}
section.thankyou .thankyou-header .inner p {
  color: white;
}
section.thankyou .thankyou-header .overlay {
  position: absolute;
  background: rgba(13, 144, 205, 0.9);
  z-index: 1;
}
section.thankyou .thankyou-content {
  padding: 2rem;
}
section.thankyou .thankyou-content .shipping {
  padding: 1rem;
  border: 1px gray dashed;
  font-size: 12px;
  margin-bottom: 1rem;
}
section.thankyou .thankyou-content .shipping img {
  float: left;
  margin-right: 20px;
  max-height: 60px;
}
section.thankyou .thankyou-content .address-box {
  padding: 2rem 2rem 0;
  background: whitesmoke;
  margin-bottom: 1rem;
}
section.thankyou .thankyou-content .address-box p:first-of-type {
  margin-bottom: 10px;
  font-size: 1.1rem;
}
section.thankyou .thankyou-content h2 {
  font-weight: bold;
  margin-bottom: 1rem;
  font-size: 1.5rem;
}
section.thankyou .thankyou-content table {
  border: 1px solid whitesmoke;
}

body.warranty {
  background: whitesmoke;
}
body.warranty .menu {
  background: white;
}
body.warranty .navbar-brand {
  margin-left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
}
body.warranty .navbar-brand img {
  height: 50px;
  max-height: initial;
}
body.warranty section.warranty {
  margin-bottom: 40px;
}
body.warranty section.warranty .container {
  max-width: 900px;
}
body.warranty section.warranty p .has-image {
  padding: 5px 10px;
  border-radius: 10px;
  background: white;
  position: relative;
}
body.warranty section.warranty p .has-image img {
  display: inline-block;
  height: 1.3rem;
  line-height: 50px;
}
body.warranty section.warranty p .has-image.cc {
  line-height: 50px;
  height: 50px;
  display: inline-block;
}
body.warranty section.warranty p .has-image.cc img {
  height: 2.5rem;
}
body.warranty section.warranty .topbar {
  background: #861028;
}
body.warranty section.warranty .topbar .container {
  display: flex;
  color: white;
  padding: 20px;
  font-size: 2rem;
}
body.warranty section.warranty .topbar .container svg,
body.warranty section.warranty .topbar .container i {
  font-size: 4rem;
}
body.warranty section.warranty .topbar .container p {
  color: white;
  font-size: 1.5rem;
  font-weight: bold;
  padding-left: 20px;
}
body.warranty section.warranty .warranty-header {
  margin-top: 60px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  background: #861028;
  position: relative;
}
body.warranty section.warranty .warranty-header > img {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}
body.warranty section.warranty .warranty-header p {
  color: white;
  padding: 20px 240px 20px 40px;
  font-size: 1.35rem;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 2px;
}
body.warranty section.warranty .warranty-content {
  padding: 40px;
  background: white;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
body.warranty section.warranty .warranty-content h2 {
  font-size: 1.5rem;
  font-weight: bold;
}
body.warranty section.warranty .warranty-content ul {
  margin: 20px 0;
}
body.warranty section.warranty .warranty-content ul li {
  display: flex;
  font-size: 1.5rem;
}
body.warranty section.warranty .warranty-content ul li p {
  font-size: 1.1rem;
}
body.warranty section.warranty .warranty-content ul li + li {
  margin-top: 10px;
}
body.warranty section.warranty .warranty-content ul li i,
body.warranty section.warranty .warranty-content ul li svg {
  margin-right: 10px;
}
body.warranty section.warranty .warranty-content .has-text-centered .price {
  font-size: 1.5rem;
  color: #f14668;
  margin-bottom: 20px;
}
body.warranty section.warranty .warranty-content .has-text-centered .price b {
  font-size: 2.5rem;
}
body.warranty section.warranty .warranty-content .has-text-centered a.button {
  font-size: 1.5rem;
  margin-bottom: 10px;
}
body.warranty section.warranty .warranty-content .has-text-centered a.button i,
body.warranty
  section.warranty
  .warranty-content
  .has-text-centered
  a.button
  svg {
  margin-right: 10px;
}
body.warranty
  section.warranty
  .warranty-content
  .has-text-centered
  a.button:after {
  display: none;
}
body.warranty
  section.warranty
  .warranty-content
  .has-text-centered
  a:not(.button) {
  color: blue;
  text-decoration: underline;
}

@media (max-width: 768px) {
  body.warranty .navbar-brand img {
    height: auto;
    width: 90%;
    max-width: initial !important;
  }
  body.warranty section.warranty .topbar .container i {
    font-size: 2.5rem;
  }
  body.warranty section.warranty .topbar .container p {
    font-size: 1rem;
  }
  body.warranty section.warranty .topbar .container p .has-image img {
    height: 1rem;
  }
  body.warranty section.warranty .warranty-badge-mobile {
    margin-top: 20px;
  }
  body.warranty section.warranty .warranty-header {
    margin: -76px 10px 0 10px;
  }
  body.warranty section.warranty .warranty-header > img {
    display: none;
  }
  body.warranty section.warranty .warranty-header p {
    font-size: 1.1rem;
    padding: 20px;
    letter-spacing: initial;
    line-height: 1.65;
  }
  body.warranty section.warranty .warranty-header p .has-image img {
    height: 1rem;
  }
  body.warranty section.warranty .warranty-content {
    margin: 0 10px 30px 10px;
    padding: 20px;
  }
  body.warranty section.warranty .warranty-content ul li p {
    font-size: 1rem;
  }
}
@media screen and (max-width: 768px) {
  h1 {
    font-size: 20px;
    line-height: 20px;
  }

  a.button {
    white-space: normal;
    font-size: 13px;
    padding: 20px;
    width: 100%;
    text-align: center;
  }
  a.button:after {
    display: none;
  }

  .menu {
    position: relative !important;
  }
  .menu nav.navbar .navbar-burger {
    display: none;
  }
  .menu nav.navbar .navbar-brand {
    display: flex;
    flex-direction: column;
  }
  .menu nav.navbar .navbar-brand .navbar-item {
    width: 100%;
    text-align: center;
    padding: 20px 10px 5px 10px;
    display: block;
  }
  .menu nav.navbar .navbar-brand .navbar-item + .navbar-item {
    padding-top: 5px;
  }
  .menu
    nav.navbar
    .navbar-brand
    .navbar-item.is-hidden-tablet
    + .is-hidden-tablet {
    padding-bottom: 20px;
  }
  .menu nav.navbar .navbar-brand .navbar-item img {
    max-width: 250px;
    margin: 0 auto;
  }

  section.banner {
    padding: 20px 10px;
  }
  section.banner h1 {
    font-size: 26px;
  }
  section.banner .column.is-4 {
    padding: 20px 40px;
  }

  section.offerbar {
    padding: 20px 10px;
  }
  section.offerbar p {
    font-size: 12px;
  }

  section.usps {
    padding: 20px;
  }

  section.product-info {
    padding: 20px;
  }

  section.product-info .product-box {
    padding: 20px;
    background: whitesmoke;
  }
  section.product-info .product-image-1 {
    min-height: 250px;
  }
  section.product-info h2 {
    line-height: 1.1;
    margin-bottom: 5px;
  }

  section.cta-banner {
    padding: 20px;
  }

  section.testimonial {
    padding: 20px;
  }

  section.reviews {
    padding: 1rem;
  }
  section.reviews .average-rating {
    display: flex;
    text-align: center;
    justify-content: space-between;
    align-items: center;
  }

  body.checkout section.reviews {
    padding: 20px 10px;
  }
  body.checkout section.reviews .columns {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  body.checkout section.salespop {
    top: 20px;
    width: calc(100% - 40px);
  }
  body.checkout section.salespop p.name {
    font-size: 12px !important;
  }
  body.checkout section.salespop.is-active {
    left: 20px;
  }
  body.checkout section.downsell {
    padding: 20px;
  }
  body.checkout section.downsell .inner {
    width: 100%;
  }
  body.checkout section.downsell .inner h1 {
    font-size: 2rem;
    line-height: 1.1;
  }
  body.checkout section.downsell .inner p {
    font-size: 1rem;
  }

  section.footer .column {
    text-align: left;
  }

  body.checkout .checkout-banner {
    margin-top: 0;
  }
  body.checkout .steps {
    padding: 0 30px;
  }
  body.checkout .secure {
    margin: 0 20px 20px 20px;
  }
  body.checkout .secure .top {
    font-size: 1rem;
  }
  body.checkout .payment {
    margin-bottom: 20px;
  }
  body.checkout .payment .card {
    padding: 20px 10px;
  }
  body.checkout div.discount {
    padding: 10px 20px;
    background: #f28542;
  }
  body.checkout div.discount p {
    font-size: 0.8rem;
  }
  body.checkout .payment .product-options .option .middle img {
    max-width: 30px;
  }
  body.checkout .payment .product-options .option {
    min-height: 150px;
  }
  body.checkout .payment .product-options .option .info {
    flex-direction: row-reverse;
  }
  body.checkout .payment .product-options .option .info .titles {
    margin-bottom: 0;
  }
  body.checkout .payment .product-options .option .info .images {
    width: 40%;
    text-align: right;
    position: absolute;
    top: 1rem;
  }
  body.checkout .payment .product-options .option .info .images .amount {
    position: absolute;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background: whitesmoke;
    border: 1px solid gray;
    border-radius: 99px;
    right: 55px;
    top: 40%;
    transform: translateY(-50%);
  }
  body.checkout .payment .product-options .option .info .images img {
    display: none;
  }
  body.checkout
    .payment
    .product-options
    .option
    .info
    .images
    img:first-of-type {
    display: inline-block;
  }
  body.checkout .payment .product-options .option .info .prices {
    width: 100%;
    text-align: left !important;
  }
  body.checkout .payment .product-options .option .info .prices p {
    font-size: 1.1rem;
  }
  body.checkout .payment .product-options .option:first-of-type .ribbon {
    top: initial;
    bottom: -33px;
    width: 80%;
    left: 50%;
    transform: translateX(-50%);
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    font-weight: bold;
  }
  body.checkout .payment .product-options .option:first-of-type .ribbon:after {
    display: none;
  }
  body.checkout .saved {
    margin-bottom: 1rem;
  }
  body.checkout .saved .column {
    flex-direction: column;
  }
  body.checkout .saved .column:first-of-type {
    flex: 3;
  }
  body.checkout .saved .column:nth-child(2) {
    align-items: flex-end;
    flex: 7;
  }
  body.checkout .saved .column p {
    font-size: 1.2rem;
  }
  body.checkout .ribbon {
    top: 0px;
  }

  body.checkout table.table th,
  body.checkout table.table td {
    font-size: 0.8rem;
  }
  body.checkout table.table th .center,
  body.checkout table.table td .center {
    flex-direction: column;
  }
  body.checkout section.reviews {
    padding: 0;
  }

  section.checkout {
    padding: 0;
  }

  section.thankyou {
    padding: 0;
  }
  section.thankyou .thankyou-header {
    padding: 2rem;
  }
  section.thankyou .thankyou-header h2 {
    font-size: 1rem;
  }
  section.thankyou .thankyou-content .address-box {
    margin-bottom: 0;
  }
  section.thankyou .thankyou-content h2 {
    margin-top: 1rem;
  }

  section.sticky {
    background: white;
    border-top: 1px solid #ddd;
    position: fixed;
    bottom: -74px;
    left: 0;
    right: 0;
    transition: 0.5s all;
  }
  section.sticky.is-visible {
    bottom: 0;
  }
  section.sticky .container {
    padding: 10px;
  }

  section.salespop {
    top: 20px;
    z-index: 999;
  }
  section.salespop.is-active {
    left: 20px;
  }
  section.salespop .outer .has-image {
    padding: 10px;
  }
  section.salespop .outer .inner {
    width: calc(100% - 80px);
  }
  section.salespop .outer .inner p.name {
    font-size: 12px;
  }

  .loading .inner {
    width: 100%;
  }
  .loading .inner .cssProgress {
    width: auto !important;
  }

  section.upsell .upsell-inner {
    max-width: calc(100% - 2rem);
  }
  section.upsell .upsell-inner .upsell-content {
    padding: 0;
  }
  section.upsell .upsell-inner .upsell-content .upsell-cart {
    display: none !important;
  }
  section.upsell .upsell-inner .upsell-content .upsell-offers {
    padding: 10px;
  }
  section.upsell .upsell-inner .upsell-content .upsell-offers > h2 {
    font-size: 0.8rem;
    text-decoration: underline;
  }
  section.upsell .upsell-inner .upsell-content .upsell-offers > h2:before {
    display: none;
  }
  section.upsell .upsell-inner .upsell-content .upsell-offers > h2 span {
    padding: 0;
  }
  section.upsell .upsell-inner .upsell-content .upsell-offers .upsell-offer {
    padding: 0;
    margin: 1em 0;
  }
  section.upsell
    .upsell-inner
    .upsell-content
    .upsell-offers
    .upsell-offer
    > .columns
    > .column {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }
  section.upsell
    .upsell-inner
    .upsell-content
    .upsell-offers
    .upsell-offer
    .has-titles
    > p {
    line-height: 1.5rem;
  }
  section.upsell
    .upsell-inner
    .upsell-content
    .upsell-offers
    .upsell-offer
    .qty-buttons {
    margin-top: 5px;
  }
  section.upsell
    .upsell-inner
    .upsell-content
    .upsell-offers
    .upsell-offer
    .qty-buttons
    .button {
    font-size: 0.6rem;
    height: 32px;
    line-height: 32px;
  }
  section.upsell
    .upsell-inner
    .upsell-content
    .upsell-offers
    .upsell-offer
    .has-titles {
    margin: 10px 0;
  }
  section.upsell
    .upsell-inner
    .upsell-content
    .upsell-offers
    .upsell-offer
    .has-titles
    h2,
  section.upsell
    .upsell-inner
    .upsell-content
    .upsell-offers
    .upsell-offer
    .has-titles
    h3,
  section.upsell
    .upsell-inner
    .upsell-content
    .upsell-offers
    .upsell-offer
    .has-titles
    h4 {
    font-size: 0.8rem;
    text-align: center;
    line-height: 1.2rem;
  }
  section.upsell
    .upsell-inner
    .upsell-content
    .upsell-offers
    .upsell-offer
    .has-titles
    h4 {
    color: green;
    font-weight: bold;
    font-size: 1rem;
    line-height: 1.4rem;
  }
  section.upsell
    .upsell-inner
    .upsell-content
    .upsell-offers
    .upsell-offer
    a.button {
    display: block;
    padding: 10px 20px;
    font-size: 1rem;
  }
  section.upsell
    .upsell-inner
    .upsell-content
    .upsell-offers
    .upsell-offer
    a.button
    span {
    font-size: 1rem;
  }
  section.upsell .upsell-inner .upsell-content a.button.is-link {
    height: auto;
    font-size: 1rem;
    display: block;
    white-space: normal;
    padding: 1rem;
  }

  section.warranty .topbar .container i {
    font-size: 2.5rem;
  }
  section.warranty .topbar .container p {
    font-size: 1rem;
  }
  section.warranty .topbar .container p .has-image img {
    height: 1rem;
  }
  section.warranty .warranty-badge-mobile {
    margin-top: 20px;
  }
  section.warranty .warranty-header {
    margin: -76px 10px 0 10px;
  }
  section.warranty .warranty-header > img {
    display: none;
  }
  section.warranty .warranty-header p {
    font-size: 1.1rem;
    padding: 20px;
    letter-spacing: initial;
    line-height: 1.65;
  }
  section.warranty .warranty-header p .has-image img {
    height: 1rem;
  }
  section.warranty .warranty-content {
    margin: 0 10px 30px 10px;
    padding: 20px;
  }
  section.warranty .warranty-content ul li p {
    font-size: 1rem;
  }
}
@media (min-width: 950px) and (max-height: 750px) {
  section.upsell .upsell-cart {
    display: none;
  }
  section.upsell .upsell-inner {
    max-height: 75vh;
  }
  section.upsell .upsell-inner .upsell-content {
    max-height: calc(95vh - 95px);
    overflow-y: scroll;
  }
  section.upsell .upsell-inner .upsell-content .upsell-cart {
    margin-bottom: 0;
  }
  section.upsell .upsell-inner .upsell-content .upsell-offers .upsell-offer {
    margin: 0;
    padding: 0;
  }
}
/* footer */
body.checkout .footer {
  background: whitesmoke;
  padding-left: 100px;
}
body.checkout .footer p,
body.checkout .footer li,
body.checkout .footer a,
body.checkout .footer h2 {
  color: black;
  font-size: 13px;
}
body.checkout .footer h2 {
  font-size: 1rem;
  font-weight: bold;
  border-bottom: 1px solid black;
  padding-bottom: 5px;
  margin-bottom: 10px;
}
.downsell-text {
  text-align: center;
  margin: 1rem 0;
  color: green;
  font-weight: bold;
}
.credit-card-box {
  cursor: pointer;
  display: flex;
  align-items: center;
}
.credit-card-box:hover {
  font-weight: 800;
  box-shadow: 0 0 0px #29af5c;
  box-shadow: none;
}
.credit-card-box:hover .credit-card {
  box-shadow: 0 0 10px #29af5c;
  border: 1px solid #29af5c;
  font-weight: 800;
  border-radius: 4px;
}
.credit-card {
  margin-right: 5px;
  font-size: 16px;
  height: 35px;
}

/* product.ejs */
div.option.option-quantity {
  margin-top: 0;
  /* padding: 8px; */
  box-shadow: 0 0 5px 1px rgb(0 0 0 / 10%);
  border: 3px solid #fff !important;
  overflow: hidden;
  position: relative;
}
div.option.option-quantity.is-active {
  border: 3px solid #30bd51 !important;
}
.option .option-badge {
  display: none;
}
.option.is-recommended .option-badge {
  display: block;
  background: #30bd51;
  color: #fff;
  font-weight: 700;
  width: 200px;
  position: absolute;
  transform: rotate(-35deg);
  left: -58px;
  top: 14px;
  text-align: center;
  line-height: 2.25;
  line-height: 20px;
  padding: 5px;
  font-size: 10px;
}

#timeCount {
  border: 5px solid #e43b2c;
  background: #ffe300;
  padding: 10px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  width: 260px;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  margin-bottom: 20px;
  margin-top: 20px;
}

#timeCount .ex-minute,
#timeCount .ex-second {
  color: #000;
  font-size: 3rem;
  line-height: 1.1;
  font-weight: 700;
}

#timeCount .semicolon {
  color: #000;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1;
}

#timeCount .minute-text,
#timeCount .second-text {
  display: block;
  font-size: 1.2rem;
  margin-top: 2px;
}

.message-header {
  border-radius: 10px;
  background-color: #30bd51;
  justify-content: center;
}
.or {
  width: 100%;
  height: 12px;
  border-bottom: 1px solid black;
  text-align: center;
  margin-top: -20px;
}
.or span {
  font-size: 17px;
  background-color: white;
  padding: 0 10px;
}
@media screen and (min-width: 1140px) {
  .container {
    max-width: 1060px;
    width: 100%;
    padding-right: 110px;
    padding-left: 110px;
    margin-right: auto;
    margin-left: auto;
  }
}

.xmas1 {
  background-color: #4ead4d;
  position: relative;
}
.xmas2 {
  position: absolute;
  width: 100%;
}

.xmas2 p {
  font-family: "Montserrat", "sans-serif";
  font-size: 50px;
}
:root {
  --ctaGreen: #11640d;
}
/* .blink {
  width: 100%;
  height: 80px;
  padding: 15px;
  text-align: center;
  line-height: 50px;
} */
.blink span {
  line-height: 1.3em;
  vertical-align: middle;
  animation: blink 2s linear infinite;
  color: #e90e0e;
  font-weight: 900;
  font-style: italic;
  -webkit-text-stroke: 2px white;
}
@keyframes blink {
  0% {
    opacity: 0.4;
  }
  100% {
    opacity: 1;
  }
}
@media only screen and (min-device-width: 1000px) and (max-device-width: 1250px) {
  .price {
    font-size: 1.5rem !important;
  }
}
.finish-upsell-button {
  display: table-cell;
  vertical-align: middle;
}
.cc-logos img {
  height: 30px;
}
.payment-section {
  border-top: 4px solid #e6e6e6;
}
.payment-section-column {
  border-right: 2px solid #e6e6e6;
}
.order-img-desktop {
  width: 150px !important;
  height: 150px !important;
  object-fit: contain;
}
.payment-container-total {
  border-top: 1px dashed #bdbdbd;
  border-bottom: 1px dashed #bdbdbd;
  padding: 20px 0;
  margin: 1em 0;
}
.divider-text span {
  z-index: 2;
  background: #fff;
  padding: 0 10px;
}
.divider-text::after {
  z-index: -2;
  content: "";
  height: 2px;
  width: 100%;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: #ddd;
}
.card-container__outline {
  border: 1px solid #e1e1e1 !important;
  box-shadow: none !important;
}

.radio-container {
  display: none;
}
#payment-select-form {
  display: flex;
  flex-direction: column;
}
#payment-select-form .input-payment-logo {
  display: flex;
  justify-content: center;
  align-items: center;
}
.input-payment-logo img {
  height: 27px;
}
.input-payment-logo {
  position: absolute;
  inset: 0 0 0 0;
  z-index: 1;
}
.input-payment-label {
  z-index: 2;
}
#payment-select-form input {
  visibility: hidden;
}
.payment-choice-container label {
  border-radius: 4px;
  cursor: pointer;
}
.payment-choice-container {
  margin: 5px 0;
  border: 3px solid transparent;
  border-radius: 8px;
  cursor: pointer;
}
.payment-choice-container figure {
  border-radius: 4px;
}
.payment-choice-container.is-selected {
  border: 3px solid #002960;
  box-shadow:
    rgba(0, 0, 0, 0.05) 0px 6px 24px 0px,
    rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
}
.payment-check-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  left: 1.5em;
  display: none;
  width: 1.5em !important;
  height: 1.5em !important;
}
.is-selected-icon {
  display: block;
}
#form-summary {
  border: 1px solid #b9c4c9;
  border-radius: 5px;
}
#form-summary span {
  position: absolute;
  right: 10px;
  top: 0;
}
#BluesnapForm span.input {
  background: #fff;
}
.credit-card {
  margin: 0 2px;
}
.finish-upsell-button {
  display: table-cell;
  vertical-align: middle;
}
.checkout-summary .nav-inner {
  height: 0;
  overflow: hidden;
}
.checkout-summary .nav-inner.change-size {
  height: auto;
}
#nav-arrow {
  width: 1.25em;
  height: 1.25em;
}
.rotate {
  transform: rotateX(180deg);
}
.checkout-summary {
  background-color: #ffffff;
  width: 100%;
  height: auto;
  padding: 10px;
  position: sticky;
  top: 50px;
}
.checkout-summary .nav-inner {
  height: 100%;
}
#terms {
  width: 30px;
  height: 30px;
  margin-right: 0.5em;
}
@media only screen and (max-width: 900px) {
  .cc-container {
    justify-content: center !important;
  }
  .credit-card {
    width: 30px;
  }
  .payment-section-column {
    border-right: 0px !important;
    padding: 0 1em !important;
  }
  .order-img-desktop {
    width: 100px !important;
    height: 100px !important;
  }
  .checkout-summary {
    cursor: pointer;
    background-color: #f9f9f9;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    padding: 10px;
    z-index: 999;
    box-shadow: 0 0 15px 5px rgb(0 0 0 / 20%);
  }
  .checkout-summary .nav-inner {
    height: 0;
  }
}
/* intersitital part  */
.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.5);
}

ul.usps li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 15px;
  font-weight: bold;
  color: black;
  line-height: 20px;
}
ul.usps li:before {
  content: "";
  background-image: url("../img/icons/snow.png");
  width: 19px;
  height: 19px;
  position: absolute;
  left: 0;
  top: 0;
  background-size: cover;
}

section.banner {
  padding: 60px 0;
  color: black;
  background-image: url("../img/background.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
}
section.testimonial {
  background-image: url("../img/testimonial-bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  color: white;
  padding: 80px 0;
}
body {
  font-family: "Poppins", sans-serif;
  scroll-behavior: smooth;
}

.get-today-container .skew::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  width: 120vw;
  height: 100%;
  transform: translate(-50%, -50%) rotate(173deg);
  background-image: linear-gradient(to bottom, #fff, #f2f2f2);
  z-index: -1;
}
.get-today-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.most-popular {
  border: 6px solid #29af5c;
}
.most-popular-title {
  background-color: #29af5c;
}
.most-popular span {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
}
.cc-logos {
  align-items: center;
  justify-content: center;
}
.cc-logos img,
.cc-logos-gray img {
  max-height: 60px;
  width: 100px;
  height: fit-content;
  margin: 0 1em;
}
.footer-links li:after {
  content: "•";
}
.footer-links li:last-child:after {
  content: "";
}
.wave {
  padding: 0;
  width: 100%;
}
.wave:nth-child(1) {
  margin-bottom: 10em !important;
}
.section-wave {
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center !important;
}
.section-benefits {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 50%;
  transform: translateY(-50%);
}
.section-benefits h2 {
  transform: translateY(-70px);
}
.section-benefits__card:nth-child(2) {
  transform: translateY(30%);
}
.faq-container details[open] {
  transition: height 1s ease;
  overflow: hidden;
}
.faq-container details > summary {
  list-style: none;
}
.faq-container details > summary::-webkit-details-marker {
  display: none;
}
.faq-container details > summary::after {
  position: absolute;
  right: 3em;
}
.faq-container details > summary::after {
  content: "+ ";
}
.faq-container details[open] > summary::after {
  content: "- ";
}
.faq-container details[open] > summary {
  margin-bottom: 0.5rem;
}
.faq-container_inner {
  font-weight: lighter;
}
.section-one__thumb {
  height: 40%;
  position: absolute;
  bottom: -3em;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.section-banner__thumb {
  height: 30vh;
  object-fit: contain;
}
.header-wave {
  width: 100%;
  vertical-align: bottom;
}
.order-now__button {
  text-align: center;
  max-width: 350px;
  border-radius: 3em;
  cursor: pointer;
  display: inline;
}
.order-now__button span {
  background-image: url('data:image/svg+xml,<svg width="18" height="17" viewBox="0 0 18 17" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M7.72677 0.895883V4.29288L13.3338 8.75188L7.72677 12.7849V16.1819L17.5108 8.90988L7.72677 0.895883ZM10.5228 8.64488L0.73877 15.9159V0.629883L10.5228 8.64488Z" fill="white"/></svg>');
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: right center;
  cursor: pointer;
  height: 16px;
  padding-right: 24px;
}
.payment-method-box {
  max-width: 300px;
  margin: 0 auto;
}
.news-container {
  background-color: #f3f9f8;
}
.pros-box img {
  transform: translateY(-50px);
  object-fit: contain;
  max-height: 115px;
}
.key-feature-section {
  position: static;
}
#how-it-works .columns {
  background-repeat: no-repeat;
  background-position: -15% 100%;
  background-size: 70%;
}
.step-box {
  width: fit-content;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -30px;
  margin: 0 auto;
}
.owl-theme .owl-nav [class*="owl-"]:hover {
  background: none !important;
  color: #121212 !important;
}
.navbar-item img {
  width: 300px;
  max-height: 70px;
}
.owl-prev,
.owl-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.owl-prev {
  left: -2em;
}
.owl-next {
  right: -2em;
}
.owl-prev svg,
.owl-next svg {
  width: 2em !important;
  height: 2em !important;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #000 !important;
}
.owl-theme .owl-dots .owl-dot span {
  background: none !important;
  border: 1px solid #000 !important;
}
#main-carousel {
  background: linear-gradient(18deg, #fff 0%, #fff 40%, #f2f2f2 100%);
}
.corner-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}
.corner-box {
  border-radius: 0 !important;
}
.corner-box:nth-child(1) {
  grid-area: 1 / 2 / 2 / 3;
}
.corner-box:nth-child(2) {
  grid-area: 1 / 4 / 2 / 5;
}
.corner-box:nth-child(3) {
  grid-area: 2 / 1 / 3 / 2;
}
.corner-box:nth-child(4) {
  grid-area: 2 / 3 / 3 / 4;
}
.upsell-price {
  color: #29af5c;
}
@media only screen and (max-width: 900px) {
  nav.navbar div {
    justify-content: center;
    align-items: center;
    display: flex;
  }
  nav.navbar div a {
    padding: 1em 2em !important;
  }
  nav.navbar div > div {
    width: 50%;
  }
  .navbar-item img {
    max-width: 100% !important;
  }
  .section-benefits {
    position: relative;
    transform: translateY(0);
  }
  .section-benefits__card:nth-child(2) {
    transform: translateY(0);
  }
  .get-today-container {
    overflow: hidden;
  }
  .cc-logos img,
  .cc-logos-gray img {
    width: 15%;
  }
  .navbar > div {
    justify-content: space-around !important;
  }
  .pros-box {
    margin-bottom: 1em !important;
  }
  .pros-box img {
    transform: translateY(-25px);
    height: 75px;
    width: fit-content;
    margin: 0 auto;
  }
  .get-today-container .skew::before {
    transform: translate(-50%, -50%) rotate(178deg);
  }
  .subheading-container > div {
    justify-content: space-around;
  }
  .steps-container {
    display: flex;
    justify-content: center;
  }
  .steps-container img {
    width: 80%;
  }
  .step-box {
    bottom: -55px;
  }
  .key-features-container {
    display: flex;
    padding: 0 1.5rem;
  }
  .key-features-container > div {
    flex-basis: 50%;
    padding: 0;
  }
  .key-features-container div img {
    height: 50px;
    width: fit-content;
  }
  .key-features-container .column .columns {
    flex-direction: column;
  }
  .corner-box {
    display: flex;
    flex-direction: column;
    margin: 0 !important;
    text-align: center;
    border-radius: 0;
  }
  .key-feature-section {
    position: relative;
    padding: 3rem 0;
  }
  #how-it-works .columns {
    display: flex;
    flex-direction: column;
  }
  #how-it-works .columns {
    background-position: 50% 33%;
    background-size: 150%;
  }
  .wave:nth-child(1) {
    margin-top: -1px;
    margin-bottom: 0 !important;
  }
  .faq-container details > summary::after {
    right: 3em;
  }
  footer {
    background-color: #f8f8f8;
  }
  .footer-links {
    margin: 1em 0;
    flex-wrap: wrap;
  }
  .footer-links li {
    padding: 0.5em;
    width: 50%;
  }
  .footer-links li:after {
    content: "";
  }
  .corner-container {
    display: flex;
    flex-wrap: wrap;
  }
  .corner-box {
    width: 50%;
  }
  /* .products-container {
    flex-direction: row !important;
  }
  .products-container > div {
    width: 50%;
  }
  .products-container a {
    padding: 0.5em 1em !important;
  }
  .news-slider .column {
    padding: 0 2em;
  }
  .order-btn-container {
    margin: 0 auto;
  } */
}

.downsell-text {
  text-align: center;
  margin: 1rem 0;
  color: green;
  font-weight: bold;
}

.credit-card-box {
  cursor: pointer;
  display: flex;
  align-items: center;
}
.credit-card-box:hover {
  font-weight: 800;
  box-shadow: 0 0 0px #29af5c;
  box-shadow: none;
}
.credit-card-box:hover .credit-card {
  box-shadow: 0 0 10px #29af5c;
  border: 1px solid #29af5c;
  font-weight: 800;
  border-radius: 4px;
}
.credit-card {
  margin-right: 5px;
  font-size: 16px;
  height: 35px;
}

/* product.ejs */
div.option.option-quantity {
  margin-top: 0;
  /* padding: 8px; */
  box-shadow: 0 0 5px 1px rgb(0 0 0 / 10%);
  border: 3px solid #fff !important;
  overflow: hidden;
  position: relative;
}
div.option.option-quantity.is-active {
  border: 3px solid #30bd51 !important;
  background-color: #e8f4e8;
}
.option .option-badge {
  display: none;
}
.option.is-recommended .option-badge {
  display: block;
}

#timeCount {
  border: 5px solid #e43b2c;
  background: #ffe300;
  padding: 10px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  width: 260px;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  margin-bottom: 20px;
  margin-top: 20px;
}

#timeCount .ex-minute,
#timeCount .ex-second {
  color: #000;
  font-size: 3rem;
  line-height: 1.1;
  font-weight: 700;
}

#timeCount .semicolon {
  color: #000;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1;
}

#timeCount .minute-text,
#timeCount .second-text {
  display: block;
  font-size: 1.2rem;
  margin-top: 2px;
}

.message-header {
  border-radius: 10px;
  background-color: #30bd51;
  justify-content: center;
}
.or {
  width: 100%;
  height: 12px;
  border-bottom: 1px solid black;
  text-align: center;
  margin-top: -20px;
}
.or span {
  font-size: 17px;
  background-color: white;
  padding: 0 10px;
}
@media screen and (min-width: 1140px) {
  .container {
    max-width: 1060px;
    width: 100%;
    padding-right: 110px;
    padding-left: 110px;
    margin-right: auto;
    margin-left: auto;
  }
}

.xmas1 {
  background-color: #4ead4d;
  position: relative;
}
.xmas2 {
  position: absolute;
  width: 100%;
}

.xmas2 p {
  font-family: "Montserrat", "sans-serif";
  font-size: 50px;
}
:root {
  --ctaGreen: #19af4e;
}
/* .blink {
  width: 100%;
  height: 80px;
  padding: 15px;
  text-align: center;
  line-height: 50px;
} */
.blink span {
  line-height: 1.3em;
  vertical-align: middle;
  animation: blink 2s linear infinite;
  color: #e90e0e;
  font-weight: 900;
  font-style: italic;
  -webkit-text-stroke: 2px white;
}
@keyframes blink {
  0% {
    opacity: 0.4;
  }
  100% {
    opacity: 1;
  }
}
@media only screen and (min-device-width: 1000px) and (max-device-width: 1250px) {
  .price {
    font-size: 1.5rem !important;
  }
}
.finish-upsell-button {
  display: table-cell;
  vertical-align: middle;
}
.cc-logos img {
  height: 30px;
}
.payment-section {
  border-top: 4px solid #e6e6e6;
}
.payment-section-column {
  border-right: 2px solid #e6e6e6;
}
.order-img-desktop {
  width: 150px !important;
  height: 150px !important;
  object-fit: contain;
}
.payment-container-total {
  border-top: 1px dashed #bdbdbd;
  border-bottom: 1px dashed #bdbdbd;
  padding: 20px 0;
  margin: 1em 0;
}
.divider-text span {
  z-index: 2;
  background: #fff;
  padding: 0 10px;
}
.divider-text::after {
  z-index: -2;
  content: "";
  height: 2px;
  width: 100%;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: #ddd;
}
.card-container__outline {
  border: 1px solid #e1e1e1 !important;
  box-shadow: none !important;
}

.radio-container {
  display: none;
}
#payment-select-form {
  display: flex;
  flex-direction: column;
}
#payment-select-form .input-payment-logo {
  display: flex;
  justify-content: center;
  align-items: center;
}
.input-payment-logo img {
  height: 27px;
}
.input-payment-logo {
  position: absolute;
  inset: 0 0 0 0;
  z-index: 1;
}
.input-payment-label {
  z-index: 2;
}
#payment-select-form input {
  visibility: hidden;
}
.payment-choice-container label {
  border-radius: 4px;
  cursor: pointer;
}
.payment-choice-container {
  margin: 5px 0;
  border: 3px solid transparent;
  border-radius: 8px;
  cursor: pointer;
}
.payment-choice-container figure {
  border-radius: 4px;
}
.payment-choice-container.is-selected {
  border: 3px solid #002960;
  box-shadow:
    rgba(0, 0, 0, 0.05) 0px 6px 24px 0px,
    rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
}
.payment-check-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  left: 1.5em;
  display: none;
  width: 1.5em !important;
  height: 1.5em !important;
}
.is-selected-icon {
  display: block;
}
#form-summary {
  border: 1px solid #b9c4c9;
  border-radius: 5px;
}
#form-summary span {
  position: absolute;
  right: 10px;
  top: 0;
}
#BluesnapForm span.input {
  background: #fff;
}
.credit-card {
  margin: 0 2px;
}
.finish-upsell-button {
  display: table-cell;
  vertical-align: middle;
}
.checkout-summary .nav-inner {
  height: 0;
  overflow: hidden;
}
.checkout-summary .nav-inner.change-size {
  height: auto;
}
#nav-arrow {
  width: 1.25em;
  height: 1.25em;
}
.rotate {
  transform: rotateX(180deg);
}
.checkout-summary {
  background-color: #ffffff;
  width: 100%;
  height: auto;
  padding: 10px;
  position: sticky;
  top: 50px;
}
.checkout-summary .nav-inner {
  height: 100%;
}
.card-image img {
  max-width: 250px;
  width: 100%;
}
#terms {
  width: 30px;
  height: 30px;
  margin-right: 0.5em;
}
.recommended {
  display: none;
}
.is-recommended {
  display: block !important;
  font-size: 18px;
  font-weight: 600;
  padding: 15px 0px;
  color: #4A4A4A;
  position: absolute;
  inset: 0 0 auto 0;
  margin: 0 auto;
  width: 100%;
}
@media only screen and (max-width: 900px) {
  .cc-container {
    justify-content: center !important;
  }
  .credit-card {
    width: 30px;
  }
  .payment-section-column {
    border-right: 0px !important;
    padding: 0 1em !important;
  }
  .order-img-desktop {
    width: 100px !important;
    height: 100px !important;
  }
  .checkout-summary {
    cursor: pointer;
    background-color: #f9f9f9;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    padding: 10px;
    z-index: 999;
    box-shadow: 0 0 15px 5px rgb(0 0 0 / 20%);
  }
  .checkout-summary .nav-inner {
    height: 0;
  }
  .introd_cta {
    margin: 0 auto;
  }
}
/* product */
div.option.option-quantity.is-active {
  border: 2px solid var(--ctaGreen) !important;
}
div.option.option-quantity {
  border: 2px solid #d3d3d3 !important;
}
div.option {
  height: 100%;
}
.box {
  border-radius: 2em;
}
.recommended {
  display: none;
}

hr {
  background-color: #d3d3d3 !important;
  width: 100% !important;
  height: 1px !important;
}
.has-text-green {
  color: var(--ctaGreen) !important;
}
.faq-container {
  background-color: var(--ctaGreen);
}
body {
  font-family: "Poppins", sans-serif;
  overflow-x: clip;
}
.heading-text {
  font-size: 35px;
}
header li {
  list-style: none;
  padding: 0 0 10px 40px;
  font-size: 20px;
  font-weight: 600;
}
header {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right top;
  padding: 60px 0;
}
header h1 {
  line-height: 1.2;
  max-width: 750px;
}

.faq-container {
  background-color: #000;
}
.header-list ul {
  list-style-type: disc;
}
.cta-btn {
  font-size: 15px;
  border-radius: 30px;
  background: rgb(58, 169, 67);
  background: linear-gradient(
    90deg,
    rgba(58, 169, 67, 1) 0%,
    rgba(132, 199, 65, 1) 100%
  );
  color: #fff !important;
  padding: 20px 30px 20px 20px;
  text-transform: uppercase;
  border: 0 none;
  font-weight: bold;
}
.review-image {
  border-radius: 100%;
  border: 4px solid green;
  margin-right: 1.5em;
  height: 90px;
  width: 90px;
  object-fit: contain;
}
nav {
  max-height: 90px;
}
.getstarted-container img {
  max-width: 250px;
  border-radius: 50%;
  padding: 5px;
  border: 10px solid #dbdbdb;
}
.getstarted-container div {
  position: absolute;
  top: -1em;
  left: 0;
  right: 0;
}
.getstarted-container div span {
  background: #263244;
  color: #fff;
  padding: 1em;
  border-radius: 100%;
  border: 5px solid #dbdbdb;
  width: 65px;
  height: 65px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
.review-customer {
  width: 88px !important;
  height: 88px !important;
  border-radius: 100%;
  border: 4px solid var(--ctaGreen);
}
.guaranteed-box {
  border-top: 1px solid #ccc;
  max-width: 800px;
}
.guaranteed-box > * {
  padding: 1em;
}
.guaranteed-box > *:not(:last-child) {
  border-right: 1px solid #ccc;
}
.owl-carousel > div {
  width: 100%;
}
.owl-stage,
.owl-item {
  display: flex;
}
.header-review strong {
  color: var(--ctaGreen);
}
/* style only on mobile */
@media (max-width: 900px) {
  .owl-carousel > div {
    width: auto;
  }
  .benefits-container {
    background-image: none !important;
  }
  .benefit-item-first span {
    order: 1;
    padding: 0 0 0 1rem;
  }
  .benefit-item-first img,
  .benefit-item-second img {
    width: 65px;
  }
  .navbar {
    padding: 0;
  }
  .section {
    padding-bottom: 0;
  }
  header {
    padding: 20px 15px !important;
  }
  .benefit-item-first,
  .benefit-item-second {
    padding-bottom: 0.5rem !important;
  }
  .featured > div {
    padding: 0 !important;
  }
  .benefit-columns div:nth-child(1) {
    padding-bottom: 0;
  }
  .benefit-columns div:nth-child(3) {
    padding-top: 0;
  }
  .product-options {
    max-width: 100%;
    margin: 0 auto;
  }
  .mt-0-mobile {
    margin-top: 0!important;
  }
}
.banner-image {
  max-width: 500px;
  position: absolute;
  right: 0;
  bottom: 0;
}

@media (max-width: 1199px) {
  .banner-image {
    max-width: 350px;
    right: 0;
  }
}
.package-sub {
  font-size: 16px;
  line-height: 18px;
  font-weight: 600;
  background: #f1f1f1;
  border-radius: 30px;
  max-width: 300px;
  margin: 0 auto;
  padding: 1em;
}