/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */
html {
    color: #202020;
    font-size: 18px;
    font-family: Roboto, sans-serif;
    line-height: 25px;
}
body {
    font-size: 18px;
}
::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}
::selection {
    background: #b3d4fc;
    text-shadow: none;
}
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}
audio, canvas, iframe, img, svg, video {
    vertical-align: middle;
}
fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}
textarea {
    resize: vertical;
}
sub, sup {
    vertical-align: baseline;
    position: relative;
    top: -.4em;
    font-size: .7em;
    margin-left: 2px;
}
sub {
    top: .4em;
}
.browserupgrade {
    margin: .2em 0;
    background: #ccc;
    color: #000;
    padding: .2em 0;
}
* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
ol {
    padding-left: 20px;
}
li {
    list-style: none;
}
article, section {
    clear: both;
    overflow: hidden;
}
a {
    text-decoration: none;
}
s, strike {
    text-decoration: none!important;
    position: relative!important;
    display: inline-block!important;
}
s:after, strike:after {
    content: "";
    position: absolute!important;
    bottom: 0;
    left: 0;
    border-top: 2px solid red!important;
    height: 45%;
    height: -webkit-calc(50% - 1px);
    height: calc(50% - 1px);
    width: 100%}
.display-1, .display-2, .display-3, .display-4 {
    font-weight: 300;
    line-height: 1.125;
    letter-spacing: -.025em;
}
.display-1 {
    font-size: -webkit-calc(48px + (96 - 60) * ((100vw - 320px)/ (1920 - 320)));
    font-size: calc(48px + (96 - 60) * ((100vw - 320px)/ (1920 - 320)));
}
.display-2 {
    font-size: -webkit-calc(36px + (84 - 48) * ((100vw - 320px)/ (1920 - 320)));
    font-size: calc(36px + (84 - 48) * ((100vw - 320px)/ (1920 - 320)));
}
.display-3 {
    font-size: -webkit-calc(32px + (72 - 36) * ((100vw - 320px)/ (1920 - 320)));
    font-size: calc(32px + (72 - 36) * ((100vw - 320px)/ (1920 - 320)));
}
.display-4 {
    font-size: -webkit-calc(24px + (60 - 32) * ((100vw - 320px)/ (1920 - 320)));
    font-size: calc(24px + (60 - 32) * ((100vw - 320px)/ (1920 - 320)));
}
h1, h2, h3, h4, h5, h6 {
    margin: 20px 0 10px 0;
    font-weight: bold;
}
h1 {
    font-size: 48px;
    line-height: 52px;
}
h2 {
    font-size: 36px;
    line-height: 40px;
}
h3 {
    font-size: 32px;
    line-height: 36px;
}
h4 {
    font-size: 24px;
    line-height: 28px;
}
h5 {
    font-size: 16px;
    line-height: 20px;
}
h6 {
    font-size: 12px;
    line-height: 14px;
}
ol, p {
    margin-bottom: 10px;
    margin-block-start: 1em;
}
.text.left {
    text-align: left;
}
.text.center {
    text-align: center;
}
.text.right {
    text-align: right;
}
.text.light {
    font-weight: 100;
}
.text.bold {
    font-weight: 700;
}
.text.bebas {
    font-family: 'Bebas Neue'}
.text.source-sans {
    font-family: 'Source Sans Pro', sans-serif;
}
.text.uppercase {
    text-transform: uppercase;
}
.text.italic {
    font-style: italic;
}
.text.underline {
    text-decoration: underline;
}
.text.lead {
    font-size: 22px;
    margin-bottom: 20px;
}
.text.follow {
    font-size: 16px;
    line-height: 20px;
}
.text.black, .text.black:active, .text.black:hover, .text.black:link, .text.black:visited {
    color: #000!important;
}
.text.blue, .text.blue:active, .text.blue:hover, .text.blue:link, .text.blue:visited {
    color: #09f!important;
}
.text.orange, .text.orange:active, .text.orange:hover, .text.orange:link, .text.orange:visited {
    color: #f1560d;
}
.text.red, .text.red:active, .text.red:hover, .text.red:link, .text.red:visited {
    color: red;
}
.text.size12 {
    font-size: 12px!important;
}
.text.size14 {
    font-size: 14px!important;
}
.text.size16 {
    font-size: 16px!important;
}
.text.size18 {
    font-size: 18px!important;
}
.text.size20 {
    font-size: 20px!important;
}
.mobile-terms-text {
    font-size: 12px;
    line-height: 16px;
}
.desktop-terms-text {
    font-size: 18px;
    line-height: 24px;
}
label.label-floatlabel {
    font-size: 10px!important;
    z-index: 99999999;
}
input[type=submit] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.input-style, input, input[type=text], select, text {
    width: 100%;
    border: 1px solid #cdcdcd;
    background-color: #f4f4f4;
    padding: 12px;
    border-radius: 3px;
    height: 48px;
    max-height: 48px;
    font-size: 20px;
    margin-bottom: 10px;
}
select, select#cc_month, select#cc_year, select#country-field, select#state {
    color: #000;
    padding: 12px;
    margin: 0;
    margin-bottom: 10px;
    background-color: #f4f4f4;
    height: 48px;
}
.styled-select select {
    width: 100%;
    border: 0;
    padding: 0;
    line-height: 1.5;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: inherit;
    text-overflow: '';
    appearance: none;
    background: transparent url(/trial/images/2014_10_09/smart-arrow.png) no-repeat scroll 97% 8px;
}
@media (-webkit-min-device-pixel-ratio:2), (min-resolution:192dpi) {
    .styled-select select {
        background: transparent url(/trial/images/2014_10_09/smart-arrow.png) no-repeat scroll 97% 8px;
        background-size: 16px 144px;
    }
}#checkout-button, #continue-1, #continue-2, #hero button, #shipping-button, #survey-button, .continue-btn, .continue-button, button, input[type=submit] {
     display: block;
     background-color: #39f;
     border-radius: 3px;
     border: none;
     -webkit-box-shadow: none;
     box-shadow: none;
     width: 100%;
     padding: 16px 0;
     margin-bottom: 4px;
     font-size: 20px;
     color: #fff;
     text-align: center;
     text-transform: uppercase;
     text-decoration: none;
     cursor: pointer!important;
 }
#checkout-button:hover, #continue-1:hover, #continue-2:hover, #hero button:hover, #shipping-button:hover, #survey-button:hover, .continue-btn:hover, .continue-button:hover, button:hover, input[type=submit]:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
    position: relative;
    top: 2px;
}
#checkout-button.disabled, #continue-1.disabled, #continue-2.disabled, #hero button.disabled, #shipping-button.disabled, #survey-button.disabled, .continue-btn.disabled, .continue-button.disabled, button.disabled, input[type=submit].disabled {
    background-color: #aaa!important;
    -webkit-box-shadow: none;
    box-shadow: none;
    cursor: wait!important;
}
#checkout-button.disabled:hover, #continue-1.disabled:hover, #continue-2.disabled:hover, #hero button.disabled:hover, #shipping-button.disabled:hover, #survey-button.disabled:hover, .continue-btn.disabled:hover, .continue-button.disabled:hover, button.disabled:hover, input[type=submit].disabled:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
}
button a {
    display: grid;
    place-items: center;
    height: 100%;
    width: 100%;
    color: #fff!important;
    text-decoration: none;
}
button a:focus, button a:hover, button a:visited {
    color: #fff!important;
    text-decoration: none;
}
body, html {
    height: 100%;
    margin: 0;
    padding: 0;
}
#container {
    height: auto!important;
    margin: 0 auto -80px auto;
    min-height: 100%;
    min-width: 320px;
}
.push {
    clear: both;
    height: 80px;
}
#content {
    margin: 0 auto;
    padding: 0;
}
.wrap {
    max-width: 768px;
    margin: 0 auto;
    overflow: visible;
    padding: 0 10px;
}
.wrap.nopadding {
    padding: 0!important;
}
.wrap.large {
    max-width: 1028px!important;
}
.wrap.small {
    max-width: 480px!important;
}
.row {
    width: 100%;
    margin: 0 auto 10px;
    overflow: hidden;
}
.row:after, .row:before {
    display: table;
    content: ""}
.row:after {
    clear: both;
}
.column {
    float: left;
    margin: 0 3.7037037037037% 0 0;
}
.column.alpha {
    margin: 0 3.7037037037037% 10px 0;
}
.column.omega, .column.single {
    margin: 0;
}
.column.one {
    width: 4.93827160493827%}
.column.two {
    width: 13.58024691358025%}
.column.three {
    width: 22.22222222222222%}
.column.four {
    width: 30.8641975308642%}
.column.five {
    width: 39.50617283950617%}
.column.six {
    width: 48.14814814814815%}
.column.seven {
    width: 56.79012345679012%}
.column.eight {
    width: 65.4320987654321%}
.column.nine {
    width: 74.07407407407407%}
.column.ten {
    width: 82.71604938271605%}
.column.eleven {
    width: 91.35802469135802%}
.column.twelve {
    width: 100%}
.tracking-pixel {
    visibility: hidden;
    overflow: hidden;
    height: 0;
    width: 0;
    border: none;
    padding: 0;
    margin: 0;
    position: absolute;
    bottom: 0;
    left: 0;
}
.xdebug-error, br+font {
    display: none;
}
.hidden {
    display: none!important;
    visibility: hidden;
}
.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}
.invisible {
    visibility: hidden;
}
.clearfix:after, .clearfix:before {
    content: " ";
    display: table;
}
.clearfix:after {
    clear: both;
}
input.warn {
    border: 1px solid red!important;
}
label.warn {
    color: red;
    font-size: 18px;
    font-weight: 400;
}
@media print {
    *, : after, :before {
        background: 0 0!important;
        color: #000!important;
        -webkit-box-shadow: none!important;
        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) ")"}
    a[href^="#"]:after, a[href^="javascript:"]:after {
        content: ""}
    blockquote, pre {
        border: 1px solid #999;
        page-break-inside: avoid;
    }
    thead {
        display: table-header-group;
    }
    img, tr {
        page-break-inside: avoid;
    }
    img {
        max-width: 100%!important;
    }
    h2, h3, p {
        orphans: 3;
        widows: 3;
    }
    h2, h3 {
        page-break-after: avoid;
    }
}.call-out {
     background: #c00;
     color: #fff;
     text-align: center;
     padding: 10px;
 }
