html {
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    font-variant-ligatures: none;
    -webkit-font-variant-ligatures: none;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
    text-shadow: rgba(0, 0, 0, .01) 0 0 1px
}

* {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

body {
    color: #424242;
    font-size: 20px;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    line-height: 1.6;
    margin: 0;
    padding: 0;
    overflow-x: hidden
}

@media (max-width:767px) {
    body {
        font-size: 18px;
        line-height: 1.66
    }
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: top
}

.container {
    max-width: 1140px;
    width: 90%
}

@media (max-width:991px) {
    .container {
        width: 100%;
        padding: 0 30px
    }
}

@media (max-width:767px) {
    .container {
        padding: 0 15px
    }
}

.container:after,
.container:before {
    display: none
}

.h,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "PT Serif", serif;
    font-weight: 700;
    line-height: 1.3;
    padding: 0 0 10px;
    color: inherit;
    margin: 0
}

.h1,
h1 {
    font-size: 46px;
    line-height: 1.3
}

@media (max-width:991px) {

    .h1,
    h1 {
        font-size: 40px;
        line-height: 1.375
    }
}

@media (max-width:767px) {

    .h1,
    h1 {
        font-size: 35px;
        line-height: 1.37
    }
}

.h2,
h2 {
    font-size: 35px;
    line-height: 1.37
}

@media (max-width:991px) {

    .h2,
    h2 {
        font-size: 30px;
        line-height: 1.2
    }
}

.h3,
h3 {
    font-size: 24px
}

.h4,
h4 {
    font-size: 18px
}

.h5,
h5 {
    font-size: 18px
}

.h6,
h6 {
    font-size: 18px
}

p {
    padding-bottom: 1.5em;
    margin: 0
}

p:last-of-type {
    padding-bottom: 0
}

a {
    color: inherit;
    text-decoration: none;
    outline: 0
}

a:focus,
a:hover {
    text-decoration: none;
    color: inherit;
    outline: 0
}

#main-header {
    border-bottom: solid 1px #fcdca7;
    padding: 15px 0
}

@media (max-width:991px) {
    #main-header {
        padding: 21px 0
    }
}

@media (max-width:767px) {
    #main-header {
        padding: 22px 0 11px
    }
}

#main-header .mobile {
    display: none !important
}

@media (max-width:767px) {
    #main-header .mobile {
        display: block !important
    }
}

@media (max-width:767px) {
    #main-header .desktop {
        display: none
    }
}

#main-header .container {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -o-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: space-between;
    -moz-box-pack: space-between;
    -ms-flex-pack: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between
}

@media (max-width:767px) {
    #main-header .container {
        justify-content: center
    }
}

@media (max-width:767px) {
    #main-header .hamburger {
        width: 72px
    }
}

@media (max-width:991px) {
    #main-header .logo-container {
        max-width: 100px
    }
}

@media (max-width:767px) {
    #main-header .logo-container {
        max-width: 90px
    }
}

@media (max-width:991px) {
    #main-header .logo-container>a {
        display: flex
    }
}

@media (max-width:991px) {
    #main-header .title-container {
        max-width: 340px
    }
}

@media (max-width:991px) {
    #main-header .title-container {
        max-width: 300px;
        margin: auto;
        padding-top: 10px
    }
}

#main-header .menu-container {
    font-size: 20px;
    line-height: 1.65;
    text-transform: uppercase
}

@media (max-width:991px) {
    #main-header .menu-container {
        font-size: 18px
    }
}

@media (max-width:767px) {
    #main-header .menu-container {
        font-size: 16px;
        display: none
    }
}

#main-footer {
    background-color: #f9f9f9;
    text-align: center;
    padding: 50px 0 55px;
    font-size: 15px;
    line-height: 1.73;
    color: #818181
}

@media (max-width:991px) {
    #main-footer {
        padding: 40px 0 62px
    }
}

@media (max-width:767px) {
    #main-footer {
        font-size: 12px;
        padding: 40px 0 45px
    }
}

#main-footer ul {
    list-style: none;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -o-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    padding: 0;
    margin: 0;
    margin-bottom: 5px;
    line-height: 33px
}

@media (max-width:767px) {
    #main-footer ul {
        line-height: 29px
    }
}

#main-footer ul>li {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -o-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center
}

#main-footer ul>li:last-child:after {
    display: none
}

#main-footer ul>li:after {
    content: "";
    display: block;
    width: 1px;
    height: 14px;
    background: #818181;
    margin: 0 10px
}

@media (max-width:767px) {
    #main-footer ul>li:after {
        margin: 0 6px
    }
}

#main-footer ul>li>a:hover {
    text-decoration: underline
}

#main-footer p {
    padding-bottom: 20px
}

@media (max-width:767px) {
    #main-footer p {
        line-height: 24px
    }
}

#main-footer p:last-child {
    padding-bottom: 0
}

@media (max-width:767px) {
    #main-footer p.copyright {
        line-height: 15px
    }
}

.button {
    display: inline-block;
    background-color: #f7ad00;
    border-radius: 10px;
    border: solid 2px #fff7ea;
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
    color: #fff;
    padding: 16px;
    width: 100%;
    max-width: 250px;
    text-align: center;
    transition: all .2s ease-in-out;
    text-shadow: 0 3px 6px rgba(0, 0, 0, .16)
}

