@charset "utf-8";



/* CSS Document */



@import url('https://fonts.googleapis.com/css?family=Montserrat:800|Open+Sans:400,500,700');



/* #Reset & Basics

  ================================================== */



html,

body,

div,

span,

applet,

object,

iframe,

h1,

h2,

h3,

h4,

h5,

h6,

p,

blockquote,

pre,

a,

abbr,

acronym,

address,

big,

cite,

code,

del,

dfn,

em,

img,

ins,

kbd,

q,

s,

samp,

small,

strike,

strong,

sub,

sup,

tt,

var,

b,

u,

i,

center,

dl,

dt,

dd,

ol,

ul,

li,

fieldset,

form,

label,

legend,

table,

caption,

tbody,

tfoot,

thead,

tr,

th,

td,

article,

aside,

canvas,

details,

embed,

figure,

figcaption,

footer,

header,

hgroup,

menu,

nav,

output,

ruby,

section,

summary,

time,

mark,

audio,

video {

    margin: 0;

    padding: 0;

    border: 0;

    font-size: 100%;

    font: inherit;

    font-family: Open Sans, 'Helvetica Neue', Helvetica, sans-serif;

}



h1,

h2,

h3,

h4,

h5,

h6 {

    font-family: Montserrat;

    font-weight: 800;

}



body {

    line-height: 1;

}



ol,

ul {

    list-style: none;

}



blockquote,

q {

    quotes: none;

}



blockquote:before,

blockquote:after,

q:before,

q:after {

    content: '';

    content: none;

} 



table {

    border-collapse: collapse;

    border-spacing: 0;

}



.fullwrap {

    vertical-align: middle;

    vertical-align: -webkit-baseline-middle;

}



.desktop-only {

    display: inherit;

}



.mobile-only {

    display: none;

}



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

    .desktop-only {

        display: none;

    }

    .mobile-only {

        display: inline-block;

    }

}



div.hidden,

.hidden {

    display: none;

}



.hed_bar {

    opacity: 1;

    top: 0px;

    z-index: 1001;

    width: 100%;

    text-align: center;

    padding: 5px 0px;

    font-family: helvetica, arial, ! sans-serif important;

    font-size: 16px!important;

    -o-transition: background .5s;

    -ms-transition: background .5s;

    -moz-transition: background .5s;

    -webkit-transition: background .5s;

    transition: background .5s;

    background: green;

    font-weight: bold;

    will-change: background;

}



.hed_bar:hover {

    background: #11933E;

}



.hed_bar span,

.hed_bar div {

    display: inline-block;

    color: #fff;

    padding-top: 0px;

}



.hed_button {

    border: 0;

    padding: 8px 15px;

    margin-left: 10px;

    vertical-align: middle;

    text-decoration: none;

    background: #fff;

    color: #000;

    border-radius: 3px;

    -moz-border-radius: 3px;

    -ms-border-radius: 3px;

    -o-border-radius: 3px;

    -webkit-border-radius: 3px;

    font-weight: 600;

    margin-top: -2px;

    font-size: 12px;

    text-transform: uppercase;

}



.hed_button:hover {

    background: #53CA7C !important;

}



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

    .hed_bar {

        padding: 3px 0px;

        font-size: 14px!important;

    }

}



.pt6 {

    padding-top: 60px;

}



.pt5 {

    padding-top: 50px;

}



.pt4 {

    padding-top: 40px;

}



.pt3 {

    padding-top: 30px;

}



.pt2 {

    padding-top: 20px;

}



.header-section {

    background-color: #fafafa;

    border-bottom: 1px solid#CCC;

}



.site-logo img {

    max-width: 170px;

    margin: 8px 0;

}



.phnmbr {

    line-height: 70px;

    font-weight: 800;

    color: #aa2d53;

    text-align: right;

}



.phnmbr a span {

    color: #aa2d53;

}



.phnmbr a {

    color: #000;

}



h1.product_name {

    line-height: 1em;

    font-size: 36px;

    color: #000;

}



h1.product_name span {

    font-size: 55%;

    font-weight: 400;

    padding-bottom: 4px;

    display: block;

    color: #888;

}



.stars .glyphicon-star {

    color: #ffd200;

}



.stars {

    padding-bottom: 25px;

}



.modal p.modal_price,

p.modal_price {

    display: inline-block;

}



.modal p.modal_price,

p.modal_price {

    font-size: 22px;

    margin-bottom: 10px;

}



.thumbnail .sale,

.sale {

    color: #386e14;

}



