/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}

html {
    font-size: 1em;
    line-height: 1.4;
}

body {
    font-family: 'Arimo', Open Sans, sans-serif;
}



/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */

audio,
canvas,
img,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browse Happy prompt
   ========================================================================== */

.browsehappy {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

html {
    float: left;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}

.container {
    max-width: 980px;
    width: 98%;
    margin: 0 auto;
}

.container2 {
    max-width: 980px;
    width: 98%;
    margin: 0 auto;
}


section {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
}

.menu-button {
    display: none !important;
}

.menu-button2 {
    display: none !important;
}

.clear {
    clear: both;
}

/*** header ***/

header {
    float: left;
    width: 100%;
    height: 135px;
    /*background-color: #000;*/
    background-image: url("../img/header_background.png");
    z-index: 10;
    position: absolute;
}

#logo {
    float: left;
    width: 219px;
    height: auto;
    margin: 0;
    margin-top: 16px;
    padding: 0;
}

@media only screen and (min-width: 643px) and (max-width: 843px) {
    #logo img {
        max-height: 55px !important;
    }
}


.logo_footer {
    float: right;
    width: 265px;
    height: auto;
    margin: 0;
    margin-top: 16px;
    padding: 0;
}

    .logo_footer img {
        width: 160px;
        height: auto;
    }


.menu_container {
    width: 100%;
    float: left;
    z-index: 10;
    position: absolute;
    background-color: #444444;
    height: 40px;
    top: 132px;
    border-top: 1px solid #fff;
}

.menu_nav {
    width: 100%;
    max-width: 980px;
    margin: 0 auto;
}

nav {
    float: left;
    width: 83%;
    height: 40px;
    margin-top: 0px;
    margin-right: -10px;
}

    nav ul {
        float: left;
        width: 100%;
        margin: 0;
        padding: 0;
        list-style: none;
    }

        nav ul li {
            display: block;
            position: relative;
            float: left;
            line-height: 40px;
            border-right: 1px solid #fff;
        }

    nav li ul {
        display: none;
    }

        nav li ul li .third {
            display: none;
        }

.third {
}

nav ul li a {
    display: block;
    width: auto;
    padding-left: 8px;
    padding-right: 8px;
    color: #fff;
    /*text-transform: uppercase;*/
    /*font-family: 'Open Sans', sans-serif;*/
    text-decoration: none;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
}

    nav ul li a:hover {
        /*text-decoration: underline;*/
        color: #ffffff;
        height: 40px;
        line-height: 40px;
    }

nav li:hover ul {
    display: block;
    position: absolute;
    min-width: 260px;
    width: auto;
    background-color: #383637;
    z-index: 10000;
    line-height: 25px;
}

nav li ul li .third {
    /*display: block;*/
    position: relative;
    min-width: 260px;
    width: auto;
}

nav li:last-child ul li:last-child {
    margin-right: 0px;
    float: right;
}

.nav li li {
    border-right: 0px;
}

#nested_close {
    display: none;
}

nav li:hover li {
    float: left;
    font-size: 16px;
    width: 100%;
    display: block;
}

nav li:hover ul li a {
    font-size: 12px;
}

nav li:hover ul li a {
    font-size: 12px;
}

nav li ul li:hover .third li {
    float: left;
    width: 100%;
    display: block;
    border-right: 0px;
}

nav li ul .third li {
    border-right: 0px;
    background-color: #5f5e5e !important;
}


nav li:hover a {
    color: #fff;
    height: 40px;
    line-height: 40px;
    display: block;
    background-color: #383637;
}

nav li ul li:hover .third li a {
    color: #fff;
    height: 40px;
    line-height: 40px;
    display: block;
}

nav li ul li .third li a {
    background-color: #4b4a4b;
    color: #fff;
}

nav li ul li:hover a {
    background-color: #6EC9B7;
    color: #fff;
}

.nav li ul li a {
    width: 280px;
}

.third li:hover a {
    background-color: #6EC9B7;
}

.mobile-menu {
    display: none;
}

    .mobile-menu ul {
        display: none;
    }

.menu-open {
    display: none;
}

    .menu-open .mobile-menu {
        display: none;
    }

.third li a {
    padding-left: 20px;
    font-weight: normal;
}

.menu_arrow {
    width: 30%;
    float: right;
    position: relative;
    color: #fff;
    position: absolute;
    top: 0;
    right: -20px;
    font-size: 18px;
    text-align: center;
}

.top_info {
    float: right;
    /*max-width: 285px;*/
    height: 100px;
    margin-right: 10px;
}

.header_checkout_cost {
    /*  font-size:14px; width: auto; margin-left:10px; float:right; color: #a4a7ab; margin-right: 5px; line-height:47px;
  */
    font-size: 14px;
    /* width: auto; */
    /* padding-left: 4px; */
    /* width: 114px; */
    /* margin-left: 10px; */
    float: left;
    position: absolute;
    color: #a4a7ab;
    margin-right: 5px;
    line-height: 47px;
}

.social {
    float: left;
    width: auto;
    height: 30px;
    margin-top: 5px;
    padding: 0;
}

.top_info ul {
    float: right;
    width: auto;
    height: 20px;
    line-height: 20px;
    list-style-type: none;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 0;
    font-weight: 600;
}

    .top_info ul li {
        float: left;
        display: block;
        position: relative;
    }

        .top_info ul li a {
            width: auto;
            padding-left: 10px;
            padding-right: 10px;
            color: #D66900;
            text-transform: uppercase;
            display: block;
            /*font-family: 'Open Sans', sans-serif;*/
            text-decoration: none;
            font-size: 12px;
        }

            .top_info ul li a:hover {
                text-decoration: underline;
            }

.trolley {
    float: right;
    width: 50px;
}

.content_show {
    display: none;
}

.trolley fa-shopping-cart fa-2x {
    font-size: 22px !important;
}

.trolley a {
    line-height: 46px;
}


.trolley span {
    font-size: 13px;
}

.header_checkout {
    /*float: right;*/
    width: 300px;
    height: 44px;
    line-height: 40px;
    background-image: url('../img/basketback.png');
    margin-bottom: 2px;
}

    .header_checkout ul {
        float: right;
        width: auto;
        line-height: 24px;
        list-style-type: none;
        padding: 0;
        line-height: 20px;
        font-weight: 300;
    }

        .header_checkout ul li {
            float: left;
            display: block;
            position: relative;
            height: 20px;
        }

            .header_checkout ul li a {
                width: auto;
                padding-left: 5px;
                padding-right: 5px;
                color: #fff;
                text-transform: uppercase;
                display: block;
                /*font-family: 'Open Sans', sans-serif;*/
                text-decoration: none;
                font-size: 11px;
                height: 20px;
                font-weight: 400;
                line-height: 22px;
            }

                .header_checkout ul li a:hover {
                    text-decoration: underline;
                }

.header_checkout_css {
    background-color: #222222;
    width: auto;
    float: right;
    max-width: 270px;
    height: 46px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -moz-box-shadow: inset 0 0 5px #000000;
    -webkit-box-shadow: inset 0 0 5px #000000;
    box-shadow: inset 0 0 5px #000000;
    padding-left: 10px;
    /*float:right;*/
    line-height: 44px;
    margin-top: 0;
    padding-top: 0;
}

#header_contact_button {
    color: #D66900;
    font-size: 14px;
    /* padding: 3px; */
    text-decoration: none;
    margin-top: 6px;
    /*font-family: 'Open Sans', sans-serif;*/
    float: right;
    /* margin-top: 0px; */
    margin-right: -5px;
    border-radius: 5px;
}

    #header_contact_button:hover {
        color: #fff;
        border-color: #D66900;
    }

