﻿@font-face {
    font-family: 'Calibri';
    font-style: normal;
    font-weight: 400;
    src: local('Calibri'), url(https://fonts.gstatic.com/l/font?kit=J7afnpV-BGlaFfdAhLEY6w&skey=a1029226f80653a8&v=v8) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/*=====================================================
    
    MAIN CSS / SMALLER MOBILE DEVICES

=====================================================*/


.cover
{
    position: absolute;
    border: none;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
}
#pdfframe iframe 
{
    position: relative;
    z-index: 1;
}

@media all and (min-width: 240px) {

    .acc {
        width: 210px;
    }

  
    .TempStyle1 {
        /* background-color: aliceBlue; */
        border-radius: 15px;
        padding: 20px;
        font-size: large;
        width: 10%;
        font-weight: bold;
        display: inline-block;
    }

    .Downloadscontainer {
        /*background-color:aqua;*/
        /*padding:15px;*/
    }

        .Downloadscontainer .dropdown-toggle {
            background: #EEE;
            width: 100%;
            padding: 10px 15px;
            display: block;
            color: #000;
            text-align:left;
        }

            .Downloadscontainer .dropdown-toggle:hover {
                background: #005398;
                color: #FFF;
                text-decoration: none;
            }

        .Downloadscontainer .dropdown ul li a {
            padding: 8px 10px;
            display: block;
            text-align:left;
        }

            .Downloadscontainer .dropdown ul li a:hover {
                background: #005398;
                color: #FFF;
                text-decoration: none;
                cursor: pointer;
            }

        .Downloadscontainer .dropdown-toggle .caret {
            float: right;
            margin-top: 8px;
        }


    .checkconfirm {
        float: left;
    }


    .product-list-description p {
        font-weight: 400;
        font-size: 13px;
        margin-bottom: 20px;
        text-align: left !important;
        color: #3B4044;
        float: left;
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .product-list-date {
        font-weight: 400;
        font-size: 14px;
        line-height: 20px;
        color: #000;
        margin: 0px 0px 15px 0px;
        text-align: left;
        /*text-transform:capitalize;*/
    }


    .product-list-title {
        margin-bottom: 2px;
        text-transform: capitalize;
        float: left;
        width: 100%;
    }

    .product-list-link a {
        text-transform: capitalize;
        float: left;
        width: 100%;
        color: #00B259;
        text-align: left;
        font-size:15px;
        position:relative;
        bottom:0px;
    }

    .product-list-points {
        font-weight: 700;
        font-size: 14px;
        text-align: left;
        text-transform: capitalize;
        color: black;
    }

    .product-list-title a:link {
        font-weight: 400;
        font-size: 14px;
        color: #1F2531 !important;
        text-align: left !important;
        text-transform: capitalize;
        float: left;
        width: 100%;
    }


    .product-list-title a:visited {
        color: #1F2531 !important;
    }

    .product-list-title a:hover {
        color: #1F2531 !important;
        text-decoration: none;
    }

    .product-list-title a:active {
        color: #666 !important;
    }


    .product-list-sku {
        font-weight: 700;
        color: #666;
        font-size: 16px;
        line-height: 25px;
        margin-bottom: 5px;
        text-align: left;
        text-transform: capitalize;
    }

    .product-list-vendor-link {
        font-weight: 500;
        color: #003b64 !important;
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 25px;
        text-align: left;
        display: none;
    }

    .checkconfirmlabel {
        font-size: 14px;
    }


    /*********** CSS RESET **********/




    * {
        margin: 0;
        outline: none;
        padding: 0;
        text-decoration: none;
        webkit-transition: all 0.3s ease-out;
        -moz-transition: all 0.3s ease-out;
        -o-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
    }

        *, *:before, *:after {
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
        }

    html {
        margin: 0 !important;
        -webkit-text-size-adjust: none;
    }

    ol, ul {
        list-style: none;
    }

    a img {
        border: none;
    }

    a:active {
        outline: none;
    }

    input[type="reset"]::-moz-focus-inner,
    input[type="button"]::-moz-focus-inner,
    input[type="submit"]::-moz-focus-inner,
    input[type="file"] > input[type="button"]::-moz-focus-inner {
        margin: 0;
        border: 0;
        padding: 0;
    }

    input[type="submit"],
    input[type="reset"],
    input[type="button"],
    input[type="text"],
    input[type="password"],
    textarea {
        /*border-radius: 0;
        -webkit-appearance: none;
        -moz-appearance: none;
        -ms-appearance: none;
        appearance: none;*/
    }

    input:-webkit-autofill {
        -webkit-box-shadow: inset 0 0 0 1356330px #fff;
    }


    /*********** GLOBAL STYLES **********/

    .vendor-page .homepage_banner img{
        width:100%;
        padding:10px;
        margin-bottom:40px;
    }

    body {
        background: #FFF;
        font-family: 'Calibri' !important;
        text-align: left;
    }

    p {
        color: #667279;
        text-align: left;
    }

    h1, h2, h3, h4, h5, h6 {
        color: #000;
    }

    h1 {
        font-size: 30px;
        font-weight: 400;
        line-height: 34px;
        text-transform: capitalize;
        text-align: left;
    }

    h2 {
        font-size: 24px !important;
        font-weight: 400;
        line-height: 30px;
        text-align: left;
        margin-bottom: 5px;
    }

    h3 {
        font-size: 22px;
        line-height: 26px;
        margin-bottom: 10px;
        text-align: left;
        font-weight:400;
    }

    h4 {
        font-size: 18px;
        font-weight: 400;
        line-height: 26px;
        text-transform: capitalize;
        margin-bottom: 15px;
        text-align: left;
    }


    a {
        /*color: #069176 !important;*/
        cursor: pointer;
    }

        a:hover {
            color: #91CA8F !important;
        }

        a img {
            opacity: 0.99; /*firefox scale bug fix*/
        }

    table {
        width: 100%;
        border-collapse: collapse;
    }

    .home-dashboard {
        text-align: left;
        float: left;
        padding-bottom: 20px;
    }


    .home-slider {
        width: 100%;
        float: left;
        /*padding-bottom: 20px;*/
        display:none;
    }

    .home-slider-public {
        width: 100%;
        display: block;
        padding-left: 20px;
        padding-bottom: 20px;
        float: left;
    }


    .home-offer-2 {
        padding-top: 0px;
        /*float: right;*/
    }

    .welcome-message h2 {
        color:#2C2C30;
    }

    .fixFloatDiv {
        padding: 10px;
        overflow: hidden;
        width: 100%;
        /*margin-right: 5px;*/
    }


    .promotion-info, .education-info, .resource-info {
        padding: 15px;
    }

    .vendor-grid {
    }

        .vendor-grid .vendor-item {
            text-align: left;
            margin-bottom: 20px;
            padding: 10px;
        }

            .vendor-grid .vendor-item .vendor-item-top {
                /*min-height: 160px;*/
                margin: auto;
            }

            .vendor-grid .vendor-item .product-vendor-link {
                margin-top: 15px;
            }

    .page-body {
        margin: 10px 0px;
    }

        .page-body a {
            color: #079176;
        }

            .page-body a:hover {
                color: #91CA8F !important;
                text-decoration: underline;
            }

    input[type="text"],
    input[type="password"],
    textarea, select {
        max-height: 51px; /*safari padding fix*/
        min-width: 50px;
        border:0px;
        border-bottom: 1px solid #DDD;
        padding: 5px 0px;
        vertical-align: middle;
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        border-radius: 0px;
        color: #7F7F7F;
        font-size: 14px;
        width:100%;
    }

    textarea {
        min-height: 150px;
    }

    select {
        min-width: 50px;
        height: 32px; /*safari padding fix*/
        padding: 5px 0px;
        text-transform:capitalize;
        font-size:14px !important;
    }

        input[type="text"]:focus,
        input[type="password"]:focus,
        textarea:focus, select:focus {
            border-color: #079176 !important;
            color: #000 !important;
        }

    input[type="checkbox"],
    input[type="radio"] {
        /*vertical-align: middle;*/
        margin-bottom:0px;
    }

    input[type="button"], input[type="submit"],
    button, .button-1, .button-2 {
        /*cursor: pointer;*/
    }

    label {
        vertical-align: middle;
        font-weight:400;
    }

    .master-wrapper-content {
        width: 90%;
        margin: 0 auto;
    }

    .master-wrapper-main:after {
        content: ".";
        display: block;
        visibility: hidden;
        clear: both;
        height: 0;
        line-height: 0;
        font-size: 0;
    }

    .center-1 {
        margin: 0 0 75px;
        /*padding: 3.5% 0.5%;*/
    }

    .center-2, .side-2 {
        margin: 10px auto 0;
        width: 98%;
        text-align: center;
    }

    .page {
        text-align: left;
    }


        .page:after,
        .page-title:after,
        .page-body:after {
            content: ".";
            display: block;
            visibility: hidden;
            clear: both;
            height: 0;
            line-height: 0;
            font-size: 0;
        }

    .link-rss {
        display: none;
        width: 24px;
        height: 24px;
        overflow: hidden;
        background: url('../img/rss-icon.png');
        background-repeat: no-repeat;
        text-indent: 999px;
    }

    .category-description ul,
    .manufacturer-description ul,
    .full-description ul,
    .topic-html-content ul,
    .topic-page ul,
    .post-body ul {
        margin: 12px 0;
        padding: 0 0 0 36px;
        list-style: disc;
    }

    .category-description ol,
    .manufacturer-description ol,
    .full-description ol,
    .topic-html-content ol,
    .topic-page ol,
    .post-body ol {
        margin: 12px 0;
        padding: 0 0 0 36px;
        list-style: decimal;
    }

    .category-description p,
    .manufacturer-description p,
    .full-description p,
    .topic-html-content p,
    .topic-page p,
    .post-body p,
    .news-body p {
        margin: 0px 0;
        text-align: left;
        font-size: 16px;
        line-height: 20px;
        color: #666;
    }

    .flyout-cart {
        display: none;
    }



    /*********** GLOBAL FORMS ***********/
    .fieldset, .section {
        position: relative;
        margin: 0 0 15px;
        /*padding: 5px;*/
    }

        .fieldset .title,
        .section .title {
            margin: 10px 0;
        }

            .fieldset .title strong,
            .section .title strong {
                font-size: 16px;
            }

    .form-fields {
        position: relative;
        /*max-width: 600px;*/
        margin: auto;
        /*padding: 25px;*/
        margin-bottom: 5px;
        border-radius: 0px;
    }


    .login-page .form-fields,
    .password-recovery-page .form-fields,
    .registration-page .form-fields {
        max-width: 600px;
    }
    
    
    
    .inputs {
        position: relative;
        margin: 0 0 30px;
        text-align: center;
    }

        .inputs:after {
            content: ".";
            display: block;
            visibility: hidden;
            clear: both;
            height: 0;
            line-height: 0;
            font-size: 0;
        }


        .inputs label {
            display: inline-block;
            text-align: left;
            float: left;
            white-space: normal;
            font-weight: 400;
            color: #69727C;
            text-transform: capitalize;
            margin-bottom:2px;
        }

    .input[placeholder], [placeholder], *[placeholder] {
        color: #7F7F7F !important;
        font-weight:300;
    }

    .inputs.reversed {
        margin: 5px 0px 40px;
        text-align: left;
        width: 100%;
        float: left;
    }

    .required {
        margin: 0 -6px 0 0; /*siblings offset fix*/
        font-size: 14px;
        font-weight: 400;
        color: #F00;
        /*display:none;*/
    }

    .message-error,
    .field-validation-error,
    .not-available-status,
    .poll-vote-error,
    .password-error {
        display: block;
        font-size: 14px;
        line-height: 20px;
        color: #F00;
        padding-bottom: 10px;
        padding-top: 10px;
        width: 100%;
        /*text-align: right;*/
    }

    .field-validation-valid {
        display: block;
        font-size: 11px;
        color: #690;
    }

    .captcha-box {
        margin: 0 0 15px;
        text-align: center;
        line-height: 0; /*firefox line-height bug fix*/
    }

        .captcha-box > div {
            display: inline-block;
        }


    /*********** BAR NOTIFICATION & JQUERY POPUPS  ***********/



    .bar-notification {
        display: none;
        position: fixed;
        bottom: 0;
        left: 0;
        z-index: 13563300;
        width: 50%;
        padding: 15px;
        /*color: #78A177;*/
        overflow: auto;
        /*font-weight: bold;*/
        font-size: 14px;
        margin: 0% 25%;
    }

        .bar-notification.success {
            border: 1px solid #c3e6cb;
            background: #d4edda;
            color: #155724;
        }

            .bar-notification.success p {
                color: #155724 !important;
            }

        .bar-notification.warning {
            background: #fff9da;
            border: 1px solid #fcd068;
        }

            .bar-notification.warning p {
                color: #d99b07;
            }

        .bar-notification.error {
            border-bottom: 1px solid #f7a093;
            background: #fec0b7;
        }

            .bar-notification.error p {
                color: #df3c22;
            }

        .bar-notification .content {
            float: left;
            margin: 0 10px 0 0;
            /*color: #B19D78;*/
        }

            .bar-notification .content a {
                color: #fff;
                text-decoration: underline;
            }

        .bar-notification .close {
            position: absolute;
            top: 0;
            right: 0;
            width: 30px; /*even numbers only*/
            height: 30px; /*even numbers only*/
            margin: 10px 10px 0 0;
            border: 1px solid #666;
            border-radius: 100%;
            box-shadow: inset 0 0 1px #666;
            background: #FFF url('../img/close.png');
            background-position: center;
            background-repeat: no-repeat;
            cursor: pointer;
            color: inherit;
            opacity: 0.5;
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
        }

            .bar-notification .close:hover {
                opacity: 1;
                -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
            }

    .ui-dialog {
        z-index: 1008;
        width: auto;
        max-width: 850px;
        border: 1px solid #ccc;
        box-shadow: 0 1px 2px rgba(0,0,0,0.15);
        overflow: hidden;
        background: #fff;
    }

    .ui-dialog-titlebar {
        border-width: 1px;
        border-style: solid;
        border-color: #fff #fff #bbb;
        box-shadow: 0 0 0 1px #33CC33;
        overflow: hidden;
        background: #A3C266;
        background-position: top;
        background-repeat: repeat-x;
        padding: 10px;
        font-weight: bold;
        text-shadow: 1px 1px 0 #33CC33;
    }

        .ui-dialog-titlebar span {
            float: left;
            text-transform: uppercase;
        }

        .ui-dialog-titlebar button {
            position: absolute;
            top: 0;
            right: 0;
            width: 24px; /*even numbers only*/
            height: 24px; /*even numbers only*/
            margin: 6px;
            overflow: hidden;
            border: 1px solid #666;
            box-shadow: inset 0 0 1px #999;
            background: #fff url('../img/close.png');
            background-position: center;
            background-repeat: no-repeat;
            text-indent: 999px;
            opacity: 0.7;
            filter: alpha(opacity=70);
        }

            .ui-dialog-titlebar button:hover {
                opacity: 0.9;
                -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
            }

            .ui-dialog-titlebar button * {
                display: none;
            }

    .ui-dialog-content {
        height: auto !important;
        padding: 10px;
        line-height: 20px;
    }

        .ui-dialog-content .topic-html-content {
            margin: 10px 0 0;
        }

        .ui-dialog-content .topic-html-content-body {
            max-height: 200px;
            overflow-y: scroll;
        }

        .ui-dialog-content .topic-html-content p {
            margin: 0;
        }

    .ui-dialog-buttonset {
        padding: 10px;
        text-align: right;
    }

        .ui-dialog-buttonset button {
            min-width: 60px;
            margin-left: 5px;
            border: 1px solid #bbb;
            box-shadow: 0 0 1px #A3C266, inset 0 0 1px #fff;
            background: #33CC33;
            padding: 5px;
        }

            .ui-dialog-buttonset button:hover {
                background: #f6f6f6;
            }




    /*********** HEADER & NAVIGATION ***********/

    .login-highlight {
        color: #079176 !important;
    }

    .compact-nav {
        background-color: #F6F6F6;
        font-size: 19px;
    }


    .navbar-nav .mr-auto, .navbar-nav .mx-auto {
        margin-left: auto !important;
        margin-right: 0px !important;
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        color: #69727C;
        border-bottom: 3px solid #F6F6F6;
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }


    .navbar-light .navbar-nav .nav-link.active {
        border-bottom: 3px solid #079176;
        color: #000 !important;
    }

    .dropdown-item {
        color: #000 !important;
    }
    
    .admin-header-links {
        text-align: center;
        color: #fff;
    }

        .admin-header-links .administration {
            display: block;
            margin: 0 10px;
            line-height: 35px;
            font-weight: bold;
        }

        .admin-header-links .impersonate {
            display: table;
            background-color: #17a2b8;
            margin: 0 auto;
            padding: 20px;
            color: #FFF;
            width: 100%;
        }

            .admin-header-links .impersonate a {
                color: #ffc107;
                font-weight: 700;
            }

    .header {
        position: relative;
        z-index: 1002;
        /*margin: 0 auto 10px;*/
        text-align: center;
        width: 100%;
    }

        .header:after {
            content: ".";
            display: block;
            visibility: hidden;
            clear: both;
            height: 0;
            line-height: 0;
            font-size: 0;
        }



    .header-links-holder {
        text-align:right;
        clear:both;
    }

    .header-logo {
        text-align: left;
    }

        .header-logo a {
            display: inline-block;
            line-height: 0; /*firefox line-height bug fix*/
            background-repeat: no-repeat;
        }

    .header-links-wrapper:after {
        display: block;
        content: '';
        clear: both;
    }

    .header-links {
        /*overflow: hidden;*/
        text-align: center;
        padding-top: 0px;
    }

        .header-links:after {
            display: block;
            content: '';
            clear: both;
        }

        .header-links li {
            display: inline-block;
            margin: 0 12px;
        }

            .header-links li:hover a, .header-links li:hover span {
                /*color: #FFFFFF;*/
                /*text-decoration: underline;*/
            }

    .claim-header-links {
        float: right;
        color: white;
        font-size: 15px;
        font-weight: 300;
        margin-right: 20px;
    }

        .claim-header-links table {
            margin-top: 25px;
        }

        .claim-header-links td {
            text-align: left;
            padding: 10px;
        }

        .claim-header-links spn, .claim-header-links a {
            font-size: 25px;
            font-weight: 300;
            margin-bottom: 8px;
        }

        .claim-header-links td:hover a, .claim-header-links td:hover span {
            text-decoration: underline;
        }

    /*first element always red*/
    .header-links-wrapper .account {
        color: #FFFFFF;
    }

    .header-links span,
    .header-links a {
        display: inline-block;
        font-size: 14px; /*reset zeroing*/
        line-height: 32px;
        color: #999 /*#afafaf*/;
    }

    .header-links .cart-qty {
        /*background: url('../img/cart-icon.png');*/
        background-position: left center;
        background-repeat: no-repeat;
        padding: 0 0 0 5px;
    }

    .anonymous span, .anonymous a {
        /*color: #84c33f;*/
        color: #666;
    }










    /*Claim Search starts*/

    /*input[type="search"] {
        border:1px solid #dbd9d9;
        height:32px;
        padding:6px;
    }*/


    .claim-search-box {
        margin: 0 0 20px;
    }

        .claim-search-box form {
            display: inline-block;
            /*border: 1px solid #404040;*/
            padding: 6px 0 6px 6px;
            position: relative;
            width: 350px;
        }

    span.claim-search-box-text {
        width: 287px !important;
    }

    .claim-search-box form:after {
        content: ".";
        display: block;
        visibility: hidden;
        clear: both;
        height: 0;
        line-height: 0;
        font-size: 0;
    }

    .claim-search-box input.search-box-text {
        float: left;
        width: 345px !important;
        height: 32px;
        color: #777;
        padding-right: 106px;
    }

    .claim-search-box .search-box-button {
        border: none;
        overflow: hidden;
        background: url('../../Content/img/search-button.png') transparent;
        background-repeat: no-repeat;
        width: 45px;
        height: 32px;
        background-position: center;
        text-indent: -9999px;
    }

    /*Claim Search ends*/
    .search-box {
        margin: 0 0 20px;
    }

        .search-box form {
            display: inline-block;
            border: 1px solid #404040;
            padding: 6px 0 6px 6px;
            position: relative;
            width: 340px;
        }

    span.search-box-text {
        width: 287px !important;
    }

    .search-box form:after {
        content: ".";
        display: block;
        visibility: hidden;
        clear: both;
        height: 0;
        line-height: 0;
        font-size: 0;
    }

    .search-box input.search-box-text {
        float: left;
        width: 250px !important;
        height: 32px;
        color: #777;
        padding-right: 106px;
    }

    .search-box .search-box-button {
        border: none;
        overflow: hidden;
        background: url('../../Content/img/search-button.png') transparent;
        background-repeat: no-repeat;
        width: 45px;
        height: 32px;
        background-position: center;
        text-indent: -9999px;
    }

    .cart-item-row {
        border-bottom: 1px solid #DDD;
    }

    .ui-helper-hidden-accessible {
        display: none;
    }

    .ui-autocomplete.ui-menu.ui-widget.ui-widget-content {
        z-index: 1002 !important;
        width: 256px !important; /*default = txtfield + button*/
        max-width: 100%;
        border: 1px solid #ccc;
        border-top: none;
        overflow: hidden;
        background: #fff;
    }

        .ui-autocomplete.ui-menu.ui-widget.ui-widget-content li {
            border-top: 1px solid #ccc;
        }

            .ui-autocomplete.ui-menu.ui-widget.ui-widget-content li:first-child {
                border-top: none;
            }

        .ui-autocomplete.ui-menu.ui-widget.ui-widget-content a {
            display: block;
            padding: 8px;
        }

        .ui-autocomplete.ui-menu.ui-widget.ui-widget-content img {
            display: none;
            margin-right: 5px;
            vertical-align: middle;
        }

    .header-selectors-wrapper {
        /*set font-size to 0 if child div is inline-block*/
    }

        .header-selectors-wrapper > div {
            display: inline-block;
            margin: 0 5px 10px;
        }

        .header-selectors-wrapper select {
            min-width: 100px;
            background: #fff url("../../Content/img/custom-dropdown.png");
            background-position: 95% center;
            background-repeat: no-repeat;
            -webkit-appearance: none;
            -moz-appearance: none;
            -ms-appearance: none;
            appearance: none;
        }

    .language-list {
        max-width: 100%;
        font-size: 0;
    }

        .language-list li {
            display: inline-block;
            margin: 0 1px;
        }

        .language-list a {
            display: block;
            position: relative;
            width: 32px;
            height: 32px;
            line-height: 0;
        }

        .language-list img {
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            margin: auto;
        }


    .master-header-wrapper {
        color: white;
    }

        .master-header-wrapper:after {
            display: block;
            content: '';
            clear: both;
        }

    .master-wrapper-content .master-wrapper-main {
        /*background: #fff;*/
    }

    .forums-main-page {
        padding-top: 20px;
    }

    .center-2 .details .add-info .buttons .button-2 {
        background: url(../img/red-button.png) #356330;
        border: none;
        color: #FFFFFF;
        font-size: 16px;
        padding: 8px 17px;
        transition: all 0.3s ease 0s;
    }

    .master-wrapper-content .master-wrapper-main .center-2 .product-grid .details .add-info .buttons input:hover {
        opacity: 0.80;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    }

    .header-menu > ul {
        margin: 0 auto;
        font-size: 18px;
        /*position: relative;*/
        transition: all 0.45s ease 0s;
        /*text-align: center;*/
        /*background: #161616;*/
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        border-left: 1px solid #000;
    }

        .header-menu > ul li:last-child {
        }

        .header-menu > ul li {
        }

            .header-menu > ul li a {
                color: #fff;
                font-size: 18px;
            }

            .header-menu > ul li:hover {
                /*background: url('../../Content/img/hover-menu.png') #5C7F4B;
                background-repeat: repeat-x;*/
            }

    .header-menu .dropdown {
        display: none;
    }



    .header-menu > ul ul {
        display: none;
        margin: 0 auto;
        font-size: 16px;
        position: absolute;
        transition: all 0.45s ease 0s;
        text-align: left;
        background: #161616;
        /*margin-left: -10px;*/
    }

        .header-menu > ul ul li {
            border-top: 1px solid #6b727c;
        }

    .header-menu ul li:hover > ul {
        display: table;
    }

    .header-menu .mega-menu .manufacturers ul li {
        transition: all .3s ease 0s;
        border: 1px solid transparent;
    }

        .header-menu .mega-menu .manufacturers ul li:hover {
            background: transparent;
            opacity: .85;
        }

    .top-menu .sublist {
        display: none;
    }

        .top-menu .sublist.active,
        .sublist .sublist.active {
            display: block;
        }

    .block-shoppingcart {
        display: none;
    }




    /*********** FOOTER ***********/



    .footer {
        color: #fff;
        font-weight: 400;
        background-color: #929497;
    }

    .footer-line-1 {
        background-color: #EEEEEE;
        padding: 20px;
        text-align: center;
        font-size: 14px;
    }

        .footer-line-1 img{
            margin: 10px;
        }

    .footer-line-2 {
        background-color: #69727C;
        padding: 20px;
        text-align: center;
        font-size: 14px;
    }

        .footer-line-2 a,
        .footer-line-2 a:hover {
            color: #FFF !important;
        }


    .footer-line-3 {
        background-color: #929497;
        padding: 40px;
        color: #FFF;
        text-align: center;
        font-size: 14px;
    }

        .footer-line-3 img {
            margin: 10px;
        }

    .footer-upper, .footer-middle {
        overflow: hidden;
        margin: 0 auto;
        border-bottom: 1px solid #5C7F4B;
        width: 90%;
    }

        .footer-upper, .footer-middle:after {
            display: block;
            content: '';
            clear: both;
        }

            .footer-upper .footer-nav {
                border-bottom: 1px solid #5C7F4B;
            }

        .footer-middle .addthis_wrapper {
            margin-bottom: 10px;
        }

            .footer-middle .addthis_wrapper:before {
                color: #FFFFFF;
                content: "Share";
                display: block;
                text-align: center;
                padding: 0 0 10px 0;
            }

        .footer-upper .footer-nav li a, .footer-middle .footer-nav li a {
            display: inline-block;
            line-height: 32px;
            font-size: 14px;
            padding: 0 10px;
        }

        .footer-upper .footer-nav li, .footer-middle .footer-nav li {
            text-align: center;
        }

            .footer-upper .footer-nav li:hover a, .footer-middle .footer-nav li:hover a {
                text-decoration: underline;
            }

        .footer-upper .social {
            text-align: center;
            margin: 10px 0 8px 0;
        }

            .footer-upper .social:before {
                color: #fff;
                content: ".";
                text-indent: -9999px;
                display: block;
                padding: 0 0 5px;
                line-height: 32px;
            }

            .footer-upper .social a {
                display: inline-block;
                margin: 5px;
                height: 32px;
            }

                .footer-upper .social a span {
                    display: inline-block;
                    height: 32px;
                    width: 32px;
                }

            .footer-upper .social a {
                border: 1px solid #356330;
                background: url("../../Content/img/social_sprite_big.png");
                background-repeat: no-repeat;
                display: inline-block;
                width: 30px;
                height: 30px;
                position: relative;
                top: -18px;
            }

                .footer-upper .social a.youtube {
                    background-position: 0 0;
                }

                .footer-upper .social a.twitter {
                    background-position: -30px 0;
                }

                .footer-upper .social a.facebook {
                    background-position: -60px 0;
                }

                .footer-upper .social a.rss {
                    background-position: -90px 0;
                }

                .footer-upper .social a.google-plus {
                    background-position: -120px 0;
                }

                .footer-upper .social a:hover {
                    border: 1px solid;
                }


    .footer-block {
    }

        .footer-block .title {
            margin: 0 0 10px;
        }

        .footer-block ul {
        }

        .footer-block li {
        }

        .footer-block a {
        }

    .footer-middle .share {
        overflow: hidden;
        text-align: center;
        margin: 10px 0;
    }

        .footer-middle .share li {
            display: inline-block;
            min-width: 26px;
            vertical-align: middle;
            margin: 0 3px;
        }

            .footer-middle .share li a {
                width: 25px;
                height: 25px;
                display: block;
                background: url("../../Content/img/social_sprite_small.png");
                background-repeat: no-repeat;
            }

                .footer-middle .share li a[title='facebook'] {
                    background-position: -25px 0;
                }

                .footer-middle .share li a[title='twitter'] {
                    background-position: 0 0;
                }

                .footer-middle .share li a[title='mail'] {
                    background-position: -75px 0;
                }

                .footer-middle .share li a[title='print'] {
                    background-position: -100px 0;
                }

                .footer-middle .share li a[title='plus'] {
                    background-position: -50px 0;
                }

            .footer-middle .share li a {
                opacity: 0.8;
                -ms-filter: alpha(opacity=80);
            }

                .footer-middle .share li a:hover {
                    opacity: 1;
                    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
                }

    .newsletter-email {
        display: inline-block;
        overflow: hidden;
    }

        .newsletter-email input[type="text"] {
            float: left;
            width: 220px;
            height: 36px;
        }

        .newsletter-email input[type="button"] {
            float: left;
            width: 36px;
            height: 36px;
            border: none;
            overflow: hidden;
            background: #ccc url('../img/newsletter-button.png');
            background-position: center;
            background-repeat: no-repeat;
            text-indent: 999px;
        }

    .newsletter-validation,
    .newsletter-result-block {
        width: 100%;
        overflow: hidden;
        line-height: 28px;
    }

        .newsletter-validation .please-wait {
            display: none !important;
        }

    .accepted-payment-methods {
    }

        .accepted-payment-methods ul {
            font-size: 0;
        }

        .accepted-payment-methods li {
            display: inline-block;
            width: 50px;
            height: 30px;
            background: url('../img/payment_sprite.png');
            background-repeat: no-repeat;
        }

        .accepted-payment-methods .method1 {
            background-position: 0 0;
        }

        .accepted-payment-methods .method2 {
            background-position: -50px 0;
        }

        .accepted-payment-methods .method3 {
            background-position: -100px 0;
        }

        .accepted-payment-methods .method4 {
            background-position: -150px 0;
        }

        .accepted-payment-methods .method5 {
            background-position: -200px 0;
        }

        .accepted-payment-methods .method6 {
            background-position: -250px 0;
        }

    .social-sharing {
    }

        .social-sharing ul {
            font-size: 0;
        }

        .social-sharing li {
            display: inline-block;
            margin: 0 10px;
        }

        .social-sharing a {
            display: block;
            width: 30px;
            height: 30px;
            background: url('../img/social_sprite.png');
            background-repeat: no-repeat;
        }

        .social-sharing .facebook {
            background-position: 0 0;
        }

        .social-sharing .twitter {
            background-position: -30px 0;
        }

        .social-sharing .google {
            background-position: -60px 0;
        }

        .social-sharing .pinterest {
            background-position: -90px 0;
        }

        .social-sharing .vimeo {
            background-position: -120px 0;
        }

        .social-sharing .youtube {
            background-position: -150px 0;
        }

        .social-sharing .rss {
            background-position: -180px 0;
        }

    .footer-lower {
        font-size: 12px;
        margin: 0 auto;
        width: 90%;
    }

        .footer-lower > div {
            text-align: center;
            line-height: 32px;
            color: #777;
        }

    .footer-powered-by {
    }

        .footer-powered-by a {
            text-decoration: underline;
        }

    .footer-tax-shipping > a {
        text-decoration: underline;
    }

    .footer-store-theme {
        position: relative;
        height: 35px;
        overflow: hidden;
        padding: 35px 0 0; /*hides unwrapped text*/
    }

        .footer-store-theme select {
            position: absolute;
            top: 0;
            left: 50%;
            margin-left: -85px;
            width: 170px;
        }


    /*********** LEFT/RIGHT COLUMN ***********/
    .blocktitlenew {
        margin: 0px;
        color: #000;
        font-size: 20px;
        text-align:left;
        cursor: pointer;
        border: none;
        padding-bottom:20px;
    }



    .block {
        margin: 0 0 7px;
        text-align: left;
    }

        .block .title {
            margin: 0px;
            color: #000;
            background: #fff;
            /*background-repeat: repeat-x;*/
            font-size: 18px;
            cursor: pointer;
            border: none;
            /*border: 1px solid #666;*/
            /*-webkit-border-radius: 4px;
            -moz-border-radius: 4px;*/
            /*border-radius: 4px;*/
            background-image: url(../img/secondary_nav_header_bkgd.jpg);
            background-repeat: no-repeat;
        }

            .block .title strong {
                text-transform: capitalize;
                font-size: 16px;
                display: block;
                padding: 10px;
                background: url(../img/arrow_icon.png);
                background-repeat: no-repeat;
                background-position: 96% center;
                font-weight: 400;
                margin: 5px 0 15px;
            }

        .block > .title:hover strong {
            color: #666;
        }

        .block .listbox {
            display: none;
            margin-bottom: -10px;
        }

            .block .listbox:after {
                content: " ";
                display: block;
                visibility: hidden;
                clear: both;
                height: 0;
                line-height: 0;
                font-size: 0;
            }

        .block .list {
            /*background-image:url(../img/secondary_nav_header_bkgd.jpg); background-repeat:no-repeat;*/
        }

            .block .list li {
                line-height: 14px;
            }


    .block-recently-viewed-products .list > li {
        clear: both;
    }

    .block-recently-viewed-products .product-name {
        width: 100%;
    }

    .block .list a {
        display: block;
        font-size: 14px;
        /*line-height: 22px;*/
        text-transform: capitalize;
        color: #33b9ff;
        padding: 10px;
        width: 88%;
    }

        .block .list a:hover {
            color: #1F2531;
            text-decoration: none;
        }

    .block .list img {
        display: none;
    }

    .block .view-all {
        border-top: 1px solid #FFFFFF;
    }

        .block .view-all a {
            display: block;
            color: #FFFFFF;
            font-size: 14px;
            padding: 10px;
        }

            .block .view-all a:hover {
                text-decoration: underline;
            }

    .block .list .product-picture {
        display: none;
        float: left;
    }


    .block .tags {
        padding: 5px;
    }

        .block .tags ul {
            font-size: 0;
        }

        .block .tags li,
        .product-tags-all-page li {
            display: inline-block;
            position: relative;
            margin: 0 10px;
            overflow: hidden;
            font-size: 16px !important; /*setting base size*/
        }

            .block .tags li a,
            .product-tags-all-page li a {
                float: left;
                line-height: 30px;
            }

    .poll {
        padding: 10px;
    }

        .poll strong {
            display: block;
            margin: 0 0 10px;
        }

    .poll-options,
    .poll-results {
        margin: 0 0 15px;
        overflow: hidden;
    }

        .poll-options li,
        .poll-results li {
            /*display: inline-block;*/
            margin: 5px;
            line-height: 24px;
        }

            .poll-options li > * {
                display: inline-block;
                vertical-align: middle;
                cursor: pointer;
            }

    .poll .buttons,
    .poll-total-votes {
    }

        .poll .buttons input {
            border: 1px solid #ccc;
            padding: 5px 15px;
        }

    .poll-total-votes {
        display: block;
        margin: 10px 0 0;
        font-weight: bold;
    }


    /********** CATEGORY PAGE **********/



    .breadcrumb {
        margin: 10px 0 0 0;
        text-align: left;
        padding: 15px 0px 0px 0px;
        position: relative;
        background-color: none !important;
        background-color: #FFF;
    }

        .breadcrumb ul {
            font-size: 0;
        }

        .breadcrumb li {
            display: inline-block;
        }

            .breadcrumb li * {
                margin: 0 1px;
                font-size: 12px; /*reset zeroing*/
                line-height: 32px;
                text-transform: capitalize;
                color: #000;
            }

            .breadcrumb li > a:hover {
                text-decoration: underline;
            }

        .breadcrumb a:hover * {
            text-decoration: underline;
        }

    .category-description,
    .manufacturer-description,
    .vendor-description {
        margin: 0 0 20px;
    }

    .product-filters-wrapper {
        display: none;
    }

    .product-selectors {
        margin: 0 0 20px;
        text-align: center;
    }

        .product-selectors:after {
            content: ".";
            display: block;
            visibility: hidden;
            clear: both;
            height: 0;
            line-height: 0;
            font-size: 0;
        }

        .product-selectors > div {
            display: inline-block;
            margin: 5px;
        }

        .product-selectors select {
            margin: 0 5px;
            text-transform: lowercase;
            /*background: url(../../Content/img/custom-dropdown.png);*/
            background-position: 94% center;
            background-repeat: no-repeat;
        }

    div.product-viewmode {
        display: none;
    }

    .item-grid:after,
    .product-grid:after,
    .product-list:after,
    .manufacturer-grid:after {
        content: ".";
        display: block;
        visibility: hidden;
        clear: both;
        height: 0;
        line-height: 0;
        font-size: 0;
    }

    .home-page-product-grid .title {
    }

    .item-box {
        position: relative;
        /*width: 95%;*/
        margin: 0 auto 10px;
        /*border: 1px solid #497345;*/
    }

    
    .common-title {
        font-size: 20px;
    }

    .center-2 .category-page .rating {
        margin: auto;
    }

        .center-2 .category-page .rating div {
            margin: 0;
        }

    .item-box .product-item:hover .picture {
        opacity: .9;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    }

    /*.vendor-page .rating {
        margin: auto;
    }*/


    .product-list .item-box .picture {
        display: none;
    }

    .home-page-category-grid .item-grid .item-box {
        margin-bottom: 1%;
    }

        .home-page-category-grid .item-grid .item-box .category-item .picture:hover {
        }

    .item-box .picture a:before {
        display: block;
        content: '';
        padding-top: 100%;
    }

    .item-box .picture a {
        position: relative;
        display: block;
        -webkit-transform: translateZ(0) !important;
        /*margin-bottom: 20px;*/
    }

    .item-box .picture img {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        max-width: 100%;
        max-height: 100%;
        margin: auto;
        -webkit-transform: translateZ(0) !important;
    }

    .picture {
        transition: 0.35s ease-in-out;
        -webkit-transition: 0.35s ease-in-out;
    }

    .product-grid.home-page-product-grid .item-grid .item-box:hover .picture,
    .product-grid.bestsellers .item-grid .item-box:hover .picture {
        opacity: .85;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";
    }

    .product-vendor-link a {
        /*color: #84c33f;*/
        color: #006666;
        font-weight: bold;
        font-size: 14px;
    }

    .product-list .title {
        text-align: left;
        padding-bottom: 5px;
        font-size: 15px;
    }
    /*right list*/

    .home-page-category-grid .item-grid .item-box .sub-category {
        display: none;
    }

        .home-page-category-grid .item-grid .item-box .sub-category > li {
            background: url(../../Content/img/red-triangle.png);
            background-repeat: no-repeat;
            background-position: left center;
        }

            .home-page-category-grid .item-grid .item-box .sub-category > li a {
                display: block;
                line-height: 20px;
                padding: 0 0 0 10px;
                color: #5C7F4B;
                font-size: 14px;
            }


    .item-box .details {
        /*padding: 10px;*/
    }

    .item-box .add-info {
    }

        .item-box .add-info .tax-shipping-info {
            color: #666;
            font-size: 12px;
            line-height: 22px;
        }

            .item-box .add-info .tax-shipping-info a {
                color: #5C7F4B;
            }

                .item-box .add-info .tax-shipping-info a:hover {
                    text-decoration: underline;
                }

    .item-box .details .add-info .prices {
        color: #4A7137;
        font-size: 20px;
    }

    .item-box .product-title,
    .item-box .title {
        overflow: hidden;
        /*max-height: 44px;*/
    }


    .item-box .product-title {
        margin-bottom: 5px;
    }

    .home-page-category-grid .item-box .title a {
        color: #fff;
        background: #aaa;
        padding: 9px 10px;
        text-shadow: 0 1px 1px #454545;
        font-size: 22px;
    }

    .item-box .product-title a,
    .item-box .title a {
        display: block;
    }

    .item-box .product-rating-box {
        display: block;
        margin: 0 0 5px 0;
    }


    .product-rating-box .rating {
        max-width: 100px;
        height: 16px;
        background: url(../img/star.png);
        background-repeat: repeat-x;
        margin: auto;
    }


    .home-page-product-grid .product-rating-box .rating,
    .bestsellers .product-rating-box .rating {
        margin: 0 auto 10px;
    }

        .home-page-product-grid .product-rating-box .rating div,
        .bestsellers .product-rating-box .rating div {
            margin: 0;
        }

    .product-rating-box .rating div {
        max-width: 100px;
        height: 16px;
        background: url(../img/star-fill.png);
        background-repeat: repeat-x;
        margin: 0;
    }

    .item-box .description {
        /*height: 30px;*/
        font-size: 14px;
        line-height: 20px;
        margin: 15px 0 20px;
        overflow: hidden;
        color: #666666;
    }

        .item-box .description a {
            display: block;
            overflow: hidden;
        }

    .item-box .prices {
    }

    .item-box .old-price {
        color: #555;
        text-decoration: line-through;
        font-size: 14px;
    }

    .item-box .actual-price {
        font-size: 20px;
        color: #FFFFFF;
    }

    .item-box .buttons {
        margin: 0;
        font-size: 0;
    }

    .product-grid.home-page-product-grid .item-box input[type="button"],
    .product-grid.bestsellers .item-box input[type="button"] {
        border: none;
        padding: 8px 17px;
        color: #fff;
        background-repeat: repeat-x;
        font-size: 16px;
        background: url("../img/red-button.png") #356330;
        background-repeat: repeat-x;
        transition: all .35s ease 0s;
    }

    .item-box input[type="button"] {
        transition: all .35s ease 0s;
    }

        .item-box input[type="button"]:hover {
            opacity: .85;
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";
        }

    .buttons input {
        transition: all 0.3s ease 0s;
    }

        .buttons input:hover {
            /*opacity: .80 !important;
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80) !important";*/
        }


    .home-page-category-grid,
    .sub-category-grid,
    .manufacturer-grid {
    }

        .sub-category-grid .item-box {
            border: none;
            transition: all .3s ease 0s;
        }

            .sub-category-grid .item-box:hover {
                opacity: .85;
                -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";
            }


        .home-page-category-grid .item-grid {
        }

            .home-page-category-grid .item-grid .item-box .picture {
                transition: all .5s ease 0s;
            }

            .home-page-category-grid .item-grid .item-box:hover .picture {
                opacity: .85;
            }

        .home-page-category-grid .item-box:before,
        .sub-category-grid .item-box:before,
        .manufacturer-grid .item-box:before {
            display: none;
        }

    .category-item .picture,
    .sub-category-item .picture,
    .manufacturer-item .picture {
        display: none;
    }

    .manufacturer-item .title {
        background: #356330;
    }

        .manufacturer-item .title > a {
            color: #FFFFFF;
            font-size: 16px;
            line-height: 30px;
        }

    .home-page-category-grid .title > a:hover {
        opacity: .85;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";
    }

    .sub-category-grid .title {
        /*background: #356330;*/
    }

        .sub-category-grid .title a {
            padding: 9px 0;
            color: #000;
            /*color: #fff;
            text-shadow: 0 1px 1px #888;*/
            font-size: 20px;
        }

    .product-list .item-box {
        /*height: 110px;*/
        border: 0px solid #33CC33; /*#497345;*/
        margin: 5px 0;
        position: relative;
        overflow: hidden;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        /*border-radius: 4px;*/
        /*float:none;*/
        /*margin: 5px 0 !important;*/
    }

    .product-grid,
    .product-list {
        margin: 0 0 20px;
    }

        .product-grid .title {
            font-size: 18px;
            color: #000;
            padding: 9px 10px;
            margin: 20px auto;
            text-align: left;
        }

            .product-grid .title strong, .promotion-grid .title strong, .home-page-vendor .title strong {
                font-weight: normal;
                font-size: 24px;
                font-weight: 700;
            }

    .home-page-vendor {
        text-align: left;
    }

        .home-page-vendor .title {
            margin-bottom: 10px;
        }

    .cross-sells {
    }

    .pager {
        margin: 0 0 20px;
    }

        .pager ul {
            text-align: center;
            font-size: 0;
        }

        .pager li {
            display: inline-block;
            margin: 0 5px;
        }

            .pager li * {
                display: block;
                min-width: 32px;
                border: 1px solid #ccc;
                overflow: hidden;
                padding: 8px;
                text-align: center;
                font-size: 12px; /*reset zeroing*/
                cursor: pointer;
            }

            .pager li span {
                background-color: #33CC33;
            }

            .pager li a:hover {
                background-color: #33CC33;
            }

            .pager li.previous-page *,
            .pager li.next-page *,
            .pager li.first-page *,
            .pager li.last-page * {
                background-position: center;
                background-repeat: no-repeat;
                text-indent: -999px;
            }

            .pager li.previous-page * {
                background-image: url('../img/arrow-left.png');
            }

            .pager li.next-page * {
                background-image: url(../img/arrow_pager.png);
            }

            .pager li.first-page * {
                background-image: url('../img/prev-first.png');
            }

            .pager li.last-page * {
                background-image: url('../img/next-last.png');
            }


    /********** PRODUCT PAGE **********/



    .product-essential {
        margin: 20px 0 40px;
    }

        .product-essential:after {
            content: ".";
            display: block;
            visibility: hidden;
            clear: both;
            height: 0;
            line-height: 0;
            font-size: 0;
        }


        /*cloud zoom fix*/
        .product-essential .gallery .picture:before {
            content: '';
            display: block;
            padding-top: 100%;
        }

        .product-essential h1 {
            font-size: 24px;
            line-height: 32px;
            margin-bottom: 10px;
            font-weight: 300;
        }

        .product-essential h2 {
            padding: 0px 10px 5px;
            font-size: 28px;
            font-weight: 700;
            margin-bottom: 0px;
        }

        .product-essential .sku,
        .product-essential .product-vendor {
            font-size: 18px;
            line-height: 26px;
            font-weight: 700;
            color: #005398;
            margin-bottom: 5px;
            text-align: left;
            padding: 0px;
        }

        .product-essential .short-description {
            padding: 15px 0;
            font-size: 20px;
            color: #666;
        }

        .product-essential .product-list-date {
            padding: 10px;
            margin-bottom: 10px;
            width: 50%;
            float: left;
            font-size: 14px;
            display: block;
        }

    .product-details-page .product-essential .gallery .picture {
        margin-bottom: 10px;
    }

    .gallery {
        margin: 0 0 20px;
    }


        .gallery .picture {
            position: relative;
            max-width: 100%;
            margin: 0 auto 10px;
            /*border: 1px solid #33CC33;*/
            overflow: hidden;
            background: #fff;
        }

            .gallery .picture img,
            .gallery .picture-thumbs img,
            .variant-picture img {
                position: absolute;
                top: 0;
                right: 0;
                bottom: 0;
                left: 0;
                max-width: 100%;
                max-height: 100%;
                margin: auto;
            }

        .gallery .picture-thumbs {
            overflow: hidden;
            font-size: 0;
        }

            .gallery .picture-thumbs a {
                float: left;
                position: relative;
                width: 88px;
                height: 88px;
                margin: 0 5px 10px;
                border: 1px solid #33CC33;
                overflow: hidden;
                background: #fff;
                transition: all .3s ease 0s;
                -webkit-transition: all .3s ease 0s;
                -moz-transition: all .3s ease 0s;
                -ms -transition:all .3s ease 0s;
            }

                .gallery .picture-thumbs a:hover {
                    opacity: .85;
                }

    /*Default Zoom start*/
    #lbOverlay {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 9999;
        width: 100%;
        height: 100%;
        background-color: #356330;
        cursor: pointer;
    }

    #lbCenter,
    #lbBottomContainer {
        position: absolute;
        z-index: 9999;
        overflow: hidden;
        background-color: #fff;
    }

    .lbLoading, .rating-loading {
        background: #fff url('../img/loading.gif');
        background-position: center;
        background-repeat: no-repeat;
    }

    #lbImage {
        position: absolute;
        top: 0;
        left: 0;
        border: 10px solid #fff;
        background-repeat: no-repeat;
    }

    #lbPrevLink,
    #lbNextLink {
        display: block;
        position: absolute;
        top: 0;
        width: 50%;
    }

    #lbPrevLink {
        left: 0;
    }

    #lbNextLink {
        right: 0;
    }

    #lbBottom {
        border: 10px solid #fff;
        border-top: none;
        text-align: left;
        line-height: 1.4em;
        font-size: 10px;
        color: #666;
    }

    #lbCloseLink {
        display: block;
        float: right;
        width: 66px;
        height: 22px;
        margin: 5px 0;
        outline: none;
        background: url('../img/closelabel.gif');
        background-repeat: no-repeat;
        background-position: center;
    }

    #lbCaption,
    #lbNumber {
        margin: 0 70px 0 0;
    }

    #lbCaption {
        font-weight: bold;
    }

    #fancybox-wrap {
        z-index: 10010 !important;
    }
    /*Default Zoom end*/

    .product-details-page .overview {
        position: relative;
        margin: 0 0 20px;
    }

    .overview .product-name {
        margin: 0 0 15px;
    }

        .overview .product-name h1 {
            font-size: 20px;
            font-weight: normal;
        }

    .overview .short-description {
        color: #333333;
        font-size: 14px;
        margin: 0 0 15px;
    }

    .overview .buttons,
    .back-in-stock-subscription,
    .download-sample {
        margin: 15px 0;
        font-size: 0;
    }

        .overview .buttons div {
            display: inline-block;
            margin: 0 5px 10px;
        }

            .overview .buttons div:hover input {
                text-decoration: underline;
            }

    .overview .add-to-wishlist-button,
    .variant-overview .add-to-wishlist-button,
    .overview .add-to-compare-list-button,
    .overview .email-a-friend-button,
    .overview .subscribe-button,
    .download-sample-button a {
        display: inline-block;
        border: none;
        padding: 5px 10px;
        font-size: 13px; /*reset zeroing*/
        color: #5C7F4B;
        background: transparent;
    }

    .button-2.add-to-compare-list-button {
        background: url(../img/compare.png);
        background-repeat: no-repeat;
        background-position: left center;
        padding: 5px 10px 5px 20px;
    }

    .button-2.email-a-friend-button {
        background: url(../img/mail1.png);
        background-repeat: no-repeat;
        background-position: left center;
        padding: 5px 10px 5px 20px;
    }

    .button-2.add-to-wishlist-button {
        background: url(../img/wishlist_icon.png);
        background-repeat: no-repeat;
        background-position: left center;
        padding: 5px 10px 5px 20px;
    }


    .overview .sku, .variant-overview .sku,
    .overview .gtin, .variant-overview .gtin,
    .overview .stock, .variant-overview .stock,
    .overview .delivery-date, .variant-overview .delivery-date,
    .overview .product-vendor, .variant-overview .product-vendor {
        margin: 5px 0;
    }

    .overview .value,
    .variant-overview .value {
        font-weight: bold;
    }

        .overview .value a,
        .variant-overview .value a {
            /*font-weight: normal;
            font-size: 14px;*/
        }

    .free-shipping {
        width: 100px;
        height: 100px;
        margin: 15px auto;
        border: 1px solid #ccc;
        border-radius: 50px;
        background: #33CC33;
        padding: 30px 15px;
        line-height: 16px;
        text-align: center;
        text-transform: uppercase;
    }

    .overview .manufacturers {
        margin: 0 0 10px; /*not present in variant-overview*/
    }

    .manufacturers .label {
        font-size: 14px;
        color: #5C7F4B;
    }

    .product-no-reviews,
    .product-reviews-overview {
        margin: 0 0 20px; /*not present in variant-overview*/
    }

        .product-no-reviews a {
            color: #5C7F4B;
        }

    .product-review-box {
        display: inline-block;
        margin: 0 0 5px;
    }

        .product-review-box .rating {
            background: url("../img/star.png");
            background-repeat: repeat-x;
            height: 16px;
            width: 100px;
        }

            .product-review-box .rating div {
                height: 16px;
                background: url("../img/star-fill.png");
            }

    .product-review-links {
    }

        .product-review-links a {
        }

    .addthis_toolbox.addthis_default_style {
        margin: auto;
        width: 145px;
        max-width: 160px !importatn;
    }

    .overview .prices,
    .variant-overview .prices {
        margin: 10px 0;
        overflow: hidden;
    }

        .overview .prices > div,
        .variant-overview .prices > div {
            margin: 0 0 5px;
        }

    .overview .old-product-price,
    .variant-overview .old-product-price {
        font-size: 14px;
        color: #FFFFFF;
    }

    .overview .product-price {
        font-size: 18px;
        color: #c00;
    }

    .variant-overview .product-price {
        color: #FFFFFF;
        font-size: 20px;
    }

    .customer-entered-price {
        margin: 0 0 20px;
        overflow: hidden;
        background: #f6f6f6;
        padding: 10px;
    }

        .customer-entered-price > div {
            display: inline-block;
        }

        .customer-entered-price .price-input {
            margin: 0 5px;
        }

        .customer-entered-price .enter-price-input {
            width: 50px;
            text-align: center;
        }

        .customer-entered-price .price-range {
            font-weight: bold;
        }

    .overview .add-to-cart {
        margin: 0 0 20px;
    }

    .overview .add-to-cart-panel,
    .variant-overview .add-to-cart-panel {
        display: inline-block;
        position: relative;
    }

        .overview .add-to-cart-panel > *,
        .variant-overview .add-to-cart-panel > * {
            float: left;
        }

    .overview .qty-label,
    .variant-overview .qty-label {
        position: absolute;
        left: -25px;
        line-height: 36px;
        display: none !important;
    }

    .overview .qty-input,
    .variant-overview .qty-input {
        width: 36px;
        height: 36px;
        padding: 7px;
        text-align: center;
        font-size: 14px;
        float: left;
    }

    .overview .add-to-cart-button,
    .variant-overview .add-to-cart-button {
        border: 1px solid #356330;
        padding: 5px 14px;
        font-size: 14px;
        color: #fff;
        text-shadow: 0 0 1px #5C7F4B;
        background: url(../img/red-button.png) #356330;
        background-repeat: repeat-x;
    }

    .button-1.add-to-cart-button {
        transition: all 0.3s ease 0s;
    }

    .button-1.add-to-cart-button {
        opacity: .9;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    }



    .overview .add-to-cart .add-to-wishlist-button {
        display: none; /*removes the old button*/
    }


    .product-collateral {
        margin: 0 0 20px;
    }

        .product-collateral .title {
            /*background: none repeat scroll 0 0 #589442;*/
            color: #000;
            margin: 0 0 10px;
            padding: 6px 10px;
            text-align: left;
            /*text-shadow: 0 1px 1px #656565;*/
        }

            .product-collateral .title strong {
                font-weight: bold;
            }

    .also-purchased-products-grid.product-grid .title,
    .related-products-grid.product-grid .title {
        margin: 10px auto;
        padding: 6px 10px;
    }

        .also-purchased-products-grid.product-grid .title strong,
        .related-products-grid.product-grid .title strong {
            font-size: 22px;
            line-height: 0;
            font-weight: 700;
            text-transform: capitalize;
        }

    .tier-prices {
        margin: 0 0 20px;
    }

        .tier-prices .prices-header {
            margin: 0 0 10px;
        }

        .tier-prices .field-header {
            min-width: 100px;
        }

        .tier-prices .item-price {
            color: #c00;
        }

    .product-variant-list {
    }

    .product-variant-line {
        margin: 0 0 30px;
        border-bottom: 1px dotted #ccc;
        padding: 0 0 20px;
    }

        .product-variant-line:after {
            content: ".";
            display: block;
            visibility: hidden;
            clear: both;
            height: 0;
            line-height: 0;
            font-size: 0;
        }

    .variant-picture {
        position: relative;
        width: 220px;
        height: 220px;
        margin: 0 auto 15px;
        border: 1px solid #33CC33;
        overflow: hidden;
    }

    .variant-overview {
        width: 100%;
    }

        .variant-overview .variant-name {
            margin: 0 0 10px;
            font-size: 18px;
        }

        .variant-overview .variant-description {
            margin: 0 0 15px;
            line-height: 20px;
            font-size: 14px;
            color: #5C7F4B;
        }

        .variant-overview .add-to-cart-panel > * {
            margin: 0 0 10px;
        }

        .variant-overview .add-to-wishlist-button {
            display: block;
            float: none;
            clear: both;
            margin: 0 auto;
        }

    .reward-points-overview .current-balance {
        color: #84C33F;
    }
    .dvError {
        background-color: #f2dede;
        border: 1px solid #ebccd1 !important;
        padding: 20px 40px;
        margin-bottom: 20px;
        font-size: 15px;
        color: #a94442;
        display: none;
        text-align: center;
    }

        .dvError a {
            color: #d80000;
            text-decoration: underline;
        }

    .dvRedeem {
        background-image: url('../images/redeem_points_bkgd.jpg');
        background-repeat: repeat-x;
        border-color: #B0B0B0 !important;
        background-position: bottom;
        padding: 20px;
        width: 100%;
        margin: 0 auto;
    }

        .dvRedeem table {
            width: 100%;
        }

        .dvRedeem .dv1 {
            float: left;
            width: 50%;
            text-align: left;
            /*padding: 5px 15px;*/
        }

            .dvRedeem .dv1 td, .dvRedeem .dv1 input {
                padding: 3px;
                font-size: 18px;
                font-weight: bold;
                width: 100px;
            }

        .dvRedeem .buttons .button-1 {
            width: 100%;
            height: 45px;
            margin: 10px 0px;
            float: left;
            display: block;
        }

        .dvRedeem .dv2 {
            float: left;
            width: 50%;
        }

            .dvRedeem .dv2 td {
                /*padding: 2px;*/
            }

        .dvRedeem:after {
            display: block;
            content: '';
            clear: both;
        }

    .blockDiv {
        position: absolute;
        top: 0px;
        left: 0px;
        /*background-color: #FFF;*/
        z-index: 100000000;
    }
    /*Jquery Tabs start*/
    /*.ui-tabs {
        margin: 0 0 20px;
    }

        .ui-tabs .ui-tabs-nav {
            overflow: hidden;
        }

            .ui-tabs .ui-tabs-nav li {
                display: block;
                text-align: center;
                border: none;
            }

                .ui-tabs .ui-tabs-nav li a {
                    display: inline-block;
                    padding: 10px 15px;
                    font-size: 14px;
                    color: #5C7F4B;
                }

                .ui-tabs .ui-tabs-nav li.ui-tabs-selected a,
                .ui-tabs .ui-state-active.ui-tabs-active a {
                    background: none repeat scroll 0 0 #FFFFFF;
                    border: none;
                    color: black;
                    font-size: 14px;
                    font-weight: bold;
                }

        .ui-tabs .ui-tabs-panel {
            border: none;
            border-top: 1px solid #ccc;
            background: #fff;
            padding: 10px;
        }

            .ui-tabs .ui-tabs-panel p {
                margin: 10px 0;
                line-height: 20px;
            }

        .ui-tabs .ui-tabs-hide {
            display: none;
        }

    .ui-widget-content.ui-corner-all {
        border: 1px solid #497345;
    }

    .ui-widget-header.ui-corner-all {
        background: #497345;
        text-align: left;
    }*/

    /*Jquery Tabs end*/

    .product-specs-box,
    .product-tags-box {
        margin: 0 0 20px;
    }

    .product-tags-list {
        font-size: 0;
    }

        .product-tags-list ul {
            overflow: hidden;
            padding: 10px;
        }

        .product-tags-list li {
            font-size: 14px; /*reset zeroing*/
            float: left;
            padding: 0 5px 0 0;
            color: #5C7F4B;
        }

            .product-tags-list li.separator {
                margin: 0 5px 0 3px;
            }

        .product-tags-list a {
            display: inline-block;
            line-height: 24px;
        }

            .product-tags-list a:hover {
                text-decoration: underline;
            }

    .attributes {
        margin: 0 0 20px;
    }

        .attributes dl {
            overflow: hidden;
        }

        .attributes dt {
            display: block;
            margin: 0 0 5px;
            white-space: nowrap;
            font-weight: bold;
        }

        .attributes dd {
            margin: 0 0 10px;
        }

        .attributes li {
            margin: 10px 0;
        }

        .attributes select {
            width: auto;
            max-width: 100%;
        }

        .attributes .option-list li > * {
            display: inline-block;
            padding: 0 5px;
            vertical-align: middle;
        }

    .color-squares {
        font-size: 0;
    }

        .color-squares li {
            display: inline-block;
            margin: 5px 0;
        }

        .color-squares .color-container {
            display: block;
            border: 1px solid transparent;
        }

        .color-squares .color {
            display: block;
            width: 30px;
            height: 30px;
            border: 1px solid #999;
            cursor: pointer;
        }

        .color-squares .selected-value .color-container {
            border-color: #999;
        }

        .color-squares li input {
            position: relative;
            z-index: -1;
            margin: -30px 0 0;
        }

    .giftcard {
        margin: 0 0 20px;
        overflow: hidden;
        clear: both;
    }

        .giftcard div {
            margin: 0 0 10px;
        }

        .giftcard label {
            display: block;
            margin: 0 0 5px;
        }

        .giftcard input,
        .giftcard textarea {
            width: 350px;
            max-width: 100%;
        }

        .giftcard textarea {
            height: 150px;
        }


    /********** PRODUCT REVIEWS **********/



    .product-reviews-page h1 a {
        font-style: italic;
    }

        .product-reviews-page h1 a:before,
        .product-reviews-page h1 a:after {
            content: "''";
        }

    .product-reviews-page .title {
        margin: 0 0 10px;
    }

    .write-review {
        margin: 0 0 30px;
    }

        .write-review .form-fields {
            margin: 0 0 15px;
        }

    .ui-tabs .form-fields {
    }

    .write-review .review-rating {
        text-align: center;
    }

        .write-review .review-rating label {
            display: block;
            margin: 0 0 5px;
            font-size: 14px;
            vertical-align: middle;
        }

    .review-rating ul {
        font-size: 0;
        vertical-align: middle;
    }

    .write-review .review-rating li {
        display: inline-block;
        margin: 0 5px;
        cursor: default;
        vertical-align: middle;
        font-size: 14px;
        height: 17px;
    }

        .write-review .review-rating li.first {
            color: #c00;
        }

        .write-review .review-rating li:nth-child(2) {
            padding-top: 2px;
        }

            .write-review .review-rating li:nth-child(2) input {
                vertical-align: baseline;
            }

        .write-review .review-rating li.last {
            color: #690;
        }

    .write-review .captcha-box {
        margin: 15px 0 0;
    }

    .write-review .button-1 {
        border: 1px solid #999;
        padding: 10px 15px;
    }

    .product-reviews-page .result,
    .product-reviews-page .message-error {
        margin: 0 0 20px;
    }

    .product-review-list {
        overflow: hidden;
    }

    .product-review-item {
        margin: 0 0 30px;
    }

        .product-review-item .review-item-head {
            margin: 0 0 10px;
            overflow: hidden;
            background: #497345;
            padding: 10px;
        }

        .product-review-item .review-title {
            float: left;
            text-transform: uppercase;
        }

    .review-title > strong {
        color: #5C7F4B;
    }

    .product-review-item .product-review-box {
        float: right;
        margin: 0;
    }

    .product-review-item .review-text {
        margin: 0 0 15px;
    }

    .product-review-item .review-info {
        margin: 0 0 5px;
    }

        .product-review-item .review-info a,
        .product-review-helpfulness .vote {
            display: inline-block;
            padding: 0 10px;
            font-weight: bold;
            text-decoration: underline;
            cursor: pointer;
        }

    .product-review-helpfulness .question {
        margin: 0 5px 0 0;
        font-style: italic;
    }

    .product-review-helpfulness .result {
        margin: 0 0 0 10px;
    }


    /********** WISHLIST & COMPARE LIST **********/



    .wishlist-content {
        margin: 0 0 20px;
    }

        .wishlist-content .message-error {
            margin: 0 0 10px;
        }

        .wishlist-content .common-buttons {
            text-align: center;
        }

        .wishlist-content .buttons {
            font-size: 0;
        }

        .wishlist-content .button-2 {
            margin: 0 5px 5px;
            border: 1px solid #ccc;
            padding: 5px 10px;
        }

    .wishlist-page .share-info a {
        display: block;
        margin: 0 0 5px;
        font-weight: bold;
    }

    /*COMPARE LIST TABLE IN RESPONSIVE*/
    .compare-products-page {
        position: relative;
        overflow: hidden;
    }

    table .compare-products-table {
        display: none;
    }

    .compare-products-table-mobile.data-table.footable-loaded.footable {
        display: table;
    }

    .compare-products-table-mobile .footable-row-detail-value {
        width: 100%;
    }

    .footable-row-detail-inner {
        text-align: center;
    }

    .compare-products-table {
        display: none;
    }

    .compare-products-page .page-title {
        margin: 0 0 13px 0;
        text-align: left;
    }

    .compare-products-page img {
        max-width: 100%;
    }

    .compare-products-page .clear-list {
        display: none;
        margin: 10px 0;
        font-weight: bold;
    }

    .compare-products-page .button-2 {
        display: inline-block;
        border: none;
        background: none;
        padding: 5px 15px 5px 10px;
        background: url(../img/remove.png);
        background-repeat: no-repeat;
        background-position: right center;
    }

        .compare-products-page .button-2:hover {
            color: #5C7F4B;
            background: url(../img/remove-red.png);
            background-repeat: no-repeat;
            background-position: right center;
        }

    /*********** TOPICS ***********/



    .topic-html-content,
    .product-grid.home-page-product-grid,
    .product-grid.bestsellers {
        margin: 0 0 20px;
    }


    .home-page .topic-html-content-title {
        text-align: left;
        padding: 10px 10px 10px 0;
        font-size: 22px;
    }

    .home-page .topic-html-content-header {
        margin-bottom: 0px;
    }


   #invoiceRead  h2 {
        font-size: 20px;
        font-weight: 700;
        line-height: 30px;
        text-align: left;
        padding-left: 0px;
        color: #000 !important;
        margin-bottom: 5px;
    }


    .topic-html-content-title h2 {
        color: #000;
    }


    .topic-html-content-body {
        font-size: 16px;
        line-height: 20px;
        text-align: left;
        color: #666;
    }

        .topic-html-content-body p {
            margin: 0px;
            font-size: 16px;
            line-height: 22px;
        }

            .topic-html-content-body p a {
                color: #00A8FF;
                text-decoration: none;
            }

                .topic-html-content-body p a:hover {
                    color: #337AB7;
                    text-decoration: underline !important;
                }


    .topic-html-content a,
    .topic-page a {
        text-decoration: none;
    }


    .page-body .question {
        color:#000;
    }
    
    
    .topic-page .page-body {
        line-height: 20px;
    }

    .topic-password {
        text-align: center;
        border: 1px solid #497345;
        padding: 20px 0;
    }

    .enter-password-title {
        margin: 0 0 10px;
        color: #c00;
    }

    .enter-password-form {
        display: inline-block;
        overflow: hidden;
    }

        .enter-password-form input[type="password"] {
            float: left !important;
            width: 200px !important;
            height: 36px !important;
        }

        .enter-password-form input[type="submit"] {
            float: left !important;
            width: auto !important;
            height: 36px !important;
            border: none !important;
            background: #ccc !important;
            padding: 0 20px !important;
            font-size: 16px !important;
        }

            .enter-password-form input[type="submit"]:hover {
                color: #5C7F4B;
            }

    .password-error {
        margin: 0 0 10px;
    }

    .topic-edit {
        background: url('../images/ico-edit.gif') left top no-repeat;
        cursor: pointer;
        width: 15px;
    }

    .home-page .page-body {
        /*padding: 0 0.5%;*/
    }


    /*********** CONTACT & EMAIL A FRIEND ***********/



    .contact-page .form-fields,
    .email-a-friend-page .form-fields {
        /*margin: 0 0 15px;*/
    }

    .contact-page .message-error,
    .email-a-friend-page .message-error {
        margin: 0 0 10px;
    }

    .contact-page .button-1,
    .email-a-friend-page .button-1 {
        border: 1px solid #ccc;
        padding: 10px 15px;
    }

    .email-a-friend-page .title {
        margin: 0 0 15px;
    }

        .email-a-friend-page .title h2 {
            font-weight: normal;
        }


    /********** REGISTRATION, LOGIN, ACCOUNT PAGES  **********/


    .registration-section-heading {
        text-align: left;
        font-size: 22px;
        color: #069176;
        padding:20px 0px;
        white-space:nowrap;
    }

    .registration-tooltip {
        border: 1px solid #079176;
        border-radius: 100%;
        height: 16px;
        width: 16px;
        font-size: 10px;
        text-align: center;
        display: inline-block;
        margin-left: 10px;
        vertical-align: text-top;
        cursor:default;
    }

        .registration-tooltip:hover {
            text-decoration:none !important;
        }
        
        
        .registration-page .fieldset:nth-child(2) select,
        .account-page .fieldset:nth-child(3) select,
        .multi-select select {
            width: 88px; /*birth-date selectors, always single line*/
        }

    .registration-page select + select,
    .account-page select + select {
        margin: 0 0 0 10px;
    }

    .gender {
        display: inline-block;
        margin: 0 3px;
    }

        .gender > * {
            display: inline !important;
            vertical-align: middle;
            line-height: 32px;
        }

    #dvInsertform .buttons {
        text-align: center;
        clear: both;
    }

    #check-availability-button {
        margin: 10px 0 0;
        background-repeat: repeat-x;
        border: none;
        color: #FFFFFF;
        background-color: #FF4D4D;
        font-size: 14px;
        padding: 9px 18px;
    }

        #check-availability-button:hover {
            /*opacity: .5;*/
            background: #c00;
        }

    #username-availabilty {
        display: block;
        margin: 5px 0 0;
    }

        #username-availabilty:empty {
            display: none;
        }

    .accept-privacy-policy {
        margin: 15px 0px;
        font-size: 13px;
        color: #999;
        text-align: center;
    }

        .accept-privacy-policy > * {
            display: inline-block;
            line-height: 32px;
            vertical-align: middle;
            margin-bottom:0px;
        }

        .accept-privacy-policy a {
            font-weight: 400;
        }

    .register-privacy-policy p {
        font-size: 15px;
        text-align: left;
    }


    .buttons .button-1,
    .registration-page .button-1,
    .registration-result-page .button-1,
    .login-page .button-1,
    .password-recovery-page .button-1,
    .account-page .button-1,
    .return-request-page .button-1 {
        border: none;
        width: auto;
        background: #079176;
        color: #FFFFFF !important;
        font-size: 20px;
        font-weight: normal;
        padding: 12px 20px;
        transition: all 0.3s ease 0s;
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        border-radius: 0px;
        text-transform: capitalize;
        font-weight: 400;
        cursor:pointer;
    }

        .button-1:hover, .registration-page .button-1:hover,
        .registration-result-page .button-1:hover,
        .login-page .button-1:hover,
        .password-recovery-page .button-1:hover,
        .account-page .button-1:hover,
        .return-request-page .button-1:hover, .contact-us-button:hover {
            background-color: #91CA8F !important;
            color: #FFF !important;
            text-decoration: none;
        }


    .registration-result-page .result {
        margin: 0 0 20px;
        color: #690;
    }

    .login-page .customer-blocks {
        margin: 0 0 30px;
    }

    .login-page .title {
        margin: 0 0 10px;
        font-size: 18px;
    }

        .login-page .title strong {
            font-weight: normal;
        }

    .login-page .new-wrapper {
        margin: 0 0 30px;
    }

    .login-page .inner-wrapper {
    }

    .login-page .text {
        margin: 0 0 20px;
    }

    .login-page .inputs.reversed * {
        margin: 0px 5px;
        float: left;
        height: 22px;
        font-size:16px;
        text-transform: none;
    }

    .login-page .inputs input[type="checkbox"] {
        width:20px;
    } 


    .login-page-logo {
        max-width: 525px;
        background-color: #FFF;
        border-radius: 0px;
        margin: auto;
        padding: 40px 0px 10px;
        text-align: center !important;
        display:none;
    }
    .login-page-logo p {
        margin:0px;
    }

    .login-page-h1 {
        font-size: 32px;
        font-weight: 300;
        line-height: 28px;
        color: #000;
        text-align: left;
        margin-bottom: 12px;
        text-transform: capitalize;
    }

    .login-page-h2 {
        font-size: 20px;
        font-weight: 300;
        color: #68727B;
        text-align: left;
        margin-bottom: 30px;
    }

    .forgot-password {
        margin-top: 20px;
        font-size: 17px;
        color: #68727B;
        text-align: left;
    }

        .forgot-password a:hover {
            color: #000;
        }

        .forgot-password .contact-link {
            display:none;
        }
        
        
        .external-authentication {
            margin: 0 0 20px;
            overflow: hidden;
            text-align: center;
        }

        .external-authentication fieldset {
            float: none !important;
        }

    .password-recovery-page .tooltip {
        margin: 0 0 20px;
    }

    .password-recovery-page .result {
        margin: 0 0 5px;
        font-weight: bold;
    }

    .account-page .button-2 {
        border: 1px solid #ccc;
        padding: 5px 15px;
        font-size: 14px;
        color: #5C7F4B;
    }

    .account-page .edit-address {
        margin: 0 0 20px;
    }

    .account-page .description {
        margin: 0 0 20px;
    }

    .address-list-page .info,
    .order-list-page .info {
        margin: 0 0 10px;
        line-height: 20px;
    }

    .address-list-page .add-button {
        margin: 0 0 15px;
        text-align: center;
    }

    .return-request-list-page a {
        font-weight: bold;
    }

    .return-request-list-page .comments {
        margin: 15px 0 0;
    }

    .avatar-page .message-error {
        margin: 0 0 10px;
    }

    .avatar-page .fieldset {
        margin: 0 0 15px;
    }

    .avatar-page .image {
        margin: 0 0 10px;
    }

        .avatar-page .image img {
            border: 1px solid #ccc;
        }

    .avatar-page input[type="file"] {
        width: 75px;
        overflow: hidden;
    }

    .avatar-page input[type="submit"] {
        padding: 5px 10px;
    }

    .avatar-page .info {
        margin: 20px 0 20px;
    }

    .block-account-navigation {
        width: 90%;
        float: none;
        margin: 0 auto 10px;
    }

    .account-page.change-password-page .fieldset {
    }

    .customer-info-page .option-list {
        text-align: center;
    }

        .customer-info-page .option-list > li {
            display: inline-block;
            float: none;
        }

            .customer-info-page .option-list > li label {
                width: auto;
                margin: 0 5px 0 0;
            }
    /********** SHOPPING CART & CHECKOUT **********/



    .order-progress {
        margin: 0 0 20px;
        text-align: center;
        padding: 23px 0 0 0;
    }

        .order-progress ul {
            font-size: 0;
            margin: auto;
            width: 100%;
            overflow: hidden;
        }

        .order-progress li {
            display: inline-block;
            margin: 0 5px;
            width: 100px;
            min-height: 60px;
        }


        .order-progress a {
            display: block;
            font-size: 12px; /*reset zeroing*/
            color: #00A8FF;
            background: url("../img/order-progress.png");
            background-position: center top;
            background-repeat: no-repeat;
            padding: 50px 0 0;
        }

        .order-progress li.active-step a {
            cursor: pointer;
            opacity: 1;
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        }

        .order-progress li.inactive-step a {
            opacity: 0.3;
            cursor: default;
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
        }

    .shopping-cart-page .button-1,
    .checkout-page .button-1,
    .shopping-cart-page .button-2 {
        /*background: url(../img/red-button.png);*/
        /*background-color: #006666;*/
        background-repeat: repeat-x;
        color: #fff !important;
        border: none;
        padding: 12px 20px;
        font-size: 14px;
    }

    .button-2.apply-discount-coupon-code-button,
    .button-2.apply-gift-card-coupon-code-button {
        padding: 0;
    }

    .payment-info-next-step-button {
        min-width: 100px;
        padding: 10px;
        font-size: 16px;
    }

    .checkout-page .button-2,
    .order-details-page .page-title a {
        display: inline-block;
        border: none;
        padding: 10px 15px;
        font-size: 14px;
        color: #fff;
        /*text-shadow: 0 0 1px #5C7F4B;*/
        background: /*url(../img/red-button.png)*/ #0c84e4;
        background-repeat: repeat-x;
        /*border-radius: 4px;*/
    }

    .shopping-cart-page .page-title h1 {
        text-align: left;
    }

    .shipping-options select {
        background: url(../img/custom-dropdown.png);
        background-repeat: no-repeat;
        background-position: 97% center;
        -webkit-appearance: none;
    }

    /*product details label*/
    .page.product-details-page .product-essential .galery {
        position: relative;
    }


    .remove-discount-button,
    .remove-gift-card-button {
        width: 16px;
        height: 16px;
        margin: 0 0 0 5px;
        border: 1px solid #ccc;
        background: #fff url('../img/close.png');
        background-repeat: no-repeat;
        background-position: center;
        cursor: pointer;
    }

    .shopping-cart-page .message-error {
        margin: 0 0 20px;
        font-size: 13px;
    }

    .shopping-cart-page .selected-checkout-attributes {
        display: none;
    }

    .selected-checkout-attributes {
        margin: 0 0 20px;
        text-align: center;
    }

    .shopping-cart-page .common-buttons {
        font-size: 0;
    }

        .shopping-cart-page .common-buttons input {
            min-width: 150px;
            margin: 0 5px 5px;
        }

    .checkout-attributes {
        margin: 20px 0 10px;
        text-align: center;
    }

        .checkout-attributes dt {
            margin: 0 0 5px;
            font-weight: bold;
        }

        .checkout-attributes ul {
        }

        .checkout-attributes li {
            line-height: 24px;
        }

            .checkout-attributes li * {
                vertical-align: middle;
            }

    .cart-footer {
        border-top: 0px solid #497345;
        padding: 10px;
    }

        /*PAYPAL BUTTON*/
        .cart-footer .addon-buttons div,
        .cart-footer .addon-buttons img,
        .cart-footer .addon-buttons a {
            display: block;
            margin: 10px auto;
        }


        .cart-footer:after {
            content: ".";
            display: block;
            visibility: hidden;
            clear: both;
            height: 0;
            line-height: 0;
            font-size: 0;
        }

        .cart-footer .totals {
            width: 260px;
            max-width: 100%;
            margin: 0 auto 30px;
        }

        .cart-footer .total-info {
            margin: 0 5px 20px;
            /*width: 100px;*/
            float: right;
            font-size: 20px;
            font-weight: 700;
            color: #000;
        }

    .cart-total td {
        /*width: 50%;*/
        border: none;
        padding: 15px;
        color: #000;
    }

    .cart-total-left {
        text-align: right;
        font-size: 22px;
        font-weight: 700;
    }

    .cart-total-right {
        text-align: right;
        font-size: 22px;
        font-weight: 700;
    }

    .cart-total .order-total {
        font-size: 16px;
        color: #000;
    }

    .terms-of-service {
        margin: 0 0 20px;
        text-align: center;
    }

        .terms-of-service a {
            font-weight: bold;
        }

    .cart-footer .button-1 {
        font-size: 14px;
    }

    .cart-collaterals {
        width: 300px;
        max-width: 100%;
        margin: 0 auto 30px;
    }

        .cart-collaterals > div {
            margin: 0 0 30px;
        }

        .cart-collaterals .title {
            margin: 0 0 5px;
        }

        .cart-collaterals .hint {
            margin: 0 0 5px;
        }

        .cart-collaterals .deals > div {
            margin: 0 0 10px;
        }

        .cart-collaterals .coupon-code {
            overflow: hidden;
            font-size: 13px;
        }

            .cart-collaterals .coupon-code input[type="text"] {
                float: left;
                width: 60%;
                height: 34px; /*safari padding fix*/
                margin: 0;
            }

            .cart-collaterals .coupon-code input[type="submit"] {
                float: left;
                width: 40%;
                height: 34px; /*safari padding fix*/
            }

    .a-left .message {
        max-width: 500px;
        min-width: 300px;
    }

    .date {
        white-space: nowrap;
    }

    .cart-collaterals .message {
        margin: 5px 0 0;
        color: #c00;
    }

    .cart-collaterals .current-code {
        margin: 5px 0 0;
        color: #690;
    }

    .cart-collaterals .shipping-results {
        margin: 20px 0 0;
    }

        .cart-collaterals .shipping-results li {
            margin: 10px 0;
        }

    .checkout-page .section {
        margin: 0 10px 20px 10px;
        text-align: center;
    }

    .checkout-page .address-grid {
        overflow: hidden;
    }

    .checkout-page .address-item {
        margin: 0 0 20px;
        border: 1px solid #497345;
        padding: 10px;
        width: 70%;
        text-align: center;
        margin: 0 auto 10px;
    }

        .checkout-page .address-item .select-button {
            margin: 0 0 10px;
        }

        .checkout-page .address-item li {
            padding: 2px 0;
        }

            .checkout-page .address-item li.name {
                margin: 0 0 5px;
            }

            .checkout-page .address-item li.country {
                margin: 5px 0 0;
                font-size: 16px;
            }

    .checkout-page .edit-address {
        margin: 0 0 20px;
    }

    .shipping-method .method-list,
    .payment-method .method-list {
        margin: 0 0 20px;
    }

        .shipping-method .method-list li,
        .payment-method .method-list li {
            margin: 0 0 20px;
        }

            .shipping-method .method-list li label,
            .payment-method .method-list li label {
                font-weight: bold;
            }

    .shipping-method .method-description {
        margin: 5px 0 0;
    }

    .payment-info .info {
        margin: 0 0 20px;
    }

    .confirm-order .button-1 {
        margin: 0 0 20px;
        font-size: 16px;
    }

    .order-review-data ul {
        margin: 0 0 30px;
    }

    .order-review-data li {
        padding: 2px 0;
    }

    .order-review-data .title,
    .order-details-area .title {
        margin: 20px 0 5px;
    }

        .order-review-data .title:first-child,
        .order-details-area .title:first-child {
            margin-top: 0;
        }

    .order-completed .details {
        margin: 0 0 20px;
    }

        .order-completed .details a {
            display: block;
            margin: 5px 0 0;
            font-weight: bold;
            padding: 10px 0;
            transition: all .3s ease 0s;
        }

    .order-summary-content {
        margin: auto;
        padding: 0px 10px;
    }

    .opc .step-title {
        margin-bottom: 1px;
        overflow: hidden;
        background: #f6f6f6;
        padding: 10px;
    }

    .opc .allow .step-title,
    .opc .allow .step-title * {
        cursor: pointer;
    }

    .opc .active .step-title {
    }

        .opc .active .step-title * {
        }

    .opc .step-title * {
        float: left;
        font-size: 16px;
    }

    .opc .step-title span {
        margin: 0 10px 0 0;
    }

    .opc .step {
        margin: 10px 0;
        padding: 10px;
    }

    .opc .section {
        margin: 0 0 15px;
    }

        .opc .section > label {
            display: block;
            margin: 0 0 10px;
        }

    .opc input[type="text"],
    .opc select {
        max-width: 100%;
    }

    .opc .buttons {
        margin-bottom: 0;
    }

    .opc .back-link {
        margin: 0 0 10px;
    }

        .opc .back-link small {
            display: none;
        }

        .opc .back-link a {
            font-weight: bold;
        }

    .opc .please-wait {
        display: block;
        margin: 10px 0 0;
    }

    .opc .section.confirm-order {
        border: none;
        padding: 0;
    }

    .order-details-page .page-title {
        margin: 0 0 20px;
        overflow: hidden;
    }

        .order-details-page .page-title h1 {
            margin: 0 0 10px;
        }

    .order-details-page .order-overview {
        margin: 0 10px 20px 10px;
        line-height: 20px;
    }

    .order-details-area {
        margin: 0 0 20px;
        overflow: hidden;
    }

        .order-details-area td {
            float: left;
            width: 100%;
            margin: 0 0 20px;
            vertical-align: top;
        }

    .order-details-page .actions {
        margin: 20px 0 0;
        overflow: hidden;
        text-align: center;
        font-size: 0;
    }

        .order-details-page .actions input {
            min-width: 100px;
            margin: 0 5px 5px;
            border: 1px solid #ccc;
            padding: 7px 17px;
            color: #5C7F4B;
            font-size: 14px;
        }

    .order-details-page .cart-total {
        width: 300px;
        margin: 0 auto 30px;
    }

    .shipment-details-page .shipment-overview {
        overflow: hidden;
        margin: 0 0 20px;
    }

        .shipment-details-page .shipment-overview > ul {
            text-align: left;
        }

            .shipment-details-page .shipment-overview > ul:first-child {
                margin: 0 0 20px;
            }

    .shipment-details-page .section {
        width: 100%;
    }

    .order-completed .details a:hover {
        color: green;
    }


    /*********** SEARCH & SITEMAP ***********/



    .search-input input + label {
        display: inline;
        margin: 0 0 0 2px;
    }

    .basic-search {
        margin: 0 0 20px;
    }

        .basic-search input[type="text"] {
            width: 400px;
            max-width: 100%;
        }

    .advanced-search {
        margin: 0 0 20px;
    }

        .advanced-search .price-range {
            display: inline-block;
            margin: 0 0 0 -30px;
        }

            .advanced-search .price-range input {
                width: 80px;
                margin: 3px;
            }

    .search-input .button-1 {
        border: 1px solid #ccc;
        padding: 10px 15px;
    }

    .search-input .warning,
    .search-results .result {
        display: block;
        margin: 10px 0 0;
        font-weight: normal;
        color: #c00;
    }

    .search-results {
        margin: 30px 0 0;
    }

    .sitemap-page .entity {
        margin: 0 0 20px;
        border: 1px solid #497345;
        padding: 10px;
    }

    .sitemap-page .entity-title {
        margin: 0 0 10px;
    }

        .sitemap-page .entity-title h2 {
        }

    .sitemap-page .entity-body {
        line-height: 24px;
        border: 1px solid #497345;
        padding: 10px;
    }

        .sitemap-page .entity-body li {
            display: inline-block;
            margin: 0 10px;
        }

            .sitemap-page .entity-body li:hover a {
                text-decoration: underline;
            }

    .sitemap-page a {
        display: block;
        color: #5C7F4B;
        padding: 5px;
    }

        .sitemap-page a:empty {
            display: none;
        }


    /********** BLOG & NEWS **********/



    .year strong {
        display: block;
        cursor: default;
        padding: 12px 15px;
    }

    .blog-page .post,
    .news-items .item {
        position: relative;
        margin: 0 0 20px;
        padding: 0 10px 10px;
        border-bottom: 1px solid #497345;
    }

        .blog-page .post:first-child,
        .news-items .item:last-child {
        }

    .post-title,
    .news-title {
        display: inline-block;
        margin: 0 0 10px;
        font-size: 14px;
        color: #5C7F4B;
    }

        .post-title:hover,
        .news-title:hover {
            text-decoration: underline;
        }

    .post-date,
    .news-date {
        display: block;
        font-style: italic;
        color: #9a9a9a;
    }

    .post-head ~ *,
    .news-head ~ * {
        display: none;
    }

    .blogpost-page .post-date,
    .news-item-page .news-date {
    }

    .post-body,
    .news-body {
        margin: 0 0 20px;
        line-height: 20px;
    }

    .blog-page .tags,
    .blogpost-page .tags {
        margin: 0 0 15px;
        overflow: hidden;
    }

        .blog-page .tags label,
        .blogpost-page .tags label {
            display: block;
        }

        .blog-page .tags ul,
        .blogpost-page .tags ul {
            font-size: 0;
        }

        .blog-page .tags li,
        .blogpost-page .tags li {
            display: inline-block;
            font-size: 12px;
        }

            .blog-page .tags li.separator,
            .blogpost-page .tags li.separator {
                margin: 0 5px 0 3px;
                color: #FFFFFF;
            }

        .blog-page .tags a,
        .blogpost-page .tags a {
            display: inline-block;
            line-height: 24px;
            color: #FFFFFF;
        }

    .blog-posts .blog-details a {
        color: #FFFFFF;
        font-weight: bold;
    }

    .new-comment {
        margin: 0 0 30px;
    }

        .new-comment .title {
            margin: 0 0 10px;
        }

        .new-comment .notifications {
            margin: 0 0 10px;
        }

        .new-comment .result {
            color: #690;
        }

        .new-comment .form-fields {
            margin: 0 0 15px;
        }

        .new-comment .inputs label {
            display: none;
        }

        .new-comment textarea {
            width: 100%;
        }

        .new-comment .button-1 {
            border: 1px solid #ccc;
            padding: 10px 15px;
        }

    .comment-list {
    }

        .comment-list .title {
            margin: 0 0 10px;
            font-weight: bold;
        }

    .blog-comment,
    .news-comment {
        margin: 0 0 30px;
    }

        .blog-comment:after,
        .news-comment:after {
            content: ".";
            display: block;
            visibility: hidden;
            clear: both;
            height: 0;
            line-height: 0;
            font-size: 0;
        }

    .comment-info {
        width: 120px;
        margin: 0 auto 10px;
        border: 1px solid #ccc;
    }

        .comment-info .username {
            display: block;
            padding: 5px;
        }

        .comment-info .avatar {
            position: relative;
            width: 120px;
            height: 120px;
            overflow: hidden;
        }

            .comment-info .avatar img {
                position: absolute;
                top: 0;
                right: 0;
                bottom: 0;
                left: 0;
                max-width: 100%;
                max-height: 100%;
                margin: auto;
            }

    .comment-content {
    }

    .comment-time {
        margin: 0 0 10px;
        font-style: italic;
    }

    .comment-body {
        line-height: 20px;
    }

    .news-items .read-more {
        display: inline-block;
        margin: 15px 0 10px;
        line-height: 32px;
        color: #E91D25;
        font-weight: bold;
    }

        .news-items .read-more:hover {
            text-decoration: underline;
        }

    .news-item-page .inputs:first-child label {
        display: block;
    }

    .news-list-homepage {
        margin: 0 0 30px;
    }

    .todays-poll-box {
        border: 1px solid #497345;
        margin-bottom: 20px;
        padding: 10px;
    }

        .todays-poll-box .poll {
            border: 1px solid #497345;
            margin-bottom: 10px;
        }

    .news-list-homepage .title {
        margin: 0 0 15px;
        font-size: 18px;
    }

    .news-list-homepage .news-items {
        border: 1px solid #497345;
        padding: 2% 2% 0;
    }

    .news-list-homepage .title strong {
        background: none repeat scroll 0 0 #497345;
        display: block;
        font-weight: bold;
        padding: 9px 10px;
        color: #FFFFFF;
        font-size: 18px;
    }

    .news-list-homepage .view-all {
    }

        .news-list-homepage .view-all a {
            display: inline-block;
            line-height: 32px;
        }

    .page.news-list-page .page-body {
        border: 1px solid #497345;
        margin: auto;
        padding: 2% 2% 0 2%;
        width: 98%;
    }

    .page.news-list-page {
        margin-top: 0;
    }

        .page.news-list-page .page-title {
            padding: 3px 0 0;
        }

    .news-details {
        color: #4b4b4b;
    }


    .comment-list .news-comment {
        border: 1px solid #497345;
        padding: 5px;
    }

    .comment-list .comment-time {
        color: #5C7F4B;
    }

    /*****VENDORS*****/
    .vendor-list {
        border: 1px solid #497345;
        padding: 10px;
    }

        .vendor-list li {
            margin: 10px 0;
        }
    /****ALL PRODUCTS PAGE****/
    .product-tags-list {
        border: 1px solid #497345;
        overflow: hidden;
        padding: 5px;
    }

    /*COOKIES NOTIFICATION*/
    .eu-cookie-bar-notification {
        background: none repeat scroll 0 0 #FFFFFF;
        border: 1px solid #aaa;
        box-shadow: rgba(0,0,0,.4);
        padding: 25px;
        position: fixed;
        top: 50%;
        left: 50%;
        z-index: 1002;
        width: 300px;
        max-width: 300px;
        height: 140px;
        margin: -70px 0 0 -150px;
        z-index: 93563300;
    }

        .eu-cookie-bar-notification .content {
            color: #5C7F4B;
            text-align: center;
        }

            .eu-cookie-bar-notification .content .text {
                margin-bottom: 12px;
            }

            .eu-cookie-bar-notification .content > * {
                text-align: center;
            }

            .eu-cookie-bar-notification .content a {
                margin-left: 10px;
                display: inline-block;
                text-decoration: underline;
            }

                .eu-cookie-bar-notification .content a:hover {
                    text-decoration: underline;
                }

            .eu-cookie-bar-notification .content .ok-button.button-1 {
                transition: all .3s ease 0s;
                -webkit-transition: all .3s ease 0s;
                -moz-transition: all .3s ease 0s;
                -ms-transition: all .3s ease 0s;
                display: inline-block;
                background: url("../img/red-button.png") #356330;
                color: #fff;
                padding: 7px 20px;
                border: none;
                transition: all .3s ease-in-out;
                -webkit-transition: all .3s ease-in-out;
                -moz-transition: all .3s ease-in-out;
                -ms-transition: all .3s ease-in-out;
            }

                .eu-cookie-bar-notification .content .ok-button.button-1:hover {
                    opacity: .85;
                }

    /*REGISTER PAGE*/
    .page.registration-page .option-list {
        width: 100%;
    }

        .page.registration-page .option-list > li {
            text-align: center;
            display: inline-block;
            margin-right: 5px;
        }

            .page.registration-page .option-list > li > * {
                display: inline-block;
                width: auto;
            }

            .page.registration-page .option-list > li label {
                margin-bottom: 0;
            }

            .page.registration-page .option-list > li input {
                margin-right: 5px;
            }
    /* RE-CAPTCHA */

    .recaptchatable #recaptcha_response_field {
        height: auto !important;
    }

    input[type="submit"]:disabled {
        background: lightgrey;
        background-color: lightgrey;
    }

    .forcheckboxregistration {
        display: inline-block;
        width: 37%;
        margin: 0 0 5px;
        text-align: left;
        font-size: 14px;
        font-weight: bold;
    }

    .forminput {
        position: relative;
        margin: 10px 0;
        font-size: 14px;
    }
}