.was_price {

    text-decoration: line-through;

    color: #7f8c8d;

    font-style: italic;

    text-shadow: none;

    font-weight: normal;

}



div#testSavePercent {

    display: inline-block;

    padding: 5px 7px 5px 22px;

    margin-top: -1px;

    background-color: #c00b0b;

    background-image: url(../images/negative-space-left-arrow-whit-pnch.png);

    background-repeat: no-repeat;

    background-size: 14px 100%;

}



div#testSavePercent p {

    margin: -2px 0 0 0;

    padding: 7px 0 6px 0;

    text-transform: uppercase;

    color: #ffffff;

    font-size: 16px;

}



div#testSavePercent p strong {

    font-weight: 600;

}



.testimonial-above {

    font-size: 16px !important;

    line-height: 28px;

    color: #000;

    padding-bottom: 30px;

    font-style: italic;

    margin-top: -10px;

}



a.button,

button,

input[type="submit"],

input[type="button"],

.action_button,

a.action_button,

input.action_button[type="submit"],

input.action_button[type="button"],

share-button {

    background: #ff6e05;

    color: #ffffff;

    border: 0;

    padding: 10px 25px;

    text-align: center;

    cursor: pointer;

    font-weight: 700;

    font-size: 14px;

    text-transform: uppercase;

    display: inline-block;

    -webkit-appearance: none;

    -webkit-border-radius: 4px;

    -khtml-border-radius: 4px;

    -moz-border-radius: 4px;

    -ms-border-radius: 4px;

    -o-border-radius: 4px;

    border-radius: 4px;

}



button.add_to_cart {

    padding: 24px;

    width: 100%;

    margin-top: 18px;

    font-size: 22px !important;

}



.splittercurve.before.aso {

    padding-bottom: 8%;

    width: 100%;

    position: relative;

    display: block;

    float: left;

    margin-top: 0%;

}



.splittercurve.before.aso svg {

    fill: #eaeaea;

    margin-bottom: -5%;

    z-index: 99;

    float: left;

    position: absolute;

    top: 0;

    left: 0;

}



.splittercurve.before.aso svg {

    fill: #eaeaea;

}



section.benefitsactual {

    margin-left: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.36) 56%, rgba(221, 221, 221, 0.62) 96%, rgba(221, 221, 221, 0.65) 100%);

    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.36) 56%, rgba(221, 221, 221, 0.62) 96%, rgba(221, 221, 221, 0.65) 100%);

    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.36) 56%, rgba(221, 221, 221, 0.62) 96%, rgba(221, 221, 221, 0.65) 100%);

    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#a6dddddd', GradientType=0);

}



section.benefitsactual .deborahusingprod {

    width: 42%;

    background-size: 155%;

    max-width: 545px;

    z-index: 100;

    margin-top: -4px;

}



section.benefitsactual .deborahusingprod {

    width: 100%;

    position: absolute;

    margin-left: 0;

}



section.benefitsactual .deborahusingprod .img {

    background-image: url(../images/fineline.jpg);

}



section.benefitsactual .deborahusingprod .img {

    background-size: 110%;

    padding-bottom: 100%;

    top: -9px;

}



.splittercurve.before.deborahusingprod svg {

    fill: #ffffff;

}



.splittercurve.after.deborahusingprod svg {

    fill: #eaeaea;

}



.splittercurve.after.deborahusingprod {

    padding-bottom: 3%;

    width: 100%;

    position: relative;

    display: block;

    float: left;

    margin-top: -5%;

}



.customcontent h2 {

    padding: 7% 10% 0 10%;

    font-size: 2.8em;

    line-height: 1.2em;

}



.customcontent p {

    font-size: 1.2em;

    color: #000;

    line-height: 1.5em;

    padding-top: 20px;

}



.pt8 {

    padding-top: 150px;

}



.customcontent p strong {

    font-weight: 800;

}



.customcontent h2::after {

    content: "";

    clear: both;

    width: 79px;

    height: 17px;

    display: block;

    margin-left: auto;

    margin-right: auto;

    margin-top: 3%;

    background-image: url(../images/latak.png);

    background-size: 100%;

    background-repeat: no-repeat;

    background-position: center;

    -moz-transform: scaleX(-1);

    -o-transform: scaleX(-1);

    -webkit-transform: scaleX(-1);

    transform: scaleX(-1);

    filter: FlipH;

    -ms-filter: "FlipH";

    position: relative;

    z-index: 1500;

}