.call-out p {
    margin: 0;
    font-size: 16px;
}
header[role=banner] {
    background-color: #121212;
    position: relative;
}
header[role=banner] .new img {
    position: relative;
    z-index: 0;
    margin-top: 5px;
    max-width: 100px;
    rotate: 10deg;
    top: -5px;
}
header[role=banner] .logo img {
    position: relative;
    z-index: 10;
    max-width: 320px;
    width: 100%;
    height: auto;
    margin: -20px 0 10px 0;
}
footer[role=contentinfo] {
    background-color: #121212;
    height: auto;
    padding: 30px 0 70px!important;
}
footer[role=contentinfo] .wrap p {
    color: #fff;
}
footer[role=contentinfo] .wrap .terms ul {
    color: #fff;
    padding: 0;
    margin-bottom: 20px;
}
footer[role=contentinfo] .wrap .terms ul li {
    display: inline-block;
}
footer[role=contentinfo] .wrap .terms ul li a {
    color: #fff!important;
}
.grid {
    display: grid;
    gap: 10px 30px;
    grid-template-columns: repeat(12, 1fr);
}
.grid .offset-1, .grid .span-1 {
    grid-column: span 1;
}
.grid .offset-2, .grid .span-2 {
    grid-column: span 2;
}
.grid .offset-3, .grid .span-3 {
    grid-column: span 3;
}
.grid .offset-4, .grid .span-4 {
    grid-column: span 4;
}
.grid .offset-5, .grid .span-5 {
    grid-column: span 5;
}
.grid .offset-6, .grid .span-6 {
    grid-column: span 6;
}
.grid .offset-7, .grid .span-7 {
    grid-column: span 7;
}
.grid .offset-8, .grid .span-8 {
    grid-column: span 8;
}
.grid .offset-9, .grid .span-9 {
    grid-column: span 9;
}
.grid .offset-10, .grid .span-10 {
    grid-column: span 10;
}
.grid .offset-11, .grid .span-11 {
    grid-column: span 11;
}
.grid .offset-12, .grid .span-12 {
    grid-column: span 12;
}
.grid .grid {
    display: grid!important;
    padding: 0!important;
    margin: 0!important;
    gap: 10px 10px!important;
    grid-template-columns: repeat(12, 1fr);
}
@media screen and (max-width:748px) {
    .grid {
        gap: 10px;
    }
    .grid.col-100 {
        grid-column: span 12!important;
    }
    .grid.col-75 {
        grid-column: span 9!important;
    }
    .grid.col-60 {
        grid-column: span 7!important;
    }
    .grid.col-50 {
        grid-column: span 6!important;
    }
    .grid.col-40 {
        grid-column: span 5!important;
    }
    .grid.col-33 {
        grid-column: span 4!important;
    }
    .grid.col-25 {
        grid-column: span 3!important;
    }
    .grid.col-0 {
        display: none!important;
    }
    .grid .grid {
        gap: 10px 10px;
    }
}
.text.roboto {
     font-family: Roboto, sans-serif!important;
}
.text.roboto-c {
    font-family: "Roboto Condensed",sans-serif
}
.text.follow {
    font-size: 14px!important;
}
.text.light {
    font-weight: 300!important;
}
#survey-form, .another-form, .attention, .benefits, .chart, .coa, .decline, .doctor, .even-better, .experts, .faqs, .hero, .ingredients, .intro, .magic, .most-perfect, .offer, .proof {
    font-family: Roboto, sans-serif!important;
}
#survey-form .section-title, .another-form .section-title, .attention .section-title, .benefits .section-title, .chart .section-title, .coa .section-title, .decline .section-title, .doctor .section-title, .even-better .section-title, .experts .section-title, .faqs .section-title, .hero .section-title, .ingredients .section-title, .intro .section-title, .magic .section-title, .most-perfect .section-title, .offer .section-title, .proof .section-title, .reviews .section-title {
    text-align: center!important;
}
#survey-form .blue-text, .another-form .blue-text, .attention .blue-text, .benefits .blue-text, .chart .blue-text, .coa .blue-text, .decline .blue-text, .doctor .blue-text, .even-better .blue-text, .experts .blue-text, .faqs .blue-text, .hero .blue-text, .ingredients .blue-text, .intro .blue-text, .magic .blue-text, .most-perfect .blue-text, .offer .blue-text, .proof .blue-text {
    color: #0d5d8d;
}
#survey-form .red-text, .another-form .red-text, .attention .red-text, .benefits .red-text, .chart .red-text, .coa .red-text, .decline .red-text, .doctor .red-text, .even-better .red-text, .experts .red-text, .faqs .red-text, .hero .red-text, .ingredients .red-text, .intro .red-text, .magic .red-text, .most-perfect .red-text, .offer .red-text, .proof .red-text {
    color: #e60100;
}
#survey-form .nitric-oxide, .another-form .nitric-oxide, .attention .nitric-oxide, .benefits .nitric-oxide, .chart .nitric-oxide, .coa .nitric-oxide, .decline .nitric-oxide, .doctor .nitric-oxide, .even-better .nitric-oxide, .experts .nitric-oxide, .faqs .nitric-oxide, .hero .nitric-oxide, .ingredients .nitric-oxide, .intro .nitric-oxide, .magic .nitric-oxide, .most-perfect .nitric-oxide, .offer .nitric-oxide, .proof .nitric-oxide {
    background: #ffd900;
    background: -webkit-gradient(linear, left top, right top, from(#ffd900), color-stop(50%, #fffaed), to(#ffd900));
    background: linear-gradient(90deg, #ffd900 0, #fffaed 50%, #ffd900 100%);
    padding: 5px;
    border-radius: 5px;
}
#survey-form .img-container img, .another-form .img-container img, .attention .img-container img, .benefits .img-container img, .chart .img-container img, .coa .img-container img, .decline .img-container img, .doctor .img-container img, .even-better .img-container img, .experts .img-container img, .faqs .img-container img, .hero .img-container img, .ingredients .img-container img, .intro .img-container img, .magic .img-container img, .most-perfect .img-container img, .offer .img-container img, .proof .img-container img, .reviews .img-container img {
    display: block;
    max-width: 748px;
    width: 100%}
#survey-form .another-form form label, .another-form .another-form form label, .attention .another-form form label, .benefits .another-form form label, .chart .another-form form label, .coa .another-form form label, .decline .another-form form label, .doctor .another-form form label, .even-better .another-form form label, .experts .another-form form label, .faqs .another-form form label, .hero .another-form form label, .ingredients .another-form form label, .intro .another-form form label, .magic .another-form form label, .most-perfect .another-form form label, .offer .another-form form label, .proof .another-form form label {
    display: none;
}
#survey-form .another-form form .exclusive, .another-form .another-form form .exclusive, .attention .another-form form .exclusive, .benefits .another-form form .exclusive, .chart .another-form form .exclusive, .coa .another-form form .exclusive, .decline .another-form form .exclusive, .doctor .another-form form .exclusive, .even-better .another-form form .exclusive, .experts .another-form form .exclusive, .faqs .another-form form .exclusive, .hero .another-form form .exclusive, .ingredients .another-form form .exclusive, .intro .another-form form .exclusive, .magic .another-form form .exclusive, .most-perfect .another-form form .exclusive, .offer .another-form form .exclusive, .proof .another-form form .exclusive {
    background: #535353;
    background: -webkit-gradient(linear, left top, right top, from(#535353), color-stop(47%, #a3a3a3), to(black));
    background: linear-gradient(90deg, #535353 0, #a3a3a3 47%, #000 100%);
    color: #fff;
    margin: 0;
    padding: 20px 10px;
    border-radius: 5px;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, .5);
}
#survey-form .another-form form button#survey-button, .another-form .another-form form button#survey-button, .attention .another-form form button#survey-button, .benefits .another-form form button#survey-button, .chart .another-form form button#survey-button, .coa .another-form form button#survey-button, .decline .another-form form button#survey-button, .doctor .another-form form button#survey-button, .even-better .another-form form button#survey-button, .experts .another-form form button#survey-button, .faqs .another-form form button#survey-button, .hero .another-form form button#survey-button, .ingredients .another-form form button#survey-button, .intro .another-form form button#survey-button, .magic .another-form form button#survey-button, .most-perfect .another-form form button#survey-button, .offer .another-form form button#survey-button, .proof .another-form form button#survey-button {
    font-size: 18px;
    background-color: #39f;
    margin: 0!important;
    padding: 16px 5px!important;
}
#survey-form .another-form form .meter, .another-form .another-form form .meter, .attention .another-form form .meter, .benefits .another-form form .meter, .chart .another-form form .meter, .coa .another-form form .meter, .decline .another-form form .meter, .doctor .another-form form .meter, .even-better .another-form form .meter, .experts .another-form form .meter, .faqs .another-form form .meter, .hero .another-form form .meter, .ingredients .another-form form .meter, .intro .another-form form .meter, .magic .another-form form .meter, .most-perfect .another-form form .meter, .offer .another-form form .meter, .proof .another-form form .meter, .another-form form .meter, .meter {
    font-size: 14px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.hero~article, .hero~section {
    content-visibility: auto;
}
.hero {
    background: url(https://media.healthydirections.com/production/media/5012/nu-tt-lightBg.webp) repeat-x;
    background-color: #fff;
    padding-bottom: 10px;
}
.hero .rating {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 10px auto 0;
    background-color: #f4f4f4;
    border-radius: 500px;
    padding: 5px 10px 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.hero .rating .stars {
    margin-right: 5px;
}
.hero .rating .stars img {
    height: 12px;
}
.hero .rating strong {
    font-size: 18px!important;
}
.hero h4 {
    margin-top: 10px;
}
.hero .grid {
    gap: 10px 20px;
}
.hero .grid .img-container {
    position: relative;
}
.hero .grid .img-container .bottle {
    margin-top: 30px;
}
.hero .grid .img-container .new {
    position: absolute;
    width: 80%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 0;
}
.hero .grid .bullets p {
    margin-top: 0;
}
.hero .grid .bullets ul {
    padding-left: 0;
}
.hero .grid .bullets ul li {
    background: url('https://media.healthydirections.com/production/media/4972/another-check.webp') no-repeat 0 5px!important;
    height: 22px;
    list-style: none;
    line-height: 20px;
    padding: 0 0 0 30px;
    margin-bottom: 30px;
}
.hero .seals {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 15px;
}
.hero .seals img {
    width: 100%;
    max-width: 120px;
    margin: 15px auto;
}
.hero .reviews {
    background-color: #f4f4f4;
    border-radius: 5px;
    padding: 10px 10px 0;
    margin: 10px 0 20px;
}
.hero .reviews p {
    padding-bottom: 10px;
    border-bottom: 1px solid #fff;
}
.hero .reviews p .stars {
    width: 140px;
    display: block;
    margin: 10px auto 5px;
}
.hero .reviews p span {
    margin-top: 5px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.hero .reviews p span img {
    width: 160px;
    margin-left: 5px;
}
.hero .reviews p:last-of-type {
    border-bottom: none;
}
.hero .frank img, .hero .networks img {
    max-width: 400px;
    margin: 0 auto;
}
@media screen and (max-width:748px) {
    .bullets p {
        font-size: 15px;
        line-height: 19px;
    }
}.decline .img-container img {
     max-width: 540px;
     margin: 0 auto;
 }
.even-better .blue-text {
    margin-bottom: 20px;
}
.even-better .bullet {
    position: relative;
    padding-bottom: 25px;
}
.even-better .bullet .dot {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    display: inline-block;
    height: 20px;
    width: 20px;
    background-color: red;
    border-radius: 50%}
.even-better .bullet h3 {
    margin: 0 30px 0 0;
    position: relative;
    top: -5px;
    left: 30px;
}
.even-better .bullet .vert {
    top: 15px;
    left: 9px;
    position: absolute;
    z-index: 0;
    display: block;
    height: 100%;
    width: 2px;
    background-color: #000;
}
.even-better .bullet ul {
    margin: 0 0 0 30px;
}
.even-better .bullet ul li {
    list-style-type: disc;
}
.intro {
    background: url(https://media.healthydirections.com/production/media/5002/nu-footerBg.webp) repeat;
    padding: 50px 0 30px;
    color: #fff;
    position: relative;
}
.intro .down {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 0;
}
.intro .down .vert {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    height: 60px;
    width: 2px;
    display: block;
    margin: 0 auto;
    background-color: #2884bf;
}
.intro .down img {
    max-width: 380px;
    margin: 0 auto;
}
.intro .img-container {
    position: relative;
}
.intro .img-container .new {
    position: absolute;
    left: 15%;
    top: 0;
    max-width: 200px;
    width: 100%}
.intro .img-container img {
    max-width: 420px;
    margin: 0 auto 25px;
}
.intro .g-check {
    background-color: #fff;
    border-radius: 5px;
    padding: 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 10px;
}
.intro .g-check img {
    width: 28px;
    height: 28px;
    margin: 5px 10px 0 0;
}
.intro .g-check p {
    margin: 0;
    color: #202020;
}
.intro .reviewers {
    max-width: 805px;
    margin: 20px auto;
    overflow-x: scroll;
}
.intro .reviewers img {
    height: 120px;
}
@media screen and (max-width:768px) {
    .intro .img-container .new {
        left: 0;
    }
}.benefits .grid {
     -webkit-box-align: center;
     -webkit-align-items: center;
     -ms-flex-align: center;
     align-items: center;
     -webkit-box-pack: center;
     -webkit-justify-content: center;
     -ms-flex-pack: center;
     justify-content: center;
 }
.benefits .grid span:first-of-type {
    position: relative;
}
.benefits .grid span:first-of-type .new {
    position: absolute;
    left: 15%;
    top: 0;
    max-width: 140px;
    width: 100%}
.benefits .grid span:first-of-type img {
    margin: 0 auto;
    max-width: 140px;
}
.benefits .grid span:last-of-type img {
    margin: 0 auto;
    max-width: 130px;
}
.benefits .benefit {
    margin-top: 40px;
}
.benefits .benefit .img-container {
    position: relative;
}
.benefits .benefit .img-container .icon {
    position: absolute;
    top: -25px;
    left: 25px;
    height: 52px;
    width: 52px;
}
.benefits .benefit .img-container h4 {
    position: absolute;
    bottom: 0;
    left: 10px;
    color: #fff;
}
.benefits .benefit p {
    margin-top: 10px;
    padding: 0 10px;
}
@media screen and (max-width:768px) {
    .benefits .grid span: first-of-type .new {
        left: 0;
    }
}.magic {
     padding: 30px 0 20px;
     background-color: #000;
     color: #fff;
 }
.magic p {
    border-radius: 500px;
    margin: 0;
    padding: 5px 10px;
    background-color: #fff;
    color: #202020;
}
.magic .grid {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.magic .grid span:first-of-type img {
    margin: 0 auto;
    max-width: 140px;
}
.magic .grid span:last-of-type ul {
    padding-left: 0;
}
.magic .grid span:last-of-type ul li {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    list-style: none;
    margin: 0 0 10px;
    background-color: #0090c6;
    padding: 5px 10px;
    color: #fff;
}
.ingredients {
    padding-top: 20px;
}
.ingredients .ingredient {
    padding: 0 15px 10px;
    margin-bottom: 15px;
    overflow: hidden;
    border: 1px solid rgba(0, 0, 0, .25);
}
.ingredients .ingredient .lead {
    padding-right: 100px;
}
.ingredients .ingredient:nth-of-type(1) {
    background: url(https://media.healthydirections.com/production/media/5003/nu-ingredient-1.webp) right -40px no-repeat;
}
.ingredients .ingredient:nth-of-type(2) {
    background: url(https://media.healthydirections.com/production/media/5009/nu-ingredient-7.webp) right -35px no-repeat;
}
.ingredients .ingredient:nth-of-type(3) {
    background: url(https://media.healthydirections.com/production/media/5004/nu-ingredient-2.webp) right -35px no-repeat;
}
.ingredients .ingredient:nth-of-type(4) {
    background: url(https://media.healthydirections.com/production/media/5008/nu-ingredient-6.webp) right -20px no-repeat;
}
.ingredients .ingredient:nth-of-type(5) {
    background: url(https://media.healthydirections.com/production/media/5005/nu-ingredient-3.webp) right -35px no-repeat;
}
.ingredients .ingredient:nth-of-type(6) {
    background: url(https://media.healthydirections.com/production/media/5006/nu-ingredient-4.webp) right -20px no-repeat;
}
.ingredients .ingredient:nth-of-type(7) {
    background: url(https://media.healthydirections.com/production/media/5007/nu-ingredient-5.webp) right -20px no-repeat;
}
.ingredients .ingredient:nth-of-type(8) {
    background: url(https://media.healthydirections.com/production/media/5008/nu-ingredient-6.webp) right -20px no-repeat;
}
.coa {
    background-color: #fff;
    padding: 10px 0 0 0;
}
.coa #certificate-include {
    background: #fff;
    -webkit-box-shadow: 0 0 4px #999;
    box-shadow: 0 0 4px #999;
    border-radius: 5px;
    padding: 10px;
}
.coa #certificate-include img.logo {
    width: 100%;
    max-width: 360px;
    display: block;
    margin: 0 auto;
}
.coa #certificate-include .cofa-grid-info {
    display: grid;
    grid-template-columns: repeat(2, 2fr) 1fr;
}
.coa #certificate-include .cofa-grid-info .cofa-grid-col-info {
    display: grid;
    grid-template-rows: repeat(3, 90px);
}
.coa #certificate-include .cofa-grid-info .cofa-grid-col-info img {
    display: block;
    width: 100%;
    max-width: 110px;
    margin: 0 auto;
}
.coa #certificate-include .cofa-table {
    width: 100%;
    text-align: center;
    border-collapse: collapse;
}
.coa #certificate-include .cofa-table th {
    background-color: #fdf250;
    padding: 8px;
}
.coa #certificate-include .cofa-table th:last-of-type {
    background-color: #5ba252;
    color: #fff;
}
.coa #certificate-include .cofa-table tr td {
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
    background-color: #fffcde;
    padding: 8px;
}
.coa #certificate-include .cofa-table tr td img {
    display: inline-block;
    height: 26px;
    width: 26px;
    margin-right: 5px;
}
.coa #certificate-include .cofa-table tr td:last-child {
    background-color: #d2e1c4;
}
.coa #certificate-include .cofa-grid-signature .small {
    font-size: 13px;
}
.coa #certificate-include .cofa-grid-signature .cofa-grid-person {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 10px;
    -webkit-box-align: end;
    -webkit-align-items: end;
    -ms-flex-align: end;
    align-items: end;
    justify-items: left;
}
.coa #certificate-include .cofa-grid-signature .cofa-grid-person .small {
    border-top: 2px solid #000;
}
.coa #certificate-include .cofa-grid-signature .cofa-grid-person img {
    display: block;
    width: 100%;
    max-width: 160px;
    margin-bottom: -20px;
}
.coa ul {
    margin-top: 0;
    padding-left: 0;
}
.coa ul li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.coa ul li:before {
    content: "X";
    color: red;
    margin-right: 15px;
    font-weight: 700;
}
@media screen and (max-width:768px) {
    .coa .cofa-grid-info, .coa .cofa-table {
        font-size: 14px;
        line-height: 19px;
    }
    .coa .cofa-grid-info tr img, .coa .cofa-table tr img {
        display: block!important;
        margin: 0 auto!important;
        height: 20px!important;
        width: 20px!important;
    }
    .coa .cofa-grid-info .cofa-grid-col-info, .coa .cofa-table .cofa-grid-col-info {
        grid-template-rows: repeat(3, 70px)!important;
    }
    .coa .cofa-grid-info .cofa-grid-col-info img, .coa .cofa-table .cofa-grid-col-info img {
        margin-top: 10px!important;
    }
}.most-perfect .sub {
     background-color: #000;
     color: #fff;
     border-radius: 5px;
     margin: 0;
     padding: 10px;
 }
