div.success {
    background-color: #f9f9f9;
    border: 1px solid #a9bca0;
    text-align: center;
    line-height: 6rem;
    display: none;
    margin: 0 2rem;
    font-size: 16px;
}

    div.success p {
        margin: 0;
    }
/* checkout-steps */


#checkout-steps {
}

    #checkout-steps .step {
        width: 100%;
    }

    #checkout-steps .select-shipping-address label {
        text-align: center;
    }

    #checkout-steps .method-list {
        list-style: none;
    }

    #checkout-steps .method-list .method-description.show {
        display:block;
    }
    #checkout-steps .method-list .method-description.hide {
        display:none;
    }


/* header */
header .container {
    max-width: 143.7rem;
}

header div.strap {
    background-color: #fff;
    text-align: right;
}

    header div.strap ul {
        list-style: none;
        margin-bottom: 0;
        width: 100%;
    }

    header div.strap li {
        margin: 0;
        display: inline-block;
        text-align: center;
    }

        header div.strap li a {
            color: rgba(67,62,62,.6);
            font-size: 15px;
            padding: 0 13px;
            line-height: 3.4rem;
        }

            header div.strap li a:hover {
                text-decoration: underline;
            }

        header div.strap li .cart-total {
            font-weight: 900;
            font-size: 1.7rem;
        }

header div.main {
    text-align: center;
    background-color: #e8e9e3;
    height: 12.8rem;
}

    header div.main .checkout-options {
        position: absolute;
        text-align: left;
    }

        header div.main .checkout-options h5 {
            display: inline-block;
            line-height: 12.8rem;
            /* margin-left: 41px; */
        }

        header div.main .checkout-options .call-us {
            background: #fff;
            color: #a59262;
            display: inline-block;
            text-transform: uppercase;
            font-weight: 900;
            font-size: 12px;
            padding: 5px 20px;
            margin-left: 13px;
        }


    header div.main .prices {
        position: absolute;
        left: 49px;
        top: 2.9rem;
        max-width: 34.5rem;
        text-align: left;
    }

        header div.main .prices h4 {
            color: #433e3e;
            letter-spacing: .1rem;
            margin-bottom: 0;
            line-height: 2.3rem;
        }

        header div.main .prices small {
            color: #433e3e;
            font-size: 13px;
        }

        header div.main .prices p {
            margin: 0;
            font-size: 16px;
            line-height: 13px;
        }

        header div.main .prices .bead {
            width: 14px;
            height: 14px;
            background-color: red;
            display: inline-block;
            border-radius: 100%;
            margin-left: 26px;
        }

            header div.main .prices .bead.silver {
                background-color: #d0d0d0;
            }

            header div.main .prices .bead.gold {
                background-color: #a59262;
            }

        header div.main .prices > .column:first-of-type {
            border-right: 1px solid #d0cfca;
            margin-right: 12px;
        }

        header div.main .prices > .column .row .column {
            padding: 0 0 10px 10px;
        }

    header div.main .logo {
        margin: auto;
        margin-top: 3.8rem;
    }

    header div.main .reviews {
        position: absolute;
        right: 2.8rem;
        top: 4.5rem;
    }

    header div.main .checkout-security {
        position: absolute;
        right: 2.8rem;
        top: 0;
    }

header nav {
    background-color: #a59262;
    font-size: 0;
    z-index: 2;
    position: relative;
}

    header nav ul {
        list-style: none;
        margin-bottom: 0;
        padding-left: 17px;
    }

        header nav ul li ul.mini {
            display: none;
            background-color: #433e3e;
            position: absolute;
            top: 33px;
            margin-left: 0px;
            min-width: 250px;
            text-align: left;
        }

        header nav ul li:hover ul {
            display: block;
        }
        header nav ul.mini li {
            display: block;
            text-align:left;
        }
        header nav ul > li {
            text-transform: uppercase;
            font-size: 1.5rem;
            height: 4.8rem;
            display: inline-block;
            margin-bottom: 0;
            margin-left: 0;
            margin: 0;
            text-align: center;
        }

            header nav ul > li:hover {
                background-color: #433e3e;
            }

            header nav ul > li .fa {
                -webkit-transition: all .1s ease-in-out;
                -moz-transition: all .1s ease-in-out;
                -o-transition: all .1s ease-in-out;
                transition: all .1s ease-in-out;
            }

            header nav ul > li:hover .fa {
                webkit-transform: rotate(180deg);
                -moz-transform: rotate(180deg);
                -o-transform: rotate(180deg);
                -ms-transform: rotate(180deg);
                transform: rotate(180deg);
            }

            header nav ul > li > a {
                color: #fff;
                display: inline-block;
                line-height: 4.8rem;
                width: 100%;
                padding: 0 18px;
                font-size: 14px;
            }

            header nav ul > li a:hover {
                color: #fff;
            }

            header nav ul > li:hover figure {
                opacity: 1;
                pointer-events: all;
                margin-top: 0;
            }

        header nav ul > .right {
            background-color: #8f7c4b;
            position: absolute;
            right: 0;
            top: 0;
        }

        header nav ul > li figure {
            width: 100vw;
            left: 50%;
            margin-left: -50vw;
            position: absolute;
            background-color: #433e3e;
            z-index: 1;
            margin-top: 20px;
            opacity: 0;
            pointer-events: none;
            -webkit-transition: all .1s ease-in-out;
            -moz-transition: all .1s ease-in-out;
            -o-transition: all .1s ease-in-out;
            transition: all .1s ease-in-out;
            position: fixed;
        }

        header nav ul > li div.mega {
            left: 0;
            text-align: left;
            margin: auto;
            max-width: 143.7rem;
            position: relative;
			overflow-y: auto;
			height: 70vh;
        }

            header nav ul > li div.mega h5 {
                margin-top: 29px;
                margin-left: 38px;
                padding-bottom: 17px;
                border-bottom: 3px solid #fff;
                margin-bottom: 21px;
            }

            header nav ul > li div.mega ul {
                margin: 0;
                text-align: left;
                padding: 0;
                padding-left: 2rem;
                margin-bottom: 4rem;
            }

                header nav ul > li div.mega ul li {
                    text-align: left;
                    display: block;
                    height: auto;
                }

                    header nav ul > li div.mega ul li a {
                        text-transform: capitalize;
                        font-size: 17px;
                        line-height: 33px;
                        text-shadow: 0 0 3px rgba(0, 0, 0, 1);
                    }

                        header nav ul > li div.mega ul li a:hover {
                            text-decoration: underline;
                            text-underline-position: under;
                        }

header.fixed {
    left: 0;
    max-width: 100%;
    position: fixed;
    right: 0;
    top: -22rem;
    width: 100%;
    z-index: 999;
    transition: all 0.1s linear;
    box-shadow: none;
}

/* customer */

.date-picker-wrapper select {
    width: 33%;
    margin-right: .33%
}


.address-item .title {
    text-transform: uppercase;
    margin-bottom: 1rem;
}

.address-item ul.info {
    list-style: none;
}

    .address-item ul.info li {
        margin-bottom: 0;
    }

        .address-item ul.info li label {
            font-weight: 800;
        }