.header_checkout_css table {
    font-size: 13px;
    float: right;
}

    .header_checkout_css table a {
        color: #fff;
    }

    .header_checkout_css table tr td {
        padding-right: 8px;
    }

.header_checkout_css ul {
    float: right;
    width: auto;
    line-height: 26px;
    list-style-type: none;
    padding: 0;
    line-height: 25px;
    font-weight: 300;
    margin-right: 4%;
}

    .header_checkout_css ul li {
        float: left;
        display: block;
        position: relative;
        height: 20px;
    }

        .header_checkout_css ul li a {
            width: auto;
            padding-left: 5px;
            padding-right: 5px;
            color: #fff;
            text-transform: uppercase;
            display: block;
            /*font-family: 'Open Sans', sans-serif;*/
            text-decoration: none;
            font-size: 11px;
            height: 20px;
            font-weight: 400;
            line-height: 26px;
        }

            .header_checkout_css ul li a:hover {
                /*text-decoration: underline;*/
                text-decoration: none;
                color: #ffffff;
            }

.header_checkout_css i {
    color: #a4a7ab;
}

    .header_checkout_css i:hover {
        color: #ffffff;
    }

.contact_number {
    position: relative;
    float: right;
    clear: both;
    margin-top: 5px;
    font-weight: 600;
    text-align: right;
}


.billing {
    float: left;
    margin-top: 70px;
    width: 100%;
    margin-bottom: 30px;
}

.contact_show {
    color: #D66900;
    font-size: 15px;
    margin: 0px;
    padding: 0px;
    display: inline;
    margin-left: 10px;
    display:none;
}

    .contact_show a {
        color: #D66900;
        text-decoration: none;
    }

.delivery_bar_holder {
    position: relative;
    float: left;
    width: 100%;
    margin-top: 10px;
}

.delivery_bar_container {
    position: relative;
    margin: 0 auto;
    background-image: url('../img/ups_bar.png');
    max-width: 977px;
    height: 36px;
    line-height: 36px;
}

.delivery_bar_text_holder {
    position: relative;
    display: inline;
}

.delivery_bar_text {
    text-align: center;
}

    .delivery_bar_text p {
        padding: 0px;
        margin: 0px;
        display: inline;
        color: #000; /*font-family: 'Open Sans', sans-serif;*/
    }

    .delivery_bar_text img {
        margin: 0 20px;
    }

/*** end of header ***/

/*** homepage ***/

.home_banner_container {
    float: left;
    position: relative;
    width: 100%;
    margin-top: 240px;
}

.home_banner_holder {
    width: 100%;
    max-width: 980px;
    margin: 0 auto;
    display: none;
}

.home_slider_container {
    float: left;
    max-width: 668px;
    width: 70%;
}

.home_top_sellers {
    max-width: 300px;
    width: 30%;
    float: right;
    background-color: #3B3B3B;
    height: 462px;
}

    .home_top_sellers h2 {
        color: #fff;
        margin-bottom: 5px;
        font-weight: 400;
    }


.home_header {
    background-size: contain;
    background-repeat: no-repeat;
    width: 100%;
    height: 0;
    padding-top: 63.64%;
}

.feature_text {
    float: left;
    width: 362px;
    margin-top: 250px;
    height: 100px;
    margin-left: 20px;
}


.home_featured_products {
    float: left;
    width: 100%;
    /* padding-bottom: 16px; */
    height: 100%;
    margin-top: 0px;
    padding: 0;
    padding-bottom: 25px;
    background-image: url('../img/promo_background.png');
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    overflow: visible;
    /* z-index: 10; */
    position: relative;
    min-height: 300px;
}

    .home_featured_products h2 {
        text-align: center;
        color: #DA6F00;
        font-size: 28px;
    }

.home_feature_product_wrapper {
    float: left;
    width: 30%;
    max-width: 300px;
    /* max-height: 200px; */
    height: 100%;
    /*clear: left;*/
    margin-right: 40px;
    margin-top: 30px;
}

.home_read_more {
    background-image: url('../img/button_organge_small.png');
    height: 22px;
    width: 100px;
    float: right;
    margin-top: 0px;
    margin-right: 2px;
    font-size: 12px;
    color: #fff;
    line-height: 22px;
    text-transform: uppercase;
}

.home_feature_product_wrapper img {
    background-size: contain;
}


.home_categories {
    float: left;
    width: 100%;
    /*min-height: 790px;*/
    background-color: #fff;
}

.home_cat_product_wrapper {
    float: left;
    max-width: 300px;
    width: 29%;
    /*height: 210px;*/
    margin-right: 20px;
    margin-left: 20px;
    margin-top: 40px;
    margin-bottom: 10px;
    text-align: center;
}

    .home_cat_product_wrapper:hover {
    }

.home_cat_img_holder {
    min-height: 169px;
    line-height: 169px;
}

    .home_cat_img_holder img {
    }

.best_seller_container {
    height: 100px;
}

.best_seller_img {
    width: 40%;
    float: left;
    background-size: 100px;
    margin: 10px;
}

.best_seller_text a {
    font-size: 14px;
    font-weight: 100;
}

.best_seller_text p {
    margin: 0px;
    color: #fff;
    font-weight: 600;
}

.best_seller_text .linkStyle {
    text-transform: none;
}

.top_sellers_view a {
    color: #ffffff;
    font-weight: 600;
    position: relative;
    float: right;
    text-decoration: none;
    margin-right: 20px;
}

.arrow-right {
    width: 0;
    height: 0;
    margin-top: 4px;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    float: right;
    text-align: right;
    position: relative;
    border-left: 6px solid #ffffff;
}

.best_seller_text {
    width: 47%;
    margin: 10px;
    margin-left: 5px;
    float: right;
}

.cat_slipt {
    border-bottom: 1px dotted #000;
    width: 100%;
    height: 10px;
    float: left;
    margin-top: 20px;
    /* display: inline-block; */
}

.home_cat_product_wrapper p {
    margin: 0px;
}

.home_categories hr {
    color: #f00;
    background-color: #000;
    height: 5px;
    border: 0;
    margin-top: 10px;
    width: 100%;
}



.search {
    float: right;
    width: auto;
}

.searchBar {
    float: left;
    background-color: #ddd;
    border: none;
    margin-top: 10px;
    width: 120px;
    height: 15px;
    font-size: 13px;
    padding-left: 5px;
}

.searchButton {
    float: right;
    border: none;
    margin-top: 10px;
    padding: 0;
    width: 30px;
    height: 17px;
    font-size: 13px;
    background-image: url('../img/go_button.png');
}

    .searchButton .input[type="submit"] {
        color: #fff;
    }

.shop_categories2 {
    float: left;
    width: 100%;
    margin-top: 10px;
}

    .shop_categories2 h2 {
        text-align: center;
        color: #DA6F00;
        font-size: 28px;
    }

.home_featured_title {
    float: left;
    width: 100%;
    height: 23px;
    margin-top: 10px;
}

/*** end of homepage ***/

/*** content page ***/