.most-perfect .blue {
    margin-top: 15px;
    border-radius: 5px;
    border: 2px solid #0295cc;
}
.most-perfect .blue .blue-header {
    background-color: #0295cc;
    color: #fff;
    padding: 15px 10px 10px;
}
.most-perfect .blue .blue-header p:first-of-type {
    background-color: red;
    border-radius: 500px;
    margin: 0;
    padding: 10px;
}
.most-perfect .blue .blue-header p:first-of-type span {
    color: #ff0;
}
.most-perfect .blue .blue-check {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px;
}
.most-perfect .blue .blue-check img {
    width: 38px;
    height: 35px;
    margin-right: 10px;
}
.most-perfect .blue .blue-check p {
    margin: 0;
}
.most-perfect .blue .rule {
    border-bottom: 1px solid #0295cc;
    height: 1px;
    display: block;
}
.experts .wrap {
    background-color: #e3f4ff;
    border-radius: 5px;
    width: -webkit-calc(100% - 20px);
    width: calc(100% - 20px);
    padding-top: 10px;
}
.experts .wrap .experts-header {
    background-color: #0d639b;
    color: #fff;
    border-radius: 5px;
    padding: 5px 5px 10px;
}
.experts .wrap .img-container img {
    max-width: 380px;
    margin: 10px auto 0;
}
.experts .wrap .title {
    padding: 10px;
    background-color: #0d639b;
    color: #fff;
    border-radius: 0 0 5px 5px;
}
.experts .wrap .title p {
    margin: 0;
    text-transform: uppercase;
}
.doctor ul {
    padding-left: 0;
}
.doctor ul li {
    background: url(https://media.healthydirections.com/production/media/4994/greenCircle-check.webp) no-repeat 0 0!important;
    height: 28px;
    list-style: none;
    line-height: 20px;
    padding: 0 0 0 40px;
    margin-bottom: 30px;
}
.doctor .testofen {
    background-color: #1f1e1d;
    color: #fff;
    border-radius: 5px;
    padding: 20px 10px 10px;
    margin: 100px 0 20px;
}
.doctor .testofen .img-container {
    margin-top: -100px;
}
.doctor .testofen .img-container img {
    max-width: 200px;
    margin: 0 auto;
}
.doctor .testofen .quote {
    background-color: #343230;
    padding: 10px;
    border-radius: 5px;
}
.doctor .before-after {
    position: relative;
}
.doctor .before-after p {
    color: #fff;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 0;
}
.doctor .before-after img {
    border-radius: 5px;
}
.proof .sub {
    background-color: #3556a4;
    border-radius: 5px;
    padding: 5px 10px;
}
.proof .sub p {
    margin: 0;
    color: #fff;
}
.proof .img-container img {
    max-width: 400px;
    margin: 0 auto 15px;
    border-radius: 5px;
    -webkit-box-shadow: rgba(0, 0, 0, .15) 2px 2px 4px;
    box-shadow: rgba(0, 0, 0, .15) 2px 2px 4px;
}
.chart .table-b {
    margin-top: 15px;
}
.chart .table-b table {
    width: 100%;
    border-collapse: collapse;
}
.chart .table-b table tr td, .chart .table-b table tr th {
    font-size: 14px;
    line-height: 18px;
    text-align: center;
}
.chart .table-b table tr td:nth-child(1), .chart .table-b table tr th:nth-child(1) {
    text-align: left;
}
.chart .table-b table tr td:nth-child(2), .chart .table-b table tr th:nth-child(2) {
    text-align: center;
    min-height: 55px;
    background-color: #0090c6;
    position: relative;
}
.chart .table-b table tr td:nth-child(2) .logo, .chart .table-b table tr th:nth-child(2) .logo {
    width: 100%;
    max-width: 75px;
}
@media screen and (max-width:748px) {
    .chart .table-b {
        position: relative;
        overflow: auto;
        overflow-y: hidden;
    }
}.attention ul {
     padding-left: 0;
 }
.attention ul li {
    height: 28px;
    list-style: none;
    line-height: 20px;
    padding: 0 0 0 40px;
    margin-bottom: 25px;
}
.attention .red li {
    background: url(https://media.healthydirections.com/production/media/5020/redCircle-x.webp) no-repeat 0 0!important;
}
.attention .green li {
    background: url(https://media.healthydirections.com/production/media/4994/greenCircle-check.webp) no-repeat 0 0!important;
}
.attention h4:last-of-type {
    margin: 20px 0 0 0;
    background-color: #006e97;
    border-radius: 5px;
    padding: 5px 10px;
    color: #fff;
}
.offer {
    position: relative;
    border: 2px dashed rgba(0, 0, 0, .5);
    width: -webkit-calc(100% - 20px);
    width: calc(100% - 20px);
    margin: 40px 10px 20px;
    overflow: visible;
    padding: 10px;
}
.offer .title {
    background-color: #ffb42a;
    border-radius: 500px;
    padding: 5px 10px;
    text-align: center;
}
.offer .img-container {
    position: relative;
}
.offer .img-container .new {
    position: absolute;
    left: 40%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 0;
    max-width: 160px;
    width: 100%;
    margin-top: 0;
}
.offer .img-container img {
    max-width: 280px;
    margin: 20px auto 0;
}
.offer .strike {
    background-color: #fff;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 0 10px;
    margin-top: 0;
    margin-bottom: 10px;
    position: relative;
    z-index: 10;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.offer .rule {
    display: block;
    border-bottom: 1px solid rgba(0, 0, 0, .2);
    height: 1px;
    margin-top: -22px;
    position: relative;
    z-index: 0;
}
@media screen and (max-width:768px) {
    .offer .img-container .new {
        left: 30%}
}.faqs {
     background-color: #e9f6ff;
     margin-top: 30px;
     padding-bottom: 30px;
 }
.faqs .faq button {
    display: grid;
    grid-template-columns: auto 12px;
    padding: 10px 0!important;
    text-align: left;
    font-weight: 700;
    background-color: initial!important;
    color: #202020;
    font-size: 16px;
    border-bottom: 1px solid rgba(0, 0, 0, .25);
    text-transform: capitalize;
}
.faqs .faq button img {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.faqs .faq button.open img {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
}
.faqs .faq .body p {
    margin-top: 0;
}
.faqs .faq .hide {
    display: none;
}
.faqs .faq:last-of-type button {
    border-bottom: none;
}
#survey-form {
    z-index: 9999;
    width: 100%;
    position: fixed;
    bottom: 0;
    background-color: rgba(0, 0, 0, .5);
    padding: 10px 0 0 0;
}
#survey-form span:first-of-type label {
    display: none;
}
#survey-form span:first-of-type input::-webkit-input-placeholder {
    font-size: .875rem;
}
#survey-form span:first-of-type input::-moz-placeholder {
    font-size: .875rem;
}
#survey-form span:first-of-type input:-ms-input-placeholder {
    font-size: .875rem;
}
#survey-form span:first-of-type input::-ms-input-placeholder {
    font-size: .875rem;
}
#survey-form span:first-of-type input::placeholder {
    font-size: .875rem;
}
#survey-form span:last-of-type button {
    font-weight: 300;
    font-size: .875rem;
    padding: 6px 10px!important;
    background-color: #39f!important;
}
@font-face {
    font-family: swiper-icons;
    src: url("data:application/font-woff;
    charset=utf-8;
    base64,  d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
    font-weight: 400;
    font-style: normal;
    }
    :root {
    --swiper-theme-color: #39f;
    }
    .swiper {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
    }
    .swiper-vertical>.swiper-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    }
    .swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    }
    .swiper-android .swiper-slide, .swiper-wrapper {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.swiper-pointer-events {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
}
.swiper-pointer-events.swiper-vertical {
    -ms-touch-action: pan-x;
    touch-action: pan-x;
}
.swiper-slide {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
}
.swiper-slide-invisible-blank {
    visibility: hidden;
}
.swiper-autoheight, .swiper-autoheight .swiper-slide {
    height: auto;
}
.swiper-autoheight .swiper-wrapper {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-transition-property: height, -webkit-transform;
    transition-property: height, -webkit-transform;
    transition-property: transform, height;
    transition-property: transform, height, -webkit-transform;
}
.swiper-3d, .swiper-3d.swiper-css-mode .swiper-wrapper {
    -webkit-perspective: 1200px;
    perspective: 1200px;
}
.swiper-3d .swiper-cube-shadow, .swiper-3d .swiper-slide, .swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top, .swiper-3d .swiper-wrapper {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}
.swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
    background: rgba(0, 0, 0, .15);
}
.swiper-3d .swiper-slide-shadow-left {
    background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-right {
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-top {
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-bottom {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
}
.swiper-css-mode>.swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
}
.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar {
    display: none;
}
.swiper-css-mode>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: start start;
}
.swiper-horizontal.swiper-css-mode>.swiper-wrapper {
    -webkit-scroll-snap-type: x mandatory;
    -ms-scroll-snap-type: x mandatory;
    scroll-snap-type: x mandatory;
}
.swiper-vertical.swiper-css-mode>.swiper-wrapper {
    -webkit-scroll-snap-type: y mandatory;
    -ms-scroll-snap-type: y mandatory;
    scroll-snap-type: y mandatory;
}
.swiper-centered>.swiper-wrapper::before {
    content: '';
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-ordinal-group: 10000;
    -webkit-order: 9999;
    -ms-flex-order: 9999;
    order: 9999;
}
.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child {
    -webkit-margin-start: var(--swiper-centered-offset-before);
    -moz-margin-start: var(--swiper-centered-offset-before);
    margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-horizontal>.swiper-wrapper::before {
    height: 100%;
    min-height: 1px;
    width: var(--swiper-centered-offset-after);
}
.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child {
    -webkit-margin-before: var(--swiper-centered-offset-before);
    margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-vertical>.swiper-wrapper::before {
    width: 100%;
    min-width: 1px;
    height: var(--swiper-centered-offset-after);
}
.swiper-centered>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: center center;
}
.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
}
.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
    height: 1px;
    width: var(--swiper-virtual-size);
}
.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
    width: 1px;
    height: var(--swiper-virtual-size);
}
:root {
    --swiper-navigation-size: 44px;
}
.swiper-button-next, .swiper-button-prev {
    position: absolute;
    top: 50%;
    width: -webkit-calc(var(--swiper-navigation-size)/ 44 * 27);
    width: calc(var(--swiper-navigation-size)/ 44 * 27);
    height: var(--swiper-navigation-size);
    margin-top: -webkit-calc(0px - (var(--swiper-navigation-size)/ 2));
    margin-top: calc(0px - (var(--swiper-navigation-size)/ 2));
    z-index: 10;
    cursor: pointer;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: var(--swiper-navigation-color, var(--swiper-theme-color));
}
.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none;
}
.swiper-button-next:after, .swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    text-transform: none!important;
    letter-spacing: 0;
    text-transform: none;
    font-variant: initial;
    line-height: 1;
}
.swiper-button-prev, .swiper-rtl .swiper-button-next {
    left: 10px;
    right: auto;
}
.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
    content: 'prev'}