/* footer */
footer {
    background-color: #433e3e;
    color: #fff;
}

    footer h4 {
        margin-top: 5rem;
        border-bottom: 1px solid #635e5d;
        padding-bottom: 6px;
        letter-spacing: .09rem;
        margin-bottom: 10px;
    }

    footer h6 {
        color: #fff;
        margin-top: 18px;
        margin-bottom: -7px;
    }

    footer a {
        color: #fff;
        font-size: 1.6rem;
        white-space: nowrap;
    }

    footer address {
        color: #fff;
        font-variant: normal;
        font-style: normal;
        font-weight: 100;
        font-size: 1.6rem;
        line-height: 1.49;
        margin-bottom: 20px;
    }

    footer ul {
        list-style: none;
    }

        footer ul li {
            margin-bottom: -6px;
        }

            footer ul li a {
                color: #fff;
                font-size: 1.6rem;
                font-weight: 100;
            }

    footer img {
        margin-bottom: 30px;
    }

        footer img.gray {
            -webkit-filter: grayscale(100%);
            /* Safari 6.0 - 9.0 */
            filter: grayscale(100%);
        }

    footer .copyright {
        margin-top: 33px;
        padding-bottom: 11px;
    }

        footer .copyright small {
            color: #fff;
            opacity: .2;
            font-weight: 100;
        }

        footer .copyright .fa {
            color: #fff;
            opacity: .7;
            font-weight: 100;
            margin-left: 7px;
            font-size: 2rem;
        }
/* login */
.login form {
    margin-top: 3.7rem;
}

    .login form h5 {
        margin-top: 3.0rem;
        font-size: 1.5rem;
        letter-spacing: .41rem;
        margin-bottom: 1.2rem;
    }

    .login form .button {
        margin-top: 4.6rem;
    }

    .login form .toggle {
        display: none;
    }

    .login form.loginToggle .toggle {
        display: block;
    }

.security {
    margin-top: 40px;
    margin-bottom: 17px;
}

    .security .fa-lock {
        font-size: 3.5rem;
        color: #d0cfcf;
        margin-bottom: 16px;
    }

    .security p {
        font-size: 14px;
        color: #2d2828;
    }

/* validation error */
.validation-summary-errors {
    background-color: #fbdbdc;
    color: #cc5656;
    border: 1px solid #cc5656;
    padding: 20px;
    font-size: 1.6rem;
    margin-bottom: 3rem;
    margin-top: 3rem;
}

    .validation-summary-errors ul {
        margin-bottom: 0;
    }


/* breadcrumb */

.container.breadcrumb {
    max-width: 143.7rem;
    padding-left: 30px;
    padding-top: 45px;
}

    .container.breadcrumb ul {
        list-style: none;
        width: 100%;
        margin-bottom: 8px;
    }

        .container.breadcrumb ul li {
            display: inline-block;
        }

            .container.breadcrumb ul li span {
                font-size: 1.2rem;
                text-transform: uppercase;
                letter-spacing: .258rem;
            }

                .container.breadcrumb ul li span a {
                    color: #433e3e;
                    opacity: .7;
                }

                    .container.breadcrumb ul li span a:hover {
                        color: #a59262;
                        opacity: 1;
                    }

            .container.breadcrumb ul li .delimiter {
                margin-left: 20px;
                font-size: 1.6rem;
                margin-right: 15px;
                opacity: .4;
            }

            .container.breadcrumb ul li .current-item {
                font-size: 1.2rem;
                text-transform: uppercase;
                color: #a59262;
                letter-spacing: .258rem;
            }

/* product-view */


.container.product-view {
    max-width: 143.7rem;
}


    .container.product-view ul.remove {
        list-style: none;
        margin-bottom: -4rem;
    }

        .container.product-view ul.remove > li {
            display: inline-block;
            margin-right: 1rem;
            padding: 0 10px;
            border: 1px solid #ebebe6;
        }

            .container.product-view ul.remove > li > a {
                font-weight: 100;
                font-size: 1.2rem;
            }

    .container.product-view h1 {
        color: #433e3e;
        padding-left: 7px;
        letter-spacing: .189rem;
    }

    .container.product-view .data {
        margin-top: 25px;
    }

        .container.product-view .data .call-for-price {
            font-size: 25px;
            font-weight: 900;
            text-transform: uppercase;
            /* text-align: center; */
            margin-bottom: 4.5rem;
            text-underline-position: under;
            text-decoration: underline;
        }

        .container.product-view .data .price h2 {
            color: #433e3e;
            font-size: 3.7rem;
            font-family: var(--primaryFont);
            font-weight: 900;
            margin-bottom: -4px;
            letter-spacing: .1rem;
        }

        .container.product-view .data .price small {
            color: #433e3e;
            font-size: 1.2rem;
            letter-spacing: .2rem;
        }

        .container.product-view .data .price .column.right span {
            font-size: 1.8rem;
            letter-spacing: .12rem;
            opacity: .8;
        }

        .container.product-view .data .add-to-cart {
            margin-top: 13px;
        }

            .container.product-view .data .add-to-cart .k-select button,
            .product-header .quantity .k-select button {
                float: left;
                display: inline-block;
                background-color: #fff;
                color: #a59262;
                line-height: 6rem;
                height: 6rem;
                font-size: 1.7rem;
                padding: 0 2.2rem;
            }

            .container.product-view .data .add-to-cart .k-select .qty-input,
            .product-header .quantity .k-select .qty-input {
                float: left;
                display: inline-block;
                text-align: center;
                width: 5.9rem;
                margin: 0;
                padding: 0;
                background-color: #f4f4f1;
                border-color: #a59262;
                margin-left: -1px;
                margin-right: -1px;
                color: #a59262;
                font-size: 2.8rem;
                height: 6rem;
                line-height: 6rem;
            }

            .container.product-view .data .add-to-cart .add-to-cart-button {
                margin-top: 5px;
                font-size: 1.8rem;
            }

        .container.product-view .data .sales-options {
            margin-top: 15px;
        }

        .container.product-view .data .benefits ul li div.icon {
            float: left;
            height: 30px;
        }

        .container.product-view .data .benefits ul li div.text {
            margin-left: 70px;
        }

        .container.product-view .data .sales-options small {
            line-height: 1.3;
            font-size: 15px;
            letter-spacing: .08rem;
            color: #433e3e;
            display: inline-block;
        }

            .container.product-view .data .sales-options small a {
                color: #b2c3a9;
                font-size: 2.5rem;
            }


        .container.product-view .data .benefits ul {
            list-style: none;
            margin-top: 18px;
            width: 100%;
        }

            .container.product-view .data .benefits ul li {
                background-color: #f4f4f1;
                line-height: 6rem;
                margin-bottom: 2px;
                color: #a59262;
                text-transform: uppercase;
                font-size: 1.7rem;
                letter-spacing: 0;
                font-weight: 600;
            }

                .container.product-view .data .benefits ul li .fa {
                    margin-left: 32px;
                    min-width: 40px;
                }

        .container.product-view .data .short-description {
            margin-top: 20px;
        }


            .container.product-view .data .short-description h5 {
                color: #433e3e;
                letter-spacing: .08rem;
                margin-bottom: 6px;
            }


        .container.product-view .data .full-description {
            margin-top: 20px;
        }

        .container.product-view .data .tab-container {
            margin-top: 1px;
            border: 1px solid #ebebe6;
            font-size: 0;
        }

            .container.product-view .data .tab-container .tab-link {
                width: 49.88%;
                line-height: 6rem;
                text-align: center;
                margin-bottom: 0;
                text-transform: uppercase;
                font-weight: 600;
                font-size: 1.5rem;
                letter-spacing: 0px;
                margin: 0;
            }

            .container.product-view .data .tab-container .tab-content {
                padding: 6px 26px;
                font-size: 1.6rem;
            }

    .container.product-view .images .gallery {
        padding-right: 115px;
        margin-top: 34px;
    }

        .container.product-view .images .gallery .picture {
            text-align: center;
            border: 1px solid #ebebe6;
            height: 57.35rem;
            overflow: hidden;
            margin-bottom: 20px;
        }

            .container.product-view .images .gallery .picture img:not(.zoomImg) {
                max-width: 60%;
                position: relative;
                top: 50%;
                transform: translateY(-50%);
            }

        .container.product-view .images .gallery .picture-thumbs {
            text-align: center;
            font-size: 0;
        }

        .container.product-view .images .gallery .thumb-item {
            width: 9.5rem;
            height: 9.5rem;
            display: inline-block;
            border: 1px solid #ebebe6;
            margin: 0 10px;
            text-align: center;
            cursor: pointer;
            position: relative;
            vertical-align: text-top;
        }

            .container.product-view .images .gallery .thumb-item img {
                max-width: 81%;
                position: relative;
                top: 50%;
                transform: translateY(-50%);
            }