.button:hover {
    background-color: #fff7ea;
    border-color: #f7ad00;
    color: #f7ad00
}

@media (max-width:991px) {
    .button {
        max-width: 100%
    }
}

.jcf-checkbox {
    position: relative;
    width: 25px;
    height: 25px;
    flex-shrink: 0;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -o-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    border-radius: 2px;
    border: solid 1px #f7ad00;
    margin-right: 15px
}

.jcf-checkbox.jcf-checked {
    background-color: #f7ad00
}

.jcf-checkbox>span {
    display: block;
    width: 18px;
    height: 14px;
    background-image: url("//cdn.omegatotalprotect.com/static-assets/assets/images/check.svg");
    background-size: 100% 100%
}

.jcf-select-drop {
    background: #fff;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
    border-radius: 10px;
    margin-top: 15px
}

.jcf-select-drop ul {
    list-style: none;
    padding: 10px 0;
    margin: 0
}

.jcf-select-drop ul>li>span {
    display: block;
    width: 100%;
    padding: 5px 20px;
    cursor: pointer
}

.jcf-select-drop ul>li>span:hover {
    background-color: rgba(194, 194, 194, .1)
}

.jcf-select-drop ul>li>span.jcf-selected {
    background-color: #fff7ea
}

input.text,
input.title,
input[type=email],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
input[type=url],
select,
textarea {
    height: 60px;
    border-radius: 10px;
    font-size: 20px;
    padding: 0 20px;
    border: solid 1px #c2c2c2;
    color: #424242
}

@media (max-width:991px) {

    input.text,
    input.title,
    input[type=email],
    input[type=number],
    input[type=password],
    input[type=search],
    input[type=tel],
    input[type=text],
    input[type=url],
    select,
    textarea {
        height: 50px;
        font-size: 18px
    }
}

input.text:-moz-placeholder,
input.title:-moz-placeholder,
input[type=email]:-moz-placeholder,
input[type=number]:-moz-placeholder,
input[type=password]:-moz-placeholder,
input[type=search]:-moz-placeholder,
input[type=tel]:-moz-placeholder,
input[type=text]:-moz-placeholder,
input[type=url]:-moz-placeholder,
select:-moz-placeholder,
textarea:-moz-placeholder {
    color: #818181
}

input.text::-moz-placeholder,
input.title::-moz-placeholder,
input[type=email]::-moz-placeholder,
input[type=number]::-moz-placeholder,
input[type=password]::-moz-placeholder,
input[type=search]::-moz-placeholder,
input[type=tel]::-moz-placeholder,
input[type=text]::-moz-placeholder,
input[type=url]::-moz-placeholder,
select::-moz-placeholder,
textarea::-moz-placeholder {
    color: #818181
}

input.text:-ms-input-placeholder,
input.title:-ms-input-placeholder,
input[type=email]:-ms-input-placeholder,
input[type=number]:-ms-input-placeholder,
input[type=password]:-ms-input-placeholder,
input[type=search]:-ms-input-placeholder,
input[type=tel]:-ms-input-placeholder,
input[type=text]:-ms-input-placeholder,
input[type=url]:-ms-input-placeholder,
select:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #818181
}

input.text::-webkit-input-placeholder,
input.title::-webkit-input-placeholder,
input[type=email]::-webkit-input-placeholder,
input[type=number]::-webkit-input-placeholder,
input[type=password]::-webkit-input-placeholder,
input[type=search]::-webkit-input-placeholder,
input[type=tel]::-webkit-input-placeholder,
input[type=text]::-webkit-input-placeholder,
input[type=url]::-webkit-input-placeholder,
select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #818181
}

input.text::placeholder,
input.title::placeholder,
input[type=email]::placeholder,
input[type=number]::placeholder,
input[type=password]::placeholder,
input[type=search]::placeholder,
input[type=tel]::placeholder,
input[type=text]::placeholder,
input[type=url]::placeholder,
select::placeholder,
textarea::placeholder {
    color: #818181
}

input.text:placeholder,
input.title:placeholder,
input[type=email]:placeholder,
input[type=number]:placeholder,
input[type=password]:placeholder,
input[type=search]:placeholder,
input[type=tel]:placeholder,
input[type=text]:placeholder,
input[type=url]:placeholder,
select:placeholder,
textarea:placeholder {
    color: #818181
}

.select-container {
    width: 100%
}

.select-container .jcf-select {
    width: 100%;
    height: 60px;
    border: solid 1px #c2c2c2;
    display: block;
    border-radius: 10px;
    font-size: 20px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -o-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: space-between;
    -moz-box-pack: space-between;
    -ms-flex-pack: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    font-size: 20px;
    padding: 0 25px 0 20px;
    color: #424242
}

.select-container .jcf-select.jcf-drop-active .jcf-select-opener {
    transform: rotate(180deg)
}

.select-container .jcf-select .jcf-select-opener {
    width: 14px;
    height: 8px;
    background-image: url("//cdn.omegatotalprotect.com/static-assets/assets/images/select-caret.svg");
    background-size: 100% 100%
}