.breadcrumb {
    float: left;
    width: 100%;
    margin-top: 20px;
    padding: 0;
    margin-bottom: 30px;
}

    .breadcrumb ul {
        float: left;
        width: 100%;
        margin: 0;
        padding: 0;
    }

        .breadcrumb ul li {
            float: left;
            width: auto;
            display: inline-block;
            list-style-type: none;
            color: #000;
        }

            .breadcrumb ul li a {
                float: left;
                font-size: 13px;
                color: #000;
                text-decoration: none;
                padding-right: 0px;
                /*text-transform: uppercase;*/
            }

                .breadcrumb ul li a:hover {
                    text-decoration: underline;
                }

.arrow {
    color: #000;
    margin-top: -2px;
    padding-right: 10px;
    padding-left: 10px;
    float: left;
}

.gridButtonEdit a {
    color: #fff;
    /*border: 1px solid;*/
    padding: 4px;
    text-decoration: none;
    font-weight: 500;
    /*background-color: #0066CC;*/
}

.gridButtonDelete {
    text-align: center;
}

    .gridButtonDelete a {
        /*color: #fff;*/
        color: Red;
        font-size: 11px;
        /*border: 1px solid;*/
        padding: 4px;
        text-decoration: none;
        font-weight: 500;
        /*background-color: #cc0000;*/
    }

#mainContent_pnlCheckout {
    background-color: #eee;
    padding: 10px;
}


.alertBox {
    text-align: center;
    border: 1px solid;
    border-color: #333333;
    margin-bottom: 5px;
    display: block;
    width: 100%;
    margin: 10px auto 0px auto;
}

.alertBoxHeader { /*font-family: 'Open Sans', sans-serif;*/
    color: #FFFFFF;
    font-weight: normal;
    background-color: /*#693D8C;*/ #444444;
    font-size: 30px;
    padding: 5px;
}

.alertBoxText { /*font-family: 'Open Sans', sans-serif;*/
    color: #222;
    background-color: #DEDEDE;
    padding: 10px;
    font-size: 13px;
}

.alertBoxHeader h2 {
    color: #fff;
}

.content_header {
    float: left;
    width: 100%;
    height: 103px;
    margin-top: 125px;
}

.product_grid_holder {
    width: 100%;
    float: left;
    position: relative;
    height: 30px;
    margin-bottom: 5px;
    padding: 3px 0px;
    line-height: 30px;
    margin-bottom: 10px;
}

.product_grid_holder1 {
    width: 100%;
    float: left;
    position: relative;
    margin-bottom: 5px;
    padding: 3px 0px;
    background-color: #B29CC4;
    border-radius: 4px;
    margin-top: 20px;
}

    .product_grid_holder1 h3 {
        font-weight: bold;
        text-transform: none;
        color: #fff;
        margin-top: 0px;
        font-size: 15px;
        text-align: center;
        product_grid_basket
    }

.product_grid_view {
    font-size: 20px;
    margin-left: 10px;
}

.product_grid_img {
    margin: 10px 0px;
    width: 50%;
    float: left;
}

    .product_grid_img img {
        max-width: 310px;
        max-height: 160px;
    }

.product_grid_text {
    width: 45%;
    float: right;
}


/*
.produdct_grid_productcode { width:20%; float:left; position:relative; }
.product_grid_title { width:20%; float:left; position:relative; }
.product_grid_price { width:20%; float:left; position:relative; }
.product_grid_basket { width:20%; float:left; position:relative; }

*/


.produdct_grid_productcode {
    width: 16%;
    float: left;
    position: relative;
}

.product_grid_title {
    width: 16%;
    float: left;
    position: relative;
}

.product_grid_price {
    width: 16%;
    float: left;
    position: relative;
}

.product_grid_Qty {
    width: 16%;
    float: left;
    position: relative;
}

.product_grid_basket {
    width: 19%;
    float: right;
    position: relative;
}

.product_grid_grip {
    width: 16%;
    float: left;
    position: relative;
}

.product_grid_holder p {
    padding: 0px;
    margin: 0px;
    font-size: 12px;
    text-align: center;
}


.product_list_nav {
    float: left;
    width: 200px;
    margin-top: 25px;
    padding: 0;
}

.product_page_text_left {
    float: left;
    width: 50%;
}

.product_page_text_right {
    float: left;
    width: 50%;
}