.product-header {
    background-color: #fff;
    z-index: 0;
    position: relative;
    -webkit-box-shadow: 0 0 20px 5px rgba(26, 26, 45, .2);
    -moz-box-shadow: 0 0 20px 5px rgba(26, 26, 45, .2);
    box-shadow: 0 0 20px 5px rgba(26, 26, 45, .2);
}

    .product-header .row {
        height: 12.8rem;
    }

    .product-header .image {
        width: 9.5rem;
        height: 9.5rem;
        display: inline-block;
        border: 1px solid #ebebe6;
        margin: 0 17px 0 38px;
        text-align: center;
    }

        .product-header .image img {
            max-width: 81%;
            position: relative;
            top: 50%;
            transform: translateY(-50%);
        }

    .product-header .description {
        display: inline-block;
        width: 750px;
        overflow: hidden;
        /* padding-top: 35px; */
    }

        .product-header .description h2 {
            margin-bottom: 0;
            font-size: 2.51rem;
            text-transform: capitalize;
            white-space: nowrap;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            max-width: 725px;
        }

        .product-header .description h4 {
            margin-bottom: 0;
            display: inline-block;
            color: #433e3e;
            font-size: 2rem;
            font-weight: 600;
        }

        .product-header .description small {
            color: #433e3e;
            font-size: 1.3rem;
        }

    .product-header .quantity {
        display: inline-block;
        margin-right: 20px;
    }

        .product-header .quantity .k-select button {
            line-height: 4rem;
            height: 4rem;
            padding: 0 1.1rem;
            margin-bottom: 0;
        }

        .product-header .quantity .k-select .qty-input {
            height: 4rem;
            line-height: 4rem;
            width: 4rem;
            font-size: 2rem;
        }

    .product-header .add-to-cart {
        display: inline-block;
        margin-right: 20px;
    }

        .product-header .add-to-cart .button {
            margin: 0;
        }

    .product-header .enquire {
        display: inline-block;
    }

        .product-header .enquire .button {
            margin: 0;
            background-color: #aabc9f;
            border-color: #aabc9f;
            color: #fff;
        }

/* parent category */

