input[type="text"]:focus,
input[type="search"]:focus,
input[type="password"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
select:focus,
textarea:focus {
  box-shadow: none;
  border: 2px solid #80bdff;
}

.spinner7:before {
  content: " ";
  background: url("../images/product-image-300.png") no-repeat;
  background-size: contain;
  width: 200%;
  height: 200px;
  margin-left: calc(50% - 90px);
  top: -225px;
  position: absolute;
}
.spinner7:after {
  content: "Applying Your Discount";
  color: white;
  word-break: unset;
  white-space: nowrap;
  position: absolute;
  left: -50px;
  top: 20px;
}

/* GERMAN VERSION 50%DISCOUNT APPLY */
.DE .spinner7:after {
  content: "Rabatt Erfolgreich!";
  color: white;
  word-break: unset;
  white-space: nowrap;
  position: absolute;
  left: -40px;
  top: 20px;
}

/* FRENCH VERSION 50%DISCOUNT APPLY */
.FR .spinner7:after {
  content: "Appliquer votre réduction!";
  color: white;
  word-break: unset;
  white-space: nowrap;
  position: absolute;
  left: -70px;
  top: 20px;
}

#loading-indicator {
  background-color: rgba(0, 0, 0, 0.7);
}
#loading-indicator:before {
  /* background: url(../images/103.gif) center center no-repeat rgba(0, 0, 0, 0); */
  background: none;
  content: url("../images/103.gif") !important;
  margin-left: -125px !important;
  margin-top: -51px !important;
  z-index: 2 !important;
}
#loading-indicator:after {
  font-size: 15px;
  box-shadow: 0 0px 28px black;
}

