/* Minification failed. Returning unminified contents.
(8226,101): run-time error CSS1062: Expected semicolon or closing curly-brace, found ':'
(8226,118): run-time error CSS1035: Expected colon, found ','
(8231,101): run-time error CSS1062: Expected semicolon or closing curly-brace, found ':'
(8231,118): run-time error CSS1035: Expected colon, found ','
 */
/*=====================================================
    
    MAIN CSS / SMALLER MOBILE DEVICES

=====================================================*/

@media all and (min-width: 240px) {


    /*********** CSS RESET **********/


    * {
        margin: 0;
        outline: none;
        padding: 0;
        text-decoration: none;
    }

        *, *: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;
    }

    input[type="button"],
    input[type="submit"],
    input[type="reset"] {
        -webkit-appearance: none;
    }

    input[type="checkbox"],
    input[type="radio"],
    input[type="checkbox"] + *,
    input[type="radio"] + * {
        vertical-align: middle;
    }

    input:-webkit-autofill {
        -webkit-box-shadow: inset 0 0 0 1000px #fff;
    }

    label, label + * {
        vertical-align: middle;
    }

    /* PRODUCTION CSS */

    /*html {
        overflow: hidden;
    }
    body {
        position: absolute;
        left: 0;
        top: 0;
        right: -17px;
        bottom: 0;
        overflow-y: scroll;    
    }*/

    /*********** GLOBAL STYLES **********/


    script {
        display: none !important;
    }

    body {
        background: #f0f0f0;
        font: normal 12px sans-serif;
    }

    h1, h2, h3, h4, h5, h6 {
    }

    a {
        color: inherit;
        cursor: pointer;
    }

        a img {
            opacity: 0.99; /*firefox scale bug fix*/
        }

    table {
        width: 100%;
        border-collapse: collapse;
    }

    input[type="text"],
    input[type="password"],
    textarea, select {
        max-height: 37px; /*safari padding fix*/
        min-width: 35px;
        border: 1px solid #ddd;
        padding: 7px;
        vertical-align: middle;
    }

    textarea {
        min-height: 150px;
    }

    select {
        min-width: 50px;
        height: 32px; /*safari padding fix*/
        padding: 6px;
    }

        input[type="text"]:focus,
        input[type="password"]:focus,
        textarea:focus, select:focus {
            border-color: #999;
        }

    input[type="checkbox"],
    input[type="radio"] {
        vertical-align: middle;
    }

    input[type="button"], input[type="submit"],
    button, .button-1, .button-2 {
        cursor: pointer;
    }

    label {
        vertical-align: middle;
    }

    .master-wrapper-content {
        width: 95%;
        margin: 0 auto;
        background: #ebebeb;
    }

    .master-column-wrapper:after {
        content: ".";
        display: block;
        visibility: hidden;
        clear: both;
        height: 0;
        line-height: 0;
        font-size: 0;
    }

    .center-1 {
        margin: 0 0 20px;
        padding: 1% 0.5%;
    }

    .center-2, .side-2 {
        margin: 10px auto 0;
        width: 98%;
        text-align: center;
    }

    .page {
        text-align: center;
    }

    .page-title {
        margin: 0 auto 20px;
    }

        .page-title h1 {
            /*background:#DDDDDD;*/
            background: #ddd;
            color: #D31D25;
            font-size: 18px;
            margin: 0 auto;
            padding: 9px 10px;
            width: 100%;
        }

        .page:after,
        .page-title:after,
        .page-body:after {
            content: ".";
            display: block;
            visibility: hidden;
            clear: both;
            height: 0;
            line-height: 0;
            font-size: 0;
        }

    .item-box .buttons {
        /*position: absolute;
        bottom: 0px;
        left: 0;
        right: 0;*/
    }

    .link-rss {
        display: none;
        width: 24px;
        height: 24px;
        overflow: hidden;
        background: url(/Themes/ShopAll/Content/img/rss-icon.png);
        background-repeat: no-repeat;
        text-indent: 999px;
    }

    .category-description ul,
    .manufacturer-description ul,
    .full-description ul,
    .topic-block ul,
    .topic-page ul,
    .post-body ul,
    .custom-tab ul {
        margin: 12px 0;
        padding: 0 0 0 36px;
        list-style: disc;
    }

    .post-body ul {
        text-align: left;
    }

    .category-description ol,
    .manufacturer-description ol,
    .full-description ol,
    .topic-block ol,
    .topic-page ol,
    .post-body ol,
    .custom-tab ol {
        margin: 12px 0;
        padding: 0 0 0 36px;
        list-style: decimal;
    }

    .category-description p,
    .manufacturer-description p,
    .full-description p,
    .topic-block p,
    .topic-page p,
    .post-body p,
    .news-body p,
    .custom-tab p {
        margin: 10px 0;
        text-align: center;
        font-size: 14px;
        color: #333;
    }

    .category-description a,
    .manufacturer-description a,
    .full-description a,
    .topic-html-content a,
    .topic-page a,
    .post-body a,
    .news-body a,
    .custom-tab a {
        color: #ed1c24;
        text-decoration: underline;
    }

    .flyout-cart {
        display: none;
    }

    .noscript {
        border-bottom: 1px solid #333;
        background-color: #ff9;
        padding: 30px 15px;
        text-align: center;
        line-height: 22px;
        color: #444;
    }


    /*********** GLOBAL FORMS ***********/



    .fieldset, .section {
        position: relative;
        margin: 0 0 20px;
        border: 1px solid #ddd;
        padding: 5px;
    }

        .fieldset .title,
        .section .title {
            margin: 10px 0;
        }

            .fieldset .title strong,
            .section .title strong {
            }

    .form-fields {
        position: relative;
    }

    .inputs {
        position: relative;
        margin: 0 0 10px;
        text-align: center;
        white-space: nowrap;
    }

        .inputs:after {
            content: ".";
            display: block;
            visibility: hidden;
            clear: both;
            height: 0;
            line-height: 0;
            font-size: 0;
        }

        .inputs label {
            display: block;
            width: 100%;
            margin: 0 0 5px;
            text-align: center;
        }

        .inputs input[type="text"],
        .inputs input[type="password"],
        .inputs select, .inputs textarea {
            width: 350px;
            max-width: 100%;
        }

        .inputs.reversed {
            margin: 0 0 20px;
            text-align: center;
        }

    .required {
        margin: 0 -6px 0 0; /*siblings offset fix*/
        font-size: 11px;
        color: #c00;
    }

    .message-error,
    .field-validation-error,
    .username-not-available-status,
    .poll-vote-error,
    .password-error {
        display: block;
        font-size: 11px;
        color: #c00;
        text-align: center;
        margin: 5px 0 0 5px;
    }

    .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 input {
            height: auto;
        }

        .captcha-box > div {
            display: inline-block;
        }

    .inputs.custom-attributes {
        white-space: normal;
    }

    .inputs.date-of-birth select {
        width: 110px;
    }



    /*********** BAR NOTIFICATION & JQUERY POPUPS  ***********/



    .bar-notification {
        display: none;
        position: fixed;
        bottom: 0;
        left: 0;
        z-index: 10000;
        width: 100%;
        padding: 12px 25px 12px 10px;
        color: #fff;
        opacity: 0.95;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=95)";
    }

        .bar-notification.success {
            border-bottom: 1px solid #bd2;
            background: #9b0;
        }

        .bar-notification.error {
            border-bottom: 1px solid #f55;
            background: #f00;
        }

        .bar-notification .content {
            float: left;
            margin: 0 10px 0 0;
        }

            .bar-notification .content a {
                color: #fff;
                text-decoration: underline;
            }

        .bar-notification .close {
            position: absolute;
            top: 0;
            right: 0;
            width: 32px; /*even numbers only*/
            height: 32px; /*even numbers only*/
            margin: 5px;
            border: 1px solid #666;
            box-shadow: inset 0 0 1px #999;
            background: #fff url(/Themes/ShopAll/Content/img/close.png);
            background-position: center;
            background-repeat: no-repeat;
            cursor: pointer;
            opacity: 0.7;
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
        }

            .bar-notification .close:hover {
                opacity: 0.9;
                -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
            }

    .ui-dialog {
        position: absolute !important;
        z-index: 1008;
        width: 350px !important;
        max-width: 95%;
        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 #eee;
        overflow: hidden;
        background: #ddd url(/Themes/ShopAll/Content/img/headpad.png);
        background-position: top;
        background-repeat: repeat-x;
        padding: 10px;
        font-weight: bold;
        text-shadow: 1px 1px 0 #eee;
    }

        .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(/Themes/ShopAll/Content/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-block {
            margin: 10px 0 0;
        }

        .ui-dialog-content .topic-block-body {
            max-height: 200px;
            overflow-y: scroll;
        }

        .ui-dialog-content .topic-block 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 #ddd, inset 0 0 1px #fff;
            background: #eee;
            padding: 5px;
        }

            .ui-dialog-buttonset button:hover {
                background: #f6f6f6;
            }


    /*********** HEADER & NAVIGATION ***********/



    .admin-header-links {
        text-align: center;
        background: #000;
        color: #fff;
    }

        .admin-header-links a {
            display: inline-block;
            margin: 0 10px;
            line-height: 35px;
            font-weight: bold;
        }

        .admin-header-links .impersonate {
            line-height: 35px;
        }

            .admin-header-links .impersonate a {
                display: inline-block;
            }

    .header {
        position: relative;
        z-index: 1002;
        margin: 0 auto 10px;
        text-align: center;
        width: 95%;
    }

        .header:after {
            content: ".";
            display: block;
            visibility: hidden;
            clear: both;
            height: 0;
            line-height: 0;
            font-size: 0;
        }

    .header-logo {
        text-align: center;
        padding-top: 10px;
    }

        .header-logo a {
            display: inline-block;
            width: 195px;
            height: 118px;
            line-height: 0; /*firefox line-height bug fix*/
            background-repeat: no-repeat;
        }

            .header-logo a img {
                max-width: 100%;
            }

    .header-links-wrapper:after {
        display: block;
        content: '';
        clear: both;
    }

    .header-links {
        overflow: hidden;
    }

        .header-links:after {
            display: block;
            content: '';
            clear: both;
        }

        .header-links ul {
            font-size: 0;
            margin-bottom: 15px;
        }

        .header-links li {
            display: inline-block;
            margin: 0 10px;
        }

            .header-links li:hover a, .header-links li:hover span {
                color: #ED1C24;
                text-decoration: underline;
            }

    /*first element always red*/
    .header-links-wrapper .account {
        color: #ED1C24;
    }

    .header-links span,
    .header-links a {
        display: inline-block;
        font-size: 12px; /*reset zeroing*/
        line-height: 32px;
        color: #000;
        font-weight: bold;
    }

    .header-links a {
        transition: all 0.3s ease 0s;
        padding-bottom: 10px;
    }

    .header-links .cart-qty {
        /*background: url(/Themes/ShopAll/Content/img/cart-icon.png);*/
        background-position: left center;
        background-repeat: no-repeat;
        padding: 0 0 0 5px;
    }

    .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;
        }

        .search-box.forum-search-box form {
            width: auto;
        }

    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(/Themes/ShopAll/Content/img/search-button.png) transparent;
        background-repeat: no-repeat;
        width: 45px;
        height: 32px;
        background-position: center;
        text-indent: -9999px;
    }

    .ui-helper-hidden-accessible {
        display: none;
    }

    .ui-autocomplete.ui-menu.ui-widget.ui-widget-content {
        position: absolute;
        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;
            color: #777;
        }

            .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(/Themes/ShopAll/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 {
        /*background: #070707 url(/Themes/ShopAll/Content/img/header-bg.png);*/
        background-repeat: repeat-x;
        background-position: left top;
        padding-bottom: 10px;
    }

        .master-header-wrapper:after {
            display: block;
            content: '';
            clear: both;
        }

    .master-wrapper-content .master-column-wrapper {
        background: #fff;
    }

    .forums-main-page {
        padding-top: 20px;
    }

    .center-2 .details .add-info .buttons .button-2,
    .button-2.contact-vendor-button {
        background: url(/Themes/ShopAll/Content/img/red-button.png) #9e0b0f;
        border: none;
        color: #FFFFFF;
        font-size: 16px;
        padding: 8px 17px;
        transition: all 0.3s ease 0s;
    }

        .master-wrapper-content .master-column-wrapper .center-2 .product-grid .details .add-info .buttons input:hover,
        .button-2.contact-vendor-button:hover {
            opacity: 0.80;
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
        }

    .contact-vendor {
        margin: 0 0 20px;
    }

    .header-menu > ul {
        margin: 0 auto;
        font-size: 16px;
        /*position: relative;*/
        transition: all 0.45s ease 0s;
        text-align: center;
        background: #1c1c1c;
    }

        .header-menu > ul li:last-child {
        }

        .header-menu > ul li {
        }

            .header-menu > ul li a {
                color: #fff;
                font-size: 22px;
            }

            .header-menu > ul li:hover {
                /*background: url(/Themes/ShopAll/Content/img/hover-menu.png) #d21d25;
                background-repeat: repeat-x;*/
            }

    .header-menu .dropdown {
        display: none;
    }

    .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-wrap {
        display: none;
    }

        .top-menu .sublist-wrap.active,
        .sublist-wrap .sublist-wrap.active {
            display: block;
        }

    .block-shoppingcart {
        display: none;
    }
    /*********** FOOTER ***********/



    .footer {
        background: #000;
        color: #fff;
    }

    .footer-upper, .footer-middle {
        overflow: hidden;
        margin: 0 auto;
        border-bottom: 1px solid #333;
        width: 90%;
    }

        .footer-upper, .footer-middle:after {
            display: block;
            content: '';
            clear: both;
        }

            .footer-upper .footer-nav {
                border-bottom: 1px solid #333;
            }

        .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 .networks {
            text-align: center;
            margin: 10px 0 8px 0;
            font-size: 0;
        }
            .footer-upper .networks li {
                display: inline-block;
            }
            .footer-upper .networks a {
                display: inline-block;
                margin: 5px;
                height: 32px;
            }

                .footer-upper .networks a span {
                    display: inline-block;
                    height: 32px;
                    width: 32px;
                }

            .footer-upper .networks a {
                border: 1px solid #000;
                background: url(/Themes/ShopAll/Content/img/social_sprite_big.png);
                background-repeat: no-repeat;
                display: inline-block;
                width: 30px;
                height: 30px;
                position: relative;
                top: -18px;
                font-size: 0;
            }

                .footer-upper .networks .youtube a {
                    background-position: 0 0;
                }

                .footer-upper .networks .twitter a {
                    background-position: -30px 0;
                }

                .footer-upper .networks .facebook a {
                    background-position: -60px 0;
                }

                .footer-upper .networks .rss a {
                    background-position: -90px 0;
                }

                .footer-upper .networks .google-plus a {
                    background-position: -120px 0;
                }

                .footer-upper .networks a:hover {
                    border: 1px solid;
                }

                .footer-upper .networks .instagram a {
                    background: url(/Themes/ShopAll/Content/img/instagram.png);
                }


    .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(/Themes/ShopAll/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 {
        max-width: 100%;
        margin: 10px 0 20px;
        text-align: center;
    }
    .newsletter .title {
        margin: 0 0 10px;
    }
    .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: #aaa url(/Themes/ShopAll/Content/img/icon5.png);
            background-position: center;
            background-repeat: no-repeat;
            text-indent: 999px;
        }
    .newsletter .options {
        display: block;
        line-height: 30px;
    }

    .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(/Themes/ShopAll/Content/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(/Themes/ShopAll/Content/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%;
        text-align: center;
    }

        .footer-lower > div {
            display: inline-block;
            text-align: center;
            margin: 5px;
            color: #777;
        }

    .footer-powered-by {
    }

        .footer-powered-by a,
        .footer-designed-by a {
            text-decoration: underline;
        }

    .footer-tax-shipping > a {
        text-decoration: underline;
    }

    .footer-store-theme {
        display: block !important;
        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 ***********/



    .block {
        margin: 0 0 7px;
        text-align: left;
    }

        .block .title {
            margin: 0px;
            color: #fff;
            margin: 0;
            background: url(/Themes/ShopAll/Content/img/categories-repeat.png) #070707;
            background-repeat: repeat-x;
            font-size: 18px;
            cursor: pointer;
        }

            .block .title strong {
                text-transform: uppercase;
                font-size: 16px;
                display: block;
                padding: 10px;
                background: url(/Themes/ShopAll/Content/img/arrow_icon.png);
                background-repeat: no-repeat;
                background-position: 96% center;
                font-weight: normal;
            }

        .block > .title:hover strong {
            color: #f4f4f4;
        }

        .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 {
        }

            .block .list li {
                border-top: 1px solid #eee;
                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;
        color: #333;
        padding: 10px;
    }

        .block .list a:hover {
            color: #000;
            text-decoration: underline;
        }

    .block .list img {
        display: none;
    }

    .block .view-all {
        border-top: 1px solid #d31d25;
    }

        .block .view-all a {
            display: block;
            color: #d31d25;
            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 **********/


    .product-filters {
        display: none;
    }

    .breadcrumb {
        margin: 10px 0 0 0;
        text-align: center;
        padding: 5px 0;
        position: relative;
    }

        .breadcrumb ul {
            font-size: 0;
        }

        .breadcrumb li {
            display: inline-block;
        }

            .breadcrumb li * {
                margin: 0 1px;
                font-size: 12px; /*reset zeroing*/
                line-height: 32px;
                color: #333;
            }

            .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: 20px 0;
        text-align: center;
        font-size: 0;
    }

	.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;
		line-height: 20px;
	}

	.product-selectors select {
		margin: 0 5px;
		text-transform: lowercase;
		/*background: url(/Themes/ShopAll/Content/img/custom-dropdown.png);*/
		background-position: 94% center;
		background-repeat: no-repeat;
	}

	.product-selectors > div > span {
		display: inline-block;
		font-size: 12px;
		vertical-align: middle;
		float: none;
	}

	.product-selectors .select-wrap {
		position: relative;
		display: inline-block;
		height: 32px;
		margin: 0 0 0 5px;
		padding: 5px 15px 5px 5px;
		min-width: 85px;
		text-align: left;
		font-size: 0;
		border: 1px solid #ddd;
		background: url(/Themes/ShopAll/Content/img/custom-dropdown.png) no-repeat 95% center;
	}

    .product-page-size .select-wrap {
        margin: 0 5px;
    }

    .product-selectors .select-box {
        display: inline-block;
        vertical-align: middle;
        font-size: 12px;
    }

    .select-wrap select {
        position: absolute;
        top: 0;
        left: 0;
        opacity: 0;
        width: 100%;
		margin: 0;
        box-sizing: border-box;
        z-index: 1;
        height: 30px;
        cursor: pointer;
    }
	
	.select-wrap select option {
		padding: 3px;
	}

    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 5px;
        border: 1px solid #ddd;
    }


    .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;
    }*/


    .item-box .picture {
    }

    .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;
    }

    .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)";
    }




    /*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(/Themes/ShopAll/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: #333;
                font-size: 14px;
            }


    .item-box .details {
        padding: 5px;
    }

    .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: #333;
            }

                .item-box .add-info .tax-shipping-info a:hover {
                    text-decoration: underline;
                }

    .item-box .details .add-info .prices {
        color: #ff0000;
        font-size: 20px;
    }

    .item-box .product-title,
    .item-box .title {
        overflow: hidden;
    }


    .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(/Themes/ShopAll/Content/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(/Themes/ShopAll/Content/img/star-fill.png);
        background-repeat: repeat-x;
        margin: 0;
    }

    .item-box .description {
        height: 30px;
        margin: 0 0 10px;
        overflow: hidden;
        display: none;
    }

        .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: #ed1c24;
    }
    .item-box .base-price-pangv {
        font-size: 12px;
    }

    .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(/Themes/ShopAll/Content/img/red-button.png) #9E0B0F;
        background-repeat: repeat-x;
        transition: all .35s ease 0s;
    }

    .item-box .buttons .add-to-compare-list-button,
    .item-box .buttons .add-to-wishlist-button {
        font-size: 0 !important;
        vertical-align: top;
        margin: 0 0 0 1px;
        width: 40px !important;
        height: 35px !important;
    }

    .item-box .buttons .button-2.add-to-wishlist-button {
        background: url(/Themes/ShopAll/Content/img/icon-wishlist.png) no-repeat center #eee !important;
    }

    .item-box .buttons .button-2.add-to-compare-list-button {
        background: url(/Themes/ShopAll/Content/img/icon-compare.png) no-repeat center #eee !important;
    }

    .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,
    .vendor-item .picture {
        display: none;
    }

    .manufacturer-item .title,
    .vendor-item .title {
        background: #aaa;
    }

        .manufacturer-item .title > a,
        .vendor-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: #aaa;
    }

        .sub-category-grid .title a {
            padding: 9px 0;
            color: #fff;
            text-shadow: 0 1px 1px #888;
            font-size: 20px;
        }

    .product-grid,
    .product-list {
        margin: 0 0 20px;
    }

        .product-grid .title {
            font-size: 18px;
            background: none repeat scroll 0 0 #AAAAAA;
            color: #FFFFFF;
            padding: 9px 10px;
            text-shadow: 0 1px 1px #454545;
            margin: 20px auto;
        }

            .product-grid .title strong {
                font-weight: normal;
                font-size: 18px;
                font-weight: bold;
            }

    .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: #eee;
            }

            .pager li a:hover {
                background-color: #eee;
            }

            .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(/Themes/ShopAll/Content/img/arrow-left.png);
            }

            .pager li.next-page * {
                background-image: url(/Themes/ShopAll/Content/img/arrow_pager.png);
            }

            .pager li.first-page * {
                background-image: url(/Themes/ShopAll/Content/img/prev-first.png);
            }

            .pager li.last-page * {
                background-image: url(/Themes/ShopAll/Content/img/next-last.png);
            }


    /********** PRODUCT PAGE **********/



    .product-essential {
        margin: 0 0 20px;
    }

        .product-essential:after {
            content: ".";
            display: block;
            visibility: hidden;
            clear: both;
            height: 0;
            line-height: 0;
            font-size: 0;
        }


        /*cloud zoom fix*/

    .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 #eee;
            overflow: hidden;
            background: #fff;
        }

            .gallery .picture img,
            .gallery .picture-thumbs img,
            .variant-picture img {
                top: 0;
                right: 0;
                bottom: 0;
                left: 0;
                max-width: 100%;
                max-height: 100%;
                margin: auto;
            }

    .ui-tabs-panel .gallery {
        margin: 0;
    }

    .gallery .picture-thumbs {
        overflow: hidden;
        font-size: 0;
    }

        .gallery .picture-thumbs a {
            float: left;
            position: relative;
            width: 88px;
            margin: 0 5px 10px;
            border: 1px solid #eee;
            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;
            }
    .gallery .picture-thumbs a:nth-child(3n+1) {
        clear: both;
    }

    /*Default Zoom start*/
    #lbOverlay {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 9999;
        width: 100%;
        height: 100%;
        background-color: #000;
        cursor: pointer;
    }

    #lbCenter,
    #lbBottomContainer {
        position: absolute;
        z-index: 9999;
        overflow: hidden;
        background-color: #fff;
    }

    .lbLoading {
        background: #fff url(/Themes/ShopAll/Content/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(/Themes/ShopAll/Content/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;
    }

    .product-details-page .discontinued-product {
        margin: 0 0 15px;
        border: 1px solid #ddd;
        background: rgba(255,255,255,0.6);
        padding: 20px 5px;
        font-size: 15px;
    }

    .discontinued-product h4 {
        color: #c00;
        font-weight: normal;
    }

    .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;
    }

        .back-in-stock-subscription .subscribe-button {
            background: none;
            border: none;
            font-weight: bold;
            text-decoration: underline;
            cursor: pointer;
        }

        .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: #333;
        background: transparent;
    }

    .button-2.add-to-compare-list-button {
        background: url(/Themes/ShopAll/Content/img/compare.png);
        background-repeat: no-repeat;
        background-position: left center;
        padding: 5px 10px 5px 20px;
    }

    .button-2.email-a-friend-button {
        background: url(/Themes/ShopAll/Content/img/mail1.png);
        background-repeat: no-repeat;
        background-position: left center;
        padding: 5px 10px 5px 20px;
    }

    .button-2.add-to-wishlist-button {
        background: url(/Themes/ShopAll/Content/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;
            color: #ed1c24;
        }

    .free-shipping {
        width: 100px;
        height: 100px;
        margin: 15px auto;
        border: 1px solid #ccc;
        border-radius: 50px;
        background: #eee;
        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: #333;
    }

    .product-no-reviews,
    .product-reviews-overview {
        margin: 0 0 20px; /*not present in variant-overview*/
    }

        .product-no-reviews a {
            color: #333;
        }

    .product-review-box {
        display: inline-block;
        margin: 0 0 5px;
    }

        .product-review-box .rating {
            background: url(/Themes/ShopAll/Content/img/star.png);
            background-repeat: repeat-x;
            height: 16px;
            width: 100px;
        }

            .product-review-box .rating div {
                height: 16px;
                background: url(/Themes/ShopAll/Content/img/star-fill.png);
            }


    .addthis_toolbox.addthis_default_style {
        margin: auto;
        width: 145px;
        max-width: 160px;
    }

    .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: #ed1c24;
    }

    .overview .product-price {
        font-size: 18px;
        color: #c00;
    }

    .variant-overview .product-price {
        color: #ED1C24;
        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;
    }

    .min-qty-notification {
        margin: 0 0 10px;
    }

    .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,
    .overview .qty-dropdown,
    .variant-overview .qty-dropdown {
        width: 35px;
        height: 35px;
        padding: 7px;
        text-align: center;
        font-size: 14px;
        float: left;
    }

    .overview .add-to-cart-button,
    .variant-overview .add-to-cart-button {
        border: 1px solid #9e0b0f;
        padding: 7px 17px;
        font-size: 16px;
        color: #fff;
        text-shadow: 0 0 1px #333;
        background: url(/Themes/ShopAll/Content/img/red-button.png) #9e0c10;
        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*/
    }

    .full-description {
        clear: both;
        margin: 0 0 20px;
        line-height: 20px;
        padding: 0 5px;
    }

    .product-collateral {
        margin: 0 0 20px;
    }

        .product-collateral .title {
            background: none repeat scroll 0 0 #AAAAAA;
            color: #FFFFFF;
            font-size: 18px;
            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: 18px;
            line-height: 0;
            font-weight: bold;
        }

    .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 #eee;
        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: #333;
        }

        .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;
        }

    /*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: #333;
                }

                .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: #ED1C24;
                    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 #ddd;
        overflow: hidden;
    }

    .ui-widget-header.ui-corner-all {
        background: #ddd;
        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: #333;
        }

            .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 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 > * {
            
            padding: 0 5px;
            vertical-align: middle;
        }

    .color-squares {
        font-size: 0;
    }
    .quickViewWindow .color-squares label {
        position: static !important;
    }
        .color-squares li {
            position: relative;
            display: inline-block;
            margin: 0 5px 0 0;
            vertical-align: top;
        }

        .color-squares .color-container {
            border: 1px solid transparent;
            margin: 0 !important;
        }

        .color-squares .color {
            display: block;
            width: 30px;
            height: 30px;
            border: 1px solid transparent;
            box-shadow: 0 0 2px #888;
            cursor: pointer;
        }

        .color-squares .selected-value .color-container {
            border-color: #cc0000 !important;
            display: inline-block;
        }

        .color-squares li input {
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            margin: auto;
            z-index: -1;
        }

.tooltip-container::before {
    border-bottom: 7px solid #aaa;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    bottom: 100%;
    content: "";
    height: 0;
    left: 50%;
    margin-left: -7px;
    position: absolute;
    width: 0;
}
.tooltip-container {
    background: #fff;
    border: 1px solid #aaa;
    position: absolute;
    text-align: center;
    visibility: hidden;
    width: 170px;
    padding: 0 !important;
    top: 33px;

}
.tooltip-container::after {
    border-bottom: 6px solid #aaa;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    bottom: 100%;
    content: "";
    height: 0;
    left: 50%;
    margin-left: -6px;
    position: absolute;
    width: 0;
}
.color-squares li:hover .tooltip-container {
    margin-left: -70px;
    margin-top: 5px;
    visibility: visible;
    z-index: 999;
}
.color-squares li:hover .tooltip-container {
    visibility: visible;
}
.tooltip-container .tooltip-header {
    height: 25px;
    width: 168px;
    background-color: #aaa;
    border-bottom: 1px solid #eeeeee;
    font-size: 14px;
    line-height: 25px;
    color: #fff;
    font-weight: bold;
}
.tooltip-container .tooltip-body {
    margin: 5px;
}
.tooltip-container .tooltip-body img {
    border: 0 none #fff;
    width: 100%;
}

    .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;
        }

.ui-datepicker {
    background-color: #ffffff;
    text-align: center;
    width: 280px;
}
.ui-datepicker-title {
    font-weight: bold;
    line-height: 32px;
    position: relative;
    text-transform: uppercase;
    z-index: 0;
    color:#555;
    font-family:Arial,sans-serif;
    background:#fff;
    text-align:center;
} 
.ui-datepicker-header a {
    font-size: 0;
    height: 32px;
    position: absolute;
    top: 0;
    width: 32px;
    z-index: 1;
}

.ui-datepicker-header a.ui-datepicker-prev {
    background: url(/Themes/ShopAll/Content/img/arrow-left.png) no-repeat scroll center center rgba(0, 0, 0, 0);
    left: 0;
}
.ui-datepicker-header a.ui-datepicker-next {
    background: url(/Themes/ShopAll/Content/img/arrow_pager.png) no-repeat scroll center center rgba(0, 0, 0, 0);
    right: 0;
}
.ui-datepicker-header {
    background-color: #333333;
    color: #ffffff;
    height: 32px;
    position: relative;
}
.ui-datepicker-calendar th, .ui-datepicker-calendar td {
    border: 1px solid #cccccc;
    width: 14.285%;
}
.ui-datepicker-calendar th {
    background-color: #eeeeee;
}
.ui-datepicker-calendar th span, .ui-datepicker-calendar td a {
    display: block;
    line-height: 32px;
    height: 32px;
}

.ui-datepicker-calendar td a {
    transition: all 0.2s ease-in-out 0s;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -ms-transition: all 0.2s ease-in-out 0s;
}
.ui-datepicker-calendar td:hover a {
    background: #efefef !important;
}
.ui-dialog .back-in-stock-subscription-page .notify-me-button {
    background: #9e0b0f url(/Themes/ShopAll/Content/img/red-button.png) repeat-x scroll 0 0;
    border: medium none;
    color: #fff;
    font-size: 16px;
    padding: 8px 17px;
    margin: 10px 0;
}
    
/********** 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;
        padding-left: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;
        text-align:left;
    }

    .product-review-item {
        margin: 0 0 30px;
        text-align:left;
    }

        .product-review-item .review-item-head {
            margin: 0 0 10px;
            overflow: hidden;
            background: #ddd;
            padding: 10px;
        }

        .product-review-item .review-title {
            float: left;
            text-transform: uppercase;
        }

    .review-title > strong {
        color: #333;
    }

    .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;
    }
    .wishlist-content .tax-shipping-info{
        margin:0 0 15px 0;
    }

    /*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(/Themes/ShopAll/Content/img/remove.png);
            background-repeat: no-repeat;
            background-position: right center;
        }

            .compare-products-page .button-2:hover {
                color: #333;
                background: url(/Themes/ShopAll/Content/img/remove-red.png);
                background-repeat: no-repeat;
                background-position: right center;
            }

    /*********** TOPICS ***********/



    .topic-block,
    .product-grid.home-page-product-grid,
    .product-grid.bestsellers {
        margin: 0 0 20px;
    }


    .home-page .topic-block-title {
        text-align: center;
        background: #aaa;
    }

    .home-page .topic-block-title h2 {
        color: #fff;
        font-size: 18px;
        text-shadow: 0 1px 1px #454545;
        padding: 9px 10px;
    }

    .topic-block-title h2 {
        color: #000;
    }


    .topic-block-body {
        line-height: 20px;
        padding: 20px;
        text-align: left;
    }

        .topic-block-body p {
            margin: 0;
            color: #333;
            font-size: 14px;
            line-height: 18px;
        }

            .topic-block-body p a {
                color: #ed1c24;
                text-decoration: underline;
            }

    .topic-block a,
    .topic-page a {
        text-decoration: underline;
    }

    .topic-page .page-body {
        line-height: 20px;
    }

    .topic-password {
        text-align: center;
        border: 1px solid #ddd;
        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: #333;
            }

    .password-error {
        margin: 0 0 10px;
    }

    .home-page .page-body {
        padding: 0 0.5%;
    }
    .popup-window .topic-page {
	    padding: 15px;
    }


    /*********** 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,
    .apply-vendor-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-page .fieldset:nth-child(2) select,
    .account-page .fieldset:nth-child(3) select {
        width: 88px; /*birth-date selectors, always single line*/
    }

    .registration-page select + select,
    .account-page select + select {
        margin: 0 0 0 10px;
    }

    .gender span > * {
        display: inline-block;
        margin: 0 3px;
        width:auto;
    }

        .gender > * {
            display: inline !important;
            vertical-align: middle;
            line-height: 32px;
        }

    #check-availability-button {
        margin: 10px 0 0;
        background: url(/Themes/ShopAll/Content/img/red-button.png) #9E0B0F;
        background-repeat: repeat-x;
        border: none;
        color: #FFFFFF;
        font-size: 14px;
        padding: 7px 10px;
        transition: all 0.3s ease 0s;
    }

        #check-availability-button:hover {
            opacity: .8;
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
        }

    #username-availabilty {
        display: block;
        margin: 5px 0 0;
    }

        #username-availabilty:empty {
            display: none;
        }
		
	.vat-status, .vat-note {
		display: block !important;
		margin: 5px 0 0;
		text-align: center;
	}

    .accept-privacy-policy {
        margin: 0 0 20px;
        text-align: center;
    }

        .accept-privacy-policy > * {
            display: inline-block;
            line-height: 32px;
            vertical-align: middle;
        }

        .accept-privacy-policy a {
            font-weight: bold;
        }

    .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;
        margin: 10px 0 0;
        background: url(/Themes/ShopAll/Content/img/red-button.png) #9E0B0F;
        background-repeat: repeat-x;
        border: none;
        color: #FFFFFF;
        font-size: 16px;
        padding: 7px 30px;
        transition: all 0.3s ease 0s;
    }

        .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 {
            opacity: 0.8;
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
        }


    .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: 5px 0;
    }

    .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: #333;
    }

    .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 30px;
        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,
    .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;
    }