.swiper-button-next, .swiper-rtl .swiper-button-prev {
    right: 10px;
    left: auto;
}
.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
    content: 'next'}
.swiper-button-lock {
    display: none;
}
.swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transition: .3s opacity;
    transition: .3s opacity;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
    opacity: 0;
}
.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%}
.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transform: scale(.33);
    -ms-transform: scale(.33);
    transform: scale(.33);
    position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    -webkit-transform: scale(.66);
    -ms-transform: scale(.66);
    transform: scale(.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    -webkit-transform: scale(.33);
    -ms-transform: scale(.33);
    transform: scale(.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    -webkit-transform: scale(.66);
    -ms-transform: scale(.66);
    transform: scale(.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    -webkit-transform: scale(.33);
    -ms-transform: scale(.33);
    transform: scale(.33);
}
.swiper-pagination-bullet {
    width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
    height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
    display: inline-block;
    border-radius: 50%;
    background: var(--swiper-pagination-bullet-inactive-color, #000);
    opacity: var(--swiper-pagination-bullet-inactive-opacity, .2);
}
button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer;
}
.swiper-pagination-bullet:only-child {
    display: none!important;
}
.swiper-pagination-bullet-active {
    opacity: var(--swiper-pagination-bullet-opacity, 1);
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
}
.swiper-pagination-vertical.swiper-pagination-bullets, .swiper-vertical>.swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
}
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
    display: block;
}
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 8px;
}
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    -webkit-transition: .2s transform, .2s top;
    transition: .2s transform, .2s top;
}
.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}
.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    white-space: nowrap;
}
.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transition: .2s transform, .2s left;
    transition: .2s transform, .2s left;
}
.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transition: .2s transform, .2s right;
    transition: .2s transform, .2s right;
}
.swiper-pagination-progressbar {
    background: rgba(0, 0, 0, .25);
    position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
}
.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    -webkit-transform-origin: right top;
    -ms-transform-origin: right top;
    transform-origin: right top;
}
.swiper-horizontal>.swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite, .swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0;
}
.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-vertical, .swiper-vertical>.swiper-pagination-progressbar {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0;
}
.swiper-pagination-lock {
    display: none;
}
.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, .1);
}
.swiper-horizontal>.swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%}
.swiper-vertical>.swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%}
.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, .5);
    border-radius: 10px;
    left: 0;
    top: 0;
}
.swiper-scrollbar-cursor-drag {
    cursor: move;
}
.swiper-scrollbar-lock {
    display: none;
}
.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
}
.swiper-zoom-container>canvas, .swiper-zoom-container>img, .swiper-zoom-container>svg {
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}
.swiper-slide-zoomed {
    cursor: move;
}
.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    -webkit-transform-origin: 50%;
    -ms-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-animation: swiper-preloader-spin 1s infinite linear;
    animation: swiper-preloader-spin 1s infinite linear;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
    border-radius: 50%;
    border-top-color: transparent;
}
.swiper-lazy-preloader-white {
    --swiper-preloader-color: #fff;
}
.swiper-lazy-preloader-black {
    --swiper-preloader-color: #000;
}
@-webkit-keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}@keyframes swiper-preloader-spin {
     100% {
         -webkit-transform: rotate(360deg);
         transform: rotate(360deg);
     }
 }.swiper .swiper-notification {
      position: absolute;
      left: 0;
      top: 0;
      pointer-events: none;
      opacity: 0;
      z-index: -1000;
  }
.swiper-free-mode>.swiper-wrapper {
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto;
}
.swiper-grid>.swiper-wrapper {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.swiper-grid-column>.swiper-wrapper {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}
.swiper-fade.swiper-free-mode .swiper-slide {
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.swiper-fade .swiper-slide {
    pointer-events: none;
    -webkit-transition-property: opacity;
    transition-property: opacity;
}
.swiper-fade .swiper-slide .swiper-slide {
    pointer-events: none;
}
.swiper-fade .swiper-slide-active, .swiper-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}
.swiper-cube {
    overflow: visible;
}
.swiper-cube .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    width: 100%;
    height: 100%}