.category-header {
    min-height: 325px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

    .category-header p {
        color: #fff;
        line-height: 1.55;
    }

    .category-header h1 {
        padding-top: 84px;
    }


    .category-header .container {
        z-index: 5;
    }

    .category-header .overlay {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: rgba(0, 0, 0, 0.85);
        background: url(data:;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAACCAYAAABytg0kAAAAAXNSR0IArs4c6QÃ¢â‚¬Â¦VUIHYzLjUuNUmK/OAAAAATSURBVBhXY2RgYNgHxGAAYuwDAA78AjwwRoQYAAAAAElFTkSuQmCC) repeat scroll transparent\9;
        z-index: 1;
        color: white;
        height: 536px;
    }


/* category */

.gold .category-title {
    text-align: left;
    height: 14.5rem;
    border: 1.7rem solid #c0b391;
    padding: 0 !important;
    background-color: #a79c7e;
    margin-bottom: 1.5rem !important;
    background-image: url(/cdn/i/gold-coin-bg-light.jpg);
}

.silver .category-title {
    text-align: left;
    height: 14.5rem;
    border: 1.7rem solid #d0d0d0;
    padding: 0 !important;
    background-color: #555;
    margin-bottom: 1.5rem !important;
    background-image: url(/cdn/i/silver-coin-bg-light.jpg);
}

.category-title h1 {
    color: #fff;
    font-size: 4.6rem;
    /* background-color: rgba(90,84,67,.4); */
    margin: 0;
    padding-top: 5.4rem;
    padding-left: 3rem;
    text-shadow: 0 0 3px #857c62;
    letter-spacing: 0.07rem;
}

    .category-title h1 img {
        position: absolute;
        right: 50px;
        top: -44px;
        max-width: 200px;
        max-height: 175px;
    }


.container.categories {
    max-width: 143.7rem;
    margin-top: 26px;
    margin-bottom: 56px;
}

    .container.categories h3 {
        margin-bottom: 15px;
        margin-left: 10px;
    }

    .container.categories ul.list {
        list-style: none;
        margin-left: 10px;
        border-bottom: 1px solid #a59262;
        padding-bottom: 20px;
    }

        .container.categories ul.list > li {
            text-transform: uppercase;
            font-size: 1.6rem;
            font-weight: 600;
            letter-spacing: 3px;
            color: #a59262;
        }

            .container.categories ul.list > li.filter {
                margin-bottom: 0;
            }

                .container.categories ul.list > li.filter a {
                    font-size: 1.7rem;
                    font-weight: 100;
                    color: #433e3e;
                    text-transform: capitalize;
                }

                    .container.categories ul.list > li.filter a:hover {
                        /* Or whatever color you want */
                        text-decoration: underline;
                        text-underline-position: under;
                        text-decoration-color: #a59262;
                    }

                    .container.categories ul.list > li.filter a:before {
                        content: " ";
                        background-color: #fff;
                        width: 18px;
                        height: 18px;
                        display: inline-block;
                        vertical-align: sub;
                        margin-right: 10px;
                        border: 1px solid #d0cfcf;
                    }


                    .container.categories ul.list > li.filter a.active {
                    }

                .container.categories ul.list > li.filter.active a:before {
                    font: normal normal normal 14px/1 FontAwesome;
                    content: "\f00c";
                    vertical-align: initial;
                    color: #a59262;
                    padding-top: 1px;
                    padding-left: 1px;
                }

            .container.categories ul.list > li > a {
            }

            .container.categories ul.list > li > ul,
            .container.categories ul.list > li > ul > li > ul {
                list-style: none;
                margin-left: 15px;
                display: none;
            }

            .container.categories ul.list > li.active ul {
                display: block;
            }

            .container.categories ul.list > li > ul > li.active > a,
            .container.categories ul.list > li > ul > li > ul > li.active > a {
                color: #a59262;
            }

            .container.categories ul.list > li > ul > li > a,
            .container.categories ul.list > li > ul > li > ul > li a {
                color: #433e3e;
                text-transform: capitalize;
                font-size: 1.9rem;
                font-weight: 300;
                letter-spacing: 1px;
            }

            .container.categories ul.list > li > ul > li > ul > li a {
                font-size: 1.5rem;
            }

            .container.categories ul.list > li > ul > li > a .fa {
                font-size: 1.5rem;
                margin-right: 4px;
            }

.category {
    /* background-color: #e9e9e3; */
    min-height: 447px;
    text-align: center;
    border: 7px solid #fff;
}

    .category:hover .image {
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }

    .category .image {
        height: 326px;
        overflow: hidden;
        text-align: center;
        -webkit-transition: all .1s ease-in-out;
        -moz-transition: all .1s ease-in-out;
        -o-transition: all .1s ease-in-out;
        transition: all .1s ease-in-out;
    }

        .category .image img {
            position: relative;
            top: 50%;
            transform: translateY(-50%) translateX(-50%);
            margin-left: 50%;
            max-width: 65%;
        }

    .category h4 {
        color: #433e3e;
        font-size: 2rem;
    }

    .category:hover h4 {
        text-decoration: underline;
        text-underline-position: under;
    }


.column-33.product {
    min-height: 48rem;
    text-align: center;
    outline-offset: -7px;
    outline: 1px solid #ebebe6;
    border: 7px solid #fff;
    cursor: pointer;
}

    .column-33.product:hover .image {
    }

    .column-33.product .image {
        height: 222px;
        overflow: hidden;
        text-align: center;
        -webkit-transition: all .1s ease-in-out;
        -moz-transition: all .1s ease-in-out;
        -o-transition: all .1s ease-in-out;
        transition: all .1s ease-in-out;
    }

        .column-33.product .image img {
            position: relative;
            top: 50%;
            transform: translateY(-50%) translateX(-50%);
            margin-left: 50%;
            max-width: 51%;
        }

    .column-33.product h4 {
        color: #433e3e;
        font-size: 2.3rem;
        font-weight: 300;
        text-transform: none;
        margin-left: 25px;
        margin-right: 25px;
        letter-spacing: .1rem;
        margin-bottom: 23px;
        min-height: 9.6rem;
    }

    .column-33.product h5 {
        color: #433e3e;
        font-size: 2.3rem;
        font-weight: 900;
        text-transform: none;
        letter-spacing: .1rem;
        display: inline-block;
    }

    .column-33.product em {
        color: #433e3e;
        font-weight: 100;
    }

    .column-33.product a.button {
        display: block;
        margin-top: 10px;
        margin-left: 98px;
        margin-right: 91px;
    }

.column-25.product {
    min-height: 48rem;
    text-align: center;
    outline-offset: -7px;
    outline: 1px solid #ebebe6;
    border: 7px solid #fff;
    cursor: pointer;
}

    .column-25.product .pcgs {
        max-width: 50px;
        margin-top: 15px;
        margin-bottom: 15px;
    }

    .column-25.product:hover .image {
    }

    .column-25.product .image {
        height: 222px;
        overflow: hidden;
        text-align: center;
        -webkit-transition: all .1s ease-in-out;
        -moz-transition: all .1s ease-in-out;
        -o-transition: all .1s ease-in-out;
        transition: all .1s ease-in-out;
    }

        .column-25.product .image img {
            position: relative;
            top: 50%;
            transform: translateY(-50%) translateX(-50%);
            margin-left: 50%;
            max-width: 75%;
        }

    .column-25.product h4 {
        color: #433e3e;
        font-size: 17px;
        font-weight: 300;
        text-transform: none;
        margin-left: 25px;
        margin-right: 25px;
        letter-spacing: .1rem;
        margin-bottom: 23px;
        min-height: 128px;
    }

    .column-25.product h5 {
        color: #433e3e;
        font-size: 2.3rem;
        font-weight: 900;
        text-transform: none;
        letter-spacing: .1rem;
        display: inline-block;
    }

    .column-25.product em {
        color: #433e3e;
        font-weight: 100;
    }

    .column-25.product a.button {
        display: block;
        margin-top: 10px;
        margin-left: 50px;
        margin-right: 50px;
    }
/* expert */
.expert {
    background-color: #f9f9f8;
    padding: 25px;
}

    .expert h4 {
        margin-top: 15px;
        text-transform: none;
        font-size: 2.2rem;
        letter-spacing: 3px;
        color: #433e3e;
        font-weight: 900;
    }

    .expert p {
    }


/* cart */

.cart-view {
    margin-top: 50px;
}

    .cart-view .no-data {
        margin-top: 50px;
        text-align: center;
        margin-bottom: 150px;
    }

    .cart-view h1 {
        margin-bottom: 0px;
    }

    .cart-view table.cart th {
        color: #a59262;
        text-transform: uppercase;
        letter-spacing: 3px;
        font-size: 1.4rem;
        border-bottom: 1px solid #a59262;
        padding: 2rem 2rem 1.8rem 4px;
    }

    .cart-view table.cart tbody tr {
        outline: 5px solid #fff;
        outline-offset: 2px;
    }

    .cart-view table.cart {
        border-bottom: 1px solid #a59262;
    }

        .cart-view table.cart tr td {
            border-right: 2px solid #f0f0ec;
            margin: 15px;
            line-height: 10rem;
            vertical-align: middle;
        }

            .cart-view table.cart tr td.product-picture a {
                display: grid;
            }

            .cart-view table.cart tr td.remove-from-cart {
                text-align: center;
                margin: 0;
                padding: 0;
            }

                .cart-view table.cart tr td.remove-from-cart label {
                    margin-right: 0;
                }

            .cart-view table.cart tr td:last-of-type {
                border-right: 0;
            }

            .cart-view table.cart tr td a {
                color: #433e3e;
            }

                .cart-view table.cart tr td a:hover {
                    color: #a59262;
                }

            .cart-view table.cart tr td input {
                height: 3.8rem;
                width: 3.8rem;
                text-align: center;
                padding: 0;
            }


    .cart-view .cart-options {
        border-bottom: 1px solid #a59262;
        padding-bottom: 29px;
    }

    .cart-view .cart-options {
        border-bottom: 1px solid #a59262;
        padding-bottom: 29px;
    }

        .cart-view .cart-options .button-outline {
            border-color: #a59262;
            color: #a59262;
        }

        .cart-view .cart-options .button-green {
            margin-top: 16px;
        }

    .cart-view .totals {
        background-color: #433e3e;
        color: #fff;
        padding: 27px;
    }

        .cart-view .totals .total-info {
            padding: 0 31px;
        }

        .cart-view .totals label {
            /* margin-left: 32px; */
            font-size: 1.7rem;
            text-transform: uppercase;
            letter-spacing: 3px;
        }

        .cart-view .totals td {
            border: 0;
            padding-bottom: 0;
            padding-top: 11px;
        }

        .cart-view .totals em {
            display: block;
            font-size: 1.4rem;
        }

        .cart-view .totals .cart-total-right {
            text-align: right;
            width: 1px;
        }

        .cart-view .totals tr.order-total td {
            padding-top: 26px;
            border-bottom: 2px solid #fff;
            padding-bottom: 22px;
        }

            .cart-view .totals tr.order-total td label {
                text-transform: capitalize;
                font-size: 2.5rem;
                letter-spacing: 1px;
                font-weight: 700;
            }

        .cart-view .totals .terms {
            padding-left: 35px;
            margin-right: 114px;
            margin-top: -12px;
        }

            .cart-view .totals .terms .css-label {
                border-color: #fff;
                color: #fff !important;
            }

            .cart-view .totals .terms em {
                font-size: 1.4rem;
                display: inline-block;
                margin-left: 48px;
                margin-top: -27px;
            }

            .cart-view .totals .terms.invalid {
                color: red;
            }



        .cart-view .totals .button {
            float: right;
            margin-top: 20px;
            background-color: #fff;
            color: #a59262;
        }

/* document-header */
.document-header {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

    .document-header .row {
        min-height: 417px;
        height: 417px;
        z-index: 5;
        position: relative;
    }

        .document-header .row p {
            color: #fff;
        }

    .document-header .overlay {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: rgba(0, 0, 0, 0.55);
        background: url(data:;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAACCAYAAABytg0kAAAAAXNSR0IArs4c6QÃ¢â‚¬Â¦VUIHYzLjUuNUmK/OAAAAATSURBVBhXY2RgYNgHxGAAYuwDAA78AjwwRoQYAAAAAElFTkSuQmCC) repeat scroll transparent\9;
        z-index: 1;
        color: white;
        height: 628px;
    }


.document .row {
    background-color: #fff;
    margin-top: -105px;
    padding: 120px;
    z-index: 5;
    position: relative;
}

.document img {
    max-width: 100% !important;
    height: auto;
}

.document .social .fa {
    font-size: 4rem;
    margin-left: 15px;
    line-height: 7rem;
}
/* why buy from us */
section.why-buy-from-us {
    background-image: url('/cdn/i/banner-bg.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    padding-top: 78px;
    padding-bottom: 66px;
}

    section.why-buy-from-us h2 {
        color: #fff;
        text-shadow: 1px 1px 2px rgba(0, 0, 0, .5);
    }


        section.why-buy-from-us h2.strike span:before,
        section.why-buy-from-us h2.strike span:after {
            border-bottom: 1px solid #fff;
        }


    section.why-buy-from-us .container {
        max-width: 95rem;
    }

    section.why-buy-from-us .row-wrap {
        margin-top: 2rem;
    }

        section.why-buy-from-us .row-wrap .column-33 {
            margin: 1rem 0;
        }

            section.why-buy-from-us .row-wrap .column-33 div {
                background-color: rgba(255,255,255,.1);
                color: #a59262;
                height: 113px;
                padding: 0 60px;
            }

                section.why-buy-from-us .row-wrap .column-33 div p {
                    text-transform: uppercase;
                    font-size: 1.4rem;
                    letter-spacing: 3px;
                    position: relative;
                    top: 50%;
                    transform: translateY(-50%);
                    font-weight: 900;
                    text-shadow: 0 0 3px rgba(0, 0, 0, 1);
                }

                section.why-buy-from-us .row-wrap .column-33 div small {
                    margin-top: 41px;
                    display: block;
                    line-height: 18px;
                }

/* what our customer say */

.what-our-customers-say {
    text-align: center;
    padding-top: 100px;
    padding-bottom: 72px;
}

    .what-our-customers-say .container {
        max-width: 95rem;
    }

   /*  .what-our-customers-say img {
        margin-top: 33px;
        margin-bottom: 66px;
    }*/
	.what-our-customers-say .feefowidget-feefo-logo {
		margin: 0;
	}
    .what-our-customers-say .quote {
        text-align: left;
        margin-bottom: 29px;
    }

        .what-our-customers-say .quote .fa-star {
            color: #a59262;
        }

        .what-our-customers-say .quote .name {
            font-size: 1.5rem;
            margin-left: 4px;
            margin-top: 18px;
            letter-spacing: 1px;
            margin-bottom: 0;
            line-height: .8;
        }

        .what-our-customers-say .quote small {
            font-size: 1.4rem;
            color: #433e3e;
            font-weight: 600;
            margin-bottom: 12px;
            display: block;
        }

        .what-our-customers-say .quote .title {
            padding-left: 2px;
            margin-top: -4px;
            margin-bottom: 37px;
        }

            .what-our-customers-say .quote .title h4 {
                text-transform: none;
                font-size: 2.5rem;
                letter-spacing: 1px;
            }

            .what-our-customers-say .quote .title .fa-quote-left {
                margin-right: 25px;
                top: -32px;
                position: relative;
                font-size: 2.5rem;
                color: #e9e9e3;
            }

            .what-our-customers-say .quote .title .fa-quote-right {
                margin-left: 25px;
                font-size: 2.5rem;
                position: relative;
                top: 20px;
                color: #e9e9e3;
            }


/* link-tiles */

.link-tiles {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(/cdn/i/coin_BG_image.png);
}

    .link-tiles .row {
        height: 363px;
        margin-left: 0rem;
        width: calc(100% + 0rem);
    }

    .link-tiles .column {
        text-align: center;
        cursor: pointer;
        -webkit-transition: all .1s ease-in-out;
        -moz-transition: all .1s ease-in-out;
        -o-transition: all .1s ease-in-out;
        transition: all .1s ease-in-out;
    }

        .link-tiles .column.green {
            height: 100%;
            background-color: rgba(195,208,188,.4);
            border: 30px solid #c3d0bc;
            border-right: 0;
        }

            .link-tiles .column.green:hover {
                background-color: rgba(195,208,188,.7);
            }

        .link-tiles .column.dark {
            height: 100%;
            background-color: rgba(115,111,110,.4);
            border: 30px solid #736f6e;
            border-left: 0;
            border-right: 0;
        }

            .link-tiles .column.dark:hover {
                background-color: rgba(115,111,110,.7);
            }

        .link-tiles .column.gold {
            height: 100%;
            background-color: rgba(188,174,139,.4);
            border: 30px solid #bcae8b;
            border-left: 0;
        }

            .link-tiles .column.gold:hover {
                background-color: rgba(188,174,139,.7);
            }

        .link-tiles .column a {
            color: #fff;
            margin-bottom: 0;
            position: relative;
            top: 50%;
            transform: translateY(-50%);
            display: block;
        }

        .link-tiles .column h4 {
            color: #fff;
            font-size: 2.4rem;
            margin-bottom: 0;
        }

            .link-tiles .column h4 span {
                display: inline-block;
                position: relative;
                line-height: 4rem;
            }

                .link-tiles .column h4 span:before,
                .link-tiles .column h4 span:after {
                    content: "";
                    position: absolute;
                    border-bottom: 2px solid #fff;
                    top: 0px;
                    width: 90px;
                }

                .link-tiles .column h4 span:before {
                    right: calc(50% - 45px);
                    top: -15px;
                }

                .link-tiles .column h4 span:after {
                    left: calc(50% - 45px);
                    bottom: -15px;
                }

/* sign-up-expert-guide */

.sign-up-expert-guide {
    text-align: center;
    border-top: 1px solid #a59262;
    padding-top: 80px;
    padding-bottom: 70px;
}

    .sign-up-expert-guide h3 {
        font-size: 2.32rem;
        text-transform: uppercase;
        letter-spacing: 3px;
        margin-bottom: 13px;
    }

    .sign-up-expert-guide p {
        padding: 0 200px;
        font-size: 1.8rem;
    }

    .sign-up-expert-guide button {
        margin-top: 37px;
    }

/* home-header */
.home-header .glide__bullets {
    position: absolute;
    top: 468px;
    left: 500px;
}

.home-header .glide__arrows {
    position: absolute;
    width: 100%;
    top: 45%;
    height: 1px;
}
.home-header .glide__arrow {
    cursor: pointer;
    background-color: #a59262;
    height: 45px;
    width: 45px;
    z-index: 9;
    position: absolute;
    font-size: 42px;
    padding: 0 10px;
    color: #fff;
}
.home-header .glide__arrow.next {
    right: 0;
    padding: 0 17px;
}
.home-header .glide__slide > div {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 110px;
    padding-bottom: 232px;
}

.home-header .column-66 h4 {
    color: #fff;
    margin-left: 4px;
    letter-spacing: 3px;
    margin-bottom: 25px;
}

.home-header .column-66 h1 {
    margin-left: 2px;
    letter-spacing: 2px;
    margin-bottom: 23px;
    transform: none;
}

/* home-feeds */

.home-feeds .column {
    margin-top: 120px;
    text-align: left;
    padding-bottom: 7px;
}

    .home-feeds .column > div {
        background-color: #e8e9e3;
        padding: 17px 37px;
    }

    .home-feeds .column h5 {
        color: #433e3e;
        font-size: 1.6rem;
        padding-bottom: 23px;
        border-bottom: 3px solid #bfbeba;
    }

        .home-feeds .column h5 img {
            float: right;
            margin-top: -95px;
        }
.slide-img {
    min-height: 457px;
    background-size: contain;
}
        .home-feeds .column h5 small {
            display: block;
            font-size: 1.3rem;
            font-weight: 100;
            color: #433e3e;
            line-height: 1.7;
            text-transform: none;
        }

.home-feeds ul {
    list-style: none;
    margin-bottom: 14px;
}

    .home-feeds ul li {
        display: inline-block;
        /* margin-right: 1.7rem; */
        text-align: center;
        width: 32%;
    }

        .home-feeds ul li a {
            text-decoration: underline;
            text-underline-position: under;
            color: #433e3e;
            font-size: 1.8rem;
            /* margin-left: 2px; */
            letter-spacing: .09rem;
        }

/* as-seen-on */

.as-seen-on {
    text-align: center;
    padding-top: 80px;
}

    .as-seen-on hr {
        border-color: #e8e9e3;
    }

/* spears-500 */

.spears-500 {
    text-align: center;
    padding-top: 19px;
    padding-bottom: 67px;
}

    .spears-500 .container {
        max-width: 72rem;
    }

    .spears-500 img {
        margin-top: 10px;
        margin-bottom: 30px;
    }

/* best-sellers */

.best-sellers {
    background-color: #e8e9e3;
    text-align: center;
    padding-top: 80px;
    padding-bottom: 63px;
}

    .best-sellers .glide__arrows {
    }

    .best-sellers .prev {
        float: left;
        margin-top: 150px;
        margin-left: -19px;
    }

    .best-sellers .next {
        float: right;
        margin-top: 150px;
        margin-right: -24px;
    }

    .best-sellers .glide__wrapper {
        margin-top: 58px;
        margin-bottom: 22px;
    }

    .best-sellers .glide__arrows .fa {
        font-size: 60px;
    }

    .best-sellers .glide__slide .product {
        outline: none;
        border: none;
        margin-top: 100px;
        margin-bottom: -100px;
    }

        .best-sellers .glide__slide .product > div {
            background-color: #fff;
            padding-bottom: 25px;
        }

        .best-sellers .glide__slide .product .image {
            top: -106px;
            position: relative;
            margin-bottom: -116px;
        }


/* posts */
.posts .column-33 {
    cursor: pointer;
}

    .posts .column-33 .image {
        height: 150px;
        margin: 0 auto;
        overflow: hidden;
        position: relative;
        text-align: center;
    }

        .posts .column-33 .image img {
            min-width: 100px;
            max-width: none;
            height: 150px;
            margin: 0 -100%;
            -webkit-transition: all .1s ease-in-out;
            -moz-transition: all .1s ease-in-out;
            -o-transition: all .1s ease-in-out;
            transition: all .1s ease-in-out;
        }

    .posts .column-33 h4 {
        margin-top: 2rem;
    }

    .posts .column-33:hover img {
        transform: scale(1.1);
    }

/* checkout */

ul.checkout {
    list-style: none;
    margin-top: 9px;
    border: 0;
    height: 15px;
    margin-bottom: 7rem;
    margin-left: auto;
    margin-right: auto;
    font-size: 0;
}

    ul.checkout li {
        display: inline-block;
        font-size: 1.4rem;
        text-transform: uppercase;
        background-color: #fff;
        /* padding: 0px 22px; */
        letter-spacing: .17rem;
        margin: 0;
        font-weight: 800;
        margin: 0 13px;
        opacity: .4;
    }

        ul.checkout li:after {
            content: " ";
            background-color: #fff;
            width: 23px;
            height: 15px;
            display: inline-block;
            border-bottom: 1px solid #a59262;
            vertical-align: top;
            margin-left: 21px;
        }

        ul.checkout li:last-of-type:after {
            display: none;
        }

        ul.checkout li.active {
            color: #a59262;
            opacity: 1;
        }

.tier-prices {
    border: 0.1rem solid #a59262;
}

    .tier-prices .row.header {
        background: #a59262;
        color: #fff;
        padding: 1.2rem;
        margin: 0;
        width: 100%;
        border-bottom: 0.1rem solid #a59262;
    }


    .tier-prices .row.item {
        padding: .5rem 1.2rem;
        margin: 0;
        width: 100%;
    }

        .tier-prices .row.item:nth-child(odd) {
            background-color: #f4f4f1;
        }



/* mobile */
/* popup */
.mfp-content {
    background-color: #fff;
    padding: 5rem 12.5rem;
    max-width: 68.2rem;
    border: 1px solid #a9976a;
}

    .mfp-content h3 {
        text-align: center;
    }

    .mfp-content p {
        text-align: center;
    }

/* maps */

#map-holder {
    width: 100%;
    height: 500px;
    z-index: 5;
}

    #map-holder #map {
        width: 100%;
        height: 500px;
    }

@media only screen and (min-device-width : 320px) and (max-device-width : 736px) {

    .tier-prices  {
        margin-left: -1rem;
    }

    .tier-prices .row {
        flex-direction: row;
    } 

    
    
    .mfp-content {
        padding: 5rem 2.5rem;
    }


    .row.row-fill {
        flex-direction: row;
        margin-left: -1rem;
        width: calc(100% + 1.0rem);
    }

    .row .column.column-25 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .row .column.column-33, .row .column.column-34 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .row .column.column-offset-20 {
        margin-left: 0%;
    }

    .row .column.column-50 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .row .column.column-offset-25 {
        margin-left: 0%;
    }

    .row .column.column-offset-50 {
        margin-left: 0%;
    }

    .row .column.column-60 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .row .column.column-66, .row .column.column-67 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .row .column.column-75 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .row .column.left {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .row .column.right {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .document .row {
        margin-top: 20px;
        padding: 1px;
    }

    .column-25.product .image img {
        max-width: 60%;
    }

    .column-25.product h4 {
        min-height: auto;
    }

    .category-header .overlay {
        height: 325px;
        position: relative;
    }

    .category-header .container {
        margin-top: -290px;
    }

    .category-title h1 img {
        display: none;
    }

    .category-title h1 {
        font-size: 3rem;
    }

    .button.large, button.large, input[type='button'].large, input[type='reset'].large, input[type='submit'].large {
        line-height: 3.8rem;
        height: 3.8rem;
        font-size: 1.5rem;
    }

    .button, button, input[type='button'], input[type='reset'], input[type='submit'] {
        padding: 0 1rem;
    }

    h1.banner {
        font-size: 4.8rem;
        line-height: 5rem;
        margin-bottom: 0;
        position: relative;
        top: 50%;
        transform: translateY(-50%);
    }

    body {
        margin-top: 0;
        font-size: 1.6rem;
        line-height: 2.5rem;
    }

    header div.main .logo img {
        max-width: 62%;
    }

    header nav {
        left: -100%;
        -webkit-transition: all .1s ease-in-out;
        -moz-transition: all .1s ease-in-out;
        -o-transition: all .1s ease-in-out;
        transition: all .1s ease-in-out;
        z-index: 1;
    }

        header nav.active {
            left: 0;
        }

        header nav .container {
            padding: 0;
            margin: 0;
        }

    header div.strap {
        background-color: #fff;
        text-align: center;
        width: 100%;
        z-index: 9;
        position: relative;
    }

        header div.strap.lock {
            position: absolute;
            margin-top: 0;
            top: 89px;
            left: 0;
            z-index: 1015;
            width: 100%;
            height: 40px;
        }

        header div.strap a {
            line-height: 4rem;
            font-size: 1.5rem;
        }

    h2.strike span {
        display: inline-block;
        position: relative;
        font-size: 1.5rem;
    }

        h2.strike span:before,
        h2.strike span:after {
            content: "";
            position: absolute;
            height: 10px;
            border-bottom: 1px solid #a59262;
            top: 0;
            width: 15px;
        }

        h2.strike span:before {
            right: 100%;
            margin-right: 15px;
        }

        h2.strike span:after {
            left: 100%;
            margin-left: 15px;
        }

    section.why-buy-from-us {
        padding-top: 50px;
    }

        section.why-buy-from-us .row-wrap .column-33 div {
            padding: 0 15px;
            height: 50px;
        }

        section.why-buy-from-us .row-wrap .column-33 {
            margin: .5rem 0;
        }

    .what-our-customers-say {
        text-align: center;
        padding-top: 50px;
        padding-bottom: 72px;
    }

    .sign-up-expert-guide p {
        padding: 0;
        font-size: 1.8rem;
    }

    .home-feeds .column {
        margin: 40px 0 0 0;
        text-align: left;
        padding-bottom: 7px;
        max-width: 50%;
        width: 50%;
    }

    .home-feeds .container {
        padding: 0;
    }

    .home-feeds .column h5 {
        font-size: 1.7rem;
        padding-bottom: 6px;
        text-align: left;
    }

        .home-feeds .column h5 img {
            margin-top: -45px;
            float: right;
            max-width: 40%;
        }

    .home-feeds ul li {
        display: block;
        width: 100%;
    }

        .home-feeds ul li a {
            font-size: 1.4rem;
        }

    .home-feeds .column > div {
        background-color: #e8e9e3;
        padding: 17px 17px;
        text-align: center;
        min-height: 325px;
    }

    .as-seen-on {
        text-align: center;
        padding-top: 50px;
    }

    footer h4 {
        margin-top: 1rem;
    }

    .sign-up-expert-guide button {
        width: 100%;
        margin-top: 15px;
    }

    .sign-up-expert-guide {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .home-header .glide__slide > div {
        padding: 50px 20px;
    }

    .best-sellers {
        padding-top: 50px;
        padding-bottom: 50px;
    }

        .best-sellers .prev {
            float: left;
            margin-top: 200px;
            margin-left: -20px;
        }

        .best-sellers .next {
            float: right;
            margin-top: 200px;
            margin-right: -20px;
        }

    .glide__slide .container {
        padding: 0;
    }

    header div.main {
        height: 7.8rem;
        position: relative;
        z-index: 5;
    }

        header div.main .logo {
            margin-top: 1.7em;
        }

        header div.main .fa-bars {
            position: absolute;
            font-size: 3rem;
            top: 2.2rem;
            color: #a59262;
        }


    header nav ul {
        padding-left: 0;
        margin: 0;
        padding: 0;
        display: block;
        background-color: #a59262;
        top: 0;
        position: absolute;
        width: 100%;
    }

        header nav ul > li {
            display: block;
            text-align: left;
            height: auto;
            background-color: #a59262;
        }

            header nav ul > li ul {
                left: -100%;
                height: 0;
                overflow: hidden;
                -webkit-transition: all .1s ease-in-out;
                -moz-transition: all .1s ease-in-out;
                -o-transition: all .1s ease-in-out;
                transition: all .1s ease-in-out;
            }


        header nav ul:first-of-type {
            z-index: 1;
        }

            header nav ul:first-of-type > li > ul {
                z-index: 2;
            }

                header nav ul:first-of-type > li > ul > li > ul {
                    z-index: 14;
                }

        header nav ul > li ul.active {
            left: 0;
            height: auto;
            /* overflow: scroll; */
            overflow-y: scroll;
        }

        header nav ul > li a {
            font-weight: 100;
        }

        header nav ul > li:hover .fa {
            webkit-transform: rotate(270deg);
            -moz-transform: rotate(270deg);
            -o-transform: rotate(270deg);
            -ms-transform: rotate(270deg);
            transform: rotate(270deg);
        }

    header nav li i {
        webkit-transform: rotate(270deg);
        -moz-transform: rotate(270deg);
        -o-transform: rotate(270deg);
        -ms-transform: rotate(270deg);
        transform: rotate(270deg);
        float: right;
        line-height: 4.8rem;
        height: 4.8rem;
    }

    header .strap .container {
        line-height: 4rem;
        min-height: 4rem;
        
    }

    .menu-visible {
        background-color: #a59262;
    }


        header nav ul > .right,
        .container.breadcrumb,
        .menu-visible .main-content {
            display: none;
        }

    .column-33.product h4 {
        min-height: 0;
    }

    .container.product-view h1 {
        font-size: 26px;
        line-height: 2.6rem;
        margin-top: 0;
        margin-bottom: 2.7rem;
        margin-top: 5rem;
        letter-spacing: .3rem;
        padding: 0;
        text-align: center;
    }

    .container.product-view .images .gallery {
        padding-right: 0;
        margin-top: 0;
    }

        .container.product-view .images .gallery .picture {
            height: 33.35rem;
            border: 0;
        }

    .category {
        min-height: 0;
    }

        .category .image {
            height: auto;
            padding: 20px;
        }

            .category .image img {
                position: relative;
                top: 0;
                transform: none;
                margin-left: 0;
                max-width: 50%;
            }

    .container.product-view .data .add-to-cart .k-select button,
    .product-header .quantity .k-select button {
        height: 3.8rem;
        line-height: 3.8rem;
        padding: 0 1.1rem;
    }

    .container.product-view .data .add-to-cart .k-select .qty-input,
    .product-header .quantity .k-select .qty-input {
        line-height: 3.8rem;
        height: 3.8rem;
        font-size: 1.7rem;
        width: 3.8rem;
    }

    .container.product-view .data .add-to-cart .add-to-cart-button {
        margin-top: 0;
        font-size: 1.4rem;
        font-weight: 100;
        line-height: 3.8rem;
        height: 3.8rem;
    }

    .container.product-view .data {
        margin-top: 0;
    }

        .container.product-view .data .benefits ul li {
            font-size: 1.2rem;
            font-weight: 100;
            line-height: 2rem;
            min-height: 3rem;
        }

            .container.product-view .data .benefits ul li .fa {
                min-width: 2rem;
                margin-left: 1rem;
            }

    div.success {
        line-height: normal;
        padding: 1rem;
        margin-bottom: 1.5rem;
    }

    header {
        position: relative;
        top: auto;
    }

    .container.categories ul.list {
        margin-left: 0;
    }

        .container.categories ul.list > li.filter {
            display: none;
        }

    .container.categories {
        margin-top: 1.5rem;
    }

    .order-summary-content .column-20 {
        margin-right: 2rem;
    }

    .order-summary-content .column-80 small {
        line-height: 1.5rem;
        font-weight: 100;
    }

    .order-summary-content hr {
        margin: 1.0rem 0;
    }

    input[type=checkbox].css-checkbox + label.css-label {
        width: 1.5rem;
        line-height: 1.5rem;
        height: 1.5rem;
        margin-right: .7rem;
    }

    .order-summary-content .remove small {
        vertical-align: middle;
        font-weight: 100;
    }

    .cart-view .cart-options .button-green {
        width: 100%;
        margin-top: 0;
    }

    .common-buttons input {
        width: 49% !important;
        font-size: 1rem !important;
        display: inline-block;
        line-height: 3.8rem !important;
        height: 3.8rem !important;
    }

    .cart-view .totals {
        padding: 12px;
    }

        .cart-view .totals .button {
            width: 100%;
            text-align: center;
        }

        .cart-view .totals .terms em {
            width: 100%;
        }

    .card {
        border: 0px solid #e9e9e3;
        padding: 3.2rem 0 3rem 0 !important;
    }

    h1.page-title {
        font-size: 4.8rem;
        line-height: 4.8rem;
        margin-top: 0;
        margin-bottom: 2.7rem;
    }

    .button.large, button.large, input[type='button'].large, input[type='reset'].large, input[type='submit'].large {
        width: 100%;
        line-height: 5.8rem;
        height: 5.8rem;
    }

    .container.login {
        margin-top: 50px;
    }

    .all-content {
        position: fixed;
        height: 100%;
        width: 100%;
        top: 0;
        left: 0;
    }

    .main-content {
        height: calc(100% - 1px);
        width: 100%;
        margin-top: 0px;
        z-index: 1;
        overflow-y: scroll;
        -webkit-overflow-scrolling: touch;
    }
}

#please-rotate {
    display: none;
}

    #please-rotate h1 {
        font-size: 14.4rem;
        margin-bottom: -45px;
    }

    #please-rotate > div {
        position: relative;
        top: 50%;
        transform: translateY(-50%);
    }

@media only screen and (min-device-width : 320px) and (max-device-width : 736px) and (orientation : landscape) {
    #please-rotate {
        display: block;
        position: fixed;
        width: 100%;
        height: 100%;
        background-color: #e8e9e3;
        z-index: 500;
        text-align: center;
        vertical-align: middle;
    }
}