section.benefitsactual .photo {

    width: 18%;

    position: absolute;

    padding-bottom: 18%;

    float: none;

    margin-left: auto;

    margin-right: auto;

    left: 0;

    box-shadow: 0 5px 0 1px #c9cdcf;

    border-radius: 285px;

    overflow: hidden;

    margin-top: 15px;

}



section.benefitsactual .photo img {

    position: absolute;

    width: 100%;

}



section.benefitsactual .item.tc-custom-scroll {

    width: 100%;

    z-index: 99;

    float: left;

    position: relative;

}



section.benefitsactual .content {

    width: 78%;

    text-align: left;

    margin-left: 22%;

    margin-top: 1%;

    margin-bottom: 2%;

    margin-right: 0%;

}



section.benefitsactual .content p {

    font-size: 1em;

}



.pb4 {

    padding-bottom: 40px;

}



.section.aso h3 {

    font-size: 1.6em;

    line-height: 1.4em;

    text-align: center;

    color: #b0b0b0;

}



.ingredientComparison .pagewidth .left-col h2 {

    text-align: left;

    font-size: 41px;

    color: #4A4A4A;

    position: relative;

    margin: 15px 1px 26px 0;

    padding: 0;

    width: 100%;

    font-weight: 800;

}



.linksd li:last-child {

    border-bottom: 0;

}



.ingredientComparison .pagewidth .left-col p {

    font-size: 19px;

    color: #000;

    line-height: 25px;

    text-align: left;

    font-weight: 400;

}



.linksd {

    margin-top: 20px;

}



.linksd li {

    padding-top: 15px;

    font-size: 18px;

    color: #000;

    border-bottom: 1px solid #ddd;

    padding-bottom: 15px;

}



.linksd li b {

    font-weight: 800;

}



.linksd li span {

    color: #ff8b03;

    margin-right: 8px;

}



.splittercurve.before.expertreviews {

    padding-bottom: 5%;

    width: 100%;

    position: relative;

    display: block;

    float: left;

}



.splittercurve.before.expertreviews svg {

    fill: #ffffff;

    margin-bottom: -5%;

    z-index: 99;

    float: left;

    position: absolute;

    top: 0;

    left: 0;

}



.splittercurve.before.expertreviews svg {

    fill: #ffffff;

}



.section.customerreviews .subhead {

    margin-bottom: 1%;

}



.section .subhead {

    text-align: center;

    color: #fff;

    position: relative;

    z-index: 50;

}



.section.customerreviews .item {

    width: 74%;

}



.section.customerreviews .item {

    width: 90%;

    margin-left: auto;

    margin-right: auto;

    position: relative;

    padding-bottom: 0;

    margin-top: 3%;

}



.section.customerreviews .photo {

    width: 20%;

    left: 5%;

    padding-bottom: 20%;

}



.section.customerreviews .photo {

    width: 25%;

    position: absolute;

    top: 1%;

    left: 0%;

    overflow: hidden;

    padding-bottom: 0%;

    border: 4px solid #dcdcdc;

    border-radius: 5773px;

}



.section.customerreviews .content {

    width: 65%;

    margin-left: 30%;

    padding-top: 0;

    display: block;

    padding-bottom: 5%;

    min-height: 171px;

}



.section.customerreviews .tc-custom-scroll {

    margin-bottom: 30px;

}



.customcontent .customerreviews p {

    color: #fff;

    padding-top: 0;

    margin-top: 0;

}



.customcontent .customerreviews p strong {

    padding-top: 15px;

    display: block;

}



div.content {

    padding: 20px 0px 0px 0px !important;

}



.section.customerreviews .overlay1 {

    height: 9000px;

    position: absolute;

    background-color: #003033c2;

    display: block;

    top: 0;

    left: 0;

    width: 100%;

}



.section.customerreviews {

    width: 100%;

    margin-top: 0;

    margin-bottom: 0;

    margin-left: auto;

    margin-right: auto;

    position: relative;

    overflow: hidden;

    padding-bottom: 0%;

    padding-top: 2%;

}



.splittercurve.after.expertreviews svg {

    fill: #ffffff;

    margin-top: -6%;

    z-index: 99;

    float: left;

    position: relative;

}



.pb8 {

    padding-bottom: 120px

}



.splittercurve.after.expertreviews svg {

    fill: #ffffff;

}



select#stamped-sort-select {

    padding: 0px !important;

    margin-top: 15px;

    width: 130px !important;

    text-align: center;

}



#stamped-main-widget {

    display: block;

    overflow: hidden;

    margin: 1em auto;

    font-style: normal;

    border: 4px solid #eaefde !important;

    padding: 35px;

    max-width: 1140px;

}



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

    #stamped-main-widget {

        padding: 5px!important;

        margin: 0px!important;

    }

}