.swiper-cube .swiper-slide .swiper-slide {
    pointer-events: none;
}
.swiper-cube.swiper-rtl .swiper-slide {
    -webkit-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0;
}
.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}
.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-next, .swiper-cube .swiper-slide-next+.swiper-slide, .swiper-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible;
}
.swiper-cube .swiper-slide-shadow-bottom, .swiper-cube .swiper-slide-shadow-left, .swiper-cube .swiper-slide-shadow-right, .swiper-cube .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.swiper-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: .6;
    z-index: 0;
}
.swiper-cube .swiper-cube-shadow:before {
    content: '';
    background: #000;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    -webkit-filter: blur(50px);
    filter: blur(50px);
}
.swiper-flip {
    overflow: visible;
}
.swiper-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
}
.swiper-flip .swiper-slide .swiper-slide {
    pointer-events: none;
}
.swiper-flip .swiper-slide-active, .swiper-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}
.swiper-flip .swiper-slide-shadow-bottom, .swiper-flip .swiper-slide-shadow-left, .swiper-flip .swiper-slide-shadow-right, .swiper-flip .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.swiper-creative .swiper-slide {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden;
    -webkit-transition-property: opacity, height, -webkit-transform;
    transition-property: opacity, height, -webkit-transform;
    transition-property: transform, opacity, height;
    transition-property: transform, opacity, height, -webkit-transform;
}
.swiper-cards {
    overflow: visible;
}
.swiper-cards .swiper-slide {
    -webkit-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden;
}
.hide-me {
    display: none;
    -webkit-transition: all .75s ease;
    transition: all .75s ease;
}
.show-me {
    display: block;
    -webkit-transition: all .75s ease;
    transition: all .75s ease;
}
#shipping-info .checkbox {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
#shipping-info .checkbox input {
    width: auto;
    margin: 0 .5rem 0 0;
}
#payment-info .wrap, #shipping-info .wrap {
    max-width: 708px;
}
#payment-info .wrap p, #shipping-info .wrap p {
    line-height: 22px;
}
#payment-info .wrap sup, #shipping-info .wrap sup {
    position: relative;
    top: 5px;
    display: contents;
}
.summary .summary-products {
    position: relative;
}
.summary .summary-products .value-call {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: red;
    border-radius: 500px;
    position: absolute;
    bottom: 10px;
    right: 10px;
    height: 65px;
    width: 65px;
    z-index: 10;
}
.summary .summary-products .value-call p {
    margin: 0;
    line-height: 16px;
    color: #fff;
}
.summary .summary-products .value-call p span {
    text-transform: uppercase;
    font-size: 16px;
}
.summary .summary-products .product-primary img {
    left: -10%;
    width: 100%;
    max-width: 100px;
}
.summary .summary-products .product-gift img {
    max-width: 50px;
    top: 95px!important;
    left: 60%!important;
}
.step2 .show-summary .product-s .product-primary .img-container img {
    max-width: 70px;
}
.step2 .show-summary .product-s .product-gift .img-container img {
    max-width: 35px;
}
@media screen and (max-width:748px) {
    .opt-in .checkbox, .opt-in .email {
        grid-column: span 12!important;
    }
    .opt-in .checkbox {
        margin-bottom: 1rem;
    }
    .opt-in .checkbox #email_opt_in {
        margin-top: -1.25rem;
    }
    .summary .summary-products .product-primary img {
        left: -10%!important;
    }
    .summary .summary-products .product-gift img {
        left: 70%!important;
    }
}.step1, .step2 {
     font-family: 'Source Sans Pro', sans-serif;
 }
.step1 .progress, .step2 .progress {
    width: 100%;
    margin: 10px auto -10px;
    padding-left: 0;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    position: relative;
}
.step1 .progress li, .step2 .progress li {
    position: relative;
    z-index: 10;
    list-style-type: none;
    float: left;
    font-size: 12px;
    text-align: center;
}
.step1 .progress li .progress-icon, .step2 .progress li .progress-icon {
    margin: 0 auto 0;
    background-color: #fff;
    border: 3px solid #b4b4b4;
    border-radius: 500px;
    width: 40px;
    height: 40px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.step1 .progress li .progress-icon.active, .step2 .progress li .progress-icon.active {
    border: 3px solid #4dd04d;
    background-color: #4dd04d;
}
.step1 .progress li .progress-icon.active img, .step2 .progress li .progress-icon.active img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}
.step1 .progress li .progress-icon img, .step2 .progress li .progress-icon img {
    width: 22px;
    height: 22px;
}
.step1 .progress li:nth-child(1), .step2 .progress li:nth-child(1) {
    margin-right: 15%}
.step1 .progress li:nth-child(1):after, .step2 .progress li:nth-child(1):after {
    display: block;
    content: '1. Your Address'}
.step1 .progress li:nth-child(2):after, .step2 .progress li:nth-child(2):after {
    display: block;
    content: '2. Review Order'}
.step1 .progress li:nth-child(3), .step2 .progress li:nth-child(3) {
    margin-left: 15%}
.step1 .progress li:nth-child(3):after, .step2 .progress li:nth-child(3):after {
    display: block;
    content: '3. Confirmation'}
.step1 .progress .progress-bar, .step2 .progress .progress-bar {
    position: absolute;
    width: 70%;
    height: 4px;
    background: #4dd04d;
    background: -webkit-gradient(linear, left top, right top, from(#4dd04d), color-stop(50%, #b4b4b4));
    background: linear-gradient(90deg, #4dd04d 0, #b4b4b4 50%);
    margin-left: 15%;
    top: 18px;
}
.step1 .simple-progress-bar, .step2 .simple-progress-bar {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 0;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 40px;
    margin-bottom: 20px;
}
.step1 .simple-progress-bar p, .step2 .simple-progress-bar p {
    font-family: sans-serif;
    position: relative;
    background: #ccc;
    color: #676767;
    text-align: center;
    border: 1px solid #fff;
    font-size: 16px;
    line-height: 40px;
    z-index: 1;
}
.step1 .simple-progress-bar img, .step2 .simple-progress-bar img {
    display: inline-block;
    height: 23px;
    width: 23px;
    margin: 0 2px 0 0;
}
.step1 .simple-progress-bar p.on, .step2 .simple-progress-bar p.on {
    background: #f1560d;
    color: #fff;
}
.step1 .simple-progress-bar p.on img, .step2 .simple-progress-bar p.on img {
    -webkit-filter: brightness(5);
    filter: brightness(5);
}
.step1 .simple-progress-bar .one, .step2 .simple-progress-bar .one {
    border-radius: 20px;
    z-index: 7;
}
.step1 .simple-progress-bar .two, .step2 .simple-progress-bar .two {
    border-bottom-right-radius: 20px;
    border-top-right-radius: 20px;
    border-left: none;
    z-index: 4;
    margin-left: -50px;
    padding-left: 30px;
}
.step1 .simple-progress-bar .three, .step2 .simple-progress-bar .three {
    border-bottom-right-radius: 20px;
    border-top-right-radius: 20px;
    border-left: none;
    z-index: 3;
    margin-left: -50px;
    padding-left: 36px;
}
.congrats-header b {
    font-size: 28px!important;
}
.step2 {
    padding-top: 10px;
}
.step2 .progress .progress-bar {
    background: -webkit-gradient(linear, left top, right top, color-stop(75%, #4dd04d), to(#b4b4b4));
    background: linear-gradient(90deg, #4dd04d 75%, #b4b4b4 100%);
}
.step2 .info-secure {
    border-radius: 5px;
    margin: 5px 0 20px;
    padding: 10px;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, .15)), to(rgba(0, 0, 0, .15))), radial-gradient(at top center, rgba(255, 255, 255, .4) 0, rgba(0, 0, 0, .4) 120%) #989898;
    background: linear-gradient(to bottom, rgba(255, 255, 255, .15) 0, rgba(0, 0, 0, .15) 100%), radial-gradient(at top center, rgba(255, 255, 255, .4) 0, rgba(0, 0, 0, .4) 120%) #989898;
    background-blend-mode: multiply;
    color: #fff;
}
.step2 .info-secure img {
    margin: -2px 0 0 5px;
    height: 16px;
}
.step2 .security-logos {
    margin-bottom: 10px;
}
.step2 .security-logos div {
    text-align: center;
}
.step2 .security-logos div img {
    max-width: 140px;
    width: 100%}
.step2 #error-message {
    display: block!important;
}
.step2 .payment-type-section {
    border: 1px solid #dcdcdc;
    padding: 10px 0 0 0;
    background: #f9f9f9;
}
.step2 .payment-type-section #credit-card-wrapper, .step2 .payment-type-section #paypal-button-wrapper, .step2 .payment-type-section #paypal-details-wrapper {
    background: #fff;
    padding: 20px;
    border-top: 1px solid #dcdcdc;
    margin-top: 5px;
}
.step2 .payment-type-section label {
    display: block;
    width: 100%;
    cursor: pointer;
}
.step2 .payment-type-section label input[type=radio] {
    width: 20px;
    height: 20px;
    margin-right: 10px;
    vertical-align: text-top;
    cursor: pointer;
}
.step2 .payment-type-section label .apple-pay-icon, .step2 .payment-type-section label .cc-icon, .step2 .payment-type-section label .paypal-icon {
    height: 20px;
    width: auto;
}
.step2 .payment-type-section label p.pay-with-this {
    display: inline;
    margin-left: 5px;
    font-size: 16px!important;
}
.step2 #credit-card-section {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.step2 #paypal-section {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    margin-bottom: 10px;
}
.step2 #paypal-button-wrapper {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
.step2 #paypal-button-wrapper .paypal-background {
    width: 100%;
    height: 45px;
    background: #fff;
    border-radius: 4px;
    text-align: center;
    padding: 0;
}
.step2 #paypal-button-wrapper iframe img, .step2 #paypal-button-wrapper iframe.visible {
    width: 100%!important;
}
.step2 #paypal-details-wrapper {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
.step2 #paypal-details-wrapper .blue {
    color: #09f;
}
.step2 #paypal-details-wrapper #paypal-name {
    margin-right: 5px;
}
.step2 #paypal-details-wrapper #paypal-email {
    margin-left: 5px;
}
#shipping-info .summary {
    margin-top: 15px;
    display: grid;
    grid-template-columns: .35fr .65fr;
    grid-column-gap: 5px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
#shipping-info .summary .summary-products {
    overflow: hidden;
    background: #f5f5f5;
    background: linear-gradient(135deg, #f5f5f5 0, rgba(218, 218, 218, .5) 70%);
    border-radius: 5px;
    height: 100%;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
#shipping-info .summary .summary-products .product-primary img {
    position: relative;
    -webkit-filter: drop-shadow(3px 3px 3px rgba(0,  0,  0,  .325));
    filter: drop-shadow(3px 3px 3px rgba(0,  0,  0,  .325));
}
#shipping-info .summary .summary-products .product-gift img {
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-filter: drop-shadow(3px 3px 3px rgba(0,  0,  0,  .325));
    filter: drop-shadow(3px 3px 3px rgba(0,  0,  0,  .325));
}
#shipping-info .summary .summary-table {
    border-radius: 5px;
    border: 2px solid rgba(0, 0, 0, .125);
    padding: 10px;
}
#shipping-info .summary .summary-table table {
    border-collapse: collapse;
    line-height: 1.25;
}
#shipping-info .summary .summary-table table tr td {
    width: 100%}