@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {

    .container.product-view .data .tab-container .tab-link {
        width: 48.9%;
    }


    .category-title h1 img {
        max-width: 100px;
        max-height: 175px;
    }

    header div.main .checkout-options h5 {
        display: block;
        line-height: 1.8rem;
        margin-top: 27px;
        margin-left: 41px;
    }


    .container.product-view .images .gallery {
        padding-right: 0px;
    }

    .container.product-view .data .benefits ul li {
        font-size: 1.3rem;
        line-height: 3rem;
    }


    .container.product-view .data .sales-options {
        flex-wrap: wrap;
    }

        .container.product-view .data .sales-options .left,
        .container.product-view .data .sales-options .right {
            text-align: center;
        }

    .container.product-view .data .add-to-cart .add-to-cart-button {
        line-height: 4.0rem;
        height: 4.0rem;
    }

    .container.product-view .data .add-to-cart .k-select .qty-input, .product-header .quantity .k-select .qty-input {
        float: left;
        display: inline-block;
        text-align: center;
        width: 3.9rem;
        margin: 0;
        padding: 0;
        background-color: #f4f4f1;
        border-color: #a59262;
        margin-left: -1px;
        margin-right: -1px;
        color: #a59262;
        font-size: 2rem;
        height: 4rem;
        line-height: 4rem;
    }

    .container.product-view .data .add-to-cart .k-select button, .product-header .quantity .k-select button {
        float: left;
        display: inline-block;
        background-color: #fff;
        color: #a59262;
        line-height: 4rem;
        height: 4rem;
        font-size: 1.7rem;
        padding: 0 12px;
    }

    .container.product-view h1 {
        font-size: 4rem;
    }

    .card {
        padding: 5.2rem !important;
    }

    header nav ul > li > a {
        font-size: 8px;
        padding: 0px 10px;
    }

    .row .column.column-25.category {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .row .column.column-25.product {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .column-33.product a.button {
        display: block;
        margin-top: 10px;
        margin-left: 40px;
        margin-right: 40px;
    }

    .column-33.product h4 {
        transform: scale(.7);
    }

    header div.main .prices {
        transform: scale(.5);
        left: -55px;
        top: 25%;
    }

    header div.main .reviews {
        position: absolute;
        right: 2.8rem;
        top: 3.5rem;
    }

    .posts .row .column.column-33 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .fixed {
        display: none;
    }

    #get-in-touch-button {
        padding: 0 1rem;
    }
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
    .container.product-view h1 {
        font-size: 4rem;
    }

    .fixed {
        display: none;
    }

    .container.product-view .images .gallery {
        padding-right: 0px;
    }

    header div.main .prices {
        transform: scale(.9);
        left: 0;
        top: 20px;
    }

    .row .column.column-25.category {
        flex: 0 0 33.3333%;
        max-width: 33.3333%;
    }

    .row .column.column-25.product {
        flex: 0 0 33.3333%;
        max-width: 33.3333%;
    }

    #get-in-touch-button {
        padding: 0 1rem;
    }

    header nav ul > li > a {
        font-size: 10px;
    }
}