.account-page.downloadable-products-page .no-data,
.account-page.back-in-stock-subscription-list-page .no-data,
.account-page.reward-points-page .page-body{
     border: 1px solid #eeeeee;
     padding: 10px;
}
    .reward-points-history .title {
        margin:10px 0;
    }
    .reward-points-page .current-balance {
        margin-bottom: 10px;
    }
    .user-agreement-page {
        text-align:center;
    }
    .terms-of-agreement{
        padding:10px 0 15px;
        text-align:center;
    }
    .user-agreement-page .buttons{
        text-align:center;
    }
    .user-agreement-page .button-1 {
        background: #9e0b0f url(/Themes/ShopAll/Content/img/red-button.png) repeat-x scroll 0 0;
        border: medium none;
        color: #ffffff;
        font-size: 16px;
        margin: 10px 0 0;
        padding: 7px 30px;
        -webkit-transition: all 0.3s ease 0s;
        -ms-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
    }
    .user-agreement-page .button-1:hover{
        opacity:0.8;
    }

    .vendorinfo-page .vendor-picture {
        padding: 10px 10px 0;
        overflow: hidden;
    }
    .vendorinfo-page .vendor-picture > * {
        display: block;
        margin: 0 auto;
    }
    .vendorinfo-page .vendor-picture .button-2 {
        margin-top: 10px;
    }
    .vendorinfo-page .button-1 {
        margin: 0 0 20px;
    }
    /********** 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 10px;
            width: 100px;
            min-height: 60px;
        }


        .order-progress a {
            display: block;
            font-size: 12px; /*reset zeroing*/
            color: #333;
            background: url(/Themes/ShopAll/Content/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.5;
            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(/Themes/ShopAll/Content/img/red-button.png) #9e0b0f;
        background-repeat: repeat-x;
        color: #fff;
        border: none;
        padding: 8px 17px;
        font-size: 16px;
    }

    .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: 7px 17px;
        font-size: 16px;
        color: #fff;
        text-shadow: 0 0 1px #333;
        background: url(/Themes/ShopAll/Content/img/red-button.png) #9e0b0f;
        background-repeat: repeat-x;
    }

    .shopping-cart-page .page-title h1 {
        text-align: center;
    }

    .shipping-options select {
        background: url(/Themes/ShopAll/Content/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(/Themes/ShopAll/Content/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 .tax-shipping-info {
        margin: 0 0 20px;
    }
    .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: 15px 0 5px;
            font-weight: bold;
        }

        .checkout-attributes ul {
        }

        .checkout-attributes li {
            line-height: 24px;
        }

            .checkout-attributes li * {
                vertical-align: middle;
            }

    .cart-footer {
        border: 1px solid #ddd;
        padding: 10px;
    }
    .cart-footer .will-earn-reward-points span {
        color: #888888;
        font-style: italic;
    }

    .checkout-data .buttons {
        margin-bottom:10px;
    }
    .order-details-area .billing-info,
    .order-details-area .shipping-info {
        width:350px;
        max-width:90%;
        margin:10px auto;
        border:1px solid #ddd;
        padding:5px;
    }
    .section.payment-info .info table td {
        padding-bottom: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 0 20px;
        }

    .cart-total td {
        width: 50%;
        border: none;
        padding: 5px;
    }

    .cart-total-left {
        text-align: left;
    }

    .cart-total-right {
        text-align: right;
    }

    .cart-total .order-total {
        font-size: 16px;
        color: #c00;
    }
    .cart-total .order-total .cart-total-left{
        font-size:12px;
        color:#333;
    }

.cart-total .earn-reward-points td{ 
    color: #888888;
    font-style: italic;
}
    .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*/
            }

        .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 0 30px;
    }

    .checkout-page .address-grid {
        overflow: hidden;
    }

    .checkout-page .address-item {
        margin: 0 0 20px;
        border: 1px solid #ddd;
        padding: 50px 10px 10px;
        width: 70%;
        text-align: center;
        margin: 0 auto 10px;
        position:relative;
    }

        .checkout-page .address-item li.name{
            font-weight:bold;
        }

        .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;
    }
    .select-pickup-point {
        margin-bottom: 20px;
    }
    .pickup-points-map {
        height: 300px;
        max-width: 100% !important;
    }

    .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: 18px;
    }

    .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-confirm-page li.title {
            font-weight: bold;
    }
    .order-confirm-page .side-list {
        margin-bottom: 15px;
    }

    .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;
            -webkit-transition: all .3s ease 0s;
            -moz-transition: all .3s ease 0s;
            -ms-transition: all .3s ease 0s;
            text-decoration:underline;
        }

    .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 0 20px;
        line-height: 20px;
        width:350px;
        text-align:left;
        margin:0 auto 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: #333;
            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: #d31d25;
    }

.order-details-area .billing-info .re-order-button{
    border: 1px solid #cccccc;
    color: #333333;
    font-size: 14px;
    margin: 10px 0;
    min-width: 100px;
    padding: 7px 17px;
}
    .order-details-area .billing-info .re-order-button:hover {
        opacity:.8;
    }
    .edit-address .custom-attributes .option-list{
        display:inline-block;
    }  
    .edit-address .custom-attributes .option-list label{
        width:auto;
    }
    .edit-address .custom-attributes .option-list li{
        display:inline-block;
        margin:0 8px 0 0;
    }  

    /*********** 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 #ddd;
        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 #ddd;
        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: #333;
        padding: 5px;
    }

        .sitemap-page a:empty {
            display: none;
        }
        .search-input {
            margin-bottom: 20px;
        }


    /********** BLOG & NEWS **********/



    .year strong {
        display: block;
        cursor: default;
        padding: 12px 15px;
    }

    .blog-page .post,
    .news-items .news-item {
        position: relative;
        margin: 0 0 20px;
        padding: 0 10px 10px;
        border-bottom: 1px solid #ddd;
    }

        .blog-page .post:first-child,
        .news-items .news-item:last-child {
            border-bottom:none;
        }

    .post-title,
    .news-title {
        display: inline-block;
        margin: 0 0 10px;
        font-size: 14px;
        color: #444;
    }

        .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: #d31d25;
            }

        .blog-page .tags a,
        .blogpost-page .tags a {
            display: inline-block;
            line-height: 24px;
            color: #d31d25;
        }

    .blog-posts .buttons a {
        color: #d31d25;
        font-weight: bold;
    }
    .blog-posts .buttons .read-more{
        float:right;
    }

    .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,
    .home-page-polls {
        border: 1px solid #DDDDDD;
        margin-bottom: 20px;
        padding: 10px;
    }

        .todays-poll-box .poll,
        home-page-polls .poll {
            border: 1px solid #ddd;
            margin-bottom: 10px;
        }

    .news-list-homepage .title {
        margin: 0 0 15px;
        font-size: 18px;
    }

    .news-list-homepage .news-items {
        border: 1px solid #ddd;
        padding: 2% 2% 0;
    }
    .news-items .buttons{
        display:block;
    }

    .news-list-homepage .title strong {
        background: none repeat scroll 0 0 #DDDDDD;
        display: block;
        font-weight: bold;
        padding: 9px 10px;
        color: #D31D25;
        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 #ddd;
        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 #ddd;
        padding: 5px;
    }

    .comment-list .comment-time {
        color: #333;
    }

    /*****VENDORS*****/
    .vendor-list {
        border: 1px solid #ddd;
        padding: 10px;
    }

        .vendor-list li {
            margin: 10px 0;
        }
    /****ALL PRODUCTS PAGE****/
    .product-tags-list {
        border: 1px solid #DDDDDD;
        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: 90000;
    }
    .eu-cookie-bar-notification .content{
        color:#333;
        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(/Themes/ShopAll/Content/img/red-button.png) #9E0B0F;;
        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;
    }

    
}

/*RESPONSIVE CAPTCHA*/
@media (max-width: 444px) {
    .recaptchatable #recaptcha_image {
        margin: 0 !important;
        width: 200px !important;
        float:left !important;
    }
    .recaptchatable #recaptcha_image img {
        max-width:100%;
    }
    .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;
    }
}
/*GLOBAL TABLES*/

.cart, .data-table,
.compare-products-table,
.forums-table-section table {
	margin: 0 0 20px;
    color:#333;
}

.compare-products-table-mobile{
    display:none;
}

.cart th, .data-table th,
.forums-table-section th {
    /*background: url(/Themes/ShopAll/Content/img/cart-repeat.png) #070707;
    background-repeat:repeat-x;*/
    background:#ddd;
    font-size:18px;
    padding: 10px;
    white-space: nowrap;
    color:#D31D25;
}
.cart td, .data-table td,
.compare-products-table td,
.forums-table-section td {
	min-width: 50px;
    max-width:120px;
    border: 1px solid #ddd;
    background: #fff;
    padding: 10px;
    text-align:left;
}
.compare-products-table-mobile.data-table.footable-loaded td{
    text-align:center;
}

.cart tr > *:first-child,
.data-table tr > *:first-child,
.compare-products-table tr > *:first-child,
.forums-table-section tr > *:first-child {
    text-align:left;
}
.cart tr > *:last-child,
.data-table tr > *:last-child,
.compare-products-table tr > *:last-child,
.forums-table-section tr > *:last-child {
}
.cart a, .data-table a,
.compare-products-table a,
.forums-table-section a {
    font-size:14px;
}

.cart a:hover,
.data-table a:hover,
.compare-products-table a:hover,
.forums-table-section a:hover {
    color:#333;
    text-decoration:underline;
}
.forums-table-section .latest-post{
    min-width:150px;
}
.forums-table-section .forum-details,
.forums-table-section .topic-details{
    min-width:300px;
}
.forums-table-section .table-wrapper{
    overflow-x:auto;
}

.cart .remove-from-cart,
.cart .add-to-cart,
.data-table .select-boxes {
    text-align: center;
}
.cart .unit-price {
    white-space: nowrap;
}
.cart .qty-input {
    width: 50px;
    text-align: center;
}
.cart .subtotal {
    color: #c00;
    white-space: nowrap;
}

.product-specs-box .data-table td {
    padding: 5px;
}
.product-specs-box .data-table .odd td {
}
.product-specs-box .data-table .even td {
}

.compare-products-table .overview p:first-child {
    margin: 0 0 5px;
}
.compare-products-table .overview p:last-child {
    position: relative;
    max-width: 200px;
    height: 200px;
    overflow: hidden;
}
.compare-products-table .overview img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
}
.compare-products-table .product-name td {
    
}
.compare-products-table .product-price td {
    
}
.compare-products-table .product-price td:first-child {
    color: #666;
}

.go-to-page {
	display: inline-block !important;
	font-size: 13px !important;
}
.product-picture > img{
}
.product-unit-price, 
.product-subtotal{
    font-size:14px;
}

/* TIER PRICE TABLES */