/*RESPONSIVE CAPTCHA*/
@media (max-width: 444px) {
    /*.recaptchatable #recaptcha_image {
        margin: 0 !important;
        width: 200px !important;
        float: left !important;
    }*/

    /*.recaptchatable #recaptcha_image img {*/
    /*width: 200px !important;*/
    /*height: 57px !important;*/
    /*}*/

    /*.recaptchatable .recaptcha_r1_c1, .recaptchatable .recaptcha_r3_c1, .recaptchatable .recaptcha_r3_c2, .recaptchatable .recaptcha_r7_c1, .recaptchatable .recaptcha_r8_c1, .recaptchatable .recaptcha_r3_c3, .recaptchatable .recaptcha_r2_c1, .recaptchatable .recaptcha_r4_c1, .recaptchatable .recaptcha_r4_c2, .recaptchatable .recaptcha_r4_c4, .recaptchatable .recaptcha_image_cell, .recaptchatable .recaptcha_r2_c2 {
        background: none !important;*/
    /*}*/
}

/*Channel Assist Addition*/

.producttable {
    border: 1px solid #FFF !important;
    max-height: 202px;
}

    .producttable tr td {
        padding: 4px;
        vertical-align: top;
        border-bottom: 1px solid #FFF !important;
    }

    .producttable h1 {
        font-size: 22px;
        line-height: 28px;
        font-weight: 700;
        padding: 0px;
        margin-bottom: 5px;
    }

    .producttable h2 {
        font-size: 18px;
        font-weight: 700;
        margin-bottom: 0px;
        padding: 0px;
        color: #666 !important;
    }

    .producttable h3 {
        font-size: 18px;
        font-weight: 400;
        padding: 0px;
        color: #005398;
        margin-bottom: 2px;
    }

    .producttable p {
        font-size: 14px;
    }

