@import url('https://fonts.googleapis.com/css?family=Open+Sans');
@import url('https://fonts.googleapis.com/css?family=Indie+Flower');
@import url('https://fonts.googleapis.com/css?family=Lato:400,700,900');

HTML {
    height: 100%;
    padding: 0;
    margin: 0;
    }

BODY {
    color: Black;
    font-family: Lato, sans-serif;
    font-size: 20px;
    background: White;
    min-height: 100%;
    position: relative;
    }

A { color: #0066c0; }
A:hover { color: #c45500; }

P {
    line-height: 1.5em;
    margin: 1em 0;
    }

#layout {}

#header {
    background: #232f3e;
    margin: 0;
    width: 100%;
    overflow: hidden;
    }

    #header .logo {
        text-indent: -9999px;
        background: url(../i/head-logo.png) top left no-repeat;
        background-size: 100%;
        margin: 20px 25px 20px 20px;
        width: 210px;
        height: 56px;
        float: left;
        }

    #header .social {
        margin: 38px 25px 38px 25px;
        float: right;
        }

        #header .social .icon {
            margin-left: 12px;
            display: inline-block;

            -webkit-transition: all 350ms ease;
            -moz-transition: all 350ms ease;
            -ms-transition: all 350ms ease;
            -o-transition: all 350ms ease;
            transition: all 350ms ease;
            }

        #header .social .icon:hover {
            -moz-opacity: .75;
            filter: alpha(opacity=75);
            opacity: .75;

            -webkit-transition: all 350ms ease;
            -moz-transition: all 350ms ease;
            -ms-transition: all 350ms ease;
            -o-transition: all 350ms ease;
            transition: all 350ms ease;
            }

        #header .social IMG {
            vertical-align: middle;
            }

#breadcrumbs {
    color: #767676;
    font-size: 12px;
    margin: 1em 25px 0;
    }

#tagline {
    border-bottom: 15px solid #fcf7d8;
    margin: 0 0 1em;
    }

    #tagline .inner {
        font-size: 15px;
        text-align: center;
        border: 1px solid #d4d4d4;
        border-left: none;
        border-right: none;
        padding: .75em 0;
        overflow: hidden;
        }

#content {
    margin-bottom: 340px;
    overflow: hidden;
    }

.pre-head {
    color: #b12704;
    font-weight: bold;
    font-style: italic;
    line-height: 1.25em;
    }

H1 {
    font-size: 28px;
    font-weight: normal;
    line-height: 1.3em;
    margin: .5em 0 0;
    }

    H1 .aux {
        color: #999;
        font-size: 14px;
        }

H2 {
    color: #111;
    font-size: 24px;
    font-weight: bold;
    }

H3 {
    color: #111;
    font-size: 20px;
    font-weight: bold;
    }

.byline {
    color: #111;
    font-size: 13px;
    margin: .1em 0;
    }

.bseller {
    line-height: 1em;
    margin: .35em 0;
    }

    .rating IMG {
        vertical-align: middle;
        }

.rating {
    line-height: 1em;
    border-bottom: 1px solid #e7e7e7;
    padding-bottom: .65em;
    margin: 0 0 2em 0;
    }

    .rating IMG {
        vertical-align: middle;
        }

    .byline SMALL,
    .rating SMALL {
        color: #666;
        font-size: 13px;
        vertical-align: middle;
        margin-left: 3px;
        }

.read-more {
    background: url(../i/read-more-arrow.png) left no-repeat;
    padding-left: 12px;
    margin: 0 0 1em;
    display: inline-block;
    }

.read-more.collapsed {
    background: url(../i/read-less-arrow.png) left no-repeat;
    padding-left: 12px;
    }