.tier-prices {
	margin: 0 0 20px;
}
.tier-prices .prices-header {
	margin: 0 0 10px;
    font-size: 18px;
}
.tier-prices .prices-header strong { 
    font-weight: 400;
}
.prices-table {
    width: 100%;
    box-shadow: 0 1px 3px 1px rgba(0,0,0,.15);
    overflow: hidden;
}
.prices-row {
    float: left;
    width: 50%;
}
.prices-row > div {
    padding: 10px;
    border-left: 1px solid #c9c9c9;
    border-top: 1px solid #c9c9c9;
}
    .prices-row > div:first-child {
        border-top: 0;
    }
    .prices-row:first-child > div {
        border-left: 0;
    }
.prices-table .field-header {
    font-weight: 700;
}
.tier-prices .item-price {
	color: #c00;
}

@media all and (min-width: 769px) {

    .product-details-page .prices-table {
        display: table;
        background: #fff;
    }
        .product-details-page .prices-row {
            display: table-row;
            float: none;
            width: auto;
        }
            .product-details-page .prices-row > div {
                display: table-cell;
            }
        .product-details-page .prices-row:first-child > div {
            border-left: 1px solid #c9c9c9;
            border-top: 0 !important;
        }
        .product-details-page .prices-row > div:first-child {
            border-top: 1px solid #c9c9c9;
            border-left: 0;
        }

}





/* footable custom css */
.footable td label{
    display:none;
}
.footable-first-column {
	text-align: center;
}
.footable-first-column .item-count {
	font-size: 13px !important;
}
.footable.breakpoint > tbody > tr > td > span.footable-toggle {
	display: block;
    min-width: 16px;
	height: 16px;
	overflow: hidden;
}

.footable-row-detail {
	text-align: left;
}
.footable-row-detail-cell {
	text-align: left !important;
}
.footable-row-detail-row {
	margin: 0 0 10px;
    display: table-row;
}
.footable-row-detail-name {
	margin: 0 0 5px;
	font-style: italic;
    display: table-cell;
}
.footable-row-detail-value {
    display: table-cell;
}

/* toggle style change */

.footable-toggle {
	background: url(/Themes/ShopAll/Content/img/table-plus.png) no-repeat center;
}
.footable-detail-show .footable-toggle {
	background: url(/Themes/ShopAll/Content/img/table-minus.png) no-repeat center;
}
.footable-toggle:before {
	display: none !important;
}

/* hidding item counter in different tables */

.compare-products-table-mobile .item-count,
.downloadable-products-page .data-table .item-count {
	display: none;
}

@media all and (max-width: 826px) {

.order-summary-content .cart .item-count,
.wishlist-page .cart .item-count,
.section.shipments .data-table .item-count {
	display: none;
}

}

@media all and (max-width: 628px) {

.return-request-page .data-table .item-count,
.section.products .data-table .item-count {
	display: none;
}

}


@media all and (min-width: 320px) and (max-width: 460px) {
    .cart td, .data-table td,
    .compare-products-table td,
    .forums-table-section td {
        min-width:50px;
        max-width:80px;
    }
}
@media all and (min-width: 240px) and (max-width: 980px) {

    /* RESPONSIVE NAV WRAPPER */

    .responsive-nav-wrapper-parent {
        /*height: 51px;*/
    }
    .responsive-nav-wrapper {
        position: relative;
        text-align: center;
        font-size:0;
        margin:auto;
        background: none repeat scroll 0 0 #AAAAAA;
        box-shadow:0 1px 2px #454545;
    }
    .stick {
        position: fixed;
        top: 0;
        z-index: 10000;
    }
        .responsive-nav-wrapper:after {
            content: ".";
            display: block;
            visibility: hidden;
            clear: both;
            height: 0;
            line-height: 0;
            font-size: 0;            
        }

        .responsive-nav-wrapper > div > span{
            display: block;
            font-size: 20px;
            text-transform: uppercase;
            overflow: hidden;
            cursor: pointer;
            color: #FFFFFF;
            font-size: 22px;
            text-shadow:0 1px 1px #454545;
            padding: 9px 20px 9px 40px;
            
        }

    .responsive-nav-wrapper.nav-down {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    .responsive-nav-wrapper.nav-up {
        -webkit-transform: translateY(-47px);
        transform: translateY(-47px);
    }

    .responsive-nav-wrapper.stick {
        width: 100%;
    }
        
    .responsive-nav-wrapper .menu-title {
        display: inline-block;
        background: url(/Themes/ShopAll/Content/img/menu_icon.png);
        background-repeat: no-repeat;
        background-position:5px center;
    }
    .responsive-nav-wrapper .search-wrap {
        display: inline-block;
        background: url(/Themes/ShopAll/Content/img/search_icon.png);
        background-repeat: no-repeat;
        background-position:5px center;
    }
    .responsive-nav-wrapper .filters-button {
        display:none;
        background: url(/Themes/ShopAll/Content/img/filter_icon.png);
        background-repeat: no-repeat;
        background-position:5px center;
    }


/* RESPONSIVE MENU */

    .ps-container > .ps-scrollbar-y-rail {
        visibility: hidden !important;
    }
    .scrollYRemove {
        overflow: hidden !important;
        -ms-touch-action: none !important;
        -webkit-overflow-scrolling: touch !important;
    }
    .overlayOffCanvas {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        background: rgba(0,0,0,0);
        z-index: 1000000;
        -webkit-transition: background .3s ease-in-out;
        transition: background .3s ease-in-out;
    }
        .overlayOffCanvas.show {
            background: rgba(0,0,0,0.4);
        }

/*remove folowing styles*/

    .justAFixingDivBefore,
    .header-menu {
        position: fixed;
        top: 0;
        left: 0;
        width: 320px;
        height: 100%;
        text-align: left;
        background: #333 !important;
        overflow: hidden;
        z-index: 2147483647;
        -webkit-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
    }
    .notAndroid23 .justAFixingDivBefore,
    .notAndroid23 .header-menu {
        -webkit-transform: translate(-320px);
        -ms-transform: translate(-320px);
        transform: translate(-320px);
    }
    .android23 .justAFixingDivBefore,
    .android23 .header-menu {
        left: -320px;
    }        
    .header-menu.open {
        box-shadow: 1px 0 5px rgba(0,0,0,.5);
    }
    .notAndroid23 .header-menu.open {
        -webkit-transform: translate(0);
        -ms-transform: translate(0);
        transform: translate(0);
    }
    .android23 .header-menu.open {
        left: 0;
    }

    .header-menu.open .menu-title,
    .header-menu.open .mega-menu{
        display:none;
    }
    .header-menu.open .mega-menu-responsive{
        /*display:block !important;*/
    }
        .header-menu .close-menu {
            background:url(/Themes/ShopAll/Content/img/arrow-left.png) #ccc;
            background-position:5% center;
            background-repeat:no-repeat;
            cursor: pointer;
        }
            .close-menu span {
                display: block;
                padding: 13px 10px;
                font-size: 20px;
                line-height: 1;
                text-shadow: 0 1px 1px #454545;
                color: #fff;
                text-transform: uppercase;
                text-align: right;
            }

    .header-menu > ul li {
        background:#333;
        
    }
        .header-menu > ul li:after {
            content: ".";
            display: block;
            visibility: hidden;
            clear: both;
            height: 0;
            line-height: 0;
            font-size: 0;
        }
    .header-menu > ul li > a,
    .header-menu > ul li > span {
        display: block;
        padding: 16px 18px !important;
        line-height: 17px;
        color: #fff;
        font-size: 16px;
        text-transform: uppercase;
        position: relative;
        z-index: 1;
        border-bottom: 1px solid #e6e6e6;
    }
        .header-menu > ul li:last-child > a,
        .header-menu > ul li:last-child > span {
            border-bottom: 0;
        } 
        .header-menu > ul li > .with-subcategories {
            width: 270px;
            float: left;   
        }
    .plus-button {
        position:relative;
        float: right;
        width: 50px;
        height: 50px;
        z-index: 2;
        cursor: pointer;
        border-left: 1px solid #e6e6e6;
        border-bottom: 1px solid #e6e6e6;
        background:url(/Themes/ShopAll/Content/img/arrow_pager.png);
        background-position:center;
        background-repeat:no-repeat;
    }

        .header-menu .sublist-wrap {
            display: block;
            position: fixed;
            top: 0;
            left: 0;
            width: 320px;
            height: 100%;
            background: #333 !important;
            box-shadow: 1px 0 5px rgba(0,0,0,0.5);
            z-index: 3;
            -webkit-transition: all .3s ease-in-out;
            transition: all .3s ease-in-out;
            overflow: hidden;
        }
        .notAndroid23 .header-menu .sublist-wrap {
            -webkit-transform: translate(-320px);
            -ms-transform: translate(-320px);
            transform: translate(-320px);
        }
        .android23 .header-menu .sublist-wrap {
            left: -320px;
        }
        .notAndroid23 .header-menu .sublist-wrap.active {
            -webkit-transform: translate(0);
            -ms-transform: translate(0);
            transform: translate(0);
        }
        .android23 .header-menu .sublist-wrap.active {
            left: 0;
        }

        .header-menu ul li.back-button {
            background: #ccc;
        }
            .header-menu .back-button span {
                text-transform: uppercase;
                color: #fff;
                text-align: right;
                padding: 14px 18px !important;
                text-shadow:0 1px 1px #454545;
                cursor:pointer;
                background:url(/Themes/ShopAll/Content/img/arrow-left.png);
                background-repeat:no-repeat;
                background-position:5% center; 
            }

        .header-menu > ul li:hover .dropdown{
            display:block;
            z-index:10;
            width:300px;
        }

.search-box {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    padding: 7px;
    width: 100%;
    z-index: 9999999;
    text-align: center;

}
.search-box.open{
    display:block;
    background:#000;
    box-shadow:0 1px 5px #454545;
}
.search-box.forum-search-box {
    display: block !important;
    position: relative;
    max-width:90%;
    margin:0 auto;
}
.search-box.forum-search-box .search-box-text{
    border:1px solid #ddd;
    box-shadow:none;
}
.search-box.forum-search-box form{
    border:none;
}
.search-box.forum-search-box .search-box-button{
    border:1px solid #ddd;
    border-left:none;
}
.search-box.forum-search-box .advanced{
    float:none;
    text-align:right;
}
.search-box.forum-search-box .advanced a{
    padding:5px;
    display:inline-block;
}



    /* header menu functionality classes */

        .admin-header-links,
        .header,
        .responsive-nav-wrapper,
        .master-wrapper-content,
        .footer {
            -webkit-transition: -webkit-transform .3s ease-in-out;
            transition: transform .3s ease-in-out;        
        }
        .notAndroid23 .move-right {
            -webkit-transform: translate(320px);
            -ms-transform: translate(320px);
            transform: translate(320px);        
        }

}

@media all and (min-width: 600px) and (max-width: 768px) {
    .side-2 .block{
        width:49.5%;
        float:left;
        overflow:hidden;
    }
    .side-2 .block:nth-child(2n){
        margin-left:1%; 
    }
     .side-2 .block:nth-child(2n+1){
         clear:both;
     }

    .side-2 .block-account-navigation{
        width:60%;
        margin:0 auto 10px;
        float:none;
    }
    .products-carousel{
        clear:both;
    }

}
@media screen  and (min-width: 320px) and (max-width: 480px){
    .responsive-nav-wrapper > div > span{
        text-indent:-9999px;
        padding:15px 35px;
    }
    .responsive-nav-wrapper .menu-title,
    .responsive-nav-wrapper .filters-button {
        background-position:center;
    }
    .responsive-nav-wrapper .search-wrap{
        background-position:center;
    }
}

@media all and (max-width: 768px) {

    .gallery .picture {
        width: 480px;
    }

}
/*=====================================================
    
    TABLETS PORTRAIT & SMARTPHONES LANDSCAPE

=====================================================*/

@media all and (min-width: 481px) {

    /* GLOBAL STYLES */
    /* HEADER */

    .search-box input.search-box-text {
        /*width: 320px !important;*/
        width:365px !important;

    }

    .ui-autocomplete.ui-menu.ui-widget.ui-widget-content {
        width: 365px !important; /*txtfield + button*/
    }
    .eu-cookie-bar-notification {
    width: 450px;
    max-width: 95%;
    margin-left: -225px;
}
    /* HEADER MENU */
    /* FOOTER */
    .footer-upper .footer-nav {
        text-align: center;
        padding: 10px;
    }

        .footer-upper .footer-nav > li {
            display: inline-block;
        }

            .footer-upper .footer-nav > li:last-child {
                border-right: none;
            }

    .footer-middle .footer-nav {
        text-align: center;
    }

        .footer-middle .footer-nav > li {
            display: inline-block;
            margin: 0 10px;
        }

    .footer-upper .footer-nav li a {
        padding: 0 12px;
    }


    .newsletter-email input[type="text"] {
        width: 300px;
    }
    .search-box form{
        width:420px;
    }

    /* LEFT/RIGHT COLUMN */
    .side-2 .block > .title strong {
        text-align: left;
        padding: 10px 15px;
    }

    .side-2 .block .list li {
        text-align: left;
    }

        .side-2 .block .list li a {
            padding: 12px 15px;
        }

    .side-2 .block .view-all {
        text-align: left;
        border-top: 1px solid #eee;
    }

        .side-2 .block .view-all a {
            padding: 10px 15px;
        }

    .side-2 .block .listbox {
        margin-bottom: -15px;
    }
    .side-2 .block .listbox{
        padding-bottom:10px;
    }


    /* CATEGORY PAGE & GRIDS */

    .item-box {
        float: left;
        width: 49.5%; /*two per row*/
    }
    .item-box:nth-child(2n){
       margin-left: 1%;
    }

        .home-page .bestsellers .item-box:nth-child(2n+1) {
            clear:both;
        }


    .home-page-category-grid .item-grid .item-box {
        margin-bottom:1%;
    }

        .home-page-category-grid .item-grid .item-box:nth-child(2n) {
            margin-left:1%;
        }
        .product-grid .item-grid .item-box:nth-child(2n+1){
            clear:both;
        }

    .product-grid.home-page-product-grid .item-box,
    .product-grid.bestsellers .item-box {
        float: left;
    }

        .product-grid.home-page-product-grid .item-grid .product-item .details .product-title a,
        .product-grid.bestsellers .item-grid .product-item .details .product-title a {
            font-size: 15px;
            font-weight: normal;
            line-height: 18px;
        }


    .product-grid .product-title{
        max-height:36px;
        margin:5px 0 5px;
    }
    .product-grid .product-title a {
        font-size: 15px;
        font-weight: normal;
    }


    .category-page .item-box {
        margin:0 0 1% 0;
        width: 49.5%;
    }
            .category-page .item-box:nth-child(2n){
                margin:0 0 1% 1%;

            }
    .category-page .product-grid .item-box{
        min-height:420px;
    }        
            .category-page .product-grid .item-box:nth-child(2n+1){
                clear:both;
            }

    .page.category-page .page-title h1 {
        text-align: left;
        padding: 9px 10px;
    }


    .item-box .picture{
        padding:5px;
    }

    .item-box .add-info .tax-shipping-info{
        line-height:20px;
    }
    .product-list .item-box .tax-shipping-info{
        line-height:17px;
    }

            .item-box .details .add-info .prices{
                font-size:18px;
                margin-bottom:5px;
            }

    .sub-category-grid .title{
        margin:0;
    }
    .sub-category-grid .title a{
        white-space:nowrap;
    }

    /* PRODUCT PAGE */
    .also-purchased-products-grid .item-box:nth-child(2n+1),
    .related-products-grid .item-box:nth-child(2n+1){
        clear:both;
    }


    /* PASSWORD PROTECTION */
    .enter-password-form input[type="password"] {
        width: 300px !important;
    }

    /* REGISTRATION, LOGIN, MY ACCOUNT */

    .registration-page .fieldset:nth-child(2) select,
    .account-page .fieldset:nth-child(3) select {
        width: 110px;
    }
    .fieldset, .section{
        text-align:center;
    }
    .fieldset, .section .buttons{
        
    }

    /* SHOPPING CART & CHECKOUT */

    .order-review-data {
        display: table;
        width: 100%;
        margin: 0 0 30px;
    }

        .order-review-data > div {
            float:left; 
            width:45%;
            border:1px solid #ddd;
            margin:0 2%;
            padding:20px 5px 5px;
        }

    .shipment-details-page .shipment-overview > div {
        float: left;
        width: 48%;
        margin: 0 1% !important;
    }

    .select-shipping-address .title,
    .new-shipping-address .title,
    .order-summary-body .title{
        text-align:center;
    }

    .section.shipping-method > form,
    .section.payment-method > form {
        border: 1px solid #DDDDDD;
        margin: auto;
        padding: 10px;
        text-align: left;
    }
    .section.shipping-method > form .buttons,
    .section.payment-method > form .buttons {
        text-align: center;
    }
    .use-reward-points{
        margin: 0 auto 20px;
        text-align: center;
    }
    .shopping-cart-page .product-grid.cross-sells .item-box:nth-child(2n+1){
        clear:both; 
    }

    /* SEARCH PAGE & SITEMAP */
    .search-results .item-box:nth-child(2n+1) {
        clear:both;
    }
    /* BLOG & NEWS */
    .blog-page .post, .news-items .news-item{
        text-align: left;
        margin:10px auto;
    }

    /*combine with post date*/
    .page.news-list-page .page-title h1 {
        text-align: left;
        padding: 9px 10px;
    }
    .news-list-homepage .title{
        text-align:left;
    }

    /*COOKIES POPUP*/
    .eu-cookie-bar-notification{
        width:400px;
        margin-left:-200px;
    }


/*COMPARE PRODUCTS RESPONSIVE*/
    .compare-products-table {
        display: none;
    }
    .compare-products-table-mobile.data-table.footable-loaded.footable {
        display: table;
    }

    .ui-tabs .ui-tabs-nav li{
        display:inline-block;
    }




}

/*=====================================================
    
    TABLETS LANDSCAPE & NETBOOKS

=====================================================*/

@media all and (min-width: 769px) {

    /* GLOBAL STYLES */

    .center-2 {
        float: right;
        width: 74%;
        margin:10px 0 0 0;
        padding:0 1% 0 0; 
    }

    .side-2 {
        float: left;
        width: 25%;
        margin: 10px 0 60px;
        border:1px solid #eee;
    }

    .page {
        clear: both;
    }

    .page-title h1 {
        float: left;
    }

    .link-rss {
        display: block;
        float: right;
        margin: 5px 0 0;
    }

    /* HEADER */
    /* HEADER MENU */
    /* FOOTER */
    
    .footer-upper .footer-nav > li, 
    .footer-middle .footer-nav > li {
        background: url(/Themes/ShopAll/Content/img/separator.png) no-repeat scroll right center rgba(0, 0, 0, 0);
        text-align: center;
        margin: 0;
    }

        .footer-upper .footer-nav > li:last-child, 
        .footer-middle .footer-nav > li:last-child {
            background: none;
        }

    .footer-middle ul {
        margin: 10px 0;
    }

    /* LEFT/RIGHT COLUMN */

    .block {
        text-align: left;
    }

        .block .tags li,
        .product-tags-all-page li {
            margin: 0 5px;
        }

    .poll-options li,
    .poll-results li {
        display: block;
    }

    .poll .buttons,
    .poll-total-votes {
        text-align: cetner;
    }


    .side-2 .block .view-all{
       margin:0;
    }
    .side-2 .block > .title strong{
        background:none;
    }
    .side-2 .block .listbox {
        padding-bottom: 0;
    }
    .side-2 .block.block-vendor-navigation .listbox,
    .side-2 .block.block-category-navigation .listbox,
    .side-2 .block.block-manufacturer-navigation .listbox, 
    .side-2 .block.block-recently-viewed-products .listbox, 
    .side-2 .block.block-popular-tags .listbox {
            display: block !important;
        }

    .side-2 .block.block-category-navigation .list .active>a{
        color:#d31d25;
    }
    .side-2 .block.block-category-navigation .list .active .sublist li{
        margin-left:15px;
    }

    .vendor-page .item-box {
        width: 49.5%;
    }
    .block .list .product-picture{
        display:block;
    }
    .block-recently-viewed-products .list img{
        display:block;
    }


    /* CATEGORY PAGE & GRIDS */

    .breadcrumb {
        text-align: left;
        margin:0;
    }

        .breadcrumb li:first-child * {
            margin-left: 0;
        }

    .product-selectors {
        text-align: left;
        margin:10px 0;
    }
    .todays-poll-box .poll{
        border: 1px solid #DDDDDD;
        display: inline-block;
        margin: 1%;
        width: 48%;
    }

    /*GRID/LIST*/
    div.product-viewmode {
        display: inline-block;
    }
        .product-selectors > div {
            margin: 0 10px 0 0;
        }

    .item-box {
        width: 33%; /*three per row*/
    }



        .item-box .buttons {
            text-align: left;
        }

    .pager ul {
        text-align: right;
    }

    .pager li {
        margin: 0 0 0 10px;
    }
    .home-page-category-grid .item-grid {
        text-align: center;
    }

        .home-page-category-grid .item-grid .item-box {
            /*display: inline-block;*/
            float: left;
            /*margin: 0 !important;*/
            margin-bottom:0.5%;
        }
    .home-page-category-grid .item-grid .item-box:nth-child(2n){
        margin:0 0 0.5% 0;
    }
    .home-page-category-grid .item-grid .item-box:nth-child(3n-1){
        margin:0 0.5% 0.5% 0.5%;
    }
    .product-grid.home-page-product-grid .item-grid, 
    .product-grid.bestsellers .item-grid {
    }

    .product-grid.home-page-product-grid .title, 
    .product-grid.bestsellers .title {
        text-align: center;
    }

    .product-grid.home-page-product-grid .item-grid .item-box .details, 
    .product-grid.bestsellers .item-grid .item-box .details {
        float:left;
        width:52%;
        text-align:left;
    }

        
        .product-grid.home-page-product-grid .product-title a, 
        .product-grid.bestsellers .product-title a {
            font-size: 15px;
            font-weight: normal;
            line-height: 1.3;
            max-height: 40px;
        }
        .product-grid.home-page-product-grid .product-title,
        .product-grid.bestsellers .product-title{
                margin-bottom:8px;
                margin-top:0;
        }

        .product-grid.home-page-product-grid .item-grid .item-box .details .add-info, 
        .product-grid.bestsellers .item-grid .item-box .details .add-info {
            text-align: left;
            height:86px;
        }
        


    .item-box .prices{
    }
    .price.actual-price {
        display:inline-block;
    }
    .item-box .old-price{
        display:inline-block;
    }

    .page-title h1{
        width:100%;
    }
    /*in list view*/
    .product-list .item-box .add-info .tax-shipping-info{
        display:inline-block;
        margin-left:10px;
    }

    /* PRODUCT PAGE */

    .gallery .picture {
        margin: 0 0 10px;
    }
    .product-essential .gallery .picture {
        margin: 0;
    }


    .gallery .picture-thumbs a {
        margin: 0 5px 5px;
    }

    .product-details-page .discontinued-product {
        position: relative;
        top: 0;
        margin: 0 0 10px;
        background: transparent;
    }
    .overview .buttons {
        text-align: left;
    }

    .overview .buttons div {
        margin: 0 10px 10px 0;
    }

    .free-shipping {
        margin: 20px 0;
    }

    .overview .qty-label,
    .variant-overview .qty-label {
        position: static;
        left: 0;
        margin: 0 5px 0 0;
    }

    .variant-picture {
        float: left;
    }

        .variant-picture + .variant-overview {
            width: auto;
            margin: 0 0 0 235px;
            text-align:left;
        }

    .variant-overview .add-to-cart-button {
        margin-right: 10px;
    }

    .variant-overview .add-to-wishlist-button {
        float: left;
        clear: none;
        margin: 5px 0;
    }
    .gallery {
        float: left;
        margin: 0 2% 5% 0;
        width: 48%;
    }
    .product-details-page .overview{
        text-align:left;
        overflow:hidden;
        margin:0 1% 5% 0;
    }

    .product-share-button {
        display: block;
    }
    .addthis_toolbox.addthis_default_style{
        margin:auto;
    }
    .category-description p, 
    .manufacturer-description p, 
    .full-description p, 
    .topic-page p, 
    .post-body p, 
    .news-body p{
        text-align:left;
    }
    .topic-block p{
        text-align:center;
    }
    .also-purchased-products-grid.product-grid .title,
    .related-products-grid.product-grid .title{
        text-align:left;
        padding:6px 10px;
        
    }
    
    .also-purchased-products-grid.product-grid .item-box:nth-child(2n),
    .related-products-grid.product-grid .item-box:nth-child(2n){
        margin:0 0 1% 1%;
    }

   

    /* QUICK TABS */
    /* ATTRIBUTES */

    .attributes {
        margin: 0 0 10px;
        clear: both;
    }

        .attributes dt {
            float: left;
            clear: left;
            min-width: 60px;
            margin-right: 10px;
        }

            .attributes dt label {
                line-height: 32px;
            }

        .attributes dd {
            float: left;
            margin-right: 10px;
        }

    .color-squares {
        text-align: left;
    }

        .color-squares label {
            margin: 0;
            padding: 0 !important;
            overflow: hidden;
        }

    /* GIFT CARD */

    .giftcard label {
        display: inline-block;
        min-width: 100px;
        margin: 0 10px 0 0;
    }

    /* REVIEW PAGE */
    /* WISHLIST & COMPARE LIST */

    .wishlist-content .buttons {
        text-align: left;
    }

    .wishlist-content .button-2 {
        margin: 0 10px 0 0;
    }

    .compare-products-page .clear-list {
        position: absolute;
        top: 15px;
        right: 0;
    }

    .compare-products-table .overview p:first-child {
        text-align: right;
    }
    .compare-products-table .overview p:last-child{
        max-width:100%;
        height:180px;
    }


    /* PASSWORD PROTECTION */
    /* CONTACT PAGE & EMAILaFRIEND */
    /* REGISTRATION, LOGIN, MY ACCOUNT */

    .address-list .buttons,
    .order-list .buttons {
        position: absolute;
        top: 10px;
        right: 10px;
    }

    .avatar-page .fieldset {
        float: left;
        margin-right: 10px;
    }

    .avatar-page .buttons {
        text-align: left;
    }

    .registration-page .fieldset .title{
        text-align:left;
        padding:10px;
    }
    .registration-page .inputs {
        margin:10px 0;
    }
    .registration-page .inputs .gender,
    .registration-page .inputs .option-list {
        display:inline-block;
        width: auto;
    }
    .registration-page .inputs .option-list li{
        float: left;
        margin-right: 5px;
    }
    .registration-page .inputs .option-list li label{
        width:auto;
    }
    .registration-page .inputs label{
        display: inline-block;
        margin: 12px 0;
        margin:0 10px 0 0;
        width:20%;
        text-align:right;
    }
    .registration-page .form-fields{
        border:1px solid #eee;
        padding:10px;
    }
     .registration-page .buttons{
         margin:0 0 40px 0;
     }
    #check-availability-button{

    }
    .block-account-navigation {
        float: none;
        width: 100%;
    }
    .section.address-item,
    .section.request-item,
    .section.order-item {
        text-align: left;
        padding:10px;
        border:1px solid #eee;
    }

    .account-page.customer-info-page form .buttons,
    .account-page.address-edit-page .buttons{
        margin-bottom:30px;
    }
    .account-page.downloadable-products-page .no-data,
    .account-page.back-in-stock-subscription-list-page .no-data,
    .account-page.reward-points-page .page-body {
        text-align:left;
    }
    .reward-points-page .current-balance {
        text-align: left;
    }

    /* SHOPPING CART & CHECKOUT */
    .shopping-cart-page .page-title h1 {
        text-align: left;
    }

    .checkout-attributes li {
        display: inline-block;
        margin: 0 5px;
    }

    .shopping-cart-page .totals {
        float: right;
        margin: 0 25px;
    }

    .cart-collaterals {
        float: left;
        margin: 0 25px;
    }

    .checkout-page .section{
        padding:10px;
    }

    .checkout-page .address-item {
        float: left;
        border:1px solid #ddd;
        padding:5px;
        width:32%;
        margin:0 2% 2% 0;
        padding:5px;
    }
        .checkout-page .address-item:nth-child(3n){
            margin:0 0 2% 0;
        }
        .checkout-page .address-item:nth-child(3n+1){
            clear:both;
        }
    .payment-logo,
    .payment-details {
        display: inline-block;
        margin: 0 5px;
        vertical-align: middle;
    }

    .order-details-page .page-title a {
        float: right;
        margin: 3px;
    }

    .order-details-page .actions {
        text-align: right;
    }
    .order-details-page .tax-shipping-info,
    .order-details-page .checkout-attributes,
    .order-details-page .selected-checkout-attributes{
        text-align:right;
    }
        .order-details-page .actions input {
            min-width: 0;
        }

    .order-details-page .total-info {
        overflow: hidden;
    }

    .order-details-page .cart-total {
        float: right;
    }

    .cross-sells .item-box:before {
        padding-top: 43%;
    }
    .cross-sells .item-box{
        width:49.5%;
    }   
    .cross-sells .picture{
        bottom:0;
        width:45%;
    }
    .cross-sells .details{
        left:47%;
        top:0;
        width:52%;
        height:100%;
        max-height:100%;
    }
    .shopping-cart-page .product-grid.cross-sells .item-box{
        margin-bottom:1%;
    } 
    .shopping-cart-page .product-grid.cross-sells .item-box:nth-child(2n){
        margin-left:1%;
    }
    .shopping-cart-page .product-grid.cross-sells .item-box .picture,
    .shopping-cart-page .product-grid.cross-sells .item-box .details{
        float:left;
    }
    .shopping-cart-page .product-grid.cross-sells .item-box .picture{
        width:40%;
    }
    .shopping-cart-page .product-grid.cross-sells .item-box .details{
        width:60%;
    }
    .shopping-cart-page .product-grid.cross-sells .item-box .product-item{
        overflow:hidden;
    }
    .order-details-area td {
        float: left;
        width: 50%;
    }
    .order-details-page .order-overview {
        margin:0 0 20px 5%;
    }
    .shopping-cart-page .color-squares {
        margin: auto;
        text-align: center;
    }

    /* SEARCH & SITEMAP */
    /* BLOG & NEWS */

    .post-head ~ *,
    .news-head ~ * {
        display: block;
    }

    .blog-page .tags > *,
    .blogpost-page .tags > * {
        float: left;
    }

    .blog-page .tags label,
    .blogpost-page .tags label {
        margin: 0 10px 0 0;
        line-height: 24px;
    }

    .new-comment textarea {
        width: 100%;
    }

    .comment-info {
        float: left;
        margin: 0;
    }

        .comment-info + .comment-content {
            margin: 0 0 0 135px;
        }

    .page.news-list-page .page-body {
        margin: 0;
    }

    .page-title h1 {
        float: none;
        margin: 0;
        padding: 9px 10px;
        text-align:left;
    }

    .page.news-list-page {
        margin-top: 40px;
    }

    .blog-page .page-title{
        margin-bottom:10px;
    }
        
     .blog-page .post-body{
    
    }

    .blog-page .post-head>*{
        display:inline-block;
    }
    .blog-page .post, .news-items .news-item{
        padding:0;
    }
    .blog-page .post{
        border:1px solid #eee;
        padding:20px 10px;
    }
    .blogpost-page .post-date, 
    .news-item-page .news-date{
        text-align:left;
    }
    /*.post-body,
    .news-body{
        border:1px solid #ddd;
        padding:0 10px;
    }*/
    .comment-list .news-comment{
        text-align:left;
    }
    .news-comment .username{
        text-align:center;
    }
    .comment-list .comment-time {
        text-align: left;
    }
    .comment-list .comment-body {
        text-align: left;
    }
    /*CUSTOM STYLING*/
    


    .header-links-wrapper .header-links > ul {
        text-align: center;
        float: none;
    }


    .product-grid.home-page-product-grid .item-grid .item-box,
    .product-grid.bestsellers .item-grid .item-box {
        width: 49.5%;
        overflow: hidden;
    }
    
    .home-page-product-grid .item-box:nth-child(2n),
    .bestsellers .item-box:nth-child(2n){
        margin-left:1%;
    }



        .product-grid.home-page-product-grid .picture, 
        .product-grid.bestsellers .picture {
            width: 45%;
            float:left;
        }


    .product-grid.home-page-product-grid .title {

    }

    /*HEADER MENU STYLE*/


    /*CATEGORY PAGE*/
    .side-2 .block {
        margin: 0;
    }
    .product-item{
        height:100%;
        overflow:hidden;
    }
    .product-item .details, 
    .product-item .buttons {
        text-align: center;
    }
    .also-purchased-products-grid .product-item .details,
    .also-purchased-products-grid .product-item .buttons{
        /*text-align:left;*/
    } 

    .product-list .buttons{
        text-align:left;
    }

    .home-page-product-grid .buttons,
    .bestsellers .buttons{
        text-align:left;
    }



/*RATINGS STYLING*/
    .product-rating-box .rating div{
    }

    .home-page-product-grid .product-rating-box .rating,
    .bestsellers .product-rating-box .rating{
        margin:0;
    }

    .home-page-product-grid .product-rating-box .rating div,
    .home-page .bestsellers .rating div{
        margin:0;
    }

    .side-2 .block .listbox {
        margin-bottom: 0;
        display:block !important;
    }

    .product-grid .item-box{
        width:49.5%;
        margin:0 0 1% 0;
        overflow:hidden;
    }
    .page.category-page .item-box:nth-child(2n),
    .product-tag-page .item-box:nth-child(2n),
    .recently-viewed-products-page .item-box:nth-child(2n),
    .recently-added-products-page .item-box:nth-child(2n),
    .search-results .item-box:nth-child(2n) {
        margin:0 0 1% 1%;
    }


    /*STYLES FOR LIST VIEW TYPE*/
    .product-list .item-box{
        height:190px;
        border:1px solid #ddd;
        margin:5px 0;
        position:relative;
        width:100%;
        overflow:hidden;
        float:none;
        margin:5px 0 !important;
    }

    .product-list .item-box:hover .picture img{
        transform:scale(1.075);
        -moz-transform:scale(1.075);
        -webkit-transform:scale(1.075);
        -ms-transform:scale(1.075);
    }
    .product-list .item-box .picture{
       /*position:absolute;*/
       width:30% !important;
       overflow:hidden;
       height:100%;
       float:left;
    }
        .product-list .item-box .picture a{
            display:block;
            height:100%;
        }

            .product-list .item-box .picture img{
                position:absolute;
                top:0;
                bottom:0;
                left:0;
                right:0;
                width:auto;
                max-height:100%;
                margin:auto;
                transition:all 1.5s ease-in 0s;
                -webkit-transition:all 1.5s ease-in 0s;
                -moz-transition:all 1.5s ease-in 0s;
                -ms-transition:all 1.5s ease-in 0s;
            }
    .product-list .item-box .details{
        position: absolute;
        left: 32%;
        text-align: left;
        width:68%;
        height:100%;
        /*max-height:170px;*/
    } 
    .product-list .item-box .details  .rating{
        margin:0 0 5px 0;

    }
    .product-list  .item-box .title{
        max-height:25px;
    }

        .product-list .item-box .details .buttons{

        }
         .product-list .item-box .details .prices {
            color: #ed1c24;
            font-size: 20px;
        }
        .product-list .item-box .add-info .details  .prices{
            margin:0 0 5px 0;
        }
         .product-list .item-box .details .add-info{
             /*height:85px;*/
         }
     .product-list .item-box .description{
         height:auto;
         max-height:45px;
         overflow:hidden;
         display:block;
         margin-bottom:5px;
     }

    .page.manufacturer-list-page .page-title{
        margin:0 0 3% 0;
    }
    .manufacturer-grid .item-box, 
    .vendor-grid .item-box {
        width:49.5%;
        margin:0 0 1% 0;
        border:none;
    }
    .manufacturer-grid .item-box:nth-child(2n),
    .vendor-grid .item-box:nth-child(2n) {
        margin:0 0 1% 1%;
    }
        .manufacturer-item .picture,
        .vendor-item .picture {
            position:relative;
            display:block;
        }

    .manufacturer-item .title > a,
    .vendor-grid .title > a {
        text-align:left;
        padding:0 0 0 10px;
        text-shadow: 0 2px 1px #888888;
    }
    .cross-sells .product-title,
    .cross-sells .add-info,
    .cross-sells .buttons{
        text-align:left;
    }  
    .cross-sells .rating{
        margin:0;
    }

        /*COOKIES POPUP*/
    .eu-cookie-bar-notification{
        width:500px;
        margin-left:-250px;
    }

}