/* Search Box claims result*/

@media (max-width: 444px) {

    /*div > .claim-search-box form {
        width: 300px !important;
    }

    div > .claim-search-box input.search-box-text {
        float: left;
        width: 260px !important;
        height: 32px;
        color: #777;
        padding-right: 106px;
    }*/


    .searchBoxResultRow {
        padding: 5px;
        display: block;
    }

    .searchBoxResultItemButton {
        padding: 5px;
        display: block;
        text-align: right;
    }

    .searchBoxResultItem {
        width: 320px;
        display: block;
        line-height: 20px;
        text-wrap: normal;
    }

    /*.searchBoxresultListLeft {
        width: 300px !important;
    }*/

    .w50 {
        float: left;
        width: 100%;
    }

    .header-logo a img {
        width: 100%;
    }
}

@media all and (min-width: 240px) {
    /* AJAX LOADING INDICATOR */
    .ajax-loading-block-window {
        position: fixed;
        top: 50%;
        left: 50%;
        width: 128px;
        height: 128px;
        overflow: hidden;
        z-index: 1104;
    }

        .ajax-loading-block-window .loading-image {
            position: absolute;
            top: 0;
            left: 0;
            width: 128px;
            height: 128px;
            background-image: url('../images/ajax_loader_large.gif');
        }

    .please-wait {
        background: url('../images/ajax_loader_small.gif') no-repeat;
        padding-left: 20px;
    }
    /*div > .claim-search-box form {
        /*width: 340px !important;*/
    /*float: left; min-width: 50%;
}*/

    /*div > .claim-search-box input.search-box-text {
    float: left;
    width: 400px !important;
    height: 32px;
    color: #777;
    padding-right: 106px;
}*/


    .searchBoxResultRow {
        padding: 8px;
        display: block;
        background: #F2F2F2;
        overflow: auto;
    }

        .searchBoxResultRow:hover {
            background: #DDD;
        }

    .searchBoxResultItem {
        /*width: 320px;*/
        display: block;
        line-height: 20px;
        text-wrap: normal;
        font-size: 14px;
        color: #666;
    }

    .searchBoxResultItemButton {
        width: 50px;
        text-align: center;
        color: #FFF;
        display: inline-block;
        padding: 5px;
        font-size: 12px;
        /*display:block;*/
        cursor: pointer;
        /*background-image: url('../img/plus.png');*/
        background: #999;
        float: right;
        margin: 5px 5px 0 0;
        vertical-align: top;
    }

        .searchBoxResultItemButton:hover {
            cursor: pointer;
            /*background-image: url('../img/plusHover.png');*/
            background: #00B200;
        }

    .searchBoxResultItemTitle {
        /*width: 320px;*/
        display: inline;
        line-height: 18px;
        text-wrap: normal;
        font-weight: 400;
        font-size: 14px;
        color: #000;
        float: left;
        margin-left: 5px;
    }

        .searchBoxResultItemTitle:hover {
            text-decoration: underline;
        }

    .searchBoxresultList {
        max-height: 250px;
        /*min-height: 40px;*/
        overflow-x: auto;
        /*min-width: 100%;*/
        /*width: 456px;*/
        /*display: inline-block;*/
        /*border-style: solid;
        border-color: red;*/
    }

    .search-box-text {
        width: 95%;
    }

    .selected-items-cart-button {
        font-size: 50px;
    }

    /*tab style, only vendor page using it for now*/
    .tab-header {
        padding: 0px 40px 0px 0px;
        /*background: none repeat scroll 0% 0% #3498db;*/
        margin-bottom: 15px;
        border: 2px solid #497345;
    }

    .tab-title {
        padding: 10px;
        text-shadow: 0px 1px 1px #497345;
        font-weight: bold;
        text-align: left;
        color: #497345;
        margin: 0px;
        font-size: 18px;
        line-height: 20px;
    }

    .links-panel a {
        display: block;
        padding-left: 15px;
        text-align: left;
        font-size: 14px;
    }

        .links-panel a:hover {
            text-decoration: underline;
        }
    /*override default css*/
    .foraccordion .ui-state-default, .foraccordion .ui-widget-content, .foraccordion .ui-widget-header {
        /*border: 2px solid #497345;*/
        font-weight: normal;
        background: none;
    }

    .foraccordion .ui-state-default, .foraccordion .ui-widget-header {
        /*background: #589442;*/
    }

    .foraccordion .ui-state-default, foraccordion .ui-widget-header {
        color: #497345;
        text-align: left;
    }

    div.foraccordion .block .title {
        display: none;
    }

    div.foraccordion .block .listbox {
        margin-bottom: 0;
    }

    div.foraccordion .list {
        border: 1px solid #3C3;
    }

        div.foraccordion .list li:first-child {
            border: none;
        }

    .round {
        border: 1px solid;
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        border-radius: 0px;
    }



    .ajax-loader {
        position: absolute;
        left: 50%;
        top: 50%;
        margin-left: -16px;
        margin-top: -16px;
        display: none;
    }

    .title-help {
        background: url('../img/help.png') left top no-repeat;
        padding-left: 20px;
    }



    .priceRangeMinMaxPanel {
        display: none;
    }

    .section.address-item,
    .section.request-item,
    .section.order-item {
        text-align: left;
        padding: 10px;
        margin-bottom: 5px;
        border: 1px solid #33CC33;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
    }

    .product-vendor-logo {
        height: 90px;
    }
}