.with-errors {
    margin: 0 !important
}

.with-errors ul {
    padding: 0 !important
}

.home #page-container {
    position: relative
}

.home #page-container:before {
    content: "";
    display: block;
    width: 100%;
    height: 588px;
    background: linear-gradient(180deg, #fdeed6 -5.86%, rgba(253, 238, 214, 0) 78.8%);
    opacity: .9;
    pointer-events: none;
    z-index: -1;
    position: absolute;
    left: 0;
    right: 0;
    top: 0
}

.home .banner {
    padding: 18px 0 0
}

@media (max-width:991px) {
    .home .banner {
        padding-top: 21px
    }
}

@media (max-width:767px) {
    .home .banner {
        padding-top: 10px
    }
}

.home .banner .container {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -o-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: space-between;
    -moz-box-pack: space-between;
    -ms-flex-pack: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between
}

@media (max-width:991px) {
    .home .banner .container {
        flex-wrap: wrap;
        flex-direction: column-reverse;
        text-align: center
    }
}

@media (max-width:767px) {
    .home .banner .banner-content {
        padding-top: 7px
    }
}

.home .banner .banner-content h1 {
    padding-bottom: 30px
}

@media (max-width:991px) {
    .home .banner .banner-content h1 {
        padding-bottom: 20px
    }
}

@media (max-width:767px) {
    .home .banner .banner-content h1 {
        padding-left: 5px;
        padding-right: 5px
    }
}

.home .banner .banner-image {
    flex: 0 0 624px
}

@media (max-width:1199px) {
    .home .banner .banner-image {
        flex: 0 0 410px
    }
}

@media (max-width:991px) {
    .home .banner .banner-image {
        flex: 0;
        max-width: 596px;
        margin: auto
    }
}

@media (max-width:767px) {
    .home .banner .banner-image {
        margin-left: -40px;
        margin-right: -15px
    }
}

.home .bottles {
    padding-bottom: 50px;
    padding-top: 100px
}

@media (max-width:991px) {
    .home .bottles {
        padding-top: 106px
    }
}

@media (max-width:767px) {
    .home .bottles {
        padding-bottom: 60px;
        padding-top: 99px
    }
}

.home .bottles .container {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -o-flex;
    display: flex;
    -webkit-box-align: flex-start;
    -moz-box-align: flex-start;
    -ms-flex-align: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-box-pack: space-between;
    -moz-box-pack: space-between;
    -ms-flex-pack: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between
}

@media (max-width:991px) {
    .home .bottles .container {
        flex-wrap: wrap
    }
}

.home .bottles .bottle-container {
    text-align: center;
    width: 100%;
    max-width: 350px;
    border: solid 1px #c2c2c2;
    border-radius: 10px;
    font-size: 22px;
    line-height: 1.5;
    margin-top: 41px
}

@media (max-width:991px) {
    .home .bottles .bottle-container {
        width: calc(50% - 14px);
        max-width: none;
        margin-top: 30px
    }
}

@media (max-width:767px) {
    .home .bottles .bottle-container {
        font-size: 20px;
        line-height: 1.65;
        width: 100%;
        margin-left: 0 !important;
        margin-right: 0 !important;
        margin-top: 20px
    }
}

.home .bottles .bottle-container.mobile {
    display: none
}

@media (max-width:991px) {
    .home .bottles .bottle-container.mobile {
        display: block
    }
}

@media (max-width:991px) {
    .home .bottles .bottle-container.desktop {
        display: none
    }
}

.home .bottles .bottle-container.bottle1 {
    margin-right: -5px
}

@media (max-width:991px) {
    .home .bottles .bottle-container.bottle1 {
        margin-right: 14px
    }
}

.home .bottles .bottle-container.bottle3 {
    margin-left: -5px
}

@media (max-width:991px) {
    .home .bottles .bottle-container.bottle3 {
        margin-left: 14px
    }
}

.home .bottles .bottle-container.bottle3 .bottle-header {
    padding-bottom: 26px
}

.home .bottles .bottle-container.bottle3 .bottle-header h3 {
    padding-bottom: 24px
}

.home .bottles .bottle-container.bottle3 .bottle-desc {
    padding-top: 10px;
    padding-bottom: 30px
}

@media (max-width:991px) {
    .home .bottles .bottle-container.bottle3 .bottle-desc {
        padding-bottom: 32px
    }
}

@media (max-width:991px) {
    .home .bottles .bottle-container.bottle3 .bottle-desc .save-text {
        margin-top: 9px
    }
}

.home .bottles .bottle-container.bottle3 .bottle-price {
    padding-top: 20px;
    padding-bottom: 25px
}

@media (max-width:767px) {
    .home .bottles .bottle-container.bottle3 .bottle-price {
        padding-top: 20px;
        padding-bottom: 28px
    }
}

.home .bottles .bottle-container.bottle6 {
    max-width: 416px;
    border: solid 2px #f7ad00;
    margin-top: 0;
    background: #fff7ea;
    position: relative;
    min-width: 345px
}

@media (max-width:991px) {
    .home .bottles .bottle-container.bottle6 {
        max-width: none;
        width: 100%
    }
}

.home .bottles .bottle-container.bottle6:before {}