/*=====================================================
    
    DESKTOP

=====================================================*/

@media all and (min-width: 981px) {

/* GLOBAL STYLES */

    .master-wrapper-content {
	    width: 980px;
	    margin: auto;
    }
    .inputs {
	    text-align: left;
    }
    .inputs label {
	    display: inline-block;
	    width: 170px;
	    margin: 0 10px 0 0;
	    text-align: right;
        overflow:hidden;
    }
    .center-1 .inputs label{
        width:290px;
    }

/* HEADER */

    .header {
        margin:auto;
        text-align: left;
        width: 980px;
        color:#fff;
        padding-top:10px;
    }
    .header-logo {
	    float: left;
        max-width:200px;
    }
    .header-links-wrapper {
        float: left;
        overflow: hidden;
        width: 555px;
        margin:0 0 30px 0;
    }
    .header-links-wrapper:after{
        display:block;
        content:'';
        clear:both;
    }

        .header-links-wrapper .header-links > ul{
            text-align:right;
        }

    .flyout-cart{
	    display:none;
	    position: absolute;
	    top: 40px;
	    right: 70px;
	    z-index: 99999;
	    width: 365px;
	    border: 1px solid #ccc;
	    box-shadow: 0 2px 3px rgba(0,0,0,0.15);
	    background: #fff;
    }
    .flyout-cart.active {
	    display: block;
    }

         .flyout-cart:before{
            content: " ";
            position: absolute;
            top: -7px;
            left: 10%;
            background: url(/Themes/ShopAll/Content/img/triangle.png) no-repeat center;
            width: 15px;
            height: 7px;
         }

    .mini-shopping-cart {
	    font-size: 11px;
    }
        .mini-shopping-cart .attributes{
            display:none;
        }
        
    .mini-shopping-cart * {
	    line-height: normal !important;
    }
    .mini-shopping-cart a {
    }
    .mini-shopping-cart a:hover {
	    text-decoration: underline;
    }
    .mini-shopping-cart .count {
	    padding: 5px 0;
        color:#333;
        font-size:14px;
        padding: 11px 10px;
        border-bottom:1px solid #eee;
    }
    .mini-shopping-cart .count a {
    }
    .mini-shopping-cart .items{
	    margin: 0 0 10px;
    }
    .mini-shopping-cart .item {
	    border-bottom: 1px solid #eee;
	    overflow: hidden;
	    padding: 10px;
        height:100px;
        position:relative;
    }
    .mini-shopping-cart .item:hover .picture{
        opacity:.85;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";
    }
    .mini-shopping-cart .item.first {
    }

    .mini-shopping-cart .picture {
	    float: left;
	    width: 26%;
        height:100%;
	    text-align: center;
        position:relative;
    }

    .mini-shopping-cart .picture a {
	    display: block;
    }
    .mini-shopping-cart .picture img{
        position: absolute;
        top:0;
        bottom:0;
        left:0;
        right:0;
        margin:auto;
    } 
    .mini-shopping-cart .picture + .product {
	    color: #333333;
        font-size:12px;
        float:right;
        width:72%;
        height:100%;
        position:relative;
    }

    .mini-shopping-cart .product .quantity{
        position:absolute;
        bottom:0;
    }

    .mini-shopping-cart .product .price {
        position:absolute;
        bottom:15px;
    }

    .mini-shopping-cart .name {
        color: #333333;
        font-size: 14px;
        line-height: 1.3;
        margin: 0;
        height: 34px;
        overflow: hidden;
    }
    .mini-shopping-cart .attributes {
    }
    .mini-shopping-cart .price span,
    .mini-shopping-cart .quantity span {
    }

    .mini-shopping-cart .price span{
        color:#ed1c24;
    }

    .mini-shopping-cart .totals {
	    margin: 0 10px 10px;
	    font-size: 16px;
	    text-align: right;
        color:#333;
    }
    .mini-shopping-cart .totals strong {
	    color: #ed1c24;
        font-size:16px;
        padding:0 0 0 3px;
        font-weight:normal;
    }
    .mini-shopping-cart .buttons {
	    margin: 0 10px 10px;
	    text-align: right;
    }
    .mini-shopping-cart input[type="button"] {
        border: medium none;
        color: #FFFFFF;
        display: inline-block;
        font-size: 14px;
        font-weight: bold;
        padding: 9px;
        margin:0 0 0 5px;
        background:url(/Themes/ShopAll/Content/img/red-button.png) #9E0B0F;
        background-repeat:repeat-x;
    }
   
     /*changes search-box position because of the js for responsice*/
    .search-box {	    
        float:left;
        margin-left:108px;
    }
    .header-selectors-wrapper {
        position:absolute;
        right:0;
        top:10px;
        max-width:220px;
    }
    .header-selectors-wrapper > div {
	    float: right;
	    margin: 0 0 0 10px;
    }
    .header-selectors-wrapper > div select{
        height:20px;
        padding:0;
        margin-top:6px;
    }
    .header-links ul {
            margin-bottom:0;
        }
    .block-shoppingcart{
        display:block;
        float:right;
        border:1px solid #333;
        width:210px;
        padding:5px 10px 5px 38px;
        color:#ccc;
        background:url(/Themes/ShopAll/Content/img/cart-icon.png);
        background-position:5px center;
        background-repeat:no-repeat;
    }
    .block-shoppingcart a{
        color:#ed1c24;
    }
    .block-shoppingcart a:hover{
        text-decoration:underline;
    }

/* HEADER MENU */

    .header-menu .menu-title {
        display: none !important;
    }

    .header-menu {
	    text-align: left;
	    position: relative;
	    z-index: 1001;
	    margin:0;
        border-bottom:1px solid #333;
    }
    .header-menu:after{
        display:block;
        content:'';
        clear:both;
    }
  
        .header-menu > ul:after{
            display:block;
            content:'';
            clear:both;
        }
        .header-menu > ul.top-menu{
            width:980px;
            margin:auto;
            position:relative;
        }
    .header-menu > ul > li {
	    
        float:left;
    }
        .header-menu > ul > li:hover{
            background:url(/Themes/ShopAll/Content/img/hover-menu.png) #d21d25; 
            background-repeat:repeat-x;
        }
        
    .header-menu > ul > li > a,
    .header-menu > ul > li > span {
	    display: block;
	    font-size: 15px; /*reset zeroing*/
        font-weight:normal;
        cursor: pointer;
        color:#fff;
        padding:16px;
        vertical-align:middle;
        text-transform:uppercase;
    }

	.header-menu .sublist-wrap {
		display: none;
		position: absolute;
		top: 49px;
		z-index: 1001;
		min-width: 200px;
        background: #fff;
		box-shadow: 0 2px 3px #666;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
        background:#333;
	}
        .header-menu .sublist-wrap.active {
            display: block;
        }
    .header-menu .sublist>li{
        background:#1c1c1c;
    }
    .header-menu .sublist>li a{color:#fff;}


    .top-menu {
		display: block;
	}
	.header-menu .sublist li {
		position: relative;
        text-align:left;
	}
    .header-menu .sublist .back-button {
        display: none;
    }
	.header-menu .sublist li a {
		display: block;
		padding:10px 20px;
        font-size: 12px;
		color: #fff;
	}
	.header-menu .sublist li:hover{
		background: #444;
	}
    .header-menu .sublist li:hover a{
		color:#fff;
	}
	.header-menu .sublist-wrap .sublist-wrap {
		top: 0px;
		left: 100%;
	}
    .mega-menu{
        width:980px;
    }
    .search-wrap{
        display:none;
    }

    .responsive-nav-wrapper-parent{
        display:none;
    }

    

/* LEFT/RIGHT COLUMN */

    .block .listbox {
	    display: block;
    }
    .block .product-picture {
	    display: inline-block;
	    vertical-align: middle;
    }
    .block .product-picture img {
	    display: block;
    }
    .block-recently-viewed-products div + a {
	    width: 75%;
	    vertical-align: middle;
    }
    .side-2{
        margin:10px 0 0;
    }
    .side-2 .block .view-all{
        margin:0;
    }


/* CATEGORY PAGE & GRIDS */
    
    /*style fo fix intem-box in +980 resolution*/

    .breadcrumb li * {
	    line-height: normal;
    }

        .category-item .picture{
            width:45%;
            float:left;
            display:block;
        }
        .sub-category-item .picture{
            width:100%;
            display:block;
        }
        .manufacturer-item .picture{
            height:230px;
        } 

        .breadcrumb li a {
            line-height: 32px;
        }
        
        .page.category-page{
            margin:0;
        }

    .page.news-list-page{
        margin:0;
    }
    .page.news-list-page .page-title{
        padding:0 2% 0 0;
    }

    .manufacturer-grid .item-box,
    .manufacturer-grid .item-box:nth-child(2n),
    .vendor-grid .item-box, 
    .vendor-grid .item-box:nth-child(2n) {
        border: medium none;
        margin: 0 0.5% 0.5% 0;
        width: 33%;
    }
    .manufacturer-grid .item-box:nth-child(3n),
    .vendor-grid .item-box:nth-child(3n) {
        margin:0 0 0.5% 0;
    }
    .home-page-category-grid .item-grid .item-box .sub-category > li a {
        max-height:34px;
    overflow: hidden;
    padding: 5px 0 5px 10px;
    line-height:14px;
    }
.todays-poll-box .poll{
    margin: .5%;
    width: 32%;
    vertical-align:top;
}


/* PRODUCT PAGE */

    .product-details-page .product-essential .gallery {
	    float: left;
        width:41.4%;
        position:relative;
    }
    .product-details-page .overview {
	    float: right;
        width:55%;
    }

    .also-purchased-products-grid.product-grid .item-box .product-item{

    }
    .related-products-grid.product-grid .item-box{
        width:49.5%;
        margin:0 0 1% 0;
    }
    .related-products-grid.product-grid .item-box:nth-child(2n){
        margin-left:1%;
    }

    .also-purchased-products-grid.product-grid .rating{
        margin:auto;
    }
   

/* QUICK TABS */
/* ATTRIBUTES */




/* GIFT CARD */
/* REVIEW PAGE */
/* WISHLIST & COMPARE LIST */

    .compare-products-table-mobile {
	    display: none;
    }

/* PASSWORD PROTECTION */
/* CONTACT PAGE & EMAILaFRIEND */
/* REGISTRATION, LOGIN, MY ACCOUNT */

    #check-availability-button {
	    display: block;
	    margin: 10px auto;
    }
    #username-availabilty {
	    position: absolute;
	    top: 5px;
	    left: 550px;
    }
    .login-page .inputs.reversed > * {
	    width: auto;
	    margin: 0 5px;
	    vertical-align: middle;
    }
    .return-request-page label {
	    width: 300px;
    }
    .registration-page .inputs label{
        width:190px;
    }
    .account-page.downloadable-products-page th.a-center.product{
        text-align:left;
    }
    .account-page.back-in-stock-subscription-list-page .a-center.product{
        text-align:left;
    }
    .account-page.forum-subscriptions-page th.a-center.info{
        text-align:left;
    }
    .customer-info-page .inputs>*{
        display:inline-block;
    }  
    .inputs .gender span label{
        width:auto;
    }   
    .contact-page .inputs label{
        width:290px;
    }