#shipping-info .summary .summary-table table tr td:nth-child(2), #shipping-info .summary .summary-table table tr td:nth-child(3), #shipping-info .summary .summary-table table tr td:nth-child(4), #shipping-info .summary .summary-table table tr td:nth-child(5) {
    text-align: right;
}
#shipping-info .summary .summary-table table tr td:nth-child(3) {
    padding-left: 8px;
}
#shipping-info .summary .summary-table table tr:nth-child(3) {
    border-bottom: 1px solid #cdcdcd;
}
#shipping-info .summary .summary-table table tr:nth-child(3) td {
    padding-bottom: 5px;
}
#shipping-info .summary .summary-table table tr:nth-child(5) td {
    padding-top: 5px;
}
#shipping-info .summary .summary-table .flashing {
    -webkit-animation: flash 6s linear 0s infinite;
    animation: flash 6s linear 0s infinite;
    color: #090;
}
@-webkit-keyframes flash {
    0%, 100%, 40%, 80% {
        opacity: 1;
    }
    20%, 60% {
        opacity: 0;
    }
}@keyframes flash {
     0%, 100%, 40%, 80% {
         opacity: 1;
     }
     20%, 60% {
         opacity: 0;
     }
 }#shipping-info .summary .summary-table p {
      color: rgba(0, 0, 0, .375);
      margin: 0;
  }
#shipping-info input, #shipping-info input[type=text], #shipping-info select, #shipping-info text {
    font-size: 18px!important;
}
#shipping-info #shipping-form-part .label-col {
    display: none;
}
#shipping-info #shipping-form-part .checkbox {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
#shipping-info .field-col.state {
    position: relative;
}
#shipping-info .field-col.state .state-label {
    font-weight: 700;
    color: #6c6f69;
    position: absolute;
    top: 0;
    left: 8px;
    font-size: 10px!important;
    z-index: 9999999999;
}
#shipping-info .field-col.state select {
    padding: 15px 12px 5px!important;
}
#shipping-info .promo .promo-code-field {
    background: #90ca7c;
    border-color: #408827;
    color: #000;
}
#shipping-info .promo ::-webkit-input-placeholder {
    color: #000;
    opacity: 1;
}
#shipping-info .promo ::-moz-placeholder {
    color: #000;
    opacity: 1;
}
#shipping-info .promo :-ms-input-placeholder {
    color: #000;
    opacity: 1;
}
#shipping-info .promo ::-ms-input-placeholder {
    color: #000;
    opacity: 1;
}
#shipping-info .promo ::placeholder {
    color: #000;
    opacity: 1;
}
#shipping-info .promo :-ms-input-placeholder {
    color: #000;
}
#shipping-info .promo ::-ms-input-placeholder {
    color: #000;
}
#shipping-info .promo .promo-code-text {
    display: block;
    margin: 4px 0 20px 0;
}
#shipping-info .field-col.important-updates, #shipping-info .important-updates {
    font-size: 12px!important;
    font-weight: 400!important;
    margin-top: -15px;
    grid-column-start: 1!important;
    grid-column-end: span 2!important;
}
#shipping-info .field-col.important-updates *, #shipping-info .field-col.important-updates .center, #shipping-info .field-col.important-updates .t-and-c, #shipping-info .field-col.important-updates .text, #shipping-info .field-col.important-updates p, #shipping-info .important-updates *, #shipping-info .important-updates .center, #shipping-info .important-updates .t-and-c, #shipping-info .important-updates .text, #shipping-info .important-updates p {
    font-size: 12px!important;
    font-weight: 400!important;
    margin-top: 15px!important;
}
#shipping-info .field-col.important-updates * a, #shipping-info .field-col.important-updates .center a, #shipping-info .field-col.important-updates .t-and-c a, #shipping-info .field-col.important-updates .text a, #shipping-info .field-col.important-updates p a, #shipping-info .important-updates * a, #shipping-info .important-updates .center a, #shipping-info .important-updates .t-and-c a, #shipping-info .important-updates .text a, #shipping-info .important-updates p a {
    font-size: 12px!important;
    font-weight: 400!important;
    text-decoration: underline!important;
}
#shipping-info .field-col.important-updates p.text.left.small, #shipping-info .important-updates p.text.left.small {
    text-align: left!important;
    font-size: 12px!important;
    font-weight: 400!important;
}
.step2 p.cart-items-text {
    background: #007a33;
    border-radius: 30px;
    padding: 10px 0;
    margin: 10px 0!important;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    color: #fff;
}
.step2 .show-order {
    cursor: pointer;
    padding: 0 10px;
    border-radius: 5px;
    background-color: #f4f4f4;
}
.step2 .show-order .cart {
    width: 20px;
}
.step2 .show-order p {
    display: inline-block;
}
.step2 .show-order p:first-of-type span:before {
    content: "Show"}
.step2 .show-order p:first-of-type span.hide:before {
    content: "Hide"}
.step2 .show-order p:last-of-type {
    float: right;
}
.step2 .show-order .marker {
    display: inline-block;
    margin-left: 10px;
    -webkit-filter: brightness(.5)!important;
    filter: brightness(.5)!important;
}
.step2 .show-order .marker.up {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
    -webkit-transition: .3s;
    transition: .3s;
}
.step2 .show-order .marker.down {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: .3s;
    transition: .3s;
}
.step2 .show-summary {
    border: 2px solid #f4f4f4;
    border-radius: 5px;
    padding: 5px 10px 5px;
    display: none;
    margin-top: 5px;
}
.step2 .show-summary .product-s {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 15px;
}
.step2 .show-summary .product-s .product-gift, .step2 .show-summary .product-s .product-primary {
    display: grid;
    grid-template-columns: 80px auto;
    grid-column-gap: 15px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.step2 .show-summary .product-s .product-gift .img-container, .step2 .show-summary .product-s .product-primary .img-container {
    position: relative;
    background: #f5f5f5;
    background: linear-gradient(135deg, #f5f5f5 0, #dadada 70%);
    border-radius: 3px;
    width: 80px;
    height: 100px;
    padding: 10px 0;
    margin: 5px 0 0 0;
    overflow: hidden;
}
.step2 .show-summary .product-s .product-gift .img-container img, .step2 .show-summary .product-s .product-primary .img-container img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin: 0 auto;
}
.step2 .show-summary .product-s .product-gift p, .step2 .show-summary .product-s .product-primary p {
    margin-top: -5px;
    line-height: 22px!important;
}
.step2 .show-summary .total-summary {
    padding-bottom: 10px;
}
.step2 .show-summary .total-summary p {
    margin-bottom: 0;
    border-top: 1px solid #ccc;
}
.step2 .show-summary .total-summary p span {
    float: right;
}
.step2 .show-summary .total-summary p:first-of-type {
    padding-top: 10px;
}
.step2 .show-summary .total-summary p:last-of-type {
    padding-top: 10px;
    margin-top: 10px;
}
.step2 .billing-radio {
    border: 2px solid #f4f4f4;
    border-radius: 5px;
    padding: 10px 5px 5px;
    margin-top: 5px;
}
.step2 .billing-radio p {
    margin: 0;
}
.step2 .billing-radio ul {
    margin: 0;
    text-align: center;
    padding-left: 0;
}
.step2 .billing-radio ul li {
    margin-right: 15px;
    display: inline-block;
}
.step2 .billing-radio ul li input {
    position: relative;
    top: 5px;
    left: -5px;
}
.step2 .billing-radio .radio-shipping {
    width: 22px;
    height: 22px;
}
.step2 #billing-form-part .label-col {
    display: none;
}
.step2 #billing-form-part .label-col label {
    display: none;
}
@media screen and (max-width:748px) {
    .step2 .show-summary .product-s {
        grid-template-columns: 1fr;
    }
}.step2 #cc-form-part {
     background: #fff;
     border: 2px solid #f4f4f4;
     border-radius: 5px;
     padding: 10px 10px 5px;
 }
.step2 #cc-form-part #all-cards, .step2 #cc-form-part #all-cards-canada {
    margin-bottom: 10px;
}
.step2 #cc-form-part .field-col {
    position: relative;
}
.step2 #cc-form-part .field-col #your-card, .step2 #cc-form-part .field-col #your-code {
    position: absolute;
    opacity: .625;
    z-index: 10;
    top: 7px;
    right: 45px;
}
.step2 .final-step-text {
    position: relative;
}
.step2 .cc-pop-btn, .step2 .cvv-pop-btn, .step2 .shipping-pop-btn {
    position: absolute;
    right: 10px;
    top: 10px;
    height: 28px;
    width: 28px;
    border-radius: 500px;
    background: #fff;
    color: #939393;
    font-weight: 700;
    text-align: center;
    line-height: 28px;
    cursor: pointer;
}
.step2 .cc-pop-text, .step2 .cvv-pop-text, .step2 .shipping-pop-text {
    display: none;
    position: absolute;
    z-index: 1050;
    padding: 10px;
    right: 45px;
    border-radius: 5px;
    background: #000;
    color: #fff;
    line-height: 20px;
    font-size: 16px;
}
.step2 .cc-pop-text:after, .step2 .cvv-pop-text:after, .step2 .shipping-pop-text:after {
    position: absolute;
    width: 18px;
    height: 18px;
    top: 10px;
    left: 100%;
    content: '';
    background: #000;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-left: -12px;
}
.step2 .shipping-pop-btn {
    border: 1px solid #939393;
    top: 23px;
}
.step2 .shipping-pop-text {
    top: 19px;
}
.step2 .cc-pop-text {
    top: 5px;
}
.step2 .cvv-pop-text {
    top: 4px;
}
.step2 #terms-conditions {
    margin: 10px 0;
    font-size: 12px;
    line-height: 16px;
}
.step2 .desktop-terms {
    font-size: 16px!important;
}
.step2 .agree {
    border-radius: 5px;
    color: #525252;
    width: 100%;
    background-color: #f4f4f4;
    border: 1px solid #cdcdcd;
    margin-bottom: 10px;
    padding: 6px 20px 4px;
}
.step2 .agree input {
    width: auto;
    margin-top: 8px;
}
.step2 .agree input#tos {
    width: 22px;
    height: 22px;
    margin-right: 6px;
}
.step2 .agree span {
    position: relative;
    top: -5px;
}
.grid {
    display: grid;
    gap: 10px 30px;
    grid-template-columns: repeat(12, 1fr);
}
.grid .offset-1, .grid .span-1 {
    grid-column: span 1;
}
.grid .offset-2, .grid .span-2 {
    grid-column: span 2;
}
.grid .offset-3, .grid .span-3 {
    grid-column: span 3;
}
.grid .offset-4, .grid .span-4 {
    grid-column: span 4;
}
.grid .offset-5, .grid .span-5 {
    grid-column: span 5;
}
.grid .offset-6, .grid .span-6 {
    grid-column: span 6;
}
.grid .offset-7, .grid .span-7 {
    grid-column: span 7;
}
.grid .offset-8, .grid .span-8 {
    grid-column: span 8;
}
.grid .offset-9, .grid .span-9 {
    grid-column: span 9;
}
.grid .offset-10, .grid .span-10 {
    grid-column: span 10;
}
.grid .offset-11, .grid .span-11 {
    grid-column: span 11;
}
.grid .offset-12, .grid .span-12 {
    grid-column: span 12;
}
.grid .grid {
    display: grid!important;
    padding: 0!important;
    margin: 0!important;
    gap: 10px 10px!important;
    grid-template-columns: repeat(12, 1fr);
}
@media screen and (max-width:748px) {
    .grid {
        gap: 10px 10px;
    }
    .grid div.col-100, .grid span.col-100 {
        grid-column: span 12!important;
    }
    .grid div.col-75, .grid span.col-75 {
        grid-column: span 9!important;
    }
    .grid div.col-50, .grid span.col-50 {
        grid-column: span 6!important;
    }
    .grid div.col-33, .grid span.col-33 {
        grid-column: span 4!important;
    }
    .grid div.col-25, .grid span.col-25 {
        grid-column: span 3!important;
    }
    .grid .grid {
        gap: 10px 10px;
    }
}.modal {
     font-family: inherit;
 }