@media (max-width:767px) {
    .home .bottles .bottle-container.bottle6:before {
        max-width: 225px;
        height: 56px;
        top: -29px
    }
}

.home .bottles .bottle-container.bottle6 .bottle-header {
    background: #fff;
    padding-bottom: 14px;
    padding-top: 30px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px
}

@media (max-width:991px) {
    .home .bottles .bottle-container.bottle6 .bottle-header {
        padding-top: 27px;
        padding-bottom: 16px
    }
}

@media (max-width:767px) {
    .home .bottles .bottle-container.bottle6 .bottle-header {
        padding-bottom: 5px;
        padding-bottom: 29px
    }
}

.home .bottles .bottle-container.bottle6 .bottle-header h3 {
    font-size: 30px;
    font-weight: 700;
    padding-bottom: 16px
}

@media (max-width:991px) {
    .home .bottles .bottle-container.bottle6 .bottle-header h3 {
        padding-bottom: 7px
    }
}

@media (max-width:767px) {
    .home .bottles .bottle-container.bottle6 .bottle-header h3 {
        padding-bottom: 5px
    }
}

@media (max-width:991px) {
    .home .bottles .bottle-container.bottle6 .bottle-header .bottle-img {
        max-width: 387px;
        margin: auto
    }
}

@media (max-width:767px) {
    .home .bottles .bottle-container.bottle6 .bottle-header .bottle-img {
        max-width: 299px
    }
}

@media (max-width:991px) {
    .home .bottles .bottle-container.bottle6 .bottle-header .bottle-img img {
        width: 100%
    }
}

.home .bottles .bottle-container.bottle6 .bottle-desc {
    border-color: #f7ad00;
    padding-top: 20px;
    padding-bottom: 23px
}

@media (max-width:767px) {
    .home .bottles .bottle-container.bottle6 .bottle-desc {
        padding-bottom: 40px
    }
}

@media (max-width:767px) {
    .home .bottles .bottle-container.bottle6 .bottle-desc .save-text {
        font-size: 22px;
        line-height: 1.54
    }
}

@media (max-width:767px) {
    .home .bottles .bottle-container.bottle6 .bottle-desc .save-text:before {
        left: -28px;
        right: -28px;
        margin-top: 5px
    }
}

.home .bottles .bottle-container.bottle6 .bottle-price {
    padding-top: 23px;
    padding-bottom: 30px;
    padding-left: 30px;
    padding-right: 30px
}

@media (max-width:991px) {
    .home .bottles .bottle-container.bottle6 .bottle-price {
        padding-top: 30px;
        padding-bottom: 33px
    }
}

@media (max-width:767px) {
    .home .bottles .bottle-container.bottle6 .bottle-price {
        padding: 15px 15px 30px
    }
}

.home .bottles .bottle-container.bottle6 .bottle-price .price-container {
    background-color: #6691f2;
    border-radius: 10px;
    padding: 15px 15px 25px;
    color: #fff
}

@media (max-width:991px) {
    .home .bottles .bottle-container.bottle6 .bottle-price .price-container {
        padding: 30px 44px 47px
    }
}

@media (max-width:767px) {
    .home .bottles .bottle-container.bottle6 .bottle-price .price-container {
        padding: 20px 15px 31px
    }
}

.home .bottles .bottle-container.bottle6 .bottle-price .price-container .only-text {
    padding-bottom: 20px
}

@media (max-width:767px) {
    .home .bottles .bottle-container.bottle6 .bottle-price .price-container .only-text {
        padding-bottom: 15px
    }
}

@media (max-width:767px) {
    .home .bottles .bottle-container.bottle6 .bottle-price .price-container .price {
        font-size: 20px;
        padding-bottom: 15px
    }
}

.home .bottles .bottle-container.bottle6 .bottle-price .price-container .price span {
    font-size: 50px
}

@media (max-width:767px) {
    .home .bottles .bottle-container.bottle6 .bottle-price .price-container .price span {
        font-size: 35px;
        line-height: 45px
    }
}

.home .bottles .bottle-container.bottle6 .bottle-price .price-container .button {
    font-size: 30px;
    padding: 21px
}

@media (max-width:991px) {
    .home .bottles .bottle-container.bottle6 .bottle-price .price-container .button {
        max-width: 100%
    }
}

@media (max-width:767px) {
    .home .bottles .bottle-container.bottle6 .bottle-price .price-container .button {
        font-size: 22px;
        padding: 16px
    }
}

.home .bottles .bottle-container p {
    padding-bottom: 0
}

.home .bottles .bottle-container .bottle-desc,
.home .bottles .bottle-container .bottle-price {
    padding-left: 39px;
    padding-right: 39px
}

@media (max-width:1199px) {

    .home .bottles .bottle-container .bottle-desc,
    .home .bottles .bottle-container .bottle-price {
        padding-left: 25px;
        padding-right: 25px
    }
}

.home .bottles .bottle-container .only-text,
.home .bottles .bottle-container .save-text {
    font-weight: 700
}

.home .bottles .bottle-container .bottle-header {
    padding-top: 23px;
    padding-bottom: 15px;
    padding-left: 15px;
    padding-right: 15px
}