div[data-load-type=continue] ul.stamped-pagination li.next a:before,

div[data-widget-load-type=continue] ul.stamped-pagination li.next a:before {

    content: 'Load More Reviews' !important;

}



[data-widget-style=profile] .stamped-review-product:before {

    content: 'Reviewing: ' !important;

}



a.stamped-review-read-more {

    font-size: 0px;

}

.blink_me {

  color:red; font-size:20px; text-align:center; font-weight:bold;margin: 0 0 15px;

}



a.stamped-review-read-more:before {

    content: 'Read more';

    font-size: 13px !important;

}



.footer .copyright-bar.white-bg {

  background: #f1f1f1; font-size:14px;

}

.copyright-bar .payment-methods ul li {

  display: inline-block;

  margin-right: 15px;

}

.copyright-bar {

  padding: 35px 0px;

  text-align: center;

   background: #f1f1f1; font-size:14px;

}

.del-info{font-size:13px;}

.footer_menu {

    list-style: none;

    margin: 0;

}



.trustcol2 {

    float: right;

    width: 40%;

}



.footer_menu li {

    display: inline-block;

    padding-right: 20px;

}



.trustcol1 {

    float: left;

    width: 60%;

}



.footer h6,

.footer .footer_menu a {

    margin-bottom: 20px;

    color: #fff;

}



.footer .footer_menu a {

    display: block;

}



.footer h6 {

    font-size: 21px;

}



p.ggletext {

    position: relative;

    bottom: 0px;

    margin-top: 25%;

    text-align: justify;

    font-size: 12px;

    color: #494c50;

    line-height: 16px;

}



.footgrow {

    clear: both;

    width: 100%;

}



.footer .col-lg-5.columns p {

    margin-bottom: 20px;

    padding-top: 20px;

    font-size: 14px;

    color: #aaa;

}



.trustcol2 .trustimg3 {

    max-width: 120px;

}



.footer label {

    display: block;

    font-weight: bold;

    font-size: 13px;

    text-transform: uppercase;

}



.footer input.text {

    display: block;

    width: 100%;

    height: 40px;

    min-height: 40px;

    padding: 0 9px;

    margin: 10px 0 15px 0;

    line-height: 22px;

    border: 1px solid #dfdfdf;

}



.stepwizard-step p {

    margin-top: 10px;

}



.stepwizard-row {

    display: table-row;

}



.stepwizard {

    display: table;

    position: relative;

}



.stepwizard-step button[disabled] {

    opacity: 1 !important;

    filter: alpha(opacity=100) !important;

}



.stepwizard-row:before {

    top: 14px;

    bottom: 0;

    position: absolute;

    content: " ";

    width: 100%;

    z-order: 0;

}



.stepwizard-step {

    display: table-cell;

    text-align: center;

    position: relative;

}



.breadcrumbjordan a {

    position: relative;

    display: flex;

    flex-grow: 1;

    text-decoration: none;

    margin: auto;

    margin-right: auto;

    height: 100%;

    margin-right: 18px;

    padding-right: 0;

    color: #FFFFFF;

    background: #878787;

}



.activelink {

    background: #22b0c6 !important;

    color: #FFFFFF !important;

    border-top: 2px solid #FFFFFF;

    border-bottom: 2px solid #FFFFFF;

    box-sizing: border-box;

}



.breadcrumbjordan a::before {

    content: '';

    position: absolute;

    border-top: 18px solid transparent;

    border-bottom: 18px solid transparent;

    border-left: 18px solid white;

    width: 0px;

    height: 0px;

}



.breadcrumbjordan a::before {

    content: '';

    position: absolute;

    border-top: 18px solid transparent;

    border-bottom: 18px solid transparent;

    border-left: 18px solid white;

    width: 0px;

    height: 0px;

}



.breadcrumb__inner {

    display: flex;

    flex-direction: column;

    margin: auto;

    z-index: 2;

    line-height: 36px;

    font-size: 13px;

}



.breadcrumbjordan a::after {

    content: "";

    background: #878787;

    position: absolute;

    display: inline-block;

    width: 37px;

    height: 33px;

    top: 1px;

    right: -18.14815px;

    border-top-right-radius: 5px;

    transform: scale(0.707) rotate(45deg);

    box-shadow: 1px -1px rgba(0, 0, 0, 0.25);

    z-index: 1;

}



.activelink::after {

    background: #22b0c6 !important;

}



.btn-default.disabled.focus,

.btn-default.disabled:focus,

.btn-default.disabled:hover,