/* SHOPPING CART & CHECKOUT */
    .shopping-cart-page .tax-shipping-info {
        text-align: right;
    }
    .shopping-cart-page .tax-shipping-info a:hover {
        text-decoration: underline;
    }
    .shopping-cart-page .common-buttons,
    .checkout-attributes {
	    text-align: right;
    }
    .checkout-attributes li {
	    margin: 0 0 0 10px;
    }
    .shopping-cart-page .common-buttons input {
	    margin: 0 0 0 10px;
    }
    .shopping-cart-page .totals {
	    margin: 0;
    }
    .cart-collaterals {
	    width: 650px;
	    margin: 0;
        text-align:left;
    }
    .cart-collaterals .deals {
	    float: left;
	    width: 300px;
	    margin: 0;
    }
    .cart-collaterals .shipping {
	    float: right;
	    width: 340px;
	    margin: 0;
    }
    .cart-collaterals .shipping label {
	    width: 100px;
	    margin: 0;
	    text-align: left;
    }
    .cart-collaterals .shipping label + * {
	    width: 235px;
    }
    .checkout-page .edit-address label {
	    width: 300px;
    }
    .checkout-page .selected-checkout-attributes {
	    text-align: right;
    }
    .checkout-page .totals {
	    float: right;
    }
    .cross-sells .item-box{
        width:49.5%;
    }
    .cross-sells .picture{
        bottom:0;
        width:45%;
    }
    .cross-sells .details{
        left:47%;
        top:0;
        width:52%;
        height:100%;
        max-height:100%;
    }
    .select-billing-address{
        padding:10px;
    }
    .checkout-page .address-item,
    .checkout-page .address-item{
        width:23.5%;
        margin:0 2% 2% 0;
        clear:none;
    }
     .checkout-page .address-item:nth-child(3n){
         margin:0 2% 2% 0;
     }
     .checkout-page .address-item:nth-child(3n+1){
         clear:none;
     }
    .checkout-page .address-item:nth-child(4n){
        margin:0 0 2% 0;
    }
    .checkout-page .address-item:nth-child(4n+1){
        clear:both;
    }
    .order-details-page .order-overview {
        margin-left:7%; 
    }
    .shopping-cart-page .color-squares {
        width: 100%;
        text-align: right;
    }

/* SEARCH & SITEMAP */

    .basic-search input[type="text"] {
	    width: 350px;
    }
    .advanced-search .price-range {
	    margin-left: 48px;
    }
    .advanced-search .price-range input {
	    height: auto;
    }

/* BLOG & NEWS */

    .news-item-page .inputs:first-child label {
	    display: inline-block;
    }
    .news-item-page textarea {
	    display: block;
	    margin: auto;
    }
    .new-comment .title{

    }
    .comment-list .news-comment{
        padding:10px;
    }


/* FOOTER */
.footer{
    position:relative;

}
       .footer-upper, 
       .footer-middle {
            border-bottom: none;
            margin: 0 auto;
            overflow: visible;
            width: 980px;
        }
            .footer-middle{
                /*margin-top:-56px;*/
                margin:0 auto;
            }
       .footer-upper .footer-nav {
            padding: 0;
            border:none;
            text-align:center;
       }
       .footer-upper{
           padding-top:26px;
           overflow:hidden;
       }
       .footer-upper .social {

       }
       .footer-upper .social:before{
           text-align:left;
           padding:0;
           font-size:0;
           line-height: 0;
       }
       .footer-upper .social a {
           top: 0;
       }
       .footer-middle .footer-nav {
            margin:0;
        }
       .footer-lower{
           width:980px;
           overflow: hidden;
           padding-bottom: 10px;
       }
       .footer-lower > div {
            margin: 0 5px;
            line-height: 20px;
            text-align: left;
            font-size: 11px;
        }
       .footer-middle .share{
           float:left;
           width:700px;
           text-align:left;
       }
       .footer-middle .share>li{
           margin:0;
           font-size:14px;

       }
       .footer-middle .share>li:first-child{
           margin-right:5px;
       }
       .addthis_toolbox.addthis_default_style {
            max-width:250px;
            width:auto;
            margin:0;
        }
       .footer-lower .footer-store-theme{
           margin:5px auto 0;
           width:170px;
           display: block;
       }
       .footer-middle .addthis_wrapper {

            max-width: 340px;
            margin:0;
       }
       .footer-middle .addthis_wrapper:before{
           float:left;
       }
    .master-wrapper-page .menu-title, 
    .master-wrapper-page .close-menu,
    .master-wrapper-page .filters-button{
        display:none;

    }
    .header-links-wrapper .header-links {
    }
    .home-page-category-grid .item-grid .item-box .sub-category{
        display:block;
    }
    .home-page-category-grid .item-grid .item-box .sub-category li {
        line-height:26px;
        text-align:left;        
    }
    .home-page-category-grid .item-grid .item-box .sub-category li:hover a{
        text-decoration:underline;

    }
    .home-page-category-grid .item-grid .item-box{
        border:none;
        width:33%;
        padding-bottom:2%;
    }

    .home-page-category-grid .item-box .title{
        text-align:left;

    }
    .home-page-category-grid .item-box .title a{
        font-size:16px;
        padding:6px 0 6px 10px ;
    }
    .home-page-category-grid .item-grid .item-box .sub-category{
        margin-left:49%;
        margin-top:22px;
    } 
    .home-page-category-grid .item-grid .item-box{
        margin-bottom:1%;
    }   
    /*.home-page-category-grid .item-grid .item-box:nth-child(2n){
        /*margin:0;
        margin-bottom:1%;
    }*/
    .product-grid.home-page-product-grid .item-box .description{
        height:46px;
    }    
    /*.product-grid.home-page-product-grid .item-grid .item-box .product-item .details,
    .product-grid.bestsellers .item-grid .item-box .product-item .details{

    }*/   
    
    .product-grid.home-page-product-grid .item-box .product-item,
    .product-grid.bestsellers .item-box .product-item{
        padding:5px;
        /*bottom: 5px;
        left: 5px;
        right: 5px;
        top: 5px;*/
        overflow: hidden;
    }

    .home-page-product-grid .product-title a,
    .bestsellers .product-title a {
        max-height: 80px;
    }

            /*styles for home page only*/
        .product-grid.home-page-product-grid .product-title{
            height:74px;
        }

    .bestsellers .prices, 
    .home-page-product-grid .prices{
        text-align:left;
        margin:0;
    }


        .prices .old-price, 
        .prices .actual-price{
            display:inline-block;
            width:auto;
        }
    .product-list .item-box .add-info .tax-shipping-info{
        display:block;
        margin-left:0;
    }

    .home-page-category-grid{  
        margin:0 0 50px 0;
    }
    .home-page-category-grid .item-grid{
        text-align:center;
        margin:0;
        /*height:190px;*/
    }
    .home-page-category-grid .item-grid .item-box:nth-child(3n-1){ 
        /*margin:0 1% !important;*/
    }

   
    .product-grid .item-grid .item-box .product-item .details .add-info .buttons{
        width:auto;
    }

    .product-item{padding:0;}

    /*product-grid*/
    .product-grid .product-title {
        margin: 0 0 5px;
    }

    .product-grid .item-box:nth-child(2n){
        margin:0 0 1% 1%;
    }
    .product-grid .item-box .picture{
        /*float:left;
        width:48%;
        overflow:hidden;*/
    }
    .product-grid .item-box .details{
        /*color: #4B4B4B;
        float:left;
        width:52%;
        text-align:left;*/
    }
    .product-grid .item-box .rating{
        /*margin:auto;*/
    }

    .product-grid .item-box .details .buttons{
        /*text-align:left;*/
    }
    .product-grid .item-box .details .buttons inputs{
        min-width:36px;
    }

    .page.category-page .sub-category-grid .item-box{
        margin: 0 1% 1% 0;
        width: 32%;
        overflow:hidden;
    }
    .page.category-page .sub-category-grid .item-box .picture{
        /*position:absolute;
        left:0;
        right:0;
        top:38px;
        bottom:0;
        width:auto;
        height:auto;*/
    }
    .category-page 
    .sub-category-grid .title {
        text-align: left;
    }
    .sub-category-grid .title a{
        font-size:16px; 
        padding:5px 0 5px 10px;
    }

    .product-selectors{
        margin:20px 0;

    }

    .product-grid .title{width:100%;}


    /*product list*/
    .item-box .add-info {
        /*height: 82px;*/
    }

    /*compareproducts*/
    .compare-products-table {
        display: block;
    }
    .compare-products-table-mobile.data-table.footable-loaded.footable {
        display:none;
    }   
}
/*=========================================

        DESKTOP

=========================================*/


/* FORUM MAIN & SEARCH */


.forums-header {
	margin: 0 0 20px;
    position:relative;
}
.forums-header:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
}
.current-time {
	line-height: 36px;
    max-width:500px;
    float:left;
}
.forum-search-box {
	float: right;
    margin:0;
}
.forum-search-box .basic {
	overflow: hidden;
}
.forum-search-box-text,
.forum-search-text {
	float: left;
	width: 300px;
}
.forum-search-box-button,
.forum-search-button {
	float: left;
	width: 31px;
	height: 31px;
	border: none;
	overflow: hidden;
	background: url(/Themes/ShopAll/Content/img/search-button.png) center no-repeat;
	text-indent: 999px;
    border:1px solid #ddd;
    border-left:none;
}
.forum-search-box .basic {
	margin: 0 0 5px;
}
.forum-search-box .advanced {
	text-align: right;
    float:none;
    clear:both;
}
.forums-table-section.topic-group.active-discussions{
    position:relative;  
}
.forums-table-section.topic-group.active-discussions .view-all{
    position:absolute;
    top:4px;
    right:30px;
}
.forums-table-section {
	margin: 0 0 30px;
}
.forums-table-section-title {
	margin: 0 0 10px;
	overflow: hidden;
}
.forums-table-section-title > a,
.forums-table-section-title strong {
	float: left;
	font-size: 18px;
	font-weight: normal;
}
.forums-table-section-title span {
	float: right;
}
.forums-table-section-title .view-all {
	line-height: 24px;
}
.forums-table-section-title .link-rss {
	margin: 0 0 0 10px;
    float:right;
}

.forums-table-section .image div {
	width: 24px;
	height: 24px;
	margin: auto;
	background: url(/Themes/ShopAll/Content/img/folder1.png) center no-repeat;
}
.forums-table-section .image div.annoucement {
	background: url(/Themes/ShopAll/Content/img/folder2.png) center no-repeat;
}
.forums-table-section .image div.sticky {
	background: url(/Themes/ShopAll/Content/img/folder3.png) center no-repeat;
}

.forum-search-page .basic-search {
	text-align: center;
}
.forum-search-page .basic-search .forum-search-text{
    float:none; 
} 
.forum-search-page .basic-search .inputs {
	margin: 0 0 10px;
	overflow: hidden;
}
.forum-search-page .basic-search .inputs > *{
    display:inline-block;
}
.forum-search-page .basic-search .inputs > label{
    width:302px;
}
.forum-search-page .basic-search .inputs.reversed label{
    width:auto;
}
.forum-search-page .advanced-search {
	margin: 15px 0 0;
}
.forum-search-page .advanced-search .inputs label {
	width: 302px;
}
.forum-search-page .search-error {
	padding: 15px;
	text-align: center;
	color: #c00;
}
.forum-search-page .search-results {
	margin: 0 0 15px;
}
.search-box.forum-search-box form{
    border:none;
}
.search-box.forum-search-box .search-box-text{
    border:1px solid #ddd;
    box-shadow:none;
}
.search-box.forum-search-box .search-box-button{
    border:1px solid #ddd;
    border-left:none;
}
.forum-search-page .forum-search-button{
    width:auto;
    height:auto;
    text-indent:0;
    background-image:none;
    float:none;
}
.forum-search-page .buttons{
    text-align:center;
}
/* BREADCRUMB & PAGERS */


.forum-breadcrumb {

}
.pager.upper {
	display: none;
}
.pager.lower {
	float: right;
	margin: 0;
}

/* FORUM PAGE */


.forum-page .forum-top {
	margin: 0 0 20px;
}
.forum-page .forum-info {
	position: relative;
	margin: 0 0 20px;
}
.forum-page .forum-name h1 {
	font-size: 18px;
}
.forum-page .link-rss {
	position: absolute;
	top: 0;
	right: 0;
}
.forum-page .actions {
    margin:0 0 20px;
}
.forum-page .actions a {
	margin: 0 10px 0 0;
	padding: 0 0 0 20px;
}
.forum-page .new-topic {
	background: url(/Themes/ShopAll/Content/img/forum_icon4.png) left center no-repeat;
}
.forum-page .watch-forum {
	background: url(/Themes/ShopAll/Content/img/forum_icon5.png) left center no-repeat;
}

/* TOPIC PAGE & PROFILE PAGE */


.forum-topic-page .topic-name h1 {
	margin: 0 0 20px;
	font-size: 18px;
	font-weight: normal;
}
.forum-topic-page .topic-header {
	margin: 0 0 20px;
	overflow: hidden;
}
.forum-topic-page .topic-options {
	float: left;
}
.actions a {
	margin: 0 10px 0 0;
	padding: 0 0 0 20px;
}
.forum-topic-page .reply-topic-button {
	background: url(/Themes/ShopAll/Content/img/forum_icon4.png) left center no-repeat;
    padding:0 0 0 20px;
    margin:0 0 0 10px;
}
.forum-topic-page .watch-topic-button {
	background: url(/Themes/ShopAll/Content/img/forum_icon5.png) left center no-repeat;
    padding:0 0 0 20px;
    margin:0 0 0 10px;
}
.forum-topic-page .actions{
    float:left;
    margin:0 0 15px;
}
.forum-topic-page .manage {
	float: right;
}
.manage-post{
    float:left;
    overflow:hidden;
    margin:0 0 5px;
}
.forum-topic-page .manage a,
.manage-post a {
	margin: 0 0 0 10px;
	padding: 0 0 0 20px;
}
.forum-topic-page .edit-topic-button,
.edit-post-button {
	background: url(/Themes/ShopAll/Content/img/forum_icon1.png) left center no-repeat;
}
.forum-topic-page .delete-topic-button,
.delete-post-button {
	background: url(/Themes/ShopAll/Content/img/forum_icon2.png) left center no-repeat;
}
.forum-topic-page .move-topic-button {
	background: url(/Themes/ShopAll/Content/img/forum_icon3.png) left center no-repeat;
}
.topic-actions .topic-post{
    clear:both;
}
.topic-actions .topic-posts{
    clear:both;
}

.topic-post {
	margin: 0 0 20px;
	border-bottom: 1px dotted #ccc;
	overflow: hidden;
	padding: 5px 0 15px;
}
.topic-post .post-info,
.profile-info-box .user-details {
	float: left;
	width: 190px;
}
.topic-post .manage-post {
	float: none;
	margin: 0 0 10px;
	overflow: hidden;
}
.topic-post .manage-post a {
	float: left;
	margin: 0 0 0 5px;
	border: 1px solid #ccc;
	background-color: #eee;
	padding: 5px 5px 5px 25px;
}
.topic-post .manage-post a:first-child {
	margin-left: 0;
}
.topic-post .manage-post a:hover {
	text-decoration: none;
}
.topic-post .edit-post-link-button,
.topic-post .delete-post-link-button {
	background-position: 5px center;
}
.topic-post .user-info {
	padding-right: 10px; /*align control*/
}
.topic-post .username {
	display: inline-block;
	margin: 0 0 5px;
	font-weight: bold;
}
.topic-post .avatar,
.profile-info-box .avatar {
	position: relative;
	height: 150px; /*adjust as you like*/
    width:190px;
    float:left;
	margin: 0 0 10px;
	border: 1px solid #ccc;
	overflow: hidden;
}
.topic-post .avatar img,
.profile-info-box .avatar img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	max-width: 100%;
	max-height: 100%;
	margin: auto;
}
.topic-post .user-stats {
	margin: 0 0 10px;
	font-size: 11px;
}
.topic-post .user-stats span,
.profile-info-box .profile-stats span {
	margin: 0 0 0 3px;
	font-weight: bold;
}
.topic-post .pm-link-button,
.profile-info-box .pm-link-button {
	display: inline-block;
	border: 1px solid #ccc;
	padding: 5px 10px;
}
.topic-post .post-content,
.profile-info-box .profile-stats {
    position: relative;
	margin-left: 200px;
    text-align:left;
}
.post-content .post-head{
    border-bottom:1px dotted #ccc;
    overflow:hidden;
    padding:10px;
    margin:0 0 10px;
}
.post-content .post-head .post-time{
    float:left;
}
.post-head .quote-post{
    float:right;
}
.post-head .quote-post a{
    margin:0 0 0 10px;
}
.topic-post .post-head {
	margin: 0 0 10px;
	border: 1px solid #ccc;
	background: #eee;
	padding: 5px;
}
.topic-post .post-time a {
	float: right;
	margin: 0 0 0 5px;
	text-decoration: underline;
}
.topic-post .post-body {
}

.profile-info-box {
	overflow: hidden;
}
.profile-info-box .title {
	margin: 0 0 10px;
	font-size: 18px;
    color:#333;
}
.profile-page .topic {
	margin: 0 0 20px;
	border-bottom: 1px dotted #ccc;
	padding: 0 0 15px;
}
.profile-page .topic-title {
	margin: 0 0 10px;
	background: #f6f6f6;
	padding: 5px;
	font-size: 16px;
}
.profile-page .topic-title a {
	vertical-align: middle;
	font-style: italic;
}
.profile-page .topic-data {
	color: #999;
}
.profile-info-box .send-pm {
    clear: both;
    float: left;
    width: 190px;
}
/* FORUM EDIT & SEND MESSAGE */


.forum-edit-page .page-body,
.private-message-send-page .page-body {
}
.center-1 .forum-edit-page label,
.center-1 .private-message-send-page label {
	width: 228px;
}
.forum-edit-page strong,
.private-message-send-page a {
	font-size: 18px;
	font-weight: normal;
}
.forum-edit-page .toolbar,
.private-message-send-page .toolbar {
	margin:0 0 10px 235px;
}
.forum-edit-page textarea,
.private-message-send-page textarea {
	width: 500px;
	height: 180px;
	margin-left: 240px;
}
.forum-edit-page .buttons,
.private-message-send-page .buttons,
.private-messages-page .buttons {
	margin: 15px 0 0;
	text-align: center;
}
.forum-edit-page .buttons input,
.private-message-send-page .buttons input,
.private-messages-page .buttons input,
.private-message-view-page .buttons input,
.move-topic-page .buttons input{
	min-width: 115px;
	border: 1px solid #ccc;
	padding: 6px 24px !important;
	font-size: 16px;
	text-transform: uppercase;
}
.forum-edit-page .buttons input[type="submit"],
.private-messages-page .buttons input[type="submit"],
.private-message-send-page .buttons input[type="submit"],
.private-message-view-page .buttons input.button-1 {
}
.move-topic-page .inputs label{
    width: auto;
}

.private-message-send-page .message label {
	display: none;
}

/* INBOX & VIEW MESSAGE */


.private-messages-page td.date {
	width: 15%;
	white-space: nowrap;
}
.private-messages-page .mark-unread-pm-button {
	display: none;
}

.private-message-view-page .view-message {
}
.private-message-view-page .view-message li {
	display: inline-block;
}
.private-message-view-page label {
	font-weight: bold;
}
.private-message-view-page span {
	margin: 0 10px 0 0;
	vertical-align: middle;
}
.private-message-view-page span:after {
	content: "|";
	margin: 0 0 0 10px;
}
.private-message-view-page .message-body {
	display: block !important;
	margin: 15px 0;
	border: 1px solid #ccc;
	padding: 15px;
}
.private-message-view-page .message-body span:after {
	display: none;
}
.private-message-view-page .buttons {
	display: block !important;
	overflow: hidden;
}
.private-message-view-page .buttons > input{
    float:none;
    margin:0 0 2px;
}
.private-message-view-page .back-pm-button {
	float: right;
	text-transform: capitalize !important;
}
.topic-post .vote {
    position: relative;
    display: inline-block;
    width: 35px;
    height: 35px;
    cursor: pointer;
}
.topic-post .vote.up:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 15px 20px 15px;
    border-color: transparent transparent #eee transparent;
}
.topic-post .vote.down:before{
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 0;
    height: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 15px 0 15px;
    border-color: #eee transparent transparent transparent;
}

.topic-post .post-vote {
    display: inline-block;
    font-size: 0;
    text-align: center;
    margin: 0 0 0 10px;
}
.vote-count-post {
    width: 35px;
    border: 1px solid #ccc;
    padding: 5px;
    font-size: 13px;
    color: #888;
    font-family: "Open Sans",sans-serif;
}