.home .bottles .bottle-container .bottle-header h3 {
    font-size: 25px;
    line-height: 1.48;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    padding-bottom: 11px
}

.home .bottles .bottle-container .bottle-desc {
    border-top: solid 1px #c2c2c2;
    border-bottom: solid 1px #c2c2c2;
    padding-top: 10px;
    padding-bottom: 10px
}

@media (max-width:991px) {
    .home .bottles .bottle-container .bottle-desc {
        padding-top: 48px;
        padding-bottom: 55px
    }
}

@media (max-width:767px) {
    .home .bottles .bottle-container .bottle-desc {
        font-size: 22px;
        line-height: 1.5;
        padding-top: 33px;
        padding-bottom: 33px
    }
}

.home .bottles .bottle-container .bottle-desc .save-text {
    line-height: 1.4;
    position: relative;
    display: inline-block;
    font-size: 30px;
    margin-top: 5px
}

.home .bottles .bottle-container .bottle-desc .save-text:before {
    content: "";
    display: block;
    position: absolute;
    left: -5px;
    right: -5px;
    height: 4px;
    top: 100%;
    background: #f7ad00;
    margin-top: 1px
}

@media (max-width:767px) {
    .home .bottles .bottle-container .bottle-desc .save-text:before {
        margin-top: -3px
    }
}

.home .bottles .bottle-container .bottle-price {
    padding-bottom: 25px;
    padding-top: 17px
}

@media (max-width:991px) {
    .home .bottles .bottle-container .bottle-price {
        padding-top: 22px;
        padding-bottom: 46px
    }
}

@media (max-width:767px) {
    .home .bottles .bottle-container .bottle-price {
        font-size: 22px;
        line-height: 1.5;
        padding-top: 20px;
        padding-bottom: 34px
    }
}

.home .bottles .bottle-container .bottle-price .only-text {
    padding-bottom: 15px
}

.home .bottles .bottle-container .bottle-price .price {
    font-size: 30px;
    line-height: 1.33;
    padding-bottom: 20px
}

.home .bottles .bottle-container .bottle-price .price span {
    font-size: 45px;
    font-weight: 800;
    display: inline-block;
    line-height: 60px
}

.home .bottles .bottle-container .bottle-price .shipping-text {
    font-weight: 700;
    text-transform: uppercase;
    padding-bottom: 20px
}

.home .bottles .bottle-container .bottle-price .button {
    max-width: 270px;
    padding: 21px
}

@media (max-width:991px) {
    .home .bottles .bottle-container .bottle-price .button {
        max-width: 100%
    }
}

@media (max-width:767px) {
    .home .bottles .bottle-container .bottle-price .button {
        font-size: 22px;
        padding: 16px
    }
}