@media (max-width: 1191px) and (min-width: 992px) {
  .main-container {
    max-width: 100%;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .main-container {
    max-width: 100%;
  }
}

/* OVERWRITING THE BOOTSTRAP BUILT_IN DISPLAY HEADING CLASSES TO MAKE THEM RESPONSIVE */
.display-1 {
  font-size: 3.906em;
}

.display-2 {
  font-size: 3.125em;
}

.display-3 {
  font-size: 2.5em !important;
}

.display-4 {
  font-size: 2em;
}

.display-5 {
  font-size: 1.5em;
}

.display-6 {
  font-size: 1em;
}

@media (min-width: 65em) {
  .display-1 {
    font-size: 6em;
  }

  .display-2 {
    font-size: 5.5em;
  }

  .display-3 {
    font-size: 4.5em;
  }

  .display-4 {
    font-size: 3.5em;
  }

  .display-5 {
    font-size: 2.5em;
  }

  .display-6 {
    font-size: 1.5em;
  }
}
/* OVERWRITING THE BOOTSTRAP BUILT_IN DISPLAY HEADING CLASSES TO MAKE THEM RESPONSIVE END */
.loadingMessageContainerWrapper {
  background: url(../images/silk-bg-sm.png);
  background-size: cover;
  z-index: 10000;
  min-height: 100vh;
  height: 100vh;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.loadingMessageContainerWrapper p {
  margin-top: 0;
  margin-bottom: 1rem;
}
.loadingMessageContainerWrapper .counter {
  width: 100% !important;
}
@media (min-width: 1024px) {
  .loadingMessageContainerWrapper .counter {
    width: 80% !important;
  }
}
@media (min-width: 1500px) {
  .loadingMessageContainerWrapper .counter {
    width: 60% !important;
  }
}
@media (min-width: 2000px) {
  .loadingMessageContainerWrapper .counter {
    width: 40% !important;
  }
}
.loadingMessageContainerWrapper .counter .step-inner-container {
  border: 1px solid #333;
  padding: 35px 20px;
  border-radius: 20px;
  box-shadow: 0px 6px 9px -5px #000000;
  background: rgba(255, 255, 255, 0.5);
}
@media (max-width: 767px) {
  .loadingMessageContainerWrapper .counter .step-inner-container {
    padding: 20px 20px 0px 20px !important;
  }
}
.loadingMessageContainerWrapper .counter .step-inner-container .counter-logo {
  width: 200px;
}
@media (max-width: 767px) {
  .loadingMessageContainerWrapper .counter .step-inner-container .counter-logo {
    width: 130px !important;
  }
}
@media (max-width: 320px) {
  .loadingMessageContainerWrapper .counter .step-inner-container .counter-logo {
    width: 60px !important;
  }
}
.loadingMessageContainerWrapper .counter .step-inner-container .counter-step {
  font-weight: normal;
  padding-top: 10px;
  padding-bottom: 10px;
}
@media (max-width: 767px) {
  .loadingMessageContainerWrapper .counter .step-inner-container .counter-step {
    font-size: 14px !important;
    padding-bottom: 0px !important;
  }
}
@media (max-width: 320px) {
  .loadingMessageContainerWrapper .counter .step-inner-container .counter-step {
    font-size: 13px !important;
  }
}
.loadingMessageContainerWrapper
  .counter
  .step-inner-container
  .dyn-package-price {
  display: none;
  font-weight: normal;
}
@media (max-width: 767px) {
  .loadingMessageContainerWrapper .counter .step-inner-container .baroutter {
    margin-bottom: 13px !important;
    height: 15px !important;
  }
}
.loadingMessageContainerWrapper .counter .step-inner-container .baroutter hr {
  width: 1%;
}
.loadingMessageContainerWrapper
  .counter
  .step-inner-container
  .yotpo-badge-wrapper {
  max-width: 150px;
  max-height: 150px;
  position: relative;
}
.loadingMessageContainerWrapper
  .counter
  .step-inner-container
  .yotpo-badge-wrapper
  .step-yotpo {
  max-width: 150px;
  max-height: 150px;
}
.loadingMessageContainerWrapper
  .counter
  .step-inner-container
  .yotpo-badge-wrapper
  .yotpo-reviews-amount {
  font-size: 27px;
  position: absolute;
  top: 40px;
  left: 28px;
  color: white;
}
.loadingMessageContainerWrapper
  .counter
  .step-inner-container
  .step-review-container {
  display: flex;
  flex-direction: row;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .loadingMessageContainerWrapper
    .counter
    .step-inner-container
    .step-review-container {
    flex-direction: column;
    margin-top: 0px;
  }
}
.loadingMessageContainerWrapper
  .counter
  .step-inner-container
  .step-review-container
  .step-review-box {
  background: #fbf6c2;
  margin-top: 10px;
  padding: 15px;
  border-radius: 15px;
  border: 1px solid #888;
}
@media (max-width: 767px) {
  .loadingMessageContainerWrapper
    .counter
    .step-inner-container
    .step-review-container
    .step-review-box {
    padding: 5px;
  }
}
.loadingMessageContainerWrapper
  .counter
  .step-inner-container
  .step-review-container
  .step-review-box
  .fa-star:before {
  font-size: 26px;
}
@media (max-width: 767px) {
  .loadingMessageContainerWrapper
    .counter
    .step-inner-container
    .step-review-container
    .step-review-box
    .fa-star:before {
    font-size: 20px;
  }
}
.loadingMessageContainerWrapper
  .counter
  .step-inner-container
  .step-review-container
  .step-review-box
  .step-review-title {
  font-weight: bold;
  margin-bottom: 5px;
  font-size: 24px;
  font-size: 16px;
}
@media (max-width: 767px) {
  .loadingMessageContainerWrapper
    .counter
    .step-inner-container
    .step-review-container
    .step-review-box
    .step-review-title {
    font-size: 16px;
  }
}
.loadingMessageContainerWrapper
  .counter
  .step-inner-container
  .step-review-container
  .step-review-box
  .step-review-body {
  font-size: 20px;
  font-weight: normal;
}
@media (max-width: 767px) {
  .loadingMessageContainerWrapper
    .counter
    .step-inner-container
    .step-review-container
    .step-review-box
    .step-review-body {
    font-size: 14px;
  }
}
.loadingMessageContainerWrapper
  .counter
  .step-inner-container
  .step-review-container
  .step-review-box
  .step-review-author {
  font-size: 14px;
  font-style: italic;
  margin-bottom: 0px;
}
@media (max-width: 767px) {
  .loadingMessageContainerWrapper
    .counter
    .step-inner-container
    .step-review-container
    .step-review-box
    .step-review-author {
    font-size: 12px;
  }
}
.loadingMessageContainerWrapper
  .counter
  .step-inner-container
  .step-review-container
  .step-review-box
  .step-review-verified {
  font-size: 14px;
  font-style: italic;
  margin-bottom: 0px;
  color: green;
}
@media (max-width: 767px) {
  .loadingMessageContainerWrapper
    .counter
    .step-inner-container
    .step-review-container
    .step-review-box
    .step-review-verified {
    font-size: 12px;
  }
}
.loadingMessageContainerWrapper
  .counter
  .step-inner-container
  .step-review-container
  .odd {
  background: rgba(194, 204, 251, 0.45);
}
.loadingMessageContainerWrapper .counter .step-inner-container .steps2,
.loadingMessageContainerWrapper .counter .step-inner-container .steps3,
.loadingMessageContainerWrapper .counter .step-inner-container .steps4 {
  display: none;
  padding-bottom: 20px;
}
@media (min-width: 375px) {
  .loadingMessageContainerWrapper .counter .step-inner-container .steps2,
  .loadingMessageContainerWrapper .counter .step-inner-container .steps3,
  .loadingMessageContainerWrapper .counter .step-inner-container .steps4 {
    padding-bottom: 40px;
  }
}
@media (min-width: 768px) {
  .loadingMessageContainerWrapper .counter .step-inner-container .steps2,
  .loadingMessageContainerWrapper .counter .step-inner-container .steps3,
  .loadingMessageContainerWrapper .counter .step-inner-container .steps4 {
    padding-bottom: 0px;
  }
}

.discount-alert {
  box-shadow: 0px 6px 9px -5px #000000;
  padding: 0.75rem 0.75rem;
  border-radius: 1rem;
  font-family: 'Poppins', sans-serif;
  display: none;
  line-height: 26px;
}
.discount-alert svg.check {
  width: 30px;
  height: 30px;
  display: inline;
}
.discount-alert svg.check .path {
  stroke-dasharray: 1000;
  stroke-dashoffset: 0;
}
.discount-alert svg.check circle.path {
  -webkit-animation: dash 0.9s ease-in-out;
  animation: dash 1.6s ease-in-out;
}
.discount-alert svg.check polyline.path {
  stroke-dashoffset: 1000;
  -webkit-animation: dash-scale 0.9s 0.35s ease-in-out forwards;
  animation: dash-scale 1.2s 0.35s ease-in-out forwards;
  transform-origin: center;
}
.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca;
}
.alert-success {
  color: #155724 !important;
  background-color: #d4edda !important;
  border-color: #c3e6cb !important;
}
@-webkit-keyframes dash {
  0% {
    stroke-dashoffset: 1000;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes dash {
  0% {
    stroke-dashoffset: 1000;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes dash-scale {
  0% {
    stroke-dashoffset: 1000;
    transform: scale(1);
  }
  50% {
    transform: scale(1.4);
  }
  100% {
    stroke-dashoffset: 0;
    transform: scale(1);
  }
}
@-webkit-keyframes dash-check {
  0% {
    stroke-dashoffset: -100;
  }
  100% {
    stroke-dashoffset: 900;
  }
}
@keyframes dash-check {
  0% {
    stroke-dashoffset: -100;
  }
  100% {
    stroke-dashoffset: 900;
  }
}

.variant-wrapper .step-title {
  font-size: 18px;
  font-weight: bold;
  font-family: 'Poppins', sans-serif;
  text-transform: uppercase;
}
.variant-wrapper .variant-selector .variant-option {
  padding: 10px 0;
  background: white;
  border-radius: 5px;
  border: 1px solid #dedede;
  cursor: pointer;
  position: relative;
  text-shadow: rgba(255, 255, 255, 0.5) 0px 3px 3px;
  overflow: hidden;
}
@media (max-width: 480px) {
  .variant-wrapper .variant-selector .variant-option {
    padding: 5px 0;
  }
}
.variant-wrapper .variant-selector .variant-option:hover {
  background-color: #ffe6af;
  border: 1px solid #1589ee;
}
.variant-wrapper .variant-selector .variant-option .variant-check {
  display: none;
}
.variant-wrapper .variant-selector .variant-option .v-option {
  font-size: 1.3rem;
  line-height: 2rem;
  font-family: 'Poppins', sans-serif;
}
@media (max-width: 480px) {
  .variant-wrapper .variant-selector .variant-option .v-option {
    font-size: 1.3rem;
    line-height: 2rem;
  }
}
.variant-wrapper .variant-selector .variant-option .v-detail {
  font-size: 0.8rem;
  line-height: 1rem;
}
@media (max-width: 480px) {
  .variant-wrapper .variant-selector .variant-option .v-detail {
    font-size: 0.8rem;
    line-height: 1rem;
  }
}
.variant-wrapper .variant-selector .variant-option-sold-out {
  padding: 10px 0;
  background: white;
  border-radius: 5px;
  border: 1px solid #dedede;
  position: relative;
  text-shadow: rgba(255, 255, 255, 0.5) 0px 3px 3px;
  overflow: hidden;
}
@media (max-width: 480px) {
  .variant-wrapper .variant-selector .variant-option-sold-out {
    padding: 5px 0;
  }
}
.variant-wrapper .variant-selector .variant-option-sold-out .variant-check {
  display: none;
}
.variant-wrapper .variant-selector .variant-option-sold-out .v-option {
  font-size: 1.3rem;
  line-height: 2rem;
  font-family: 'Poppins', sans-serif;
}
@media (max-width: 480px) {
  .variant-wrapper .variant-selector .variant-option-sold-out .v-option {
    font-size: 1.3rem;
    line-height: 2rem;
  }
}
.variant-wrapper .variant-selector .variant-option-sold-out .v-detail {
  font-size: 0.8rem;
  line-height: 1rem;
}
@media (max-width: 480px) {
  .variant-wrapper .variant-selector .variant-option-sold-out .v-detail {
    font-size: 0.8rem;
    line-height: 1rem;
  }
}
.variant-wrapper
  .variant-selector
  .variant-option-sold-out
  .variant-sold-out-label {
  position: absolute;
  z-index: 9999;
  top: 0;
  background: red;
  color: white;
  font-weight: bold;
  width: 100%;
  display: block;
  font-size: 12px;
}
@media (max-width: 480px) {
  .variant-wrapper
    .variant-selector
    .variant-option-sold-out
    .variant-sold-out-label {
    font-size: 10px;
  }
}
.variant-wrapper .variant-selector .variant-option.is-active {
  background-color: #ffe6af;
  box-shadow: 2px 3px rgba(0, 0, 0, 0.1);
  border: 1px solid #1589ee;
}
.option.option-quantity.is-active {
  background: #e8e8ea42;
  border: 2px solid #1589ee;
  border-radius: 6px;
  box-shadow: 0 3px 3px #00000030;
}
.variant-wrapper .variant-selector .variant-option.is-active:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 1rem;
  border-right-color: #1589ee;
  border-top-color: #1589ee;
  border-top-right-radius: 4px;
}
.variant-wrapper .variant-selector .variant-option.is-active .variant-check {
  position: absolute;
  top: -0.0625rem;
  right: 0.625rem;
  width: 0.5rem;
  height: 0.5rem;
  display: inline-block;
  border-radius: 0.25rem;
  line-height: 1;
  z-index: 999;
}
.variant-wrapper
  .variant-selector
  .variant-option.is-active
  .variant-check
  .fa-check {
  color: white;
  font-size: 0.8rem;
  position: absolute;
  top: 4px;
  right: -7px;
}
.variant-wrapper .variant-selector .disable-selection {
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer */
  -khtml-user-select: none;
  /* KHTML browsers (e.g. Konqueror) */
  -webkit-user-select: none;
  /* Chrome, Safari, and Opera */
  -webkit-touch-callout: none;
  /* Disable Android and iOS callouts*/
}

@media (max-width: 480px) {
  .variants-3 .variant-selector .variant-option {
    padding-bottom: 10px;
  }
}
@media (max-width: 991px) {
  .variants-3 .variant-selector .variant-option div.v-option {
    font-size: 1rem !important;
    line-height: 1.4rem;
  }
}
@media (max-width: 768px) {
  .variants-3 .variant-selector .variant-option div.v-option {
    font-size: 1rem !important;
    line-height: 1.4rem;
  }
}
@media (max-width: 480px) {
  .variants-3 .variant-selector .variant-option div.v-option {
    font-size: 0.9rem !important;
    line-height: 1.2rem;
    padding-top: 7px;
  }
}

/* ////////////////// CUSTOM SOCIAL PROOF ////////////////// */
@media (max-width: 480px) {
  .custom-social-proof {
    top: 10px !important;
    left: 10px !important;
  }
}
@media (min-width: 481px) {
  .custom-social-proof {
    bottom: 10px !important;
    left: 10px !important;
  }
}
.custom-social-proof .custom-notification {
  background-color: rgba(0, 0, 0, 0.8) !important;
  border-radius: 4px !important;
  width: 300px !important;
}
.custom-social-proof .custom-notification .custom-notification-container {
  height: 65px !important;
}
.custom-social-proof
  .custom-notification
  .custom-notification-container
  .custom-notification-content-wrapper {
  color: white !important;
}
.custom-social-proof
  .custom-notification
  .custom-notification-container
  .custom-notification-content-wrapper
  .custom-notification-content {
  font-size: 12px !important;
}
.custom-social-proof .custom-notification .custom-close::before,
.custom-social-proof .custom-notification .custom-close::after {
  background-color: white !important;
}

/* ////////////////// HEADER ////////////////// */
.header .logo {
  height: 90px;
}
@media (max-width: 767px) {
  .header .logo {
    height: 50px;
  }
}
@media (max-width: 767px) {
  .header .logo {
    height: 48px;
  }
}
@media (max-width: 320px) {
}
.header .right-item {
  position: absolute;
  font-size: 12px;
  color: white;
  right: 15px;
}
@media (max-width: 480px) {
  .header .right-item {
    font-size: 10px;
  }
}
.header .right-item-1 {
  top: 17px;
}
@media (max-width: 480px) {
  .header .right-item-1 {
    top: 5px;
  }
}
.header .right-item-2 {
  top: 35px;
}
@media (max-width: 480px) {
  .header .right-item-2 {
    top: 23px;
  }
}
.header .right-item-3 {
  top: 53px;
}
@media (max-width: 480px) {
  .header .right-item-3 {
    top: 41px;
  }
}
.header .right-item-4 {
  top: 71px;
}
@media (max-width: 480px) {
  .header .right-item-4 {
    top: 59px;
  }
}
@media (max-width: 767px) {
  .header .header-call {
    top: 17px;
  }
}
@media (max-width: 767px) {
  .header .top-30-day-seal {
    right: 110px;
    top: 36px;
  }
}
.header .top-30-day-seal img {
  width: 50px;
}
@media (max-width: 767px) {
  .header .top-30-day-seal img {
    width: 30px;
  }
}
.header .top-30-day-seal-text {
  position: absolute;
  font-size: 12px;
  color: white;
  top: 43px;
  right: 15px;
  width: 100px;
  font-family: 'Poppins', sans-serif;
  font-weight: 300;
}
@media (max-width: 767px) {
  .header .top-30-day-seal-text {
    right: 4px;
    font-size: 10px;
    top: 37px;
  }
}

/* ////////////////// HERO SECTION ////////////////// */
.hero-bg {
  background-color: #112d54;
  background-size: cover;
  height: auto;
}
@media (min-width: 1025px) {
  .hero-bg {
    background: url("../images/checkout-2/hero-bg.jpg") top right no-repeat;
    background-attachment: fixed;
    background-size: cover;
  }
}
.hero-bg .splash-bg {
  background: url("../images/checkout-2/splash-bg.png") top right no-repeat;
  background-size: cover;
}
.hero-bg .header-caption {
  color: #00bbb3;
}
.hero-bg .sub-caption {
  color: #00bbb3;
  font-style: italic !important;
}
.hero-bg .hero-button {
  font-size: 20px;
  width: auto !important;
  padding: 5px 40px;
  border-radius: 50px;
}

.hero-header {
  margin-bottom: 30px;
}
.hero-header em {
  font-style: italic;
}

.step-tag {
  position: absolute;
  content: "";
  top: 0;
  right: 10px;
}

/* HERO SECTION END */
/* ////////////////// ABOUT CARDS ////////////////// */
@media (min-width: 1025px) {
  .about-section {
    margin-top: -140px;
  }
}
.about-section .card-wrapper {
  background: #164177 url("../images/gradient-bg.png") no-repeat top center;
  color: #fff;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.6);
  border-radius: 10px;
}
.about-section .card-wrapper .card-icon {
  width: 80px;
}

/* CARDS END */
/* ////////////////// FEATURES SECTION ////////////////// */
.features-bg {
  background: url("../images/checkout-2/features-bg.jpg") bottom left no-repeat;
  background-size: contain;
  padding-bottom: 300px;
}
@media (max-width: 376px) {
  .features-bg {
    background-image: none;
    padding-bottom: 0px;
  }
}
@media (min-width: 376px) {
  .features-bg {
    padding-bottom: 50px;
  }
}
@media (min-width: 769px) {
  .features-bg {
    padding-bottom: 100px;
  }
}
@media (min-width: 1025px) {
  .features-bg {
    padding-bottom: 300px;
  }
}
.features-bg .feature-item {
  background-color: transparent;
  border: none;
  color: #fff;
}
.features-bg .feature-item .feature-title {
  color: #1561aa;
}

/* FEATURES SECTION END */
/* ////////////////// HOW DOES IT WORK SECTION START ////////////////// */
.how-does-it-work-section-bg {
  background-color: #112d54;
  background-size: cover;
  height: auto;
}
@media (min-width: 1025px) {
  .how-does-it-work-section-bg {
    background: url("../images/how-it-works-bg.jpg") top right no-repeat;
    background-attachment: fixed;
    background-size: cover;
  }
}
.how-does-it-work-section-bg .steps-header {
  margin-bottom: 30px;
}
.how-does-it-work-section-bg .steps-header em {
  font-style: italic;
}
.how-does-it-work-section-bg .steps {
  background-color: rgba(61, 116, 192, 0.3);
}
.how-does-it-work-section-bg .steps .step-tag {
  position: absolute;
  content: "";
  top: 0;
  right: 10px;
}
.how-does-it-work-section-bg .steps .card-body,
.how-does-it-work-section-bg .steps .card-img-overlay {
  padding: 1rem !important;
}
@media (min-width: 1025px) {
  .how-does-it-work-section-bg .steps .card-body {
    height: auto;
    min-height: auto;
  }
}

/* HOW DOES IT WORK SECTION END */
/* ////////////////// VIDEO SECTION START ////////////////// */
.footage-section {
  position: relative;
  background-color: black;
  width: 100%;
  overflow: hidden;
}
@media (pointer: coarse) and (hover: none) {
  .footage-section {
    background: url("https://source.unsplash.com/XT5OInaElMw/1600x900") black
      no-repeat center center scroll;
    background-size: cover;
  }
}
@media (min-width: 769px) {
  .footage-section {
    height: 75vh;
    min-height: 25rem;
  }
}
.footage-section .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: black;
  opacity: 0.5;
  z-index: 1;
}
.footage-section video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
@media (pointer: coarse) and (hover: none) {
  .footage-section video {
    display: none;
  }
}
.footage-section .footage-container {
  position: relative;
  z-index: 2;
}
.footage-section .footage-container .fooatge-section-icon-item {
  background-color: transparent;
  border: none;
  color: #fff;
}
.footage-section .footage-container .fooatge-section-icon-item img {
  max-width: 60%;
}
@media (min-width: 769px) {
  .footage-section .footage-container .item-border {
    padding-right: 15px;
    border-right: 3px solid #00bbbe;
  }
}

/* VIDEO SECTION END */
/* ////////////////// GUARANTEE SECTION ////////////////// */
.guarantee-section {
  background-color: #0e2c55;
  padding: 60px 0;
  font-family: "Lato", sans-serif;
}
.guarantee-section .gurantee h2 {
  font-size: 28px;
  font-weight: 700;
  padding-top: 16px;
}
.guarantee-section .gurantee p {
  font-size: 20px;
  font-weight: 400;
  padding-top: 5px;
}

.top-content-subheader {
  text-align: center;
  font-family: "marck script", cursive;
  letter-spacing: 1px;
  color: #133f62;
  font-size: 2rem;
}
@media (max-width: 414px) {
  .top-content-subheader {
    font-size: 1.3rem;
  }
}
@media (max-width: 375px) {
  .top-content-subheader {
    font-size: 1.2rem;
  }
}
@media (max-width: 320px) {
  .top-content-subheader {
    font-size: 1.2rem;
  }
}

.top-content-header {
  color: #14130f;
  text-align: center;
  font-family: "Poppins", Sans-serif;
  font-weight: 700;
}
@media (max-width: 414px) {
  .top-content-header {
    font-size: 1.7rem;
  }
}
@media (max-width: 320px) {
  .top-content-header {
    font-size: 1.5rem;
  }
}

.top-content .hero-right {
  font-family: "Monserrat", sans-serif;
}
.top-content .hero-right .hero-caption {
  color: #14130f;
  font-weight: 700;
  font-size: 1.4rem;
}
@media (min-width: 375px) {
  .top-content .hero-right .hero-caption {
    font-size: 1.5rem;
  }
}
@media (min-width: 768px) {
  .top-content .hero-right .hero-caption {
    font-size: 1.7rem;
  }
}
@media (min-width: 1024px) {
  .top-content .hero-right .hero-caption {
    font-size: 30px;
  }
}
.top-content .hero-right .hero-sub-caption {
  color: #292929;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 2px;
}
@media (min-width: 768px) {
  .top-content .hero-right .hero-sub-caption {
    font-size: 22px;
    margin: 0 auto;
    width: 80%;
  }
}
@media (min-width: 1024px) {
  .top-content .hero-right .hero-sub-caption {
    font-size: 18px;
    letter-spacing: 1px;
    width: 100%;
  }
}
.top-content .hero-right .hero-checklist {
  padding-left: 0px;
}
@media (max-width: 768px) {
  .top-content .hero-right .hero-checklist {
    margin: 15px 15px;
  }
}
@media (min-width: 768px) {
  .top-content .hero-right .hero-checklist {
    padding-top: 10px;
  }
}
.top-content .hero-right .hero-checklist li {
  text-transform: uppercase;
  display: flex;
  justify-content: left;
  align-items: start;
  text-align: left;
  padding: 6px 0px;
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1023px) {
  .top-content .hero-right .hero-checklist li {
    padding: 8px 0px;
  }
}
.top-content .hero-right .hero-checklist li i {
  color: #440015;
  padding-right: 12px;
  opacity: 1;
  padding-top: 5px;
  z-index: 999;
  --fa-primary-color: #072bf7;
  --fa-secondary-color: #4faef7;
  --fa-secondary-opacity: 1;
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1023px) {
  .top-content .hero-right .hero-checklist li i {
    font-size: 2rem;
  }
}
.top-content .hero-right .hero-checklist li p {
  font-size: 0.9rem;
  font-weight: 700;
  margin-bottom: 0px;
  z-index: 999;
}
@media (min-width: 375px) {
  .top-content .hero-right .hero-checklist li p {
    font-size: 1rem;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1023px) {
  .top-content .hero-right .hero-checklist li p {
    font-size: 22px;
  }
}

@media (max-width: 767px) {
  .special-offer h4 {
    font-size: 1rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .special-offer h4 {
    font-size: 1rem;
  }
}

.discount-alert {
  box-shadow: 0px 6px 9px -5px #000000;
  padding: 0.75rem 0.75rem;
  border-radius: 1rem;
  font-family: 'Poppins', sans-serif;
  display: none;
  line-height: 26px;
  color: #fff;
  background-color: #133f62;
  border-color: #a1c93c;
}
.discount-alert svg.check {
  width: 30px;
  height: 30px;
  display: inline;
}
.discount-alert svg.check .path {
  stroke-dasharray: 1000;
  stroke-dashoffset: 0;
}
.discount-alert svg.check circle.path {
  -webkit-animation: dash 0.9s ease-in-out;
  animation: dash 1.6s ease-in-out;
}
.discount-alert svg.check polyline.path {
  stroke-dashoffset: 1000;
  -webkit-animation: dash-scale 0.9s 0.35s ease-in-out forwards;
  animation: dash-scale 1.2s 0.35s ease-in-out forwards;
  transform-origin: center;
}
@-webkit-keyframes dash {
  0% {
    stroke-dashoffset: 1000;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes dash {
  0% {
    stroke-dashoffset: 1000;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes dash-scale {
  0% {
    stroke-dashoffset: 1000;
    transform: scale(1);
  }
  50% {
    transform: scale(1.4);
  }
  100% {
    stroke-dashoffset: 0;
    transform: scale(1);
  }
}
@-webkit-keyframes dash-check {
  0% {
    stroke-dashoffset: -100;
  }
  100% {
    stroke-dashoffset: 900;
  }
}
@keyframes dash-check {
  0% {
    stroke-dashoffset: -100;
  }
  100% {
    stroke-dashoffset: 900;
  }
}

.no-backgroundblendmode .info-bar {
  position: relative;
}
.no-backgroundblendmode .info-bar:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
}

.lead-top-content {
  z-index: -1;
}
.lead-top-content .discount-announcement-wrapper .discount-announcement {
  background: rgba(255, 255, 255, 0.5) url("../images/summer_sale_bg_mob.jpg")
    no-repeat center center;
  background-size: cover;
  font-size: 24px;
  font-weight: 500;
  font-family:
    Open Sans,
    sans-serif;
  text-transform: uppercase;
  overflow: hidden;
  border: 1px solid #c9c9c9;
  padding-top: 220px;
  padding-bottom: 30px;
}
@media (min-width: 768px) {
  .lead-top-content .discount-announcement-wrapper .discount-announcement {
    background: rgba(255, 255, 255, 0.5)
      url("../images/summer_sale_bg_desktop.jpg") no-repeat center center;
    background-size: cover;
    border: 1px solid #c9c9c9;
  }
}
.lead-top-content
  .discount-announcement-wrapper
  .discount-announcement
  .discount-announcement-subheader {
  font-weight: 300;
  font-size: 16px;
}
@media (min-width: 375x) {
  .lead-top-content
    .discount-announcement-wrapper
    .discount-announcement
    .discount-announcement-subheader {
    font-size: 20px;
  }
}
@media (min-width: 768px) {
  .lead-top-content
    .discount-announcement-wrapper
    .discount-announcement
    .discount-announcement-subheader {
    font-size: 16px;
  }
}
@media (min-width: 1024px) {
  .lead-top-content
    .discount-announcement-wrapper
    .discount-announcement
    .discount-announcement-subheader {
    font-size: 22px;
  }
}
.lead-top-content
  .discount-announcement-wrapper
  .discount-announcement
  .discount-announcement-subheader
  .qualify-discount {
  color: #042e62;
}
.lead-top-content
  .discount-announcement-wrapper
  .discount-announcement
  .discount-announcement-free-shipping {
  margin-top: 5px;
}
.lead-top-content
  .discount-announcement-wrapper
  .discount-announcement
  .discount-announcement-free-shipping
  span {
  color: #fff;
  background-color: #01335e;
  background-image: -webkit-gradient(
    linear,
    right top,
    left top,
    from(#01335e),
    color-stop(50%, #265f91),
    to(#01335e)
  );
  background-image: linear-gradient(270deg, #01335e, #265f91 50%, #01335e);
  border: 1px solid white;
  padding: 2px 10px;
  font-size: 14px;
}
@media (min-width: 375px) {
  .lead-top-content
    .discount-announcement-wrapper
    .discount-announcement
    .discount-announcement-free-shipping
    span {
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .lead-top-content
    .discount-announcement-wrapper
    .discount-announcement
    .discount-announcement-free-shipping
    span {
    font-size: 20px;
  }
}

/* ////////////////// PACKAGE SELECTOR ////////////////// */
body {
  /* GERMAN VERSION */
  /* FRENCH VERSION */
}
body .package-wrapper .package-table-header {
  background: #333;
  border-bottom: 3px solid #dedede;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  font-weight: 300;
  color: white;
}
body .package-wrapper .step-title {
  font-size: 18px;
  font-weight: bold;
  font-family: 'Poppins', sans-serif;
  text-transform: uppercase;
}
body .package-wrapper .list-header {
  background: #333;
  border-bottom: 3px solid #dedede;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  font-weight: 300;
  color: white;
}
body .package-wrapper .package-container {
  width: 100%;
  background: white;
  border-radius: 10px;
  border: 2px solid #e8e8ea;
  cursor: pointer;
}
body .package-wrapper .package-container .package-header {
  background: #333;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
body .package-wrapper .package-container .package-header .package-title {
  position: relative;
  height: auto;
  padding-left: 15px;
  margin-right: 10px;
  line-height: 2.8rem;
  color: #fff;
  font-family: 'Poppins', sans-serif;
  font-size: 1.2rem;
  font-weight: normal;
  align-items: center;
  justify-content: center;
  align-self: stretch;
}
@media (max-width: 767px) {
  body .package-wrapper .package-container .package-header .package-title {
    font-size: 0.8rem;
    line-height: 2.1rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  body .package-wrapper .package-container .package-header .package-title {
    font-size: 1rem;
  }
}
body
  .package-wrapper
  .package-container
  .package-header
  .package-title
  .package-main-title {
  font-family: 'Poppins', sans-serif;
  font-weight: normal;
  font-size: 1.5rem;
  margin-right: 10px;
}
@media (max-width: 991px) and (min-width: 768px) {
  body
    .package-wrapper
    .package-container
    .package-header
    .package-title
    .package-main-title {
    font-size: 1rem;
  }
}
@media (max-width: 767px) {
  body
    .package-wrapper
    .package-container
    .package-header
    .package-title
    .package-main-title {
    font-size: 1rem;
  }
}
@media (max-width: 320px) {
  body
    .package-wrapper
    .package-container
    .package-header
    .package-title
    .package-main-title {
    font-size: 0.8rem;
  }
}
body
  .package-wrapper
  .package-container
  .package-header
  .package-title
  .package-best-seller,
body
  .package-wrapper
  .package-container
  .package-header
  .package-title
  .package-main-save,
body
  .package-wrapper
  .package-container
  .package-header
  .package-title
  .package-main-bestseller {
  font-family:
    Open Sans,
    sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  padding: 2px 5px;
  border-radius: 2px;
  text-transform: none;
  text-shadow: rgba(0, 0, 0, 0.2) 0 1px 1px;
}
body
  .package-wrapper
  .package-container
  .package-header
  .package-title
  .package-main-bestseller {
  background-color: #e67a01;
  color: #fff;
}
body
  .package-wrapper
  .package-container
  .package-header
  .package-title
  .package-main-save {
  color: #fff;
  background-color: #58d058;
}
@media (max-width: 767px) {
  body
    .package-wrapper
    .package-container
    .package-header
    .package-title
    .package-main-save {
    font-size: 12px;
    line-height: 14px;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  body
    .package-wrapper
    .package-container
    .package-header
    .package-title
    .package-main-save {
    font-size: 12px;
    line-height: 14px;
  }
}
body
  .package-wrapper
  .package-container
  .package-header
  .package-title
  .package-best-seller {
  margin-left: 5px;
  color: #fff;
  background-color: #e67a00;
}
@media (max-width: 991px) and (min-width: 768px) {
  body
    .package-wrapper
    .package-container
    .package-header
    .package-title
    .package-best-seller {
    font-size: 12px;
    line-height: 14px;
  }
}
body .package-wrapper .package-container .package-header .freeship {
  color: white;
  font-weight: 400;
  font-size: 16px;
  font-family:
    Open Sans,
    sans-serif;
  align-items: center;
  justify-content: center;
  align-self: stretch;
  border-top-right-radius: 5px;
  height: auto;
  padding: 0 10px;
  line-height: 49px;
}
@media (max-width: 767px) {
  body .package-wrapper .package-container .package-header .freeship {
    font-size: 12px;
    line-height: 2.1rem;
  }
}
@media (max-width: 320px) {
  body .package-wrapper .package-container .package-header .freeship {
    font-size: 8px;
  }
}
body .package-wrapper .package-container .package-content {
  position: relative;
}
body .package-wrapper .package-container .package-content .package-image img {
  width: 70px !important;
  height: 70px !important;
  min-width: 70px !important;
  object-fit: contain;
  align-self: center;
  border: 1px solid #e1e1e1;
  padding: 0;
  margin: 0 10px 0 5px;
  border-radius: 2px;
  background: #fff;
}
@media (max-width: 320px) {
  body .package-wrapper .package-container .package-content .package-image {
    max-width: 105px;
  }
}
@media (max-width: 480px) and (min-width: 321px) {
  body .package-wrapper .package-container .package-content .package-image {
    max-width: fit-content;
  }
}
@media (max-width: 767px) and (min-width: 481px) {
  body .package-wrapper .package-container .package-content .package-image {
    max-width: 200px;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  body .package-wrapper .package-container .package-content .package-image {
    max-width: 200px;
  }
}
body .package-wrapper .package-container .package-content .package-image-small {
  max-width: 100px;
  align-self: center;
}
body .package-wrapper .package-container .package-content .package-info {
  position: relative;
}
body .package-wrapper .package-container .package-content .package-info .pi-1 {
  font-size: 24px;
  font-weight: bold;
  line-height: 1em;
  color: #01335e;
}
@media (max-width: 767px) {
  body
    .package-wrapper
    .package-container
    .package-content
    .package-info
    .pi-1 {
    font-size: 15px;
    letter-spacing: -0.5px;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  body
    .package-wrapper
    .package-container
    .package-content
    .package-info
    .pi-1 {
    font-size: 15px;
  }
}
@media (max-width: 1191px) and (min-width: 992px) {
  body
    .package-wrapper
    .package-container
    .package-content
    .package-info
    .pi-1 {
    font-size: 22px;
  }
}
body .package-wrapper .package-container .package-content .package-info .pi-2 {
  font-size: 16px;
  letter-spacing: -1px;
  font-weight: 500;
  white-space: nowrap;
}
@media (max-width: 768px) {
  body
    .package-wrapper
    .package-container
    .package-content
    .package-info
    .pi-2 {
    font-size: 13px;
    letter-spacing: -0.5px;
  }
}
@media (max-width: 320px) {
  body
    .package-wrapper
    .package-container
    .package-content
    .package-info
    .pi-2 {
    font-size: 10px;
    letter-spacing: -0.5px;
  }
}
body
  .package-wrapper
  .package-container
  .package-content
  .package-info
  .pi-2
  span {
  color: red;
}
body
  .package-wrapper
  .package-container
  .package-content
  .package-info
  .pi-option {
  font-size: 16px;
  font-weight: 500;
}
body
  .package-wrapper
  .package-container
  .package-content
  .package-info
  .pi-best {
  font-size: 12px;
  font-weight: bold;
  /* letter-spacing:-1px; */
  /* font-weight:500; */
  line-height: 1.3;
  color: #0f7f12;
}
body
  .package-wrapper
  .package-container
  .package-content
  .package-info
  .pi-price-each-2 {
  font-size: 16px;
  font-weight: bold;
}
body
  .package-wrapper
  .package-container
  .package-content
  .package-info
  .pi-price-total-2 {
  font-size: 14px;
  color: #444;
}
body
  .package-wrapper
  .package-container
  .package-content
  .package-info
  .pi-price-off {
  font-size: 16px;
  font-weight: bold;
  /* line-height:1; */
}
body
  .package-wrapper
  .package-container
  .package-content
  .package-info
  .pi-price-sa {
  font-size: 10px;
  margin-bottom: -3px;
}
body
  .package-wrapper
  .package-container
  .package-content
  .package-info
  .pi-price-each {
  font-size: 26px;
  font-weight: bold;
  line-height: 1;
}
@media (max-width: 767px) {
  body
    .package-wrapper
    .package-container
    .package-content
    .package-info
    .pi-price-each {
    font-size: 18px;
  }
}
@media (max-width: 480px) {
  body
    .package-wrapper
    .package-container
    .package-content
    .package-info
    .pi-price-each {
    font-size: 16px;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  body
    .package-wrapper
    .package-container
    .package-content
    .package-info
    .pi-price-each {
    font-size: 15px;
  }
}
body
  .package-wrapper
  .package-container
  .package-content
  .package-info
  .pi-price-each
  span.currency-label {
  font-size: 12px;
  font-weight: bold;
}
body
  .package-wrapper
  .package-container
  .package-content
  .package-info
  .pi-price-each
  span.small-each {
  font-size: 12px;
  font-weight: 300;
}
body
  .package-wrapper
  .package-container
  .package-content
  .package-info
  .pi-price-save {
  font-size: 10px;
  color: #333;
  line-height: 1.3;
}
body
  .package-wrapper
  .package-container
  .package-content
  .package-info
  .pi-price-save
  span {
  font-weight: bold;
}
body
  .package-wrapper
  .package-container
  .package-content
  .package-info
  .pi-price-orig {
  font-size: 12px;
  line-height: 1.3;
  color: #666;
  text-decoration: line-through;
}
@media (max-width: 767px) {
  body
    .package-wrapper
    .package-container
    .package-content
    .package-info
    .pi-price-orig,
  .pi-price-save {
    font-size: 10px;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  body
    .package-wrapper
    .package-container
    .package-content
    .package-info
    .pi-price-orig {
    font-size: 10px;
  }
}
body
  .package-wrapper
  .package-container
  .package-content
  .package-info
  .pi-price-total {
  font-size: 12px;
  color: #333;
  line-height: 1.3;
}
@media (max-width: 767px) {
  body
    .package-wrapper
    .package-container
    .package-content
    .package-info
    .pi-price-total {
    font-size: 14px;
    letter-spacing: -0.5px;
  }
}
body
  .package-wrapper
  .package-container
  .package-content
  .package-info
  .in-stock {
  font-size: 12px;
  margin-top: 10px;
}
body
  .package-wrapper
  .package-container
  .package-content
  .package-info
  .in-stock
  span {
  color: red;
}
body .package-wrapper .package-container .select-button {
  position: absolute;
  width: 180px;
  height: 32px;
  right: 10px;
  bottom: 35px;
  top: 130px;
  line-height: 30px;
  text-align: center;
  background: #f1f1f1;
  font-weight: bold;
  border-radius: 5px;
  color: white;
  border: 1px solid #dedede;
}
body .package-wrapper .package-container .select-button:after {
  content: "Select Package";
  color: #666;
  font-weight: 500;
  letter-spacing: -0.5px;
}
@media (max-width: 991px) and (min-width: 768px) {
  body .package-wrapper .package-container .select-button {
    display: none;
  }
}
@media (max-width: 1191px) and (min-width: 992px) {
  body .package-wrapper .package-container .select-button {
    width: 130px !important;
  }
}
body .package-wrapper .package-container .features {
  display: none;
}
body .package-wrapper .package-container .features li {
  color: white;
}
body .package-wrapper .package-container .package-bullet-wrapper {
  border-top: 1px solid #e5e4e4;
  background: rgba(255, 255, 255, 0.6);
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  font-weight: 300;
}
body
  .package-wrapper
  .package-container
  .package-bullet-wrapper
  .package-bullet-container {
  border-top: 1px solid #ededed;
}
body
  .package-wrapper
  .package-container
  .package-bullet-wrapper
  .package-bullet-container
  .bullet-item {
  font-size: 10px;
  height: 20px;
  line-height: 20px;
  letter-spacing: -0.5px;
}
@media (max-width: 320px) {
  body
    .package-wrapper
    .package-container
    .package-bullet-wrapper
    .package-bullet-container
    .bullet-item {
    font-size: 8px;
  }
}
body
  .package-wrapper
  .package-container
  .package-bullet-wrapper
  .package-bullet-container
  .bullet-sep {
  height: 20px;
  line-height: 20px;
  align-content: center;
  align-items: center;
  align-self: center;
  color: #888;
  font-size: 5px;
}
body .package-wrapper .is-active .package-bullet-wrapper {
  background: rgba(255, 255, 255, 0.6);
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  font-weight: 300;
}
body .package-wrapper .is-active .package-header {
  background: linear-gradient(to right, #01335e, #265f91 50%, #01335e);
  background-image: linear-gradient(270deg, #01335e, #265f91 50%, #01335e);
  background-image: -webkit-gradient(
    linear,
    right top,
    left top,
    from(#01335e),
    color-stop(50%, #265f91),
    to(#01335e)
  );
}

body .package-wrapper .package-content {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
}
body .package-wrapper .package-content .circle {
  border-radius: 99px;
  background-color: white;
  border: 3px solid #ddd;
  width: 25px;
  height: 25px;
}
body .package-wrapper .package-content .has-circle {
  position: absolute;
  left: 10px;
}
body .package-wrapper .is-active .package-content .circle {
  background-color: #249bf6;
  background-size: contain;
  width: 25px;
  height: 25px;
  border: none;
}
body .package-wrapper .package-image {
  margin-left: 3em;
}
body .package-wrapper .is-active .features {
  display: flex;
  background: #265f91 50%;
  color: #fff;
  font-size: 10px;
  border-radius: 5px;
  font-weight: 500;
}
body .package-wrapper .is-active .select-button {
  position: absolute;
  width: 180px;
  height: 32px;
  right: 10px;
  top: 130px;
  line-height: 30px;
  text-align: center;
  background: #2791e4;
  font-weight: bold;
  border-radius: 5px;
  color: white;
  border: 2px solid white;
}
body .package-wrapper .is-active .select-button:after {
  content: "Selected";
  color: white;
  letter-spacing: -0.5px;
  font-weight: 700;
}
body .package-wrapper .is-active .features-option {
  display: flex !important;
}
@media (max-width: 767px) {
  body .package-wrapper .is-active .select-button {
    display: none;
  }
}
body .DE .package-wrapper .select-button-de {
  position: absolute;
  width: 180px;
  height: 32px;
  right: 10px;
  bottom: 35px;
  line-height: 30px;
  text-align: center;
  background: #f1f1f1;
  font-weight: bold;
  border-radius: 5px;
  color: white;
  border: 1px solid #dedede;
}
body .DE .package-wrapper .select-button-de:after {
  content: "Auswählen";
  color: #666;
  font-weight: 500;
  letter-spacing: -0.5px;
}
@media (max-width: 767px) {
  body .DE .package-wrapper .select-button-de {
    display: none;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  body .DE .package-wrapper .select-button-de {
    display: none;
  }
}
@media (max-width: 1191px) and (min-width: 992px) {
  body .DE .package-wrapper .select-button-de {
    width: 130px !important;
  }
}
body .DE .package-wrapper .is-active .select-button-de {
  position: absolute;
  width: 180px;
  height: 32px;
  right: 8px;
  bottom: 80px;
  line-height: 30px;
  text-align: center;
  background: green;
  font-weight: bold;
  border-radius: 10px;
  color: white;
  border: 2px solid white;
}
body .DE .package-wrapper .is-active .select-button-de:after {
  content: "Ausgewählt";
  color: white;
  letter-spacing: -0.5px;
  font-weight: 700;
  top: -10px;
}
body .DE .package-wrapper .package-header .freeship-de {
  color: white;
  font-weight: normal;
  font-size: 16px;
  background: #2791e4;
  align-items: center;
  justify-content: center;
  align-self: stretch;
  border-top-right-radius: 10px;
  height: auto;
  padding: 0 10px;
  line-height: 49px;
}
@media (max-width: 1023px) {
  body .DE .package-wrapper .package-header .freeship-de {
    font-size: 14px;
  }
}
@media (max-width: 375px) {
  body .DE .package-wrapper .package-header .freeship-de {
    font-size: 8px;
    line-height: 2.1rem;
  }
}
@media (max-width: 320px) {
  body .DE .package-wrapper .package-header .freeship-de {
    font-size: 6px;
  }
}
@media (min-width: 481px) {
  body .DE .package-wrapper .package-header .freeship-de {
    font-size: 8px;
  }
}
@media (min-width: 767px) and (max-width: 991px) {
  body .DE .package-wrapper .package-header .freeship-de {
    font-size: 8px;
  }
}
@media (max-width: 320px) {
  body .DE .package-wrapper .bullet-item {
    font-size: 6px;
  }
}
@media (min-width: 1023px) {
  body .DE .package-wrapper .bullet-item {
    font-size: 10px;
  }
}
body .FR .package-wrapper .select-button-fr {
  position: absolute;
  width: 130px;
  height: 32px;
  right: 10px;
  bottom: 35px;
  line-height: 30px;
  text-align: center;
  background: #f1f1f1;
  font-weight: bold;
  border-radius: 5px;
  color: white;
  border: 1px solid #dedede;
}
body .FR .package-wrapper .select-button-fr:after {
  content: "Sélectionner";
  color: #666;
  font-weight: 500;
  letter-spacing: -0.5px;
}
body .FR .package-wrapper .is-active .select-button-fr {
  position: absolute;
  width: 130px;
  height: 32px;
  right: 8px;
  bottom: 80px;
  line-height: 30px;
  text-align: center;
  background: green;
  font-weight: bold;
  border-radius: 10px;
  color: white;
  border: 2px solid white;
}
body .FR .package-wrapper .is-active .select-button-fr:after {
  content: "Choisi";
  color: white;
  letter-spacing: -0.5px;
  font-weight: 700;
  top: -10px;
}
@media (max-width: 1023px) {
  body .FR .package-wrapper .package-header .freeship-fr {
    font-size: 14px;
  }
}
@media (max-width: 375px) {
  body .FR .package-wrapper .package-header .freeship-fr {
    font-size: 9px;
    line-height: 2.1rem;
  }
}
@media (max-width: 320px) {
  body .FR .package-wrapper .package-header .freeship-fr {
    font-size: 6px;
    line-height: 2.1rem;
    padding: 0 5px;
  }
}
@media (min-width: 767px) and (max-width: 991px) {
  body .FR .package-wrapper .package-header .freeship-fr {
    font-size: 8px;
  }
}
@media (max-width: 320px) {
  body .FR .package-wrapper .bullet-item {
    font-size: 6px;
  }
}
@media (min-width: 1023px) {
  body .FR .package-wrapper .bullet-item {
    font-size: 10px;
  }
  .cc-section-container {
    position: unset;
  }
}
.cc-section-container {
  position: sticky;
  top: 0;
}
.summary-table-sup {
  position: absolute;
  top: -12px;
  z-index: 99;
  right: -12px;
  min-width: 1.75em;
  height: 1.75em;
  padding: 0 8px;
  font-weight: 500;
  line-height: 1.75em;
  font-size: 12px;
  white-space: nowrap;
  text-align: center;
  border-radius: 1.75em;
  background: rgba(114, 114, 114, 0.9);
  color: #fff;
}
body.co-style-1 .order-summary .order-summary-item {
  font-size: 12px;
}
body.co-style-1 .order-summary .order-summary-total {
  border-top: 1px solid #dedede;
}
body.co-style-1 form.two-step-form .form-content {
  background-color: #eeba4c !important;
  background: linear-gradient(to right, #eeba4c, #ffce66, #eeba4c) !important;
  background-image: linear-gradient(
    to right,
    #eeba4c,
    #ffce66,
    #eeba4c
  ) !important;
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(0%, #eeba4c),
    color-stop(50%, #ffce66),
    color-stop(100%, #eeba4c)
  ) !important;
  background-image: -webkit-linear-gradient(
    left,
    #eeba4c,
    #ffce66,
    #eeba4c
  ) !important;
  background-image: -o-linear-gradient(
    left,
    #eeba4c,
    #ffce66,
    #eeba4c
  ) !important;
  background-image: -moz-linear-gradient(
    left,
    #eeba4c,
    #ffce66,
    #eeba4c
  ) !important;
  box-shadow: 0px 6px 9px -5px #000000 !important;
  padding: 15px !important;
  border-radius: 5px !important;
  border: 1px solid #dedede !important;
}
body.co-style-1 form.two-step-form .two-step-paypal {
  background: transparent !important;
  box-shadow: none !important;
  border: none !important;
}
body.co-style-1 form.two-step-form .title-line-wrapper {
  width: 100%;
  padding: 0;
  position: relative;
}
body.co-style-1 form.two-step-form .title-line-wrapper:after {
  content: "";
  width: 100%;
  display: block;
  border-bottom: 1px solid #d5d5d5;
  position: absolute;
  top: calc(50%);
  z-index: 0;
}
body.co-style-1 form.two-step-form .title-line {
  background: #fff !important;
  border-radius: 50px;
  padding-right: 10px;
  padding-left: 10px;
  font-size: 14px;
  line-height: 19px;
  letter-spacing: 0.56px;
  display: table;
  font-weight: 400;
  margin: 0 auto;
  color: #4a4a4a;
  position: relative;
  z-index: 1;
}
body.co-style-1 form.two-step-form .form-content.form-cc .ssl-encrypted,
body.co-style-1 form.two-step-form .form-content.form-cc .agreement-text {
  color: #333 !important;
}
body.co-style-1
  form.two-step-form
  .express-checkout
  .express-checkout-title:before,
body.co-style-1
  form.two-step-form
  .express-checkout
  .express-checkout-title:after {
  border-color: #888;
}
body.co-style-1 form.two-step-form .express-checkout .express-checkout-content {
  border-color: #888;
}
body.co-style-1 input.no-error ~ label {
  color: green;
}
body.co-style-2 .info-bar {
  border: 1px solid #666 !important;
}
body.co-style-2 .review-wrapper {
  background: rgba(255, 255, 255, 0.6) !important;
  padding: 8px !important;
  border-radius: 5px !important;
  border: 1px solid #e1e1e1;
}
@media (max-width: 480px) {
  body.co-style-2 .review-wrapper .reviews-title {
    font-size: 18px;
  }
}
body.co-style-2 .review-wrapper .description {
  font-size: 14px;
}
@media (min-width: 767px) and (max-width: 991px) {
  body.co-style-2 .left-side-container {
    padding-right: 0px !important;
  }
}
@media (min-width: 767px) and (max-width: 991px) {
  body.co-style-2 .right-side-container {
    padding-left: 5px !important;
  }
}
body.co-style-2 .right-side-container .form-wrapper {
  background: rgba(255, 255, 255, 0.6) !important;
  padding: 8px !important;
  border-radius: 5px !important;
  border: 1px solid #e1e1e1;
}
body.co-style-2 .right-side-container .two-step-form .form-content {
  background-color: #eeba4c !important;
  background: linear-gradient(to right, #eeba4c, #ffce66, #eeba4c) !important;
  background-image: linear-gradient(
    to right,
    #eeba4c,
    #ffce66,
    #eeba4c
  ) !important;
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(0%, #eeba4c),
    color-stop(50%, #ffce66),
    color-stop(100%, #eeba4c)
  ) !important;
  background-image: -webkit-linear-gradient(
    left,
    #eeba4c,
    #ffce66,
    #eeba4c
  ) !important;
  background-image: -o-linear-gradient(
    left,
    #eeba4c,
    #ffce66,
    #eeba4c
  ) !important;
  background-image: -moz-linear-gradient(
    left,
    #eeba4c,
    #ffce66,
    #eeba4c
  ) !important;
  box-shadow: 0px 6px 9px -5px #000000 !important;
  padding: 15px !important;
  border-radius: 5px !important;
  border: 1px solid #dedede !important;
}
body.co-style-2 .right-side-container .two-step-form .two-step-paypal {
  background: transparent !important;
  box-shadow: none !important;
  border: none !important;
}
body.co-style-2
  .right-side-container
  .two-step-form
  .two-step-paypal
  .express-checkout
  .express-checkout-title:before,
body.co-style-2
  .right-side-container
  .two-step-form
  .two-step-paypal
  .express-checkout
  .express-checkout-title:after {
  border-color: #c1c1c1;
}
body.co-style-2
  .right-side-container
  .two-step-form
  .two-step-paypal
  .express-checkout
  .express-checkout-content {
  border-color: #c1c1c1;
}
body.co-style-2 .right-side-container .two-step-form .form-cc .ssl-encrypted,
body.co-style-2 .right-side-container .two-step-form .form-cc .agreement-text {
  color: #333 !important;
}
body.co-style-2 .package-wrapper {
  background: rgba(255, 255, 255, 0.6) !important;
  padding: 8px !important;
  border-radius: 5px !important;
  border: 1px solid #e1e1e1;
}
body.co-style-2 .package-wrapper .package-content:before {
  font-size: 25px;
}
body.co-style-2 .package-wrapper .is-active .package-content:before {
  font-size: 25px;
}
body.co-style-2 .package-wrapper .package-container {
  border: 1px solid #dedede !important;
  box-shadow: 0px 6px 9px -6px #666;
  border-radius: 5px !important;
}
body.co-style-2 .package-wrapper .package-container:last-child {
  margin-bottom: 0 !important;
}
body.co-style-2 .package-wrapper .package-container .package-info .pi-1 {
  font-size: 18px;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
}
@media (max-width: 767px) {
  body.co-style-2 .package-wrapper .package-container .package-info .pi-1 {
    font-size: 15px;
  }
}
body.co-style-2 .package-wrapper .package-container .package-info .pi-2 {
  font-weight: 400;
}
body.co-style-2 .package-wrapper .package-container .package-bullet-wrapper {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
body.co-style-2 .package-wrapper .package-container .style2-discount {
  /*color:green;*/
  font-weight: 500;
}
@media (max-width: 767px) {
  body.co-style-2 .package-wrapper .package-container .style2-discount {
    font-size: 50%;
    margin-right: 8px;
  }
}
@media (max-width: 320px) {
  body.co-style-2 .package-wrapper .package-container .style2-discount {
    font-size: 30%;
    margin-right: 4px;
  }
}
body.co-style-2 .package-wrapper .package-container .pi-price-each {
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
}
@media (max-width: 767px) {
  body.co-style-2 .package-wrapper .package-container .pi-price-each {
    font-size: 14px;
  }
}
body.co-style-2
  .package-wrapper
  .package-container
  .pi-price-each
  span.small-each {
  font-size: 12px;
  font-weight: 300;
}
body.co-style-2 .package-wrapper .package-container .pi-price-total {
  font-size: 12px;
  color: #666;
  font-weight: 400;
  line-height: 1.3;
}
@media (max-width: 767px) {
  body.co-style-2 .package-wrapper .package-container .pi-price-total {
    font-size: 10px;
  }
}
body.co-style-2 .package-wrapper .package-container .pi-free-shipping {
  color: blue;
  font-size: 14px;
  font-family: 'Poppins', sans-serif;
}
@media (max-width: 767px) {
  body.co-style-2 .package-wrapper .package-container .pi-free-shipping {
    font-size: 10px;
    font-weight: 500;
  }
}
body.co-style-2 .package-wrapper .package-container .pi-price-orig {
  text-decoration: line-through;
  color: #666;
}
@media (min-width: 768px) {
  body.co-style-3 .left-side-container {
    padding-right: 5px !important;
  }
}
body.co-style-3 .left-side-container .package-wrapper {
  background: white !important;
  padding: 8px !important;
  border-radius: 5px !important;
  border: 1px solid #e1e1e1;
}
body.co-style-3 .left-side-container .package-wrapper .package-content:before {
  font-size: 20px;
  margin-left: 10px;
  position: absolute;
  align-self: center;
}
body.co-style-3 .left-side-container .package-wrapper .is-active {
  background-color: #ffe6af !important;
}
body.co-style-3
  .left-side-container
  .package-wrapper
  .is-active
  .package-content:before {
  font-size: 20px;
  color: #337cf6;
  margin-left: 10px;
  position: absolute;
  align-self: center;
  font-weight: 800;
}
body.co-style-3 .left-side-container .package-wrapper .package-container {
  border-radius: 0;
  border-bottom: 1px solid #dedede;
  box-shadow: none;
}
body.co-style-3
  .left-side-container
  .package-wrapper
  .package-container
  .package-info
  .pi-1 {
  font-size: 18px;
}
@media (max-width: 375px) {
  body.co-style-3
    .left-side-container
    .package-wrapper
    .package-container
    .package-info
    .pi-1 {
    font-size: 14px;
  }
}
body.co-style-3
  .left-side-container
  .package-wrapper
  .package-container
  .package-info
  .pi-2 {
  font-size: 14px;
  color: green;
}
@media (max-width: 375px) {
  body.co-style-3
    .left-side-container
    .package-wrapper
    .package-container
    .package-info
    .pi-2 {
    font-size: 14px;
  }
}
body.co-style-3
  .left-side-container
  .package-wrapper
  .package-container
  .pi-price-each {
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
}
body.co-style-3
  .left-side-container
  .package-wrapper
  .package-container
  .pi-price-each
  .small-each {
  font-size: 14px;
  color: #555;
}
body.co-style-3
  .left-side-container
  .package-wrapper
  .package-container
  .pi-price-total {
  font-size: 12px;
  color: #666;
  font-weight: 400;
  line-height: 1.3;
}
@media (min-width: 768px) {
  body.co-style-3 .right-side-container {
    padding-left: 5px !important;
  }
}
body.co-style-3 .right-side-container form.paypal .ssl-encrypted,
body.co-style-3 .right-side-container form.paypal .agreement-text {
  color: #333;
}
body.co-style-3 .right-side-container .form-wrapper {
  background: white !important;
  padding: 8px !important;
  border-radius: 5px !important;
  border: 1px solid #e1e1e1;
}
body.co-style-3 .right-side-container .form-wrapper .verified-seal .verified-1 {
  background: #666;
  width: 100% !important;
  padding: 20px;
  border-radius: 10px;
  display: none;
}
body.co-style-3 .right-side-container .form-wrapper .verified-seal .verified-2 {
  width: 90% !important;
  display: inline !important;
}
body.co-style-3 .right-side-container .form-wrapper .form-content {
  background: transparent !important;
  box-shadow: none !important;
  border: none !important;
  padding: 0 !important;
}
body.co-style-3 .right-side-container .form-wrapper .form-content .form-cc {
  border: 1px solid #e6e6e6 !important;
  padding: 10px !important;
  margin: 5px !important;
}
body.co-style-3 .right-side-container .form-wrapper .form-content .form-cc h4 {
  font-weight: 300;
  font-size: 1.3rem;
}
body.co-style-3
  .right-side-container
  .form-wrapper
  .form-content
  .form-cc
  .new-radio-area {
  border-radius: 0 !important;
}
body.co-style-3
  .right-side-container
  .form-wrapper
  .form-content
  .form-cc
  .new-radio-area
  ul
  li {
  border: 1px solid #d1d1d1;
}
body.co-style-3
  .right-side-container
  .form-wrapper
  .form-content
  .form-cc
  .new-radio-area
  ul
  li:last-child {
  border-top: none !important;
}
@media (min-width: 768px) {
  body.co-style-3
    .right-side-container
    .form-wrapper
    .form-content
    .form-cc
    .new-radio-area
    ul
    li
    label {
    font-size: 14px !important;
  }
}
@media (max-width: 767px) {
  body.co-style-3
    .right-side-container
    .form-wrapper
    .form-content
    .form-cc
    .new-radio-area
    ul
    li
    label {
    font-size: 14px !important;
  }
}
body.co-style-3
  .right-side-container
  .form-wrapper
  .form-content
  .form-cc
  #lifetime-protection {
  border: 1px solid #dedede !important;
}
body.co-style-3
  .right-side-container
  .form-wrapper
  .form-content
  .form-cc
  .form-control {
  height: calc(2.25rem + 6px) !important;
}
body.co-style-3 .review-wrapper {
  background: white !important;
  padding: 8px !important;
  border-radius: 5px !important;
  border: 1px solid #e1e1e1;
}
@media (max-width: 480px) {
  body.co-style-3 .review-wrapper .reviews-title {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  body.co-style-3 .review-wrapper .description {
    font-size: 14px;
  }
}
body.co-style-3 input[type="text"],
body.co-style-3 input[type="search"],
body.co-style-3 input[type="number"],
body.co-style-3 input[type="password"],
body.co-style-3 input[type="tel"],
body.co-style-3 input[type="email"],
body.co-style-3 select,
body.co-style-3 textarea {
  background: #f5f5f5 !important;
  border: none !important;
  border-bottom: 1px solid #ccc !important;
  border-radius: 3px !important;
}
body.co-style-3 input[type="text"]:focus,
body.co-style-3 input[type="search"]:focus,
body.co-style-3 input[type="password"]:focus,
body.co-style-3 input[type="tel"]:focus,
body.co-style-3 input[type="email"]:focus,
body.co-style-3 select:focus,
body.co-style-3 textarea:focus {
  border-bottom: 2px solid #80bdff !important;
  box-shadow: none;
}
body.co-style-3 input.no-error,
body.co-style-3 select.no-error {
  background: url(../images/tick-input.png) 95% 50% no-repeat #f5f5f5 !important;
  border-bottom: 3px solid #a5e2a5 !important;
  border-top: none !important;
  border-left: none !important;
  border-right: none !important;
}
body.co-style-3 input.has-error,
body.co-style-3 select.has-error {
  background: url(../images/error-input.png) 95% 50% no-repeat #f5f5f5 !important;
  border-bottom: 3px solid orange !important;
  border-top: none !important;
  border-left: none !important;
  border-right: none !important;
}
@media (max-width: 500px) {
  body.co-style-4 .left-side-container {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 768px) {
  body.co-style-4 .left-side-container {
    padding-left: 5px;
    padding-right: 5px;
  }
}
body.co-style-4 .left-side-container .package-variant-wrapper {
  background: white;
  padding: 10px;
  border: 1px solid #e1e1e1;
}
@media (max-width: 768px) {
  body.co-style-4 .left-side-container .package-variant-wrapper {
    overflow: hidden;
    border-bottom: none;
  }
}
@media (max-width: 500px) {
  body.co-style-4 .left-side-container .package-variant-wrapper {
    overflow: hidden;
    border-bottom: none;
  }
}
body.co-style-4 .left-side-container .package-wrapper {
  background: white !important;
  padding: 8px !important;
  padding-bottom: 30px !important;
  border-radius: 0px !important;
  border: 1px solid #e1e1e1;
}
body.co-style-4
  .left-side-container
  .package-wrapper
  .package-alert
  .package-alert-caption {
  font-weight: 500;
  font-size: 14px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  body.co-style-4
    .left-side-container
    .package-wrapper
    .package-alert
    .package-alert-caption {
    font-size: 15px;
  }
}
@media (min-width: 1024px) {
  body.co-style-4
    .left-side-container
    .package-wrapper
    .package-alert
    .package-alert-caption {
    font-size: 20px;
  }
}
body.co-style-4
  .left-side-container
  .package-wrapper
  .package-alert
  .package-alert-attention {
  font-size: 12px;
  font-style: italic;
}
@media (min-width: 768px) and (max-width: 1024px) {
  body.co-style-4
    .left-side-container
    .package-wrapper
    .package-alert
    .package-alert-attention {
    font-size: 13px;
  }
}
@media (min-width: 1024px) {
  body.co-style-4
    .left-side-container
    .package-wrapper
    .package-alert
    .package-alert-attention {
    font-size: 16px;
  }
}
body.co-style-4 .left-side-container .package-wrapper .is-active {
  background-color: #fef46e;
}
body.co-style-4 .left-side-container .package-wrapper .bestseller .pi-save {
  color: red;
}
body.co-style-4 .left-side-container .package-wrapper .v-option {
  font-size: 1.5rem !important;
  line-height: 2rem !important;
  font-family: 'Poppins', sans-serif;, sans-serif !important;
}
body.co-style-4 .left-side-container .package-wrapper .package-container {
  border-radius: 0;
  border-bottom: 1px solid #dedede;
  box-shadow: none;
}
body.co-style-4
  .left-side-container
  .package-wrapper
  .package-container
  .arrow {
  position: absolute;
  left: -3.1rem;
  top: -0.1rem;
}
@media (max-width: 769px) {
  body.co-style-4
    .left-side-container
    .package-wrapper
    .package-container
    .arrow {
    display: none;
  }
}
body.co-style-4
  .left-side-container
  .package-wrapper
  .package-container
  .package-content:before {
  font-size: 20px;
}
body.co-style-4
  .left-side-container
  .package-wrapper
  .package-container
  .package-content
  .package-info
  .pi-bs {
  font-size: 16px;
  color: red;
  font-weight: bold;
}
body.co-style-4
  .left-side-container
  .package-wrapper
  .package-container
  .package-content
  .package-info
  .pi-1 {
  font-size: 16px;
}
@media (max-width: 500px) {
  body.co-style-4
    .left-side-container
    .package-wrapper
    .package-container
    .package-content
    .package-info
    .pi-1 {
    font-size: 14px;
  }
}
body.co-style-4
  .left-side-container
  .package-wrapper
  .package-container
  .package-content
  .package-info
  .pi-2 {
  font-size: 16px;
}
@media (max-width: 500px) {
  body.co-style-4
    .left-side-container
    .package-wrapper
    .package-container
    .package-content
    .package-info
    .pi-2 {
    font-size: 14px;
  }
}
body.co-style-4
  .left-side-container
  .package-wrapper
  .package-container
  .package-content
  .package-info
  .pi-2
  span {
  font-size: 16px;
  color: #000;
  font-weight: bold;
}
body.co-style-4
  .left-side-container
  .package-wrapper
  .package-container
  .package-content
  .package-info
  .pi-2
  .small-each {
  font-size: 16px;
  color: #000;
  font-weight: normal;
}
body.co-style-4
  .left-side-container
  .package-wrapper
  .package-container
  .package-content
  .package-price-right {
  vertical-align: middle;
  align-self: center;
  align-items: center;
}
@media (max-width: 500px) {
  body.co-style-4
    .left-side-container
    .package-wrapper
    .package-container
    .package-content
    .package-price-right {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  body.co-style-4 .right-side-container {
    overflow: hidden;
    padding-left: 5px;
    padding-right: 5px;
  }
}
@media (max-width: 500px) {
  body.co-style-4 .right-side-container {
    overflow: hidden;
    padding-left: 0;
    padding-right: 0;
    margin-top: 0 !important;
  }
}
@media (max-width: 500px) {
  body.co-style-4 .right-side-container form {
    margin-top: 0;
  }
}
body.co-style-4 .right-side-container .form-wrapper {
  background: white !important;
  padding: 8px !important;
  padding-bottom: 30px !important;
  border-radius: 0px !important;
  border: 1px solid #e1e1e1;
}
@media (max-width: 500px) {
  body.co-style-4 .right-side-container .form-wrapper {
    border-top: none;
  }
}
body.co-style-4 .right-side-container .form-wrapper .verified-seal .verified-1 {
  background: #666;
  width: 100% !important;
  padding: 20px;
  border-radius: 10px;
  display: none;
}
body.co-style-4 .right-side-container .form-wrapper .verified-seal .verified-2 {
  width: 90% !important;
  display: inline !important;
}
body.co-style-4 .right-side-container .form-wrapper .form-content {
  background-color: #fff !important;
  background: #fff !important;
  box-shadow: none !important;
}
body.co-style-4 .right-side-container .form-wrapper .form-cc {
  background-color: #fff !important;
  background: #fff !important;
}
body.co-style-4 .right-side-container .form-wrapper .form-cc .new-radio-area {
  border: 1px solid #dedede;
}
body.co-style-4
  .right-side-container
  .form-wrapper
  .form-cc
  .new-radio-area
  ul
  li:nth-last-child(1) {
  border-bottom: none;
}
@media (max-width: 768px) {
  body.co-style-4
    .right-side-container
    .form-wrapper
    .form-cc
    .new-radio-area
    ul
    li
    label {
    font-size: 14px !important;
  }
}
@media (max-width: 500px) {
  body.co-style-4
    .right-side-container
    .form-wrapper
    .form-cc
    .new-radio-area
    ul
    li
    label {
    font-size: 16px !important;
  }
}
@media (max-width: 768px) {
  body.co-style-4
    .right-side-container
    .form-wrapper
    .form-cc
    .new-radio-area
    ul
    li
    img {
    max-width: 100px;
  }
}
body.co-style-4
  .right-side-container
  .form-wrapper
  .form-cc
  #lifetime-protection {
  border: 1px solid #dedede;
  background-color: #fcf8e3 !important;
}
body.co-style-4 .right-side-container .form-wrapper .form-cc .agreement-text,
body.co-style-4 .right-side-container .form-wrapper .form-cc .ssl-encrypted {
  color: #333;
}
body.co-style-4 .review-wrapper {
  background: white !important;
  padding: 8px !important;
  padding-bottom: 30px !important;
  border-radius: 0px !important;
  border: 1px solid #e1e1e1;
  margin-top: 0px !important;
  border-top: none !important;
}
@media (max-width: 500px) {
  body.co-style-4 .review-wrapper {
    margin-top: 20px !important;
    margin-left: -15px !important;
    margin-right: -15px !important;
  }
}

/* ////////////////// PACKAGE SELECTOR ////////////////// */
form .form-wrapper .step-title,
.form-wrapper .step-title {
  font-size: 18px;
  font-weight: bold;
  font-family: 'Poppins', sans-serif;
  text-transform: uppercase;
}
form .form-wrapper .form-content {
  background-color: #eeba4c;
  background: linear-gradient(to right, #eeba4c, #ffce66, #eeba4c);
  background-image: linear-gradient(to right, #eeba4c, #ffce66, #eeba4c);
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(0%, #eeba4c),
    color-stop(50%, #ffce66),
    color-stop(100%, #eeba4c)
  );
  background-image: -webkit-linear-gradient(left, #eeba4c, #ffce66, #eeba4c);
  background-image: -o-linear-gradient(left, #eeba4c, #ffce66, #eeba4c);
  background-image: -moz-linear-gradient(left, #eeba4c, #ffce66, #eeba4c);
  box-shadow: 0px 6px 9px -5px #000000;
  padding: 15px;
  border-radius: 5px;
  border: 1px solid #dedede;
}
form .form-wrapper .form-content input.loading,
form .form-wrapper .form-content select.loading,
form .form-wrapper .form-content select.has-error,
form .form-wrapper .form-content input.has-error,
form .form-wrapper .form-content input.no-error,
form .form-wrapper .form-content select.no-error {
  background-position-x: 95%;
}
form .form-wrapper .form-content .express-checkout {
  display: block;
  padding: 10px;
}
form .form-wrapper .form-content .express-checkout .express-checkout-title {
  font-size: 1em;
  color: #333;
  font-weight: 400;
  margin: 0;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flexpack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  text-align: center;
  line-height: 1.3em;
}
form
  .form-wrapper
  .form-content
  .express-checkout
  .express-checkout-title:before,
form
  .form-wrapper
  .form-content
  .express-checkout
  .express-checkout-title:after {
  content: "";
  border: 1px #e6e6e6 solid;
  border-bottom: 0;
  height: 0.5em;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 2em;
  -ms-flex: 1 0 2em;
  flex: 1 0 2em;
}
form
  .form-wrapper
  .form-content
  .express-checkout
  .express-checkout-title:before {
  border-right: 0;
  border-top-left-radius: 5px;
  margin-right: 1em;
}
form
  .form-wrapper
  .form-content
  .express-checkout
  .express-checkout-title:after {
  border-left: 0;
  border-top-right-radius: 5px;
  margin-left: 1em;
}
form .form-wrapper .form-content .express-checkout .express-checkout-content {
  border: 1px #e6e6e6 solid;
  border-top: 0;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  padding: 0.92857em 1.42857em 1.42857em;
  position: relative;
}
form .form-wrapper .form-content .express-checkout .btn-submit-paypal {
  background: #ffc116;
  box-shadow: 0 4px 7px -5px #000;
  border-radius: 9px;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.51px;
  margin-top: 15px;
  line-height: 22px;
  text-align: center;
  padding: 15px;
  width: 100%;
  position: relative;
  outline: none !important;
  border: 2px solid #fff;
}
form .form-wrapper .form-content .express-checkout .btn-submit-paypal:hover {
  background: #fbce11;
}
form .form-wrapper .form-content .ssl-encrypted {
  color: #333;
}
form .form-wrapper .form-content .agreement-text {
  color: #333;
}
form .form-wrapper .form-content .ssl-discreet {
  color: #333;
}
form
  .form-wrapper
  .form-content
  .form-label-group
  input::-webkit-input-placeholder {
  color: transparent;
}
form .form-wrapper .form-content .form-label-group input:-ms-input-placeholder {
  color: transparent;
}
form .form-wrapper .form-content .form-label-group input::-moz-placeholder {
  color: transparent;
}
form .form-wrapper .form-content .form-label-group input::placeholder {
  color: transparent;
}
form .form-wrapper .form-content .form-label-group {
  font-size: 16px;
  position: relative;
  margin-bottom: 1rem;
}
form .form-wrapper .form-content .form-label-group label,
form .form-wrapper .form-content .form-label-group input {
  padding: var(--input-padding-y) var(--input-padding-x);
}
form .form-wrapper .form-content .form-label-group label {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  margin-bottom: 0;
  line-height: 1.5;
  color: #495057;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  transition: all 0.1s ease-in-out;
  z-index: 999;
  cursor: text;
  pointer-events: none;
  overflow: hidden;
  white-space: nowrap;
  user-select: none;
}
form
  .form-wrapper
  .form-content
  .form-label-group
  input:not(:placeholder-shown) {
  padding-top: calc(var(--input-padding-y) + var(--input-padding-y) * (2 / 3));
  padding-bottom: calc(var(--input-padding-y) / 3);
}
form
  .form-wrapper
  .form-content
  .form-label-group
  input:not(:placeholder-shown)
  ~ label {
  padding-top: calc(var(--input-padding-y) / 3);
  padding-bottom: calc(var(--input-padding-y) / 3);
  font-size: 10px;
  color: #777;
  z-index: 999;
}
form
  .form-wrapper
  .form-content
  select.form-control:not([size]):not([multiple]) {
  padding: var(--input-padding-y) var(--input-padding-x);
  height: calc(2.25rem + 2px);
}
form .form-wrapper .form-content .ssl-discreet {
  font-size: 12px;
  color: #333;
}
form .form-wrapper .cc-checkout {
  display: block;
  padding: 10px;
}
form .form-wrapper .cc-checkout .cc-checkout-title {
  font-size: 1em;
  color: #333;
  font-weight: 400;
  margin: 0;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flexpack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  text-align: center;
  line-height: 1.3em;
}
form .form-wrapper .cc-checkout .cc-checkout-title:before,
form .form-wrapper .cc-checkout .cc-checkout-title:after {
  content: "";
  border: 1px #666 solid;
  border-bottom: 0;
  height: 0.5em;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 2em;
  -ms-flex: 1 0 2em;
  flex: 1 0 2em;
  border-right: 0;
  border-left: 0;
}
form .form-wrapper .cc-checkout .cc-checkout-title:before {
  margin-right: 1em;
}
form .form-wrapper .cc-checkout .cc-checkout-title:after {
  margin-left: 1em;
}
form .form-wrapper .new-radio-area {
  -webkit-border-radius: 4px;
  border-radius: 4px;
  overflow: hidden;
}
form .form-wrapper .new-radio-area ul {
  padding: 0;
  margin: 0 0 15px;
  background-color: #fff;
}
form .form-wrapper .new-radio-area ul li {
  color: #000;
  display: block;
  position: relative;
  float: left;
  width: 100%;
  height: auto;
  border-bottom: 1px solid #d1d1d1;
  background-color: #fff;
  padding: 15px 0;
}
form .form-wrapper .new-radio-area ul li input[type="radio"] {
  position: absolute;
  visibility: hidden;
}
form .form-wrapper .new-radio-area ul li input[type="radio"]:checked ~ .check {
  border: 5px solid #337cf6;
}
form .form-wrapper .new-radio-area ul li label {
  display: block;
  position: relative;
  font-weight: 600;
  font-size: 18px;
  padding: 0px 15px 0px 45px;
  margin: 0px auto;
  height: 25px;
  z-index: 9;
  cursor: pointer;
  -webkit-transition: all 0.25s linear;
}
@media (max-width: 767px) {
  form .form-wrapper .new-radio-area ul li label {
    font-size: 14px !important;
  }
}
form .form-wrapper .new-radio-area ul li label span {
  float: right;
}
form .form-wrapper .new-radio-area ul li label span .credit-cards-image {
  width: 140px;
}
@media (max-width: 320px) {
  form .form-wrapper .new-radio-area ul li label span .credit-cards-image {
    width: 90px !important;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  form .form-wrapper .new-radio-area ul li label span .credit-cards-image {
    width: 85px;
  }
}
form .form-wrapper .new-radio-area ul li .check {
  display: block;
  position: absolute;
  border: 4px solid #dfe2e5;
  border-radius: 100%;
  height: 20px;
  width: 20px;
  top: 18px;
  left: 15px;
  z-index: 5;
  transition: border 0.25s linear;
  -webkit-transition: border 0.25s linear;
  background-color: #dfe2e5;
}
form .form-wrapper .new-radio-area ul li .check:before {
  display: block;
  position: absolute;
  content: "";
  border-radius: 100%;
  height: 15px;
  width: 15px;
  top: 5px;
  left: 5px;
  margin: auto;
  transition: background 0.25s linear;
  -webkit-transition: background 0.25s linear;
}
form .form-wrapper .new-radio-area ul .clearfix:before,
form .form-wrapper .new-radio-area ul .clearfix:after {
  content: "";
  clear: both;
  visibility: visible;
}
form .form-wrapper .form-cc .bounce-arrow {
  animation: bouncebounce 3s infinite;
}
@-webkit-keyframes bouncebounce {
  0% {
    transform: translateX(0);
  }
  25% {
    transform: translateX(-5px);
  }
  50% {
    transform: translateX(0);
  }
  75% {
    transform: translateX(-5px);
  }
}
@keyframes bouncebounce {
  0% {
    transform: translateX(0);
  }
  25% {
    transform: translateX(-5px);
  }
  50% {
    transform: translateX(0);
  }
  75% {
    transform: translateX(-5px);
  }
}
form .form-wrapper .form-cc .pretty .state label {
  font-weight: 500 !important;
}
form .form-wrapper .form-cc .pretty .state label:after,
form .form-wrapper .form-cc .pretty .state label:before {
  background: white !important;
  border: 1px solid #333 !important;
}
form .form-wrapper .form-cc .top-card-types {
  color: #333;
  font-family: 'Poppins', sans-serif;
}
form .form-wrapper .form-cc .top-card-types .fa-cc-visa,
form .form-wrapper .form-cc .top-card-types .fa-cc-visa.text-primary {
  background-color: #fff;
  color: #007bff !important;
  line-height: 0.75em;
  vertical-align: -0.0667em;
}
form .form-wrapper .form-cc .top-card-types .fa-cc-mastercard,
form .form-wrapper .form-cc .top-card-types .fa-cc-mastercard.text-primary {
  background-color: red;
  color: white !important;
  line-height: 0.75em;
  vertical-align: -0.0667em;
}
form .form-wrapper .form-cc .top-card-types .fa-cc-discover,
form .form-wrapper .form-cc .top-card-types .fa-cc-discover.text-primary {
  background-color: orange;
  color: white !important;
  line-height: 0.75em;
  vertical-align: -0.0667em;
}
form .form-wrapper .form-cc .top-card-types .fa-cc-amex,
form .form-wrapper .form-cc .top-card-types .fa-cc-amex.text-primary {
  background-color: #fff;
  color: blue !important;
  line-height: 0.75em;
  vertical-align: -0.0667em;
}
form .form-wrapper .form-cc .top-card-types i::before {
  line-height: 0 !important;
  margin-right: 0 !important;
}
form .form-wrapper .form-cc .btn-submit,
form .form-wrapper .form-cc .btn-submit-paypal {
  border-radius: 9px;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.51px;
  margin-top: 15px;
  line-height: 22px;
  text-align: center;
  padding: 15px;
  width: 100%;
  position: relative;
  outline: none !important;
  border: 2px solid #fff;
}
form .form-wrapper .form-cc .btn-submit {
  background-color: #1e8504;
}
form .form-wrapper .form-cc .btn-submit:hover {
  background-color: #24a104;
  color: white;
}
form .form-wrapper .form-cc .btn-submit .cmplt-ordr-btn {
  display: block;
}
form .form-wrapper .form-cc .btn-submit .paypla-sbmt-img {
  display: none;
}
form .form-wrapper .form-cc .btn-submit-paypal {
  background: #ffc116;
  box-shadow: 0 4px 7px -5px #000;
}
form .form-wrapper .form-cc .btn-submit-paypal:hover {
  background: #fbce11;
}
form .form-wrapper .form-cc .btn-submit-paypal .paypla-sbmt-img {
  display: block;
}
form .form-wrapper .form-cc .btn-submit-paypal .cmplt-ordr-btn {
  display: none;
}
form .form-wrapper .form-cc .agreement-text {
  font-size: 14px;
  color: #333;
}
form .form-wrapper .form-cc .ssl-encrypted {
  font-size: 12px;
  color: #333;
}
form .form-wrapper .form-cc #button-select-credit-card {
  border-radius: 9px;
  background-color: #1e8504;
  /*-webkit-box-shadow: 0 4px 11px -2px rgba(86,70,143,.5);*/
  /*box-shadow: 0 4px 11px -2px rgba(86,70,143,.5);*/
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.51px;
  margin-top: 15px;
  line-height: 22px;
  text-align: center;
  padding: 15px;
  width: 100%;
  position: relative;
  outline: none !important;
  /* border: 1px solid #333; */
  border: 2px solid #fff;
}
form .form-wrapper .form-cc #button-select-credit-card:hover {
  background-color: #24a104;
}
form .form-wrapper .form-cc .verified-seal .verified-2 {
  display: none;
}
form .form-wrapper .form-cc .guarantee-container {
  background: #f7f7f7;
  border-radius: 10px;
}
form .form-wrapper .form-cc .guarantee-container .guarantee-item {
  color: #333;
}
form .form-wrapper .form-cc .guarantee-container .guarantee-item i {
  color: green;
}
@media (max-width: 767px) {
  form {
    margin-top: 20px;
  }
}

/* Fallback for Edge
-------------------------------------------------- */
@supports (-ms-ime-align: auto) {
  .form-label-group label {
    display: none;
  }

  .form-label-group input::-ms-input-placeholder {
    color: #777 !important;
  }
}
/* Fallback for IE
  -------------------------------------------------- */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .form-label-group label {
    display: none;
  }

  .form-label-group input:-ms-input-placeholder {
    color: #777 !important;
  }
}
/* ////////////////// PAYMENT METHOD SELECTOR FOR CHECKOUT1 ////////////////// */
.payment-method-buttons-wrapper-shopify .step-title {
  font-size: 20px;
  font-family: 'Poppins', sans-serif;
  text-transform: uppercase;
}
.payment-method-buttons-wrapper-shopify
  .payment-method-buttons
  .payment-method {
  padding: 10px 0;
  border-radius: 5px;
  cursor: pointer;
  position: relative;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.payment-method-buttons-wrapper-shopify
  .payment-method-buttons
  .payment-method
  .payment-method-name {
  font-family: 'Poppins', sans-serif;
}
.payment-method-buttons-wrapper-shopify
  .payment-method-buttons
  .payment-method
  .payment-method-name
  .payment-method-name-logo {
  width: 100px;
  max-width: 100px;
}
.payment-method-buttons-wrapper-shopify
  .payment-method-buttons
  .payment-method
  .payment-method-name
  .payment-loading {
  display: none;
}
.payment-method-buttons-wrapper-shopify
  .payment-method-buttons
  .payment-method
  .payment-method-name
  .credit-cards-image {
  width: 90px;
}
@media (min-width: 375px) {
  .payment-method-buttons-wrapper-shopify
    .payment-method-buttons
    .payment-method
    .payment-method-name
    .credit-cards-image {
    width: 140px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .payment-method-buttons-wrapper-shopify
    .payment-method-buttons
    .payment-method
    .payment-method-name
    .credit-cards-image {
    width: 85px;
  }
}
.payment-method-buttons-wrapper-shopify
  .payment-method-buttons
  .payment-method
  .payment-method-check-icon-bg {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1rem;
  color: #165d02;
}
@media (min-width: 480px) {
  .payment-method-buttons-wrapper-shopify
    .payment-method-buttons
    .payment-method
    .payment-method-check-icon-bg {
    font-size: 1.2rem;
    line-height: 1rem;
  }
}
.payment-method-buttons-wrapper-shopify
  .payment-method-buttons
  .payment-method
  .payment-method-check-icon {
  display: none;
}
.payment-method-buttons-wrapper-shopify
  .payment-method-buttons
  .payment-method:hover {
  box-shadow:
    inset 0px 60px rgba(0, 0, 0, 0.04),
    0px 2px 6px 1px rgba(111, 31, 31, 0.2);
}
.payment-method-buttons-wrapper-shopify
  .payment-method-buttons
  .payment-method-paypal {
  background-color: #f9c61f;
}
.payment-method-buttons-wrapper-shopify
  .payment-method-buttons
  .payment-method-quadpay {
  background-color: #f9c61f;
}
.payment-method-buttons-wrapper-shopify
  .payment-method-buttons
  .payments-divider {
  width: 100%;
  text-align: center;
  position: relative;
  margin: 15px 15px !important;
}
.payment-method-buttons-wrapper-shopify
  .payment-method-buttons
  .payments-divider:before {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  top: 17px;
  left: 0;
  z-index: 1;
  background: #535353;
  opacity: 0.3;
}
.payment-method-buttons-wrapper-shopify
  .payment-method-buttons
  .payments-divider
  p {
  margin-bottom: 0px;
  display: inline-block;
  color: #535353;
  font-size: 16px;
  padding: 5px 10px !important;
  background: #fff;
  position: relative;
  z-index: 2;
}
.payment-method-buttons-wrapper-shopify
  .payment-method-buttons
  .payment-method-cc {
  background-color: #f9c61f;
}
.payment-method-buttons-wrapper-shopify
  .payment-method-buttons
  .payment-method-giropay {
  background-color: #f9c61f;
}
.payment-method-buttons-wrapper-shopify
  .payment-method-buttons
  .payment-method-bancontact {
  background-color: #f9c61f;
}
.payment-method-buttons-wrapper-shopify
  .payment-method-buttons
  .payment-method-sofort {
  background-color: #f9c61f;
}
.payment-method-buttons-wrapper-shopify .payment-method-buttons .is-active {
  box-shadow: 2px 3px 3px rgba(0, 0, 0, 0.1);
}
.payment-method-buttons-wrapper-shopify
  .payment-method-buttons
  .is-active:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 1rem;
  border-right-color: #115401;
  border-top-color: #115401;
}
.payment-method-buttons-wrapper-shopify
  .payment-method-buttons
  .is-active
  .payment-method-name
  .payment-loading {
  display: inline-block;
}
.payment-method-buttons-wrapper-shopify
  .payment-method-buttons
  .is-active
  .payment-method-check-icon {
  position: absolute;
  top: -0.0625rem;
  right: 0.625rem;
  width: 0.5rem;
  height: 0.5rem;
  display: inline-block;
  border-radius: 0.25rem;
  line-height: 1;
  z-index: 999;
}
.payment-method-buttons-wrapper-shopify
  .payment-method-buttons
  .is-active
  .payment-method-check-icon
  .fa-check {
  color: #fff;
  font-size: 1rem;
  position: absolute;
  top: 2px;
  right: -8px;
}
.payment-method-buttons-wrapper-shopify
  .payment-method-buttons
  .disable-selection {
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer */
  -khtml-user-select: none;
  /* KHTML browsers (e.g. Konqueror) */
  -webkit-user-select: none;
  /* Chrome, Safari, and Opera */
  -webkit-touch-callout: none;
  /* Disable Android and iOS callouts*/
}

.lead-form-1 .lead-form-1-header {
  font-size: 20px;
  font-family:
    Open Sans,
    sans-serif;
}
.lead-form-1 .lead-form-1-subheader {
  font-size: 14px;
}
.lead-form-1 .lead-form-1-btn {
  background-color: #3898ec;
  border: 2px solid #fff;
  outline: none !important;
  font-size: 20px;
  font-weight: 700;
  padding: 15px;
  border-radius: 9px;
  line-height: 22px;
  letter-spacing: 0.51px;
}
.lead-form-1 .lead-form-1-btn:hover {
  background-color: #2779c1;
  transition: all 0.5s ease-in-out;
}
.lead-form-1 .lead-form-1-btn:hover span {
  padding-left: 2px;
}
.lead-form-1 .lead-form-1-btn:hover i {
  padding-left: 2px;
}
.lead-form-1 .lead-form-1-no-thanks {
  color: blue;
  font-weight: bold;
  text-decoration: underline;
  font-size: 14px;
}
@media (min-width: 1024px) {
  .lead-form-1 .lead-form-1-no-thanks {
    font-size: 16px;
  }
}

/* ////////////////// SEAL CONTAINER ////////////////// */
.checkout-2s-seal-container {
  margin-top: 20px;
  padding: 1px 10px 18px 10px;
  background-color: transparent;
  border: 1px solid white;
}
.checkout-2s-seal-container .seal-container {
  background: rgba(255, 255, 255, 0.8);
  border-radius: 1px;
  border: 1px solid #d1e3e8;
  box-shadow: 0px 6px 9px -5px #d3d3d3;
  padding-right: 10px !important;
  padding-left: 10px !important;
}
.checkout-2s-seal-container .seal-container .seal-image {
  width: 50px;
  min-width: 50px;
  margin-right: 10px;
  align-items: center;
  vertical-align: middle;
}
.checkout-2s-seal-container .seal-container .seal-image img {
  width: 100%;
}
.checkout-2s-seal-container .seal-container .seal-title {
  font-weight: bold;
  line-height: 1.1;
  font-family: 'Poppins', sans-serif;
}
.checkout-2s-seal-container .seal-container .seal-subtitle {
  font-size: 12px;
  line-height: 1.5;
}
.checkout-2s-seal-container .seal-container .seal-content {
  font-size: 12px;
  line-height: 1rem;
}

/* ////////////////// SEAL CONTAINER ////////////////// */
.seal-container {
  background: #f7f7f7;
  border-radius: 10px;
}
.seal-container .seal-image {
  width: 50px;
  min-width: 50px;
  margin-right: 10px;
  align-items: center;
  vertical-align: middle;
}
.seal-container .seal-image img {
  width: 100%;
}
.seal-container .seal-title {
  font-weight: bold;
  line-height: 1.1;
  font-family: 'Poppins', sans-serif;
}
.seal-container .seal-subtitle {
  font-size: 12px;
  line-height: 1.5;
}
.seal-container .seal-content {
  font-size: 12px;
  line-height: 1rem;
}

/* ORDER SUMMARY START */
.order-summary {
  color: #333;
  font-size: 14px;
  height: 100%;
}
.order-summary .order-summary-pricing {
  color: #333;
  background: #F6F6F6;
  border-radius: 3px;
  font-size: 14px;
  padding: 10px;
}
.order-summary .order-summary-pricing .order-summary-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  display: flex;
  flex-direction: row;
  align-items: center;
  min-height: 40px;
  background: #fafafa;
  padding: 15px 6px;
  z-index: 3;
  border-bottom: 1px solid rgba(175, 175, 175, 0.34);
  background: #fafafa !important;
  border-color: rgba(175, 175, 175, 0.34) !important;
}
.order-summary .order-summary-pricing .order-summary-header i:before {
  color: #000;
}
.order-summary .order-summary-pricing .order-summary-header i:after {
  color: rgb(103, 191, 221);
}
.order-summary
  .order-summary-pricing
  .order-summary-header
  .order-summary-header-text {
  font-size: 18px;
  line-height: 2.1rem;
  font-family: 'Poppins', sans-serif;
}

.order-summary .order-summary-pricing .order-summary-item {
  color: #333;
  border-bottom: 1px solid;
  border-color: rgba(255, 255, 255, 0.5);
}

/* ORDER SUMMARY END */
/* ////////////////// SHOPPING CART ////////////////// */
.shopping-cart-wrapper {
  font: 14px/22px;
  margin-right: -5px;
}
.shopping-cart-wrapper .lighter-text {
  color: #abb0be;
}
.shopping-cart-wrapper .main-color-text {
  color: #00c0cb;
}
.shopping-cart-wrapper a {
  font-size: 14px;
  display: inline;
  color: #d6d5d5;
  text-decoration: none;
}
.shopping-cart-wrapper a:hover {
  color: white;
}
.shopping-cart-wrapper .shopping-cart {
  z-index: 9999;
  background: white;
  width: 320px;
  position: absolute;
  top: 30px;
  right: -10px;
  border-radius: 3px;
  padding: 20px;
  overflow: hidden;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26) !important;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  opacity: 0;
  -webkit-transform-origin: right top 0;
  -webkit-transform: scale(0);
  transform-origin: right top 0;
  transform: scale(0);
}
.shopping-cart-wrapper .shopping-cart.active {
  opacity: 1;
  -webkit-transform-origin: right top 0;
  -webkit-transform: scale(1);
  transform-origin: right top 0;
  transform: scale(1);
}
.shopping-cart-wrapper .shopping-cart-header {
  border-bottom: 1px solid #e8e8e8;
  padding-bottom: 15px;
}
.shopping-cart-wrapper .shopping-cart-header .shopping-cart-total {
  float: right;
}
.shopping-cart-wrapper .shopping-cart-items {
  padding-top: 20px;
}
.shopping-cart-wrapper .shopping-cart-items li {
  margin-bottom: 18px;
}
.shopping-cart-wrapper .shopping-cart-items img {
  float: left;
  margin-right: 12px;
  max-width: 70px;
  max-height: 70px;
}
.shopping-cart-wrapper .shopping-cart-items .item-name {
  display: block;
  font-size: 16px;
}
.shopping-cart-wrapper .shopping-cart-items .item-detail {
  display: block;
  font-size: 12px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.shopping-cart-wrapper .shopping-cart-items .item-price {
  color: #00c0cb;
  margin-right: 8px;
}
.shopping-cart-wrapper .shopping-cart-items .item-quantity {
  color: #abb0be;
}
.shopping-cart-wrapper .shopping-cart:after {
  bottom: 100%;
  left: 89%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-bottom-color: white;
  border-width: 8px;
  margin-left: -8px;
}
.shopping-cart-wrapper .cart-icon {
  color: #515783;
  font-size: 24px;
  margin-right: 7px;
  float: left;
}
.shopping-cart-wrapper .button {
  background: green;
  color: white;
  text-align: center;
  padding: 12px;
  text-decoration: none;
  display: block;
  border-radius: 3px;
  font-size: 16px;
  margin: 25px 0 15px 0;
  text-transform: uppercase;
}
.shopping-cart-wrapper .button:hover {
  background: #008f00;
}
.shopping-cart-wrapper .button i {
  padding-left: 5px;
}
.shopping-cart-wrapper .clearfix:after {
  content: "";
  display: table;
  clear: both;
}

/* ////////////////// REVIEWS 1 ////////////////// */
.review-wrapper .step-title {
  font-size: 18px;
  font-weight: bold;
  font-family: 'Poppins', sans-serif;
  text-transform: uppercase;
}
.review-wrapper .comment-block {
  padding: 10px 0px;
  background: #f7f7f7 !important;
  border: 1px solid #e1e1e1;
}
.review-wrapper .comment-block .avatar {
  border-radius: 50%;
}
.review-wrapper .comment-block h4 {
  font-size: 18px;
}
.review-wrapper .comment-block .name {
  position: relative;
  top: 1px;
  margin-left: 0px;
  padding: 1px 0px 1px 0px;
  font-weight: bold;
  font-size: 14px;
  color: #1fba34;
}
.review-wrapper .comment-block a {
  font-size: 13px;
}
.review-wrapper .comment-block .date {
  border-left: 1px solid #666;
  padding-left: 5px;
  position: relative;
  top: 1px;
  margin-left: 0px;
  color: #666;
  font-size: 12px;
  pointer-events: none;
  font-weight: 600;
}
.review-wrapper .comment-block p {
  font-size: 14px;
}
.review-wrapper .comment-block .description {
  border-top: 1px dashed #a0a0a0;
  margin-top: 9px;
  padding-top: 5px;
}

/* ////////////////// STAMPED REVIEWS WIDGET ////////////////// */
#stamped-reviews-widget[data-widget-type="full-page"] .stamped-reviews-image {
  width: 50px !important;
}
#stamped-reviews-widget[data-widget-type="full-page"] .stamped-ratings-wrapper {
  margin-bottom: 5px !important;
  background: #f9f9f9 !important;
  border: 1px solid #e1e1e1;
  padding: 10px 10px 10px 10px !important;
}
#stamped-reviews-widget[data-widget-type="full-page"]
  .stamped-ratings-wrapper
  .stamped-style-color-star,
#stamped-reviews-widget[data-widget-type="full-page"]
  .stamped-ratings-wrapper
  .stamped-reviews-title,
#stamped-reviews-widget[data-widget-type="full-page"]
  .stamped-ratings-wrapper
  .stamped-reviews-message,
#stamped-reviews-widget[data-widget-type="full-page"]
  .stamped-ratings-wrapper
  .stamped-reviews-author {
  padding-left: 0px !important;
  margin-left: 0px !important;
}
#stamped-reviews-widget[data-widget-type="full-page"]
  .stamped-ratings-wrapper
  .stamped-products-reviews-title {
  padding-left: 0px !important;
  margin-left: 0px !important;
  display: none;
}
#stamped-reviews-widget[data-widget-type="full-page"]
  .stamped-ratings-wrapper
  .stamped-reviews-message {
  font-size: 14px;
}
#stamped-reviews-widget .stamped-review-card {
  padding-top: 10px !important;
}
#stamped-reviews-widget[data-widget-type="full-page"]
  .stamped-ratings-wrapper:nth-child(odd),
#stamped-reviews-widget[data-widget-type="full-page"]
  .stamped-ratings-wrapper:nth-child(even) {
  padding-top: 10px !important;
  box-shadow: 0px 6px 9px -7px #333;
  background: white !important;
}

.stamped-full-page-tabs ul li {
  font-size: 12px !important;
}

/* ////////////////// BENEFITS ////////////////// */
@media (min-width: 376px) {
  .benefits-section {
    background: url("../images/checkout-2/benefits-bg.png") top left no-repeat;
    background-size: cover;
  }
}
.benefits-section .benefits-wrapper {
  padding: 20px 0;
  position: relative;
}
@media (max-width: 376px) {
  .benefits-section .benefits-wrapper {
    padding-top: 50px;
  }
}
@media (min-width: 1025px) {
  .benefits-section .benefits-wrapper .benefits:after {
    content: "";
    position: absolute;
    top: 0;
    left: 50px;
    width: 7px;
    height: 280px;
    background-color: #03bcfa;
    border-radius: 5px;
  }
}
.benefits-section .benefits-wrapper .benefits .benefit-color-bg {
  --fa-primary-color: silver;
  --fa-secondary-color: lightblue;
}
.benefits-section .benefits-wrapper .benefits .benefit-color {
  --fa-primary-color: rgb(0, 149, 255);
  --fa-secondary-color: white;
  --fa-secondary-opacity: 1;
}
.benefits-section .benefits-wrapper .benefits .benefit {
  position: relative;
}
.benefits-section .benefits-wrapper .benefits .benefit .benefit-img {
  margin-bottom: 10px;
}
@media (max-width: 376px) {
  .benefits-section .benefits-wrapper .benefits .benefit .benefit-img {
    margin-bottom: 30px;
  }
}
@media (min-width: 1025px) {
  .benefits-section .benefits-wrapper .benefits .benefit .benefit-img:before {
    content: "";
    position: absolute;
    width: 20px;
    height: 3px;
    top: 50%;
    left: 5px;
    background-color: #03bcfa;
  }
}
.benefits-section .benefits-wrapper .benefits .benefit .benefit-text {
  color: #051f40;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 1;
}
@media (max-width: 376px) {
  .benefits-section .benefits-wrapper .benefits .benefit .benefit-text {
    margin-bottom: 30px;
  }
}
@media (max-width: 376px) {
  .benefits-section .benefits-wrapper .benefits .benefit {
    margin-bottom: 40px;
    box-shadow: 0px 24px 3px -24px lightblue;
  }
}

#stamped-reviews-widget[data-widget-type="full-page"] .stamped-reviews-image {
  width: 50px !important;
}

#stamped-reviews-widget[data-widget-type="full-page"]
  .stamped-ratings-wrapper
  .stamped-style-color-star,
#stamped-reviews-widget[data-widget-type="full-page"]
  .stamped-ratings-wrapper
  .stamped-reviews-title,
#stamped-reviews-widget[data-widget-type="full-page"]
  .stamped-ratings-wrapper
  .stamped-reviews-message,
#stamped-reviews-widget[data-widget-type="full-page"]
  .stamped-ratings-wrapper
  .stamped-reviews-author,
#stamped-reviews-widget[data-widget-type="full-page"]
  .stamped-ratings-wrapper
  .stamped-products-reviews-title {
  padding-left: 0px !important;
  margin-left: 0px !important;
}

#stamped-reviews-widget[data-widget-type="full-page"]
  .stamped-ratings-wrapper
  .stamped-products-reviews-title {
  display: none;
}

#stamped-reviews-widget[data-widget-type="full-page"]
  .stamped-ratings-wrapper
  .stamped-reviews-message {
  font-size: 14px;
}

#stamped-reviews-widget[data-widget-type="full-page"] .stamped-ratings-wrapper {
  margin-bottom: 5px !important;
  background: #f9f9f9 !important;
  border: 1px solid #e1e1e1;
  padding: 10px 10px 10px 10px !important;
}

#stamped-reviews-widget .stamped-review-card {
  padding-top: 10px !important;
}

#stamped-reviews-widget[data-widget-type="full-page"]
  .stamped-ratings-wrapper:nth-child(odd),
#stamped-reviews-widget[data-widget-type="full-page"]
  .stamped-ratings-wrapper:nth-child(even) {
  padding-top: 10px !important;
  box-shadow: 0px 6px 9px -7px #333;
}

#stamped-reviews-widget[data-widget-type="full-page"]
  span.stamped-pagination-page {
  background: blue;
  color: white;
  width: 40px;
  min-width: 40px;
  display: inline-block;
  height: 40px;
  line-height: 40px;
  padding: 0 !important;
  font-weight: bold;
  font-size: 16px;
  vertical-align: middle;
}

#stamped-reviews-widget[data-widget-type="full-page"]
  span.stamped-pagination-page.is-active {
  background: #333;
}

/* ////////////////// FAQ START ////////////////// */
.faq-section {
  background-color: #f7f7f7;
  box-shadow:
    0 4px 8px 0 rgba(0, 0, 0, 0.2),
    0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.faq-section .faq-container li {
  list-style-type: inherit;
}

.qualify-page .red {
  border: 1px solid red;
}
@media (max-width: 768px) {
  .qualify-page .product-hero-right-icon-bar {
    margin-right: 10px;
    margin-left: 10px;
  }
  .order-summary .order-summary-pricing {
    background: #fff;
    margin: 1em 0;
    border: 1px solid black;
  }
}
@media (max-width: 768px) {
  .qualify-page .product-hero-right-icon-bar .col-3 {
    padding-right: 5px;
    padding-left: 5px;
  }
}
.qualify-page .seal-container-wrapper {
  padding-top: 20px;
  padding-bottom: 100px;
}
.qualify-page .footer {
  margin-top: 0px !important;
}
.order-summary-title {
  border-bottom: 2px solid black;
  padding: 0 10px;
}

/* ////////////////// FOOTER ////////////////// */
.footer {
  margin-top: auto;
  color: white;
  background-color: #000;
}
.footer ul li a {
  color: #fff !important;
}
.footer img {
  width: 150px;
}
.footer .footer-column {
  padding-top: 10px;
  font-size: 14px;
}
.footer .footer-column h3 {
  font-size: 14px;
  border-bottom: 1px solid #666;
  padding-bottom: 10px;
  margin-bottom: 5px;
}
.footer .footer-column .footer-guarantee-content {
  font-size: 12px;
}
.footer .footer-copyright-wrapper {
  font-size: 12px;
  color: #666;
  border-top: 2px solid #666;
}

/* ////////////////// MODALS ////////////////// */
.modal-footer button {
  width: 100%;
}

.modal .close {
  width: unset;
}

#modal-confirm-split {
  background: rgba(0, 0, 0, 0.6);
}
#modal-confirm-split .modal-content {
  background: radial-gradient(
    200px circle at 50% 25%,
    #ffffff,
    #ababab
  ) !important;
}
#modal-confirm-split .modal-footer {
  background: white !important;
}
#modal-confirm-split .modal-info {
  background: rgba(255, 255, 255, 0.8) !important;
  padding: 10px;
  border-radius: 15px;
  margin-top: 15px;
  box-shadow: 0px 0px 15px rgba(103, 103, 102, 0.5);
}

.cvv-top-close {
  position: absolute;
  right: 6px;
  z-index: 999;
}

.cvv-modal-body {
  padding: 0.5rem 0.1rem 0 0.1rem;
}

/* ////////////////// UPSELL SECTION START ////////////////// */

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;
}
/* ////////////////// UPSELL SCRUNCHIES REVIEWS ////////////////// */
.upsell-scrunchies-review-wrapper .step-title {
  font-size: 20px;
  font-family: 'Poppins', sans-serif;
  text-transform: uppercase;
}
@media (min-width: 1024px) {
  .upsell-scrunchies-review-wrapper .step-title {
    font-size: 30px;
  }
}
.upsell-scrunchies-review-wrapper .comment-block {
  padding: 10px 0px;
  background: #f7f7f7 !important;
  border: 1px solid #e1e1e1;
}
.upsell-scrunchies-review-wrapper .comment-block .avatar {
  border-radius: 50%;
}
.upsell-scrunchies-review-wrapper .comment-block h4 {
  font-size: 18px;
}
.upsell-scrunchies-review-wrapper .comment-block .name {
  position: relative;
  top: 1px;
  margin-left: 0px;
  padding: 1px 0px 1px 0px;
  font-weight: bold;
  font-size: 14px;
  color: #1fba34;
}
.upsell-scrunchies-review-wrapper .comment-block a {
  font-size: 13px;
}
.upsell-scrunchies-review-wrapper .comment-block .date {
  border-left: 1px solid #666;
  padding-left: 5px;
  position: relative;
  top: 1px;
  margin-left: 0px;
  color: #666;
  font-size: 12px;
  pointer-events: none;
  font-weight: 600;
}
.upsell-scrunchies-review-wrapper .comment-block p {
  font-size: 14px;
}
.upsell-scrunchies-review-wrapper .comment-block .description {
  border-top: 1px dashed #a0a0a0;
  margin-top: 9px;
  padding-top: 5px;
}

/* ////////////////// THANK YOU ////////////////// */
.thank-you-page {
  font-family: "Helvetica Neue", 'Poppins', sans-serif;', sans-serif;
}
@media (max-width: 480px) {
  .thank-you-page .thank-you-message h1 {
    font-size: 1.5rem;
  }
  .thank-you-page .thank-you-questions h3 {
    font-size: 1.3rem;
  }
  .thank-you-page .thank-you-questions h4 {
    font-size: 1rem;
  }
}
.thank-you-page .fa-facebook-square {
  color: #3c5a99;
}
.thank-you-page .fa-facebook-square:hover {
  color: #4d6db1;
}
.thank-you-page .fa-instagram {
  color: #f56040;
}
.thank-you-page .fa-instagram:hover {
  color: #f37457;
}
.thank-you-page .fa-pinterest-square {
  color: #bd081c;
}
.thank-you-page .fa-pinterest-square:hover {
  color: #d41d32;
}
.thank-you-page .list-group-item.active {
  background-color: #a1c93c;
  border-color: #aaaaa8;
  font-size: 20px;
  font-weight: 500;
  color: #333;
}


.countdown {
  margin: 10px 10px 0px;
  padding: .6em;
  background-color: #adf4a1;
  display: flex;
  flex-wrap: wrap;
  justify-content: center !important;
}
.order-summary-header {
  cursor: pointer;
}
.order-summary-body {
  overflow: auto !important;
}
.reg-price,
.pi-price-save,
.price {
  text-align: right;
  font-weight: bold;
  display: block;
  margin-right: 0.5em;
}
.reg-price {
  color: #dd0f0f;
  font-size: 15px;
}
.pi-price-save {
  font-size: 18px;
}
.price {
  font-size: 18px;
}
.warranty-upsell {
  border-width: 2px;
  border-style: dashed;
  border-color: rgb(0, 0, 0);
  border-radius: 0px;
  margin: 15px 10px 0px;
  padding: 15px;
  background-color: rgb(251, 248, 227);
}
.guaranteed-safe-container {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5em;
}
.guaranteed-safe-container figure {
  flex:0 0 auto;
}

#all-pricing {
  grid-area: 1 / 2 / 2 / 4;
}
#days_guarantee {
  grid-area: 2 / 2 / 3 / 4;
}
.pi-price-orig {
  text-decoration: line-through;
}
.countdown {
  display: flex;
  justify-content: space-between;
}
#clock {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin: 0 3px;
}
#clock div {
  color: #ee404c;
  font-weight: bold;
}
.countdown .warning {
  width: 40px;
}
.countdown span {
  color: #ee404c;
}
.comment-block .avatar {
  border-radius: 100%;
  width: 50px;
}
.comment-container {
  background: #f0f2f5;
  border-radius: 1em;
}
.reviews-secondary {
  page-break-inside: avoid;
  -moz-column-count: 4;
  -moz-column-gap: 4%;
  -moz-column-width: 25%;
  -webkit-column-count: 4;
  -webkit-column-gap: 4%;
  -webkit-column-width: 25%;
  column-count: 4;
  column-gap: 1%;
  column-width: 25%;
  margin-bottom: 1em;
}
.reviews-secondary div {
  page-break-inside: avoid;
}
.old-price {
  color: red;
  text-decoration: line-through;
  text-align: right;
  display: block;
  margin-right: 0.5em;
}

@media only screen and (max-width: 600px) {
  .package-image img {
    margin: 0 !important;
  }
  .package-image {
    margin-left: 2rem !important;
  }
  body .package-wrapper .package-container .package-content:before,
  body .package-wrapper .is-active .package-content:before {
    font-size: 20px !important;
  }
  .guaranteed-safe-container figure {
    grid-area: 2 / 1 / 3 / 2;
    padding: 1em;
  }
  #all-pricing {
    grid-area: 1 / 1 / 2 / 4;
    text-align: center;
  }
  #days_guarantee {
    padding: 0;
    grid-area: 2 / 2 / 3 / 4;
  }
  .pi-price-save {
    font-size: 17px;
  }
  .reviews-secondary {
    display: flex;
    flex-wrap: wrap;
    padding: 1em;
  }
  .reviews-secondary .box {
    width: 100%;
  }
  #payment-container {
    padding: 0;
  }
  .countdown .warning {
    width: 20px;
  }
  .countdown {
    margin: 0;
    padding: 7px !important;
  }
  .left-side-container,
  .right-side-container {
    padding: 0 !important;
  }
}
.nav-guarantee {
  border-right: 1px solid black;
  padding-right: 1rem;
  margin-right: 1rem;
}

/* ////////////////// SPLIDE ////////////////// */