.btn-default[disabled].focus,

.btn-default[disabled]:focus,

.btn-default[disabled]:hover,

fieldset[disabled] .btn-default.focus,

fieldset[disabled] .btn-default:focus,

fieldset[disabled] .btn-default:hover {

    background-color: #878787;

    color: #fff;

}



.mid-form {

    padding-right:10px;

    padding-top: 0px;

}



.sidebar {

    padding-left: 10%;

    background: #fafafa;

}



.main-header {

    padding-bottom: 30px;

    text-align: center;

}



img.imageinnertimer {

    max-width: 22px;

    float: left;

    margin-right: 10px;

}



.line1 {

    color: #545454;

    font-size: 14px;

    font-weight: bold;

    line-height: 22px;

}



.timerarea {

    margin-top: 16px;

    float: left;

    width: 100%;

    background: #FDF3D0;

    color: #000000;

    border-radius: 4px;

    padding-top: 7px;

    padding-bottom: 7px;

    padding-left: 6px;

    border: 1px solid #FDD763;

    font-size: 12px;

    margin-bottom: 2%;

    box-sizing: border-box;

}



.timertext {

    font-weight: bold;

    font-size: 16px;

    float: left;

    width: 95%;

    padding: 1%;

    box-sizing: border-box;

}



#main-header {

    color: #333333;

    font-weight: 500;

    padding: 10px 0 20px 0;

    clear: both;

    font-family: Open Sans, 'Helvetica Neue', Helvetica, sans-serif;

}



.form-control {

    background-color: white;

    color: #333333;

    border-color: #d9d9d9;

    padding: 0.92857em 0.78571em;

    height: 45px;

    font-family: Open Sans, 'Helvetica Neue', Helvetica, sans-serif;

    font-size: 13px;

    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.0);

    -moz-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.0);

    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.0);

}



.bd-btm .pre-button {

    float: right;

    padding:20px 35px;

    font-weight:500;

}



.trustimage img {

    max-width: 320px;

    margin-top: 20px;

}



.product-thumbnail {

    max-width: 60px;

    background: #fff;

    min-height: 50px;

    border: 1px solid #ddd;

    -webkit-border-radius: 3px;

    -moz-border-radius: 3px;

    border-radius: 3px;

}



.sidebar {

    font-size: 13px;

    padding-top: 40px;

    padding-bottom:20px;

    float: left;

}



.sidebar td,

.sidebar th {

    padding-left: 1em;

}



.sidebar table {

    width: 100%;

}



.sidebar td:first-child,

.sidebar th:first-child {

    padding-left: 0;

}



.order-summary-total-lines {

    border-top: 1px solid #e1e1e1;

    padding: 15px 0;

    margin: 20px 0 0px 0;

}



.total-line th,

.total-line td {

    padding-top: 0.75em;

}



.sidebar td:last-child,

.sidebar th:last-child {

    text-align: right;

}



.total-line-table__footer .total-line td,

.total-line-table__footer .total-line th {

    padding-top: 20px!important;

    font-size: 16px;

}



.total-line-table__footer .total-line .payment-due__price {

    font-size: 24px;

}



.payment-due__currency {

    font-size: 13px;

}



.total-line-table__footer .total-line {

    border-top: 1px solid #e1e1e1;

}



.product-thumbnail img {

    margin-top: 0px;

}



.total-line__price,

.total-line__name {

    padding-bottom: 20px;

    padding-top: 0!important;

}



.reviewmaintitle,

.freeheading {

    position: relative;

}



.reviewmaintitle {

    clear: both;

    text-align: center;

    font-size: 16px;

    font-weight: bold;

}



.reviewmaintitle::before,

.freeheading::before {

    border-top: 1px solid #d7d4d4;

    content: '';

    margin: 0px auto;

    top: 50%;

    left: 0px;

    right: 0px;

    z-index: 1;

    position: absolute;

}



.reviewmaintitle>span,

.freeheading>span {

    position: relative;

    z-index: 33;

    padding-left: 1%;

    padding-right: 1%;

    background: #fafafa;

}



.freeheading {

    float: left;

    width: 100%;

    text-align: center;

    font-size: 16px;

    font-weight: bold;

    margin-bottom: 3%;

}



.freerow {

    float: left;

    width: 100%;

    margin-bottom: 2%;

    padding-top: 4%;

    border-radius: 1px;

}



.freeimage {

    float: left;

    text-align: center;

    width: 20%;

}



.freedesc {

    float: right;

    line-height: 18px;

    width: 80%;

    padding: 2%;

    box-sizing: border-box;

}