.home .guarantee {
    background: linear-gradient(97.97deg, #fff7ea 23.11%, rgba(255, 247, 234, .51) 75.59%);
    padding: 40px 0 45px
}

@media (max-width:991px) {
    .home .guarantee {
        padding: 40px 0 70px
    }
}

@media (max-width:767px) {
    .home .guarantee {
        padding-bottom: 60px
    }
}

.home .guarantee .container {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -o-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: initial;
    -moz-box-pack: initial;
    -ms-flex-pack: initial;
    -webkit-justify-content: initial;
    justify-content: initial
}

@media (max-width:991px) {
    .home .guarantee .container {
        display: block;
        text-align: center
    }
}

.home .guarantee .image-container {
    margin-right: 100px;
    flex: 0 0 304px
}

@media (max-width:991px) {
    .home .guarantee .image-container {
        margin-right: 0;
        margin-bottom: 20px
    }
}

.home .guarantee .content-container {
    max-width: 675px
}

@media (max-width:991px) {
    .home .guarantee .content-container {
        max-width: none
    }
}

.home .guarantee .content-container p {
    padding-bottom: 20px
}

@media (max-width:991px) {
    .home .guarantee .content-container p {
        padding-bottom: 10px
    }
}

.home .faqs {
    padding-top: 50px;
    padding-bottom: 60px
}

@media (max-width:991px) {
    .home .faqs {
        padding-top: 60px
    }
}

.home .faqs .faqs-header {
    text-align: center;
    padding-bottom: 30px
}

.home .faqs .faqs-header h2 {
    padding-bottom: 0
}

.home .faqs .faqs-container .toggle-header {
    border-bottom: solid 1px #f7ad00;
    padding: 20px 50px
}

@media (max-width:991px) {
    .home .faqs .faqs-container .toggle-header {
        padding: 20px 10px
    }
}

@media (max-width:767px) {
    .home .faqs .faqs-container .toggle-header {
        padding: 10px 4px
    }
}

.home .faqs .faqs-container .toggle-header button {
    background: 0 0;
    padding: 0;
    outline: 0;
    box-shadow: none;
    width: 100%;
    text-align: left
}

@media (max-width:991px) {
    .home .faqs .faqs-container .toggle-header button img {
        margin-left: 28px
    }
}

@media (max-width:767px) {
    .home .faqs .faqs-container .toggle-header button img {
        margin-left: 16px;
        width: 28px !important
    }
}

.home .faqs .faqs-container .toggle-header button .plus {
    height: 0;
    width: 0;
    position: absolute;
    visibility: hidden
}

.home .faqs .faqs-container .toggle-header button .cross {
    height: 35px;
    width: 35px;
    position: relative;
    visibility: visible
}

.home .faqs .faqs-container .toggle-header button.collapsed .cross {
    height: 0;
    width: 0;
    position: absolute;
    visibility: hidden
}

.home .faqs .faqs-container .toggle-header button.collapsed .plus {
    height: 35px;
    width: 35px;
    position: relative;
    visibility: visible
}

.home .faqs .faqs-container .toggle-header h6 {
    padding-bottom: 0;
    font-family: "Open Sans", sans-serif;
    font-size: 20px;
    line-height: 1.6;
    font-weight: 600;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -o-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: space-between;
    -moz-box-pack: space-between;
    -ms-flex-pack: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    white-space: initial
}

@media (max-width:767px) {
    .home .faqs .faqs-container .toggle-header h6 {
        font-size: 18px
    }
}

.home .faqs .faqs-container .toggle-body {
    white-space: normal;
    background: #fff7ea;
    border-radius: 10px;
    font-size: 20px;
    line-height: 1.6;
    padding: 20px 50px 32px;
    margin-top: 20px
}

@media (max-width:991px) {
    .home .faqs .faqs-container .toggle-body {
        padding: 20px 28px 26px
    }
}

@media (max-width:767px) {
    .home .faqs .faqs-container .toggle-body {
        margin-top: 10px;
        padding: 20px;
        font-size: 18px;
        margin-bottom: 10px
    }
}

.contact {
    padding: 40px 0 102px
}

@media (max-width:991px) {
    .contact {
        padding-bottom: 60px
    }
}

.contact .contact-header {
    text-align: center;
    padding-bottom: 20px
}

.contact .contact-header h2 {
    padding-bottom: 0
}

.contact .form-container {
    border-bottom: solid 1px #f7ad00;
    padding-bottom: 30px
}

@media (max-width:767px) {
    .contact .form-container {
        padding-bottom: 15px
    }
}

.contact .form-container form {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -o-flex;
    display: flex;
    -webkit-box-align: flex-start;
    -moz-box-align: flex-start;
    -ms-flex-align: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-box-pack: space-between;
    -moz-box-pack: space-between;
    -ms-flex-pack: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin: 0 -10px
}

@media (max-width:991px) {
    .contact .form-container form {
        display: block
    }
}

.contact .form-container form .col {
    width: 100%;
    max-width: 560px;
    padding: 0 10px
}

@media (max-width:991px) {
    .contact .form-container form .col {
        max-width: none !important
    }
}

.contact .form-container form .col.last {
    max-width: 570px;
    text-align: right
}

.contact .form-container form .form-group {
    margin-bottom: 20px
}

@media (max-width:767px) {
    .contact .form-container form .form-group {
        margin-bottom: 15px
    }
}

.contact .form-container form .form-group input,
.contact .form-container form .form-group textarea {
    border: 1px solid #c2c2c2 !important;
    border-radius: 10px;
    color: #818181;
    font-size: 20px;
    font-family: "Open Sans", sans-serif;
    padding: 14px 20px;
    height: 60px;
    outline: 0;
    box-shadow: none !important
}

@media (max-width:767px) {

    .contact .form-container form .form-group input,
    .contact .form-container form .form-group textarea {
        font-size: 18px;
        height: 50px
    }
}

.contact .form-container form .form-group textarea {
    height: 220px;
    resize: none
}

@media (max-width:767px) {
    .contact .form-container form .form-group textarea {
        height: 170px
    }
}

.contact .form-container form .button {
    max-width: 380px;
    text-transform: initial
}

@media (max-width:991px) {
    .contact .form-container form .button {
        max-width: 100%
    }
}

.contact .contact-info {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -o-flex;
    display: flex;
    -webkit-box-align: flex-start;
    -moz-box-align: flex-start;
    -ms-flex-align: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-box-pack: initial;
    -moz-box-pack: initial;
    -ms-flex-pack: initial;
    -webkit-justify-content: initial;
    justify-content: initial;
    padding-top: 40px
}

@media (max-width:991px) {
    .contact .contact-info {
        display: block
    }
}

@media (max-width:767px) {
    .contact .contact-info {
        padding-top: 22px
    }
}

.contact .contact-info .image-container {
    flex: 0 0 530px;
    margin-right: 40px
}

@media (max-width:991px) {
    .contact .contact-info .image-container {
        margin-right: 0;
        margin-bottom: 20px
    }
}

@media (max-width:991px) {
    .contact .contact-info .image-container img {
        width: 100%
    }
}

.contact .contact-info .content-container {
    padding-top: 5px
}

@media (max-width:991px) {
    .contact .contact-info .content-container {
        padding-bottom: 0
    }
}

.contact .contact-info p {
    padding-bottom: 15px
}

.contact .contact-info p:last-child {
    padding-bottom: 0
}

.contact .contact-info p strong {
    font-weight: 600
}

.internal {
    padding-top: 40px;
    padding-bottom: 60px
}

.internal h2 {
    padding-bottom: 20px
}

.internal h3 {
    font-size: 25px;
    line-height: 1.48;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: solid 1px #f7ad00
}

@media (max-width:767px) {
    .internal h3 {
        font-size: 20px;
        line-height: 1.6
    }
}

.internal p {
    padding-bottom: 20px
}

.internal p:last-child {
    padding-bottom: 0
}

.internal ul {
    padding-left: 34px;
    padding-bottom: 20px
}

.internal ul:last-child {
    padding-bottom: 0
}

.internal .content-container {
    padding-bottom: 20px
}

.internal .content-container:last-child {
    padding-bottom: 0
}

.internal a {
    color: #f7ad00
}

#order-page {
    font-size: 18px;
    line-height: 30px;
    padding-top: 40px;
    padding-bottom: 100px
}