.modal__overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .6);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 99999999999999999999!important;
}
.modal__container {
    background-color: #fff;
    padding: 30px;
    max-width: 750px;
    max-height: 100vh;
    border-radius: 4px;
    overflow-y: auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 0 0 5px #000;
    box-shadow: 0 0 5px #000;
}
.modal__header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.modal__title {
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 600;
    font-size: 1.25rem;
    line-height: 1.25;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.modal__close {
    background: 0 0;
    border: 0;
}
.modal__header .modal__close:before {
    content: "\2715"}
.modal__content {
    margin: 10px 0;
    color: rgba(0, 0, 0, .8);
}
.modal__content p.verify-text {
    font-size: 14px;
    line-height: 18px;
    background: #fcfad7;
    padding: 8px;
    margin-bottom: 10px!important;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #edbf62;
    border-radius: 5px;
    color: #555;
    margin: 2px 10px 0 0;
    float: left;
}
.modal__content p.verify-text img {
    height: 30px;
    margin: 2px 10px 0 0;
    float: left;
}
.modal__content div.address-grid {
    display: grid;
    grid-column: 1;
    grid-row: 1;
    gap: 10px;
    clear: both;
}
.modal__content div.address-grid p {
    font-weight: 400;
}
.modal__content div.address-grid div.choose-address {
    display: block;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 6px;
    background: #efefef;
}
.modal__content div.address-grid div.choose-address p.title {
    font-size: 16px;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 2px;
}
.modal__content div.address-grid div.choose-address label.entered-address, .modal__content div.address-grid div.choose-address label.suggested-address {
    display: grid;
    grid-template-columns: 1fr 4fr;
}
.modal__content div.address-grid div.choose-address label.entered-address input, .modal__content div.address-grid div.choose-address label.suggested-address input {
    height: 35px;
    width: 35px;
}
.modal__content div.address-grid div.choose-address label.entered-address p, .modal__content div.address-grid div.choose-address label.suggested-address p {
    font-size: 16px;
    line-height: 21px;
    font-weight: 400;
    margin: 0;
    padding: 0 0 0 6px;
}
.modal__footer p {
    margin: 10px 0!important;
}
.modal__footer .modal__btn {
    display: block;
    font-size: 16px;
    line-height: 22px;
    background-color: #568dfd;
    color: #fff;
    margin: 0;
    padding: 10px 0;
    width: 100%;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 5px;
    cursor: pointer;
    -webkit-appearance: button;
    text-transform: none;
    overflow: visible;
    -webkit-box-shadow: none!important;
    box-shadow: none!important;
}
.modal__footer .modal__btn-primary:focus, .modal__footer .modal__btn-primary:hover, .modal__footer .modal__btn:focus, .modal__footer .modal__btn:hover {
    background-color: #99c377;
    color: #fff;
    cursor: pointer;
}
.modal__footer .modal__btn-primary {
    background-color: #568dfd;
    color: #fff;
}
@-webkit-keyframes mmfadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}@keyframes mmfadeIn {
     from {
         opacity: 0;
     }
     to {
         opacity: 1;
     }
 }@-webkit-keyframes mmfadeOut {
      from {
          opacity: 1;
      }
      to {
          opacity: 0;
      }
  }@keyframes mmfadeOut {
       from {
           opacity: 1;
       }
       to {
           opacity: 0;
       }
   }@-webkit-keyframes mmslideIn {
        from {
            -webkit-transform: translateY(15%);
            transform: translateY(15%);
        }
        to {
            -webkit-transform: translateY(0);
            transform: translateY(0);
        }
    }@keyframes mmslideIn {
         from {
             -webkit-transform: translateY(15%);
             transform: translateY(15%);
         }
         to {
             -webkit-transform: translateY(0);
             transform: translateY(0);
         }
     }@-webkit-keyframes mmslideOut {
          from {
              -webkit-transform: translateY(0);
              transform: translateY(0);
          }
          to {
              -webkit-transform: translateY(-10%);
              transform: translateY(-10%);
          }
      }@keyframes mmslideOut {
           from {
               -webkit-transform: translateY(0);
               transform: translateY(0);
           }
           to {
               -webkit-transform: translateY(-10%);
               transform: translateY(-10%);
           }
       }.micromodal-slide {
            display: none;
        }
.micromodal-slide.is-open {
    display: block;
}
.micromodal-slide[aria-hidden=false] .modal__overlay {
    -webkit-animation: mmfadeIn .3s cubic-bezier(0, 0, .2, 1);
    animation: mmfadeIn .3s cubic-bezier(0, 0, .2, 1);
}
.micromodal-slide[aria-hidden=false] .modal__container {
    -webkit-animation: mmslideIn .3s cubic-bezier(0, 0, .2, 1);
    animation: mmslideIn .3s cubic-bezier(0, 0, .2, 1);
}
.micromodal-slide[aria-hidden=true] .modal__overlay {
    -webkit-animation: mmfadeOut .3s cubic-bezier(0, 0, .2, 1);
    animation: mmfadeOut .3s cubic-bezier(0, 0, .2, 1);
}
.micromodal-slide[aria-hidden=true] .modal__container {
    -webkit-animation: mmslideOut .3s cubic-bezier(0, 0, .2, 1);
    animation: mmslideOut .3s cubic-bezier(0, 0, .2, 1);
}
.micromodal-slide .modal__container, .micromodal-slide .modal__overlay {
    will-change: transform;
}
.upsell-magic-wrapper {
    margin-bottom: 10px!important;
}
.upsell {
    background: rgba(0, 0, 51, .8);
    padding: 10px;
    color: #fff;
    margin-bottom: 20px;
}
.upsell p.lead {
    margin-top: 0!important;
}
.upsell .upsell-offer {
    background-color: #fff;
}
p.notifications {
    font-size: 13px!important;
    padding: 6px;
    border: 1px solid #ccc;
    border-radius: 4px;
    margin: 10px auto;
    min-height: 52px;
    width: 100%;
    max-width: 648px;
}
p.notifications img {
    max-height: 40px!important;
    float: left;
    margin: 4px 10px 0 0;
}
.receipt {
    border-radius: 3px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 20px 20px;
    background: #fff;
    overflow: hidden;
    margin-bottom: 40px;
}
.receipt h3 {
    margin-bottom: 0;
}
.receipt h5 {
    margin-bottom: 10px;
}
.receipt p {
    font-size: 14px!important;
    padding: 10px 0 0 10px;
    margin-top: 0;
}
.receipt p span {
    float: right;
}
.receipt .text.lead {
    background: #dff4fd;
    padding: 6px;
    border-radius: 3px;
}
.receipt .products .row {
    border-top: 1px solid #e5e5e5;
    padding-top: 10px;
}
.receipt .products .row:first-of-type {
    border-top: none;
    padding-top: 0;
}
.receipt .products img {
    max-height: 100px;
    display: block;
    margin: 0 auto;
}
.receipt .products p {
    border-top: none;
}
@media screen and (max-width:748px) {
    .receipt .products .column.alpha {
        display: none;
    }
    .receipt .products .column.six {
        width: 48.14814814814815%}
    .receipt .products .column.two {
        width: 22.22222222222222%}
}.receipt .purchase p {
     margin: 0;
     padding: 10px;
     border-top: 1px solid #e5e5e5;
 }
.receipt .purchase p:last-of-type {
    background-color: #dff4fd;
}
.receipt .purchase .paper-tear {
    background: url(/global-images/upsell/paper-tear.webp) repeat-x;
    height: 14px;
}
.step3 {
    font-family: 'Source Sans Pro', sans-serif;
}
.step3 .progress {
    width: 100%;
    margin: 10px auto;
    padding-left: 0;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    position: relative;
}
.step3 .progress li {
    position: relative;
    z-index: 10;
    list-style-type: none;
    float: left;
    font-size: 12px;
    text-align: center;
}
.step3 .progress li .progress-icon {
    margin: 0 auto 0;
    background-color: #fff;
    border: 3px solid #b4b4b4;
    border-radius: 500px;
    width: 40px;
    height: 40px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.step3 .progress li .progress-icon.active {
    border: 3px solid #4dd04d;
    background-color: #4dd04d;
}
.step3 .progress li .progress-icon.active img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}
.step3 .progress li .progress-icon img {
    width: 22px;
    height: 22px;
}
.step3 .progress li:nth-child(1) {
    margin-right: 15%}
.step3 .progress li:nth-child(1):after {
    display: block;
    content: '1. Your Address'}
.step3 .progress li:nth-child(2):after {
    display: block;
    content: '2. Review Order'}
.step3 .progress li:nth-child(3) {
    margin-left: 15%}
.step3 .progress li:nth-child(3):after {
    display: block;
    content: '3. Confirmation'}