.product_list_nav ul {
    float: left;
    width: 100%;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

    .product_list_nav ul li {
        float: left;
        display: block;
        position: relative;
        width: 100%;
        border-bottom: 1px solid #eee;
        padding-left: 6%;
        width: 94%;
    }

        .product_list_nav ul li a {
            width: 100%;
            color: #000;
            /*text-transform: uppercase;*/
            display: block;
            /*font-family: 'Open Sans', sans-serif;*/
            text-decoration: none;
            font-size: 17px;
            line-height: 37px;
        }

        .product_list_nav ul li:hover {
            border-left: 2px solid #C96600;
            background-color: rgba(238,238,238,0.5);
            width: -moz-calc(94% - 2px);
            width: -webkit-calc(94% - 2px);
            width: calc(94% - 2px);
        }

            .product_list_nav ul li:hover a {
                margin-left: -2px;
            }

            .product_list_nav ul li:hover .fa {
                color: #C96600
            }


.product_list_nav h3 {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    background-color: #6EC9B7;
    color: #fff;
    padding: 5px 0px 5px 6%;
}

.product_list_nav li:hover ul {
    display: block;
    position: relative;
    width: 100%;
    float: left;
}

.product_list_nav li ul li a {
    font-size: 15px;
    color: #7e7e7e;
    margin-left: 10px;
    margin-top: -2px;
    font-weight: 500;
}

    .product_list_nav li ul li a:hover {
        text-decoration: underline;
    }

.products_list {
    float: right;
    width: 650px;
    height: auto;
    margin-top: 10px;
}

.product_list_wrapper {
    float: left;
    width: 300px;
    height: auto;
    min-height: 200px;
    margin-top: 30px;
    text-align: center;
    margin: 30px 12px 0px 12px;
}

    .product_list_wrapper img {
        width: auto;
        height: auto;
        max-width: 100%;
        /* height: 200px; */
        max-height: 160px;
    }

.product_list_wrapper2 {
    float: left;
    width: 186px;
    height: auto;
    margin: 15px;
    text-align: center;
    min-height: 330px;
}

.product_price_table table {
    table-layout: fixed;
    width: 100%;
    *margin-left: -130px; /*ie7*/
    font-size: 13px;
    text-align: center;
}

.product_price_table tbody {
    float: left;
}

.product_price_table td, th {
    vertical-align: top;
    /*border-top: 1px solid #ccc;*/
    padding: 6px;
    width: 70px;
}

.product_price_table th {
    position: absolute;
    *position: relative; /*ie7*/
    left: 0;
    padding-left: 0px;
    padding-right: 0px;
    width: 115px;
}

.product_price_table .outer {
    position: relative
}

.product_price_table .inner {
    /*overflow-x:scroll;*/
    overflow-y: visible;
    /*width:400px;*/
    /*margin-left:115px;*/
}

.product_price_table {
    float: left;
    clear: both;
}

.product_list_wrapper2:hover {
}


.table_fixed {
    width: 30%;
    float: left;
    border: 0px;
    padding: 0px;
}

.table_responsive {
    max-width: 70%;
    width: 600px;
    float: left;
    border: 0px;
    padding: 0px;
    overflow-x: scroll;
}

.background_product_image {
    float: left;
    width: 100%;
    height: auto;
    min-height: 180px;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #fff;
    background-size: 75%;
}

    .background_product_image img {
        background-size: contain !important;
    }

.background_product_image_best {
    float: left;
    width: 100%;
    height: auto;
    max-height: 80px;
    min-height: 80px;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #fff;
    background-size: 100%;
}

.journey {
    float: left;
    width: 100%;
    height: 30px;
}

.product_page_images {
    float: left;
    width: 280px;
}

.product_page_small_images {
    float: left;
    width: 80px;
    margin-right: 20px;
    margin-top: 20px;
    padding: 0;
}

.product_image_size {
    max-width: 280px;
}

.product_page_content {
    float: right;
    width: 650px;
    height: auto;
    margin-top: -13px;
}

.product_page_text {
    float: left;
    width: 100%;
    min-height: 200px;
    margin-top: 0px;
    padding: 0;
    border-top: 2px solid #693D8C;
}

.deliveryDetails {
    float: left;
    width: 100%;
    height: 300px;
    background-color: #fff;
    overflow-y: scroll;
    border-top: 2px solid #693D8C;
}

.deliveryDetailsWrapper {
    width: 95%;
    margin: 0 auto;
}

    .deliveryDetailsWrapper p {
        color: #000;
        margin: 0px;
    }

.reviewDetails {
    float: left;
    width: 100%;
    height: 300px;
    background-color: #fff;
    border-top: 2px solid #693D8C;
}

.related_product_wrapper {
    float: left;
    width: 20%;
    height: 250px;
    margin-right: 40px;
    margin-top: 20px;
}

    .related_product_wrapper h3 {
        text-transform: none;
    }

    .related_product_wrapper a {
        text-decoration: none;
        color: #000;
        font-weight: 400;
    }

.related_product_img_holder {
    height: 180px;
    display: block;
    text-align: center;
}

    .related_product_img_holder img {
        position: relative;
        top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        max-height: 200px;
        text-align: center;
    }



.content_left {
    float: left;
    width: 60%;
    margin: 0;
    padding: 0;
}

.contact_left {
    float: left;
    width: 60%;
    margin: 0;
    padding: 0;
}

.content_left_full {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
}

content-left-full {
    float: left;
    width: 100%;
}

.content_right {
    float: right;
    width: 40%;
    margin: 0;
    padding: 0;
}

.contact_right {
    float: right;
    width: 30%;
    margin: 0;
    padding: 0;
}

.content_left2 {
    float: left;
    width: 393px;
    margin: 0;
    padding: 0;
}

.content_right2 {
    float: right;
    width: 500px;
    margin: 0;
    padding: 0;
}

.blog_left {
    float: left;
    width: 732px;
    margin: 0;
    padding: 0;
}

.blog_right {
    float: right;
    width: 180px;
    margin: 0;
    padding: 0;
}

.single_blog_wrapper {
    float: left;
    width: 100%;
    min-height: 100px;
    margin-bottom: 20px;
}

.single_blog_header {
    float: left;
    width: 100%;
    border-bottom: solid 1px #fff;
}

.blog_page_header {
    float: left;
    width: 100%;
    border-bottom: solid 1px #fff;
    margin-bottom: 20px;
}

.filter_text {
    float: left;
    width: 60px;
    margin: 0;
    padding: 0;
}

.filter_box {
    float: left;
    width: auto;
    margin-right: 20px;
    padding: 0;
}

/*** end of content page ***/

/*** product search ***/

.product_search {
    float: left;
    width: 100%;
    height: auto;
    margin-top: 20px;
    padding-bottom: 15px;
    /****** HIDE PRODUCT SEARCH *****/
    display: none;
}

/*** end of product search ***/

/*** contact form ***/

.contact-page dl {
    display: block;
    overflow: auto;
    padding: 0px;
}

.contact-page dt {
    width: 30%;
    float: left;
    text-align: left;
    margin-top: 0px;
    font-weight: lighter;
    margin-bottom: 10px;
    height: 30px;
}

.contact-page dd {
    float: right;
    width: 60%;
    margin: 0;
    margin-bottom: 10px;
    min-height: 30px;
}

.contact-page label {
    font-size: 14px; /*font-family: 'Open Sans', sans-serif;*/
    color: #000;
}

.contact-page .formInput {
    border: solid 1px #555;
    padding-left: 5px;
    font-weight: 300; /*font-family: 'Open Sans', sans-serif;*/
    color: #000;
}

.contact-page .validate {
    color: #CC0000;
}

.contact-page .send {
    float: right;
    width: auto;
    line-height: 31px;
    background-image: url('../img/black_button.png');
    font-size: 15px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    padding-left: 15px;
    padding-right: 15px;
    margin-right: 25px;
}

.form dl {
    float: left;
    width: 100%;
}

.form dt {
    width: 150px;
    float: left;
    /* text-align: left; */
    line-height: 22px;
    margin-bottom: 22px;
    padding: 0;
    display: inline;
}

.form dd {
    float: right;
    width: 70%;
    display: inline;
}

label {
    font-size: 14px;
    color: #000;
}

.formInput {
    border: solid 1px #555;
    /* padding-left: 5px; */
    font-weight: 300;
    padding: 5px;
    color: #000;
    font-size: 13px;
    /* padding-top: 2px; */
    /* padding-bottom: 2px; */
    max-width: 320px;
    border-radius: 5px;
}

.formInput2 {
    border: solid 1px #555;
    /* padding-left: 5px; */
    font-weight: 300;
    padding: 5px;
    color: #000;
    font-size: 13px;
    /* padding-top: 2px; */
    /* padding-bottom: 2px; */
    max-width: 320px;
    width: 100%;
    border-radius: 5px;
}

.formInput3 { /* border: solid 1px #D66900;
  /* padding-left: 5px; */
    font-weight: 300;
    padding: 2px;
    color: #000;
    font-size: 13px;
    /* padding-top: 2px; */
    /* padding-bottom: 2px; */
    /* margin-left: 10px; */
    max-width: 320px;
    height: 29px;
    text-align: center;
    border-radius: 5px;
    /*margin: 5px 3px*/
}

.form .validate {
    color: #CC0000;
    font-size: 12px;
}

.validate {
    color: #CC0000;
    font-size: 12px;
}

.form .send {
    float: left;
    width: 100px;
    height: 30px;
    background-color: #6EC9B7;
    margin-top: 0px;
    color: #fff;
    text-align: center;
    line-height: 30px;
    text-decoration: none;
    /*font-family: 'Open Sans', sans-serif;*/
    text-transform: uppercase;
    font-size: 18px;
}

.send5 {
    float: left;
    width: 130px;
    height: 30px;
    background-color: #6EC9B7;
    margin-top: 0px;
    color: #000;
    text-align: center;
    line-height: 30px;
    text-decoration: none;
    /*font-family: 'Open Sans', sans-serif;*/
    text-transform: uppercase;
    font-size: 18px;
}

.send6 {
    float: left;
    width: 171px;
    height: 30px;
    background-color: #6EC9B7;
    margin-top: 0px;
    color: #fff;
    text-align: center;
    line-height: 30px;
    text-decoration: none;
    /*font-family: 'Open Sans', sans-serif;*/
    text-transform: uppercase;
    font-size: 16px;
}


.register label {
    font-size: 14px; /*font-family: 'Open Sans', sans-serif;*/
    color: #000;
}

.register dl {
    float: left;
    width: 80%;
    margin-top: 30px;
    padding: 0;
}

.register dt {
    float: left;
    min-width: 250px;
    margin: 0;
    padding: 0;
}

.register dd {
    float: left;
    width: 300px;
    margin: 0;
    padding: 0;
}

.register .send {
    float: right;
    width: 95px;
    height: 30px;
    background-color: #6EC9B7;
    margin-top: 0px;
    color: #fff;
    text-align: center;
    line-height: 30px;
    text-decoration: none;
    /*font-family: 'Open Sans', sans-serif;*/
    text-transform: uppercase;
    font-size: 18px;
    margin-right: 120px;
}

.register .send2 {
    float: right;
    width: 155px;
    height: 30px;
    background-color: #6EC9B7;
    margin-top: 0px;
    color: #fff;
    text-align: center;
    line-height: 30px;
    text-decoration: none;
    /*font-family: 'Open Sans', sans-serif;*/
    text-transform: uppercase;
    font-size: 18px;
    margin-right: 125px;
}

.register .send3 {
    float: right;
    width: 60px;
    height: 30px;
    background-color: #6EC9B7;
    margin-top: 0px;
    color: #fff;
    text-align: center;
    line-height: 30px;
    text-decoration: none;
    /*font-family: 'Open Sans', sans-serif;*/
    text-transform: uppercase;
    font-size: 18px;
    margin-right: 125px;
}

.mailing label {
    font-size: 14px; /*font-family: 'Open Sans', sans-serif;*/
    color: #000;
}

.mailing dl {
    float: left;
    width: 100%;
    margin-top: 0px;
    padding: 0;
    margin-left: 10px;
}


.mailing dd {
    float: left;
    margin: 0;
    padding: 0;
    height: 35px;
}

.mailing .formInput {
    background-color: #DDDDDD;
    height: 25px;
    border: none;
    padding: 2px;
}

.mailing ::-webkit-input-placeholder {
    color: #000;
}

.mailing :-moz-placeholder { /* Firefox 18- */
    color: #000;
}

.mailing ::-moz-placeholder { /* Firefox 19+ */
    color: #000;
}

.mailing :-ms-input-placeholder {
    color: #000;
}

.mailing .send {
    float: right;
    width: 95px;
    height: 30px;
    background-color: #fff;
    margin-top: 0px;
    color: #000;
    text-align: center;
    line-height: 30px;
    text-decoration: none;
    /*font-family: 'Open Sans', sans-serif;*/
    text-transform: uppercase;
    font-size: 20px;
    margin-right: 120px;
}

.mailingButton {
    float: right;
    width: 45px;
    height: 25px;
    background-color: #6EC9B7;
    margin-top: 0px;
    color: #fff;
    text-align: center;
    line-height: 25px;
    text-decoration: none;
    /*font-family: 'Open Sans', sans-serif;*/
    text-transform: uppercase;
    font-size: 12px;
}


/*--------
    small contact form
-------------*/

.contact-page-small dl {
    display: block;
    overflow: auto;
    padding: 0px;
}

.contact-page-small dt {
    width: 100%;
    float: left;
    text-align: left;
    margin-top: 0px;
    font-weight: lighter;
    margin-bottom: 2px;
}

.contact-page-small dd {
    float: right;
    width: 100%;
    margin: 0;
    margin-bottom: 5px;
    min-height: 30px;
}

.contact-page-small label {
    font-size: 14px; /*font-family: 'Open Sans', sans-serif;*/
    color: #000;
}

.contact-page-small .formInput {
    border: solid 1px #555;
    padding-left: 5px;
    font-weight: 300; /*font-family: 'Open Sans', sans-serif;*/
    color: #000;
}

.contact-page-small .validate {
    color: #CC0000;
}

.contact-page-small .send {
    float: right;
    width: auto;
    line-height: 31px;
    background-image: url('../img/black_button.png');
    font-size: 15px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    padding-left: 15px;
    padding-right: 15px;
    margin-right: 25px;
}

.contact-page-small {
    float: none;
    border-radius: 10px;
    position: relative;
    margin: 0 auto;
    width: 70%;
    padding: 0px 5%;
    margin-top: 10px;
    background-color: #eee;
    padding-bottom: 1px;
}

    .contact-page-small h2 {
        /* margin: 10px; */
        margin: 0px -7%;
        text-align: center;
        /* border: 3px solid #D66900; */
        /* background-color: #D66900; */
        border-top-left-radius: -1px;
        /* color: #fff; */
        padding: 10px;
        /*
    border-bottom:1px solid #683D8C;
    border-top:1px solid #683D8C;
    */
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        background-color: #cccccc;
    }

.contact_box_container {
    padding: 1% 2%;
    margin: 10px 0%;
    /* border: 1px inset; */
    box-shadow: 0px 0px 5px 1px #ccc;
    background-color: #eee;
}

/*** end of contact form ***/

/*** dashboard ***/

.dash_order_wrapper {
    float: left;
    width: 100%;
    margin-top: 30px;
    padding: 0;
    min-height: 150px;
    border-bottom: dotted 1px #fff;
    margin-bottom: 20px;
}

.dash_order_header {
    float: left;
    width: 100%;
    border-bottom: solid 1px #a4a7ab;
}

.dash_left {
    float: left;
    width: 50%;
}

.dash_right {
    float: right;
    width: 50%;
}

.dash_order {
    float: left;
    width: 100%;
    margin-top: 20px;
}

    .dash_order table {
        float: left;
        width: 100%;
    }

    .dash_order th {
        color: #fff;
        text-align: left;
        float: left;
    }

    .dash_order td {
        float: left;
        width: auto;
    }

.dash_title {
    float: left;
    width: 200px;
}

.dash_img {
    float: left;
    width: 120px;
    margin-top: 15px;
}

.dash_qty {
    float: left;
    width: 50px;
}


/*** end of dahsboard ***/

/*** footer ***/

footer {
    float: left;
    width: 100%;
    background-image: url(../img/footer_background.png);
    height: 500px;
    margin-top: 20px;
    background-repeat: round;
}

.footer_column_home {
    width: 45%;
    float: left;
}

.footer_small {
    float: left;
    width: 100%;
    background-image: url(../img/footer_background.png);
    height: auto;
    margin-top: 20px;
}

.footer_column {
    float: left;
    width: 430px;
    margin: 0;
    padding: 0;
}

.footer_column_left {
    float: left;
    width: 70%;
    margin: 0;
    padding: 0;
}

.footer_column_right {
    float: left;
    width: 30%;
    margin: 0;
    padding: 0;
}

.footer_about {
    float: left;
    width: 100%;
    height: auto;
}

    .footer_about table {
        float: left;
        position: relative;
        margin-left: 30px;
        margin-top: 10px;
    }

    .footer_about a {
        color: #DA6F00;
    }

    .footer_about table a {
        color: #fff;
        font-size: 14px;
    }

.sub_footer {
    float: left;
    width: 100%;
    height: 60px;
    background-color: #fff;
}

.sub_footer_left {
    float: left;
    width: 45%;
    margin: 0;
    padding: 0;
    height: 30px;
}

.sub_footer_right {
    float: right;
    width: 50%;
    margin: 0;
    padding: 0;
}

    .sub_footer_right ul {
        float: right;
        width: auto;
        height: 10px;
        line-height: 30px;
        list-style-type: none;
        margin-top: 5px;
        padding: 0;
    }

        .sub_footer_right ul li {
            float: left;
            display: block;
            position: relative;
        }

            .sub_footer_right ul li a {
                width: auto;
                padding-left: 10px;
                padding-right: 10px;
                color: #000;
                display: block;
                text-decoration: none;
                font-size: 12px;
            }

                .sub_footer_right ul li a:hover {
                    text-decoration: underline;
                }

.designed_by p {
    font-size: 12px;
}

.designed_by a:visited {
    color: blue;
}


.footer_blog {
    float: left;
    width: 100%;
    min-height: 240px;
}

.footer_blog_image {
    float: left;
    width: 100%;
    max-height: 100px;
    margin-top: 5px;
}

.footer_mailing {
    float: left;
    width: 100%;
    margin-top: 20px;
    padding: 0;
}

.mailing_left {
    width: 50%;
    float: left;
    max-width: 200px;
    margin-left: 10px;
}

.mailing_right {
    width: 50%;
    float: right;
    max-width: 200px;
    margin-right: 20px;
}

.footer_kingpin {
    float: right;
    width: 218px;
    margin-top: 30px;
}

.footer_mailing_wrapper {
    float: left;
    width: 100%;
    height: 225px;
    background-color: #fff;
}


.sub_footer_left p.footer_link a {
    color: #565656;
    text-decoration: none;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    border-bottom: 0px solid rgba(0, 123, 154, 1);
    padding: 0px;
    margin-top: 0px;
    font-size: 12px;
}

.sub_footer_left p.footer_link {
    margin: 0px;
    margin-bottom: 20px;
}


    .sub_footer_left p.footer_link a {
        display: inline-block;
        position: relative;
    }

        .sub_footer_left p.footer_link a:after {
            content: '';
            display: block;
            margin: auto;
            height: 1px;
            width: 0px;
            background: transparent;
            transition: width .5s ease, background-color .5s ease;
            -webkit-transition: width .5s ease, background-color .5s ease;
            -moz-transition: width .5s ease, background-color .5s ease;
            -o-transition: width .5s ease, background-color .5s ease;
        }

        .sub_footer_left p.footer_link a:hover:after {
            width: 100%;
            background: #ED008C;
        }

        .sub_footer_left p.footer_link a:hover {
            color: #ED008C;
        }

/*** end of footer ***/

/*** buttons ***/

.feature_button {
    float: left;
    width: 167px;
    height: 36px;
    margin-top: 0px;
    text-align: center;
    line-height: 36px;
    text-decoration: none;
    /*font-family: 'Open Sans', sans-serif;*/
    text-transform: uppercase;
    font-size: 16px;
    color: #fff;
    background-image: url(../img/button_organge.png);
}

.addButton {
    float: right;
    width: 167px;
    height: 36px;
    margin-top: 5px;
    margin-bottom: 5px;
    color: #fff;
    text-align: center;
    line-height: 36px;
    text-decoration: none;
    /*font-family: 'Open Sans', sans-serif;*/
    text-transform: uppercase;
    font-size: 18px;
    background-image: url(../img/button_organge.png);
    background-repeat: no-repeat;
}

.addButton2 {
    float: left;
    width: 167px;
    height: 36px;
    margin-top: 5px;
    margin-bottom: 5px;
    color: #fff;
    text-align: center;
    line-height: 36px;
    text-decoration: none;
    /*font-family: 'Open Sans', sans-serif;*/
    text-transform: uppercase;
    font-size: 18px;
    background-image: url(../img/button_organge.png);
    background-repeat: no-repeat;
}

.productButton {
    float: left;
    width: 140px;
    height: 30px;
    background-color: #B29CC4;
    margin-top: 30px;
    color: #fff;
    text-align: center;
    line-height: 30px;
    text-decoration: none;
    /*font-family: 'Open Sans', sans-serif;*/
    font-size: 14px;
    margin-right: 15px;
}

.productButtonDull {
    float: left;
    width: 140px;
    height: 30px;
    background-color: #a4a7ab;
    margin-top: 30px;
    color: #000;
    text-align: center;
    line-height: 30px;
    text-decoration: none;
    /*font-family: 'Open Sans', sans-serif;*/
    font-size: 14px;
    margin-right: 15px;
}

.orderButton {
    float: right;
    width: 260px;
    height: 36px;
    margin-top: 0px;
    color: #fff;
    text-align: center;
    line-height: 36px;
    text-decoration: none;
    /*font-family: 'Open Sans', sans-serif;*/
    text-transform: uppercase;
    font-size: 20px;
    margin-right: 10px;
    background-image: url(../img/button_organge_large.png);
    background-repeat: no-repeat;
    margin-top: 10px;
}

.readMoreButton {
    float: right;
    width: 80px;
    height: 30px;
    background-color: #fff;
    margin-top: 0px;
    color: #000;
    text-align: center;
    line-height: 30px;
    text-decoration: none;
    /*font-family: 'Open Sans', sans-serif;*/
    text-transform: uppercase;
    font-size: 20px;
}

.readMoreButton2 {
    float: right;
    width: 80px;
    height: 30px;
    background-color: #6EC9B7;
    margin-top: 0px;
    color: #fff;
    text-align: center;
    line-height: 30px;
    text-decoration: none;
    /*font-family: 'Open Sans', sans-serif;*/
    text-transform: uppercase;
    font-size: 20px;
    margin-right: 27px;
}

.backBlogButton {
    float: left;
    width: 100px;
    height: 30px;
    background-color: #fff;
    margin-top: 0px;
    color: #000;
    text-align: center;
    line-height: 30px;
    text-decoration: none;
    /*font-family: 'Open Sans', sans-serif;*/
    text-transform: uppercase;
    font-size: 20px;
}

.updateButton {
    display: inline-block;
    width: 100px;
    height: 30px;
    margin-top: 0px;
    color: #fff;
    text-align: center;
    line-height: 25px;
    text-decoration: none;
    /*font-family: 'Open Sans', sans-serif;*/
    text-transform: uppercase;
    font-size: 12px;
    margin-right: 10px;
    background-image: url(../img/button_organge_small.png);
    background-repeat: no-repeat;
}

.checkout {
    float: right;
    width: 166px;
    height: 36px;
    margin-top: 0px;
    color: #fff;
    text-align: center;
    line-height: 36px;
    text-decoration: none;
    /*font-family: 'Open Sans', sans-serif;*/
    text-transform: uppercase;
    font-size: 20px;
    margin-right: 10px;
    background-image: url(../img/button_organge.png);
    background-repeat: no-repeat;
    margin-top: 10px;
}

.searchProductBar {
    float: left;
    width: auto;
    height: 25px;
    margin-top: 5px;
}

.searchProductValue {
    float: left;
    min-width: 50px;
    margin-left: 15px;
    margin-right: 15px;
    padding-left: 10px;
    padding-right: 10px;
    height: 30px;
}

.searchProducts {
    display: inline-block;
    width: auto;
    height: 30px;
    background-color: #fff;
    margin-top: 0px;
    color: #000;
    text-align: center;
    line-height: 30px;
    text-decoration: none;
    /*font-family: 'Open Sans', sans-serif;*/
    text-transform: uppercase;
    font-size: 20px;
    margin-right: 10px;
    padding-left: 10px;
    padding-right: 10px;
    float: right;
}

.productAdd {
    display: inline-block;
    width: auto;
    height: 30px;
    background-color: #C96600;
    color: #000;
    text-align: center;
    line-height: 30px;
    text-decoration: none;
    /*font-family: 'Open Sans', sans-serif;*/
    text-transform: uppercase;
    font-size: 11px;
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 10px;
}

.productAdd2 {
    display: inline-block;
    width: auto;
    height: 30px;
    background-color: #C96600;
    color: #fff;
    text-align: center;
    line-height: 30px;
    text-decoration: none;
    /*font-family: 'Open Sans', sans-serif;*/
    text-transform: uppercase;
    font-size: 12px;
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 10px;
    border-radius: 5px;
}

.productAdd_Grid {
    display: inline-block;
    width: auto;
    height: 30px;
    background-color: #C96600;
    color: #fff;
    text-align: center;
    line-height: 30px;
    text-decoration: none;
    /*font-family: 'Open Sans', sans-serif;*/
    font-size: 12px;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 5px;
}

.productAdd_Grid2 {
    display: inline-block;
    width: auto;
    height: 30px;
    border: 1px solid #C96600;
    color: #C96600;
    text-align: center;
    line-height: 30px;
    text-decoration: none;
    /*font-family: 'Open Sans', sans-serif;*/
    font-size: 12px;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 5px;
}



.productAdd2Basket {
    display: inline-block;
    width: 18px;
    height: 28px;
    /*background-color: #683DC9;*/
    border: 1px solid #683DC9;
    color: #fff;
    text-align: center;
    line-height: 30px;
    text-decoration: none;
    /*font-family: 'Open Sans', sans-serif;*/
    text-transform: uppercase;
    font-size: 12px;
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 10px;
    border-radius: 5px;
    float: right;
}


    .productAdd2Basket img {
        width: 20px;
    }



.qwerty {
    text-align: center;
    margin: 0 auto;
}

    .qwerty tr {
        border-bottom: 1px solid #eee;
        padding-top: 5px;
    }

    .qwerty td {
        padding-top: 10px;
    }

.outOfStock {
    display: inline-block;
    width: auto;
    height: 28px;
    border: 1px solid #C96600;
    color: #C96600;
    text-align: center;
    line-height: 30px;
    text-decoration: none;
    /*font-family: 'Open Sans', sans-serif;*/
    text-transform: uppercase;
    font-size: 12px;
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 10px;
}

.voucher {
    /*
    display: inline-block;
    width: auto;
    height: 25px;
    background-color: #fff;
    margin-top: 0px;
    color: #000;
    text-align: center;
    line-height: 25px;
    text-decoration: none;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    font-size: 20px;
    margin-right: 10px;
    padding-left: 10px;
    padding-right: 10px;
    float: right;
    */
    display: inline-block;
    float: right;
    width: 100px;
    height: 22px;
    margin-top: 0px;
    color: #fff;
    text-align: center;
    line-height: 22px;
    text-decoration: none;
    /*font-family: 'Open Sans', sans-serif;*/
    text-transform: uppercase;
    font-size: 18px;
    margin-right: 10px;
    background-image: url(../img/button_organge_small.png);
    background-repeat: no-repeat;
}

/*** end of buttons ***/

/*** fonts ***/

h1 {
    color: #000;
    font-size: 36px;
    /*font-family: 'Open Sans', sans-serif;*/
    margin: 0;
    padding: 0;
    /*text-transform: uppercase;*/
    font-weight: lighter;
    border-bottom: 1px solid #D66900;
}

h2 {
    color: #000;
    font-size: 28px;
    /*font-family: 'Open Sans', sans-serif;*/
    margin: 0;
    padding: 0;
    /*text-transform: uppercase;*/
    font-weight: lighter;
    margin-top: 5px;
    margin-bottom: 0;
    padding: 0;
}

h3 {
    color: #000;
    font-size: 16px;
    /*font-family: 'Open Sans', sans-serif;*/
    margin: 0;
    padding: 0;
    text-transform: uppercase;
    font-weight: 500;
    margin-top: 5px;
    margin-bottom: 0;
    padding: 0;
}

.product_page_content h1 {
    color: #000;
    font-size: 34px;
    /*font-family: 'Open Sans', sans-serif;*/
    margin: 0;
    padding: 0;
    width: 90%;
    /*text-transform: uppercase;*/
    font-weight: lighter;
}

.product_page_content h2 {
    /*color: #a4a7ab;*/
    /*font-size: 30px;*/
    /*font-family: 'Open Sans', sans-serif;*/
    margin-top: -10px;
    padding: 0;
    /*text-transform: uppercase;*/
    font-weight: lighter;
}

.feature_text h2 {
    color: #fff;
    font-size: 34px;
    /*font-family: 'Open Sans', sans-serif;*/
    margin: 0;
    padding: 0;
    /*text-transform: uppercase;*/
    line-height: 80px;
    font-weight: lighter;
}

.home_feature_product_wrapper h3 {
    color: #fff;
    font-size: 16px;
    /*font-family: 'Open Sans', sans-serif;*/
    margin: 0;
    padding: 0;
    text-transform: uppercase;
    text-align: left;
    margin-top: 5px;
    margin-left: 5px;
    margin-bottom: 0;
    padding: 0;
    font-weight: 600;
    margin-bottom: 5px;
}

    .home_feature_product_wrapper h3 a {
        font-size: 16px;
    }

.home_feature_product_wrapper p {
    color: #696969;
    font-size: 16px;
    /*font-family: 'Open Sans', sans-serif;*/
    margin: 0;
    padding: 0;
    text-transform: uppercase;
    font-weight: lighter;
    text-align: center;
    margin-top: 0px;
    padding: 0;
    font-weight: 600;
    text-align: left;
    margin-left: 5px;
    display: inline;
    float: left;
}



.home_cat_product_wrapper h3 {
    color: #000;
    font-size: 20px;
    /*font-family: 'Open Sans', sans-serif;*/
    margin: 0;
    padding: 0;
    text-transform: uppercase;
    font-weight: lighter;
    text-align: center;
    margin-top: 5px;
    margin-bottom: 0;
    padding: 0;
}

/*
.product_list_wrapper h2 {
    color: #000;
    font-size: 20px;
    margin: 0;
    padding: 0;
    font-weight: lighter;
    text-align: center;
    margin-top: 5px;
    margin-bottom: 0;
    padding: 0;
}
*/

.product_list_wrapper h2 {
    color: #000;
    font-size: 20px;
    /* font-family: 'Open Sans', sans-serif; */
    margin: 0;
    padding: 0;
    /* text-transform: uppercase; */
    background-color: #eee;
    font-weight: lighter;
    text-align: center;
    margin-top: 5px;
    margin-bottom: 0;
    padding: 0;
    box-shadow: 0px 0px 1px 0px #4e4e4e;
    /*transition: background-color 0.5s ease;*/
}

.product_list_wrapper:hover h2 {
    /*background-color:#d6d6d6;*/
}


.promoWarningBox {
}

.promoWarningBoxRed {
    background-color: #d94c4c;
    border: 1px solid #bebebe;
    width: 99%;
    float: left;
    padding: 10px;
    text-align: center;
    border-radius: 8px;
    margin: 10px 0px;
}

    .promoWarningBoxRed p {
        display: inline;
        font-size: 14px;
        color: #fff;
    }

.product_list_wrapper img {
    min-height: 135px;
    display: block;
    margin: 0 auto;
}

.product_list_wrapper2 h2 {
    color: #000;
    font-size: 14px;
    /*font-family: 'Open Sans', sans-serif;*/
    margin: 0;
    padding: 0;
    /*text-transform: uppercase;*/
    font-weight: lighter;
    text-align: center;
    margin-top: 5px;
    margin-bottom: 0;
    padding: 0;
}

.linkStyle {
    color: #fff;
    font-size: 20px;
    /*font-family: 'Open Sans', sans-serif;*/
    margin: 0;
    padding: 0;
    text-transform: uppercase;
    font-weight: lighter;
    text-align: center;
    margin-top: 5px;
    margin-bottom: 0;
    padding: 0;
    text-decoration: none;
}

    .linkStyle:hover {
        text-decoration: underline;
    }

.linkStyle2 {
    color: #000;
    font-size: 15px;
    /*font-family: 'Open Sans', sans-serif;*/
    margin: 0;
    padding: 0;
    /*text-transform: uppercase;*/
    font-weight: lighter;
    text-align: center;
    margin-top: 5px;
    margin-bottom: 0;
    padding: 0;
    font-weight: 500;
    text-decoration: none;
}

    .linkStyle2:hover {
        text-decoration: underline;
    }


.title {
    font-size: 36px;
    line-height: 50px;
    border-bottom: 1px solid #DA6F00;
}

.title2 {
    font-size: 25px;
    border-left: 1px solid #6EC9B7;
    border-right: 1px solid #6EC9B7;
    background-color: #eee;
    margin-bottom: 10px;
    border-spacing: 10px 50px;
    padding: 10px;
    display: -moz-inline-stack;
    display: inline-block;
}

    .title2 h2 {
        margin-left: 10px;
    }

.product_list_wrapper p {
    color: #a4a7ab;
    font-size: 16px;
    /*font-family: 'Open Sans', sans-serif;*/
    margin: 0;
    padding: 0;
    text-transform: uppercase;
    font-weight: lighter;
    text-align: center;
    margin-top: 0px;
    padding: 0;
}

.product_list_wrapper2 p {
    color: #a4a7ab;
    font-size: 16px;
    /*font-family: 'Open Sans', sans-serif;*/
    margin: 0;
    padding: 0;
    text-transform: uppercase;
    font-weight: 600;
    text-align: center;
    margin-top: 0px;
    padding: 0;
}

.product_list_price {
    margin: 0 auto;
    text-align: center;
}

.related_product_wrapper p {
    color: #D60B11;
    font-size: 16px;
    /*font-family: 'Open Sans', sans-serif;*/
    margin: 0;
    padding: 0;
    text-transform: uppercase;
    font-weight: lighter;
    text-align: center;
    margin-top: 0px;
    padding: 0;
}

footer h2 {
    color: #fff;
    font-size: 34px;
    /*font-family: 'Open Sans', sans-serif;*/
    margin: 0;
    padding: 0;
    /*text-transform: uppercase;*/
    font-weight: lighter;
    margin-top: 20px;
    margin-bottom: 0;
    padding: 0;
}

footer p {
    color: #fff;
    font-size: 14px;
}

.footer_small h2 {
    color: #D66900;
    font-size: 20px;
    /*font-family: 'Open Sans', sans-serif;*/
    margin: 0;
    padding: 0;
    /*text-transform: uppercase;*/
    font-weight: lighter;
    margin-top: 20px;
    margin-bottom: 0;
    padding: 0;
}

.footer_small p {
    color: #fff;
    font-size: 13px;
}

p {
    color: #000;
    font-size: 14px;
}

.content_left li {
    font-size: 14px;
}

.content_full li {
    font-size: 14px;
}

.product_page_text li {
    color: #000;
    font-size: 13px;
}

.product_page_text p {
    color: #000;
    font-size: 13px;
    margin: 5px 0px;
}


.pageOptions {
    float: left;
    display: block;
    width: 100%;
    color: #7e7e7e;
    border-top: dotted 1px #666;
    margin-top: 20px;
    font-size: 13px;
}

/*===================================

Promo page mailing box

======================================*/



.promo_mailing_wrapper {
    width: 75%;
    margin: 0 auto;
    padding: 4%;
    background-color: #eee;
    border-radius: 5px;
    margin-top: 20px;
    padding-bottom: 20px;
    clear: both;
    overflow: auto;
    text-align: center;
}

    .promo_mailing_wrapper p {
        margin: 0px;
        margin-bottom: 20px;
    }

.promo_mailing label {
    font-size: 14px; /*font-family: 'Open Sans', sans-serif;*/
    color: #000;
}

.promo_mailing dl {
    width: 100%;
    margin-top: 0px;
    padding: 0;
    margin-left: 10px;
}


.promo_mailing dd {
    margin: 0;
    padding: 0;
    height: 35px;
}

.promo_mailing .formInput {
    background-color: #DDDDDD;
    height: 25px;
    border: none;
    padding: 2px;
    width: 80%;
}

.promo_mailing ::-webkit-input-placeholder {
    color: #000;
}

.promo_mailing :-moz-placeholder { /* Firefox 18- */
    color: #000;
}

.promo_mailing ::-moz-placeholder { /* Firefox 19+ */
    color: #000;
}

.promo_mailing :-ms-input-placeholder {
    color: #000;
}

.promo_mailing .send {
    float: right;
    width: 95px;
    height: 30px;
    background-color: #fff;
    margin-top: 0px;
    color: #000;
    text-align: center;
    line-height: 30px;
    text-decoration: none;
    /*font-family: 'Open Sans', sans-serif;*/
    text-transform: uppercase;
    font-size: 20px;
    margin-right: 120px;
}

.promo_mailing .mailingButton {
    float: right;
    width: 60px;
    height: 25px;
    margin-right: 30px;
    background-color: #6EC9B7;
    margin-top: 20px;
    color: #fff;
    text-align: center;
    line-height: 25px;
    text-decoration: none;
    /*font-family: 'Open Sans', sans-serif;*/
    text-transform: uppercase;
    font-size: 12px;
}

table.legend {
    width: 100%;
    margin-top: 10px;
}

    table.legend td {
        font-size: 13px;
        float: left;
        line-height: 25px;
        padding-right: 15px;
    }

    table.legend .legendGrey {
        font-weight: bold;
        border: 1px solid #333;
        background-color: #AAA;
        text-align: center;
        padding: 2px;
        line-height: 20px;
        height: 20px;
        width: 20px;
    }

    table.legend .legendBlue {
        color: #FFF;
        font-weight: bold;
        border: 1px solid #333;
        background-color: #6495ED;
        text-align: center;
        padding: 2px;
        line-height: 20px;
        height: 20px;
        width: 20px;
    }

    table.legend .legendGreen {
        color: #FFF;
        font-weight: bold;
        border: 1px solid #333;
        background-color: #228B22;
        text-align: center;
        padding: 2px;
        line-height: 20px;
        height: 20px;
        width: 20px;
    }

    table.legend .legendOrange {
        color: #FFF;
        font-weight: bold;
        border: 1px solid #333;
        background-color: #FFA500;
        text-align: center;
        padding: 2px;
        line-height: 20px;
        height: 20px;
        width: 20px;
    }

    table.legend .legendRed {
        color: #FFF;
        font-weight: bold;
        border: 1px solid #333;
        background-color: #DC143C;
        text-align: center;
        padding: 2px;
        line-height: 20px;
        height: 20px;
        width: 20px;
    }

table.sparesTable {
    margin-top: 20px;
}

    table.sparesTable tr th {
        font-size: 13px;
        text-align: left;
        padding: 0;
    }

    table.sparesTable tr td {
        font-size: 11px;
    }

/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

    .ir:before {
        content: "";
        display: block;
        width: 0;
        height: 150%;
    }

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

    /*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

    .visuallyhidden.focusable:active,
    .visuallyhidden.focusable:focus {
        clip: auto;
        height: auto;
        margin: 0;
        overflow: visible;
        position: static;
        width: auto;
    }

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print, (-o-min-device-pixel-ratio: 5/4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

        a[href]:after {
            content: " (" attr(href) ")";
        }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}

.home_categories img {
    width: 100%;
}