@media (max-width:767px) {
    #order-page {
        padding-bottom: 60px
    }
}

#order-page ul {
    margin-bottom: 0;
    padding-left: 30px
}

#order-page ul>li {
    padding-bottom: 31px
}

#order-page ul>li:last-child {
    padding-bottom: 0
}

@media (max-width:767px) {
    #order-page .for-desktop {
        display: none
    }
}

@media (max-width:991px) {
    #order-page .for-tablet-hide {
        display: none
    }
}

#order-page .for-tablet {
    display: none
}

@media (max-width:991px) {
    #order-page .for-tablet {
        display: block
    }
}

#order-page .for-mobile {
    display: none
}

@media (max-width:767px) {
    #order-page .for-mobile {
        display: block
    }
}

#order-page .order-page-section .header-content {
    padding-bottom: 20px
}

#order-page .order-page-section .header-content h2 {
    padding-bottom: 0
}

@media (max-width:991px) {
    #order-page .order-page-section .order-form-wrapper {
        margin: 0 -11.5px
    }
}

@media (max-width:767px) {
    #order-page .order-page-section .order-form-wrapper {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column-reverse
    }
}

#order-page .order-page-section .product-image {
    padding-bottom: 20px;
    text-align: center
}

@media (max-width:991px) {
    #order-page .order-page-section .term-of-use {
        margin-top: 20px
    }
}

#order-page .order-page-section .order-details-col {
    width: 50%
}

@media (max-width:991px) {
    #order-page .order-page-section .order-details-col {
        width: calc(50% - 5px);
        padding: 0 11.5px
    }
}

@media (max-width:767px) {
    #order-page .order-page-section .order-details-col {
        width: 100%
    }
}

#order-page .order-page-section .order-details-col .product-checkbox {
    font-size: 20px;
    line-height: 32px;
    font-weight: 600;
    color: #424242;
    padding-bottom: 20px
}

@media (max-width:767px) {
    #order-page .order-page-section .order-details-col .product-checkbox {
        padding-top: 20px
    }
}

#order-page .order-page-section .order-details-col .product-checkbox form {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -o-flex;
    display: flex;
    -webkit-box-align: flex-start;
    -moz-box-align: flex-start;
    -ms-flex-align: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-box-pack: initial;
    -moz-box-pack: initial;
    -ms-flex-pack: initial;
    -webkit-justify-content: initial;
    justify-content: initial
}

@media (max-width:991px) {
    #order-page .order-page-section .order-details-col .product-checkbox .jcf-checkbox {
        margin-top: 5px
    }
}

#order-page .order-page-section .order-details-col .product-description {
    padding-bottom: 20px
}

#order-page .order-page-section .order-details-col .product-description p {
    padding-bottom: 5px
}

#order-page .order-page-section .order-details-col .shipping-guaranteed {
    background: linear-gradient(97.97deg, #fff7ea 23.11%, rgba(255, 247, 234, .51) 75.59%);
    border-radius: 10px;
    text-align: center;
    padding: 30px 30px 34px;
    margin-bottom: 20px
}

@media (max-width:991px) {
    #order-page .order-page-section .order-details-col .shipping-guaranteed {
        padding: 30px 10px 35px;
        margin-bottom: 0
    }
}

@media (max-width:767px) {
    #order-page .order-page-section .order-details-col .shipping-guaranteed {
        padding: 20px 10px 23px;
        margin-bottom: 0
    }
}

#order-page .order-page-section .order-details-col .shipping-guaranteed .guaranteed-image {
    padding-bottom: 10px
}

@media (max-width:767px) {
    #order-page .order-page-section .order-details-col .shipping-guaranteed .guaranteed-image img {
        max-width: 188px
    }
}

#order-page .order-page-section .order-details-col .shipping-guaranteed .guaranteed-title {
    max-width: 439px;
    margin: auto
}

#order-page .order-page-section .order-details-col .shipping-guaranteed .guaranteed-title h5 {
    font-size: 30px;
    line-height: 36px;
    padding-bottom: 10px
}

#order-page .order-page-section .order-details-col .shipping-guaranteed .guaranteed-content {
    padding-bottom: 10px;
    max-width: 440px;
    margin: auto
}

#order-page .order-page-section .order-form-col {
    width: calc(50% + 80px)
}

@media (max-width:991px) {
    #order-page .order-page-section .order-form-col {
        width: calc(50% + 5px);
        padding: 0 11.5px
    }
}

@media (max-width:767px) {
    #order-page .order-page-section .order-form-col {
        width: 100%
    }
}