@media all and (max-width: 768px) {

    .post-content .post-body{
        margin:0 0 0 200px;
    }
    .manage-post{
        float:none;
    }
    .topic-post .post-content{
        margin:0 auto;
    }
    .post-content .post-body{
        display:block;
    }
    .signature{
        display:block;
        margin:0 0 0 200px;
    }
}
@media all and (max-width: 980px) {
    .forum-breadcrumb {
        text-align: center;
    }
    .current-time{
        float:none;
        margin:auto;
        text-align:center;
    }
    .search-box.forum-search-box{
        max-width:100%;
    }
    .center-1 .forum-edit-page label,
    .center-1 .private-message-send-page label {
        width: 100%;
    }
    .forum-edit-page .toolbar, 
    .private-message-send-page .toolbar{
        width:100%;
        margin:0 0 10px;
    }
    .forum-edit-page textarea,
    .private-message-send-page textarea{
        margin:0;
    }
    
}
@media all and (min-width: 980px) {
    .topic-post .post-body {
        margin-right: 60px;
    }
    .topic-post .post-vote {
        position: absolute;
        top: 50px;
        right: 10px;
    }
}
/*! perfect-scrollbar - v0.5.8
* http://noraesae.github.com/perfect-scrollbar/
* Copyright (c) 2014 Hyunje Alex Jun; Licensed MIT */
.ps-container.ps-active-x>.ps-scrollbar-x-rail,.ps-container.ps-active-y>.ps-scrollbar-y-rail{display:block}.ps-container>.ps-scrollbar-x-rail{display:none;position:absolute;-webkit-border-radius:4px;-moz-border-radius:4px;-ms-border-radius:4px;border-radius:4px;opacity:0;-ms-filter:"alpha(Opacity=0)";filter:alpha(opacity=0);-webkit-transition:background-color .2s linear,opacity .2s linear;-moz-transition:background-color .2s linear,opacity .2s linear;-o-transition:background-color .2s linear,opacity .2s linear;transition:background-color .2s linear,opacity .2s linear;bottom:3px;height:8px}.ps-container>.ps-scrollbar-x-rail>.ps-scrollbar-x{position:absolute;background-color:#aaa;-webkit-border-radius:4px;-moz-border-radius:4px;-ms-border-radius:4px;border-radius:4px;-webkit-transition:background-color .2s linear;-moz-transition:background-color .2s linear;-o-transition:background-color .2s linear;transition:background-color .2s linear;bottom:0;height:8px}.ps-container>.ps-scrollbar-x-rail.in-scrolling{background-color:#eee;opacity:.9;-ms-filter:"alpha(Opacity=90)";filter:alpha(opacity=90)}.ps-container>.ps-scrollbar-y-rail{display:none;position:absolute;-webkit-border-radius:4px;-moz-border-radius:4px;-ms-border-radius:4px;border-radius:4px;opacity:0;-ms-filter:"alpha(Opacity=0)";filter:alpha(opacity=0);-webkit-transition:background-color .2s linear,opacity .2s linear;-moz-transition:background-color .2s linear,opacity .2s linear;-o-transition:background-color .2s linear,opacity .2s linear;transition:background-color .2s linear,opacity .2s linear;right:3px;width:8px}.ps-container>.ps-scrollbar-y-rail>.ps-scrollbar-y{position:absolute;background-color:#aaa;-webkit-border-radius:4px;-moz-border-radius:4px;-ms-border-radius:4px;border-radius:4px;-webkit-transition:background-color .2s linear;-moz-transition:background-color .2s linear;-o-transition:background-color .2s linear;transition:background-color .2s linear;right:0;width:8px}.ps-container>.ps-scrollbar-y-rail.in-scrolling{background-color:#eee;opacity:.9;-ms-filter:"alpha(Opacity=90)";filter:alpha(opacity=90)}.ps-container:hover>.ps-scrollbar-x-rail,.ps-container:hover>.ps-scrollbar-y-rail{opacity:.6;-ms-filter:"alpha(Opacity=60)";filter:alpha(opacity=60)}.ps-container:hover>.ps-scrollbar-x-rail.in-scrolling,.ps-container:hover>.ps-scrollbar-y-rail.in-scrolling{background-color:#eee;opacity:.9;-ms-filter:"alpha(Opacity=90)";filter:alpha(opacity=90)}.ps-container:hover>.ps-scrollbar-x-rail:hover{background-color:#eee;opacity:.9;-ms-filter:"alpha(Opacity=90)";filter:alpha(opacity=90)}.ps-container:hover>.ps-scrollbar-x-rail:hover>.ps-scrollbar-x{background-color:#999}.ps-container:hover>.ps-scrollbar-y-rail:hover{background-color:#eee;opacity:.9;-ms-filter:"alpha(Opacity=90)";filter:alpha(opacity=90)}.ps-container:hover>.ps-scrollbar-y-rail:hover>.ps-scrollbar-y{background-color:#999}
/*
 Cloud Zoom CSS - New Cloud Zoom Styles
*/

.gallery {
    display: none !important;
}
.gallery.sevenspikes-cloudzoom-gallery {
    display: block !important;
}

/* CSS for lens */
.cloudzoom-lens {
    opacity: .5;
    cursor:crosshair;
    z-index: 9999;
}
    .cloudzoom-lens:before {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background-color: #b68c65;	
        z-index: 1;
    }

/* CSS for zoom window. */
.cloudzoom-zoom {
	z-index: 9999;
}
/* CSS for zoom window in 'inside' mode. */
.cloudzoom-zoom-inside {
    z-index: 9999;
    cursor: crosshair;
}

/* CSS for captions */
.cloudzoom-caption {
    display: none;
    background-color: #333;
    color: #fff;
    padding: 8px 12px;
    font-size: 12px;
}

/* A blank image */
.cloudzoom-blank {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAIAQMAAAD+wSzIAAAAA3NCSVQICAjb4U/gAAAABlBMVEUAAAD///+l2Z/dAAAAAnRSTlP/AOW3MEoAAAAJcEhZcwAACxIAAAsSAdLdfvwAAAAWdEVYdENyZWF0aW9uIFRpbWUAMDYvMzAvMTLNuPjnAAAAHHRFWHRTb2Z0d2FyZQBBZG9iZSBGaXJld29ya3MgQ1M1cbXjNgAAAAxJREFUCJlj+M+AAgE/0Af5DM23uwAAAABJRU5ErkJggg==);
}

/* The animated ajax loading image */
.cloudzoom-ajax-loader {
    background-image: url(data:image/gif;base64,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);
    width:80px;
    height:80px;
}
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
/*
* Copyright 2016 Seven Spikes Ltd. All rights reserved. (http://www.nop-templates.com)
* http://www.nop-templates.com/t/licensinginfo
*/

.picture-thumbs.in-carousel {
    max-width: 600px;
    margin: 10px auto 0;
}
.picture-thumbs .picture-thumbs-list {
    margin: 0 -5px;
}
.picture-thumbs .picture-thumbs-item {
    padding: 0 5px;
}
.picture-thumbs.in-carousel .picture-thumbs-list {
    margin: 0;
}
.picture-thumbs button + .slick-list {
    padding: 0 22px;
}

/* arrows nav */

.picture-thumbs .slick-prev,
.picture-thumbs .slick-next {
    position: absolute;
    top: 0;
    bottom: 0;
    font-size: 0;
    z-index: 1;
    width: 17px;
    border: none;
    cursor: pointer;
}
.picture-thumbs .slick-prev {
    left: 0;
    background: url(/Plugins/SevenSpikes.Nop.Plugins.CloudZoom/Themes/ShopAll/Content/carousel/ data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyBpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBXaW5kb3dzIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOkEzQjI0M0U0OTQzMjExRTE4NzkwOTM4QTg0RDc3OTJDIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOkEzQjI0M0U1OTQzMjExRTE4NzkwOTM4QTg0RDc3OTJDIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6QTNCMjQzRTI5NDMyMTFFMTg3OTA5MzhBODRENzc5MkMiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6QTNCMjQzRTM5NDMyMTFFMTg3OTA5MzhBODRENzc5MkMiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4PGvlhAAAAsklEQVR42sTXQQ6AIAwEQGp8I4/kkzVejQS6u6VclIS4w0FazN1b5bhXC3rv6Lffndn7MsaYLrqSNuaf51GAL+apgL8wOwUIhysBULgKAIcrAFQ4C6DDGYAkHAXIwhGANDwKkIdHACnhu4DUer0DsGrADOEnAWmI6G8oRyAHkRSBHsUyBFOMJAi2HNMIRUNCIVQtGYxQNqUQQt2WhxEZFxOruhf8hS4LmVXfjq9WPB4BBgDFiCU7ds4WCAAAAABJRU5ErkJggg==)
                    center no-repeat, #fff;
}
.picture-thumbs .slick-next {
    right: 0;
    background: url(/Plugins/SevenSpikes.Nop.Plugins.CloudZoom/Themes/ShopAll/Content/carousel/ data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyBpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBXaW5kb3dzIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOkRDMTJCMzY3OTQzMjExRTE4RkZDQzZFODk3M0M1Qzc0IiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOkRDMTJCMzY4OTQzMjExRTE4RkZDQzZFODk3M0M1Qzc0Ij4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6REMxMkIzNjU5NDMyMTFFMThGRkNDNkU4OTczQzVDNzQiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6REMxMkIzNjY5NDMyMTFFMThGRkNDNkU4OTczQzVDNzQiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4BhRU1AAAAtUlEQVR42sTXUQrCMBBF0eThGrPIbHJEoT8FMfPmpsmPhSa9B1HK9IhoJ9fr34YxxnX5kXYnMuf8eU+Lz4jbJ7aUiLcdiBVAX0BtBWxFKLF3C0LJ/ThCxhkUIfMchlDh20MQKv6GyggB/6QSggCUEBTARpCA1XfJ44D+FCCycRJgxSmAHScApXgVUI5XAEjcBWBxB4DGswA87swFaNydC7C4OxdgcWcuQOPfB56ejtUOr7cAAwDNlyU7TEznmgAAAABJRU5ErkJggg==)
                    center no-repeat, #fff;
}
.picture-thumbs .slick-prev.slick-disabled,
.picture-thumbs .slick-next.slick-disabled {
    opacity: .6;
    cursor: default;
}



/* dots nav */

.slick-dots {
    margin-top: 15px;
}
.slick-dots button {
    background: #000;
    font-size: 0;
    width: 9px;
    height: 9px;
    border: none;
}
.slick-dots li {
    display: inline-block;
    margin: 0 3px;
}
.slick-dots .slick-active button {
    background-color: #c00;
}



/* items */

.picture-thumbs a.cloudzoom-gallery {
    display: block !important;
    margin: 0 !important;
    float: none !important;
    width: auto !important;
    height: auto !important;
}

@media all and (max-width: 768px) {

    .picture-thumbs.in-carousel {
        max-width: 392px;
    }

}
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80); }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #cccccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #cccccc; }
    .mfp-preloader a:hover {
      color: white; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none; }
button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: white;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover, .mfp-close:focus {
    opacity: 1;
    filter: alpha(opacity=100); }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333333; }

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  color: white;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #cccccc;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover, .mfp-arrow:focus {
    opacity: 1;
    filter: alpha(opacity=100); }
  .mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after, .mfp-arrow .mfp-a {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before, .mfp-arrow .mfp-b {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
    border-right: 17px solid white;
    margin-left: 31px; }
  .mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
    margin-left: 25px;
    border-right: 27px solid #3f3f3f; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
    border-left: 17px solid white;
    margin-left: 39px; }
  .mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
    border-left: 27px solid #3f3f3f; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: black; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444444; }
  .mfp-figure small {
    color: #bdbdbd;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

.mfp-ie7 .mfp-img {
  padding: 0; }
.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px; }
.mfp-ie7 .mfp-container {
  padding: 0; }
.mfp-ie7 .mfp-content {
  padding-top: 44px; }
.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0; }

.ui-tabs .product-specs-box,
.ui-tabs .product-reviews-page,
.ui-tabs .full-description  {
    display: block;
}

.productTabs-body p {
    margin: 8px 0;
}
.ui-widget {
    font-family: Arial,Verdana,Helvetica,sans-serif;
    font-size: 12px;
}
    .ui-widget .ui-widget {
        font-size: 11px;
    }
.ui-widget-content {
    border: 1px solid #aaaaaa;
    background: #ffffff url(/Plugins/SevenSpikes.Nop.Plugins.NopQuickTabs/Themes/ShopAll/Content/images/ui-bg_flat_75_ffffff_40x100.png) 50% 50% repeat-x;
    color: #333;
}
    .ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
        border: 1px solid #999999;
        background: #e6e6e6 url(/Plugins/SevenSpikes.Nop.Plugins.NopQuickTabs/Themes/ShopAll/Content/images/ui-bg_glass_75_e6e6e6_1x400.png) 50% 50% repeat-x;
        font-weight: normal;
        color: #212121;
    }
    .ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
        border: 1px solid #aaaaaa;
        background: #ffffff url(/Plugins/SevenSpikes.Nop.Plugins.NopQuickTabs/Themes/ShopAll/Content/images/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x;
        font-weight: normal;
        color: #660000;
    }
        .ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
            color: #660000;
            text-decoration: none;
        }
.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl {
    -moz-border-radius-topleft: 0px;
    -webkit-border-top-left-radius: 0px;
    -khtml-border-top-left-radius: 0px;
    border-top-left-radius: 0px;
}
.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr {
    -moz-border-radius-topright: 0px;
    -webkit-border-top-right-radius: 0px;
    -khtml-border-top-right-radius: 0px;
    border-top-right-radius: 0px;
}
.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl {
    -moz-border-radius-bottomleft: 0px;
    -webkit-border-bottom-left-radius: 0px;
    -khtml-border-bottom-left-radius: 0px;
    border-bottom-left-radius: 0px;
}
.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
    -moz-border-radius-bottomright: 0px;
    -webkit-border-bottom-right-radius: 0px;
    -khtml-border-bottom-right-radius: 0px;
    border-bottom-right-radius: 0px;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a {
    cursor: pointer;
}
.ui-tabs .productspec-box .title {
    display: none;
}
.productTabs ul.ui-tabs-nav{
    text-align:left;
    background:#ddd;
}
/*
* Copyright 2012 Seven Spikes Ltd. All rights reserved. (http://www.nop-templates.com)
* http://www.nop-templates.com/t/licensinginfo
*/

@media all and (min-width: 240px) {

    .mega-menu, .header-menu .menu-title {
        display: none;
    }
    .mega-menu-responsive {
        display: block;
    }

}

@media all and (min-width: 981px) {

    .menu-title,
    .close-menu {
        display: none;
    }

    /* MAIN PANEL & DROPDOWN*/

    .mega-menu {
        display: block;
    }

    .mega-menu-responsive {
        display: none;
    }
}