.step3 .progress .progress-bar {
    position: absolute;
    width: 70%;
    height: 4px;
    background: #4dd04d;
    background: -webkit-gradient(linear, left top, right top, from(#4dd04d), color-stop(50%, #b4b4b4));
    background: linear-gradient(90deg, #4dd04d 0, #b4b4b4 50%);
    margin-left: 15%;
    top: 18px;
}
.step3 {
    padding-top: 10px;
}
.step3 .progress .progress-bar {
    background: #4dd04d;
}
.full-img {
    display: block;
    width: 100%;
    max-width: 1000px;
    margin: 10px auto;
}
.new-progress-bar-design {
    display: grid;
    grid-template-columns: 1fr .2fr 1fr .2fr 1fr;
    grid-gap: 0;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.new-progress-bar-design p {
    position: relative;
    background: #ccc;
    color: #676767;
    text-align: center;
    border: 1px solid #fff;
    font-size: 16px;
    padding-bottom: 5px;
    line-height: 22px;
    z-index: 1;
}
.new-progress-bar-design .arrow {
    height: 41px;
    width: 41px;
    border-left: none;
    border-bottom: none;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-left: -20px;
    position: relative;
    z-index: 6;
}
.new-progress-bar-design img {
    display: block;
    clear: both;
    height: 30px;
    width: 30px;
    margin: 0 auto;
}
.new-progress-bar-design p.on {
    background: #5399f8;
    color: #fff;
}
.new-progress-bar-design p.on:after {
    border-left: 20px solid #5399f8;
}
.new-progress-bar-design p.on img {
    -webkit-filter: brightness(5);
    filter: brightness(5);
}
.new-progress-bar-design .one {
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
    border-right: none;
    z-index: 7;
}
.new-progress-bar-design .two {
    z-index: 4;
    margin-left: -46px;
    padding-left: 20px;
}
.new-progress-bar-design .three {
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
    border-left: none;
    z-index: 3;
    margin-left: -46px;
    padding-left: 20px;
}
.new-progress-bar-design .three:after {
    display: none;
}
@media screen and (max-width:768px) {
    .new-progress-bar-design p {
        font-size: 13px;
    }
    .new-progress-bar-design img {
        height: 24px;
        width: 24px;
    }
    .new-progress-bar-design .arrow {
        height: 37px;
        width: 37px;
        margin-left: -18px;
    }
    .new-progress-bar-design .two {
        margin-left: -23px;
        padding-left: 17px;
    }
    .new-progress-bar-design .three {
        margin-left: -23px;
        padding-left: 17px;
    }
}@media screen and (max-width:370px) {
    .new-progress-bar-design p {
        font-size: 11px;
    }
    .new-progress-bar-design img {
        height: 22px;
        width: 22px;
    }
    .new-progress-bar-design .arrow {
        height: 35px;
        width: 35px;
        margin-left: -17px;
    }
    .new-progress-bar-design .two {
        margin-left: -20px;
        padding-left: 11px;
    }
    .new-progress-bar-design .three {
        margin-left: -20px;
        padding-left: 11px;
    }
}.simple-progress-bar {
     display: grid;
     grid-template-columns: 1fr 1fr 1fr;
     grid-gap: 0;
     -webkit-box-align: center;
     -webkit-align-items: center;
     -ms-flex-align: center;
     align-items: center;
     height: 40px;
     margin-bottom: 20px;
 }
.simple-progress-bar p {
    font-family: sans-serif;
    position: relative;
    background: #ccc;
    color: #676767;
    text-align: center;
    border: 1px solid #fff;
    font-size: 16px;
    line-height: 40px;
    z-index: 1;
}
.simple-progress-bar img {
    display: inline-block;
    height: 23px;
    width: 23px;
    margin: 0 2px 0 0;
}
.simple-progress-bar p.on {
    background: #f1560d;
    color: #fff;
}
.simple-progress-bar p.on img {
    -webkit-filter: brightness(5);
    filter: brightness(5);
}
.simple-progress-bar .one {
    border-radius: 20px;
    z-index: 7;
}
.simple-progress-bar .two {
    border-bottom-right-radius: 20px;
    border-top-right-radius: 20px;
    border-left: none;
    z-index: 4;
    margin-left: -50px;
    padding-left: 30px;
}
.simple-progress-bar .three {
    border-bottom-right-radius: 20px;
    border-top-right-radius: 20px;
    border-left: none;
    z-index: 3;
    margin-left: -50px;
    padding-left: 36px;
}
.page-progress {
    display: block;
}
.page-progress p {
    float: left;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 33%;
    padding: 2px 0;
    border: 1px solid #fff;
    background: #ccc;
    color: #888;
    text-align: center;
    height: 22px;
    font-size: 12px!important;
    line-height: 16px!important;
    font-weight: 700;
}
.page-progress .one {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    border-right: none;
}
.page-progress .two {
    width: 34%}
.page-progress .three {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-left: none;
}
.page-progress .on {
    background: #fa592c;
    color: #fff;
}
.free-gift-image {
    float: right;
    margin-left: 20px;
    max-width: 100px;
}
@media screen and (min-width:768px) {
    .free-gift-image {
        max-height: 116px;
    }
}button {
     -webkit-box-shadow: none!important;
     box-shadow: none!important;
 }
.rev-step1 .summary .summary-products .product-primary img, .step1 .summary .summary-products .product-primary img {
    left: -10%;
    width: 100%;
    max-width: 60px;
}
.rev-step1 .summary .summary-products .product-gift img, .step1 .summary .summary-products .product-gift img {
    max-width: 50px;
    top: 95px!important;
    left: 60%!important;
}
.rev-step1 .social-proof img, .step1 .social-proof img {
    display: block;
    margin: 0 auto;
    opacity: .5;
    width: 75%;
    max-width: 400px;
}
.rev-step1 .social-proof .trademarks, .step1 .social-proof .trademarks {
    font-size: 12px;
}
@media screen and (max-width:748px) {
    .rev-step1 .summary .summary-products .product-primary img, .step1 .summary .summary-products .product-primary img {
        left: -10%!important;
    }
    .rev-step1 .summary .summary-products .product-gift img, .step1 .summary .summary-products .product-gift img {
        left: 70%!important;
    }
}.rev-step2 .show-summary .product-s .product-primary .img-container img, .step2 .show-summary .product-s .product-primary .img-container img {
     max-width: 35px;
 }
.rev-step2 .show-summary .product-s .product-gift .img-container img, .step2 .show-summary .product-s .product-gift .img-container img {
    max-width: 35px;
}
.rev-step3 .receipt {
    background: 0 0;
}
.rev-step3 .receipt .text.lead {
    color: #000;
}
.rev-step3 .receipt .purchase p:last-of-type {
    color: #000;
}
.rev-step1 #checkout-button, .rev-step1 #continue-1, .rev-step1 #continue-2, .rev-step1 #hero button, .rev-step1 #shipping-button, .rev-step1 #survey-button, .rev-step1 .continue-btn, .rev-step1 .continue-button, .rev-step1 .on, .rev-step1 button, .rev-step1 input[type=submit], .rev-step2 #checkout-button, .rev-step2 #continue-1, .rev-step2 #continue-2, .rev-step2 #hero button, .rev-step2 #shipping-button, .rev-step2 #survey-button, .rev-step2 .continue-btn, .rev-step2 .continue-button, .rev-step2 .on, .rev-step2 button, .rev-step2 input[type=submit], .rev-step3 #checkout-button, .rev-step3 #continue-1, .rev-step3 #continue-2, .rev-step3 #hero button, .rev-step3 #shipping-button, .rev-step3 #survey-button, .rev-step3 .continue-btn, .rev-step3 .continue-button, .rev-step3 .on, .rev-step3 button, .rev-step3 input[type=submit] {
    background-color: #39f!important;
}
@media screen and (max-width:748px) {
    .row-multi {
        margin-bottom: 0!important;
    }
    .row-multi>.column {
        margin-bottom: 10px!important;
    }
    .column.alpha, .column.eight, .column.eleven, .column.five, .column.four, .column.nine, .column.omega, .column.one, .column.seven, .column.single, .column.six, .column.ten, .column.three, .column.twelve, .column.two {
        width: 100%}
    #shipping .six.column, #shipping-billing .six.column {
        width: 48.14814814814815%}
    .total-border .six {
        width: 48.14814814814815%}
}#cboxOverlay, #cboxWrapper, #colorbox {
     position: absolute;
     top: 0;
     left: 0;
     z-index: 9999999999999999999999999999999999999;
     overflow: hidden;
 }
#cboxOverlay {
    position: fixed;
    width: 100%;
    height: 100%}
#cboxBottomLeft, #cboxMiddleLeft {
    clear: left;
}
#cboxContent {
    position: relative;
}
#cboxLoadedContent {
    overflow: auto;
}
#cboxTitle {
    margin: 0;
}
#cboxLoadingGraphic, #cboxLoadingOverlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%}
#cboxClose, #cboxNext, #cboxPrevious, #cboxSlideshow {
    cursor: pointer;
}
.cboxPhoto {
    float: left;
    margin: auto;
    border: 0;
    display: block;
}
.cboxIframe {
    width: 100%;
    height: 100%;
    display: block;
    border: 0;
}
#cboxOverlay {
    background: #000;
}
#cboxTopLeft {
    width: 14px;
    height: 14px;
    background: url(/global-images/colorbox/controls.png) no-repeat 0 0;
    border-top-left-radius: 3px;
}
#cboxTopCenter {
    height: 14px;
    background: url(/global-images/colorbox/border.png) repeat-x top left;
}
#cboxTopRight {
    width: 14px;
    height: 14px;
    background: url(/global-images/colorbox/controls.png) no-repeat -36px 0;
    border-top-right-radius: 3px;
}
#cboxBottomLeft {
    width: 14px;
    height: 43px;
    background: url(/global-images/colorbox/controls.png) no-repeat 0 -32px;
    border-bottom-left-radius: 3px;
}
#cboxBottomCenter {
    height: 43px;
    background: url(/global-images/colorbox/border.png) repeat-x bottom left;
}
#cboxBottomRight {
    width: 14px;
    height: 43px;
    background: url(/global-images/colorbox/controls.png) no-repeat -36px -32px;
    border-bottom-right-radius: 3px;
}
#cboxMiddleLeft {
    width: 14px;
    background: url(/global-images/colorbox/controls.png) repeat-y -175px 0;
}
#cboxMiddleRight {
    width: 14px;
    background: url(/global-images/colorbox/controls.png) repeat-y -211px 0;
}
#cboxContent {
    background: #fff;
    overflow: visible;
    color: #111;
}
.cboxIframe {
    background: #fff;
}
#cboxError {
    padding: 50px;
    border: 1px solid #ccc;
}
#cboxLoadedContent {
    margin-bottom: 5px;
    padding: 0 20px;
    width: 100%!important;
    margin-right: 0!important;
    -webkit-box-sizing: border-box!important;
    box-sizing: border-box!important;
}
#cboxLoadingOverlay {
    background: url(/global-images/colorbox/loading_background.png) no-repeat center center;
}
#cboxLoadingGraphic {
    background: url(/global-images/colorbox/loading.gif) no-repeat center center;
}
#cboxTitle {
    position: absolute;
    bottom: -25px;
    left: 0;
    text-align: center;
    width: 100%;
    font-weight: 700;
    color: #7c7c7c;
}
#cboxCurrent {
    position: absolute;
    bottom: -25px;
    left: 58px;
    font-weight: 700;
    color: #7c7c7c;
}
#cboxClose, #cboxNext, #cboxPrevious, #cboxSlideshow {
    position: absolute!important;
    bottom: -29px!important;
    background: url(/global-images/colorbox/controls.png) no-repeat 0 0;
    width: 23px;
    height: 23px;
    text-indent: -9999px;
    z-index: 999999999999999999999999999999999999999999;
}
#cboxPrevious {
    left: 0;
    background-position: -51px -25px;
}
#cboxPrevious:hover {
    background-position: -51px 0;
}
#cboxNext {
    left: 27px;
    background-position: -75px -25px;
}
#cboxNext:hover {
    background-position: -75px 0;
}
#cboxClose {
    right: 0;
    background-position: -100px -25px;
    min-height: 23px;
    max-height: 23px;
    min-width: 23px;
    max-width: 23px;
    padding: 0;
}
#cboxClose:hover {
    background-position: -100px 0;
}
.cboxSlideshow_on #cboxSlideshow {
    background-position: -125px 0;
    right: 27px;
}
.cboxSlideshow_on #cboxSlideshow:hover {
    background-position: -150px 0;
}
.cboxSlideshow_off #cboxSlideshow {
    background-position: -150px -25px;
    right: 27px;
}
.cboxSlideshow_off #cboxSlideshow:hover {
    background-position: -125px 0;
}
#colorbox h2 {
    font-size: 32px!important;
    line-height: 32px!important;
    margin-bottom: 15px;
    padding-bottom: 15px;
    font-style: normal;
    border-bottom: 2px dashed #ccc;
}
#colorbox p {
    font-size: 16px!important;
    line-height: 20px!important;
}
#colorbox a, #colorbox a:active, #colorbox a:visited {
    color: #0073c4!important;
    text-decoration: none!important;
    font-size: 16px!important;
}
#colorbox button {
    border: none!important;
    -webkit-box-shadow: 0 0 0 #000!important;
    box-shadow: 0 0 0 #000!important;
}
#colorbox button:hover {
    -webkit-box-shadow: 0 0 0 #000!important;
    box-shadow: 0 0 0 #000!important;
    position: absolute!important;
    bottom: -29px!important;
    top: auto;
}