#order-page .order-page-section .order-form-col .shipping-ticker-container {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -o-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: initial;
    -moz-box-pack: initial;
    -ms-flex-pack: initial;
    -webkit-justify-content: initial;
    justify-content: initial;
    margin-bottom: 40px
}

@media (max-width:991px) {
    #order-page .order-page-section .order-form-col .shipping-ticker-container {
        margin-bottom: 30px
    }
}

#order-page .order-page-section .order-form-col .shipping-ticker-container h6 {
    font-size: 20px;
    line-height: 30px;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    padding-bottom: 0
}

#order-page .order-page-section .order-form-col .shipping-ticker-container .jcf-checkbox {
    margin-right: 0;
    border-radius: 100%;
}

#order-page .order-page-section .order-form-col .info-container {
    margin-bottom: 20px
}

@media (max-width:991px) {
    #order-page .order-page-section .order-form-col .info-container {
        margin-bottom: 15px
    }
}

#order-page .order-page-section .order-form-col .info-container:last-child {
    margin-bottom: 0
}

#order-page .order-page-section .order-form-col .info-container h4 {
    font-size: 25px;
    line-height: 37px;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    padding-bottom: 20px
}

@media (max-width:991px) {
    #order-page .order-page-section .order-form-col .info-container h4 {
        padding-bottom: 15px
    }
}

#order-page .order-page-section .order-form-col .info-container .fields-container {
    margin-bottom: 40px
}

@media (max-width:991px) {
    #order-page .order-page-section .order-form-col .info-container .fields-container {
        margin-bottom: 30px
    }
}

#order-page .order-page-section .order-form-col .info-container .fields-container:last-child {
    margin-bottom: 0
}

#order-page .order-page-section .order-form-col .info-container .form-group {
    padding-bottom: 20px;
    margin-bottom: 0;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -o-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: initial;
    -moz-box-pack: initial;
    -ms-flex-pack: initial;
    -webkit-justify-content: initial;
    justify-content: initial;
    flex-wrap: wrap
}

@media (max-width:991px) {
    #order-page .order-page-section .order-form-col .info-container .form-group {
        padding-bottom: 15px
    }
}

#order-page .order-page-section .order-form-col .info-container .form-group:last-child {
    padding-bottom: 0
}

#order-page .order-page-section .order-form-col .order-summary {
    border: 1px solid #f7ad00;
    border-radius: 10px;
    margin-top: 20px;
    font-size: 20px;
    line-height: 32px;
    overflow: hidden;
    margin-bottom: 20px
}

@media (max-width:991px) {
    #order-page .order-page-section .order-form-col .order-summary {
        font-size: 18px;
        line-height: 30px;
        margin-top: 15px;
        margin-bottom: 9px
    }
}

#order-page .order-page-section .order-form-col .order-summary h4 {
    font-size: 20px;
    line-height: 32px;
    padding-bottom: 10px
}

#order-page .order-page-section .order-form-col .order-summary .product-description {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -o-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: space-between;
    -moz-box-pack: space-between;
    -ms-flex-pack: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    width: 100%
}

#order-page .order-page-section .order-form-col .order-summary .product-description .product-name {
    max-width: 352px
}

@media (max-width:991px) {
    #order-page .order-page-section .order-form-col .order-summary .product-description .product-name {
        max-width: 210px;
        margin-right: 25px
    }
}

#order-page .order-page-section .order-form-col .order-summary .details-row {
    border-bottom: solid 1px #f7ad00;
    padding: 15px 20px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -o-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: space-between;
    -moz-box-pack: space-between;
    -ms-flex-pack: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    flex-wrap: wrap
}

@media (max-width:991px) {
    #order-page .order-page-section .order-form-col .order-summary .details-row {
        padding: 10px 20px
    }
}

#order-page .order-page-section .order-form-col .order-summary .details-row p {
    padding-bottom: 0
}

#order-page .order-page-section .order-form-col .order-summary .details-row .price-content {
    font-weight: 600
}

#order-page .order-page-section .order-form-col .order-summary .order-total {
    background-color: #fff7ea;
    padding: 18px 20px;
    font-size: 18px;
    line-height: 20px;
    color: #818181;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -o-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: flex-end;
    -moz-box-pack: flex-end;
    -ms-flex-pack: flex-end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end
}

#order-page .order-page-section .order-form-col .order-summary .order-total small {
    font-size: 18px
}

#order-page .order-page-section .order-form-col .order-summary .order-total .price-content {
    font-size: 30px;
    line-height: 42px;
    font-weight: 700;
    color: #424242;
    margin-left: 20px
}

#order-page .order-page-section .order-form-col .order-footnote {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -o-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    color: #818181;
    margin-bottom: 20px
}

@media (max-width:991px) {
    #order-page .order-page-section .order-form-col .order-footnote {
        margin-bottom: 10px
    }
}

#order-page .order-page-section .order-form-col .order-footnote img {
    margin-right: 24px
}

@media (max-width:991px) {
    #order-page .order-page-section .order-form-col .order-footnote img {
        margin-right: 14px
    }
}

#order-page .order-page-section .order-form-col .order-action button {
    max-width: none;
    width: 100%
}