.freeimage>img {

    width: 100%;

    max-width: 100px;

}



.freetitle {

    width: 100%;

    float: left;

    font-weight: bold;

    margin-bottom: 2%;

}



#freewhy2 {

    margin-bottom: 30px;

}



.reviewrow {

    float: left;

    width: 100%;

}



.reviewrowsection {

    float: left;

    width: 100%;

    border-radius: 1px;

    padding:0 0 20px 0;

    box-sizing: border-box;

}



.reviewimage {

    float: left;

    width: 20%;

    text-align: center;

}



img.reviewinnerimg {

    max-width: 100px;

    width: 100%;

}



.bottomdesc {

    float: left;

    width: 100%;

}



.revdesc {

    float: left;

    width: 98%;

    padding: 2%;

    padding-top: 2%;

    box-sizing: border-box;

    padding-top: 0px !important;

    line-height: 18px;

}



.reviewtitle {

    font-weight: bold;

    float: left;

    width: 100%;

    padding-bottom: 3px;

}



.starrate span {

    color: #FFC107;

}



.starrate {

    float: left;

    width: 33.3%;

    font-size: 11px;

}



.purchase {

    float: left;

    width: 33.3%;

    color: red;

    font-size: 11px;

}



.bottomdesc {

    color: #535353;

    float: left;

    width: 100%;

}



.payment-section {

    background: url(../images/bga.jpg) repeat-y right top;

}



.pt0 {

    margin-top: 0;

}



.payment-bar {

    padding: 20px 0;

}



.display-table .content-box__row {

    display: table;

    -webkit-box-sizing: border-box;

    box-sizing: border-box;

    width: 100%;

}



.content-box__row--tight-spacing-vertical {

    padding-top: 0.85714em;

    padding-bottom: 0.85714em;

}



.content-box__row {

    padding: 1.14286em;

    padding-top: 1.14286em;

    padding-bottom: 1.14286em;

    position: relative;

    zoom: 1;

}



.cnt-details {

    border: 1px solid #d9d9d9;

    -webkit-border-radius: 4px;

    font-size: 13px;

    -moz-border-radius: 4px;

    border-radius: 4px;

    margin: 20px 0 30px 0;

}



.section__text {

    margin-top: 0;

    margin-bottom: 25px;

    font-size: 13px;

}



.section__title.pb5mg {

    padding-bottom: 10px!important;

}



.review-block__inner {

    display: -webkit-box;

    display: -webkit-flex;

    display: -ms-flexbox;

    display: flex;

    -webkit-box-flex: 1;

    -webkit-flex: 1;

    -ms-flex: 1;

    flex: 1;

}



.review-block__label {

    color: #737373;

    padding-right: 1.14286em;

    -webkit-box-flex: 0;

    -webkit-flex: 0 1 5em;

    -ms-flex: 0 1 5em;

    flex: 0 1 5em;

}



.review-block__content {

    -webkit-box-flex: 5;

    -webkit-flex: 5;

    -ms-flex: 5;

    flex: 5;

    color: #333333;

    padding-right: 1.14286em;

}



.review-block~.review-block {

    margin-top: 0.85714em;

    padding-top: 0.85714em;

    border-top: 1px solid #e6e6e6;

}





/*Payment Form*/



.mid-form .form_body {

    background: #fafafa;

    border: 1px solid rgba(150, 150, 150, .3);

    padding: 0 0 1.14286em 0;

    -webkit-border-radius: 4px;

    -moz-border-radius: 4px;

    border-radius: 4px;

}



.pt15p {

    padding-top: 15px;

}



.payment_form table.options-list-radio td {}



.bgcard {

    border-bottom: 1px solid #d9d9d9;

    background: #fff;

    line-height: 26px;

    width: 100%;

    padding: 15px;

    -webkit-border-top-left-radius: 3px;

    -webkit-border-top-right-radius: 3px;

    -moz-border-radius-topleft: 3px;

    -moz-border-radius-topright: 3px;

    border-top-left-radius: 3px;

    border-top-right-radius: 3px;

}



.sharp_font .row {

    margin-right: 0px;

    margin-left: 0px;

}



.pb-1d {

    padding: 16px 0 10px 15px;

}



.topmg {

    margin-top: -48px;

}



.ingredientComparison {

    border-bottom: 15px solid #dbdbdb;

}



.mainfold h2.main_headline {

    margin: 0px;

    padding: 15px 0 10px 0px;

    font-weight: 300;

    font-size: 26px;

    line-height: 32px;

}