A.hint {
    color: #888;
    font-size: 75%;
    text-decoration: none;
    }

    A.hint:hover { border-bottom: 1px dotted #888; }

.columns {
    margin: 0 !important;
    }

    .columns .columnVisual {
        -webkit-border-radius: 4px;
        border-radius: 4px;
        margin: 40px 20px 25px;
        width: 260px;
        float: left;
        }

        .columns .columnVisual .main-ecover {}

    .columns .columnContent {
        margin: 0 340px 25px 320px;
        }

    .columns .columnProduct {
        border: 2px solid #69a2d3;
        -webkit-border-radius: 2px;
        border-radius: 2px;
        background: #d8e7f0;
        -webkit-box-shadow: 3px 4px 6px 0 rgba(0,0,0,.33);
        box-shadow: 3px 4px 6px 0 rgba(0,0,0,.33);
        margin: 0 25px 20px 0;
        width: 280px;
        float: right;
        }

        .columns .columnProduct H4 {
            color: #fff000;
            font-size: 20px;
            font-weight: bold;
            letter-spacing: .02em;
            text-shadow: 0 1px 0 rgba(0,0,0,.25);
            border-bottom: 2px solid #69a2d3;
            background: #5fa4d2;
            padding: 8px 0;
            margin: 0;
            }

.pricing {
    font-size: 14px;
    margin: 2em 0 0;
    }

    .pricing TD { padding: 5px 3px; }

    .pricing .k {
        color: #000;
        white-space: nowrap;
        }

        .pricing .k SPAN {
            color: #b12704;
            }

    .pricing .v {
        color: #111;
        }

    .pricing .v.red { color: #bd5150; }

        .pricing .v B {
            color: #b12704;
            font-size: 15px;
            }

    .pricing .fee {
        font-size: 11px;
        line-height: 15px;
        padding: .75em 3px 0;
        }

    .pricing .total TD {
        font-size: 24px;
        font-weight: bold;
        }


.columnProduct .purchase-button {
    border-top: 1px solid #ca7c1b;
    border-left: 1px solid #be751a;
    border-right: 1px solid #be751a;
    border-bottom: 1px solid #a56616;

    -webkit-border-radius: 4px;
    border-radius: 4px;

    background: #f5c589 url(../i/columnProduct-purchase-button-bg.gif) bottom repeat-x;
    margin: 0 5px;
    display: inline-block;
    position: relative;

    -moz-opacity: .90;
    filter: alpha(opacity=90);
    opacity: .90;
    }

    .columnProduct .purchase-button .inner {
        color: #000;
        font-family: Arial;
        font-size: 14px;
        font-weight: 400;
        letter-spacing: 0px;
        line-height: 1.15em;
        text-align: center;
        text-decoration: none;
        border-top: 1px solid #fbe8d1;

        -webkit-border-radius: 2px;
        border-radius: 2px;

        background: url(../i/columnProduct-purchase-button-icon.png) center left 5px no-repeat;
        padding: 15px 15px 15px 33px;
        min-width: 150px;
        display: inline-block;
        }

.columnProduct .purchase-button:hover {
    -moz-opacity: 1;
    filter: alpha(opacity=100);
    opacity: 1;
    }

.columnProduct .exp-delivery {
    color: #444;
    font-size: 13px;
    font-weight: bold;
    display: block;
    }

.columnProduct .purchase-hint {
    color: #83868e;
    font-size: 12px;
    display: block;
    }

.checkmarks {
    list-style: none;
    margin: 1.5em 0 !important;
    }

    .checkmarks LI {
        line-height: 35px !important;
        list-style: outside disc !important;
        vertical-align: middle;
        background: url(../i/checkmark.png) left no-repeat;
        padding: 0 0 0 42px;
        margin: 5px 20px 5px 0 !important;
        display: inline-block;
        }

.claim-left {
    text-decoration: none;
    position: relative;
    }

    .claim-left I {
        color: #d00;
        font-family: "Indie Flower";
        font-size: 125%;
        font-style: normal;
        text-align: center;
        background: url(../i/crossed-price.png) bottom center no-repeat;
        background-size: contain;
        padding-bottom: .90em;
        min-width: 40px;
        position: absolute;
        top: -.95em;
        left: -2px;
        }

.button {
    color: #553a05;
    font-family: "Open Sans Condensed", Arial;
    font-size: 22px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.15em;
    text-decoration: none;
    text-shadow: 0 1px 0 #fff;
    border: 1px solid #fee9aa;
    border-bottom: 4px solid #b98a37;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background: #febe4d url(../i/purchase-button-bg.png) top repeat-x;
    padding: 10px 25px;
    display: inline-block;

    -webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    transition: all 250ms ease;
    }

.button:hover {
    color: #332202;
    -webkit-box-shadow: 0 3px 2px 0 rgba(0,0,0,.25);
    box-shadow: 0 3px 2px 0 rgba(0,0,0,.25);
    margin: -1px 0 1px;

    -webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    transition: all 250ms ease;
    }

.intro-outlined {
    border: 3px dashed #e00;
    padding: .5em 1.5em;
    margin: 1em 0;
    }

#footer {
    color: #646c76;
    font-size: 13px;
    background: #232f3e;
    overflow: hidden;
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    }

    #footer .container {
        margin: 4em auto;
        max-width: 960px;
        }

    #footer A { color: #ccc; text-decoration: none; }
    #footer A:hover { color: #fff; text-decoration: underline; }

    #footer P {
        line-height: 1.5em;
        text-align: center;
        margin: 1.5em 0;
        }