input, button, textarea, select {
    -webkit-transform: translate3d(0,0,0);
    -webkit-transform: translateZ(0px)
}


.order-details {

}

.order-details ul {
    list-style:none;
}

.order-details li {
    font-size:80%;
    margin: 0;
    line-height: 2.2rem;
}
.cookieinfo span {
    font-family: var(--primaryFont);
    font-size: 17px;
}
.cookieinfo-close {
    border: 0.1rem solid #a59262;
    border-radius: 0 !important;
    color: #fff !important;
    cursor: pointer !important;
    display: inline-block !important;
    font-size: 1.1rem !important;
    font-weight: 600;
    height: 3.8rem;
    letter-spacing: .1rem;
    line-height: 3.8rem;
    padding: 0 3.0rem !important;
    text-align: center !important;
    text-decoration: none;
    text-transform: uppercase;
    white-space: nowrap;
}
.cookieinfo-close:hover {
    opacity: .7;
}

.column-how-to-strat .fa {
    float: right;
    font-size: 0;
    line-height: 18px;
}

.column-how-to-strat {
    border-top: 2px solid #a59262;
    padding: 10px  0;
    margin-top: 20px;
    float: left;
    width: calc(50% - 40px);
    margin-right: 40px;
    min-height: 410px;
}
.column-how-to-strat h2 {
    font-size: 32px;
}
.column-how-to-strat  .fa-angle-right:before {
    font-size: 40px;
}