.back-button {
    display: block;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

    MEGA MENU

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.mega-menu 
{
    position:relative;
	z-index: 1001;
}

.menu-title,
.mega-menu-responsive {
   
}

.mega-menu .dropdown {
    display: none;
	position:absolute;
	background: #fff;
	overflow:hidden;
	padding:10px;
	text-align: left;
	border-top: 1px solid #333;
	box-shadow: 0 2px 3px #333;
}

.mega-menu .dropdown.manufacturers,
.mega-menu .dropdown.vendors,
.mega-menu .dropdown.categories {
    padding-top:10px;
}
.mega-menu .dropdown.categories .box .title{
    margin-bottom:5px;
    padding:10px 0;
}
.mega-menu .dropdown.categories .box li a{
    padding:5px;
}
.mega-menu .dropdown.fullWidth {
	left: 0;
	width: 980px;
}
    .mega-menu .dropdown.active {
        display: block;
    }

.mega-menu .box, .mega-menu .empty-box {
	float: left;
	margin: 0 5px;
	padding: 0 5px 0;
	border-radius: 3px;
    width: 217px;
}
.mega-menu .manufacturers.fullWidth .box, 
.mega-menu .manufacturers.fullWidth .empty-box,
.mega-menu .vendors.fullWidth .box, 
.mega-menu .vendors.fullWidth .empty-box {
    width: 135px;
}
.mega-menu .manufacturers.fullWidth .box .picture,
.mega-menu .vendors.fullWidth .box .picture {
    height: 110px;
	overflow: hidden;
}
.mega-menu .box ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.mega-menu .box li {
    transition:all .3s ease 0s;
}

.mega-menu .title 
{
    display: block;
    font: normal bold 12px Arial, Helvetica, sans-serif;
	color: #333;
	text-shadow: 1px 1px 0 #fff;
	text-transform: uppercase;
    border-bottom: 4px solid #aaa;
}
.mega-menu .title a 
{
	display: block;
    padding: 5px;
	color: #333;
	font-size: 14px;
	line-height: normal;
}
.mega-menu .title a:hover 
{
	text-shadow: none;
    color:#333;
}

.mega-menu .box li a 
{
    display: block;
    padding: 5px 12px;
    font: normal normal 11px Arial, Helvetica, sans-serif;
    color: #333 !important;
}
.mega-menu .box li:last-child a 
{
    border-bottom: none;
}
.mega-menu .box li a:hover {
	color: #fff !important;
    background:#d21d25;
}
.mega-menu .box li:last-child:hover a {
    border-bottom: none;
}
.mega-menu a.view-all {
    font-weight:bold !important;
    background: none;
}


.mega-menu .row 
{
    display: table;
    width: 100%;
    overflow: hidden;
    margin-bottom:5px;
}
.mega-menu .row:first-child 
{
    margin-top: 0;
}
.mega-menu .box 
{
    display: table-cell;
    float: none;
	vertical-align: top;
	border-radius: 2px;
}

.mega-menu .box:hover .picture {
	opacity:0.8;
}
    
.mega-menu .box .title 
{
	margin-bottom: 15px;
}

    .dropdown.manufacturers .title,
    .dropdown.vendors .title {
        padding:10px 0;
        margin-bottom:5px;
        max-height:51px;
    }
    .dropdown.manufacturers .title:hover,
    .dropdown.vendors .title:hover {
        background:#fff;
    }
    .dropdown.manufacturers .title:hover a,
    .dropdown.vendors .title:hover a {
        color:#333;
    }
    .dropdown.manufacturers .row .box li a,
    .dropdown.vendors .row .box li a { 
        padding:5px;
        width:100%;
        height:100%;
        display:table;
    }

.mega-menu .picture img
{
    border-width: 0px;
    vertical-align:middle;
    max-width: 100%;
}
.mega-menu .categories .picture 
{
    float: left;
}
.mega-menu .categories .picture a 
{
    display: block;
    width: 90px;
    height: 90px;
    overflow: hidden;
    display:table-cell;
    text-align:center;
}
.mega-menu .picture a:hover 
{
	background: none;
}
.mega-menu .box .subcategories 
{
    margin: 0 0 0 100px;
}
.mega-menu .row .box li a 
{
    padding: 2px 5px;
    font-size: 12px;
}

.mega-menu .manufacturer span,
.mega-menu .vendor span
{
    display: table-cell;
    margin-bottom: 5px;
	text-align: center;
    vertical-align:middle;
}
.mega-menu li a.manufacturer,
.mega-menu li a.vendor
{
	text-align: center;
}
.mega-menu li a.manufacturer:hover,
.mega-menu li a.vendor:hover
{
	background: none;
}

.mega-menu .topic-wrapper 
{
	overflow: hidden;
}
.mega-menu .row.topic-wrapper{
    margin-top:10px;
}
.mega-menu .topic-wrapper p
{
	margin: 0 0 10px;
	padding: 0;
	font: normal normal 11px/18px Arial, Helvetica, sans-serif;
	color: #333;
}
.mega-menu .topic-wrapper strong 
{
	display: block;
    padding: 5px 0 10px;
    font: normal bold 12px Arial, Helvetica, sans-serif;
	color: #333;
	text-shadow: 1px 1px 0 #fff;
	text-transform: uppercase;
    border-bottom: 4px solid #777;
}
.header-menu.open .mega-menu-responsive{
    display:block !important;
}
/*
* Copyright 2014 Seven Spikes Ltd. All rights reserved. (http://www.nop-templates.com)
* http://www.nop-templates.com/t/licensinginfo
*/

.productQuantityTextBox {
    float: left;
    width: 20px;
    text-align: center;
    font-size: 16px;
}

.ajaxCart {
    position: absolute;
    z-index: 1070;
    padding: 1px !important;
    background: #fff;
    box-shadow: 0 1px 3px #666;
}
.ajaxCart li {
	list-style: none;
}

.ajaxCart .k-window-titlebar.k-header {
	margin: 0 !important;
	padding: 10px;
	border-bottom: 1px solid #999;
	background: #bbb url(/Plugins/SevenSpikes.Nop.Plugins.AjaxCart/Styles/images/button1.png) top repeat-x;
}

.ajaxCart .k-window-titlebar.k-header .k-window-actions {
	position: absolute;
	top: 9px;
	right: 10px;
	font-size: 0;
	z-index: 1;
}

.ajaxCart .k-window-titlebar.k-header .k-window-actions a {
	display: block;
	width: 16px;
	height: 16px;
	border: 1px solid #ccc;
	background: #333 url(/Plugins/SevenSpikes.Nop.Plugins.AjaxCart/Styles/images/button-close-hover.png) center no-repeat;
	box-shadow: 0 0 1px #999 inset;
	font-size: 0;
}

.ajaxCart .k-window-titlebar.k-header .k-window-actions a:hover {
	background: #fff url(/Plugins/SevenSpikes.Nop.Plugins.AjaxCart/Styles/images/button-close.png) center no-repeat;
}

.productAddedToCartWindow, .miniProductDetailsView {
    padding: 15px 10px;
    background: url(/Plugins/SevenSpikes.Nop.Plugins.AjaxCart/Styles/images/separator.png) 0 -1px repeat-x;
    color: #555;
    line-height: 18px;
}

/* PRODUCT ADDED TO CART WINDOW */

.productAddedToCartWindowTitle {
    position: absolute;
    top: 0;
    left: 0;
    padding: 10px 12px;
    text-transform: uppercase;
    text-shadow: 1px 1px 0 #eee;
}

.productAddedToCartWindowImage {
    float: left;
    overflow: hidden;
    margin: 0 15px 15px 0;
    width: 120px;
    text-align: center;
}

.productAddedToCartWindowImage a {
	display: block;
	overflow: hidden;
	line-height: 0;
}
.productAddedToCartWindowImage img {
	max-width: 100%;
}

.productAddedToCartWindowDescription {
    float: left;
    margin-bottom: 15px;
    width: 200px;
}

.productAddedToCartWindowDescription h1 {
	margin: 0 0 10px;
	color: #333;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 12px;
}

.productAddedToCartWindowDescription h1 a {
	color: #333;
}

.productAddedToCartWindowDescription strong {
	display: block;
	margin-bottom: 10px;
	font-size: 18px;
}

.productAddedToCartWindowDescription span {
	display: block;
	margin-bottom: 3px;
	color: #666;
}

.productAddedToCartWindowSummary {
    clear: both;
    padding: 10px;
    border-top: 1px dotted #ccc;
    text-align: center;
}

.productAddedToCartWindowSummary a {
	display: block;
	font-size: 14px;
	text-transform: uppercase;
}

.productAddedToCartWindowSummary div {
	margin-top: 10px;
}

.ajaxCart .addProductToCartErrors {
    padding: 10px;
}

/* MINI PRODUCT DETAILS VIEW */

.miniProductDetailsView:focus,
.productAddedToCartWindow:focus {
    outline: -webkit-focus-ring-color auto 0;
}

.miniProductDetailsView {
    background-color: #f6f6f6;
}

.miniProductDetailsView h1 {
	margin-bottom: 10px;
	color: #333;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 12px;
	text-shadow: 1px 1px 0 #eee;
}

.miniProductDetailsView .product-name {
	position: absolute;
	top: 9px;
	left: 15px;
	width: 260px;
	height: 17px;
	overflow: hidden;
}

.miniProductDetailsView .product-essential {
	margin: 0;
	overflow: hidden;
}

.miniProductDetailsView .short-description {
	margin-bottom: 10px;
	padding-top: 0;
	border-top: none;
	width: 250px;
}

.miniProductDetailsView .product-essential .gallery {
	margin: 0 20px 0 0;
	width: auto !important;
	float: left;
	overflow: hidden;
}

.miniProductDetailsView .product-essential .picture {
	overflow: hidden;
	width: auto !important;
	height: auto !important;
	line-height: normal !important;
}

.miniProductDetailsView .product-essential .picture img {
	z-index: 0 !important;
}

.miniProductDetailsView .product-variant-line {
	margin: 0;
}

.miniProductDetailsView .prices {
	margin-bottom: 10px;
}

.miniProductDetailsView .customer-entered-price {
	margin-bottom: 10px;
}

.miniProductDetailsView .enter-price-input {
	padding: 4px;
	width: 69px;
}

.miniProductDetailsView .giftcard {
	padding: 10px 15px;
	background: #fff;
	margin: 0;
}
.miniProductDetailsView .product-collateral {
	margin-top: 10px;
}

.miniProductDetailsView .message-error {
	display: block;
	float: right;
	clear: both;
	margin: 10px 0 0 0;
	color: #c00;
	font-weight: bold;
	font-size: 14px;
}

.miniProductDetailsView .message-error li {
	margin: 5px 0;
}

/* AJAX LOADER & ERRORS */

.k-overlay {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1060;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.5;
    /*filter: alpha(opacity=50);*/
}

.nopAjaxCartPanelAjaxBusy,
.miniProductDetailsPanelAjaxBusy {
    position: absolute;
    z-index: 1070;
    width: auto;
    height: auto;
    background: url(/Plugins/SevenSpikes.Nop.Plugins.AjaxCart/Styles/images/loader.gif) no-repeat fixed 50% 50%;
    opacity: 0.7;
    /*filter: Alpha(opacity = 70);*/
}

.addProductVariantToCartErrors {
    color: #c00;
}
.addProductVariantToCartErrors ul {
	margin: 20px;
}
.addProductVariantToCartErrors li {
    margin: 0 0 10px 0;
}
input.nopAjaxCartProductListAddToCartButton {
    float: left;
    margin: 0;
}

.ajaxCart{
    text-align: left;
    padding:0 !important;
    min-width:340px !important;
}
.ajaxCart div.productAddedToCartItem{
    
}
.productQuantityDropdown{
    float: left;
    text-align: center;
    font-size: 16px;
    height: 34px;
}
.productAddedToCartWindowImage{
    width:30%;
    margin:0 1% 1% 0;
}
.productAddedToCartWindowImage a img{
    width:100%;
}
.productAddedToCartWindowDescription{
    width:68%;
    padding-left:2%;
}
.ajaxCart .product-details-page {
    padding: 0;
}
.ajaxCart .product-collateral {
    margin: 0;
}
.ajaxCart .product-details-page .picture {
    margin-top: 0;
    margin-bottom: 0;
}
.ajaxCart .product-details-page .overview {
    width: 68%;
    margin-right: 0;
    margin-top: 0;
    padding: 0;
}
.ajaxCart .product-details-page .overview .prices {
    border-bottom: none;
    text-align: left;
    padding: 0;
    margin-bottom: 10px;
}
.miniProductDetailsView .short-description{
    width:auto;
}
.ajaxCart .product-variant-line .attributes dl {
    padding: 0;
}
.nopAjaxCartProductVariantAddToCartButton {

}
.miniProductDetailsView .add-info input[type="text"] {
    width: 26px;
    height: 26px;
    font-size: 16px;
    margin-right: 5px;
}
.productAddedToCartWindowDescription strong {
    color: #E91D25;
    font-family: arial, verdana, helvetica, sans-serif;
}
.productAddedToCartWindowSummary a {
    color: #000;
    display:block;
}
    .productAddedToCartWindowSummary a:hover {
        color: #E91D25;
    }
.productAddedToCartWindowCheckout {
    background:url(/Plugins/SevenSpikes.Nop.Plugins.AjaxCart/Themes/ShopAll/Content/Images/red-button.png) #9e0c10;
    background-repeat:repeat-x;
    border: none;
    color: #fff;
    padding: 8px 32px;
    font-size: 16px;
    transition:all 0.3s ease 0s;
}
    .productAddedToCartWindowCheckout:hover{
        opacity:.8;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; 
    }

    .ajaxCart .k-window-titlebar.k-header{
        background:#aaa;
        border:none;
    }
    .productAddedToCartWindowTitle{
        font-size:16px;
        font-weight:bold;
        color:#fff;
        text-shadow:0 1px 1px #454545;
        padding:10px 40px 10px 10px;
    }
    .productAddedToCartWindow, .miniProductDetailsView{
        background:#fff;
        max-width:420px;
    }
    .ajaxCart .k-window-titlebar.k-header .k-window-actions a{
        border:none;
        background:url(/Plugins/SevenSpikes.Nop.Plugins.AjaxCart/Themes/ShopAll/Content/images/close.png);
        background-repeat:no-repeat;
        box-shadow:none;
        background-position:center;
    }
    .ajaxCart .k-window-titlebar.k-header .k-window-actions a:hover{
        background:url(/Plugins/SevenSpikes.Nop.Plugins.AjaxCart/Themes/ShopAll/Content/images/close-hover.png);
        background-repeat:no-repeat;
        background-position:center;
    }
    .ajaxCart .addProductVariantToCartErrors{
        padding:10px;
    }

    .miniProductDetailsView .product-name{
        color:#fff;
        font-size:18px;
        text-shadow:0 1px 1px #454545;
        width:90%;
    }
    .miniProductDetailsView .product-details-page .product-essential .gallery{
        width:30% !important;
        margin-right:2%;
    }
.ajaxCart .product-grid{
    width:100%;
    background:#f6f6f4;
}
.ajaxCart .popup-product-item{
    width:49%;
    margin:1% .5% 0;
}
.ajaxCart .popup-product-item .productAddedToCartWindowImage a img{
    width:100%;
}
.ajaxCart .attributes {
    display: inline-block;
}
.ajaxCart .attributes.rental-attributes input{
    max-width:95px;
}
.ajaxCart .attributes.rental-attributes dt{
    max-width:125px;
    margin:0 5px 0 0;
    overflow:hidden;
}
.ajaxCart .color-squares .color-container {
    display: inline-block;
    vertical-align: top;
}
.ajaxCart .color-squares li:hover .tooltip-container {
    margin-left: -68px;
    margin-top: 2px;
}
/**** Added by Ivan ****/

.ajax-cart-button-wrapper {
    display: inline-block;
}

/* RELATED AND CROSS SELL */
.ajaxCart .related-products-grid .button-2.product-box-add-to-cart-button,
.ajaxCart .cross-sells .button-2.product-box-add-to-cart-button{
    display:none;
}
.ajaxCart .related-products-grid .item-grid, 
.ajaxCart .cross-sells .item-grid{
    height:135px;
    overflow:hidden;
}
.ajaxCart .related-products-grid .item-grid .item-box,
.ajaxCart .cross-sells .item-box{
    border: 1px solid rgba(0, 0, 0, 0);
    display: inline-block;
    margin: 0 5px !important;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    width: 120px;
    height:133px;
    float:none;
}
    .ajaxCart .related-products-grid .item-grid .item-box:hover,
    .ajaxCart .cross-sells .item-box:hover{
        border:1px solid #ddd;
    }
.ajaxCart .related-products-grid .item-grid .item-box .details,
.ajaxCart .cross-sells .item-box .details{
    height: 33px;
    overflow: hidden;
    padding: 0 1%;
    text-align: center;
    transition: all 0.35s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
}
.ajaxCart .cross-sells .item-box .details,
.ajaxCart .cross-sells .item-box .picture{
    width:100%;
}
.ajaxCart .related-products-grid .item-grid .item-box .description,
.ajaxCart .cross-sells .item-box .description{
    display:block;
    height: 70px;
    margin: 0 0 10px;
    overflow: hidden;
    line-height:14px;
}
.ajaxCart .related-products-grid .item-grid .item-box .details,
.ajaxCart .cross-sells .item-box .details{
    top:85px;
}
.ajaxCart .related-products-grid .item-grid .item-box:hover .details,
.ajaxCart .cross-sells .item-box:hover .details{
    position:absolute;
        top:0;
        left:auto;
        background:rgba(51,51,51,.5);
        margin:0;
        height:100%;
        color:#eee;
}
.ajaxCart .related-products-grid .item-grid .item-box .details h2,
.ajaxCart .cross-sells .item-box .details h2{
    height:33px;
    overflow:hidden;
}
.ajaxCart .related-products-grid .item-grid .item-box .details h2 a,
.ajaxCart .cross-sells .item-box .details h2 a{
    font-size:12px;
    text-align:center;
}
.ajaxCart .related-products-grid .item-box .picture,
.ajaxCart .cross-sells .item-box .picture{
    padding:0;
}

.ajaxCart .related-products-grid .item-box .picture a,
.ajaxCart .cross-sells .item-box .picture a{
    display: block;
    height: 85px;
    margin: 0 auto;
    overflow: hidden;
    transition: all 0.45s ease 0s;
    width: 85px;
}
.ajaxCart .related-products-grid .item-grid .item-box .add-info,
.ajaxCart .cross-sells .item-box .add-info{
    display:none;
}

.ajaxCart .item-box .quick-view-button,
.ajaxCart .item-box .buttonOverlay {
    display: none !important;
}
.miniProductDetailsView .message-error{
    float:none;
    text-align:left;
}
/*hide buttons when ajax cart in enabled*/
.item-box .buttons .add-to-compare-list-button,
.item-box .buttons .add-to-wishlist-button{
    display:none;
}
/*
* Copyright 2014 Seven Spikes Ltd. All rights reserved. (http://www.nop-templates.com)
* http://www.nop-templates.com/t/licensinginfo
*/

.ribbon-wrapper {
    position: relative;
}
@media all and (min-width: 769px) {
.product-list .ribbon-wrapper {
    float: left; /*should not be applied on smaller resolutions where the product list looks like a grid*/
}
}

/* ribbon positioning */

.ribbon-position {
	font-size: 0;
	line-height: 0;
	position: absolute;
	z-index: 1;
	-webkit-transition: all .15s ease-in-out;
	-moz-transition: all .15s ease-in-out;
	-o-transition: all .15s ease-in-out;
	transition: all .15s ease-in-out;
}
.ribbon-position.top-left {
	top: 0;
	left: 0;
}
.ribbon-position.top-right {
	top: 0;
	right: 0;
}
.ribbon-position.bottom-left {
	bottom: 0;
	left: 0;
}
.ribbon-position.bottom-right {
	bottom: 0;
	right: 0;
}
.ribbon-position.top-middle {
	top: 0;
	left: 0;
	right: 0;
	text-align: center;
}
.ribbon-position.right-middle,
.ribbon-position.left-middle {
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	text-align: right;
}
.ribbon-position.bottom-middle {
	bottom: 0;
	left: 0;
	right: 0;
	text-align: center;
}
.ribbon-position.left-middle {
	text-align: left;
}
.ribbon-position.center {
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	text-align: center;
}
.ribbon-position.right-middle:before,
.ribbon-position.left-middle:before,
.ribbon-position.center:before {
	content: " ";
	display: inline-block;
	height: 100%;
	width: 0;
	vertical-align: middle;
}

/* ribbon wrapping element */

.product-ribbon {
	display: inline-block;
	vertical-align: middle;
	position: relative;
}

/* ribbon label without image*/

.ribbon-text {
	font-size: 12px;
	line-height: normal;
}

/* ribbon label with image */

.ribbon-image-text {
	font-size: 12px;
	line-height: normal;
	position: absolute;
	top: 0;
	left: 0;
}
/*
* Copyright 2014 Seven Spikes Ltd. All rights reserved. (http://www.nop-templates.com)
* http://www.nop-templates.com/t/licensinginfo
*/

@media all and (max-width: 769px) {

    .gallery .ribbon-wrapper {
        display: inline-block;
        max-width: 100%;
    }
    .product-list .ribbon-wrapper {
        float: none;
    }

}

@media all and (min-width: 769px) {

    .home-page .item-box .ribbon-wrapper {
        width: 48%;
        float: left;
    }
    .item-box .ribbon-wrapper .picture {
        width: 100%;
        float: none;
    }
    .product-list .item-box .ribbon-wrapper{
        float:left;
        /*position:inherit;*/
    }
    .item-box .ribbon-wrapper{
        width:100%;
        height:100%;
    }
    .product-list .item-box .ribbon-wrapper{
        width:30%;
        overflow:hidden;
    }
    .product-list .item-box .ribbon-wrapper .picture{
        width:100% !important;
    }

}


/********* START BUTTON *********/



.quick-view-button {
    position: absolute;
	z-index: 2;
}
.quick-view-button a {
    display: block;
	padding: 6px 12px;
    text-align: center;
    text-decoration: none;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	color: inherit;
    cursor: pointer;
}
.quickViewData {
    display: none;
}


/********* SCREEN OVERLAY & DATA LOADER *********/



.k-overlay {
  position: fixed;
  z-index: 1060;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.5;
  /*filter: alpha(opacity=50);*/
}
.quickView .k-loading-mask {
	position: absolute;
	top: 0;
	left: 0;
}
.quickView .k-loading-image {
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin-top: -15px;
	background: url(/Plugins/SevenSpikes.Nop.Plugins.QuickView/Styles/images/loading-image.gif) center no-repeat;
}


/********** MAIN QUICKVIEW WINDOW *********/



.quickView {
    position: absolute;
    z-index: 1070;
    padding-top: 0 !important;
    box-shadow: 0 0 15px #444;
    background: #fff;  
}
.quickViewWindow {
    z-index: 100; /*check if z-index is necessary*/
    width: 700px;
}
.quickViewWindow input[type=button],
.quickViewWindow a {
    cursor: pointer;
}
/*close button start*/
.quickView .k-window-titlebar.k-header {
	position: absolute;
	top: 0;
	right: 0;
	margin-top: 0 !important;
	background: none !important;
}
.quickView .k-window-titlebar.k-header .k-window-actions {
	position: absolute;
	top: 25px;
	right: 25px;
	width: 20px;
	height: 20px;
	overflow: hidden;
	text-indent: 9999px;
}
.quickView .k-window-titlebar.k-header .k-window-actions a {
	display: block;
	width: 18px;
	height: 18px;
	border: 1px solid #999;
	background: #ccc url(/Plugins/SevenSpikes.Nop.Plugins.QuickView/Styles/images/button-close.png) center no-repeat;
}
.quickView .k-window-titlebar.k-header .k-window-actions a:hover {
	border-color: #aaa;
	background-color: #fff;
} /*close button end*/

.quickViewWindow .product-essential {
	float: none;
	width: auto;
	border: 0;
    margin: 0;
    overflow: visible;
	padding: 15px;
}
.quickViewWindow .product-essential:after {
	content: ".";
    display: block;
    clear: both;
    height: 0;
	font-size: 0;
    line-height: 0;
	visibility: hidden;
}
.quickViewWindow .popup-header {
	margin-bottom: 15px;
	border-bottom: 1px solid #ddd;
	background: #eee;
	padding: 0 40px;
}
.quickViewWindow .product-name {
	margin: 0;
	padding: 10px 0;
	text-align: center;
	font-size: 18px;
	line-height: 20px;
	font-weight: normal;
	text-shadow: 1px 1px 0 #fff;
}


/********** GALLERY *********/



.quickViewWindow .gallery {
	float: left;
    width: 252px;
	margin-bottom: 0;
    overflow: visible;
}
.quickViewWindow .gallery .picture {
	float: none;
    width: 250px;
	border: 1px solid #fff;
	box-shadow: 0 1px 3px 0 #ccc;
	background: #fff;
	line-height: 0;
}
.quickViewWindow .gallery .picture a {
	width: 250px;
	height: 250px;
	border: none;
	overflow: hidden;
}
.quickViewWindow .gallery .picture img,
.quickViewWindow .related-products-grid .picture img, 
.quickViewWindow .also-purchased-products-grid .picture img {
	z-index: 0 !important;
}
.quickViewWindow .gallery .thumbnails {
    overflow: hidden;
    margin-top: 15px;
	background: #eee;
    padding: 10px 6px 2px;
}
.quickViewWindow .gallery .thumbnails a,
.quickViewWindow .gallery .thumbnails > img {
	float: left;
	width: 70px;
	height: 70px;
	margin: 0 4px 8px;
	border: 1px solid #fff;
	box-shadow: 0 1px 3px 0 #ccc;
	overflow: hidden;
	background: #fff;
}
.quickViewWindow .gallery .thumbnails a img:hover {
	opacity: 0.7; /*cloud zoom only*/
}
.quickViewWindow .links-panel {
    margin-top: 15px;
	padding: 10px 0;
}
.quickViewWindow .links-panel a {
    display: block;
    background: url(/Plugins/SevenSpikes.Nop.Plugins.QuickView/Styles/images/bullet-right.png) left center no-repeat;
	padding-left: 15px;
    text-align: left;
    font-size: 14px;
	text-transform: uppercase;
	color: #333;
}
.quickViewWindow .links-panel a:hover {
    text-decoration: underline;
}


/********** OVERVIEW *********/



.quickViewWindow .overview {
    float: right;
    width: 400px;
	margin-bottom: 0;
}
.quickViewWindow #accordion > h3 {
	position: relative;
    margin: 0;
	border: 1px solid #fff;
	border-bottom: 1px solid #ddd;
	border-radius: 0;
	box-shadow: 0 1px 3px #ccc;
	background: #eee;
    padding: 5px 10px;
    text-align: left;
    font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	color: #333;
	text-shadow: 1px 1px 0 #fff;
	cursor: pointer;  
}
.quickViewWindow #accordion > h3 span {
    position: absolute;
    top: 50%;
    right: 11px;
    left: inherit;
    width: 16px;
    height: 16px;
	margin: -8px 0 0;
    cursor: pointer;  
}
.quickViewWindow #accordion .product-details {
	position: relative;
	margin: 0;
	border-width: 1px;
	border-style: solid;
	border-color: #999 transparent #eee;
    border-radius: 0;
	box-shadow: 0 1px 3px #ccc;
	padding: 10px;   
}
.quickViewWindow .overview .left {
    float: left;
	max-width: 60%;
	margin-bottom: 5px;
    text-align: left;
}
.quickViewWindow .overview .right {
    float: right;
	margin-bottom: 5px;
    text-align: right;
}
.quickViewWindow .overview .left > *,
.quickViewWindow .overview .right > * {
    margin-bottom: 5px;
	overflow: hidden;
}
.quickViewWindow .overview .tier-prices {
    clear: both;
}
.quickViewWindow .overview .attributes {
	clear: both;
    margin: 0;
	border: none;
    padding: 0;
}
.quickViewWindow .overview .attributes dl:after {
	content: ".";
    display: block;
    clear: both;
    height: 0;
	font-size: 0;
    line-height: 0;
	visibility: hidden;
}
.quickViewWindow .overview .attributes dl > * {
    float: left;
}
.quickViewWindow .overview .attributes dt {
    clear: left;
	width: 100px;
    margin: 0 10px 5px 0;
    text-align: left;
}
.quickViewWindow .overview .attributes dd {
    margin-bottom: 10px;
}
.quickViewWindow .overview .purchase-area {
	clear: both;
    margin-top: 10px;
	border-top: 1px dashed #999;
	overflow: hidden;
    padding: 10px 0 0;
}
.quickViewWindow .overview .title,
.quickViewWindow .overview .add-info,
.quickViewWindow .overview .description {
    display: none;
}


/********** RELATED/ALSO-PURCHASED PRODUCTS *********/



.quickViewWindow .product-grid {  
	margin: 10px 0 0;
    overflow: hidden;
    background: #eee;
}
.quickViewWindow .product-grid .title {
	display: block;
	margin: 0;
	padding: 10px;
	text-align: center;
}
.quickViewWindow .product-grid .item-box {
    width: 111px;
    margin: 0 11px;
}
.quickViewWindow .product-grid .item-box .picture {
    height: 85px;
}
.quickViewWindow .product-grid .item-box .picture a {
	display: block;
	width: 85px;
	height: 85px;
	margin: 0 auto;
	border: none;
	overflow: hidden;
	line-height: 0;
}
.quickViewWindow .product-grid .item-box .product-title {
	height: 28px;
	margin: 0;
	overflow: hidden;
	padding: 0;
	font-size: 10px;
}
.quickViewWindow .product-grid .item-box .product-title a {
	display: inline;
}


/********* GROUPED PRODUCTS ********/