/*-------------- Promotions ----------------------*/



.register-active {
    display: block;
    cursor: pointer;
    margin: 0px;
    color:#FFF;
    background-color: #079176;
    clear: both;
    padding: 10px;
}

.register-inactive {
    display: block;
    margin: 0px;
    color:#FFF;
    background-color: #91CA8F;
    clear: both;
    padding:10px;
}



/*  SECTIONS  */
.section {
    clear: both;
    padding: 0px;
    margin: 0px;
    border: none;
}

/*  COLUMN SETUP  */
.col {
    display: block;
    float: left;
    margin: 1% 0 1% 1.6%;
}

    .col:first-child {
        margin-left: 0;
    }


/*  GROUPING  */
.group:before,
.group:after {
    content: "";
    display: table;
}

.group:after {
    clear: both;
}

.group {
    zoom: 1; /* For IE 6/7 */
}

/*  GRID OF THREE  */
.span_3_of_3 {
    width: 100%;
}

.span_2_of_3 {
    width: 66.1%;
}

.span_1_of_3 {
    /*width: 32.2%;*/
}

.clear {
    clear: both;
}

/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */

@media only screen and (max-width: 480px) {
    .col {
        margin: 1% 0 1% 0%;
    }

    .span_3_of_3 {
        width: 100%;
    }

    .span_2_of_3 {
        width: 100%;
    }

    .span_1_of_3 {
        width: 100%;
    }
}

