*,
.styled-list li.avenir {
    font-family: avenir, sans-serif
}

.corner-ribbon,
.featured-in-hdr,
.featured-in-hdr *,
.option-area .oswald {
    font-family: oswald, sans-serif
}

:root {
    --red: #e00000;
    --blue: #007bff;
    --move-blue: #233962;
    --green: #1cd42a;
    --h1: 64px;
    --h2: 54px;
    --h3: 44px;
    --h4: 34px;
    --h5: 28px;
    --h6: 24px
}

* {
    transition: 50ms ease-in-out;
    outline: 0 !important
}

body {
    background: #fff;
    color: #000
}

p {
    font-size: 16px;
}


h1,
h1 *,
h2,
h2 *,
h3,
h3 *,
h4,
h4 *,
h5,
h5 *,
h6,
h6 * {
    font-family: "Oswald", sans-serif;
    font-weight: 800;
    text-transform: uppercase
}

h1 {
    font-size: var(--h1)
}

h2 {
    font-size: var(--h2)
}

h3 {
    font-size: var(--h3)
}

h4 {
    font-size: var(--h4)
}

h5 {
    font-size: var(--h5)
}

h6 {
    font-size: var(--h6)
}

.fw800 {
    font-weight: 800
}

.fw600 {
    font-weight: 600
}

.fw400 {
    font-weight: 400
}

.fs1-5 {
    font-size: 1.5rem
}

.fs2 {
    font-size: 2rem
}

.uppercase {
    text-transform: uppercase
}

.capitalize {
    text-transform: capitalize
}

.lowercase {
    text-transform: lowercase
}

.text-shadow-dk {
    text-shadow: 1px 1px 10px rgba(0, 0, 0, .3)
}

.text-shadow-lt {
    text-shadow: 1px 1px 10px rgba(255, 255, 255, .5)
}

.underline {
    text-decoration: underline
}

.italic {
    font-style: italic
}

.left-align {
    text-align: left
}

.center-align {
    text-align: center
}

.right-align {
    text-align: right
}

.silver {
    color: #c1c8d3
}

.red,
a.red:hover {
    color: var(--red)
}

.bg-red {
    background: var(--red)
}

.white {
    color: #fff
}

section.banner {
    padding: 0;
    text-align:center;
}

.site-btn {
    cursor: pointer;
    border: 4px solid var(--red) !important;
    border-radius: 4px !important;
    color: #fff;
    background-color: var(--red);
    white-space: normal !important
}

.site-btn:hover,
button.btn:hover,
button:hover {
    background-color: transparent;
    color: var(--red)
}

.cart-option a.btn-invert,
.cart-option a.btn.btn-invert,
button.btn-invert,
button.btn.btn-invert {
    cursor: pointer;
    border: 4px solid var(--red);
    border-radius: 4px;
    color: var(--red);
    background-color: transparent
}

.cart-option a.btn-invert:hover,
.cart-option a.btn.btn-invert:hover,
button.btn-invert:hover,
button.btn.btn-invert:hover {
    background-color: var(--red);
    color: #fff
}

.cart-option a.btn.btn-blue,
button.btn-blue,
button.btn.btn-blue {
    cursor: pointer;
    border: 4px solid var(--blue);
    border-radius: 4px;
    color: #fff;
    background-color: var(--blue)
}

.cart-option a.btn-blue:hover,
.cart-option a.btn.btn-blue:hover,
button.btn-blue:hover,
button.btn.btn-blue:hover {
    background-color: transparent;
    color: var(--blue)
}

.cart-option a.btn.btn-blue.btn-invert,
button.btn-blue.btn-invert,
button.btn.btn-blue.btn-invert {
    cursor: pointer;
    border: 4px solid var(--blue);
    border-radius: 4px;
    color: var(--blue);
    background-color: transparent
}

.cart-option a.btn-blue.btn-invert:hover,
.cart-option a.btn.btn-blue.btn-invert:hover,
button.btn-blue.btn-invert:hover,
button.btn.btn-blue.btn-invert:hover {
    background-color: var(--blue);
    color: #fff
}

.cart-option a.btn.btn-green,
button.btn-green,
button.btn.btn-green {
    cursor: pointer;
    border: 4px solid var(--green);
    border-radius: 4px;
    color: #fff;
    background-color: var(--green)
}

.cart-option a.btn-green:hover,
.cart-option a.btn.btn-green:hover,
button.btn-green:hover,
button.btn.btn-green:hover {
    background-color: transparent;
    color: var(--green)
}

