/**
 *
 * @author DTM NATURA
 * @project SLIMALL
 * @version v2.0
 */
/**
 * TYPOGRAPHY 
 */
body {
  font-family: "Montserrat", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat", sans-serif;
  margin: 0;
}

/**
 * STANDARD STYLES
 */
ul {
  padding: 0;
  margin: 0;
}

ol {
  display: block;
  list-style-type: decimal;
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
  -webkit-padding-start: 0px;
}

hr {
  border-color: #fae2db;
  margin: 0;
  padding: 0;
}

button {
  border: none;
}

p {
  margin-bottom: 0;
}

a {
  outline: 0;
  text-decoration: none;
  -moz-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
a:hover {
  text-decoration: none;
  -moz-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  color: black;
}
a:active {
  color: black;
  text-decoration: none;
}
a:focus {
  color: black;
  text-decoration: none;
}
a.background-primary-button:hover {
  color: #FFF;
}
a.border-primary-button:hover {
  color: #0e9391;
}

.no-l-gutter {
  padding-left: 0;
}

.no-r-gutter {
  padding-right: 0;
}

.img-responsive {
  min-width: 100%;
}

.align-c {
  text-align: center;
}

.align-r {
  text-align: right;
}

.align-l {
  text-align: left;
}

.push-down-main {
  margin-bottom: 140px;
}

.push-down-main-3x {
  margin-bottom: 420px;
}

.push-down-main-6x {
  margin-bottom: 840px;
}

.push-down-0 {
  margin-bottom: 0px;
}

.push-down-5 {
  margin-bottom: 5px;
}

.push-down-10 {
  margin-bottom: 10px;
}

.push-down-15 {
  margin-bottom: 15px;
}

.push-down-20 {
  margin-bottom: 20px;
}

.push-down-25 {
  margin-bottom: 25px;
}

.push-down-30 {
  margin-bottom: 30px;
}

.push-down-35 {
  margin-bottom: 35px;
}

.push-down-40 {
  margin-bottom: 40px;
}

.push-down-45 {
  margin-bottom: 45px;
}

.push-down-50 {
  margin-bottom: 50px;
}

.push-down-55 {
  margin-bottom: 55px;
}

.push-down-60 {
  margin-bottom: 60px;
}

.push-down-65 {
  margin-bottom: 65px;
}

.push-down-70 {
  margin-bottom: 70px;
}

.push-down-75 {
  margin-bottom: 75px;
}

.push-down-80 {
  margin-bottom: 80px;
}

.push-down-85 {
  margin-bottom: 85px;
}

.push-down-90 {
  margin-bottom: 90px;
}

.push-down-95 {
  margin-bottom: 95px;
}

.push-down-100 {
  margin-bottom: 100px;
}

.push-down-105 {
  margin-bottom: 105px;
}

.push-down-110 {
  margin-bottom: 110px;
}

.push-down-115 {
  margin-bottom: 115px;
}

.push-down-120 {
  margin-bottom: 120px;
}

.push-down-125 {
  margin-bottom: 125px;
}

.pull-down-main {
  margin-top: 140px;
}

.secondary-margin {
  margin: 65px;
}

.push-down-secondary {
  margin-bottom: 65px;
}

.pull-down-secondary {
  margin-top: 65px;
}

.pull-down-0 {
  margin-top: 0px;
}

.pull-down-5 {
  margin-top: 5px;
}

.pull-down-10 {
  margin-top: 10px;
}

.pull-down-15 {
  margin-top: 15px;
}

.pull-down-20 {
  margin-top: 20px;
}

.pull-down-25 {
  margin-top: 25px;
}

.pull-down-30 {
  margin-top: 30px;
}

.pull-down-35 {
  margin-top: 35px;
}

.pull-down-40 {
  margin-top: 40px;
}

.pull-down-45 {
  margin-top: 45px;
}

.pull-down-50 {
  margin-top: 50px;
}

.pull-down-55 {
  margin-top: 55px;
}

.pull-down-60 {
  margin-top: 60px;
}

.pull-down-65 {
  margin-top: 65px;
}

.pull-down-70 {
  margin-top: 70px;
}

.pull-down-75 {
  margin-top: 75px;
}

.pull-down-80 {
  margin-top: 80px;
}

.pull-down-85 {
  margin-top: 85px;
}

.pull-down-90 {
  margin-top: 90px;
}

.pull-down-95 {
  margin-top: 95px;
}

.pull-down-100 {
  margin-top: 100px;
}

.pull-down-105 {
  margin-top: 105px;
}

.pull-down-110 {
  margin-top: 110px;
}

.pull-down-115 {
  margin-top: 115px;
}

.pull-down-120 {
  margin-top: 120px;
}

.pull-down-125 {
  margin-top: 125px;
}

.pull-down-170 {
  margin-top: 170px;
}

.transition {
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.inline-block {
  display: inline-block;
}

.block {
  display: block;
}

.full-witdh {
  width: 100%;
}

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.white {
  color: #FFF;
}

.primary-background {
  background: #13C1BF;
}

.white-background {
  background: #FFF;
}

/**
 * BUTTONS
 */
.btn-rounded {
  letter-spacing: 1px;
  z-index: 2;
  font-weight: 600;
  display: inline-block;
  -moz-border-radius: 41px;
  -webkit-border-radius: 41px;
  border-radius: 41px;
  text-align: center;
  background: #FFF;
  margin: 0 auto;
  padding: 10px 35px;
  color: #FFF;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  text-transform: uppercase;
  cursor: pointer;
}
.btn-rounded:hover {
  color: #FFF;
  background: #f7f7f7;
}
.btn-rounded.btn-extra-big {
  padding: 12px 100px;
  font-size: 18px;
}
.btn-rounded.btn-extra-big em {
  font-size: 24px;
}
@media (max-width: 767px) {
  .btn-rounded.btn-extra-big {
    padding: 10px 25px;
    font-size: 15px;
  }
  .btn-rounded.btn-extra-big em {
    font-size: 18px;
  }
}
.btn-rounded.btn-big {
  padding: 10px 80px;
  font-size: 14px;
}
.btn-rounded.btn-small {
  padding: 10px 20px;
  font-size: 16px;
}
.btn-rounded.btn-extra-small {
  padding: 6px 15px;
  font-size: 12px;
}
.btn-rounded.btn-rounded-turquoise {
  background: #41BFBD;
  color: #FFF;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.btn-rounded.btn-rounded-turquoise:hover {
  background: #11a5a3;
}
.btn-rounded.btn-rounded-facebook {
  background: #3B5998;
  color: #FFF;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.btn-rounded.btn-rounded-facebook:hover {
  background: #344e86;
}
.btn-rounded.btn-rounded-grey-bordered {
  border: 1px solid #c1c1c1;
  color: #4a4a4a;
  background: #eaeaea;
  box-shadow: none;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.btn-rounded.btn-rounded-grey-bordered:hover {
  background: #d1d1d1;
}
.btn-rounded.btn-rounded-black-bordered {
  border: 1px solid #000;
  color: #000;
  background: none;
  box-shadow: none;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .btn-rounded {
    padding: 7px 20px;
    font-size: 12px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .btn-rounded {
    padding: 7px 20px;
    font-size: 12px;
  }
}
.btn-rounded.btn-with-icon-right {
  position: relative;
  padding-right: 50px;
  padding-left: 50px;
  padding-top: 15px;
  padding-bottom: 15px;
}
.btn-rounded.btn-with-icon-right em {
  position: absolute;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 20px;
  font-size: 35px;
  margin-top: -2px;
}
.btn-rounded.btn-with-icon-left {
  position: relative;
  padding-right: 50px;
  padding-left: 50px;
  padding-top: 15px;
  padding-bottom: 15px;
}
.btn-rounded.btn-with-icon-left em {
  position: absolute;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 20px;
  font-size: 35px;
}

.btn-square {
  letter-spacing: 1px;
  z-index: 2;
  font-weight: 600;
  display: inline-block;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  text-align: center;
  background: #FFF;
  margin: 0 auto;
  padding: 10px 35px;
  color: #FFF;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  text-transform: uppercase;
  cursor: pointer;
}
.btn-square.btn-square-turquoise {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#6fcdcc+0,248785+100 */
  background: #6fcdcc;
  /* Old browsers */
  background: -moz-linear-gradient(top, #6fcdcc 0%, #248785 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #6fcdcc 0%, #248785 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #6fcdcc 0%, #248785 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6fcdcc', endColorstr='#248785',GradientType=0 );
  /* IE6-9 */
  color: #FFF;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border: 1px solid #979797;
}
.btn-square.btn-square-turquoise:hover {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#248785+0,6fcdcc+99 */
  background: #248785;
  /* Old browsers */
  background: -moz-linear-gradient(top, #248785 0%, #6fcdcc 99%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #248785 0%, #6fcdcc 99%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #248785 0%, #6fcdcc 99%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#248785', endColorstr='#6fcdcc',GradientType=0 );
  /* IE6-9 */
}
.btn-square.btn-square-yellow {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffe200+0,ffc200+100 */
  background: #ffe200;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ffe200 0%, #ffc200 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #ffe200 0%, #ffc200 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #ffe200 0%, #ffc200 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe200', endColorstr='#ffc200',GradientType=0 );
  /* IE6-9 */
  color: #000000;
  -moz-transition: all 0.9s ease-in-out;
  -o-transition: all 0.9s ease-in-out;
  -webkit-transition: all 0.9s ease-in-out;
  transition: all 0.9s ease-in-out;
  border: 1px solid #000000;
}
.btn-square.btn-square-yellow:hover {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffc200+15,ffe200+100 */
  background: #ffc200;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ffc200 15%, #ffe200 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #ffc200 15%, #ffe200 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #ffc200 15%, #ffe200 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc200', endColorstr='#ffe200',GradientType=0 );
  /* IE6-9 */
}
.btn-square.btn-extra-big {
  padding: 20px 15px;
  font-size: 17px;
  letter-spacing: 0.5px;
}
.btn-square.btn-with-arrow-right {
  display: box;
  display: -ms-flexbox;
  display: -o-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.btn-square.btn-with-arrow-right span {
  text-align: right;
}
.btn-square.btn-with-arrow-right img {
  margin-left: 5px;
}

.basic-link {
  display: inline-block;
  color: #0000FF;
  text-decoration: underline;
  font-size: 14px;
}

.edit-order-url {
  color: #FFF;
  display: inline-block;
  border: 1px solid #eee;
  margin-left: 15px;
  padding-left: 10px;
  padding-right: 10px;
}

.edit-order-url:hover {
  color: white;
  border-color: black;
}

/**
 * FORMS
 */

.form-notification {
  color: #FF0000;
  font-size: 12px;
  margin-top: 7px;
}

.final-data {
  font-size: 16px;
  color: #6D489F;
  font-weight: bold;
  margin-top: 20px;
}

.checkbox {
  position: relative;
}
.checkbox .aligned-content {
  position: absolute;
  top: 0;
  left: -30px;
}

body.oldAndroid .main-form .main-form__flexbox {
  display: block;
}
body.oldAndroid .main-form .main-form__flexbox .main-form__single-column {
  width: 100% !important;
  display: block;
}

label {
  cursor: pointer;
  font-size: 19px;
  display: block;
  margin-bottom: 8px;
}
label .yellow {
  color: #FFFF01;
}

input:not([type="radio"]):not([type="checkbox"]) {
  border:  1px solid #ccc;
  width:  100%;
  padding:  13px 8px;
  border-radius:  4px;
  background: #f7f8fb;
}

select {
  border:  1px solid #ccc;
  width:  100%;
  padding:  13px 8px;
  border-radius:  4px;
  background: #f7f8fb;
}

.error {
  color: red;
  font-size: 12px;
  margin-top: 3px;
}

input[type="text"], textarea {
  /* Remove First */
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
}

::-webkit-input-placeholder {
  color: #2E2A4F;
  font-size: 15px;
  font-style: italic;
  font-weight: 300;
  font-family: "Roboto";
}

:-moz-placeholder {
  /* Firefox 18- */
  color: #2E2A4F;
  font-style: italic;
  font-size: 15px;
  font-weight: 300;
  font-family: "Roboto";
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: #2E2A4F;
  font-size: 15px;
  font-style: italic;
  font-weight: 300;
  font-family: "Roboto";
}

:-ms-input-placeholder {
  color: #2E2A4F;
  font-size: 15px;
  font-style: italic;
  font-weight: 300;
  font-family: "Roboto";
}

.radio-holder .radio-checkmark {
    top: 8px;
    left: 0;
    width: 20px;
    height: 20px;
    border: 2px solid #7bcd50;
    background-color: #fff;
}

.radio-checkmark {
    position: absolute;
    top: -1px;
    left: 0;
    width: 18px;
    height: 18px;
    border: 1px solid hsla(0,0%,59.2%,.8);
    background-color: #fff;
    border-radius: 50%;
}

.radio-holder input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

input:checked~.radio-checkmark:before {
    width: 12px;
    height: 12px;
    background: #7bcd50;
    display: block;
}

select option {
  font-weight: bold;
}

/* MAIN STYLE */
body {
  /*max-width: 600px;*/
  margin: 0 auto;
}
img {
  vertical-align: middle;
}

.inner-20 {
  padding: 20px;
}

.inner-15 {
  padding: 15px;
}

.inner-10 {
  padding: 10px;
}

.inner-lr-10 {
  padding-right: 10px;
  padding-left: 10px;
}

.inner-lr-15 {
  padding-right: 15px;
  padding-left: 15px;
}

.inner-30-15 {
  padding: 30px 15px;
}

.inner-30-20 {
  padding: 30px 20px;
}

.inner-30-15-15-30 {
  padding: 30px 15px 15px 30px;
}

.margin-0-auto {
  margin: 0 autO;
}

.black-transparent-bg {
  background: rgba(0, 0, 0, 0.45);
}

.white-bg {
  background: #FFF;
}

.black-bg {
  background: #000;
}

.purple-bg {
  background: #6D489F;
}

.green-bg {
  background: #6AB04C;
}

.grey-bg {
  background: #F0F0F0;
}

.yellow {
  color: #FFFF01;
}

.green {
  color: #4EB33A;
}

.red {
  color: #FF0000;
}

.purple {
  color: #6D489F;
}

.mw-100 {
  max-width: 100%;
}

.margin-0-auto {
  margin: 0 auto;
}

.relative {
  position: relative;
}
.relative.arrow-on-top:before, .relative.purple-arrow-on-top:before {
  position: absolute;
  top: -1px;
  left: 50%;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 18px 16px 0 16px;
  border-color: #000000 transparent transparent transparent;
}
.relative.purple-arrow-on-top:before {
  border-color: #6D489F transparent transparent transparent;
}
.relative.purple-arrow-on-bottom:after {
  position: absolute;
  bottom: -18px;
  left: 50%;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 18px 16px 0 16px;
  border-color: #6D489F transparent transparent transparent;
}

hr {
  border-color: #979797;
}

/* CONTENT OVERLAY */
.content-overlay {
  background: rgba(30, 37, 60, 0.8);
  padding: 40px 15px 30px 15px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  position: relative;
  margin-bottom: 70px;
  margin: 10px;
}
.content-overlay.pt-10 {
  padding-top: 10px;
}
.content-overlay.push-down-70 {
  margin-bottom: 70px;
}

/* TITLE */
.title {
  color: #FFF;
  font-weight: bold;
}
.title h1 {
  font-weight: bold;
  font-size: 30px;
}
.title h1 span {
  font-weight: normal;
  display: block;
  font-size: 20px;
  line-height: 35px;
  color: #13C1BF;
}
.title.title-grey {
  color: #666666;
}
.title.normal {
  font-weight: normal;
}
.title.size-20 {
  font-size: 20px;
}

/* TEXT */
.text {
  font-size: 14px;
}
.text.size-16 {
  font-size: 16px;
}
.text.size-18 {
  font-size: 18px;
}
.text.size-20 {
  font-size: 20px;
}
.text.size-22 {
  font-size: 22px;
}
.text.size-24 {
  font-size: 24px;
}
.text.size-26 {
  font-size: 26px;
}
.text.size-28 {
  font-size: 28px;
}
.text.text-white {
  color: #FFF;
}
.text.text-purple {
  color: #6D489F;
}
.text.text-light-white {
  color: rgba(255, 255, 255, 0.5);
}

/* VSL WINDOW HOLDER */
.main-user-info-holder {
  display: box;
  display: -ms-flexbox;
  display: -o-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  color: #FFF;
  font-size: 14px;
  font-family: "Roboto";
  padding: 10px 10px;
}
.main-user-info-holder .left-side {
  width: 60%;
}
.main-user-info-holder .left-side ul {
  list-style: none;
  font-size: 12px;
  font-weight: lighter;
}
.main-user-info-holder .left-side ul li {
  margin-bottom: 7px;
  color: rgba(255, 255, 255, 0.7);
}
.main-user-info-holder .left-side ul li strong {
  display: block;
  font-size: 13px;
  color: white;
}
.main-user-info-holder .right-side {
  width: 40%;
}
.main-user-info-holder .right-side ul {
  display: box;
  display: -ms-flexbox;
  display: -o-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  list-style: none;
}
.main-user-info-holder .right-side ul li {
  width: 60%;
  text-align: right;
  font-weight: bold;
}
.main-user-info-holder .right-side ul li.number {
  display: box;
  display: -ms-flexbox;
  display: -o-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  width: 40%;
  font-size: 75px;
  line-height: 75px;
  text-shadow: 0 0 3px #fff, 0 0 15px #13C1BF, 0 0 15px #13C1BF, 0 0 15px #13C1BF, 0 0 15px #13C1BF, 0 0 15px #13C1BF;
  -webkit-text-stroke-width: 1.5px;
  -webkit-text-stroke-color: #13C1BF;
  font-weight: normal;
}

.vsl-content-holder {
  background: rgba(0, 0, 0, 0.45);
  padding: 15px 10px;
  text-align: center;
  color: #FFF;
  width: 100%;
  height: 250px;
  display: box;
  display: -ms-flexbox;
  display: -o-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  overflow: hidden;
}
.vsl-content-holder .content {
  max-height: 100%;
  max-width: 100%;
  font-size: 24px;
  line-height: 35px;
}
.vsl-content-holder .content strong {
  color: #FFFF01;
}
@media (max-width: 767px) {
  .vsl-content-holder .content {
    font-size: 20px;
    line-height: 30px;
  }
}

.features-listing {
  list-style: none;
  color: #FFF;
}
.features-listing li {
  position: relative;
  margin-left: 40px;
  margin-bottom: 18px;
  font-size: 14px;
}
.features-listing li:last-of-type {
  margin-bottom: 0;
}
.features-listing li .number {
  position: absolute;
  top: 0;
  left: -40px;
  background: #13C1BF;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  line-height: 32px;
  display: inline-block;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  font-family: "Roboto";
}
.features-listing.features-with-checks {
  color: black;
}
.features-listing.features-with-checks li {
  margin-left: 35px;
}
.features-listing.features-with-checks li:before {
  position: absolute;
  top: 4px;
  left: -35px;
  content: url("../img/icons/check-purple.png");
}
.features-listing.border-on-top {
  border-top: 1px solid #979797;
  padding-top: 25px;
}

.facts-listing {
  list-style: none;
  position: relative;
}
.facts-listing li {
  display: block;
  color: #FFF;
  font-size: 15px;
  text-align: center;
  padding-bottom: 30px;
  position: relative;
  margin-top: 15px;
}
.facts-listing li:before {
  position: absolute;
  bottom: 0;
  left: 50%;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  content: "";
  width: 10px;
  height: 10px;
  background: #FFFF01;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.facts-listing li:last-of-type {
  padding-bottom: 0px;
  margin-top: 15px;
}
.facts-listing li:last-of-type:before {
  display: none;
}

.profile-img img {
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

.offer {
  background: #6D489F;
  color: #FFF;
  padding: 15px;
  position: relative;
}
@media (max-width: 767px) {
  .offer:before {
    position: absolute;
    top: -24px;
    right: 0;
    content: "";
    width: 0;
    height: 0;
    border-top: 25px solid transparent;
    border-right: 100vw solid #6D489F;
    border-bottom: 0px solid transparent;
  }
}
.offer ul {
  list-style: none;
}
.offer ul li {
  display: box;
  display: -ms-flexbox;
  display: -o-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 20px;
}
.offer ul li:last-of-type {
  margin-bottom: 0;
}
.offer ul li > span {
  width: 50%;
  display: block;
}
.offer ul li > span.offer-text {
  text-align: right;
}
.offer ul li > span.old-price {
  color: #FFF;
  font-size: 32px;
  margin-left: 15px;
}
.offer ul li > span.new-price {
  font-size: 38px;
  color: #FFFF01;
  margin-left: 15px;
}

.cross {
  position: relative;
  display: inline-block;
}

.cross::before, .cross::after {
  content: '';
  width: 100%;
  position: absolute;
  right: 0;
  top: 50%;
}

.cross::before {
  border-bottom: 6px solid #D0021B;
  -webkit-transform: skewY(-18deg);
  transform: skewY(-18deg);
}

.cross::after {
  border-bottom: 6px solid #D0021B;
  -webkit-transform: skewY(18deg);
  transform: skewY(18deg);
}

.phone-order {
  display: box;
  display: -ms-flexbox;
  display: -o-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  font-size: 14px;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.phone-order span {
  text-align: right;
}
.phone-order img {
  margin-right: 12px;
  margin-left: 12px;
}
.phone-order .number {
  font-size: 22px;
}

.guarantee {
  border: 1.5px solid #666666;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  padding-bottom: 5px;
}
.guarantee .top-title {
  -moz-border-radius-topleft: 7px;
  -webkit-border-top-left-radius: 7px;
  border-top-left-radius: 7px;
  -moz-border-radius-topright: 7px;
  -webkit-border-top-right-radius: 7px;
  border-top-right-radius: 7px;
  background: #666666;
  color: #FFFF01;
  font-weight: bold;
  font-size: 20px;
  padding: 12px 10px;
  text-align: center;
}
.guarantee .intro-content {
  display: box;
  display: -ms-flexbox;
  display: -o-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  padding-top: 15px;
  padding-right: 10px;
  padding-left: 10px;
}
.guarantee .intro-content img {
  margin-right: 8px;
}

/* ACCORDION */
.accordion {
  border-top: 1px solid #e8e8e8;
}
.accordion .accordion-single {
  border-bottom: 1px solid #e8e8e8;
  padding-left: 15px;
  padding-right: 15px;
  background: #FAFAFA;
}
.accordion .accordion-single .acc-title {
  display: block;
  font-size: 14px;
  padding-top: 10px;
  padding-bottom: 10px;
  position: relative;
  color: black;
  margin-left: 27px;
}
.accordion .accordion-single .acc-title:before {
  position: absolute;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: -37px;
  content: url("../img/icons/triangle-down.svg");
  padding: 10px;
}
.accordion .accordion-single .acc-title .number {
  position: absolute;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: -27px;
  color: red;
  font-size: 27px;
  font-weight: bold;
  color: #bcbcbc;
}
.accordion .accordion-single .acc-title.with-number:before {
  display: none;
}
.accordion .accordion-single .acc-content {
  padding-bottom: 15px;
  display: none;
  font-size: 14px;
  margin-left: 27px;
}
.accordion .accordion-single .acc-content .accordion__content--hidden-content {
  overflow: hidden;
  height: 55px;
}
.accordion .accordion-single.opened {
  background: #F0F0F0;
}
.accordion .accordion-single.opened .acc-title {
  font-weight: bold;
}
.accordion .accordion-single.opened .acc-title:before {
  content: url("../img/icons/triangle-right.svg");
}

.circles-decor {
  padding-top: 15px;
  dispay: block;
  text-align: center;
  width: 100%;
}
.circles-decor .circle-1, .circles-decor .circle-2, .circles-decor .circle-3 {
  width: 50px;
  height: 50px;
  background: #6AB04C;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  margin: 15px auto 0px auto;
}
.circles-decor .circle-2 {
  width: 30px;
  height: 30px;
}
.circles-decor .circle-3 {
  width: 15px;
  height: 15px;
}

.main-order-form-holder {
  background: #6D489F;
  padding: 20px 10px;
}
.main-order-form-holder .top-title {
  color: #FFF;
  font-size: 14px;
  text-align: center;
  padding-bottom: 12px;
}
.main-order-form-holder .top-title strong {
  font-size: 20px;
  margin-bottom: 3px;
  display: inline-block;
}

.two-books-offer {
  display: box;
  display: -ms-flexbox;
  display: -o-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.two-books-offer.border-bottom {
  border-bottom: 1px solid #979797;
  padding-bottom: 20px;
}
.two-books-offer .middle {
  width: 20%;
  margin-top: 60px;
}
.two-books-offer .middle img {
  margin: 0 auto;
  display: block;
}
.two-books-offer .book-1, .two-books-offer .book-2 {
  width: 45%;
}
.two-books-offer .book-1 .book-title, .two-books-offer .book-2 .book-title {
  color: black;
  margin-top: 10px;
}
.two-books-offer .book-1 .book-title span, .two-books-offer .book-2 .book-title span {
  color: #6D489F;
  display: block;
  font-size: 15px;
}
@media (max-width: 767px) {
  .two-books-offer .book-1, .two-books-offer .book-2 {
    width: 50%;
  }
}

.play-modal {
  position: fixed;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100%;
  z-index: 10000;
}
.play-modal .play-btn {
  position: absolute;
  left: 50%;
  top: 50%;
  color: white;
  z-index: 1000;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  padding: 25px;
  border: 1px solid white;
  text-align: center;
  letter-spacing: 1.9px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

.loader {
  position: fixed;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.85);
  width: 100%;
  height: 100%;
  z-index: 10005;
}
.loader .loader-inside {
  position: absolute;
  left: 50%;
  top: 50%;
  color: white;
  z-index: 1000;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  padding: 25px;
  text-align: center;
  width: 100%;
}
.loader .loader-inside .content {
  width: 100%;
  margin-bottom: 25px;
}

@media print {
  /* ==========================================================================
     Print styles.
     Inlined to avoid required HTTP connection: h5bp.com/r
     ========================================================================== */
  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  /*
   * Don't show links for images, or javascript/internal links
   */
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
    /* h5bp.com/t */
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }
}

.format-holder {
    display: box;
    display: -ms-flexbox;
    display: -o-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    align-items: stretch;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    max-width: 100%;
    -webkit-box-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.format-holder .single {
  width: calc(50% - 10px);
  background: #F6F6F6;
  border: 2px solid #15B2B2;
  border-radius: 4px;  
}

.format-holder .single.unavailable {
  border: 2px solid #ADAAAB;
}

.format-holder .single.unavailable .top-title  {
  background: #ADAAAB;
}

.format-holder .single .top-title {
  background: #15B2B2;
  color: #FFF;
  font-weight: bold;
  padding: 12px 10px 8px 10px;
}


.format-holder .content-holder-base {
  padding: 10px;
  font-size: 13px;
  background: F6F6F6;
}


.format-holder .content-holder-base .vertical-flex-holder {
    display: box;
    display: -ms-flexbox;
    display: -o-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    flex-direction:  column;
}

.format-holder .content-holder-base .vertical-flex-holder .top {
    height: auto;
}

.format-holder .content-holder-base .vertical-flex-holder .bottom {
    height: auto;
}

.format-holder .content-holder-base span {
  color: #15B2B2;
  font-weight: bold;
}


.format-holder .content-holder-base .simle-features-listing {
  list-style: none;
}

.format-holder .content-holder-base .simle-features-listing li {
  display: block;
  position: relative;
  padding-left: 25px;
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 8px;
  letter-spacing: -0.5;
}

.format-holder .content-holder-base .simle-features-listing li:before {
  position: absolute;
  top: 0px;
  left: 0px;
  content: url("../img/icons/check-black.svg");
  width: 20px;
  height: 20px;
}


.format-holder .content-holder-base .price-holder {
    display: -webkit-flex;
    display: flex;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    max-width: 100%;
    -webkit-box-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.format-holder .content-holder-base .price-holder.no-border .price {
  width: calc(100%);
  border-right:  none;
  padding-top: 5px;
  padding-bottom: 5px;
}


.format-holder .content-holder-base .price-holder .price del {
  color: #867F80;
  font-weight: bold;
  font-size: 16px;
  line-height: 22px;
}

.format-holder .content-holder-base .price-holder .price strong {
  color: black;
  font-weight: bold;
  font-size: 24px;
  line-height: 28px;
  display: block;
}

.format-holder .content-holder-base .price-holder .price {
  width: calc(50% - 5px);
  border-right:  2px solid #E1DFDF;
  padding-top: 5px;
  padding-bottom: 5px;
}


.format-holder .content-holder-base .price-holder .cta-holder {
  width: 50%;
}


.format-holder .content-holder-base .price-holder .cta-holder .small-btn {
  width: 100%;
  text-align: center;
  padding: 10px;
  background: #15B2B2;
  color: #FFF;
  font-weight: bold;
  font-size: 14px;
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: auto;
  border-radius: 3px;
}

.format-holder .content-holder-base .price-holder .cta-holder .small-btn.grey {
  background: #726D6E;
  color: #FFF;

}

@media (max-width: 767px) {
  .format-holder {
      display: box;
      display: -ms-flexbox;
      display: -o-flexbox;
      display: -webkit-box;
      display: -webkit-flex;
      display: flex;
      align-items: stretch;
      -webkit-box-pack: justify;
      -moz-box-pack: justify;
      -ms-flex-pack: justify;
      -webkit-justify-content: space-between;
      justify-content: space-between;
      max-width: 100%;
      -webkit-box-wrap: wrap;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  }

  .format-holder .single {
    width: calc(100%);
    background: #F6F6F6;
    border: 2px solid #15B2B2;
    border-radius: 4px;  
  }
}


.simple-notification.white {
  color: #FFFFFF;
  opacity: 0.7;
  font-size: 12px;
  line-height: 18px;
}


.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
}

.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #eceeef;
}

.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #eceeef;
}

.table tbody + tbody {
  border-top: 2px solid #eceeef;
}

.table .table {
  background-color: #fff;
}

.table-sm th,
.table-sm td {
  padding: 0.3rem;
}

.table-bordered {
  border: 1px solid #eceeef;
}

.table-bordered th,
.table-bordered td {
  border: 1px solid #eceeef;
}

.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

.table-hover tbody tr:hover {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-success,
.table-success > th,
.table-success > td {
  background-color: #dff0d8;
}

.table-hover .table-success:hover {
  background-color: #d0e9c6;
}

.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #d0e9c6;
}

.table-info,
.table-info > th,
.table-info > td {
  background-color: #d9edf7;
}

.table-hover .table-info:hover {
  background-color: #c4e3f3;
}

.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #c4e3f3;
}

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #fcf8e3;
}

.table-hover .table-warning:hover {
  background-color: #faf2cc;
}

.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #faf2cc;
}

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f2dede;
}

.table-hover .table-danger:hover {
  background-color: #ebcccc;
}

.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #ebcccc;
}

.thead-inverse th {
  color: #fff;
  background-color: #292b2c;
}

.thead-default th {
  color: #464a4c;
  background-color: #eceeef;
}

.table-inverse {
  color: #fff;
  background-color: #292b2c;
}

.table-inverse th,
.table-inverse td,
.table-inverse thead th {
  border-color: #fff;
}

.table-inverse.table-bordered {
  border: 0;
}

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.table-responsive.table-bordered {
  border: 0;
}


header {
  text-align: center;
  background: #EBE4DC;
  padding: 12px;
}

.hero-section {
  width:  100%;
  padding:  60px;
  background: #76b852;  /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #8DC26F, #76b852);  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #8DC26F, #76b852); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  color:  white;
}

.hero-section h2 {
  font-size: 45px;
  font-weight: bold;
}

.hero-section .subtitle {
  margin-top:  5px;
  font-size:  27px;
}

.hero-section .subtitle span {
  color:  yellow;
  font-weight:  bold;
}

.hero-section .features {
  margin-top: 30px;
  margin-bottom: 20px;
}

.hero-section .features li {
  list-style: none;
  margin-top: 5px;
  font-size: 21px;
}

.hero-section .features li img{
  max-width:  28px;
  margin-right:  4px;
}

.section-title {
  display: block;
  width:  100%;
  text-align: center;
  font-size:  41px;
  font-weight: bold;
  margin-bottom: 35px;
}

.card-deck {
  display: flex;
  margin-bottom: 25px;
  align-items: flex-start;

}

.card-deck .card {
  width: 30%;
  position: relative;
  padding-bottom: 25px;
  border:  1px solid #76b852;
  padding-bottom: 0;
}


.card.top-choice {
  background: #76b852;  /* fallback for old browsers */
  background: rgb(101,171,80);
  background: linear-gradient(90deg, rgba(101,171,80,1) 0%, rgba(101,171,80,0.7917760854341737) 100%);
  width: 40%;
  margin-top: -25px;
  padding-bottom: 0;
}

.card .top-choice {
  display: block;
  width:  100%;
  padding: 25px 10px;
  color:  white;
  font-weight: bold;
  font-size:  14px;
  position: absolute;
  top: 0px;
}

.card h4 {
  font-size: 26px;
  font-weight: bold;
}

.card h4 del{
  font-size:  20px;
  font-weight: normal;
  opacity: 0.75;
}

.card .savings {
  margin-top: 4px;
}

.card.top-choice h4 {
  color: white;
}


.card.top-choice .savings {
  color: white;
}

.card .card-body {
  margin-top:  10px;
}

.card .pricing-card-title {
  font-size:  45px;
  margin-top: 15px;
  font-weight: bold;
  color:  black;
  vertical-align: middle;
}

.card .pricing-card-title small {
  font-size:  17px;
  font-weight: normal;
  vertical-align: middle;
}

.card.top-choice .pricing-card-title {
  color:  white;
}

.pricing-card-table {
  width:  100%;
  display: block;
  border-top: 1px solid #ccc;
  background:  rgb(249, 250, 251);
  margin-top:  30px;
  padding: 30px 35px;
}

.pricing-card-table li {
  list-style: none;
  text-align: left;
  margin-bottom: 15px;
  font-size: 17px;
  display: block;
  vertical-align: middle;
}

.pricing-card-table .icon {
  width: 15px;
  margin-right: 5px;
  vertical-align: middle;
  margin-top: -3px;
  opacity: 0.7;
}

.pricing-card-table li:last-of-type {
  margin-bottom: 0;
}

.card-deck .card .buy-button {
  background:  darkorange;
  border:  1px solid #eee;
  padding: 10px 35px;
  color:  white;
  margin-top: 20px;
  border-radius: 4px;
  font-weight: bold;
  display: inline-block;
}


.product-label {
    position: absolute;
    top: -2px;
    left: -2px;
    background: url(/vsl/resources/img/label-discount.svg);
    width: 72px;
    height: 72px;
    z-index: 105;
}

.product-label span {
    position: absolute;
    top: 50%;
    text-align: center;
    display: inline-block;
    -webkit-transform: rotate(
-45deg);
    transform: rotate(
-45deg);
    font-size: 18px;
    font-weight: normal;
    color: #fff;
    font-weight: 700;
    margin-top: -20px;
    left:  4px;
}


.about-section {
  width:  100%;
  padding:  60px;
  background: #d9370a;  /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #dd3405, #d9370a);  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #dd3405, #d9370a); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  color:  white;
  margin-top: 90px;
}

.about-section .row {
  display: flex;
  align-items: center!important;
}

.about-section .left-side {
  width:  33%;
}

.about-section .right {
  width:  65%;
}

.guarantee-section {
  width:  100%;
  padding:  60px;
  background: #2d3436;
  color:  white;
  text-align: center;
}

.guarantee-section .row {
  display: flex;
  align-items: center!important;
  
}

.customers-testiamonials-section .customers-testiamonials-holder {
    display: -o-flexbox;
    display: flex;
    -webkit-box-wrap: wrap;
    flex-wrap: wrap;
    width: calc(100% + 26px);
    margin-left: -13px;
}

.customers-testiamonials-section .customers-testiamonials-holder {
    display: -o-flexbox;
    display: flex;
    -webkit-box-wrap: wrap;
    flex-wrap: wrap;
    width: calc(100% + 26px);
    margin-left: -13px;
}

.customers-testiamonials-section.single-exposed-testiamonial .customers-testiamonials-holder {
      width: 100%;
      margin-left: 0
  }

  .customers-testiamonials-section.single-exposed-testiamonial .customers-testiamonials-holder .single-testiamonial {
      margin: 0;
      width: 100%;
      display: -o-flexbox;
      display: flex;
      -webkit-box-wrap: wrap;
      flex-wrap: wrap
  }



  .customers-testiamonials-section.single-exposed-testiamonial .customers-testiamonials-holder .single-testiamonial .testiamonial-top-section {
      width: 35%
  }

  .customers-testiamonials-section.single-exposed-testiamonial .customers-testiamonials-holder .single-testiamonial .testiamonial-top-section .top-section-image {
      margin-bottom: -5px
  }

  .customers-testiamonials-section.single-exposed-testiamonial .customers-testiamonials-holder .single-testiamonial .testiamonial-top-section .top-section-image img {
      border-top-left-radius: 5px;
      border-top-right-radius: 0
  }

  .customers-testiamonials-section.single-exposed-testiamonial .customers-testiamonials-holder .single-testiamonial .testiamonial-top-section .top-section-title {
      border-bottom-left-radius: 5px
  }

  .customers-testiamonials-section.single-exposed-testiamonial .customers-testiamonials-holder .single-testiamonial .testiamonial-basic-section {
      width: 65%;
      background: #fff
  }

  .customers-testiamonials-section .customers-testiamonials-holder {
      display: -o-flexbox;
      display: flex;
      -webkit-box-wrap: wrap;
      flex-wrap: wrap;
      width: calc(100% + 26px);
      margin-left: -13px
  }

  .customers-testiamonials-section .customers-testiamonials-holder .single-testiamonial {
      position: relative;
      margin: 0 13px;
      width: calc(25% - 26px);
      display: -o-flexbox;
      display: flex;
      -webkit-box-wrap: wrap;
      flex-wrap: wrap
  }

  .customers-testiamonials-section .customers-testiamonials-holder.two-per-row {
      align-items: flex-start
  }

  .customers-testiamonials-section .customers-testiamonials-holder.two-per-row .single-testiamonial {
      width: calc(50% - 26px);
      margin-bottom: 20px
  }

  @media (min-width: 576px) and (max-width:767px) {
      .customers-testiamonials-section.single-exposed-testiamonial .customers-testiamonials-holder .single-testiamonial .testiamonial-top-section {
          width:100%
      }

      .customers-testiamonials-section.single-exposed-testiamonial .customers-testiamonials-holder .single-testiamonial .testiamonial-top-section .top-section-image {
          margin-bottom: -5px
      }

      .customers-testiamonials-section.single-exposed-testiamonial .customers-testiamonials-holder .single-testiamonial .testiamonial-top-section .top-section-image img {
          border-top-left-radius: 5px;
          border-top-right-radius: 5px
      }

      .customers-testiamonials-section.single-exposed-testiamonial .customers-testiamonials-holder .single-testiamonial .testiamonial-top-section .top-section-title {
          border-bottom-left-radius: 0
      }

      .customers-testiamonials-section.single-exposed-testiamonial .customers-testiamonials-holder .single-testiamonial .testiamonial-basic-section {
          width: 100%
      }

      .customers-testiamonials-section .customers-testiamonials-holder {
          width: calc(100% + 20px);
          margin-left: -10px
      }

      .customers-testiamonials-section .customers-testiamonials-holder .single-testiamonial {
          position: relative;
          margin: 0 10px;
          width: calc(50% - 20px);
          display: -o-flexbox;
          display: flex;
          -webkit-box-wrap: wrap;
          flex-wrap: wrap
      }
  }

  @media (max-width: 576px) {
      .customers-testiamonials-section.single-exposed-testiamonial .customers-testiamonials-holder .single-testiamonial .testiamonial-top-section {
          width:100%
      }

      .customers-testiamonials-section.single-exposed-testiamonial .customers-testiamonials-holder .single-testiamonial .testiamonial-top-section .top-section-image {
          margin-bottom: -5px
      }

      .customers-testiamonials-section.single-exposed-testiamonial .customers-testiamonials-holder .single-testiamonial .testiamonial-top-section .top-section-image img {
          border-top-left-radius: 5px;
          border-top-right-radius: 5px
      }

      .customers-testiamonials-section.single-exposed-testiamonial .customers-testiamonials-holder .single-testiamonial .testiamonial-top-section .top-section-title {
          border-bottom-left-radius: 0
      }

      .customers-testiamonials-section.single-exposed-testiamonial .customers-testiamonials-holder .single-testiamonial .testiamonial-basic-section {
          width: 100%
      }

      .customers-testiamonials-section .customers-testiamonials-holder {
          width: 100%;
          margin-left: 0
      }

      .customers-testiamonials-section .customers-testiamonials-holder .single-testiamonial {
          position: relative;
          margin: 0;
          width: 100%;
          display: -o-flexbox;
          display: flex;
          -webkit-box-wrap: wrap;
          flex-wrap: wrap
      }

      .customers-testiamonials-section .customers-testiamonials-holder.two-per-row .single-testiamonial {
          width: 100%;
          margin-bottom: 20px
      }
  }

  .single-testiamonial {
      position: relative;
      margin: 0;
      width: 100%
  }

  .single-testiamonial.white-bg {
      background: #fff
  }

  .single-testiamonial .testiamonial-top-section {
      width: 100%
  }

  .single-testiamonial .testiamonial-top-section .top-section-image {
      max-height: 300px;
      -o-object-fit: fill;
      object-fit: fill;
      margin-bottom: -5px;
      overflow: hidden
  }

  .single-testiamonial .testiamonial-top-section .top-section-image img {
      border-top-left-radius: 10px;
      border-top-right-radius: 10px
  }

  .single-testiamonial .testiamonial-top-section .top-section-title {
      background: #bf6f5f;
      color: #fff;
      position: relative;
      display: block
  }

  .single-testiamonial .testiamonial-top-section .top-section-title span {
      font-family: Sriracha;
      font-size: 14px;
      display: block;
      text-align: center;
      padding: 3px
  }

  .single-testiamonial .testiamonial-top-section .top-section-title .whole-link {
      padding: 40px 0;
      top: -30px
  }

  .single-testiamonial .testiamonial-top-section .top-section-title:before {
      position: absolute;
      top: 28px;
      left: 50%;
      content: url(/_nuxt/img/icon-decor-arrow-right.e51f8de.svg)
  }

  .single-testiamonial .testiamonial-top-section .top-section-title:hover {
      background: #b35948
  }

  .single-testiamonial .testiamonial-top-section .top-section-title .top-section-video-avatar-position {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      right: 10px
  }

  .single-testiamonial .testiamonial-top-section .top-section-title .top-section-video-avatar img {
      border-radius: 50%;
      border: 3px solid #fff;
      display: inline-block;
      max-width: 75px;
      max-height: 75px;
      width: 75px;
      height: 75px
  }

  .single-testiamonial .testiamonial-basic-section {
      width: 100%;
      border-radius: 3px;
      box-shadow: 0 0 3px 0 hsla(0,0%,68.6%,.5);
      padding: 45px 25px 15px
  }

  .single-testiamonial .testiamonial-basic-section.less-padding {
      padding: 20px 25px 15px
  }

  .single-testiamonial .testiamonial-basic-section .verified-customer-badge {
      position: absolute;
      top: 15px;
      right: 15px
  }

  .single-testiamonial .testiamonial-basic-section .verified-customer-badge span {
      font-size: 11px;
      background: #58cfaf;
      color: #fff;
      display: inline-block;
      position: relative;
      padding: 3px 8px 3px 24px;
      border-top-right-radius: 12px;
      border-bottom-right-radius: 12px
  }

  .single-testiamonial .testiamonial-basic-section .verified-customer-badge span:before {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      left: -10px;
      width: auto;
      height: auto
  }

  .single-testiamonial .testiamonial-basic-section .customer-info {
      display: -o-flexbox;
      display: flex;
      align-items: center
  }

  .single-testiamonial .testiamonial-basic-section .customer-info .customer-photo {
      margin-right: 15px
  }

  .single-testiamonial .testiamonial-basic-section .customer-info .customer-photo img {
      display: inline-block;
      border-radius: 50%;
      width: 65px;
      height: 65px;
      border: 5px solid #fff;
      box-shadow: 0 0 3px 0 rgba(0,0,0,.25)
  }

  .single-testiamonial .testiamonial-basic-section .customer-info .customer-details .name {
      font-size: 16px;
      color: #000;
      margin-bottom: 8px
  }

  .single-testiamonial .testiamonial-basic-section .testiamonial-content {
      margin-top: 10px
  }

  .single-testiamonial .testiamonial-basic-section .testiamonial-content p {
      font-size: 13px;
      font-weight: lighter;
      line-height: 18px
  }

  @media (min-width: 576px) and (max-width:767px) {
      .single-testiamonial .testiamonial-top-section {
          width:100%
      }

      .single-testiamonial .testiamonial-top-section .top-section-image {
          margin-bottom: -5px
      }

      .single-testiamonial .testiamonial-top-section .top-section-image img {
          border-top-left-radius: 5px;
          border-top-right-radius: 5px
      }

      .single-testiamonial .testiamonial-top-section .top-section-title {
          border-bottom-left-radius: 0
      }

      .single-testiamonial .testiamonial-basic-section {
          width: 100%
      }

      .customers-testiamonials-holder {
          width: calc(100% + 20px);
          margin-left: -10px
      }

      .customers-testiamonials-holder .single-testiamonial {
          width: calc(50% - 20px);
          margin: 0 10px 20px
      }

      .customers-testiamonials-holder .single-testiamonial .testiamonial-basic-section .customer-info .customer-details .name {
          font-size: 14px
      }

      .customers-testiamonials-holder .single-testiamonial .testiamonial-basic-section .testiamonial-content {
          margin-top: 10px
      }
  }

  @media (max-width: 576px) {
      .single-testiamonial .testiamonial-top-section {
          width:100%
      }

      .single-testiamonial .testiamonial-top-section .top-section-image {
          margin-bottom: -5px
      }

      .single-testiamonial .testiamonial-top-section .top-section-image img {
          border-top-left-radius: 5px;
          border-top-right-radius: 5px
      }

      .single-testiamonial .testiamonial-top-section .top-section-title {
          border-bottom-left-radius: 0
      }

      .single-testiamonial .testiamonial-basic-section {
          width: 100%
      }

      .customers-testiamonials-holder {
          width: 100%;
          margin-left: 0
      }

      .customers-testiamonials-holder .single-testiamonial {
          margin: 0;
          width: 100%
      }

      .customers-testiamonials-holder .single-testiamonial .testiamonial-basic-section {
          padding: 45px 20px 20px;
          margin-bottom: 20px
      }

      .customers-testiamonials-holder .single-testiamonial .testiamonial-basic-section .verified-customer-badge {
          top: 15px;
          right: 15px
      }

      .customers-testiamonials-holder .single-testiamonial .testiamonial-basic-section .verified-customer-badge span {
          font-size: 11px
      }

      .customers-testiamonials-holder .single-testiamonial .testiamonial-basic-section .customer-info .customer-details .name {
          font-size: 14px
      }
  }

  .scroll-overflow {
      overflow-x: scroll;
      padding: 5px;
      width: 100%!important;
      justify-content: normal!important;
      -webkit-box-wrap: nowrap!important;
      flex-wrap: nowrap!important;
      -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory
  }

  .scroll-overflow>div,.scroll-overflow>li {
      min-width: 22%;
      max-width: 22%;
      margin-right: 10px!important;
      scroll-snap-align: start
  }

  .scroll-overflow>.single-testiamonial {
      min-width: 32%;
      max-width: 32%
  }

.rating-stars-holder {
    display: -o-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    display: block
}

.rating-stars-holder .rating-stars {
    display: inline-block
}

.rating-stars-holder .number {
    vertical-align: middle;
    display: inline-block;
    font-size: 18px;
    margin-top: -5px;
    margin-right: 5px
}

ul.rating-stars {
    list-style: none
}

ul.rating-stars li {
    display: inline-block;
    margin-left: -2px
}

ul.rating-stars li img {
    width: 14px;
    height: 14px
}

.single-testiamonial .testiamonial-top-section {
    width: 100%;
}

.single-testiamonial .testiamonial-top-section .top-section-image {
    max-height: 300px;
    -o-object-fit: fill;
    object-fit: fill;
    margin-bottom: -5px;
    overflow: hidden;
}

.single-testiamonial .testiamonial-top-section .top-section-image img {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    max-width:  100%;
}

.single-accordion .single-accordion-title {
  display: block;
  margin-top: 12px;
  border-bottom: 1px solid #ccc;
  background: #eee;
  padding: 10px;
  cursor:  pointer;
  border-radius: 2px;
}

.single-accordion.opened .single-accordion-content {
  display: block;
}

.single-accordion .single-accordion-content {
  padding-top: 12px;
  padding-bottom: 12px;
  display: none;
}

.exposed-product-section {
  width:  100%;
  padding:  60px;
  background: #2d3436;
  color:  white;
  text-align: center;
}

.exposed-product-section .row {
  display: flex;
  align-items: center!important;
  
}

.exposed-product-section h1 {
  max-width: 550px;
  margin:  0 auto;
}

.vsl-holder {
  padding-top: 60px;
  padding-bottom: 60px;
  text-align: center;
}

.vsl-holder .video-holder {
  margin-top: 45px;
  -webkit-box-shadow: 0px 5px 15px 5px rgba(0,0,0,0.37); 
  box-shadow: 0px 5px 15px 5px rgba(0,0,0,0.37);
  width: 660px;
  margin-left:  auto;
  margin-right: auto;
}

.purchase-intro {
  padding-top: 50px;
  padding-bottom: 50px;
}

.purchase-intro .row {
  display: flex;
  align-items: center!important;
}


.purchase-intro .right-side h1 {
  font-size:  22px;
  margin-bottom: 20px;
}

.purchase-intro .right-side p {
  font-size:  18px;
  margin-bottom: 15px;
}

.purchase-intro .exposed-person {
  border-radius: 50%;
  padding:  5px;
  border:  1px solid #eee;
  max-width:  200px;
}

.order-countdown {
  text-align: center;
  padding: 15px 15px;
  background: #ffeaa7;
  font-size:  14px;
}

.cor-order-summary, .cor-order-form {
  padding-bottom: 35px;
  padding-top: 45px;
  padding-left: 15px;
  padding-right: 15px;
}

.cor-order-summary h3, .cor-order-form h3 {
  margin-bottom: 20px;
}

.cor-order-summary {
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  borer-bottom:  1px solid #ccc;
}

.cor-order-summary .product-image {
  text-align: center;
}

.cor-order-summary .product-image img{
  max-width:  250px;
  border-radius: 12px;
}

.cor-order-summary .summary-table {
  margin-top: 30px;
  width:  100%;
  background: #fff;
  padding:  12px;
  border-radius: 3px;
}

.cor-order-summary .summary-table .line{
  display: flex;
  justify-content: space-between;
  margin-bottom: 12px;
}

.cor-order-summary .summary-table .line.total{
  border-top: 1px solid #ccc;
  padding-top: 10px;
}

.product-features {
  max-width:  270px;
}

.product-features li {
  list-style: none;
  position: relative;
  padding-left: 28px;
  margin-bottom: 8px;
}

.product-features li img{
  position: absolute;
  left: 2px;
  top: 4px;
  opacity: 0.5;
  width: 15px;
}

ul.payment-methods {
    list-style: none;
    padding:  22px 12px;
    background: #f5f5f5;
    border-radius:  3px;

}

ul.payment-methods li {
    margin-bottom: 28px;
}

.StripeElement {
    box-sizing: border-box;
    height: 50px;
    padding: 15px 12px;

    border: 1px solid #ccc;
    border-radius: 4px;
    background-color: white;

    box-shadow: 0 1px 3px 0 #e6ebf1;
    -webkit-transition: box-shadow 150ms ease;
    transition: box-shadow 150ms ease;
}

.StripeElement--focus {
    box-shadow: 0 1px 3px 0 #cfd7df;
}

.StripeElement--invalid {
    border-color: #fa755a;
}

.StripeElement--webkit-autofill {
    background-color: #fefde5 !important;
}

#card-errors {
    color: #D8000C;
    background-color: #FFD2D2;
    padding: 12px;
    display: none;
}


.radio-holder {
    padding-left: 40px;
    margin-bottom: 12px;
    font-size: 16px;
}

.radio-holder {
    display: block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 16px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.radio-content {
    display: box;
    display: -ms-flexbox;
    display: -o-flexbox;
    display: -webkit-box;
    display: flex;
}

.radio-content .payment-icon {
    width: 35px;
    height: 35px;
}

.radio-content .payment-content {
    margin-top: -3px;
    width: 100%;
    margin-left: 15px;
}

.radio-content .payment-content .title {
    font-size: 18px;
    display: block;
    font-weight: 500;
    color:  black;
    margin-left:  10px;
}

.radio-content .payment-content .details {
    font-size: 14px;
    display: block;
    margin-top: 3px;
    margin-left:  10px;
}

/* RADIO */

.radio-holder {
    display: block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 16px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default radio button */
.radio-holder input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom radio button */
.radio-checkmark {
    position: absolute;
    top: -1px;
    left: 0;
    width: 18px;
    height: 18px;
  border: solid 1px rgba(151, 151, 151, 0.8);
  background-color: #ffffff;
    border-radius: 50%;

}


.radio-checkmark:before {
      width: 9px;
      height: 9px;
      position: absolute;
      top: 50%;
      left: 50%;
      -moz-transform: translateY(-50%) translateX(-50%);
      -ms-transform: translateY(-50%) translateX(-50%);
      -webkit-transform: translateY(-50%) translateX(-50%);
      transform: translateY(-50%) translateX(-50%);
      content: "";
      display: none;
      border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.radio-holder:hover input ~ .radio-checkmark {
    background-color: rgba(#F5F5F5, 0.5);
}


.radio-holder input:checked ~ .radio-checkmark:before {
  background: #808080;
  display: block;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.radio-checkmark:after {
    content: "";
    position: absolute;
    display: none;
}


.upsell-holder {
  padding: 10px;
  border: 1px solid #ccc;
  background: #f7f7f7;
  margin-top: 16px;
  border-radius: 2px;
}

.upsell-holder  .upsell-price {
  font-size:  11px;
  padding:  4px 6px;
  border: 2px solid #636e72;
  display: inline-block;
  margin-left: 5px;
}

.upsell-holder  .upsell-desc {
  font-size:  14px;
  margin-top: 2px;
}

.tos {
  margin-top: 30px;
  margin-bottom: 30px;
}

.tos label {
  font-size: 12px;
}

.tos label input {
  margin-right: 10px;
  float:  left;
}

.tos label span {
  display: inline-block;
  max-width: calc(100% - 40px);
  padding: 0;
}

.submit-button {
  width:  100%;
  padding:  15px 30px;
  background: #1dd1a1;
  border:  1px solid #10ac84;
  color:  #fff;
}

footer {
  background: #2A2A2A;
  padding:  25px;
}

footer ul li{
  display: inline-block;
  margin-right: 25px;
}

footer a {
  color:  white;
}
footer a:hover {
  color:  grey;
}




@media only screen and (max-width: 1000px) {

  .hidden-xs {
    display: none !important;
  }

  .pull-down-xs-15 {
    margin-top: 15px !important;
  }  

  .pull-down-xs-25 {
    margin-top: 25px !important;
  }

  .pull-down-xs-30 {
    margin-top: 30px !important;
  }

  .pull-down-xs-50 {
    margin-top: 50px !important;
  }

  .hero-section {
    padding: 30px 10px;
  }

  .hero-section .features li {
    margin-top: 15px;
    padding-left: 32px;
    position: relative;
  }

  .hero-section .features li img {
    position: absolute;
    left: -2px;
    top:  2px;
  }

  .card-deck .card {
    width: 100%;
    margin-bottom: 20px;
  }

  .card.top-choice {
    margin-top: 0;
  }

  .card-deck {
    flex-wrap: wrap;
  }

  .about-section {
    margin-top: 30px;
    padding: 35px 20px;
  }

  .about-section .row {
    display: block;
  }

  .about-section .left-side {
    width:  100%;
    text-align: center;
    margin-bottom: 15px;
  }

  .about-section .right-side {
    width:  100%;
  }

  .about-section h1 {
    margin-bottom: 10px;
  }

  .guarantee-section {
    padding:  60px 30px;
  }

  .section-title {
    font-size: 22px;
  }

  .scroll-overflow>.single-testiamonial {
    min-width:  80%;
    max-width:  100%;
  }

  .single-accordion-content {
    padding-left: 10px;
    padding-right: 10px;
  }


  .exposed-product-section {
    width:  100%;
    padding:  60px 25px;
    background: #2d3436;
    color:  white;
    text-align: center;
  }

  .exposed-product-section h1 {
    max-width:  100%;
  }

  .exposed-product-section .row {
    display: flex;
    align-items: center!important;
    
  }

  .purchase-intro {
    padding-bottom: 25px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .purchase-intro .row {
    display: block;
  }

  .purchase-intro .left-side {
    width:  100%;
    text-align: center;
    margin-bottom: 15px;
  }

  .purchase-intro .right-side {
    width:  100%;
  }


  .cor-order-form-holder {
    display: flex;
    flex-wrap: wrap;
  }

  .cor-order-form {
    order: 2;
  }

  .vsl-holder .video-holder {
    max-width: 100%;
  }

  .audio-on {
    font-size: 22px !important;
  }

  .audio-on img {
    width: 35px !important;
  }

}