/*  GO FULL WIDTH AT LESS THAN 768 PIXELS */

@media only screen and (max-width: 768px) {
    .product-grid.home-page-product-grid .item-box:nth-child(2n+1),
    .product-grid.newproduct .item-box:nth-child(2n+1) {
        clear: both;
    }
}


.div-table {
    display: table;
    width: auto;
    background-color: #eee;
    border: 1px solid #666666;
    border-spacing: 5px; /*cellspacing:poor IE support for  this*/
}

.div-table-row {
    display: table-row;
    width: auto;
    clear: both;
}

.div-table-col {
    float: left; /*fix for  buggy browsers*/
    display: table-column;
    width: 200px;
    background-color: #ccc;
}

.claim-in-progress-msg {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #888;
    /*background-color: #FCF8E3;
    border: 1px solid #FAEBCC;*/
    background-color: #EEE;
    border: 1px solid #CCC;
    border-radius: 0px;
    padding: 15px;
    margin: 0 10px;
}




.ClaimStatus_Approved {
    background: #DFF0D8;
    color: #78A177;
    border: 1px solid #D6E9C6;
    border-radius: 0px;
    /*margin: auto;*/
    /*width: 100px;*/
    text-align: center !important;
    padding: 5px 0px;
}

.ClaimStatus_New {
    background: #D9EDF6;
    color: #6F9CB3;
    border: 1px solid #BCE8F1;
    border-radius: 0px;
    /*margin: auto;*/
    /*width: 100px;*/
    text-align: center !important;
    padding: 5px 0px;
}