.mainfold p.main_sub_headline {

    padding-top: 10px;

    padding-right: 25px;

    font-weight: 300;

    font-size: 20px;

    line-height: 25px;

    padding-bottom: 0px;

    margin: 0px;

}



div.our_secret {

    margin: 0px 0px 55px 0px !important;

    z-index: 100;

    position: relative;

}



h1.our_secret {

    font-weight: 200;

    margin: 0px 0px 0px 0px;

    padding: 40px 0px 10px 0px;

    font-size: 50px;

    text-transform: uppercase;

}



p.our_secret {

    max-width: 850px;

    font-weight: 300;

    padding: 0px 0px 40px 0px;

    margin: 0px 0px 0px 0px;

    font-size: 21px;

    line-height: 28px;

    text-align: center;

}



.slick-slide {

    float: left;

    height: 100%;

    min-height: 1px;

    width: 100%

}



.customer-before-after .list-img {

    float: left;

}



.list-sc {

    text-align: center;

}



.list-sc .sharp_font.special_font {

    background: #373c41;

    max-width: 300px;

    margin: 20px auto;

    color: #fff;

    padding: 20px !important;

    font-size: 16px;

    line-height: 24px;

}



#dvCountDown {

    font-size: 18px;

    text-align: center;

    top: 0;

    position: fixed;

    width: 100%;

    height: 100%;

    z-index: 1600;

    background: #fff;

}



.sexy {

    max-width: 360px;

    padding: 30px;

    margin: 12% auto 0 auto;

    -webkit-border-radius: 8px;

    -moz-border-radius: 8px;

    border-radius: 8px;

    -webkit-box-shadow: -1px 0px 20px 3px rgba(0, 0, 0, 0.15);

    -moz-box-shadow: -1px 0px 20px 3px rgba(0, 0, 0, 0.15);

    box-shadow: -1px 0px 20px 3px rgba(0, 0, 0, 0.15);

}



.menusd ul.menu.center {

    text-align: left;

    padding-top: 22px;

}



.menusd ul.menu.center li {

    display: inline-block;

    line-height: 28px;

    padding: 0 20px;

    text-transform: uppercase;

    font-weight: 600;

}



.menusd ul.menu.center li a {

    color: #333;

}



.ingredients p.head-nms {

    font-weight: 600;

    text-align: center;

    padding-top: 20px;

}



.ingredients .content-box {

    text-align: center;

}



.ingredients .customcontent p {

    font-size: 1.1em;

    line-height: 1.4em;

    padding-top: 15px;

}



.faq-box {

    text-align: left;

    border-bottom: 1px solid #d5d5d5;

    padding-top: 15px;

    padding-bottom: 35px;

    color: #666;

    font-size: 16px;

}



.faq-box .fstchl {

    font-weight: 600;

}



