
body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: 'Roboto', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
    margin-bottom: 30px;
    text-align: center;
    font-family: 'Roboto Condensed', sans-serif;
}

h1 {
    font-size: 45px;
    line-height: 1.2;
    color: #333333;
}

h2 {
    font-size: 39px;
    line-height: 1.15;
    color: #603913;
}

h4 {
    font-size: 24px;
    line-height: 1.5;
    color: #333;
}

h5 {
    font-size: 80px;
    line-height: 1.5;
}

p,
a,
ul li,
ol li {
    font-size: 18px;
    line-height: 1.45;
    margin-bottom: 25px;
    font-weight: 400;
    color: #333;
}

small {
    font-size: 16px;
    line-height: 1.2;
}

a small,
.disclaimer {
    font-size: 13px;
    line-height: 1.2;
    display: block;
}

a.txt--blue:hover { text-decoration: underline; }

ul li,
ol li {
    line-height: 1.4;
    padding-left: 40px;
}

.wrap {
    max-width: 1000px;
    width: 100%;
    margin: auto;
    display: block;
    padding: 30px 20px;
    position: relative;
}

.bg--properties {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.bg--hero1 { background-image: url("../images/hero1.jpg"); }
.bg--hero2 { background-image: url("../images/hero2.jpg"); }
.bg--hero3 { background-image: url("/partials/cacao/images/pouch-hero3.jpg"); }
.bg--hero4 { background-image: url("../images/hero4.jpg"); }

.bg-shape--top-left,
.bg-shape--bottom-right {
    background-image: url(../images/bg-shape1.jpg),url(../images/bg-shape2.jpg);
    background-position: top left,bottom right;
    background-repeat: no-repeat,no-repeat;
}

.height--xs { height: 130px; }
.height--sm { height: 220px; }
.height--md { height: 300px; }
.height--lg { height: 365px; }

.cacao-custom-prop {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -70px;
    display: block;
    margin: auto;
}

.img-arrow {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -57px;
    margin: auto;
    display: block;
}

.check-list li {
    background-size: auto;
    background-position: 0 1px;
    background-repeat: no-repeat;
}

.check-list li:last-child { margin-bottom: 0; }
.check-list li.m-b--25:last-child {margin-bottom: 25px; }

.check-list--right li { background-position: right 1px; }

.check--white li { background-image: url("../images/check-white.png"); }
.check--green li { background-image: url("../images/check-green.png"); }

.box-shadow {
    -webkit-box-shadow: 10px 10px 30px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 10px 10px 30px 0 rgba(0, 0, 0, 0.15);
}

.img--border { border: 10px solid #fff; }
.b-radius--5 { border-radius: 5px; }

.panel {
    max-width: 360px;
    margin: auto;
    -webkit-box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.15);
}

.panel-height .panel.panel-first-row { min-height: 200px; }
.panel-height .panel.panel-second-row { min-height: 270px; }

.panel-text {
    min-height: 95px;
    padding: 20px 12px;
    margin-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.panel .panel__text {
    margin-bottom: 0;
}

.panel--size {
    display: block;
    max-width: 350px;
    margin-left: auto;
    margin-right: auto;
}

.panel--size img { width: 100%; }

.img-icon {
    position: relative;
    top: -71px;
    display: block;
    margin: 0 auto -90px;
}

.wrap--sm { max-width: 860px; }

.clip-path {
    -webkit-clip-path: polygon(0 0, 100% 0, 97% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0, 97% 100%, 0% 100%);
}

.wrap-clip img {
    height: 100%;
    min-height: 180px;
}

.food-row img {
    display: block;
    margin: auto;
    max-width: 100%;
}

.food-row p { margin-bottom: 0; }

.food-row .col-3 { padding: 0; }


.food--height { height: 110px; }

.border--after:after {
    content: "";
    width: 1px;
    background-color: #e7e9ee;
    display: block;
    position: absolute;
    top: 20px;
    bottom: 0;
    right: -50px;
    overflow: hidden;
}

.border--after-bot { top: 0; }

.border--before:before {
    height: 1px;
    width: 96%;
    content: "";
    position: absolute;
    display: block;
    top: 8px;
    left: 0;
    background: #e7e9ee;
}

.border--after:after { right: 8px; }

.bonus__name {
    line-height: 1.2;
    width: 78%;
    margin: -30px auto 0;
    overflow: hidden;
    z-index: 999;
    position: relative;
    padding: 10px;
    min-height: 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.bonus-name-wide .bonus__name { width: 83%; }

.ples-wrap {
    width: 100%;
    max-width: 320px;
    margin: auto;
}

.heading-prop {
    display: inline-block;
    margin-bottom: 0;
    position: relative;
    top: -30px;
    padding: 0 10px;
    left: -20px;
}

/* ORDER SECTION */


.btn {
    background-color: #ffd800;
    text-decoration: none;
    color: #000;
    font-weight: 900;
    text-transform: uppercase;
    max-width: 250px;
    width: 100%;
    display: block;
    margin: 0 auto;
    height: 73px;
    border-radius: 40px;
    border: 2px solid #ffd800;
    margin-bottom: 30px;
    padding: 27.5px;
    font-size: 28px;
    line-height: 14px;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.btn--lg { max-width: 360px !important; }

.btn:hover {
    background-color: #ccac00;
    border-color: #ccac00;
}

.btn-order-prop {
    position: relative;
    top: -8px;
}

.btn-lower-txt {
    margin-top: -19px;
    position: relative;
    top: 15px;
}

.text-option2, .hide,
.option2-btn-text { display: none !important; }
.show { display: block !important; }


.sale label {
    font-weight: 400;
    cursor: pointer;
}

.sale {
    padding: 0;
    min-height: 725px;
    border-radius: 5px;
    border: 1px solid #dde4e6;
}

.sale__head {
    font-size: 26px;
    line-height: 1;
    padding: 25px 0;
    margin-bottom: 0;
    background-color: #f2f5f6;
    border-bottom: 1px solid #dde4e6;
    font-family: "Roboto", sans-serif;
}

.sale-highlight {
    border: none;
    margin-top: -29px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    z-index: 2;
    -webkit-box-shadow: 0 3px 20px 6px rgba(0,0,0,.15);
    box-shadow: 0 3px 20px 6px rgba(0,0,0,.15);
}

.sale-highlight .sale__prehead {
    font-weight: 700;
    font-size: 20px;
    color: #fff;
    padding: 15px 0;
    margin-bottom: 0;
    background-color: #236b2e;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;

}

.sale-highlight .sale__head {
    color: #fff;
    background-color: #39982b;
}

.sale__body { padding: 20px; }

.sale-highlight {
    z-index: 2;
    -webkit-box-shadow: 0 3px 20px 6px rgba(0,0,0,.15);
    box-shadow: 0 3px 20px 6px rgba(0,0,0,.15);
}

.sale-highlight .sale__body { background-color: #e6e6e6; }

.sale__price {
    margin-top: 20px;
    margin-bottom: 20px;
}

.sale__price p { margin-bottom: 0; }

.price-free,
.price--properties {
    font-size: 100px !important;
    line-height: 1;
    color: #229832;
    font-weight: 900;
    margin-bottom: 0;
    text-align: center;
}

.price-free {
    font-size: 60px !important;
    margin-bottom: 0;
}


/* END ORDER SECTION */


/* PARTIALS */

.panel.coupon--background {
    max-width: 860px;
    width: 100%;
    display: block;
    margin: 55px auto;
    padding: 50px;
    position: relative;
    background-color: #fff;
    -webkit-box-shadow: 0 0 30px 5px rgba(0,0,0,.15);
    box-shadow: 0 0 30px 5px rgba(0,0,0,.15);
}

.coupon--background {
    background-image: url(../images/coupon.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.column--70 {
    width: 70%;
    float: left;
}

.column--30 {
    width: 30%;
    float: left;
}

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

.coupon--background {
    background-image: url(../images/coupon.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.background--grey {
    background-color: #f2f5f6;
}

footer .wrapper, section .wrapper {
    padding: 20px;
}

.margin-bottom--20, .v2 .margin-bottom--20 {
    margin-bottom: 20px;
}

footer a {
    font-size: 14px;
    color: #333;
    padding: 10px;
    display: inline-block;
    text-decoration: none;
    margin-bottom: 0 !important;
}

footer a:hover { text-decoration: underline; }

footer p {
    padding: 0;
    font-size: 14px;
}

footer .wrapper p:first-child { margin-top: 10px; }

.padding-bottom--none {
    padding-bottom: 0!important;
}

.wrapper {
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
    padding: 30px 20px;
}

.wrap .wrapper { padding: 0; }

.d--flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -ms-flex-flow: wrap row;
    flex-flow: wrap row;
}

.testimonial-item {
    position: relative;
    width: 50%;
    max-width: 445px;
    padding: 30px 35px;
    border-top: 2px solid #d59f14;
    margin-bottom: 40px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    -webkit-box-shadow: 0 7px 20px 3px rgba(0, 0, 0, 0.15);
    box-shadow: 0 7px 20px 3px rgba(0, 0, 0, 0.15);
}

.testimonial-item__head-wrap {
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    margin-bottom: 30px;
}

.testimonial-item:after {
    content: '';
    position: absolute;
    right: 15px;
    bottom: -15px;
    display: block;
    width: 74px;
    height: 69px;
    background-image: url(../images/icon-test.png);
    background-repeat: no-repeat;
    background-position: bottom right;
}

.testimonial-item__heading:after {
    content: "";
    height: 3px;
    width: 50px;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #d59f14;
}

.testimonial-item__heading {
    font-size: 16px;
    line-height: 21px;
    font-weight: bold;
    text-transform: uppercase;
    color: #565656;
    padding-bottom: 20px;
    position: relative;
    margin-left: 30px;
}

.font-size--16 {
    font-size: 16px;
}

.p-t--60 {
    padding-top: 60px;
}

.references p,
.references small {
    padding: 0;
    margin-bottom: 5px;
    text-align: left;
    font-size: 14px;
    word-break: break-all;
}

/* END PARTIALS */


/* HELPERS*/

.txt--white,
.txt--white h2,
.txt--white h3,
.txt--white h5,
.txt--white p,
.txt--white li { color: #fff; }
.txt--brown    { color: #603913; }
.txt--red      { color: #cc0000; }
.txt--orange   { color: #f26522; }
.txt--blue,
.disclaimer    { color: #2f5cc3; }
.txt--green { color: #229832 !important; }


.bg--green       { background-color: #56a941; }
.bg--grey        { background-color: #f2f5f6; }
.bg--brown       { background-color: #603913; }
.bg--yellow      { background-color: #fffd38; }
.bg--light-brown { background-color: #daa02a; }

.p--0          { padding: 0; }
.p--20         { padding: 20px; }
.p-t--20       { padding-top: 20px; }
.p-t--70       { padding-top: 70px; }
.p-t--90       { padding-top: 90px; }
.p-b--10       { padding-bottom: 10px; }
.p-b--20       { padding-bottom: 20px; }
.li-p-l--0 li  { padding-left: 0; }
.li-p-r--40 li { padding-right: 40px; }

.p-tb--20 {
    padding-top: 20px;
    padding-bottom: 20px;
}

.p-lr--50 {
    padding-left: 50px;
    padding-right: 50px;
}

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

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

.m-b--0  { margin-bottom: 0; }
.m-b--10 { margin-bottom: 10px; }
.m-b--20 { margin-bottom: 20px; }
.m-b--25 { margin-bottom: 25px; }
.m-b--30 { margin-bottom: 30px; }
.m-b--40 { margin-bottom: 40px; }
.m-t--20 { margin-top: 20px; }
.m-t--30 { margin-top: 30px; }
.m-t--50 { margin-top: 50px; }
.m-l--20 { margin-left: 20px; }

.m-lb--30 {
    margin-left: 30px;
    margin-bottom: 30px;
}

.m-rb--30 {
    margin-right: 30px;
    margin-bottom: 30px;
}

.m-tb--40 {
    margin-top: 40px;
    margin-bottom: 40px;
}

.m-tb--10 {
    margin-top: 10px;
    margin-bottom: 10px;
}

.m-t--minus { margin-top: -170px; }
.m-t--minus { margin-top: -118px; }

.mt--m40 { margin-top: -40px; }
.mr--m170 { margin-right: -170px; }

.txt--sm,
.txt--sm li {
    font-size: 20px;
    line-height: 1.4;
}

.txt--lg { font-size: 28px; }
.txt--lg-s { font-size: 26px; }

.txt--md {
    font-size: 22px;
    line-height: 1.2;
}

.line-height--md { line-height: 1.4; }

.block--center {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.fw--medium,
.fw--medium li { font-weight: 500; }

.txt--right li { text-align: right; }

.border-l--0 { border-left: 0; }
.border-r--0 { border-right: 0; }

.b-radius-r--0 {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.b-radius-l--0 {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.width--full { width: 100%; }


/* END HELPERS*/

.js-reference .js-number:before { content: "["}
.js-reference .js-number:after { content: "]"}

sup.js-number {
    top: -1em;
    font-size: 58%;
}

h2 sup.js-number {
    top: -1.4em;
    font-size: 40%;
}

sup.js-number:before { content: "("}
sup.js-number:after { content: ")"}

.sup-tm {
    top: -0.6em;
    font-size: 55%;
}

header {
    background-position: center;
    background-image: url("../images/hero-bg.jpg") !important;
}

.header--background {
    z-index: 1;
    position: relative;
}

.bundle img {
    width: 100%;
    max-width: 881px;
    margin-left: auto;
    margin-right: auto;
}

.border-bottom-gray { border-bottom: 1px solid #dadada; }

.img-mobile { display: none; }

sub, sup {
    font-size: 50%;
    top: -1em;
}

@supports (-ms-ime-align:auto) {
    .cacao-custom-prop { bottom: -350px; }

    .img-arrow { display: none; }

    .p-t--90,
    .p-t--70 { padding-top: 30px; }

    .ie-p-t--90 { padding-top: 90px !important; }
}

/*----------------------------------------------------------------------------*/
/*#RESPONSIVE STYLE*/
/*----------------------------------------------------------------------------*/


@media (max-width: 1366px)  {
    .mr--m170 { margin-right: -30px; }
}

@media (max-width: 1100px)  {
    .tablet-p--20 {padding: 20px; }
}

@media (max-width: 1050px)  {
    .mr--m170 { margin-right: 0; }
}

@media (max-width: 1010px) {
    .testimonial-item {
        width: 100%;
        max-width: 600px;
    }

    .d--flex {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: wrap column;
        flex-flow: wrap column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .testimonial-item__head-wrap {
        -webkit-box-direction: normal;
        -webkit-box-orient: horizontal;
        -ms-flex-flow: wrap row;
        flex-flow: wrap row;
    }
}

@media (max-width: 991px)  {
    .wrap,
    .wrapper { padding: 20px; }

    h1 {
        font-size: 35px;
        line-height: 1.2;
    }

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

    h4 {
        font-size: 20px;
        line-height: 1.5;
        color: #333;
    }

    h5 {
        font-size: 60px;
        line-height: 1.5;
    }

    .height--sm { height: 200px; }
    .height--md { height: 260px; }
    .height--lg { height: 300px; }


    .img-arrow,
    .cacao-custom-prop { display: none; }

    .p-t--70,
    .p-t--90 { padding-top: 20px; }


    .background-image--top-bottom,
    .bg-shape--top-left,
    .bg-shape--bottom-right { background-image: none; }
}


@media (max-width: 950px)  {
    .tablet-version {
        float: none;
        display: block;
        margin: 20px auto;
    }
}

@media (max-width: 850px) {
    .food-row .col-sm-6,
    .food-row .col-3,
    .food-row .col-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .food-row .col-sm-6 img {
        float: none;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

    .border--after:after,
    .border--before:before { display: none; }

    .food--height {
        height: 100%;
        margin-bottom: 30px;
    }

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

    .tablet-db { display: block; }

    .panel-text { min-height: 115px; }
}

@media (max-width: 830px)  {
    .coupon--background {
        background-image: none;
        border: 5px dashed #efb33e;
    }

    .panel.coupon--background {
        padding: 20px;
        margin: 15px auto 50px;
        -webkit-box-shadow: 0 0 30px 0 rgba(0,0,0,.15);
        box-shadow: 0 0 30px 0 rgba(0,0,0,.15);
    }

    .panel .column--70 {
        width: 100%;
        float: left;
    }

    .panel img.column--30,
    .column--30 {
        width: auto;
        float: none;
        margin: 0 auto;
        display: block;
    }

    .panel-height .panel.panel-first-row { min-height: 220px; }
}

@media (max-width: 767px)  {
    img.pull--left,
    img.pull--right {
        float: none;
        display: block;
        margin-left: auto;
        margin-right: auto;
        width: 100%;
        max-width: 350px;
    }

    h1 .d-block,
    h2 .d-block { display: inline !important; }

    .cacao-is-wrap .txt--right li { text-align: left; }
    .cacao-is-wrap .check-list--right li { background-position: 0 1px;}

    .li-p-l--0 li  { padding-left: 40px; }
    .li-p-r--40 li { padding-right: 0; }

    .sale { margin-bottom: 30px; }

    .sale-highlight { margin-top: 0; }

    .tablet-p-t--20 { padding-top: 20px; }

    .height--lg { height: 240px; }

    h1 { margin-bottom: 0; }

    .check-list li:last-child { margin-bottom: 25px; }

    .height--sm { height: 150px; }

    .wrap-clip {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .wrap-clip img {
        width: 100%;
        max-width: 140px;
        margin-bottom: 30px;
    }

    .wrap-clip p {
        padding: 20px;
        height: 100%;
        -webkit-clip-path: none;
        clip-path: none;
    }

    .panel-height .panel,
    .panel-height .panel.panel-first-row,
    .panel-height .panel.panel-second-row { min-height: 100%; }

    .border-l--0 { border-left: 1px solid #dde4e6; }
    .border-r--0 { border-right: 1px solid #dde4e6; }


    .header--background::before {
        position: absolute;
        content: "";
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(255,255,255,.5);
    }

    .price-free { font-size: 50px !important; }

    .height--md { height: 100%; }
}

@media (max-width: 730px)  {
    .padding-bottom--50 { padding-bottom: 30px; }
    h2.padding-bottom--50 { padding-bottom: 0; }
}


@media (max-width: 575px)  {
    .bonus-name-wide .bonus__name,
    .bonus__name { width: 60%; }

    h1 {
        font-size: 30px;
        line-height: 1.2;
    }

    h4 {
        font-size: 19px;
        line-height: 1.5;
    }

    h5 {
        font-size: 50px;
        line-height: 1.5;
    }

    .panel-text { min-height: 65px; }
}

@media (max-width: 510px) {

    h1,
    .txt-sm-center { text-align: center !important; }

    header {
        background-image: none !important;
        background-color: #eaedee;
    }

    .img-mobile {
        display: block;
        margin: -35px auto 0;
        width: 100%;
        max-width: 319px;
    }
}

@media (max-width: 450px) {

    h4 {
        font-size: 19px;
        line-height: 1.5;
    }

    h5 {
        font-size: 40px;
        line-height: 1.5;
    }


    .height--lg { height: 150px; }


    .height--sm { height: 110px; }

    .mobile-padding-bottom--50 { padding-bottom: 50px; }

    .testimonial-item {
        padding: 30px 15px 50px;
    }

    footer a {
        display: block;
        margin: 0 auto;
    }

    .txt--md { font-size: 20px; }

    .mobile-padding-bottom--50 {
        padding-bottom: 0 !important;
    }

    .price-free { font-size: 40px !important; }
}

@media(max-width: 420px) {
    .img-mobile { margin: -45px auto 0; }
}

@media(max-width: 330px) {
    .height--lg { height: 170px; }
}