.ClaimStatus_UnderReview {
    background: #FCF8E3;
    color: #B19D78;
    border: 1px solid #FAEBCC;
    border-radius: 0px;
    /*margin: auto;*/
    /*width: 100px;*/
    text-align: center !important;
    padding: 5px 0px;
}

.ClaimStatus_Cancelled, .ClaimStatus_Invalid {
    background: #F2DEDF;
    color: #C68589;
    border: 1px solid #EBCCD2;
    border-radius: 0px;
    /*margin: auto;*/
    /*width: 100px;*/
    text-align: center !important;
    padding: 5px 0px;
}


.ClaimID, .ClaimDate, .ClaimSoldTo, .ClaimInvoice, .ClaimStatus, .ClaimPoints, .ClaimDetails, .pointsDate, .pointsMessage, .pointsRedeemed, .pointsBalance {
    color: #FFFFFF !important;
    background: #2F2F2F !important;
    font-size: 14px !important;
    font-weight: 700;
    text-align: left;
    text-transform: capitalize;
    padding: 10px !important;
}

.ClaimDetails {
    text-align: center !important;
}


.ClaimDetailsStatus_Approved {
    background: #DFF0D8;
    color: #78A177;
    border: 1px solid #D6E9C6;
    border-radius: 0px;
    text-align: center !important;
    font-weight: 700;
    font-size: 20px;
    padding: 15px;
    margin: 0px 0px 30px 0px;
}