.cart-option a.btn.btn-green.btn-invert,
button.btn-green.btn-invert,
button.btn.btn-green.btn-invert {
    cursor: pointer;
    border: 4px solid var(--green);
    border-radius: 4px;
    color: var(--green);
    background-color: transparent
}

.cart-option a.btn-green.btn-invert:hover,
.cart-option a.btn.btn-green.btn-invert:hover,
button.btn-green.btn-invert:hover,
button.btn.btn-green.btn-invert:hover {
    background-color: var(--green);
    color: #fff
}

.cart-option a.btn.btn-disabled,
button.btn-disabled {
    background-color: #a0a0a0;
    color: #fff;
    border: 4px solid #a0a0a0;
    cursor: not-allowed
}

.styled-list {
    margin: 30px 0;
    font-size: 1.2em
}

.styled-list li {
    padding-left: 25px;
    margin-bottom: 12px;
    list-style-type: none
}

.styled-list.checkmark li {
    background: url(https://d12hfwo7xdmxn8.cloudfront.net/salespages/move/img/tick-icon-2.png) left top 5px no-repeat
}

.checkmark2 {
    background: url(https://d12hfwo7xdmxn8.cloudfront.net/salespages/move/img/tick-icon-2.png) left center no-repeat;
    min-width: 20px;
    min-height: 20px
}

.accent-border-left {
    border-left: 10px solid var(--red);
    padding-left: 20px
}

.accent-border-right {
    border-right: 10px solid var(--red);
    padding-right: 20px
}

.accent-border-sm,
.plus-bonuses {
    border-left: 10px solid #000;
    display: block;
    margin: auto
}

.error-container,
.thank-you {
    margin-top: 40px;
    text-align: center;
    font-weight: 700;
    padding: 20px;
    width: 100%
}

.gray-bg {
    background: linear-gradient(180deg, rgba(246, 246, 246) 0, #fff 100%)
}

.flex {
    display: flex;
    justify-content: center;
    flex: 1 auto
}

.grid {
    display: grid;
    grid-column-gap: 20px;
    grid-template-columns: 2fr 2fr 1fr;
    width: 100%
}

sup {
    color: #d3d3d3
}

.dont-break {
    display: inline-block
}


div.video-banner,
section.video-banner {
    padding: 0;
    margin: 0 auto
}

.thank-you {
    background-color: #9dff9d
}

.error-container {
    background-color: #ffd4d4;
    display: none;
    color: var(--red);
    font-size: 24px
}

.asset-container,
.img-block,
.img-block-sm {
    position: relative;
    display: flex;
    overflow: hidden;
    text-align: center
}

.asset-container,
.img-block {
    height: 700px;
    align-items: center;
    justify-content: center
}

.img-block-sm {
    height: 500px;
    max-width: 1000px;
    margin: auto;
    align-items: center;
    justify-content: center
}

.img-block-sm>div>.hdr-glow {
    margin: auto;
    align-self: center;
    justify-self: center;
    color: #fff;
    text-transform: uppercase;
    font-family: "Oswald", sans-serif;
    z-index: 10;
    font-style: italic;
    letter-spacing: 5px
}

.cart-option {
    padding: 20px;
    box-shadow: 0 5px 15px 0 rgba(0, 0, 0, .15);
    border: 1px solid #eee;
    text-align: center;
    height: 100%;
    margin: 10px auto
}


img.wide-img {
    max-width: 100%;
    margin: 0 auto
}

.option-area *,
.option-area .avenir {
    font-family: avenir next condensed, sans-serif
}

.option-area {
    padding: 0
}

.option-area .option-container {
    width: 100%;
    max-width: 1000px;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

.cart-option a,
.cart-option a.btn {
    cursor: pointer;
    border: 4px solid var(--red) !important;
    border-radius: 4px !important;
    color: #fff;
    background-color: var(--red);
    white-space: normal !important;
    max-width: 600px
}

.cart-option a.btn-blue,
.cart-option a.btn.btn-blue {
    cursor: pointer;
    border: 4px solid var(--blue) !important;
    border-radius: 4px;
    color: #fff;
    background-color: var(--blue)
}

.cart-option a.btn-blue.btn-invert,
.cart-option a.btn.btn-blue.btn-invert {
    cursor: pointer;
    border: 4px solid var(--blue) !important;
    border-radius: 4px;
    color: var(--blue);
    background-color: transparent
}

.cart-option a.btn-green,
.cart-option a.btn.btn-green {
    cursor: pointer;
    border: 4px solid var(--green) !important;
    border-radius: 4px;
    color: #fff;
    background-color: var(--green)
}

.cart-option a.btn-green.btn-invert,
.cart-option a.btn.btn-green.btn-invert {
    cursor: pointer;
    border: 4px solid var(--green) !important;
    border-radius: 4px;
    color: var(--green);
    background-color: transparent
}

a.btn-no-thanks,
a.btn-no-thanks * {
    font-weight: 400;
    padding: 20px 0;
    margin: auto;
    white-space: normal !important
}

.card-top.move-style,
.cart-option .card-top.move-style {
    margin: 20px 0 10px;
    display: block;
    font-family: avenir, sans-serif
}

.card.move-style,
.cart-option .card.move-style {
    border: none;
    margin: 0 auto;
    background: 0 0
}

img.sixty-day-gua,
.sixty-day-gua {
    max-width: 150px
}

.single-option-gua {
    position: absolute;
    width: 100px;
    margin: 0 !important;
    right: 10px;
    top: 10px
}

    {
    position: relative;
    overflow: hidden;
    border-radius: 4px;
    padding-top: 40px
}

.prod-hdr {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 40px
}

.prod-hdr.recommended {
    background: var(--green);
    color: #fff;
    text-shadow: 0 0 10px rgba(0, 0, 0, .2), 2px 2px 2px rgba(0, 0, 0, .2);
    font-style: italic
}

.bonus-product-img {
    max-width: 200px
}

.corner-ribbon {
    width: 250px;
    position: absolute;
    text-align: center;
    line-height: 40px;
    letter-spacing: 1px;
    color: #fff;
    text-shadow: 0 0 5px var(--move-blue);
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    background: #1cd42bb0;
    font-size: 1em
}

.sp-footer,
.sp-footer a {
    color: #898989 !important
}

.corner-ribbon.shadow {
    box-shadow: 0 0 3px rgba(0, 0, 0, .3)
}

.corner-ribbon.top-right {
    top: 25px;
    right: -60px;
    left: auto;
    transform: rotate(35deg);
    -webkit-transform: rotate(35deg)
}

.sp-footer {
    background-color: #eee !important;
    border-top: 1px solid #898989 !important;
    border-bottom: 1px solid #898989 !important;
    font-size: 12px !important;
    font-family: Arial, Helvetica, sans-serif
}

.sp-footer .container img {
    height: 20px !important
}

.sp-footer ul {
    padding: 0 0 0 8px !important
}

@media only screen and (max-width:1199px) {
    h1 {
        font-size: var(--h1)
    }

    h2 {
        font-size: var(--h2)
    }

    h3 {
        font-size: var(--h3)
    }

    h4 {
        font-size: var(--h4)
    }

    h5 {
        font-size: var(--h5)
    }

    h6 {
        font-size: var(--h6)
    }

    .single-option h3 {
        height: 120px
    }
}

@media only screen and (max-width:991px) {
    h1 {
        font-size: calc(var(--h1) - 5px)
    }

    h2 {
        font-size: calc(var(--h2) - 5px)
    }

    h3 {
        font-size: calc(var(--h3) - 5px)
    }

    h4 {
        font-size: calc(var(--h4) - 5px)
    }

    h5 {
        font-size: calc(var(--h5) - 5px)
    }

    h6 {
        font-size: calc(var(--h6) - 5px)
    }

    .img-block {
        height: 600px
    }

    .single-option h3 {
        height: auto
    }
}

@media only screen and (max-width:767px) {
    h1 {
        font-size: calc(var(--h1) - 10px)
    }

    h2 {
        font-size: calc(var(--h2) - 10px)
    }

    h3 {
        font-size: calc(var(--h3) - 10px)
    }

    h4 {
        font-size: calc(var(--h4) - 10px)
    }

    h5 {
        font-size: calc(var(--h5) - 10px)
    }

    h6 {
        font-size: calc(var(--h6) - 10px)
    }

    .styled-list {
        margin: 20px 0
    }

    .prod-hdr {
        position: absolute;
        height: 30px
    }
}

@media only screen and (max-width:575px) {
    .img-block {
        height: 400px
    }

    .styled-list:not(.accent-border-left) {
        margin-left: -30px
    }

    .cart-option img.wide-img {
        max-width: 100%
    }
}

@media only screen and (max-width:360px) {
    h1 {
        font-size: calc(var(--h1) - 15px)
    }

    h2 {
        font-size: calc(var(--h2) - 15px)
    }

    h3 {
        font-size: calc(var(--h3) - 15px)
    }

    h4 {
        font-size: calc(var(--h4) - 15px)
    }

    h5 {
        font-size: calc(var(--h5) - 15px)
    }

    h6 {
        font-size: calc(var(--h6) - 15px)
    }
}

@import 'https://fonts.googleapis.com/css?family=Oswald:300,400,600,700 | Roboto:400,700,900';

:root {
    --red: #e00000;
    --blue: #007bff;
    --primary-color: var(--red)
}

.banner-wait * {
    font-family: oswald, sans-serif
}

.banner-wait__top {
    padding: 0;
    text-align: center;
    width: 100%;
    margin: 12px auto;
}

.banner-wait__top-1,
.banner-wait__top-2,
.banner-wait__top-3 {
    flex: 1 auto;
    max-width: 350px;
}

.banner-wait__top-1,
.banner-wait__top-3 {
    background: #f8f8f8;
    color: #929292
}

.banner-wait__top-3 {}

.banner-wait__top-2 {
    color: #fff;
    background: var(--primary-color)
}

.banner-wait__top-2 span {
    align-items: flex-start
}

.banner-wait__top-2 .lr-arrow,
.banner-wait__top-3 .lr-arrow {
    mask: url(https://d12hfwo7xdmxn8.cloudfront.net/salespages/move/img/lr.svg);
    mask-size: 100%;
    mask-repeat: no-repeat;
    mask-position: left top;
    -webkit-mask: url(https://d12hfwo7xdmxn8.cloudfront.net/salespages/move/img/lr.svg);
    -webkit-mask-size: cover;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    position: relative;
    left: 0;
    top: 0;
    width: 18px;
    height: 100%;
    background-repeat: no-repeat
}

.banner-wait__top-2 .lr-arrow {
    background: #f8f8f8
}

.banner-wait__top-3 .lr-arrow {
    background: var(--primary-color)
}

.banner-wait__top-1 h5,
.banner-wait__top-2 h5,
.banner-wait__top-3 h5 {
    padding: 5px 0;
    margin: 5px auto
}

.banner-wait .banner-wait__btm h5 {
    margin-top: 20px;
    line-height: 1.1
}

.wait-hand {
    mask: url(https://d12hfwo7xdmxn8.cloudfront.net/img/wait-hand.svg);
    mask-size: 100%;
    mask-repeat: no-repeat;
    mask-position: left top;
    -webkit-mask: url(https://d12hfwo7xdmxn8.cloudfront.net/img/wait-hand.svg);
    -webkit-mask-size: cover;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    position: relative;
    left: 0;
    top: 4px;
    background-repeat: no-repeat;
    width: 65px;
    height: 65px;
    display: inline-block;
    background: var(--primary-color)
}

.wait-alert {
    display: block;
    margin: 0 auto;
    text-align: center
}

h1.h1-wait {
    font-size: 67px;
    color: var(--primary-color);
    margin-bottom: 0;
    display: flex;
    flex-direction: row;
    gap: 8px;
    justify-content: center;
    align-items: center;
    max-width: 100%;
}

h1.h1-wait img {
    width: 60px;
    height: 60px;
}

.p-below-top-bar {
    font-family: oswald, sans-serif;
    font-size: 18px;
    color: #828282;
    margin-bottom: 5px
}

.p-order-not-complete {
    display: inline-block;
    font-size: 24px;
    font-family: oswald, sans-serif;
    color: #404040;
    margin: 0;
}

.p-order-not-complete span {
    background: var(--primary-color);
    padding: 1px 7px;
    margin-top: 8px;
    display: block;
    color: #fff
}

.p-do-this-first {
    color: #929292;
    font-family: oswald, sans-serif;
    font-size: 1.2em
}

.p-do-this-first span {
    font-family: oswald, sans-serif;
    color: var(--primary-color);
    font-weight: 600
}

.banner-wait p>span>.fas {
    margin-right: 7px
}

.video-banner {
    width: 100vw
}

.video-banner .banner-vsl {}

.videoBanner__btn {
    text-align: center;
    margin-top: 50px
}

.primary-color {
    color: var(--primary-color)
}

.white {
    color: #fff
}

.dont-break {
    display: inline-block
}

.accent-border-left {
    border-left: 10px solid var(--primary-color);
    padding-left: 20px
}

.accent-border-right {
    border-right: 10px solid var(--primary-color);
    padding-right: 20px
}

section.video-banner {
    padding: 0;
    margin: 0 auto
}

.img-block {
    height: 700px;
    overflow: hidden;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center
}

.img-1 {
    background-image: url(https://d12hfwo7xdmxn8.cloudfront.net/salespages/move/burn-cs/img/female-plank.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%
}

.img-2 {
    background-image: url(https://d12hfwo7xdmxn8.cloudfront.net/salespages/move/burn-cs/img/vince-sidestep-touch.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left bottom
}

.img-1-bottle {
    width: auto;
    height: auto;
    max-width: 100%
}

.img-3-bottle {
    width: auto;
    height: auto;
    max-width: 100%
}

.img-6-bottle {
    width: auto;
    height: auto;
    max-width: 70%
}

.option-area * {
    font-family: roboto, sans-serif
}

.option-area .avenir {
    font-family: avenir next condensed, sans-serif
}

.option-area .oswald {
    font-family: oswald, sans-serif
}

.option-area {
    padding: 0
}

.po-2 {
    padding-bottom: 45px;
    background: #fafafa
}

.single-option {
    background: #fafafa;
    padding: 15px !important;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, .01);
    overflow: visible;
    transition: all .3s;
    position: relative;
    border: 1px solid #eee;
    height: auto !important
}

.single-option:hover {
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, .2)
}

.single-option h3 {
    color: #3d3d3d;
    line-height: 1.2;
    color: gray;
    font-size: 28px;
    font-weight: 400;
    letter-spacing: 0
}

.single-option:first-child h3 {
    font-family: oswald, sans-serif
}

.single-option h3 span {
    display: block;
    font-size: 20px;
    font-weight: 700;
    font-family: roboto, sans-serif
}

.single-option h3 span:first-child {
    font-weight: 700;
    margin: 0 0 -4px;
    letter-spacing: 0
}

.single-option h3 span:last-child {
    color: #8f8f8f;
    font-weight: 400;
    margin: -8px 0 0;
    position: relative;
    background: #fff;
    display: inline-block;
    padding: 0 5px;
    z-index: 11;
    display: table;
    margin-left: 50%;
    transform: translateX(-50%);
    letter-spacing: 0;
    width: 60%;
    margin-top: 5px
}

.option-middle .col-lg-4:nth-child(2) .single-option h3 span:last-child {
    background: #fefaf9
}

.single-option h3 span:last-child::before {
    content: "";
    width: 134%;
    height: 2px;
    background: #ddd;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -2
}

.single-option h3 span:last-child::after {
    content: "";
    width: 100%;
    height: 100%;
    background: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1
}

.option-middle .col-lg-4:nth-child(2) .single-option h3 span:last-child::after {
    background: #fefaf9
}

.option-middle .col-lg-4:nth-child(1) h3 span:first-child {
    color: #a9a8a8
}

.option-middle .col-lg-4:nth-child(2) h3 span:first-child {
    color: var(--red)
}

.option-middle .col-lg-4:nth-child(3) h3 span:first-child {
    color: #28629e
}

.single-option h5 {
    color: #353535
}

.single-option h6 {
    text-transform: uppercase
}

.single-option h6 em {
    color: var(--red);
    font-style: normal
}

.single-option a {
    width: 100% !important
}

.single-option>p {
    color: #969696;
    font-size: 14px;
    width: 70%;
    margin: 10px auto 12px;
    line-height: 1.2;
    text-align: center
}

.single-option img {
    margin: 0 auto;
    max-height: 100%;
    max-width: 100%;
    display: block
}

.single-option-image {
    height: 275px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center
}

.option-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    height: auto !important;
    flex-direction: column;
    margin: -10px 0 10px
}

.option-info h6 {
    color: #474747;
    font-weight: 600;
    margin: 18px 0 0
}

.option-price p {
    font-size: 14px;
    margin: 0 0 -11px;
    color: #9c9c9c
}

.old-price,
.current-price {
    float: none;
    width: 100%
}

.old-price {
    position: relative;
    width: 75%;
    margin: 0 auto !important;
    margin-top: 15px !important
}

del.red {
    margin-left: 5px
}

.single-option.top-option .old-price:before {
    background: #eedfd9
}

.price {
    font-size: 60px;
    font-weight: 700;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center
}

.old-price .price {
    font-size: 24px;
    border-top: 2px solid #9f9f9f;
    border-bottom: 2px solid #9f9f9f;
    color: #9f9f9f
}

.price-currency {
    top: -7px;
    position: relative;
    font-size: .6em
}

.price-currency,
.price-integer,
.price-decimal {
    color: #353535
}

.price-currency.red,
.price-integer.red,
.price-decimal.red {
    color: var(--red)
}

.single-option-gua {
    position: absolute;
    width: 100px;
    margin: 0 !important;
    right: 10px;
    top: 10px
}

.price-each {
    font-size: 18px;
    font-weight: 600;
    left: 0;
    margin-left: 15px
}

.old-price {
    padding-right: 15px
}

.you-save {
    padding: 6px 10px;
    background: var(--red);
    color: #fff !important;
    font-size: 14px
}

p.auto-refill {
    margin: 0
}


.one-time {
    display: none
}

.one-time-option .auto-refill-btn {
    display: none
}

.one-time-option .one-time-btn,
.site-btn {
    display: block
}

.one-time-option .one-time {
    display: block
}

.one-time-option .auto-refill {
    display: none
}

.checkboxes {
    margin: 5px 0 0
}

.checkboxes label {
    cursor: pointer;
    font-size: 14px;
    font-weight: 700;
    position: relative;
    padding-left: 30px;
    color: #616161;
    margin-bottom: 6px;
    display: inline-block;
}

.single-option .single-option-image-0ne img {
    margin: 0 auto;
    max-height: 90%;
    display: block
}

.checkboxes label:hover {
    color: #000
}

.option-more-info {
    font-size: 12px;
    height: auto !important;
    display: flex;
    align-items: center;
    color: gray;
    text-align: center;
    padding: 10px;
    margin-top: 20px;
    position: relative;
    transition: all .3s;
    background: rgba(255, 0, 0, .05);
    box-shadow: 0 5px 5px 0 rgba(0, 0, 0, .1)
}

.option-more-info::after {
    content: "";
    height: 0;
    width: 0;
    border-bottom: 10px solid rgba(255, 0, 0, .05);
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    position: absolute;
    left: 50%;
    top: -10px;
    transform: translateX(-50%)
}

.option-more-info p {
    font-size: 12px
}

.one-time {
    font-size: 18px;
    color: var(--red)
}

input[type=radio] {
    display: none
}

input[type=radio]+span::before {
    content: "";
    height: 22px;
    width: 22px;
    border-radius: 2px;
    border: 2px solid #616161;
    background: #fff;
    position: absolute;
    top: -1px;
    left: 0;
    line-height: 19px;
    text-align: center;
    color: var(--red);
    font-size: 14px;
    transition: all .3s
}

input[type=radio]:checked+span {
    color: var(--red)
}

input[type=radio]:checked+span::before {
    content: "\f00c";
    font-family: "font awesome 5 free";
    border: 2px solid var(--red)
}

.option-bottom {
    overflow: hidden;
    margin: 38px 0 0
}

.option-file {
    float: left;
    width: 25%
}

.option-file img {
    margin: 15px auto 0
}

.option-bottom-text {
    float: left;
    width: 75%
}

.option-bottom-text h2 {
    color: #173b82;
    text-transform: none;
    margin: 0 0 2px
}

.one-time-btn {
    display: none
}

.no-autorifill .auto-refill-btn {
    display: none
}

.no-autorifill .one-time-btn {
    display: block
}

.text-center.extra {
    margin-top: 20px;
    font-size: 20px;
    margin-bottom: 15px
}

.option-area button,
.site-btn {
    font-family: oswald, sans-serif;
    font-size: 26px
}

.guarantee {
    padding: 0 0 50px
}

.guarantee img {
    max-width: 400px;
    margin: 0 auto 20px;
    display: block
}

.sp-footer {
    color: #898989 !important;
    background-color: #eee !important;
    border-top: 1px solid #898989 !important;
    border-bottom: 1px solid #898989 !important;
    font-size: 12px !important;
    color: #898989 !important;
    font-family: Arial, Helvetica, sans-serif
}

.sp-footer a {
    color: #898989 !important
}

.sp-footer .container img {
    height: 20px !important
}

.sp-footer ul {
    padding: 0 0 0 8px !important
}

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

@media only screen and (max-width: 1199px) {
    .banner-wait .banner-wait__btm .styled-list li {
        background: url("https://d12hfwo7xdmxn8.cloudfront.net/salespages/move/img/tick-icon-2.png") no-repeat left top 8px/auto 20px;
        margin-bottom: 8px;
        font-size: 24px;
        line-height: 1.2
    }

    .old-price {
        margin-right: 0
    }

    .site-btn {
        font-size: 22px
    }

    .single-option h3 span {
        font-size: 18px
    }

    .single-option h3 span:last-child {
        width: 66%
    }

    .old-price {
        padding-right: 15px
    }

    .price {
        font-size: 50px
    }

    .you-save {
        font-size: 12px;
        font-weight: 700 !important
    }

    .option-more-info {
        max-width: 300px;
        margin: 20px auto
    }

    p.auto-refill {
        font-size: 12px !important
    }

    .top-title.red {
        font-size: 20px;
        width: 100%
    }

    .banner-content ul li a {
        font-size: 18px
    }

    .pink.heading-btm {
        font-size: 30px
    }

    .p-below-top-bar {
        font-size: 15px
    }
}

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

    .banner-wait__top-1 h5,
    .banner-wait__top-2 h5,
    .banner-wait__top-3 h5 {
        padding: 5px 0;
        margin: 5px auto
    }

    .banner-wait h1.h1-wait {
        margin-right: 40px
    }

    .single-option {
        max-width: 300px;
        margin: 10px auto
    }

    .single-option h3 span {
        font-size: 16px
    }

    .old-price {
        padding-right: 15px
    }

    .single-option-image {
        height: 200px
    }

    main.move-styled-pages,
    div {
        font-size: 16px
    }

    .special-area-wrapper {
        padding: 30px 90px 50px
    }

    .p-below-top-bar {
        font-size: 15px
    }

    .img-block {
        height: 600px
    }
}

@media only screen and (max-width: 767px) {
    .banner-wait h5 .mobile-p-break {
        display: block;
        margin-top: 0
    }

    .banner-wait {
        margin: 0 0 10px
    }

    .footer-top p {
        font-size: 12px;
        padding: 15px
    }

    .area-title {
        padding: 20px 15px
    }

    .banner-wait .banner-wait__btm h1 {
        text-align: center
    }

    .banner-wait {
        padding: 0 0 15px
    }

    .img-1-bottle,
    .img-3-bottle,
    .img-6-bottle {
        width: auto;
        height: auto;
        max-width: 50vw;
        margin: auto
    }

    p {
        font-size: 1.6rem
    }
}

@media only screen and (max-width: 575px) {
    .banner-wait {
        padding-bottom: 0
    }

    .banner-wait .banner-wait__btm h5 {
        margin-top: 13px;
        margin-bottom: 15px
    }

    .banner-wait .marker {
        padding-bottom: 5px;
        padding-top: 3px
    }

    .banner-wait h5 {
        font-size: 14px;
        margin: 0 auto !important
    }

    .banner-wait .banner-wait__top {}

    p.p-below-top-bar {
        letter-spacing: -.3px;
        margin-bottom: 0;
        font-size: 14px
    }

    .banner-wait h1.h1-wait {
        font-size: 50px;
        margin-right: auto
    }

    .wait-hand {
        width: 50px;
        height: 50px
    }

    p.p-order-not-complete {
        display: inline-block;
        font-size: 1em;
        margin-bottom: 0
    }

    .p-do-this-first {
        font-size: 1em
    }

    .bottom-footer {
        text-align: center
    }

    .bottom-footer span {
        color: #555;
        margin-left: 0;
        display: block;
        margin-top: 5px
    }

    .guarantee {
        padding: 30px 0
    }

    .guarantee img {
        max-width: 100%
    }

    .guarantee h3 {
        margin-bottom: 25px
    }

    .special-area-wrapper {
        padding: 25px 15px;
        border: 5px solid #ffd438
    }

    .special-area-wrapper img {
        max-width: 250px
    }

    .img-block {
        height: 400px
    }
}

@media only screen and (max-width: 360px) {
    .banner-wait .banner-wait__btm h1 small {
        display: block;
        margin-bottom: 5px
    }

    .banner-wait .banner-wait__btm h1 br {
        display: none
    }
}

.banner-wait__top h5,
.p-below-top-bar,
.p-do-this-first {
    background: rgba(0, 0, 0, .002);
    color: #999
}

.banner-wait__top-2 .lr-arrow,
.banner-wait__top-3 .lr-arrow {
    mask: url(https://d1rolxk7wi0t82.cloudfront.net/cms/sales-pages/move/img/lr.svg);
    mask-size: 100%;
    mask-repeat: no-repeat;
    mask-position: left top;
    -webkit-mask: url(https://d1rolxk7wi0t82.cloudfront.net/cms/sales-pages/move/img/lr.svg);
    -webkit-mask-size: cover;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    position: relative;
    left: 0;
    top: 0;
    width: 18px;
    height: 100%;
    background-repeat: no-repeat
}

.wait-hand {
    mask: url(https://d1rolxk7wi0t82.cloudfront.net/cms/sales-pages/move/img/wait-hand.svg);
    mask-size: 100%;
    mask-repeat: no-repeat;
    mask-position: left top;
    -webkit-mask: url(https://d1rolxk7wi0t82.cloudfront.net/cms/sales-pages/move/img/wait-hand.svg);
    -webkit-mask-size: cover;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    position: relative;
    left: 0;
    top: 4px;
    background-repeat: no-repeat;
    width: 65px;
    height: 65px;
    display: inline-block;
    background: var(--primary-color)
}

.container.text-center a.red {
    font-family: roboto, sans-serif;
    color: var(--red);
    font-weight: bolder;
    font-size: 1.2rem;
    cursor: pointer;
}

.cart-option a.btn,
.site-btn,
button,
button.btn,
button.btn.site-btn {
    color: #fff !important;
    text-align: center;
    padding: .375rem .75rem
}

.cart-option a.btn:hover,
.site-btn:hover,
button.btn.site-btn:hover,
button.btn:hover,
button:hover {
    color: #cf0614 !important
}

.old-price {
    margin-bottom: 10px !important
}

.option-area h5.extra {
    font-family: "Oswald", sans-serif !important
}

h2.red strong {
    font-family: "Oswald", sans-serif !important
}

.old-price .price {
    background-color: rgba(0, 0, 0, .002)
}

@media only screen and (max-width: 767px) {
    h2.red {
        font-size: 34px !important
    }
}


.ControlBar__block button,
.BigControls__wrapper button,
.ResumePlay__controls button {
    border: 0 !important;
    border-radius: 0 !important;
    -webkit-transition: background-color .25s cubic-bezier(.4, 0, .2, 1) !important;
}

.ControlBar__block button:hover,
.BigControls__wrapper button:hover,
.ResumePlay__controls button:hover {
    color: white !important;
}

input[type=radio]:checked+span::before {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath fill='%23e00000' d='M438.6 105.4c12.5 12.5 12.5 32.8 0 45.3l-256 256c-12.5 12.5-32.8 12.5-45.3 0l-128-128c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0L160 338.7 393.4 105.4c12.5-12.5 32.8-12.5 45.3 0z'/%3E%3C/svg%3E") !important;
}

.video-container {
    position: relative;
    margin: auto;
    background-color: #000;
}

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



h1,
h1 * {
    font-family: "Oswald", sans-serif;
    font-size: 2.5rem;
    text-transform: uppercase;
    font-weight: bold;
    max-width: 900px;
    margin: 0 auto;
}

.banner-content ul {
    list-style-type: none;
    margin: 0 auto 0 auto;
    display: -webkit-box;
    max-width: 900px;
    display: -ms-flexbox;
    box-shadow: 2px 2px 4px #e9e9e9;
    border-radius: 4px;
    display: flex;
    padding: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: space-evenly;
}

@media only screen and (min-width: 1280px) {
    .banner-content ul {
        position: absolute;
        width: 900px;
        top: 0;
        left: calc((100vw - 900px) / 2);
        box-shadow: none;
        z-index: 999;
        margin: 0;
    }
}

.banner-content h1 {
    margin: 4rem auto 2rem auto;
    padding: 0 16px;
}

.banner-content .heading-btm {
    margin: 0 16px;
    font-size: 24px;
}

.banner-content ul li {
    display: inline-block;
    background: #fff;
    padding: 7px 30px;
    font-weight: 600;
    width: 100%;
    color: #333;
    font-size: 22px;
}

.banner-content ul li span.gol {
    display: inline-block;
    height: 30px;
    width: 30px;
    background: #333;
    border-radius: 50px;
    font-size: 18px;
    color: #fff;
    text-align: center;
    line-height: 30px;
    text-decoration: none;
    margin-right: 10px
}

.banner-content ul li:nth-child(2n) {
    background: #2fb6f9;
    color: #fff
}

.female .banner-content ul li:nth-child(2n) {
    background: #c230bb;
    color: #fff
}

.female h2.red {
    color: #000;
}

.fa-check {
    width: 14px;
    fill: #fff;
}

.fa-check path {
    stroke: #fff;
    stroke-width: 40px;
}

.fa-check-circle {
    margin-right: 5px;
    width: 27px;
    fill: #2fb6f9;
}

.fa-check-circle path {
    stroke: #fff;
    stroke-width: 15px;
}

@media only screen and (max-width: 767px) {
    .fa-check {
        width: 12px;
        height: 12px;
    }

    .banner-content ul li {
        display: block !important;
        padding: 6px;
        font-size: 14px;
    }

    .banner-content ul li span.gol {
        height: 25px;
        width: 25px;
        font-size: 12px;
        line-height: 25px;
        display: block;
        margin: 0 auto 3px auto;
    }

    h1,
    h1 * {
        font-size: 1.5rem;
    }
}

.banner-content ul li:nth-child(2n) a span.gol {
    color: #2fb6f9;
    background: #fff
}

.pink {
    color: #2fb6f9
}

.female .pink {
    color: #c230bb;
}

.heading-btm {
    font-family: "Oswald", sans-serif;
}

.video-wrapper {
    max-width: 900px;
    margin: 16px auto;
}