.tearm-condition-list {
    float: left;
    width: 100%;
    margin-bottom: 15px;
}
label.checklist-term {
    float: right;
    width: calc(100% - 40px);
}


.ui-widget.ui-widget-content {
    border: 1px solid #c5c5c5;
    z-index: 9999;
    top: 100px !important;
    left: 50% !important;
    transform: translate( -50%) !important;
	    border-radius: 0;
}
.ui-dialog .ui-dialog-titlebar-close {
    position: absolute;
    right: 5px;
    top: 50%;
    margin: -10px 0 0 0;
    padding: 1px;
    background-color: transparent !important;
    border: none;
    background-image: url(images/closeicon.png);
    height: 30px !important;
    width: 30px;
    background-size: 100%;
    background-position: 0 0;
    z-index: 99;
}
.ui-dialog .ui-dialog-titlebar-close:focus {
    background-color: transparent !important;
    border: none !important;
    box-shadow: none !important;
}
.ui-dialog-content .back-in-stock-subscription-page .page-title h1 {
    font-size: 25px;
    margin-top: 15px;
    margin-bottom: 30px;
}
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 13px;
}
.overlay-ui-modal {
    position: fixed;
    background-color: rgba(0,0,0,0.5);
    height: 100%;
    width: 100%;
    z-index: 999;
    top: 0;
    left: 0;
}
.ui-widget.ui-widget-content .ui-widget-header {
    border: none;
    background: none;
    color: #333333;
    font-weight: bold;
    position: absolute !important;
    right: 10px;
    top: 0;
}
.ui-widget.ui-widget-content .ui-dialog .ui-dialog-content {
    margin-top: 15px;
}
.ui-dialog .ui-dialog-title {
    font-size: 0;
}
.ui-dialog-content .back-in-stock-subscription-page  .tooltip {
    color: #433e3e;
    font-family: var(--primaryFont);
    font-size: 18px;
    font-weight: 300;
    letter-spacing: .05em;
    margin-bottom: 30px;
}
.ui-dialog-content .back-in-stock-subscription-page .page-body {
    color: #433e3e;
    font-family: var(--primaryFont);
    font-size: 18px;
    font-weight: 300;
    letter-spacing: .05em;
    margin-bottom: 30px;
}
.ui-dialog .ui-dialog-content {
    margin-top: 30px;
}
.ui-button .ui-icon {
	display:none;
}
.overflow-h {
    overflow: hidden;
}
.container.product-view .data {
    position: relative;
}
.back-in-stock-subscription {
    position: absolute;
    right: 13px;
    top: -45px;
}
.message-error ul {
    margin-top: 2.5rem;
}
.message-error li {
    color: #e21616;
}
marquee.marq {
    position: absolute;
    font-size: 15px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 20px 5px rgba(26, 26, 45, .2);
    -moz-box-shadow: 0 0 20px 5px rgba(26, 26, 45, .2);
    box-shadow: 0 0 20px 5px rgba(26, 26, 45, .2);
    padding: 7px 0;
}