.chooser {
    border: 1px solid #cb8730;
    border-top: none;
    -webkit-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
    background-color: #f6e6ce;
    -webkit-box-shadow: 0 4px 8px -3px rgba(0,0,0,.5);
    box-shadow: 0 4px 8px -3px rgba(0,0,0,.5);
    display: inline-block;
    }

    .chooser A {
        color: #000;
        font-family: Arial;
        font-size: 13px;
        font-weight: 400;
        letter-spacing: 0px;
        line-height: 1.15em;
        text-align: center;
        text-decoration: none;
        border-top: 1px solid #ccb18d;
        padding: 9px 12px 9px 12px;
        display: block;
        }

    .chooser A:first-child { border-top: none; }

    .chooser A:hover {
        background-color: #ffdfaf;
        }

.fdescr {
    background-color: #dfe4ec;
    padding: 50px 100px;
    margin: 1.5em -50px;
    overflow: hidden;
    }

    .fdescr .inner {
        background-color: #fff;
        padding: 0 50px;
        overflow: hidden;
        }

        .fdescr .inner H4 {
            color: #fff;
            font-weight: bold;
            background-color: #232e3e;
            padding: 1.25em 10px 1.25em 1.75em;
            position: relative;
            clear: both;
            }

        .fdescr .inner H4:before {
            content: "";
            background-image: url(../i/zhtml/ul-check-yellow.png);
            background-position: center;
            background-repeat: no-repeat;
            background-size: contain;
            position: absolute;
            top: .85em;
            left: -24px;
            width: 48px;
            height: 48px;
            }

    .fdescr IMG {
        border: 4px solid #d5dce4;
        -webkit-border-radius: 16px;
        border-radius: 16px;
        }

.guarantee {
    margin: 2em 0;
    }

    .guarantee .toprow {
        background-image: url(../i/guarantee-toprow.jpg);
        background-position: bottom;
        background-repeat: repeat-x;
        background-size: contain;
        height: 92px;
        }

    .guarantee .midrow {
        background-image: url(../i/guarantee-midrow.jpg);
        background-position: center;
        background-repeat: repeat-y;
        background-size: 100%;
        overflow: hidden;
        padding: 1em 4em 40px;
        }

        .guarantee .midrow H4 {
            color: #e00;
            font-size: 36px;
            text-align: center;
            }

        .guarantee .midrow P {
            color: #111;
            font-size: 24px;
            text-align: center;
            }

    .guarantee .btmrow {
        background-image: url(../i/guarantee-btmrow.jpg);
        background-position: top;
        background-repeat: repeat-x;
        background-size: contain;
        height: 92px;
        }

    .guarantee .seal {
        margin-top: -150px;
        }

.ingredients-pop {
    text-align: center;
    background: rgba(0, 0, 0, .8);
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    }

.ingredients-pop:after {
    content: '\2716';
    color: #aaa;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    border: 2px solid #AAA;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    background: #000;
    margin-left: -10px;
    display: inline-block;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 17px;
    cursor: pointer;
    }

    .ingredients-pop IMG {
        max-width: 90%;
        max-height: 80%;
        margin-top: 27px;
        cursor: default;
        }