.customcontent .faq-box p {

    font-size: 1em;

    color: #555;

}



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

    #dvCountDown {

        height: 100vh!important;

        position: fixed;

    }

    .sexy {

        margin-top: 32%;

    }

    #price-container .action {

        position: fixed;

        bottom: 0px;

        width: 100%;

        padding: 15px 0;

        background: #000;

        z-index: 9999;

        left: 0;

    }

    #price-container .action button.add_to_cart {

        margin-top: 0;

        margin-left: 3%;

        max-width: 94%;

    }

    #price-container .action span.nosss {

        display: none!important;

    }

    .fb-c img {

        max-width: 100%;

    }

    .ingredients .content-box {

        padding-bottom: 20px;

    }

    .hed_bar span,

    .hed_bar div {

        line-height: 18px;

    }

    .hed_bar .hed_button {

        margin: 10px 0;

        padding: 8px 25px;

    }

    .phnmbr {

        margin-top: -70px;

    }

    .faqs-post .row.pt3 {

        padding-top: 0px;

    }

    .pt6 {

        padding-top: 30px;

    }

    h1.our_secret {

        font-size: 28px;

    }

    .testimonial-above {

        display: none;

    }

    p.our_secret {

        font-size: 18px;

        line-height: 26px;

    }

    h1.product_name {

        padding-top: 30px;

    }

    div.our_secret {

        margin: 0px 0px 25px 0px !important;

    }

    .action .mobs-txt {

        font-size: 11px!important;

    }

    .mainfold {

        text-align: center;

    }

    .customcontent h2 {

        padding: 7% 0 0 0;

        font-size: 1.4em;

    }

    .mainfold h2.main_headline {

        line-height: 26px;

        font-size: 20px;

    }

    .splittercurve.after.deborahusingprod svg {

        fill: #fff;

    }

    .mainfold p.main_sub_headline {

        font-size: 16px;

        padding-right: 0;

    }

    section.benefitsactual .deborahusingprod {

        width: 100%;

        position: relative;

    }

    .benefitsactual .splittercurve.before.deborahusingprod svg {

        display: none;

    }

    .benefitsactual .customcontent .copyblock.tc-custom-scroll p {

        font-size: 1em;

        line-height: 1.5em;

    }

    .benefitsactual .customcontent .content p {

        padding-top: 0;

        margin-top: 0;

        font-size: 0.9em;

    }

    .pt8 {

        padding-top: 20px;

    }

    .mainfold .img-responsive.left {

        margin: 0 auto;

    }

    .description.pt8 .image img {

        max-width: 100%;

    }

    .section.aso h3 {

        font-size: 1.2em;

    }

    .science-post .customcontent h2 {

        padding-top: 40px;

    }

    .ingredientComparison .pagewidth .left-col h2 {

        font-size: 1.4em;

    }

    .linksd li span {

        margin-right: 8px;

        margin-bottom: 20px;

        float: left;

        line-height: 22px;

    }

    .linksd li {

        line-height: 22px;

    }

    .menusd ul.menu.center {

        display: none;

    }

    .customcontent .customerreviews p {

        font-size: 0.9em;

        line-height: 1.3em;

    }

    .section.customerreviews .content {

        padding-top: 0!important;

    }

    .section.customerreviews .container.pb8 {

        padding-bottom: 30px;

    }

    #stamped-main-widget {

        margin: 20px 15px 0px 15px !important;

    }

    .footer {

        margin-top: 1.5em;

        padding: 30px 0 10px 0;

    }

    .footer .trustcol1 a img {

        max-width: 40px;

    }

    .trustcol2 .trustimg3 {

        max-width: 100px;

        margin-bottom: 20px;

    }

    p.ggletext {

        padding-bottom: 30px;

    }

    .footer_menu li {

        padding-right: 10px;

        font-size: 13px;

    }

    .stepwizard-step {

        min-width: 33%;

    }

    .stepwizard {

        width: 100%;

    }

    .breadcrumb__inner {

        font-size: 11px;

        text-align: right;

    }

    .main-header .logo__image {

        max-width: 100%;

    }

    .timertext {

        font-size: 15px;

    }

    .mid-form {

        padding-right: 0px;

    }

    .trustimage.text-right {

        text-align: center!important;

    }

    .bd-btm .pre-button {

        float: none;

        padding: 22px 35px;

        font-weight: 400;

        width: 100%;

        margin-top: 20px;

    }

    .sidebar {

        border: 0;

        padding-left: 0;

        padding-bottom: 0;

    }

    .cart-list-radio.pt4 {

        padding-top: 20px;

    }

    #order_form .bd-btm .pre-button.topmg {

        margin-top: 0;

    }

    .pull-left.bgcard .pull-right {

        float: none!important;

        margin-top: 7px;

    }

    .faq-box {

        padding-top: 5px;

        padding-bottom: 25px;

    }

    .mobhides {

        display: none;

    }

}


@media only screen and (min-width: 2550px) {

.sidebar td, .sidebar th {
    font-size: 22px;
}
}

input.no-error, select.no-error {
    background: url(../images/tick-input.png) 97.5% 50% no-repeat #fff !important;
    border: 1px solid green !important;
}

input.has-error, select.has-error {
    background: url(../images/error-input.png) 99.5% 50% no-repeat #fff !important;
    border: 1px solid orange !important;
}

@media screen and (max-device-width: 767px) and (orientation : landscape){
.breadcrumbjordan a {
    width: 120px;
}
}

@media (orientation: portrait) {

}

@media screen and (max-width:767px) {
    .postal {
        padding-top: 15px;
} 
.review-block__inner {
    line-height: 15pt;
}
.city {
    padding-right: 15px !important;
}
.footer_links {
    margin: 10px 0px;
}
.footer_links a {
    line-height: 19pt;
}
.payment-methods {
    margin-bottom: 40px;
}
.mid-form {
    padding-right: 1px; 
    background: #fafafa;
}
.stepwizard-row:before {
    width: auto; 
}
}

@media only screen and (min-width: 601px) and (max-width: 1024px){
.sidebar {
    padding-left: 10px;
}
.copyright-bar .payment-methods ul li {
    margin-right: 2px;
}
.payment-methods ul li img {
    width: 40px;
}
.del-info {
    font-size: 12px;
}
.del-info.text-center a {
   padding: 0 2px !important;
}
}