.ClaimDetailsStatus_New {
    background: #D9EDF6;
    color: #6F9CB3;
    border: 1px solid #BCE8F1;
    border-radius: 0px;
    text-align: center !important;
    font-weight: 700;
    font-size: 20px;
    padding: 15px;
    margin: 0px 0px 30px 0px;
}

.ClaimDetailsStatus_UnderReview , .ClaimDetailsStatus_SendToManager {
    background: #FCF8E3;
    color: #B19D78;
    border: 1px solid #FAEBCC;
    border-radius: 0px;
    margin: 0px 0px 30px 0px;
    text-align: center !important;
    font-weight: 700;
    font-size: 20px;
    padding: 15px;
}

.ClaimDetailsStatus_Cancelled, .ClaimDetailsStatus_Invalid {
    background: #F2DEDF;
    color: #C68589;
    border: 1px solid #EBCCD2;
    border-radius: 0px;
    margin: 0px 0px 30px 0px;
    text-align: center !important;
    font-weight: 700;
    font-size: 20px;
    padding: 15px;
}

.claim-status-date {
    font-size: 16px;
    margin-top: 10px;
}



.statusnew {
    display: inline;
}
/*ChannelAssist Addition ends here*/





.header-new {
    /*margin: auto;
    text-align: left;
    width: 980px;
    color: black;
    padding-top: 0px;
    padding-bottom: 0px;*/
    /* margin-bottom: 20px; 
   
     background-color: #0F0F1E; */
    font-size: 28px;
    font-weight: bold;
}