.quickViewWindow #accordion .variants-in-grid {
	padding: 10px 6px;
}
.quickViewWindow .product-variant-list {
    margin: 0;
	overflow: hidden;
	padding: 0;
    text-align: left;
}
.quickViewWindow .product-variant-list .item-row {
	overflow: hidden;
	margin-bottom: 10px;
}
.quickViewWindow .variant-grid-info {
	border-top: 1px dashed #999;
    overflow: hidden;
    padding-top: 10px;
}
.quickViewWindow .product-variant {
	display: inline-block;
    position: relative;
    float: left;
    width: 124px;
    height: 124px;
	margin: 0 0 0 5px;
	overflow: hidden;
    text-align: center;
}
.quickViewWindow .product-variant:nth-child(3n+1) {
	margin-left: 2px;
}
.quickViewWindow .variant-picture {
    width: 124px;
    height: 124px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
    margin: 0 0 5px;
	border: 1px solid #ddd;
	overflow: hidden;
	line-height: normal !important;
}
.quickViewWindow .moreInfoHover {
    position: absolute;
	left: 0;
    bottom: 0;
	width: 100%;
    -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
    background: rgba(0,0,0,0.6);
	padding: 3px;
    text-align: center;
    font-size: 10px;
	color: #fff;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.quickViewWindow .variant-info {
    position: absolute;
    left: -126px;
    bottom: 0;
    width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
    background: rgba(0,0,0,0.6);
	padding: 5px 10px;
    text-align: center;
    font-size: 11px;
	color: #fff;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.quickViewWindow .product-variant:hover .moreInfoHover {
	left: 136px;
}
.quickViewWindow .product-variant:hover .variant-info {
	left: 0;
}

.quickViewWindow .variant-info .variant-name {
	max-height: 28px;
    overflow: hidden;
}
.quickViewWindow .variant-info .variant-name a {
    color: #fff;
}
.quickViewWindow .variant-info .prices {
    float: none;
    margin: 0 !important;
}
.quickViewWindow .variant-info .prices > * {
	float: none;
}
.quickViewWindow .product-variant .prices label {
    display: none;
}
.quickViewWindow .variant-grid-info .manufacturers {
    float: left;
}
.quickViewWindow .variant-grid-info .compare-products {
    float: right;
}


/********* COLOR SQUARES *********/



.quickViewWindow .color-squares li {
    display: inline-block;
}
.quickViewWindow .color-container {
	display: block;
    position: relative;
    margin-bottom: 5px;
    padding: 1px;
    border: 1px solid #999;
}
.quickViewWindow .selected-value .color-container {
    border: 2px solid #075899;
	padding: 0;
}
.quickViewWindow .color-squares .color {
    display: inline-block;
    width: 18px;
    height: 18px;
}
.quickViewWindow .color-squares label {
    position: relative;
    cursor: pointer;
}
.quickViewWindow .color-squares input {
    position: absolute;
    z-index: -1;
    float: none;
	height: 0;
    overflow: hidden;
}


/********* GIFTCARD *********/



.quickView .giftcard {
    clear: both;
}
.quickView .giftcard > div {
    overflow: hidden;
    margin-bottom: 5px;
}
.quickView .giftcard > div > * {
	float: left;
}
.quickView .giftcard label {
    display: block;
    width: 120px;
    margin-right: 10px;
}
.quickView .giftcard input[type=text] {
    width: 200px;
}
.quickView .giftcard textarea {
	width: 200px;
    resize: none;
}


@media all and (max-width: 980px) {

.quickViewWindow .color-squares .color {
	width: 30px;
	height: 30px;
}
.quickViewWindow .links-panel a {
	padding: 10px 0 10px 15px;
}

}

/*
* Copyright 2014 Seven Spikes Ltd. All rights reserved. (http://www.nop-templates.com)
* http://www.nop-templates.com/t/licensinginfo
*/




/**************************** SHOPALL-RESPONSIVE ***************************/


.quickViewWindow .ui-accordion-content {
    
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
        
}


/********** START BUTTON *********/

.quick-view-button {
    top: 50%;
    left: 50%;
    margin-top:-35px;
    margin-left:-35px;
    color: #fff;
    border: 1px solid #fff;
    background:url(/Plugins/SevenSpikes.Nop.Plugins.QuickView/Themes/ShopAll/Content/images/zoom_icon.png) no-repeat center rgba(0,0,0,.6);
    width:70px;
    height:70px;
    text-indent:-9999px;
    border-radius:35px;
    cursor:pointer;
    opacity: 0;
    transition: all .4s ease-in-out;
}
.item-box:hover .quick-view-button {
    opacity: 1;
}
.quick-view-button:active{

}


/********** END BUTTON *********/

.quickViewWindow .product-name {
    color: #fff;
}

/********** START GALLERY *********/

.quickViewWindow .product-essential .gallery {
    margin-top: 0;
}
.quickViewWindow .gallery .links-panel a {
    color: #9f0000;
}
 
       

/********** END GALLERY *********/

/********** START PRODUCT ESSENTIAL *********/

.quickViewWindow .overview #accordion > h3 span.ui-icon-circle-arrow-s {
    background: url(/Plugins/SevenSpikes.Nop.Plugins.QuickView/Themes/ShopAll/Content/images/minus.png) no-repeat center;
}
.quickViewWindow .overview #accordion > h3 span.ui-icon-circle-arrow-e {
    background: url(/Plugins/SevenSpikes.Nop.Plugins.QuickView/Themes/ShopAll/Content/images/plus.png) no-repeat center;
}
.quickViewWindow .overview .left .stock {
    line-height: 20px;
}
.quickViewWindow .left .back-in-stock-subscription {
        margin-bottom: 8px;
}
    .quickViewWindow .left .back-in-stock-subscription .subscribe-button {
        margin: 0;
        background: none;
        border: none;
        color: #222;
        padding: 0;
        cursor: pointer;
    }
    .quickViewWindow .left .back-in-stock-subscription .subscribe-button:hover {
        text-decoration: underline;
    }
    .quickViewWindow .overview .email-a-friend input,
    .quickViewWindow .overview .compare-products input {
        margin: 0;
    }
.quickViewWindow .overview .download-sample {
    margin-bottom: 9px;
}
.quickViewWindow .overview .download-sample-button {
    color: #036;
    font: normal 11px Tahoma, Geneva, sans-serif;
    line-height: 0;
    text-shadow: 1px 1px 0 #ccc;
    cursor: pointer;
}
.quickViewWindow .overview .download-sample-button:hover {
    text-decoration: underline;
}
    .quickViewWindow .overview .download-sample-button:hover a {
        text-decoration: none;
    }
    .quickViewWindow .add-to-wishlist-button,
    .quickViewWindow .add-to-compare-list-button {
        
        color: #333;
        font-size: 12px;
        line-height: 18px;
        overflow: visible;
        padding: 0 0 0 20px;
        margin: 5px 0 0 0;
        width: auto;
        cursor: pointer;
    }
    .quickViewWindow .overview {
        margin: 0;
        padding: 0;
    }
.quickViewWindow .overview .purchase-area {
    border-top: 1px dashed #999;
    overflow:hidden;
    padding: 10px 0 0;
    margin-top: 10px;
    clear: both;
}
    .quickViewWindow .overview .purchase-area .prices{
        float: left;
        margin: 0;
        text-align: left;
        border: 0;
        padding: 0;
    }
.quickViewWindow .overview .purchase-area .add-to-cart {
    float: right;
    width: inherit;
    padding: 0;
}
.quickViewWindow .overview .purchase-area .add-to-cart .add-to-wishlist-button {
    display: none;
}
.quickViewWindow .overview .purchase-area .add-to-cart .add-to-cart-button {
    padding: 5px 12px !important;
    margin: 0;
    line-height: inherit;
    font-size: 19px;
}
.quickViewWindow .overview .purchase-area .add-to-cart .qty-input {
    width: 34px !important;
    height: 34px;
    line-height: 24px;
    font-size: 18px;
    padding: 5px;
}
.quickViewWindow .overview .full-description {
    border: none;
}
.quickViewWindow .overview .product-specs-box .title {
    display: none;
}

.quickViewWindow .popup-header{
    padding:0 40px 0 0;
    background:#aaa;
}
.quickViewWindow .product-name {
    padding: 10px;
    text-shadow: 0px 1px 1px #454545;
    font-weight:bold;
    text-align:left;
}
.quickViewWindow .gallery .picture:before {
    display: none;
}
.quickViewWindow .gallery .picture{
    height: auto;
}

.quickViewWindow .gallery .picture a{
    height: auto;
}
.quickViewWindow .gallery .picture img{
    position: static !important;
    width: 100%;
}
.quickViewWindow .product-grid {
    overflow: hidden;
    display:block;
    background: #f6f6f4;
    box-shadow: 0 2px 2px 0 #ccc;
    margin-top: 10px;
    margin-bottom: 5px;
    max-height: 190px;
    height:190px;
    width: 100%;
}
     
    .quickViewWindow .variant-info{
        left:0;
        bottom:-100%;
        height:100%;
    }
    .quickViewWindow .product-variant:hover .variant-info {
	    bottom: 0;
    }
.related-products-grid.product-grid .title strong{

}

.quickViewWindow .also-purchased-products-grid {
    width: 400px;
}
.quickViewWindow .product-grid .title {
    margin: 0 0 15px;
}
.quickViewWindow .product-grid .item-box .picture {
    width: 148px;
    border: none;
}
    .quickViewWindow .product-grid .item-box .picture a {
        overflow: hidden;
        display: block;
        width: 85px;
        height: 85px;
        margin: 0 auto;
        transition:all 0.45s ease 0s;
    }


    .quickViewWindow .product-grid .product-item {
        border: none;
        background: none;
        padding: 0;
    }
    .quickViewWindow .product-grid .product-item .picture {
        box-shadow: none;
        /*height: 85px;*/
        height:100%;
        float: none;
        overflow: hidden;
    }

    .quickViewWindow .product-grid .product-item .product-title-and-description {
        float: none;
        width: inherit;
        margin: 0;
        text-align: center;
    }
    /*.quickViewWindow .product-item .details {
        width: auto;
        padding: 0 1%;
        height: 32px;
        overflow: hidden;
        text-align: center;
        margin-top:10px;
        transition:all 0.35s ease;
        -webkit-transition:all 0.35s ease;
        -ms-transition:all 0.35s ease;
        top:85px;
    }*/
    .quickViewWindow .product-item .details{
        -webkit-transition:all 0.35s ease;
        -ms-transition:all 0.35s ease;
        transition:all 0.35s ease;
    }
    .quickViewWindow .product-item:hover .details{
        /*position:absolute;
        top:0;
        margin:0;
        height:100%;*/
        color:#eee;
        background:rgba(51,51,51,.5);
    }
    .quickViewWindow .product-item .details .description{
        display:block;
        height:62px;
    }
    /*.quickViewWindow .product-item:hover .details .description{
        display:block;
        margin:0;
        height:66px;
        line-height:16px;
        padding:0 5px 5px 5px;
    }*/
    .quickViewWindow #accordion .ui-widget-content {
        border: none !important;
        box-shadow: none;
    }
    .quickViewWindow #accordion .ui-widget-content .data-table .spec-value>a{
        text-decoration:underline;
    }
    .quickViewWindow #accordion .ui-widget-content .data-table .spec-value>a:hover{
        color:#888;
    }
    .quickViewWindow .product-grid .item-box .product-title {
        padding: 0;
        font-size: 10px;
        height: 32px;
        overflow: hidden;
    }
        .quickViewWindow .product-grid .item-box .product-title a {
            display: inline;
            line-height: inherit;
            font-size:12px;
        }
        .quickViewWindow .product-grid .item-box .detail .rating
.quickViewWindow .product-grid .product-item .description {
    display: none;
}
.quickViewWindow .product-grid .product-item .add-info {
    display: none;
}

.quickViewWindow .color-squares input {
    z-index: -1;
}
.color-squares li:hover .tooltip-container {
    margin-left: -74px;
    margin-top: -5px;
}
.quickView .also-purchased-products-grid .item-box:nth-child(2n+1),
.quickView .related-products-grid .item-box:nth-child(2n+1){
    clear:none;
}

/*close button end*/
.quickView .k-window-titlebar.k-header .k-window-actions{
    width:auto;
    height:auto;
    top:20px;
    right:20px;
}
.quickView .k-window-titlebar.k-header .k-window-actions a{
    background:url(/Plugins/SevenSpikes.Nop.Plugins.QuickView/Themes/ShopAll/Content/images/remove.png);
    background-position:center;
    background-repeat:no-repeat;
    border:none;
}

    .quickView .k-window-titlebar.k-header .k-window-actions a:hover {
        border-color: #aaa;
        background: url(/Plugins/SevenSpikes.Nop.Plugins.QuickView/Themes/ShopAll/Content/images/remove-red.png) center no-repeat;
    }

.quickViewWindow .product-essential{
    padding:10px;
}

.button-2.add-to-compare-list-button:hover,
.button-2.add-to-wishlist-button:hover{
    text-decoration:underline;
}

.product-essential > form > div{
    overflow:hidden;
}



/********** END PRODUCT ESSENTIAL *********/    

/********** START RELATED/ALSO-PURCHASED PRODUCTS *********/
.quickViewWindow .related-products-grid.product-grid .item-grid .item-box,
        .quickViewWindow .also-purchased-products-grid.product-grid .item-grid .item-box{
            display:inline-block;
            /*width:120px;*/
            width:48.5%;
            margin:0 5px 10px 5px!important;
            transition:all .3s ease 0s;
            border:1px solid transparent;
        }
             .quickViewWindow .related-products-grid.product-grid .item-grid .item-box:hover,
             .quickViewWindow .also-purchased-products-grid.product-grid .item-grid .item-box:hover {
                 border:1px solid #ddd;
             }

         .quickViewWindow .related-products-grid.product-grid .item-grid .item-box .product-item .picture,
         .quickViewWindow .also-purchased-products-grid.product-grid .item-grid .item-box .product-item .picture{
             /*width:100%;*/
             width:30%;
             float:left;
             overflow:visible;
         }
.quickViewWindow .related-products-grid.product-grid .title,
.quickViewWindow .also-purchased-products-grid.product-grid .title{
    padding:5px 10px;
    text-align:left;
}
.quickViewWindow .related-products-grid.product-grid .item-grid .item-box .product-item .details,
.quickViewWindow .also-purchased-products-grid.product-grid .item-grid .item-box .product-item .details{
    width:70%;
    height:100%;
    left:0;
    float:right;
    text-align:left;
}
.quickViewWindow .product-rating-box .rating{
    margin:0;
}

    .related-products-grid.product-grid .item-grid,
    .also-purchased-products-grid.product-grid .item-grid{
        text-align:center;
        /*height:135px;*/
        overflow:hidden;
    }
.quickViewWindow .product-grid .item-box,
.quickViewWindow .also-purchased-products-grid .item-box {
    width: 148px;
    padding: 0;
    height: 133px;
    overflow: hidden;
}
.quickViewWindow .product-grid .item-box {
    margin: 0 25px 25px !important;
}




/********** END RELATED/ALSO-PURCHASED PRODUCTS *********/

/********** START BOTTOM PANEL *********/

.quickViewWindow .purchase-area {
    clear: right;
}

/********** END BOTTOM PANEL *********/

/********* START VARIANTS IN GRID ********/

.quickViewWindow .overview .prices .product-price {
    font-size: 18px;
    color: #CC0000;
}
.quickViewWindow .overview #accordion .prices .old-product-price {
    font-size: 12px;
    color: red;
}
.quickViewWindow .overview .variants-in-grid .variant-grid-info .compare-products {
    margin-bottom: 0;
    padding-bottom: 0;
}
.tax-shipping-info a{
    text-decoration:underline;
}
.tax-shipping-info a:hover{
    color:#888;
}
/********* END VARIANTS IN GRID ********/

/* Fix for CloudZoom in QuickView */

.quickView .gallery {
    display: block !important;
}
/*
 Cloud Zoom CSS. (c)2012-2015 Star Plugins.
*/

/* CSS for lens */
.cloudzoom-lens {
    border:5px solid #888;
    width:100px;
    height:100px;
    box-shadow: -0px -0px 10px rgba(0,0,0,0.40);
    cursor:crosshair;
    z-index: 9999;
}
/* CSS for zoom window. */
.cloudzoom-zoom {
    border:1px solid #888;
    width:600px;
    height:200px;
    box-shadow: -0px -0px 10px rgba(0,0,0,0.40);
	z-index: 9999;
}
/* CSS for zoom window in 'inside' mode. */
.cloudzoom-zoom-inside {
    border:none;
    box-shadow:none;
	z-index: 9999;
}

/* CSS for captions */
.cloudzoom-caption {
    display:none;   /* CSS captions should be hidden initially */
    text-align: left;
    background-color:#000;
    color:#fff;
    font-weight:bold;
    padding:10px;
    font-family: sans-serif;
    font-size:11px;
   
}

/* A blank image */
.cloudzoom-blank {
    background-image:url(/Plugins/SevenSpikes.Nop.Plugins.QuickView/Styles/blank.png);
}

/* The animated ajax loading image */
.cloudzoom-ajax-loader {
    background-image:url(/Plugins/SevenSpikes.Nop.Plugins.QuickView/Styles/ajax-loader.gif);
    width:32px;
    height:32px;
}


/*!
* Fine Uploader
*
* Copyright 2013, Widen Enterprises, Inc. info@fineuploader.com
*
* Version: 4.2.2
*
* Homepage: http://fineuploader.com
*
* Repository: git://github.com/Widen/fine-uploader.git
*
* Licensed under GNU GPL v3, see LICENSE
*/ 


/*! fineuploader 2014-01-31 */

.qq-uploader{position:relative;width:100%}.qq-upload-button{display:block;width:105px;padding:7px 0;text-align:center;background:#800;border-bottom:1px solid #DDD;color:#FFF}.qq-upload-button-hover{background:#C00}.qq-upload-button-focus{outline:1px dotted #000}.qq-upload-drop-area,.qq-upload-extra-drop-area{position:absolute;top:0;left:0;width:100%;height:100%;min-height:30px;z-index:2;background:#FF9797;text-align:center}.qq-upload-drop-area span{display:block;position:absolute;top:50%;width:100%;margin-top:-8px;font-size:16px}.qq-upload-extra-drop-area{position:relative;margin-top:50px;font-size:16px;padding-top:30px;height:20px;min-height:40px}.qq-upload-drop-area-active{background:#FF7171}.qq-upload-list{margin:0;padding:0;list-style:none}.qq-upload-list li{margin:0;padding:9px;line-height:15px;font-size:16px;background-color:#FFF0BD}.qq-upload-file,.qq-upload-spinner,.qq-upload-size,.qq-upload-cancel,.qq-upload-retry,.qq-upload-failed-text,.qq-upload-delete,.qq-upload-pause,.qq-upload-continue{margin-right:12px;display:inline}.qq-upload-file{}.qq-upload-spinner{display:inline-block;background:url(/Scripts/fineuploader/loading.gif);width:15px;height:15px;vertical-align:text-bottom}.qq-drop-processing{display:block}.qq-drop-processing-spinner{display:inline-block;background:url(/Scripts/fineuploader/processing.gif);width:24px;height:24px;vertical-align:text-bottom}.qq-upload-delete,.qq-upload-pause,.qq-upload-continue{display:inline}.qq-upload-retry,.qq-upload-delete,.qq-upload-cancel,.qq-upload-pause,.qq-upload-continue{color:#000}.qq-upload-retryable .qq-upload-retry{display:inline}.qq-upload-size,.qq-upload-cancel,.qq-upload-retry,.qq-upload-delete,.qq-upload-pause,.qq-upload-continue{font-size:12px;font-weight:400}.qq-upload-failed-text{display:none;font-style:italic;font-weight:700}.qq-upload-failed-icon{display:none;width:15px;height:15px;vertical-align:text-bottom}.qq-upload-fail .qq-upload-failed-text{display:inline}.qq-upload-retrying .qq-upload-failed-text{display:inline;color:#D60000}.qq-upload-list li.qq-upload-success{background-color:#5DA30C;color:#FFF}.qq-upload-list li.qq-upload-fail{background-color:#D60000;color:#FFF}.qq-progress-bar{display:block;background:-moz-linear-gradient(top,rgba(30,87,153,1) 0,rgba(41,137,216,1) 50%,rgba(32,124,202,1) 51%,rgba(125,185,232,1) 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(30,87,153,1)),color-stop(50%,rgba(41,137,216,1)),color-stop(51%,rgba(32,124,202,1)),color-stop(100%,rgba(125,185,232,1)));background:-webkit-linear-gradient(top,rgba(30,87,153,1) 0,rgba(41,137,216,1) 50%,rgba(32,124,202,1) 51%,rgba(125,185,232,1) 100%);background:-o-linear-gradient(top,rgba(30,87,153,1) 0,rgba(41,137,216,1) 50%,rgba(32,124,202,1) 51%,rgba(125,185,232,1) 100%);background:-ms-linear-gradient(top,rgba(30,87,153,1) 0,rgba(41,137,216,1) 50%,rgba(32,124,202,1) 51%,rgba(125,185,232,1) 100%);background:linear-gradient(to bottom,rgba(30,87,153,1) 0,rgba(41,137,216,1) 50%,rgba(32,124,202,1) 51%,rgba(125,185,232,1) 100%);width:0;height:15px;border-radius:6px;margin-bottom:3px}INPUT.qq-edit-filename{position:absolute;opacity:0;filter:alpha(opacity=0);z-index:-1;-ms-filter:"alpha(Opacity=0)"}.qq-upload-file.qq-editable{cursor:pointer}.qq-edit-filename-icon.qq-editable{display:inline-block;cursor:pointer}INPUT.qq-edit-filename.qq-editing{position:static;margin-top:-5px;margin-right:10px;margin-bottom:-5px;opacity:1;filter:alpha(opacity=100);-ms-filter:"alpha(Opacity=100)"}.qq-edit-filename-icon{display:none;background:url(/Scripts/fineuploader/edit.gif);width:15px;height:15px;vertical-align:text-bottom;margin-right:5px}INPUT.qq-edit-filename.qq-editing~.qq-upload-cancel{display:none}.qq-hide{display:none}
/*! 2014-01-31 */

body { background:#f0f0f0 url(/Content/Images/bg.jpg) repeat; }
.block-shoppingcart { background-color:#3B3388;  padding: 8px 10px 5px 38px; min-height: 46px; }
#small-search-box-form { background-color:#E26520; }
.product-list .item-box .picture { width:20% !important;  }
.product-list .item-box { height:140px; }
.quick-view-button { left:10%; }
.header-menu { border-bottom:none; }
.mega-menu li a.manufacturer { line-height:100px; }
.category-item .picture { width:100%;  height:160px; }
.item-box .picture img { margin: 20px auto 20px auto; }
.checkout-buttons { text-align:right; margin-top:20px; }
.cart-footer .button-1 { font-size:22px; }

#opc-payment_method,
#opc-payment_info,
.method1, .method2, .method3, .method4,
.item-box .buttons .compare-products,
.manufacturer-item .title,
.total-info,
.cart-collaterals,
.continue-shopping-button,
.overview .prices, 
.unit-price,
.subtotal,
.price,
.price-value-103,
.price-input,
.price-range,
.home-page-category-grid .item-grid .item-box .sub-category,
.manufacturer-item .title,
.dropdown.manufacturers .title,
.mini-shopping-cart .totals,
.unit-price,
.subtotal,
.price,
.price-input,
.price-range
{ display:none !important; }