.serial-details {
    font-size: 16px;
    margin-bottom: 2px;
}

/*.required {
    
    height: 44px;
    margin-bottom: 10px;
    line-height: 30px;
    padding: 11px 19px;
    font-size: 17.5px;

}*/

/*.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    width: 150px;
}*/

.btnupdate {
    padding-top: 20px;
    background-color: #006666;
    background-repeat: repeat-x;
    color: #fff;
    border: none;
    padding: 8px 17px;
    font-size: 16px;
}

.btnupdatenew {
    background-color: #0c84e4;
    background-repeat: repeat-x;
    color: #fff;
    border: none;
    padding: 8px 17px;
    font-size: 16px;
}

.button1new {
    /*margin: 10px 2px 0 2px;*/
    /*background: #0c84e4;*/
    color: #FFFFFF !important;
    font-size: 16px;
    font-weight: normal;
    padding: 8px 17px;
    transition: all 0.3s ease 0s;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: inherit;
    text-transform: capitalize;
}

.serialupdate {
    width: 96%;
}

.serialid {
    color: #999;
    font-size: 12px;
    margin-top: 4px;
}

.errormessage {
    color: red;
    font-weight: bold;
    font-size: 14px;
}

.fake-input {
    position: relative;
}

    .fake-input input {
        background: #fff;
        display: block;
        width: 100%;
        box-sizing: border-box;
    }

    .fake-input img {
        position: absolute;
        top: 8px;
        right: 15px;
    }

.button-back {
    border: none;
    /* margin: 10px 2px 0 2px; */
    background: #0c84e4;
    color: #FFFFFF !important;
    font-size: 16px;
    font-weight: normal;
    padding: 12px 20px;
    transition: all 0.3s ease 0s;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    text-transform: capitalize;
}

.resetresult {
    border: 1px solid #D5E9C6;
    background: #DEF0D8;
    color: #609060;
    padding: 10px;
    margin-bottom: 15px;
    width: 98%;
}

.errormessageserial {
    border: 1px solid #EBCCD2;
    background: #F2DEDF;
    color: #C68589;
    padding: 10px;
    margin-bottom: 15px;
}


.btnnew {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    width: 150px;
}

    .btnnew :hover {
        background-color: blue;
        width: 1px;
    }

/*Slider*/

.sldImages {
    margin:10px;
    overflow:auto;
}


.addimage {
    width: auto;
    float: right;
    padding:10px 15px;
    background: #0c84e4;
    color: #FFFFFF !important;
    font-size: 14px;
    font-weight: normal;
    text-transform: capitalize;
    cursor: pointer;
    border:0px;
}


.sliderlabel {
    font-size: 20px;
    font-weight: bold;
    padding: 20px 20px 20px 3px;
}

.imagename {
    font-size: 12px;
    color: #666;
    margin-top: 5px;
}

.speedlabel {
    font-size: 14px;
    font-weight: bold;
    display: inline;
    margin-left:10px;
}

.sliderbuttons {
    float: right;
    cursor: pointer;
}

.availableRoles {
    width: 33%;
    text-align:left !important;
    /*white-space: nowrap;*/
    /*padding: 10px;*/
}

    .availableRoles label {
        font-weight: 400 !important;
        float:none !important;
    }
    .availableRoles input {
        margin-right:5px;
    }
.RemoveImage {
    border-radius: 0px;
    font-weight: 400;
    font-size: 12px;
    padding: 10px 15px;
    background: #999;
    color: #FFF !important;
    display: block;
    text-transform: capitalize;
    text-align: center;
}

    .RemoveImage:hover {
        background: #00A8FF;
        text-decoration: none !important;
    }

.sliderHeader {
    background-color: #E6EEF5;
    padding: 10px;
    border-radius: 5px;
    margin: 10px;
    overflow:auto;
}


.resource-details {
    background-color:#FFF;
    color:#2C2D30;
    padding:0px;
    overflow:auto;
}


/*.resource-title {
    font-size:17px;
    line-height:24px;
    text-align:left;
    text-transform:capitalize;
}*/



.resource-link-holder {
    padding: 10px 0px 0px 0px;
    overflow: auto;
    float: left;
    width: 100%;
    display: none;
}

.resource-view-link a {
    margin-bottom:8px;
    float:left;
    text-align:left;
}



.resource-link-arrow {
    color: #FFF;
    font-size: 12px;
    background-color: #91CA8F;
    border-radius: 100%;
    width: 15px;
    height: 15px;
    float: left;
    margin: 3px 5px 0 0;
    padding-left: 1px;
}


.profile-image-holder img {
    height:150px;
    border:1px solid #CCC;
    border-radius:100%;
}

.myui-button {
    cursor:pointer;
    color:#00B259;
    margin-top:10px;
    line-height:32px;
}


.notification-settings {
    color:#60C2D3
}


hr {
    border-top:1px solid #CCC;
    margin:30px 0px;
    clear:both;
}


@media screen and (max-width: 980px) {
    .editSliderImage {
        float: left;
        height: 200px;
        width: 30%;
        padding: 10px;
    }

    .editSliderDetails {
        width: 70%;
        float: left;
        padding: 10px;
    }

        /*.editSliderDetails label {
            float: left;
            font-weight: 700;
            margin-right: 5px;
        }*/
}


@media screen and (max-width: 768px) {
    .editSliderImage {
        float: left;
        height: 100px;
        width: 161px;
        margin: 10px;
    }

    .editSliderDetails {
        width: 250px;
        float: left;
    }
}

@media screen and (max-width: 468px) {
    .editSliderImage {
        float: left;
        height: 200px;
        width: 282px;
        margin: 10px;
    }

    .editSliderDetails {
        width: 250px;
        float: left;
    }
}

.header-links-dropdown span:before {
	/*content: "\e114";*/ /* Chevron */
	content: "\e259" !important; /* Menu-down (best) */
}
.header-links-arrow {
	left: 25px !important;
}

.coutndown-circle-left, .coutndown-circle-right {
    border: 6px solid #60C2D3 !important;
    background-color: #FFF !important;
}


/*********** WORD SEARCH ***********/


#puzzle {
    border: 1px solid #ACACAE;
    border-radius:4px;
    padding: 15px;
    float: left;
    margin: 0px 30px 30px 0;
    
}

    #puzzle div {
        width: 100%;
        margin: 0 auto;
    }


    /* style for each square in the puzzle */
    #puzzle .puzzleSquare {
        height: 32px;
        width: 32px;
        text-transform: uppercase;
        background-color: white;
        border:1px solid #FFF;
        border-radius:50px;
        border: 0;
    }

button::-moz-focus-inner {
    border: 0;
}

/* indicates when a square has been selected */
#puzzle .selected {
    background-color: #FFF;
    border:1px solid #0096D6;
    color:#0096D6;
    border-radius:50px;
}

/* indicates that the square is part of a word that has been found */
#puzzle .found {
    background-color: #0096D6;
    color:#FFF;
    border:1px solid #FFF;
    border-radius:50px;
}

#puzzle .solved {
    background-color: #0096D6;
    color:#FFF;
}

/* indicates that all words search have been found */
#puzzle .complete {
    background-color: #0096D6;
    color:#FFF;
}

/* Styles for the word list*/
#words {
    padding: 20px;
    -moz-column-count: 2;
    -moz-column-gap: 20px;
    -webkit-column-count: 2;
    -webkit-column-gap: 20px;
    column-count: 2;
    column-gap: 20px;
    width: 300px;
    background-color:#E0E1E4;
    border-radius:4px;
    margin-top:20px;
}

    #words ul {
        list-style-type: none;
    }

    #words li {
        padding: 5px;
        font: 14px 'HPSimplifiedRegular';
        text-align:center;
    }

    /* indicates that the word has been found */
    #words .wordFound {
        text-decoration: line-through;
        color: #91283F;
    }

/* Styles for the button*/
#solve {
    margin: 0 30px;
}



.public-landing-register:after {
    content: " Today!";
}





/*********** STAR RATINGS ***********/

.rating-container .filled-stars {
    text-shadow:none !important;
    -webkit-text-stroke:0px !important;
}

.rating-container .empty-stars {
    color:#ACACAE;
}

.glyphicon-star:before {
    color:#60C2D3;
}



/*********** ZOHO CONTACT FORM ***********/

.zsFontClass label {
    font-size:15px !important;
}

.submit-btn {
    background-color: #079176 !important;
    margin: 10px 10px 0 0 !important;
    color:#FFF !important;
    border:0px;
    padding:10px 20px;
    cursor:pointer;
}

.reset-btn {
    background-color: #91CA8F !important;
    color: #FFF !important;
    margin: 10px 10px 0 0 !important;
    border: 0px;
    padding: 10px 20px;
    cursor: pointer;
}

.zsFontClass textarea {
    border:1px solid #DDD;
    padding:10px;
}


/*********** HOMEPAGE EARNINGS DASHBOARD***********/
.earnings-link {
    float: right;
    font-size: 16px;
}

.dashboard-description {
    text-align: left;
    color: #68727B;
    font-size:16px;
    padding-bottom:20px;
}

.earnings-1 {
    background-color: #079176;
    color: #FFF;
    padding: 20px;
}

.earnings-2 {
    background-color: #91CA8F;
    color: #FFF;
    padding: 20px;
}

    .earnings-1 h2,
    .earnings-2 h2 {
        font-size: 32px !important;
        text-align: center !important;
    }

    .earnings-2 h3,
    .earnings-1 h3 {
        font-size:20px;
        text-align: center !important;
    }


.partner-earnings {
    background-color: #EEEEEE;
    padding: 20px;
    text-align:center;
}

    .partner-earnings h3 {
        color: #079176;
        font-size:1.25rem;
        text-align: center !important;
    }

    .partner-earnings h4 {
        color:#000;
        font-size: 16px;
        text-align: center !important;
    }

    .partner-earnings img {
        height: 15px;
        text-align: center;
        display: inline-block;
        margin:2px;
    }


.earnings-table-logos {
    height:16px;
}

.home-offer-1 p {
    font-size: 16px;
    text-align: left;
    color: #68727B;
    line-height: 1.2em;
}

.home-offer-1 h3 {
    font-size: 20px;
    text-align: left;
    color: #079176;
    line-height: 1.2em;
}



/*********** NOTIFICATIONS ***********/

.notification-settings {
    color: #079176;
}

.notification-title {
    font-size: 14px;
}
.notification-header div {
    font-size:16px !important;
}

#BellNotifications .glyphicon-bell {
    color: #079176;
    
}
    #BellNotifications .glyphicon-bell::after {
        content: "bell"
    }

#BellNotifications .dropdown-toggle::after {
    display:none;
    }


#BellNotifications {
    /*float: right;
    margin-top: 13px;*/
    padding: 5px 20px;
    border-left: 1px solid #91CA8F;
}

.notification-top-header {
    max-width: 980px;
    margin: auto;
    margin-top: 8px;
}


.notification-dropdown .dropdown-toggle {
    background: red;
    color: white;
    width: 64px;
    height: 64px;
    padding: 10px;
}


/*********** BOOSTRAP 4 BUTTON OVERIDES ***********/


.btn-success {
    background-color: #079176 !important;
    border-color: #079176 !important;
    border-radius:0px !important;
    font-size:12px !important;
}


/*********** EARNINGS HISTORY TABLE ***********/
.table.dataTable.no-footer {
    border-bottom: 0px;
}


/*********** RESOURCES ***********/

.resource-count {
    position: absolute;
    bottom: 0;
    padding: 15px;
}