﻿/*********** CSS RESET **********/

* {
    margin: 0;
    padding: 0;
    outline: none;
    text-decoration: none;
}

ol, ul {
    list-style: none;
}

a img {
    border: none;
    max-width: 100%;
    max-height: 100%;
    opacity: 0.99;
}

a:hover img {
    opacity: 0.9;
}

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 {
    border: 0;
    padding: 0;
    margin: 0;
}

input[type='button'],
input[type='submit'],
input[type='reset'] {
    -webkit-appearance: none;
}

html {
    margin: 0 !important;
    -webkit-text-size-adjust: none;
}

input[type='checkbox'],
input[type='radio'],
input[type='checkbox'] + *,
input[type='radio'] + * {
    vertical-align: middle;
}

label, label + * {
    vertical-align: middle;
}

.noscript {
    border-bottom: 1px solid #333;
    background-color: #ff9;
    padding: 30px 15px;
    text-align: center;
    line-height: 22px;
    color: #444;
}


/*********** GLOBAL STYLES **********/

#showDivMen {
    display: block;
}

#hideDivMen {
    display: none;
}

#showDivWomen {
    display: none;
}

#hideDivWomen {
    display: none;
}

body {
    background-color: #fff;
    font: normal 12px Arial, Helvetica, sans-serif;
    color: #000;
}

a {
    color: white;
    text-decoration: none;
}

    a:hover {
        text-decoration: underline;
    }

    a.selected, li.selected a {
        font-weight: bold;
    }

h1 {
    font-size: 20px;
    font-weight: normal;
    text-transform: uppercase;
}

h2 {
    font-size: 17px;
    font-weight: normal;
    text-transform: uppercase;
}

h3 {
    font-size: 14px;
    font-weight: normal;
}

input[type='text'], input[type='password'], textarea {
    border: 1px solid #ccc;
    box-shadow: inset 0 0 0px #ddd;
    padding: 5px;
}

select {
    border: 1px solid #999;
    padding: 4px;
    font-size: 13px;
    max-width: 320px;
}

.qty-dropdown {
    width: 52px;
    padding: 5px 0;
    border: 1px solid #d6d6d6;
    box-shadow: 0 0 2px #dddddd inset;
}

table {
    width: 100%;
    border-collapse: collapse;
}

script {
    display: none !important;
}

.button-1,
.button-2.mark-unread-pm-button {
    display: inline-block;
    width: auto;
    border: 1px solid #111;
    border-top: 1px solid #444;
    box-shadow: inset 0 1px 0 #777;
    background: #666;
    /* Old browsers */
    background: -moz-linear-gradient(top, #666666 0%, #111111 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #666666), color-stop(100%, #111111));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #666666 0%, #111111 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #666666 0%, #111111 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #666666 0%, #111111 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #666666 0%, #111111 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#666666', endColorstr='#111111', GradientType=0 );
    /* IE6-9 */
    padding: 5px 10px;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    cursor: pointer;
    text-shadow: none;
}

    .button-1:hover,
    .button-2.mark-unread-pm-button:hover {
        box-shadow: inset 0 1px 0 #555;
        background: #111;
        /* Old browsers */
        background: -moz-linear-gradient(top, #111111 0%, #666666 100%);
        /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #111111), color-stop(100%, #666666));
        /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #111111 0%, #666666 100%);
        /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, #111111 0%, #666666 100%);
        /* Opera 11.10+ */
        background: -ms-linear-gradient(top, #111111 0%, #666666 100%);
        /* IE10+ */
        background: linear-gradient(to bottom, #111111 0%, #666666 100%);
        /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#111111', endColorstr='#666666', GradientType=0 );
        /* IE6-9 */;
    }

.button-2,
.submit-post-button,
.submit-forum-topic-button,
.send-pm-button {
    display: inline-block;
    border: 1px solid #bbb;
    border-top: 1px solid #ccc;
    box-shadow: inset 0 1px 0 #fff;
    background: #eee;
    /* Old browsers */
    background: -moz-linear-gradient(top, #eeeeee 0%, #cccccc 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #eeeeee), color-stop(100%, #cccccc));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #eeeeee 0%, #cccccc 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #eeeeee 0%, #cccccc 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #eeeeee 0%, #cccccc 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #eeeeee 0%, #cccccc 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#cccccc', GradientType=0 );
    /* IE6-9 */
    padding: 5px 10px;
    font-weight: bold;
    color: #666;
    text-transform: uppercase;
    text-shadow: 1px 1px 0 #eee;
    cursor: pointer;
}

    .button-2:hover,
    .submit-post-button:hover,
    .submit-forum-topic-button:hover,
    .send-pm-button:hover {
        border-bottom: 1px solid #ccc;
        box-shadow: inset 0 1px 0 #eee;
        background: #ccc;
        /* Old browsers */
        background: -moz-linear-gradient(top, #cccccc 0%, #eeeeee 100%);
        /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #cccccc), color-stop(100%, #eeeeee));
        /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #cccccc 0%, #eeeeee 100%);
        /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, #cccccc 0%, #eeeeee 100%);
        /* Opera 11.10+ */
        background: -ms-linear-gradient(top, #cccccc 0%, #eeeeee 100%);
        /* IE10+ */
        background: linear-gradient(to bottom, #cccccc 0%, #eeeeee 100%);
        /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#eeeeee', GradientType=0 );
        /* IE6-9 */;
    }

.category-description ul,
.manufacturer-description ul,
.full-description ul,
.topic-html-content ul,
.topic-page ul,
.post-body ul,
.news-body ul,
.custom-tab ul {
    margin: 12px 0;
    padding-left: 36px;
    list-style: disc;
}

.category-description ol,
.manufacturer-description ol,
.full-description ol,
.topic-html-content ol,
.topic-page ol,
.post-body ol,
.news-body ol,
.custom-tab ol {
    margin: 12px 0;
    padding-left: 36px;
    list-style: decimal;
}

.category-description p,
.manufacturer-description p,
.full-description p,
.topic-html-content p,
.topic-page p,
.post-body p,
.news-body p,
.custom-tab p {
    margin: 10px 0;
}

.category-description img,
.manufacturer-description img,
.full-description img,
.topic-html-content img,
.topic-page img,
.post-body img,
.news-body img {
    max-width: 100%;
    height: auto;
}

.required,
.warning {
    color: #c00;
}

.message-error {
    margin-bottom: 10px;
    font-weight: 300;
    color: #c00;
}

.message-success {
    margin-bottom: 10px;
    font-size: 13px;
    font-weight: 300;
    background-color: #c7f8a4;
    padding: 8px;
    /* background-blend-mode: soft-light; */
    /* border-bottom-left-radius: 2px; */
    border-radius: 0px;
}

.terms-of-service .read {
    text-decoration: underline;
    cursor: pointer;
    color: #000;
}

.captcha-box {
    margin-bottom: 10px;
}

.admin-header-links {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
}

    .admin-header-links a {
        display: inline-block;
        background: #666;
        padding: 0 12px;
        line-height: 30px;
        font-size: 12px;
        color: #eee;
        text-decoration: none;
    }

        .admin-header-links a:hover {
            background: #777;
        }

    .admin-header-links .impersonate {
        line-height: 30px;
        background: #666;
        color: #eee;
        display: block;
        text-align: center;
        padding: 0 0 0 5px;
    }

        .admin-header-links .impersonate a {
            font-weight: bold;
        }

.bar-notification {
    display: none;
    position: fixed;
    z-index: 10000;
    left: 0;
    top: 0;
    width: 100%;
    height: 30px;
    box-shadow: 0 1px 2px #666;
    line-height: 30px;
    color: #fff;
    opacity: 0.95;
    filter: alpha(opacity=95);
}

    .bar-notification.success {
        background: #9b0;
        border-bottom: 1px solid #bd2;
    }

    .bar-notification.error,
    .bar-notification.warning {
        background: #f00;
        border-bottom: 1px solid #f55;
    }

    .bar-notification > * {
        float: left;
    }

    .bar-notification .content {
        margin-left: 10px;
    }

        .bar-notification .content a {
            color: #fff;
            text-decoration: underline;
        }

            .bar-notification .content a:hover {
                color: #333;
            }

    .bar-notification .close {
        float: right;
        width: 16px;
        height: 16px;
        margin: 6px;
        border: 1px solid #666;
        box-shadow: inset 0 0 1px #999;
        background: #fff url('../Images/close.png') center no-repeat;
        cursor: pointer;
        opacity: 0.7;
        filter: alpha(opacity=70);
    }

        .bar-notification .close:hover {
            opacity: 1;
            filter: alpha(opacity=100);
        }

.ui-dialog {
    position: absolute !important;
    border: 1px solid #ccc;
    border-radius: 3px;
    background: #fff;
    z-index: 1003 !important;
}

.ui-dialog-titlebar {
    border-bottom: 1px solid #aaa;
    border-radius: 3px 3px 0 0;
    box-shadow: 0 1px 0 #fff inset;
    overflow: hidden;
    padding: 10px;
    color: #333;
    text-shadow: 1px 1px #eee;
    background: #eee;
    /* Old browsers */
    background: -moz-linear-gradient(top, #eeeeee 0%, #cccccc 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #eeeeee), color-stop(100%, #cccccc));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #eeeeee 0%, #cccccc 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #eeeeee 0%, #cccccc 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #eeeeee 0%, #cccccc 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #eeeeee 0%, #cccccc 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#cccccc', GradientType=0 );
    /* IE6-9 */;
}

    .ui-dialog-titlebar span {
        float: left;
        line-height: 18px;
        text-transform: uppercase;
    }

    .ui-dialog-titlebar button {
        float: right;
        width: 16px !important;
        height: 16px !important;
        border: 1px solid #666 !important;
        box-shadow: inset 0 0 1px #999 !important;
        background: #fff url('../Images/close.png') center no-repeat !important;
        text-indent: 9999px;
        cursor: pointer;
        opacity: 0.6;
        filter: alpha(opacity=60);
    }

        .ui-dialog-titlebar button:hover {
            opacity: 0.9;
            filter: alpha(opacity=90);
        }

.ui-dialog-content {
    height: auto !important;
    padding: 10px;
    line-height: 18px;
}

.eu-cookie-bar-notification {
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 1002;
    width: 450px;
    max-width: 95%;
    height: 180px;
    z-index: 1002;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: -90px 0 0 -225px;
    border: 1px solid #999;
    box-shadow: 0 1px 2px rgba(0,0,0,0.2), inset 0 0 0 1px #fff;
    background: #fff;
    padding: 20px;
    text-align: center;
}

    .eu-cookie-bar-notification .text {
        margin-bottom: 20px;
        line-height: 20px;
        color: #000;
    }

    .eu-cookie-bar-notification button {
        min-width: 60px;
        margin: 10px 0;
        border: none;
        background: #000;
        box-shadow: inset 0 0 1px 0 #fff;
        padding: 5px;
        font-size: 14px;
        color: #fff;
    }

        .eu-cookie-bar-notification button:hover {
            background: #666;
        }

    .eu-cookie-bar-notification a {
        display: block;
        text-decoration: underline;
    }

.inputs.custom-attributes {
    white-space: normal;
}

/*********** MASTER-WRAPPER + INPUTS ***********/



.master-wrapper-page {
    width: 980px;
    margin: 0 auto;
    padding: 0px 15px 0px 15px;
    /* width: 950px; */
}

.inputs {
    margin: 0 0 10px;
    overflow: hidden;
}

    .inputs:last-child {
        margin: 0;
    }

    .inputs:after {
        content: '.';
        display: block;
        clear: both;
        height: 0;
        font-size: 0;
        line-height: 0;
        visibility: hidden;
    }

    .inputs > * {
        float: left;
        margin: 0 10px 0 0;
    }

    .inputs .gender span {
        display: inline-block;
        margin: 0 5px 0 0;
    }

    .inputs > label,
    .inputs .gender span {
        line-height: 28px;
    }

    .inputs label {
        min-width: 120px;
    }

    .inputs > input[type=checkbox] {
        margin: 8px 6px 0 0;
    }


/*********** HEADER & NAVIGATION ***********/




.header {
    position: relative;
    min-height: 85px;
    margin-bottom: 0px;
    clear: both;
    float: left;
    width: 100%;
}

    /* .header:after { */
    /* content: '.'; */
    /* display: block; */
    /* clear: both; */
    /* height: 0; */
    /* font-size: 0; */
    /* line-height: 0; */
    /* visibility: hidden; */
    /* } */

    .header #logo {
        float: left;
        margin-top: 23px;
    }

        .header #logo a {
            display: block;
            line-height: 0;
        }

.header-links {
    position: absolute;
    top: 30px;
    right: 0;
    /* z-index:1; */
}

    .header-links li {
        display: inline;
    }

    .header-links a {
        line-height: 22px;
        color: #666;
        margin: 0 0 0 8px;
        border-left: 1px solid #666;
        padding: 0 0 0 8px;
    }

    .header-links li:first-child a {
        border: none;
    }

    .header-links a:hover {
        text-decoration: underline;
    }

    .header-links a.account {
        color: #000000;
        font-weight: bold;
    }

    .header-links .cart-qty {
        display: inline-block;
        margin-left: 5px;
        background: url('../Images/bag.png') left center no-repeat;
        padding-left: 20px;
    }

#flyout-cart {
    display: none;
    position: absolute;
    z-index: 99999;
    top: 20px;
    right: 0;
    width: 300px;
    min-height: 50px;
    background: #fff;
}

    #flyout-cart.active {
        display: block;
    }

.mini-shopping-cart {
    padding: 5px 10px 10px;
    border: 1px solid #fff;
    border-top: 1px solid #999;
    background: #eee;
    font-size: 11px;
    color: #000;
    box-shadow: 0 1px 2px #333;
}

    .mini-shopping-cart a {
        font-weight: bold;
        color: #000;
    }

        .mini-shopping-cart a:hover {
            text-decoration: underline;
        }

    .mini-shopping-cart .count {
        margin: 10px 0;
    }

    .mini-shopping-cart .item {
        border-bottom: 1px dotted #666;
        overflow: hidden;
        padding: 8px;
    }

        .mini-shopping-cart .item .picture {
            float: left;
            width: 50px;
            text-align: center;
        }

        .mini-shopping-cart .item .product {
            margin: 0 0 0 60px;
            font-size: 10px;
        }

        .mini-shopping-cart .item .name {
            margin-bottom: 5px;
            font-size: 11px;
        }

    .mini-shopping-cart .totals {
        margin: 10px 0;
        text-align: right;
    }

        .mini-shopping-cart .totals strong {
            color: #c00;
        }

    .mini-shopping-cart .buttons {
        margin: 10px 0px;
        text-align: right;
    }

    .mini-shopping-cart .button-1 {
        margin: 0 0 0 5px;
        padding: 3px 5px;
        font-weight: normal;
        text-transform: none;
    }

.header-selectors-wrapper {
    position: absolute;
    right: 0;
    top: 55px;
}

    .header-selectors-wrapper > * {
        float: right;
        margin: 0 0 0 15px;
    }

    .header-selectors-wrapper select {
        width: 100px;
        color: #666;
    }

.language-list {
    max-width: 196px;
    overflow: hidden;
}

    .language-list li {
        float: right;
    }

    .language-list a {
        position: relative;
        display: block;
        overflow: hidden;
        width: 28px;
        height: 28px;
    }

    .language-list img {
        position: absolute;
        top: 50%;
        left: 50%;
        margin-left: -9px;
        margin-top: -6px;
        width: 18px;
        height: 12px;
    }

.search-box.store-search-box form {
    position: relative;
}

    .search-box.store-search-box form:after {
        content: '.';
        display: block;
        clear: both;
        height: 0;
        font-size: 0;
        line-height: 0;
        visibility: hidden;
    }

    .search-box.store-search-box form > * {
        float: left;
    }

.store-search-box input.search-box-text {
    width: 230px !important;
    position: relative;
    color: #666;
    margin: 0 -1px 0 0;
}

input.search-box-text:focus {
    color: #000;
}

.store-search-box .search-box-button {
    text-indent: -9999px;
    width: 28px;
    height: 28px;
    border: none;
    box-shadow: none;
    background: url('../Images/search.png') no-repeat center;
    padding: 0;
}

    .store-search-box .search-box-button:hover {
        box-shadow: none;
        background: url('../Images/search.png') no-repeat center;
    }

.search-box.store-search-box .ui-autocomplete-loading {
    background: #fff url('../Images/ajax_loader_small.gif') 98% center no-repeat;
}

.ui-helper-hidden-accessible {
    display: none;
}

.ui-autocomplete.ui-menu.ui-widget.ui-widget-content {
    z-index: 1002 !important;
    width: 240px !important;
    border: 1px solid #999;
    background: #fff;
}

    .ui-autocomplete.ui-menu.ui-widget.ui-widget-content a {
        display: block;
        padding: 5px;
        cursor: pointer;
    }

        .ui-autocomplete.ui-menu.ui-widget.ui-widget-content a:hover,
        .ui-autocomplete.ui-menu.ui-widget.ui-widget-content .ui-state-focus {
            background: #ddd;
            text-decoration: none;
        }

    .ui-autocomplete.ui-menu.ui-widget.ui-widget-content img {
        vertical-align: middle;
        margin-right: 5px;
    }

/* HEADER MENU */

.header-menu {
    position: relative;
    background: #85C549;
    z-index: 2;
    margin-bottom: 15px;
    display: none;
}

    .header-menu .menu-title,
    .header-menu .plus-button {
        display: none;
        overflow: hidden;
    }

    .header-menu > ul:after {
        visibility: hidden;
        display: block;
        font-size: 0;
        content: ' ';
        clear: both;
        height: 0;
    }

    .header-menu > ul > li {
        float: left;
    }

        .header-menu > ul > li:hover > a {
            text-decoration: none !important;
            background: #333;
        }

        .header-menu > ul > li > a,
        .header-menu > ul > li > span {
            display: block;
            padding: 5px 20px;
            color: #fff;
            text-transform: uppercase;
            cursor: pointer;
        }

    .header-menu .sublist-wrap {
        display: none;
        position: absolute;
        background: #fafafa;
        box-shadow: 0 0 0 1px #666;
        text-align: left;
        white-space: nowrap;
        min-width: 160px;
    }

        .header-menu .sublist-wrap.active {
            display: block;
        }

        .header-menu .sublist-wrap .sublist-wrap {
            top: 0;
            left: 100%;
        }

    .header-menu .sublist li {
        position: relative;
    }

        .header-menu .sublist li a {
            display: block;
            padding: 8px 20px;
            font: normal normal 12px Arial, Helvetica, sans-serif;
        }

        .header-menu .sublist li:hover > a {
            text-decoration: none !important;
            background: #eee;
        }

.slider-wrapper {
    margin: -15px 0 20px;
}

/*********** FOOTER & PROMOS ***********/

.promos {
    margin-bottom: 20px;
    overflow: hidden;
}

.left-promo {
    float: left;
}

.right-promo {
    float: right;
}

.footer {
    font-size: 11px;
}
    /*.footer ul {
}
.footer li {
	display: inline;
}*/
    .footer .info-block-list,
    .footer .footer-tax-shipping {
        margin-bottom: 10px;
    }

    .footer span.sep {
        padding: 0 3px 0 6px;
    }

    .footer .copyright {
        margin-bottom: 10px;
        font-size: 10px;
        line-height: 16px;
    }

        .footer .copyright li {
            padding: 0 6px 0 9px;
        }

            .footer .copyright li.first {
                padding-left: 0;
            }

            .footer .copyright li.last {
                padding-right: 0;
            }

        .footer .copyright .icons {
            border-left: #000 1px solid;
        }

            .footer .copyright .icons a {
                display: inline-block;
                height: 16px;
                width: 16px;
                margin-bottom: -4px;
            }

    .footer .icons a.facebook {
        background: url(../Images/social1.png) no-repeat;
    }

    .footer .icons a.twitter {
        background: url(../Images/social2.png) no-repeat;
    }

    .footer .icons a.youtube {
        background: url(../Images/social3.png) no-repeat;
    }

    .footer .icons a.google-plus {
        background: url(../Images/social4.png) no-repeat;
    }

    .footer .icons a.instagram {
        background: url(../Images/instagram.png) no-repeat center;
    }

.footer-designed-by {
    display: block;
    margin-bottom: 10px;
}

    .footer-designed-by a:hover {
        text-decoration: underline;
    }

/*********** COLUMNS & BLOCKS *********/



.master-column-wrapper {
    /* position: relative; */
    /* z-index: 0; */
    padding-bottom: 15px;
}

    .master-column-wrapper:after {
        content: '.';
        display: block;
        clear: both;
        height: 0;
        font-size: 0;
        line-height: 0;
        visibility: hidden;
    }

.side-2 {
    float: left;
    width: 180px;
}

.center-2 {
    float: right;
    width: 740px;
    padding: 0 10px 10px;
}

.center-1:after {
    content: '.';
    display: block;
    clear: both;
    height: 0;
    font-size: 0;
    line-height: 0;
    visibility: hidden;
}

.block {
    margin-bottom: 10px;
    padding-bottom: 5px;
    overflow: hidden;
}

    .block .title,
    .newsletter .title {
        height: 24px;
        margin-bottom: 10px;
        background: #000;
        padding: 0 10px;
        line-height: 24px;
        color: #fff;
        font-size: 11px;
        font-weight: bold;
        text-transform: uppercase;
        width: 100%;
    }

    .block .newsletter-subscribe {
        font-size: 11px;
        line-height: 18px;
        padding: 5px 5px 10px 10px;
    }

    .block .listbox .list {
        color: #3664A5;
        padding: 0px;
        margin: 0px;
    }

    .block .listbox {
        margin: 5px 10px;
    }

        .block .listbox li a {
            display: block;
            font-size: 12px;
            text-transform: uppercase;
            color: #000;
        }

        .block .listbox .sublist {
            padding: 3px 5px;
        }

.block-account-navigation .listbox {
    margin: 0px 0px;
}

.block li.active > a,
.block li > a.active {
    font-weight: bold;
    color: #000;
}

.block-blog-archive a,
.block-popular-blogtags a {
    font-weight: bold;
}

.block li.separator {
    height: 1px;
    margin: 5px 0;
    background: #000;
    font-size: 1px;
    line-height: 1px;
}

.block .view-all {
    margin-top: 5px;
    border-top: 1px dotted #999;
    padding-top: 5px;
}

.block-popular-tags ul {
    overflow: hidden;
}

.block-popular-tags li {
    float: left;
    margin: 0 10px 0 0;
    line-height: 20px;
    height: 20px;
}

.block-popular-blogtags li {
    display: inline !important;
}

.block-blog-archive .year {
    color: #000;
    font-weight: bold;
    text-decoration: none;
}

.block-poll strong {
    display: block;
    margin: 0 0 5px;
}

.block-poll .buttons > * {
    float: right;
}


/********** CATEGORY PAGE **********/



.page {
    clear: both;
}

.page-title {
    margin-bottom: 15px;
    border-bottom: 1px solid #999;
    overflow: hidden;
    padding: 0 0 0px;
}

    .page-title h1 {
        float: left;
    }

.link-rss {
    float: right;
    width: 14px;
    height: 14px;
    overflow: hidden;
    background: url('../Images/icon_rss.gif') no-repeat;
    text-indent: 15px;
    margin-top: 5px;
}

.breadcrumb {
    overflow: hidden;
}

    .breadcrumb li {
        float: left;
    }

        .breadcrumb li * {
            display: inline-block;
            padding: 0 3px;
            line-height: 25px;
        }

    .breadcrumb a:hover span {
        text-decoration: underline;
    }

    .breadcrumb + .product-selectors .pager {
        display: none;
    }

.product-selectors {
    margin: 15px 0 25px;
    padding: 15px 5px 0 5px;
}

    .product-selectors:after {
        content: '.';
        display: block;
        clear: both;
        height: 0;
        font-size: 0;
        line-height: 0;
        visibility: hidden;
    }

.product-sorting,
.product-page-size,
.product-viewmode {
    float: left;
    margin-right: 25px;
}

.product-selectors select {
    min-width: 80px;
}

.product-selectors .pager {
    float: right;
}

.pager {
    overflow: hidden;
}

    .pager ul {
        float: right;
    }

    .pager li {
        float: left;
        margin-left: 8px;
        line-height: 23px;
    }

    .pager a {
        color: #666;
        cursor: pointer;
    }

        .pager a:hover {
            color: #000;
            text-decoration: none;
        }

    .pager span {
        cursor: default;
    }

.category-description {
    margin: 0 0 20px 10px;
}

.category-title,
.manufacturer-grid .title,
.vendor-grid .title {
    height: 32px;
    overflow: hidden;
    line-height: 1.2;
    margin-bottom: 5px;
    text-align: center;
    font-size: 13px;
    font-weight: bold;
}

.home-page-category-grid .title {
    text-align: center;
    margin: 0 0 5px;
}

.home-page-product-grid .title strong,
.bestsellers .title strong {
    font-size: 17px;
    font-weight: normal;
    text-transform: uppercase;
}

.item-grid {
    margin: 15px 0;
}

    .item-grid:after {
        content: '.';
        display: block;
        clear: both;
        height: 0;
        font-size: 0;
        line-height: 0;
        visibility: hidden;
    }

.item-box {
    float: left;
    width: 32%;
    margin: 0 0 3% 2%;
    overflow: hidden !important;
}

    .item-box:nth-child(3n+1) {
        margin-left: 0;
        clear: both;
    }

.picture-home img {
    border: none;
    max-width: 100%;
    max-height: 100%;
    opacity: 0.99;
}

}

.home-page .item-box,
.cross-sells .item-box,
.manufacturer-grid .item-box,
.vendor-grid .item-box {
    width: 24.25%;
    margin: 0 0 3% 1%;
}

    .home-page .item-box:nth-child(3n+1),
    .cross-sells .item-box:nth-child(3n+1),
    .manufacturer-grid .item-box:nth-child(3n+1),
    .vendor-grid .item-box:nth-child(3n+1) {
        margin-left: 1%;
        clear: none;
    }

    .home-page .item-box:nth-child(4n+1),
    .cross-sells .item-box:nth-child(4n+1),
    .manufacturer-grid .item-box:nth-child(4n+1),
    .vendor-grid .item-box:nth-child(4n+1) {
        margin-left: 0;
        clear: both;
    }

.item-grid .picture,
.sub-category-grid .picture {
    overflow: hidden;
    margin-bottom: 10px;
    text-align: center;
}

    .item-grid .picture a,
    .sub-category-grid .picture a {
        position: relative;
        display: block;
        font-size: 0;
    }

        .item-grid .picture a:before,
        .sub-category-grid .picture a:before {
            content: ' ';
            display: block;
            padding-top: 159.375%;
        }

    .item-grid .picture img,
    .sub-category-grid .picture img {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        max-width: 100%;
        max-height: 100%;
        margin: auto;
    }

.product-grid .product-title {
    height: 30px;
    margin-bottom: 10px;
    overflow: hidden;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
}

.item-box .product-item {
    position: relative;
}

.item-box .sku {
    margin: 0 0 5px;
}

.item-box .product-rating-box {
    margin: 0 0 10px;
}

.item-box .rating {
    height: 16px;
    width: 80px;
    background: url(../images/star-x-inactive.png) 0 0 repeat-x;
}

    .item-box .rating div {
        float: left;
        height: 16px;
        background: url(../images/star-x-active.png) 0 0 repeat-x;
    }

.item-box .buttons .button-2 {
    padding: 7px 10px;
}

.tax-shipping-info {
    margin: 0 0 10px;
    font-weight: 600;
    text-align: center;
}

    .tax-shipping-info a {
        text-decoration: underline;
    }

.item-box .tax-shipping-info {
    margin: 0 0 10px;
    font-weight: normal;
    text-align: right;
}

.item-box .base-price-pangv {
    margin-top: 5px;
}

.product-grid .description {
    height: 30px;
    overflow: hidden;
    margin-bottom: 10px;
}

.product-grid .prices {
    margin-bottom: 5px;
}

.old-price {
    margin-right: 5px;
    color: #999;
    text-decoration: line-through;
    font-size: 11px;
}

.actual-price {
    font-size: 16px;
}

.item-box .buttons .add-to-compare-list-button,
.item-box .buttons .add-to-wishlist-button {
    font-size: 0;
    vertical-align: top;
    width: 30px;
    height: 30px;
    border: 1px solid #999;
}

    .item-box .buttons .add-to-compare-list-button:hover,
    .item-box .buttons .add-to-wishlist-button:hover {
        border-color: #333;
    }

.item-box .buttons .add-to-wishlist-button {
    background: url(../images/icon-wishlist.png) no-repeat center;
}

.item-box .buttons .add-to-compare-list-button {
    background: url(../images/icon-compare.png) no-repeat center;
}

.product-box-add-to-cart-button {
    border-radius: 7px;
    border-color: forestgreen;
    background: yellow;
    color: black;
    font-weight: bold;
    text-shadow: none;
    text-transform: none;
    cursor: pointer;
}

    .product-box-add-to-cart-button:hover {
        box-shadow: none;
        background: yellow;
        border-color: forestgreen;
    }

.product-list .item-box {
    float: none;
    width: auto;
    margin-bottom: 10px;
}

.product-list .product-item {
    width: 100%;
}

    .product-list .product-item:after {
        content: '.';
        display: block;
        clear: both;
        height: 0;
        font-size: 0;
        line-height: 0;
        visibility: hidden;
    }

.product-list .picture {
    float: left;
    width: 200px;
    overflow: hidden;
}

    .product-list .picture img {
        width: 100%;
        max-width: 100%;
        max-height: 100%;
    }

    .product-list .picture a {
        display: block;
    }

.product-list .details {
    margin: 0 0 0 215px;
}

.product-list .product-title {
    margin-bottom: 10px;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
}

.product-list .description {
    margin-bottom: 10px;
}

.product-list .add-info {
    overflow: hidden;
}

.product-list .prices {
    float: left;
    margin: 0 0 10px;
}

.product-list .buttons {
    float: left;
    clear: both;
}

.manufacturer-grid .item-box .picture a:before,
.vendor-grid .item-box .picture a:before {
    padding-top: 100%;
}


/********** PRODUCT PAGE **********/



.product-essential {
    overflow: hidden;
    margin: 15px 0;
}

.gallery-wrapper {
    float: left;
    width: 190px;
}

.gallery {
    margin-bottom: 10px;
}

    .gallery:after {
        content: '.';
        display: block;
        clear: both;
        height: 0;
        font-size: 0;
        line-height: 0;
        visibility: hidden;
    }

    .gallery .picture-wrapper {
        float: right;
        width: 245px;
        text-align: center;
        font-size: 0;
    }

    .gallery .picture {
        text-align: right;
        overflow: hidden;
    }

    .gallery > .picture:only-child {
        float: none;
    }

    /*.gallery .picture img {
        display: inline !important;
        max-width: 100%;
        height: 216px;
    }*/
    .gallery .picture img {
        display: inline !important;
        max-width: 180px;
        max-height: 260px;
        width: 180px;
    }

.product-details-page .overview {
    padding: 0px 0px 15px 15px;
    width: 80%;
}

.picture-thumbs {
    float: left;
    width: 100px;
    margin: 0 15px 0 0;
    background: #ffffff;
    text-align: center;
}

    .picture-thumbs .thumb-item {
        display: block;
        margin: 10px 0;
    }

        .picture-thumbs .thumb-item img {
            max-width: 100%;
        }

.related-products-grid,
.also-purchased-products-grid {
    clear: both;
    overflow: hidden;
    text-align: center;
    margin-bottom: 15px;
}

    .related-products-grid .title,
    .also-purchased-products-grid .title {
        margin: 10px 0;
        font-weight: bold;
        text-transform: uppercase;
    }

    .related-products-grid .item-grid,
    .also-purchased-products-grid .item-grid {
        display: inline-block;
        overflow: hidden;
        margin: 0;
    }

    .related-products-grid .product,
    .also-purchased-products-grid .product {
        float: left;
        width: 140px;
    }

    .related-products-grid a,
    .also-purchased-products-grid a {
        display: inline-block;
        width: 70px;
        height: 70px;
        margin-bottom: 5px;
        overflow: hidden;
    }

    .related-products-grid img,
    .also-purchased-products-grid img {
        max-width: 100%;
        max-height: 100%;
    }

    .related-products-grid p,
    .also-purchased-products-grid p {
        font-size: 10px;
        height: 28px;
        overflow: hidden;
    }
/*.overview {
	position: relative;
	float: right;
	width: 445px;
	padding: 10px 15px;
}*/
.overview {
    position: relative;
    float: left;
    width: 100%;
    padding: 15px 0px;
}

.product-details {
    margin-bottom: 15px;
}

.discontinued-product {
    margin: -10px 0 10px;
    background: #f6f6f6;
    text-align: center;
    font-size: 14px;
    color: #c00;
}

    .discontinued-product h4 {
        border: 1px dotted #999;
        border-width: 1px 0;
        padding: 15px;
    }

.product-details .product-name {
    margin-bottom: 10px;
    border-bottom: solid #cccccc 1px;
}

.product-details h1 {
    font-size: 28px;
    font-weight: bold;
    margin-top: 0px;
}

.product-details .short-description {
    margin-bottom: 10px;
}

.product-details .prices {
    margin-bottom: 10px;
}

.old-product-price {
    font-size: 13px;
    color: #999;
    text-decoration: line-through;
}

.product-price {
    font-size: 16px;
    font-weight: bold;
}

.product-no-reviews {
    margin: 10px 0;
}

    .product-no-reviews a {
        text-decoration: underline;
    }

.product-reviews-overview {
    margin-bottom: 10px;
}

.product-details .stock {
    margin-top: 7px;
}

.product-details .backinstocksubscription {
    margin-top: 7px;
}

.free-shipping,
.product-vendor {
    margin: 8px 0 4px;
}

.free-shipping {
    padding: 24px 6px;
    width: 74px !important;
    background: #ccc;
    border-radius: 60px;
    text-align: center !important;
    font-size: 16px;
    color: #fff;
}

.vendor-list li {
    float: left;
    margin: 5px;
    list-style: none;
}

.vendor-description {
    margin: 10px 0;
}

.ui-tabs {
    margin-bottom: 20px;
}

.ui-tabs-nav {
    position: relative;
}

    .ui-tabs-nav li {
        float: left;
        margin: 0 4px 0 0;
    }

    .ui-tabs-nav a {
        display: inline-block;
        border: 1px solid #ccc;
        border-bottom: none;
        border-radius: 5px 5px 0 0;
        background: #e6e6e6;
        padding: 8px 12px;
        font-weight: bold;
        color: #666;
        text-shadow: 1px 1px 0 #f6f6f6;
    }

        .ui-tabs-nav a:hover {
            border: 1px solid #999;
            border-bottom: none;
            background: #ddd;
            color: #333;
            text-decoration: none;
        }

    .ui-tabs-nav .ui-tabs-selected a,
    .ui-tabs-nav .ui-tabs-active a {
        background: #fff;
        border: 1px solid #aaa;
        border-bottom: none;
        color: #000;
    }

    .ui-tabs-nav .ui-tabs-active a {
        margin-bottom: -1px;
        padding-bottom: 9px;
        cursor: default;
    }

.ui-tabs .ui-tabs-panel {
    clear: both;
    border: 1px solid #aaa;
    border-radius: 0 0 5px 5px;
    padding: 15px;
    background: #fff;
}

.ui-tabs-hide {
    display: none;
}

.product-collateral {
    margin-bottom: 15px;
    clear: both;
}

    .product-collateral .full-description {
        margin-bottom: 20px;
        color: #666;
    }

    .product-collateral .default-variant-name {
        margin-bottom: 10px;
        font-size: 16px;
        font-weight: bold;
    }

.product-specs-box {
    margin: 20px 0;
    border-bottom: 1px solid #000;
}

    .product-specs-box .title {
        background: #000;
        padding: 5px;
        color: #fff;
    }


.mini-shopping-cart .attributes {
    margin-bottom: 0px;
    border-radius: 0px;
    padding: 0px;
    line-height: 16px;
}

.attributes {
    /*margin-bottom: 20px;*/
    border-radius: 3px;
    padding: 8px;
}

.view-more .attributes {
    margin-bottom: 0px;
    border-radius: 3px;
    padding: 0px;
}

.attributes dl:after {
    content: '';
    display: block;
    clear: both;
}

.attributes .text-prompt {
    font-weight: bold;
}

.attributes select option {
    padding: 0;
}

.attributes .qty-box input[type='text'] {
    width: 30px;
    text-align: center;
}

.inputs.custom-attributes textarea {
    width: 300px;
}

.inputs.custom-attributes .option-list li {
    margin: 5px 0;
}

.inputs.custom-attributes .option-list input {
    vertical-align: middle;
}

.inputs.custom-attributes .option-list label {
    width: auto;
    min-width: initial;
}

/*Rental Products Calendar*/
.ui-datepicker {
    width: 280px;
    background-color: #fff;
    text-align: center;
}

.ui-datepicker-header {
    position: relative;
    height: 26px;
    background: #000;
    color: #fff;
}

    .ui-datepicker-header a {
        position: absolute;
        top: 0;
        z-index: 1;
        width: 26px;
        height: 26px;
        font-size: 0;
    }

        .ui-datepicker-header a.ui-datepicker-prev {
            left: 0;
            background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAHCAYAAAAxrNxjAAAACXBIWXMAAAsTAAALEwEAmpwYAAAKT2lDQ1BQaG90b3Nob3AgSUNDIHByb2ZpbGUAAHjanVNnVFPpFj333vRCS4iAlEtvUhUIIFJCi4AUkSYqIQkQSoghodkVUcERRUUEG8igiAOOjoCMFVEsDIoK2AfkIaKOg6OIisr74Xuja9a89+bN/rXXPues852zzwfACAyWSDNRNYAMqUIeEeCDx8TG4eQuQIEKJHAAEAizZCFz/SMBAPh+PDwrIsAHvgABeNMLCADATZvAMByH/w/qQplcAYCEAcB0kThLCIAUAEB6jkKmAEBGAYCdmCZTAKAEAGDLY2LjAFAtAGAnf+bTAICd+Jl7AQBblCEVAaCRACATZYhEAGg7AKzPVopFAFgwABRmS8Q5ANgtADBJV2ZIALC3AMDOEAuyAAgMADBRiIUpAAR7AGDIIyN4AISZABRG8lc88SuuEOcqAAB4mbI8uSQ5RYFbCC1xB1dXLh4ozkkXKxQ2YQJhmkAuwnmZGTKBNA/g88wAAKCRFRHgg/P9eM4Ors7ONo62Dl8t6r8G/yJiYuP+5c+rcEAAAOF0ftH+LC+zGoA7BoBt/qIl7gRoXgugdfeLZrIPQLUAoOnaV/Nw+H48PEWhkLnZ2eXk5NhKxEJbYcpXff5nwl/AV/1s+X48/Pf14L7iJIEyXYFHBPjgwsz0TKUcz5IJhGLc5o9H/LcL//wd0yLESWK5WCoU41EScY5EmozzMqUiiUKSKcUl0v9k4t8s+wM+3zUAsGo+AXuRLahdYwP2SycQWHTA4vcAAPK7b8HUKAgDgGiD4c93/+8//UegJQCAZkmScQAAXkQkLlTKsz/HCAAARKCBKrBBG/TBGCzABhzBBdzBC/xgNoRCJMTCQhBCCmSAHHJgKayCQiiGzbAdKmAv1EAdNMBRaIaTcA4uwlW4Dj1wD/phCJ7BKLyBCQRByAgTYSHaiAFiilgjjggXmYX4IcFIBBKLJCDJiBRRIkuRNUgxUopUIFVIHfI9cgI5h1xGupE7yAAygvyGvEcxlIGyUT3UDLVDuag3GoRGogvQZHQxmo8WoJvQcrQaPYw2oefQq2gP2o8+Q8cwwOgYBzPEbDAuxsNCsTgsCZNjy7EirAyrxhqwVqwDu4n1Y8+xdwQSgUXACTYEd0IgYR5BSFhMWE7YSKggHCQ0EdoJNwkDhFHCJyKTqEu0JroR+cQYYjIxh1hILCPWEo8TLxB7iEPENyQSiUMyJ7mQAkmxpFTSEtJG0m5SI+ksqZs0SBojk8naZGuyBzmULCAryIXkneTD5DPkG+Qh8lsKnWJAcaT4U+IoUspqShnlEOU05QZlmDJBVaOaUt2ooVQRNY9aQq2htlKvUYeoEzR1mjnNgxZJS6WtopXTGmgXaPdpr+h0uhHdlR5Ol9BX0svpR+iX6AP0dwwNhhWDx4hnKBmbGAcYZxl3GK+YTKYZ04sZx1QwNzHrmOeZD5lvVVgqtip8FZHKCpVKlSaVGyovVKmqpqreqgtV81XLVI+pXlN9rkZVM1PjqQnUlqtVqp1Q61MbU2epO6iHqmeob1Q/pH5Z/YkGWcNMw09DpFGgsV/jvMYgC2MZs3gsIWsNq4Z1gTXEJrHN2Xx2KruY/R27iz2qqaE5QzNKM1ezUvOUZj8H45hx+Jx0TgnnKKeX836K3hTvKeIpG6Y0TLkxZVxrqpaXllirSKtRq0frvTau7aedpr1Fu1n7gQ5Bx0onXCdHZ4/OBZ3nU9lT3acKpxZNPTr1ri6qa6UbobtEd79up+6Ynr5egJ5Mb6feeb3n+hx9L/1U/W36p/VHDFgGswwkBtsMzhg8xTVxbzwdL8fb8VFDXcNAQ6VhlWGX4YSRudE8o9VGjUYPjGnGXOMk423GbcajJgYmISZLTepN7ppSTbmmKaY7TDtMx83MzaLN1pk1mz0x1zLnm+eb15vft2BaeFostqi2uGVJsuRaplnutrxuhVo5WaVYVVpds0atna0l1rutu6cRp7lOk06rntZnw7Dxtsm2qbcZsOXYBtuutm22fWFnYhdnt8Wuw+6TvZN9un2N/T0HDYfZDqsdWh1+c7RyFDpWOt6azpzuP33F9JbpL2dYzxDP2DPjthPLKcRpnVOb00dnF2e5c4PziIuJS4LLLpc+Lpsbxt3IveRKdPVxXeF60vWdm7Obwu2o26/uNu5p7ofcn8w0nymeWTNz0MPIQ+BR5dE/C5+VMGvfrH5PQ0+BZ7XnIy9jL5FXrdewt6V3qvdh7xc+9j5yn+M+4zw33jLeWV/MN8C3yLfLT8Nvnl+F30N/I/9k/3r/0QCngCUBZwOJgUGBWwL7+Hp8Ib+OPzrbZfay2e1BjKC5QRVBj4KtguXBrSFoyOyQrSH355jOkc5pDoVQfujW0Adh5mGLw34MJ4WHhVeGP45wiFga0TGXNXfR3ENz30T6RJZE3ptnMU85ry1KNSo+qi5qPNo3ujS6P8YuZlnM1VidWElsSxw5LiquNm5svt/87fOH4p3iC+N7F5gvyF1weaHOwvSFpxapLhIsOpZATIhOOJTwQRAqqBaMJfITdyWOCnnCHcJnIi/RNtGI2ENcKh5O8kgqTXqS7JG8NXkkxTOlLOW5hCepkLxMDUzdmzqeFpp2IG0yPTq9MYOSkZBxQqohTZO2Z+pn5mZ2y6xlhbL+xW6Lty8elQfJa7OQrAVZLQq2QqboVFoo1yoHsmdlV2a/zYnKOZarnivN7cyzytuQN5zvn//tEsIS4ZK2pYZLVy0dWOa9rGo5sjxxedsK4xUFK4ZWBqw8uIq2Km3VT6vtV5eufr0mek1rgV7ByoLBtQFr6wtVCuWFfevc1+1dT1gvWd+1YfqGnRs+FYmKrhTbF5cVf9go3HjlG4dvyr+Z3JS0qavEuWTPZtJm6ebeLZ5bDpaql+aXDm4N2dq0Dd9WtO319kXbL5fNKNu7g7ZDuaO/PLi8ZafJzs07P1SkVPRU+lQ27tLdtWHX+G7R7ht7vPY07NXbW7z3/T7JvttVAVVN1WbVZftJ+7P3P66Jqun4lvttXa1ObXHtxwPSA/0HIw6217nU1R3SPVRSj9Yr60cOxx++/p3vdy0NNg1VjZzG4iNwRHnk6fcJ3/ceDTradox7rOEH0x92HWcdL2pCmvKaRptTmvtbYlu6T8w+0dbq3nr8R9sfD5w0PFl5SvNUyWna6YLTk2fyz4ydlZ19fi753GDborZ752PO32oPb++6EHTh0kX/i+c7vDvOXPK4dPKy2+UTV7hXmq86X23qdOo8/pPTT8e7nLuarrlca7nuer21e2b36RueN87d9L158Rb/1tWeOT3dvfN6b/fF9/XfFt1+cif9zsu72Xcn7q28T7xf9EDtQdlD3YfVP1v+3Njv3H9qwHeg89HcR/cGhYPP/pH1jw9DBY+Zj8uGDYbrnjg+OTniP3L96fynQ89kzyaeF/6i/suuFxYvfvjV69fO0ZjRoZfyl5O/bXyl/erA6xmv28bCxh6+yXgzMV70VvvtwXfcdx3vo98PT+R8IH8o/2j5sfVT0Kf7kxmTk/8EA5jz/GMzLdsAAAAgY0hSTQAAeiUAAICDAAD5/wAAgOkAAHUwAADqYAAAOpgAABdvkl/FRgAAAFpJREFUeNqMzzEKgGAMg9EeRhwEBSfvvzg5eAlBdPEGz6U/iIhaKJTyJSSByG0xY0Nz+QeiHB12HOjvUAHrdPEEXMHR9yyBCusfx1Jky4zDGxjZdEpBewfPAQB5weeCp5OjNgAAAABJRU5ErkJggg==) center no-repeat;
        }

        .ui-datepicker-header a.ui-datepicker-next {
            right: 0;
            background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAHCAYAAAAxrNxjAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6ODNBMDk3ODNFRUQ4MTFFMkI1QTlBRTgyMjQxQ0U0NzEiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6ODNBMDk3ODRFRUQ4MTFFMkI1QTlBRTgyMjQxQ0U0NzEiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo4M0EwOTc4MUVFRDgxMUUyQjVBOUFFODIyNDFDRTQ3MSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo4M0EwOTc4MkVFRDgxMUUyQjVBOUFFODIyNDFDRTQ3MSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pv2x/5EAAABZSURBVHjaYvj//z8DGtYC4ldAfAGIdWHiDFgUgrAhEH8A4tdArAcSYwSrxg1Akq+B2Aak8CmQIcWAHxwnxsSXIBNxudEc6sZXMA9hU6QLVXAGGgJgcYAAAwCrw48pVvch+wAAAABJRU5ErkJggg==) center no-repeat;
        }

.ui-datepicker-title {
    position: relative;
    z-index: 0;
    line-height: 26px;
    font-weight: bold;
    text-transform: uppercase;
}

.ui-datepicker-calendar th {
    background-color: #eee;
}

.ui-datepicker-calendar th,
.ui-datepicker-calendar td {
    width: 14.285%;
    border: 1px solid #ccc;
}

    .ui-datepicker-calendar th span,
    .ui-datepicker-calendar td a {
        display: block;
        min-height: 26px;
        line-height: 26px;
        color: black !important;
    }

        .ui-datepicker-calendar td a:hover {
            background-color: #eee;
            box-shadow: inset 0 0 1px #fff;
        }

.attribute-squares li {
    position: relative;
    display: inline-block;
    padding-right: 19px;
    vertical-align: top;
}

.attribute-squares .attribute-square-container {
    position: relative;
    display: inline-block;
    border: solid 1px #000;
    padding: px;
    margin-bottom: 5px;
}

.attribute-squares .selected-value .attribute-square-container {
    border: 1px solid #075899;
    padding: 0;
}

.attribute-squares .attribute-square {
    display: inline-block;
    width: 40px;
    height: 40px;
}

.attribute-squares label {
    position: relative;
    cursor: pointer;
    width: 28px;
}

.attribute-squares input {
    position: absolute;
    z-index: -10000;
    height: 0;
    overflow: hidden;
}

.attribute-squares .tooltip-container,
.attribute-squares .tooltip-header {
    display: none !important;
}

.tier-prices {
    margin: 20px 0;
    text-align: center;
}

    .tier-prices .prices-header {
        background: #000;
        padding: 3px;
        color: #fff;
    }

    .tier-prices table {
        text-align: center;
        background: #e6e6e6;
    }

    .tier-prices td {
        border-bottom: solid 1px #d6d6d6;
        padding: 3px;
    }

.size-charts {
    margin-bottom: 20px;
}

    .size-charts li {
        margin: 5px 0;
    }

    .size-charts a {
        display: block;
        padding: 3px 0 2px 25px;
    }

        .size-charts a.sizeConversion {
            background: url('../Images/size_chart.gif') no-repeat;
        }

        .size-charts a.itemMeasure {
            background: url('../Images/item_measure.gif') no-repeat;
        }

        .size-charts a.sizeConversion,
        .size-charts a.itemMeasure {
            background-position: left center;
            cursor: pointer;
        }

.customer-entered-price {
    margin-bottom: 20px;
    border-radius: 3px;
    background: #f6f6f6;
    padding: 8px;
    font-size: 11px;
}

    .customer-entered-price .price-input {
        margin-bottom: 5px;
    }

        .customer-entered-price .price-input input {
            width: 30px;
        }

    .customer-entered-price .price-range {
        font-weight: bold;
    }

.add-to-cart {
    margin-bottom: 20px;
}

.min-qty-notification {
    margin-bottom: 10px;
}

.add-to-cart-panel {
    overflow: hidden;
}

    .add-to-cart-panel > * {
        float: left;
        margin: 0 0 0 5px;
    }

.view-more .add-to-cart-panel {
    overflow: hidden;
    width: 125px;
    margin: auto;
}

.product-collateral .view-more .add-to-cart-panel {
    overflow: hidden;
    width: auto !important;
    margin: auto;
}


.add-to-cart-panel > *:first-child {
    margin-left: 0;
}

.add-to-cart-panel .qty-label {
    line-height: 28px;
}

.add-to-cart-panel .qty-input {
    width: 30px;
}

.add-to-cart-panel button {
    min-width: 120px;
}

.links-list {
    float: right;
    width: 200px;
    overflow: hidden;
    display: none;
}

    .links-list .view-more-options {
        display: none;
        font-weight: bold;
        margin-bottom: 8px;
    }

    .links-list ul {
        margin: 0 0 0 15px;
        list-style-image: url('../Images/listarrow.gif');
    }

    .links-list li a {
    }

.share-links {
    margin-bottom: 20px;
    overflow: hidden;
}

    .share-links .product-share-button {
        display: inline-block;
    }

.tell-a-friend-link {
    float: left;
    margin: 0 20px 0 0;
    background: url('../Images/tellfriend-on.gif') no-repeat scroll 0 0 transparent;
}

.share-link {
    float: left;
    background: url('../Images/share-on.gif') no-repeat scroll 0 0 transparent;
    cursor: pointer;
}

    .tell-a-friend-link:hover img,
    .share-link:hover img {
        visibility: hidden;
    }

.compare-products,
.email-a-friend {
    margin-top: 10px;
}

.product-variant-list {
    clear: both;
    margin-bottom: 15px;
}

.product-variant-line {
    margin-bottom: 20px;
    border-top: 1px dotted #999;
    padding: 20px 0;
    overflow: hidden;
}

    .product-variant-line .variant-picture {
        float: left;
        width: 240px;
        margin-bottom: 15px;
    }

        .product-variant-line .variant-picture img {
            max-width: 100%;
        }

    .product-variant-line .variant-overview {
        float: right;
        width: 680px;
        padding: 10px 15px;
    }

    .product-variant-line .variant-name {
        font-size: 16px;
        font-weight: bold;
    }

    .product-variant-line .variant-description {
        margin-bottom: 20px;
        color: #666;
    }

    .product-variant-line .stock {
        margin-bottom: 10px;
    }

.back-in-stock-subscription {
    margin: 0 0 10px;
}

.variant-overview .prices {
    margin: 0 0 10px;
}

.product-variant-list .prices .tax-shipping-info {
    text-align: left;
}

.product-variant-line .error {
    font-weight: bold;
    color: #c00;
}

.giftcard {
    margin: 20px 0;
    background: #f6f6f6;
    padding: 10px;
    clear: both;
}

    .giftcard div {
        margin: 5px 0;
    }

    .giftcard label {
        float: left;
        width: 120px;
        font-size: 11px;
        line-height: 24px;
        margin: 0 10px 0 0;
    }

    .giftcard input {
        width: 200px;
        padding: 3px;
    }

    .giftcard textarea {
        width: 250px;
        height: 120px;
        resize: none;
    }


/********** DEFAULT ZOOM (SLIM BOX) & AJAX LOADER **********/



#lbOverlay {
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    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('../Images/loading.gif') no-repeat center;
}

#lbImage {
    position: absolute;
    left: 0;
    top: 0;
    border: 10px solid #fff;
    background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
    display: block;
    position: absolute;
    top: 0;
    width: 50%;
    outline: none;
}

#lbPrevLink {
    left: 0;
}

    #lbPrevLink:hover {
        background: transparent url('../Images/prevlabel.gif') no-repeat 0 15%;
    }

#lbNextLink {
    right: 0;
}

    #lbNextLink:hover {
        background: transparent url('../Images/nextlabel.gif') no-repeat 100% 15%;
    }

#lbBottom {
    font-size: 10px;
    color: #666;
    line-height: 1.4em;
    text-align: left;
    border: 10px solid #fff;
    border-top-style: none;
}

#lbCloseLink {
    display: block;
    float: right;
    width: 66px;
    height: 22px;
    background: transparent url('../Images/closelabel.gif') no-repeat center;
    margin: 5px 0;
    outline: none;
}

#lbCaption, #lbNumber {
    margin-right: 70px;
}

#lbCaption {
    font-weight: bold;
}

.ajax-loading-block-window {
    position: fixed;
    z-index: 1104;
    top: 50%;
    left: 50%;
    width: 128px;
    height: 128px;
    overflow: hidden;
}

    .ajax-loading-block-window .loading-image {
        position: absolute;
        top: 0;
        left: 0;
        width: 128px;
        height: 128px;
        background-image: url('../Images/ajax_loader_large.gif');
    }

#fancybox-wrap {
    z-index: 10010 !important;
}


/********** PRODUCT REVIEWS **********/



.product-reviews-page .page-title {
    border: none;
}

    .product-reviews-page .page-title a {
        display: block;
        font-size: 16px;
        color: #666;
        text-decoration: underline;
    }

        .product-reviews-page .page-title a:hover {
            color: #000;
        }

.product-reviews-page .title {
    font-size: 15px;
}

.write-review {
    margin-bottom: 20px;
}

    .write-review .form-fields {
        margin-bottom: 15px;
        background: #ececec;
        padding: 15px;
    }

    .write-review .inputs {
        margin-bottom: 10px;
        overflow: hidden;
    }

    .write-review label {
        float: left;
        width: 255px;
        text-align: right;
        margin-right: 10px;
        line-height: 30px;
    }

.ui-tabs .write-review label {
    width: auto;
}

.write-review .review-title {
    width: 350px;
}

.write-review .review-text {
    width: 350px;
    height: 150px;
}

.write-review .review-rating {
    overflow: hidden;
    margin: 10px 0;
}

    .write-review .review-rating ul {
        position: relative;
        float: left;
        width: 350px;
        margin-left: 5px;
    }

    .write-review .review-rating li {
        text-align: center;
        line-height: 30px;
    }

        .write-review .review-rating li.first {
            position: absolute;
            top: 0;
            left: 0;
            font-weight: bold;
        }

        .write-review .review-rating li.last {
            position: absolute;
            top: 0;
            right: 0;
            font-weight: bold;
        }

.write-review .buttons {
    text-align: center;
}

.product-review-item {
    margin: 10px 0;
    border: 1px dotted #ccc;
    padding: 15px;
}

.review-item-head {
    overflow: hidden;
    margin: 0 0 10px;
}

    .review-item-head .review-title {
        float: left;
    }

    .review-item-head .product-review-box {
        float: right;
        margin: 0;
    }

.product-review-box {
    height: 16px;
}

    .product-review-box .rating {
        height: 16px;
        width: 80px;
        background: url('../Images/star-x-inactive.png') 0 0 repeat-x;
    }

        .product-review-box .rating div {
            height: 16px;
            background: url('../Images/star-x-active.png') 0 0 repeat-x;
        }

.review-text {
    margin-bottom: 15px;
}

.review-info {
    margin-bottom: 5px;
}

    .review-info .separator {
        margin: 0 2px;
    }

.product-review-helpfulness {
    font-size: 11px;
    color: #333;
}

    .product-review-helpfulness .vote {
        color: #666;
        font-weight: bold;
        text-decoration: underline;
        cursor: pointer;
    }

        .product-review-helpfulness .vote:hover {
            color: #000;
        }

.product-review-item .reply-header {
    margin: 20px 0 10px;
    font-weight: bold;
}


/********** WISHLIST, COMPARE LIST, EMAIL A FRIEND **********/



.wishlist-page .share-info {
    margin-top: 10px;
    text-align: right;
}

    .wishlist-page .share-info > * {
        display: block;
        text-align: center;
    }

.wishlist-page .share-link {
    float: none;
    background: none;
    text-decoration: underline;
}

.email-a-friend-page .form-fields {
    margin-bottom: 10px;
    background: #ececec;
    padding: 15px;
}

.email-a-friend-page .inputs {
    position: relative;
    display: inline-block;
    overflow: hidden;
    margin-bottom: 10px;
}

    .email-a-friend-page .inputs .required {
        position: absolute;
        top: 10px;
        right: 0;
    }

    .email-a-friend-page .inputs label {
        display: inline-block;
        width: 160px;
        margin-right: 10px;
        text-align: right;
    }

.email-a-friend-page input[type='text'] {
    width: 350px;
}

.email-a-friend-page textarea {
    height: 150px;
    width: 350px;
}

.email-a-friend-page .buttons {
    text-align: right;
}


/********** REGISTRATION & LOGIN **********/



.registration-page .page-body {
    overflow: hidden;
}

.left-side {
    float: left;
    width: 500px;
    margin-bottom: 15px;
}

.right-side {
    float: right;
    margin-bottom: 15px;
}

.fieldset {
    background: #ececec;
    margin-bottom: 15px;
    padding: 15px;
    font-size: 15px;
}

    .fieldset .title {
        margin-bottom: 15px;
        font-weight: bold;
        font-size: 16px;
        text-transform: uppercase;
    }

.registration-page .inputs label,
.login-page .inputs label {
    display: inline-block;
    width: 130px;
}

.registration-page input[type='text'],
.registration-page input[type='password'],
.login-page input[type='text'],
.login-page input[type='password'] {
    width: 240px;
    font-size: 14px;
}

.registration-page .inputs textarea {
    margin: 0;
    width: 240px;
    height: 100px;
    font-size: 14px;
}

.validation-summary-errors, .field-validation-error {
    color: #c00;
    display: block;
}

.registration-page .field-validation-error {
    display: block;
    margin-top: 5px !important;
}

.registration-page .externalauthentication {
    margin: 15px 0 0;
}

    .registration-page .externalauthentication .title {
        display: none;
    }

#check-availability-button {
    float: right;
    margin: 5px 70px 0 0;
    border: none;
    box-shadow: none;
    background: none;
    color: #000;
    text-transform: none;
}

    #check-availability-button:hover {
        text-decoration: underline;
    }

.email-to-revalidate,
.email-to-revalidate-note {
    display: inline-block;
    vertical-align: middle;
    line-height: 28px;
}

.accept-privacy-policy {
    float: right;
    line-height: 28px;
}

    .accept-privacy-policy .read {
        font-weight: bold;
        text-decoration: underline;
    }

.registration-result-page .result {
    font-size: 15px;
    margin-bottom: 10px;
}

.password-recovery-page-custom {
}

.login-page .page-body {
    position: relative;
}

.login-page .title {
    margin-bottom: 15px;
    font-weight: bold;
    font-size: 16px;
    text-transform: uppercase;
}

.login-page .buttons {
    text-align: right;
}

.login-page .returning-wrapper {
    float: left;
    margin-bottom: 20px;
    background: #ececec;
    padding: 15px;
    width: 435px;
}

.login-page .inputs.reversed {
    padding: 0 0 0 140px;
}

    .login-page .inputs.reversed label {
        width: auto;
        margin-right: 10px;
        cursor: pointer;
        text-align: left;
    }

.login-page .forgotten-wrapper {
    float: right;
    width: 435px;
    min-height: 184px;
    background: #ececec;
    padding: 15px;
}

    .login-page .forgotten-wrapper .text {
        margin-bottom: 10px;
    }

.login-page .new-wrapper {
    clear: both;
    overflow: hidden;
    background: #ececec;
    padding: 15px;
}

    .login-page .new-wrapper .title {
        float: left;
        margin: 0;
    }

    .login-page .new-wrapper .buttons {
        float: right;
    }

.login-page .externalauthentication {
    overflow: hidden;
    position: absolute;
    top: 167px;
    left: 225px;
}

    .login-page .externalauthentication .title {
        display: none;
    }

.login-page .returning-wrapper .inputs span.field-validation-error {
    text-align: center;
    margin-top: 10px;
    width: 100%;
}


fieldset.facebook-login-block {
    border: 0;
    margin: 0 !important;
}

    fieldset.facebook-login-block legend {
        display: none;
    }

    fieldset.facebook-login-block a {
        margin: 0 !important;
    }

.forgot-password a {
    display: inline-block;
    line-height: 28px;
    color: black;
}

.checkout-as-guest-or-register-block .text {
    clear: both;
}


/********** TOPIC, TAGS, NEWSLETTER **********/



.topic-block {
    margin-bottom: 20px;
}

.topic-block-title {
    margin-bottom: 10px;
}

.topic-html-content-body {
    text-align: justify;
    color: #666;
}

.topic-block p {
    margin-bottom: 5px;
}

.topic-block a {
    text-decoration: underline;
    color: #000;
}

.product-tags-all-page li {
    display: inline;
}

    .product-tags-all-page li a {
        margin-right: 5px;
    }

.newsletter {
    background: #ececec;
    position: relative;
}

    .newsletter .title {
        margin: 0;
    }

    .newsletter .listbox {
        padding: 15px;
    }

    .newsletter input[type='text'] {
        width: 220px;
        border-radius: 3px;
        border: 1px solid #333;
        padding: 5px;
        font-size: 15px;
        color: #666;
    }

    .newsletter .newsletter-email {
        margin-bottom: 10px;
        padding: 20px 10px;
    }

.popup-window .topic-page {
    padding: 15px;
}

.newsletter-email .options {
    overflow: hidden;
}

    .newsletter-email .options span {
        margin: 0 10px 0 0;
    }

    .newsletter-email .options label {
        display: inline-block;
        height: 30px;
        line-height: 30px;
    }

.newsletter-result {
    margin: 0 0 0 10px;
    padding: 10px 0;
}

/********** BLOG & NEWS **********/

.news-list-homepage .view-all {
    position: inherit;
    margin: 10px 0 0 0;
}

.blog-page .post {
    border-bottom: 1px dotted #999;
    margin: 20px 0;
    padding-bottom: 10px;
}

.post-head,
.news-head {
    margin-bottom: 10px;
}

.post-title,
.news-title {
    margin-right: 5px;
    font-size: 16px;
    text-decoration: underline;
}

    .post-title:hover,
    .news-title:hover {
        color: #666;
    }

.post-date,
.news-date {
    color: #9a9a9a;
    font-style: italic;
}

.post-body,
.news-body,
.news-details {
    margin: 10px 0;
}

.blog-page .tags,
.blogpost-page .tags {
    margin: 10px 0;
}

    .blog-page .tags ul,
    .blogpost-page .tags ul {
        overflow: hidden;
    }

    .blog-page .tags li,
    .blogpost-page .tags li {
        float: left;
        margin-right: 5px;
    }

    .blog-page .tags a,
    .blogpost-page .tags a {
        color: #999;
        text-decoration: underline;
    }

        .blog-page .tags a:hover,
        .blogpost-page .tags a:hover {
            color: #000;
        }

.new-comment {
    margin: 20px 0;
    border-bottom: 1px solid #999;
    padding: 15px;
}

    .new-comment .title {
        font-weight: bold;
        text-transform: uppercase;
    }

    .new-comment .inputs {
        margin-bottom: 15px;
    }

    .new-comment input[type='text'] {
        width: 300px;
    }

    .new-comment textarea {
        width: 696px;
        height: 150px;
    }

    .new-comment .buttons {
        text-align: right;
    }

.comment-list .title {
    margin-bottom: 10px;
}

.blog-comment, .news-comment {
    margin-bottom: 10px;
    border-bottom: 1px dotted #999;
    overflow: hidden;
    padding-bottom: 10px;
}

    .blog-comment .comment-info,
    .news-comment .comment-info {
        float: left;
        width: 100px;
    }

    .blog-comment .username,
    .news-comment .username {
        display: block;
        font-weight: bold;
    }

    .blog-comment .avatar,
    .news-comment .avatar {
        margin: 5px 0;
        overflow: hidden;
    }

        .blog-comment .avatar img,
        .news-comment .avatar img {
            border: 2px solid #ccd6e0;
        }

    .blog-comment .comment-content,
    .news-comment .comment-content {
        margin-left: 120px;
    }

    .blog-comment .comment-time,
    .news-comment .comment-time {
        margin-bottom: 10px;
        font-size: 11px;
        color: #666;
    }

        .blog-comment .comment-time .stat-value,
        .news-comment .comment-time .stat-value {
            margin-left: 5px;
            font-weight: bold;
            color: #000;
        }

.news-list-page {
    margin-bottom: 15px;
    padding-bottom: 5px;
    padding-left: 0;
}

    .news-list-page .news-item {
        margin-bottom: 10px;
        border-bottom: 1px dotted #999;
        overflow: hidden;
        padding-bottom: 10px;
    }

    .news-list-page .read-more {
        float: right;
        font-weight: bold;
    }

.news-item-page .result {
    margin-bottom: 10px;
    font-size: 10px;
    font-weight: bold;
    color: #c00;
}

.news-comment .comment-title {
    background: #f6f6f6;
    padding: 5px 8px;
}

/********** SEARCH & CONTACT **********/

.basic-search,
.advanced-search {
    border-bottom: 1px dotted #999;
    background: #ececec;
    padding: 15px;
}

    .basic-search input[type='text'] {
        width: 300px;
    }

.search-input .inputs {
    margin-bottom: 10px;
}

.search-input .basic-search .inputs:last-child,
.search-input .advanced-search .inputs:last-child {
    margin: 0;
}

.search-input .inputs label {
    display: inline-block;
    min-width: 90px;
    margin: 0 10px 0 0;
}

.search-input input[type='checkbox'] {
    margin: 7px 5px 0 0;
}

.search-input .inputs.reversed {
    text-align: center;
}

    .search-input .inputs.reversed * {
        display: inline;
        width: auto;
    }

.search-input select {
    max-width: 312px;
    padding: 2px;
}

.search-input .price-range {
    display: inline-block;
}

    .search-input .price-range input[type='text'] {
        width: 50px;
        margin: 0 5px;
    }

.search-input .buttons {
    margin-top: 15px;
    text-align: right;
}

.search-results {
    margin-top: 15px;
}

    .search-results .product-list {
        border-top: 1px dotted #999;
        padding-top: 20px;
    }

.contact-page .form-fields {
    margin-bottom: 15px;
    background: #f6f6f6;
    padding: 15px;
}

.contact-page .inputs {
    overflow: hidden;
    margin-bottom: 10px;
}

.contact-page label {
    float: left;
    width: 80px;
    line-height: 30px;
}

.contact-page input[type='text'] {
    width: 250px;
}

.contact-page textarea {
    width: 350px;
    height: 150px;
}

.contact-page .field-validation-error {
    line-height: 30px;
}

.contact-page .buttons {
    text-align: right;
}


/********** ACCOUNT PAGES **********/



.block-account-navigation li {
    margin-bottom: 10px;
}

.account-page .fieldset {
    font-size: 14px;
}

.customer-info-page .fieldset {
    border-bottom: 1px dotted #999;
    background: none;
    padding: 0 0 15px;
}

    .customer-info-page .fieldset .title {
        font-size: 14px;
    }

.account-page input[type='text'],
.account-page input[type='password'] {
    width: 250px;
    font-size: 13px;
}

.account-page select {
    min-width: 60px;
    margin: 0 15px 0 0;
    font-size: 13px;
    max-width: 250px;
}

.account-page textarea {
    width: 300px;
    height: 150px;
    vertical-align: top;
}

.account-page #check-availability-button {
    margin: 0;
    font-size: 12px;
}

.account-page .button-2 {
    margin-left: 3px;
    font-weight: normal;
    text-transform: none;
}

.section {
    margin-bottom: 15px;
    border-bottom: 1px dotted #999;
    overflow: hidden;
    padding: 0 0 15px;
}

    .section .title {
        margin-bottom: 15px;
        font-size: 14px;
        font-weight: bold;
        text-transform: uppercase;
    }

    .section li + .title {
        margin-top: 15px;
    }

.account-page .edit-address {
    margin-bottom: 20px;
    background: #ececec;
    padding: 15px;
}

.account-page .info {
    /*float: left;*/
}

.account-page .buttons {
    float: right;
}

.account-page .add-button {
    text-align: right;
}

.back-in-stock-subscription-list-page .description {
    margin-bottom: 10px;
}

.reward-points-overview,
.reward-points-history .title {
    margin: 0 0 10px;
}

.terms-of-agreement {
    padding: 0 0 20px 0;
    line-height: 20px;
}

.vendorinfo-page .vendor-picture {
    margin-top: 15px;
    float: none !important;
    clear: both;
}

    .vendorinfo-page .vendor-picture > * {
        display: inline-block;
        vertical-align: middle;
    }



/********** SHOPPING CART & CHECKOUT **********/



.order-progress {
    height: 40px;
    background: #fff;
    padding: 15px 0;
    text-align: center;
}

    .order-progress li {
        display: inline-block;
        padding: 0 20px;
    }

    .order-progress .active-step a {
        background: url('../Images/progress-step-active.gif') no-repeat scroll 50% 50% transparent;
        color: #6A6A6A;
        padding-bottom: 40px;
    }

    .order-progress .inactive-step a {
        background: url('../Images/progress-step-inactive.gif') no-repeat scroll 50% 50% transparent;
        color: #D7D7D7;
        padding-bottom: 40px;
    }

    .order-progress a:hover {
        text-decoration: none;
    }

.order-summary-content .buttons {
    margin-bottom: 20px;
    overflow: hidden;
}

    .order-summary-content .buttons > div {
        text-align: center;
    }

.common-buttons * {
    margin: 0 0 0 3px;
    font-size: 12px;
}

.order-summary-content .checkout-attributes {
    margin-top: 10px;
}

    .order-summary-content .checkout-attributes dt {
        margin: 10px 0;
    }

.order-summary-content .attribute-squares input {
    top: 2px;
    left: 5px;
}

.order-summary-content .order-details-table {
    width: 100%;
}

.order-summary-content .product-picture {
    min-width: 80px;
}

.cart-footer {
    overflow: hidden;
}

.cart-collaterals.AddInfo {
    width: 33%;
    margin-left: 31%;
}

    .cart-collaterals.AddInfo .shipping {
        width: 100%;
    }

        .cart-collaterals.AddInfo .shipping .estimate-shipping {
            width: 100%;
        }
    .cart-collaterals.AddInfo .estimate-shipping .inputs {
        width: 100%;
        display: flex;
    }
    .cart-collaterals.AddInfo .estimate-shipping label {
        width: 40%;
    }

    .cart-collaterals.AddInfo .shipping .estimate-shipping input[type='text'] {
        width: 57%;
        float: right;
    }

.cart-collaterals.EstiShipp .shipping {
    width: 100%;
}

    .cart-collaterals.EstiShipp .shipping .estimate-shipping {
        width: 100%;
    }
.cart-collaterals.EstiShipp .estimate-shipping .inputs { width:100%; display:flex;}
.cart-collaterals.EstiShipp .estimate-shipping label { width:40%;}
.cart-collaterals.EstiShipp .shipping .estimate-shipping select {width: 60%; }
.cart-collaterals.EstiShipp .shipping .estimate-shipping input[type='text'] { width: 60%; }

.cart-collaterals.EstiShipp {
    width: 33%;
}

    .cart-collaterals.EstiShipp td.cart-total-left, .cart-collaterals.EstiShipp .cart-total-left-below {
        width: auto;
    }

.CheckoutAttr {
    display: inline-block;
}

.cart-collaterals {
    float: right;
    width: 590px;
}

    .cart-collaterals .deals {
        float: left;
    }

        .cart-collaterals .deals input[type='text'] {
            width: 150px;
        }

.method-list .method-name {
    overflow: hidden;
}

    .method-list .method-name > * {
        float: left;
    }

    .method-list .method-name .payment-details {
        margin: 0px 0 0 10px;
        line-height: 20px;
    }

.method-name .payment-logo label {
    display: block;
}

.coupon-code {
    overflow: hidden;
    margin: 5px 0 0;
}

    .coupon-code > * {
        float: left;
    }

    .coupon-code input[type=submit] {
        margin: 0 0 0 5px;
    }

    .coupon-code input[type=text] {
        padding: 4px;
    }

.cart-collaterals .shipping {
    float: right;
    width: 290px;
}

.coupon-box, .giftcard-box, .estimate-shipping {
    margin-bottom: 10px;
    border: 1px dotted #d6d6d6;
    background: #f6f6f6;
    padding: 10px;
    font-size: 11px;
    color: #555;
    inline-size: max-content;
}

.cart-collaterals .title {
    margin-bottom: 5px;
    font-size: 12px;
    color: #000;
}

.cart-collaterals .button-2 {
    font-size: 11px;
    font-weight: normal;
    text-transform: none;
}

.remove-discount-button,
.remove-gift-card-button {
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url('../Images/ico-delete.gif') no-repeat;
    border: 0;
    cursor: pointer;
}

    .remove-discount-button:hover,
    .remove-gift-card-button:hover {
        opacity: 0.8;
    }

.cart-collaterals .message-error {
    margin: 5px 0 0;
}

.estimate-shipping .shipping-options,
.shipping-results {
    margin-top: 10px;
    border: 1px dotted #d6d6d6;
    background: #fff;
    padding: 10px;
}

.estimate-shipping .inputs {
    overflow: hidden;
    margin-bottom: 5px;
}

.estimate-shipping label {
    display: inline-block;
    min-width: 95px;
    margin: 0 10px 0 0;
    font-weight: bold;
}

.estimate-shipping .required {
    position: absolute;
}

.estimate-shipping select {
    width: 141px;
}

.estimate-shipping input[type='text'] {
    width: 129px;
}

.estimate-shipping select,
.estimate-shipping input[type='text'] {
    margin: 0 !important;
}

.estimate-shipping-button {
    margin-right: 0;
}

.estimate-shipping .button-2 {
    float: right;
    margin-top: 5px;
}

.shipping-results {
    padding: 0 10px;
}

    .shipping-results li {
        margin: 10px 0;
    }

    .shipping-results strong {
        display: block;
        margin-bottom: 5px;
        color: #000;
    }

.totals {
    float: right;
    /*width: 330px;*/
    width: 367px;
}

.total-info {
    margin-bottom: 15px;
    font-size: 12px;
}

.cart-total td {
    padding: 5px;
    text-align: right;
}

td.cart-total-left,
.cart-total-left-below {
    width: 100%;
    padding-right: 15px;
    font-weight: bold;
}

td.cart-total-right {
    border-left: 1px dotted #999;
    padding-left: 15px;
}

.cart-total strong {
    font-size: 16px;
    color: #c00;
}

.shopping-cart-page .addon-buttons {
    text-align: right;
}

.shopping-cart-page .selected-checkout-attributes {
    text-align: center;
}

.shopping-cart-page .tax-shipping-info {
    margin: 10px 0;
    text-align: center;
}

.cross-sells {
    margin: 25px 0 0;
}

    .cross-sells .title {
        margin-bottom: 15px;
        border-bottom: 1px solid #999;
        overflow: hidden;
        padding: 0 0 5px;
        font-size: 20px;
    }

        .cross-sells .title strong {
            font-weight: normal;
        }

.checkout-buttons {
    text-align: right;
    margin: 10px 0;
}

.checkout-data {
    font-size: 11px;
    color: #555;
}

.address-grid {
    overflow: hidden;
    margin-bottom: 15px;
    background: #ececec;
    padding: 15px;
}

    .address-grid .address-item {
        float: left;
        width: 200px;
        margin: 0 10px 10px 0;
        border: 1px solid #d6d6d6;
        background: #fff;
        padding: 10px 5px;
        position: relative;
    }

    .address-grid .select-button {
        text-align: center;
    }

    .address-grid .address-box {
        margin: 10px;
    }

        .address-grid .address-box li:first-child {
            margin-bottom: 5px;
            font-size: 12px;
            color: #000;
        }

.checkout-page .edit-address {
    margin-bottom: 15px;
}

    .checkout-page .edit-address .inputs {
        margin: 10px 0;
    }

    .checkout-page .edit-address label {
        display: inline-block;
        width: 100px;
        font-weight: bold;
    }

    .checkout-page .edit-address input {
        width: 300px;
        padding: 5px;
    }

    .checkout-page .edit-address select {
        width: 310px;
        padding: 5px 2px;
    }


.checkout-page .enter-address .buttons {
    text-align: left;
}

.order-summary-body {
    overflow: visible;
}

    .order-summary-body .totals {
        color: #000;
    }

.checkout-page .shipping-method,
.checkout-page .payment-method {
    margin-bottom: 15px;
}

.checkout-page .pickup-in-store {
    margin-bottom: 0;
}

    .checkout-page .pickup-in-store ~ .shipping-addresses {
        /*margin-top: 25px;*/
    }

    .checkout-page .pickup-in-store .description {
        margin-top: 10px;
    }

.checkout-page .pickup-points {
    margin-top: 25px;
}

.checkout-page .select-pickup-point {
    margin-bottom: 25px;
}

.checkout-page .pickup-points .pickup-points-map {
    height: 300px;
    margin-bottom: 0;
}

.checkout-page .method-list {
    margin-bottom: 15px;
    background: #ececec;
    padding: 5px 10px;
}

    .checkout-page .method-list li {
        margin: 10px 0;
    }

.checkout-page .method-name {
    margin-bottom: 5px;
    font-weight: 400;
    color: #000;
    text-align: left;
}

.checkout-page .method-description {
    margin-left: 15px;
    text-align: left;
}

.checkout-page .buttons {
    text-align: right;
}

.checkout-page .payment-info .info {
    margin-bottom: 15px;
    background: #ececec;
    padding: 10px;
}

    .checkout-page .payment-info .info p {
        margin: 5px 0;
    }
/*19-5 v */

.checkout-billing-area .billing-add-box select,
.checkout-billing-area .shipping-add-box select {
    max-width: 100%;
    width: 100%;
    /*-webkit-appearance: inherit;*/
    -moz-appearance: inherit;
}

.checkout-billing-area .billing-add-box .edit-address-button,
.checkout-billing-area .shipping-add-box .edit-address-button {
    margin-top: 5px;
}

.checkout-billing-area .shipping-method-box .section {
    border-bottom: none !important;
}

/*19-5 v */
.confirm-order {
    margin-bottom: 15px;
    background: #ececec;
    padding: 15px;
}

    .confirm-order .buttons {
        text-align: center;
    }

.section.confirm-order .min-order-warning,
.section.confirm-order .message-error {
    display: block;
    text-align: left;
}

.order-details-area,
.shipment-details-area,
.order-review-data {
    margin: 0 0 30px;
}

    .order-details-area:after,
    .shipment-details-area:after,
    .order-review-data:after {
        content: '';
        display: block;
        clear: both;
    }

    .order-review-data > div,
    .order-details-area > div,
    .shipment-details-area > div {
        margin-top: 30px;
    }

        .order-review-data > div:first-child,
        .order-details-area > div:first-child,
        .shipment-details-area > div:first-child {
            margin-top: 0;
        }

        .order-review-data > div > .title,
        .order-details-area > div > .title,
        .shipment-details-area > div > .title {
            margin: 0 0 5px;
            font-size: 14px;
        }

        .order-review-data > div li,
        .order-details-area > div li,
        .shipment-details-area > div li {
            margin-top: 0px;
            margin-bottom: 9px;
            font-size: 12px;
        }

    .order-details-area .side-list-wrap,
    .order-review-data .side-list-wrap {
        margin-top: 20px;
    }

        .order-details-area .side-list-wrap .title,
        .order-review-data .side-list-wrap .title {
            margin: 0 0 5px;
            font-size: 14px;
        }

.order-completed .details {
    margin-bottom: 15px;
    background: #ececec;
    padding: 10px;
}

    .order-completed .details li {
        margin: 5px 0;
    }

        .order-completed .details li:first-child {
            font-size: 12px;
            text-transform: uppercase;
        }

    .order-completed .details a {
        text-decoration: underline;
        color: #000;
        line-height: 20px;
    }

.use-reward-points {
    margin: 0 auto 15px;
}

.terms-of-service {
    margin: 0 0 10px;
    text-align: center;
}


/********** ONE-PAGE CHECKOUT **********/



.opc .active {
    margin-bottom: 20px;
}

.opc .step {
    border: 1px solid #ccc;
    background: #f6f6f6;
    padding: 15px;
}

.opc .step-title {
    overflow: hidden;
    background: #eee;
    padding: 5px 8px;
    text-align: left;
}

    .opc .step-title span {
        float: left;
        margin-right: 5px;
        border: 1px solid #fff;
        background: #fff;
        padding: 0 6px;
        font-size: 11px;
        line-height: 18px;
        font-weight: bold;
        color: #999;
    }

    .opc .step-title h2 {
        /* float: left; */
        font-size: 13px;
        line-height: 20px;
        font-weight: bold;
        color: #999;
        text-transform: capitalize;
    }

.opc .allow .step-title {
    border-bottom: 1px dotted #999;
    background: #ccc;
    color: #999;
    cursor: pointer;
}

    .opc .allow .step-title span {
        background: #ccc;
        color: #999;
    }

.opc .active .step-title {
    background: #999;
    cursor: default;
}

    .opc .active .step-title span {
        background: #84d215;
        color: #fff;
    }

    .opc .active .step-title h2 {
        color: #fff;
    }

.opc .buttons {
    overflow: hidden;
}

    .opc .buttons .back-link {
        margin-bottom: 10px;
    }

        .opc .buttons .back-link small {
            display: none;
        }

        .opc .buttons .back-link a {
            background: url('../Images/arrow-up.png') left center no-repeat;
            padding-left: 20px;
        }

    .opc .buttons.disabled button {
        display: none;
    }

    .opc .buttons .please-wait {
        height: 21px;
        line-height: 21px;
    }

.please-wait {
    margin-left: 5px;
    background: url('../Images/ajax_loader_small.gif') no-repeat;
    padding-left: 20px;
}


/********** ORDER DETAILS & RETURN REQUESTS **********/



.order-details-page .page-title {
    position: relative;
    height: 27px;
}

    .order-details-page .page-title a {
        position: absolute;
        top: 0;
        right: 0;
    }

    .order-details-page .page-title .pdf-order-button {
        right: 61px;
    }

    .order-details-page .page-title a:hover {
        text-decoration: none;
    }

.order-details-page .order-overview {
    margin-bottom: 15px;
    background: #ececec;
    padding: 10px;
}

.order-details-area {
    margin-bottom: 15px;
    border-bottom: 1px dotted #999;
    padding: 5px 10px 15px;
}

    .order-details-area tr {
        overflow: hidden;
    }

    .order-details-area td {
        float: left;
    }

    .order-details-area .side-list-wrap {
        margin-top: 20px;
    }

        .order-details-area .side-list-wrap .title {
            font-weight: 700;
        }

.order-details-page .actions {
    overflow: hidden;
    text-align: right;
}

    .order-details-page .actions .button-1 {
        float: right;
        margin-left: 5px;
    }

.order-notes .download a {
    font-weight: bold;
}

.return-request-page .inputs {
    overflow: hidden;
    margin: 10px 0;
}

    .return-request-page .inputs label {
        float: left;
        width: 120px;
        line-height: 28px;
    }

    .return-request-page .inputs select {
        width: 362px;
        padding: 4px;
    }

    .return-request-page .inputs textarea {
        width: 350px;
        height: 150px;
    }

.return-request-page .buttons {
    margin-bottom: 20px;
    text-align: right;
}

.shipment-overview {
    overflow: hidden;
    margin: 0 0 15px;
    font-size: 0;
}

    .shipment-overview ul {
        display: inline-block;
        margin: 0 .5% 15px;
        font-size: 12px;
        padding-bottom: 10px;
        width: 260px;
        text-align: left;
        min-height: 145px;
        vertical-align: middle;
    }


/********** FORUMS **********/



.forums-main-page .topic-block {
    border-bottom: 1px dotted #ccc;
}

.forums-main-page .topic-block-title {
    margin-bottom: 10px;
    background: none;
    padding: 0;
}

.forums-header:after {
    content: '.';
    display: block;
    clear: both;
    height: 0;
    font-size: 0;
    line-height: 0;
    visibility: hidden;
}

.current-time {
    float: left;
}

.forum-search-box {
    float: right;
}

.forums-table-section-title {
    overflow: hidden;
    margin-bottom: 10px;
}

    .forums-table-section-title > a,
    .forums-table-section-title strong {
        float: left;
        font-size: 16px;
    }

    .forums-table-section-title span {
        float: right;
    }

    .forums-table-section-title .view-all {
        margin-right: 10px;
        line-height: 24px;
    }

.forums-table-section {
    margin-bottom: 20px;
    background: #fff;
}

    .forums-table-section.topic-group.active-discussions {
        position: relative;
    }

    .forums-table-section table th {
        background: #000;
        padding: 3px 8px;
        text-align: left;
        color: #fff;
        font-weight: bold;
        white-space: nowrap;
    }

        .forums-table-section table th.latest-post {
            width: 120px;
        }

    .forums-table-section table td {
        border-bottom: 1px solid #d6d6d6;
        padding: 3px 8px;
    }

    .forums-table-section a {
        font-weight: bold;
    }

    .forums-table-section .link-rss {
        position: absolute;
        top: 0;
        right: 0;
    }

.view-all {
    position: relative;
    top: 5px;
}

.forums-table-section .image div {
    width: 32px;
    height: 32px;
    margin: auto;
    background: url('../Images/ico-forum.gif') center no-repeat;
}

    .forums-table-section .image div.annoucement {
        background: url('../Images/ico-forum-post.gif') center no-repeat;
    }

    .forums-table-section .image div.sticky {
        background: url('../Images/ico-forum-post-high.gif') center no-repeat;
    }

.forum-breadcrumb {
    /*float: left;
	max-width: 630px;*/;
}

.forum-page .pager.upper,
.forum-topic-page .pager.upper {
    display: none;
}

.forum-actions {
    margin: 0 0 15px;
    overflow: hidden;
}

div.forum-name h1, .topic-name h1 {
    font-size: 16px;
    font-weight: bold;
    text-transform: none;
}

.forum-info {
    margin: 0 0 10px;
}

.forum-actions .actions a {
    margin-right: 10px;
    padding-left: 20px;
    text-decoration: underline;
}

    .forum-actions .actions a:hover {
        text-decoration: none;
    }

.forum-actions .new-topic {
    background: url('../Images/ico-edit.gif') left center no-repeat;
}

.forum-actions .watch-forum {
    background: url('../Images/ico-forum-watch.gif') left center no-repeat;
}

.topic-name h1 {
    margin-bottom: 10px;
}

.manage-post {
    float: left;
    margin-bottom: 20px;
}

    .manage-post a {
        margin-right: 10px;
        padding-left: 20px;
        text-decoration: underline;
    }

        .manage-post a:hover {
            text-decoration: none;
        }

    .manage-post .edit-post-button,
    .edit-topic-button {
        background: url('../Images/ico-edit.gif') left center no-repeat;
    }

    .manage-post .delete-post-button,
    .delete-topic-button {
        background: url('../Images/ico-delete.gif') left center no-repeat;
    }

.manage .move-topic-link-button,
.move-topic-button {
    background: url('../Images/ico-move-topic.gif') left center no-repeat;
}

.topic-actions {
    text-align: right;
    margin-bottom: 20px;
}

    .topic-actions a {
        margin-left: 10px;
        padding-left: 20px;
        text-decoration: underline;
    }

        .topic-actions a:hover {
            text-decoration: none;
        }

    .topic-actions .reply-topic-button,
    .reply-topic-button {
        background: url('../Images/ico-edit.gif') left center no-repeat;
    }

    .topic-actions .watch-topic-button,
    .watch-topic-button {
        background: url('../Images/ico-forum-watch.gif') left center no-repeat;
    }

.topic-posts {
    clear: both;
}

.topic-post {
    border-bottom: 1px dotted #ccc;
    margin-bottom: 20px;
    overflow: hidden;
    padding: 5px 0 15px;
}

    .topic-post .post-info {
        float: left;
        width: 180px;
        border-right: 1px dotted #ccc;
    }

    .topic-post .user-info {
        padding-right: 10px;
    }

    .topic-post .manage-post {
        float: none;
        margin-bottom: 10px;
        border-top: 1px solid #999;
        border-bottom: 1px solid #999;
        background: #eee;
        padding: 5px 0;
    }

        .topic-post .manage-post a {
            margin: 0 5px;
            text-decoration: none;
        }

    .topic-post .username {
        display: block;
        margin-bottom: 5px;
        font-weight: bold;
        color: #000;
        text-decoration: underline;
    }

    .topic-post .avatar {
        margin-bottom: 10px;
    }

    .topic-post .user-stats {
        margin-bottom: 10px;
        font-size: 11px;
    }

        .topic-post .user-stats span {
            margin-left: 5px;
            color: #000;
        }

    .topic-post .post-content {
        margin-left: 200px;
    }

    .topic-post .post-head {
        margin-bottom: 10px;
        border-top: 1px solid #999;
        border-bottom: 1px solid #999;
        background: #eee;
        padding: 5px;
        position: relative;
    }

.post-head .post-actions {
    float: right;
}

.post-head .quote-post {
    float: left;
}

.topic-post .post-vote {
    margin-left: 10px;
    margin-top: -3px;
    float: right;
}

    .topic-post .post-vote > * {
        display: inline-block;
        vertical-align: middle;
        width: 19px;
        height: 19px;
        border-radius: 50%;
        float: none !important;
        margin: 0 !important;
    }

    .topic-post .post-vote .vote-count-post {
        text-align: center;
        line-height: 21px;
        font-size: 12px;
        font-weight: 700;
        color: #333;
        background: #f6f6f6;
        border: 1px solid #e3e3e3;
    }

    .topic-post .post-vote .vote {
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        cursor: pointer;
    }

        .topic-post .post-vote .vote.up {
            background-image: url(../images/icon-vote-down.png);
        }

        .topic-post .post-vote .vote.down {
            background-image: url(../images/icon-vote-up.png);
        }

.topic-post .voting-allowed .manage-post,
.topic-post .voting-allowed .quote-post {
    margin-top: 5px;
}

.topic-post .post-head a {
    float: right;
    margin-left: 5px;
    font-weight: bold;
    text-decoration: underline;
}

    .topic-post .post-head a:hover {
        text-decoration: none;
    }

.topic-post .post-head .post-time {
    display: inline-block;
}

.pager.lower {
    clear: both;
}

.forum-edit-page .form-fields,
.private-message-send-page .form-fields {
    background: #f6f6f6;
    padding: 10px;
}

.forum-edit-page .inputs,
.private-message-send-page .inputs {
    margin: 10px 0;
}

    .forum-edit-page .inputs.reversed,
    .private-message-send-page .inputs.reversed {
        text-align: center;
    }

        .forum-edit-page .inputs.reversed > *,
        .private-message-send-page .inputs.reversed > * {
            display: inline-block;
            float: none;
        }

        .forum-edit-page .inputs.reversed label,
        .private-message-send-page .inputs.reversed label {
            display: none;
        }

.forum-edit-page label,
.private-message-send-page label {
    display: inline-block;
    width: 200px;
    margin-right: 10px;
    text-align: right;
}

.forum-edit-page strong,
.private-message-send-page a {
    font-size: 16px;
    vertical-align: middle;
    line-height: 26px;
}

.forum-edit-page .toolbar /*,
.private-message-send-page .toolbar*/ {
    margin-left: 210px;
}

.forum-edit-page textarea,
.private-message-send-page textarea {
    width: 500px;
    height: 180px;
    margin-left: 214px;
}

.forum-edit-page input[type='checkbox'] {
    vertical-align: bottom;
}

.forum-edit-page .buttons,
.private-message-send-page .options {
    margin-top: 15px;
    text-align: center;
}

.forum-edit-page .inputs span {
    margin: 5px 10px 0 0;
}

.private-message-send-page .options input[type='submit'] {
    padding: 5px 20px;
}


/************* PROFILE PAGE *************/



.profile-page .page-title {
    font-size: 20px;
    text-transform: uppercase;
}

.profile-info-box {
    overflow: hidden;
}

    .profile-info-box .user-details {
        float: left;
        margin-right: 10px;
    }

    .profile-info-box .title {
        margin-bottom: 10px;
        font-size: 14px;
        font-weight: bold;
    }

    .profile-info-box li span {
        line-height: 16px;
    }

.ui-tabs .topic {
    margin-bottom: 20px;
    border-bottom: 1px dotted #ccc;
    padding-bottom: 15px;
    line-height: 18px;
}

.ui-tabs .topic-title {
    margin-bottom: 10px;
    background: #f6f6f6;
    padding: 5px;
    font-size: 14px;
    font-weight: bold;
}

    .ui-tabs .topic-title a:hover {
        color: #680;
    }

.ui-tabs .topic-data {
    margin-top: 10px;
    color: #999;
}

/* RE-CAPTCHA */

.recaptchatable #recaptcha_response_field {
    height: auto !important;
}

.captcha-box input {
    height: auto;
}

.product-reviews-page #recaptcha_area, #recaptcha_table {
    margin: auto;
}

#recaptcha_area, #recaptcha_table {
    margin: auto;
}

/*Product detail*/
.color-squares {
    font-size: 0;
    padding-top: 0px;
    margin-bottom: 10px;
}

    .color-squares .color {
        display: block !important;
        width: 32px !important;
        height: 32px !important;
        border: 1px solid #444 !important;
    }

    .color-squares li input {
        position: relative;
        z-index: -1;
        /*margin: -32px 0 0;*/
        margin: -60px 0 0;
    }

/*Custom CSS*/
.footer1 {
    width: 100%;
    float: left;
    color: white;
    overflow: hidden;
    padding-bottom: 1.6cm;
    background-color: black;
    position: absolute;
}

.footerSub {
    padding: 34px 70px 0px 65px;
    background-color: black;
    padding-bottom: 0px;
}

.nopadding {
    margin: 0px;
}

.footer div .fpart {
    width: 22%;
    text-align: left;
    padding: 0px;
}

.footer div .fpart2 {
    width: 56%;
}

.footer div .fpart #text-3 {
    margin-left: 36px;
}

.linkContainer {
    padding: 0px 20px;
}


/* product-col-main page */

.product-col-main {
    width: 100%;
}

.product-full-coll {
    width: 100%;
    float: left;
    margin-bottom: 0px;
    border-bottom: solid #ccc 0px;
    border-top: solid #ccc 0px;
}

.product-details-page .attributes {
    padding: 0px 0px;
    margin-bottom: 0px;
}

    .product-details-page .attributes dl {
        margin-bottom: 0px;
    }
/*.product-left-side {
    width: 48%;
    float: left;
    margin-right: 1%;
    margin-left: 1%;
    border: #ccc 1px solid;
    padding: 10px;
    margin-bottom: 20px;
}*/
.product-left-side {
    width: 100%;
    float: left;
    /* margin-right: 0.333%;
    margin-left: 0.333%;
    border: #ccc 1px solid;
    padding: 8px;*/
    margin-bottom: 20px;
}

.intputSize {
    color: #000 !important;
    width: 37px !important;
    height: 27px;
    margin-bottom: 8px;
}

.product-full-coll .table > tbody > tr > td,
.product-full-coll .table > tbody > tr > th,
.product-full-coll .table > tfoot > tr > td,
.product-full-coll .table > tfoot > tr > th,
.product-full-coll .table > thead > tr > td,
.product-full-coll.table > thead > tr > th {
    padding: 2px !important;
    border: 0px solid #ddd !important;
}

/* .product-left-side { */
/* width: 48%; */
/* float: left; */
/* margin-right: 2%; */
/* } */

/* .images-col { width:80px; margin-right:2%; float:left;} */
.images-col {
    width: 100%;
    float: left;
    margin-bottom: 15px;
}

    .images-col img {
        width: 35%;
        max-width: 100%;
    }

.data-colorvalue-col {
    width: 100%;
    float: left;
}

    /*.data-colorvalue-col .data-colorvalue {
        clear: both;
        margin-bottom: 27px;
        min-height: 192px;
    }*/
    .data-colorvalue-col .data-colorvalue {
        clear: both;
        margin-bottom: 10px;
        min-height: 235px;
    }

.ProductImageNew img {
    /*width: 193px;*/
    padding-bottom: 17px !important;
    margin-top: 4px;
}

td.sku {
    white-space: nowrap;
}
.price-field label {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 5px;
    display: block;
    margin-top: 15px;
    clear: both;
}

.data-colorvalue-col .data-colorvalue .color-name {
    width: 100%;
    margin-bottom: 5px;
}

.data-colorvalue-col .data-colorvalue .table-responsive {
    width: 70%;
    float: left;
}

.data-colorvalue-col .data-colorvalue #displayGenderName {
    width: 28%;
    float: right;
    padding-left: 2%;
    font-size: 40px;
    padding-top: 30px;
    text-align: center;
}

.product-details-page .overview .product-collateral .view-more .add-to-cart-panel {
    /*width: 120px !important;*/
    text-align: center;
    position: relative;
    top: 0;
    margin-top: 20px;
}
.product-details-page .add-to-cart-panel {
    display: flex;
    align-items: center;
    justify-content: center;
}
.product-details-page .overview .product-collateral .add-to-cart-panel {
    text-align: left;
    clear: left;
    justify-content: flex-start;
    width: 100%;
}
.product-details-page .page-body .order-summary-content .checkout-buttons {
    text-align: center;
    clear: left;
    display: inline-block;
    width: 100%;
}

.data-colorvalue-col h3 {
    font-size: 20px;
    color: #000;
    display: block;
    margin-bottom: 15px;
    text-transform: uppercase;
    font-weight: 500;
    margin-top: 20px;
}

.clear {
    clear: both;
}

.table-responsive {
    min-height: .01%;
    overflow-x: auto;
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 0px;
}

.table-bordered {
    border: 0px solid #ddd;
}

    .table-bordered > thead > tr > td, .table-bordered > thead > tr > th {
        border: 0px solid #ddd;
        border-bottom: none;
    }

.table-responsive > .table {
    background-color: #fff;
}

.table-bordered > thead > tr > th {
    border-bottom-width: 0px;
    background: #d8d8d8;
    text-align: center;
}

.table-bordered > thead > tr > th {
    border: 1px solid #ddd;
    border-bottom: none;
}

.data-colorvalue .table-bordered > thead > tr > th {
    border: 0px solid #ddd;
    border-bottom: none;
}

.table > tbody > tr > td, thead > tr > th {
    padding: 6px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 0px solid #ddd;
    /*background: #fbffca;*/
    text-align: center;
}

    .table > tbody > tr > td > span {
        display: block;
        text-align: center;
    }


.home-page-product-grid .item-box .details {
    text-align: center;
}

.home-page-product-grid .item-box .buttons .button-2 {
    padding: 10px 20px;
    width: 100px;
}

.home-page-product-grid .prices {
    margin: 15px 0px;
}

.home-page-product-grid .picture {
    overflow: hidden;
    margin-bottom: 20px;
    text-align: center;
}

.product-grid.home-page-product-grid {
    text-align: center;
}

.home-page-product-grid .item-grid {
    margin: 0 auto;
    display: inline-block;
    width: 100%;
    text-align: center;
}

.home-page-product-grid .item-box {
    display: inline-block;
    margin: 0 auto;
    clear: inherit !important;
    float: none;
}

    .home-page-product-grid .item-box .details h2 a {
        font-size: 18px;
        font-weight: 600;
        color: #000;
        text-decoration: none;
    }

span.price.actual-price {
    font-size: 20px;
}

.details-link a {
    color: #000;
    line-height: 20px;
}

ul.foobar-social li {
    display: inline-block;
    line-height: 38px;
    font-size: 12px !important;
}

    ul.foobar-social li a {
        text-decoration: none;
        color: #000;
        margin: 0px 2px;
        display: inline-block;
    }

.foobar-message-wrapper {
    font-size: 12px !important;
    text-shadow: inherit !important;
    line-height: 20px;
    font-family: inherit !important;
}


/*footer css changes start*/

.nivo-caption {
    display: none !important;
}

.footer-upper {
    /* width: 980px; */
    padding: 35px 20px;
    background-color: black;
    color: white;
    border-top: #323232 10px solid;
}

    .footer-upper:after {
        content: '';
        display: block;
        clear: both;
    }

.footer-block {
    float: left;
    width: 220px;
    margin: 0;
}

    .footer-block:first-child {
    }

    .footer-block .list {
        margin: 0;
    }
        /*.footer-block .list {
	display: block !important; 
	background: none;
	padding: 0;
}*/
        .footer-block .list li {
            padding: 5px 0;
        }

        .footer-block .list a {
            display: inline;
            padding: 0;
            font-size: 12px;
            color:white;
        }

.footer ul {
}

.footer li {
    display: block;
}

h5.widgetheading {
    text-align: left;
    font-size: 12px;
    font-weight: 600;
}

.footer-block .list {
    display: block !important;
    background: none;
    padding: 0;
    text-align: left;
}

h5 .fpart1FirText {
    margin-top: 10px;
    margin-bottom: 0px;
    font: normal 12px Arial, Helvetica, sans-serif;
    line-height: 1.5;
}

.textwidget h6 {
    margin-top: 10px;
    margin-bottom: 0px;
    line-height: 1.5;
    font: normal 12px Arial, Helvetica, sans-serif;
}

.foobar-container-inner {
    position: relative;
    overflow: hidden;
}

    .foobar-container-inner a {
        text-decoration: none;
    }

.envolpeMailto {
    float: right;
    margin-right: 3%;
    display: inline-block;
    line-height: 30px;
}

.envolpe {
    display: inline-block;
    margin: 7px 8px 0px 0px;
    float: left;
    line-height: 10px;
}

    .envolpe img {
        display: inline-block;
        margin-bottom: 3px;
    }

.envolpe_text {
    font-size: 12px;
    color: rgb(0, 0, 0);
}

/*footer css changes End*/

/*sizingin formation css changes Start*/
.width55 {
    float: none;
    width: 56%;
    margin: 30px auto;
    border: 1px solid #b8b7b7;
    min-height: 525px;
    border-radius: 6px;
    background-color: #eeeeee;
    max-width: 550px;
    min-width: 550px;
}

    .width55 .title {
        float: left;
        margin: 20px 0px 10px 25px !important;
        padding-left: 26px;
        padding-top: 10px;
    }

}

.size {
    float: left;
    display: inline;
    margin: 10px 0px 5px 25px;
    width: 500px;
    font-family: 'helvetica';
    font-size: 30px;
    color: #665;
    font-weight: bold;
}

.title {
    float: left;
    display: inline;
    /*margin: 30px 0px 0px 25px;*/
    font-family: 'helvetica';
    font-size: 16px;
    font-weight: bold;
    color: #665;
    display: inline-block;
    clear: both;
    float: none;
}

.description {
    margin: 80px 50px 20px;
    font-family: helvetica;
    font-size: 16px;
    color: #808285;
}

.border1 {
    float: left;
    display: inline;
    margin: 10px 0px 0px 25px;
    border: 2px solid #666;
    width: 500px;
    height: 0px;
}

.container {
    width: 100% !important;
}

#content {
    width: 100%;
    overflow: hidden;
    padding: 0px;
}

.cont_bg {
    margin: 5px 0px 0px 0px;
    width: auto;
    height: 734px;
    background-color: transparent;
    margin: auto;
}

.row {
    margin-right: -15px;
    margin-left: -15px;
}

.width504 {
    float: left;
    display: inline;
    width: 504px;
    margin: 0px 0px 0px 25px;
    margin-top: 0px;
    background: #665;
    height: 35px;
    margin-top: 4px;
}

div, span, h1, h2, h3, h5, .nopadding {
    margin: 0px;
    padding: 0px;
}

.width500 {
    float: left;
    display: inline;
    width: 500px;
    margin: 0px 0px 0px 25px;
}

.border2 {
    float: left;
    display: inline;
    margin: 10px 0px 0px 25px;
    border: 1px solid #ccc;
    width: 500px;
    height: 0px;
}

.width80 {
    float: left;
    display: inline;
    width: 80px;
    margin: 0px 0px 0px 3px;
}

.cha_txt {
    float: left;
    display: inline;
    margin: 10px 0px 0px 0px;
    font-family: 'Arial';
    font-size: 13px;
    color: #83857e;
    text-align: center;
    width: 80px;
}

.cha_txt1 {
    float: left;
    display: inline;
    margin: 10px 0px 0px 0px;
    font-family: 'Arial';
    font-size: 13px;
    color: #fff;
    text-align: center;
    width: 80px;
}

.description_02 p {
    color: #808285;
    font-family: helvetica;
    font-size: 16px;
}

.description_02 {
    margin: 25px 30px;
}

    .description_02 h1 {
        color: #8fcc2d;
        font-family: helvetica;
        font-size: 30px;
        font-weight: bolder;
        margin: 20px 0;
        text-transform: uppercase;
    }
/*sizingin formation css changes End*/

.product-images-col {
    float: left;
    width: 175px;
}

.product-item a {
    text-decoration: none;
}

.fulldescription {
    float: left;
    padding-top: 30px;
    margin-left: 15px;
}

.title-home {
    color: #000;
    font-size: 16px;
    margin-bottom: 15px;
    display: block;
    text-align: left;
}

.product-details-list {
    text-align: left;
    list-style-type: disc;
    padding-left: 20px;
    line-height: 22px;
    margin-bottom: 15px;
}

.button-buy-now {
    text-align: right;
    margin-bottom: 10px;
}

.btn-buy-now {
    display: inline-block;
    border: 1px solid #000;
    padding: 10px 25px;
    font-weight: bold;
    color: #000;
    text-transform: uppercase;
    cursor: pointer;
    background: #ffc000;
    border-radius: 6px;
}

    .btn-buy-now:hover {
        color: #fff;
        background: #f0b502;
        border: 1px solid #725b14;
    }

.color-name {
    text-align: left;
    font-size: 14px;
    width: 100%;
    /*background:#d1d3d4;*/
    padding: 0px;
    font-weight: bold;
}

.blue-bg {
    /*background:#4169e1;*/
    color: #000;
}

.pink-bg {
    background: #FFB6C1;
}

.password-recovery-page p.tooltip {
    margin-bottom: 15px;
}

.text-red {
    color: #c00;
    line-height: 25px;
}

.Success-message {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
    padding: 8px 15px;
    margin-bottom: 10px;
    border-radius: 4px;
}

/*Add design for Product List Links - Changes on 08-05-2020 - Client Changes*/

.products-list-box {
    position: absolute;
    top: 140px;
    left: 9px;
    padding: 15px 10px;
    background-color: #d8d8d8;
}

    .products-list-box a {
        display: block;
        font-size: 15px;
        font-weight: 500;
        color: #000;
        padding: 2px 6px;
        margin-bottom: 6px;
        border: 1px solid rgb(133, 197, 73);
        border-radius: 3px;
        box-shadow: 0 0 2px #8c8e8c;
    }

        .products-list-box a:hover {
            color: #666;
            text-decoration: none;
        }

a.SelectedProduct {
    border: #89c921 solid 1px;
    background: #89c921;
    color: white;
}

@media (max-width:1281px) {
    .products-list-box {
        position: relative;
        top: 0px;
        left: 0;
        display: inline-block;
        width: 100%;
    }

        .products-list-box::before, .products-list-box::after {
            content: "";
            display: block;
            clear: both;
        }
}

@media (min-width:992px) and (max-width:1281px) {
    .products-list-box a {
        display: inline-block;
        width: 24.3%;
        float: left;
    }
}

@media (min-width:768px) and (max-width:991px) {
    .products-list-box a {
        display: inline-block;
        width: 33.3%;
        float: left;
    }
}

/*END Changes - 08-05-2020*/

/*RESPONSIVE CAPTCHA*/
@media (max-width: 444px) {
    .cha_txt, .cha_txt1, .width80 {
        width: 40px !important;
    }

    .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;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .cart-collaterals.AddInfo {
        width: 49%;
        margin-left: 0%;
        margin-right: 2%;
    }

    .cart-collaterals.EstiShipp {
        width: 49%;
    }

    .CheckoutAttr {
        display: inline-block;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .cart-collaterals.AddInfo {
        width: 49%;
        margin-left: 0%;
        margin-right: 2%;
    }

    .cart-collaterals.EstiShipp {
        width: 49%;
    }

    .CheckoutAttr {
        display: inline-block;
    }

    .footer-block.information {
        margin-right: 15px;
        width: 25%;
    }

    .footer-block.customer-service {
        width: 20%;
    }

    .footer-block.my-account {
        width: 20%;
    }

    .footer-block.follow-us {
        width: 20%;
    }

    .btn-buy-now {
        padding: 10px 25px !important;
        height: inherit !important;
        border-radius: 6px !important;
    }

    .color-name {
        width: 100%;
        margin-bottom: 10px;
    }

    .product-left-side {
        width: 44%;
    }

    .pink-bg > tr > td:last-child > span {
        display: block;
        text-align: center;
        width: 70px;
    }

    .blue-bg > tr > td:nth-child(2) {
        display: block;
        text-align: center;
        width: 70px;
        margin: auto;
    }

    .data-table th {
        text-align: center !important;
    }

    .product-details-page .overview {
        width: 100%;
    }

    .product-left-side {
        width: 100%;
    }

    .gallery .picture {
        text-align: center;
    }

        .gallery .picture img {
            padding-right: 20px;
        }

    .data-colorvalue-col .data-colorvalue .color-name {
        text-align: center;
    }

    .data-colorvalue-col .data-colorvalue #displayGenderName {
        width: 100%;
        padding-top: 0px;
        margin-bottom: 0px;
    }

    .data-colorvalue-col .data-colorvalue .table-responsive {
        width: 100%;
    }

    .attribute-squares li {
        padding-right: 2px;
    }
}


@media (max-width: 767px) {
    .terms-of-service {
        margin-top: 3px;
    }

    .common-buttons input[type="submit"] {
        padding: 0px 5px;
    }

    .cart-collaterals.AddInfo {
        width: 100%;
        margin-left: 0%;
        margin-right: 0%;
    }

        .cart-collaterals.AddInfo .inputs label {
           
        }

        .cart-collaterals.AddInfo .shipping {
            
        }

    .cart-collaterals.EstiShipp {
        width: 100%;
    }

        .cart-collaterals.EstiShipp .shipping {
            width: auto;
        }

        .cart-collaterals.EstiShipp .inputs label {
           
        }

    .CheckoutAttr {
        display: inline-block;
    }

    .product-left-side {
        width: 93%;
        margin-right: 7%;
        margin-left: 0;
    }

    .footer-block.information {
        width: 100%;
        text-align: center;
        margin-bottom: 15px;
    }

    .footer-block .list {
        text-align: center;
    }

    .footer-block {
        float: none;
        width: 100%;
        margin: 0;
    }

    .size {
        text-align: left;
        display: block !important;
        float: none !important;
    }

    .width55 .title {
        text-align: left;
        padding-left: 25px !important;
        margin: 5px 0px 0px 0px !important;
        float: left !important;
    }

    .width55 {
        margin: 20px 0px 0px 0px !important;
        width: auto !important;
        height: 430px !important;
    }

    .size {
        width: auto !important;
    }

    .footer-block.customer-service {
        width: 100%;
        text-align: left;
        /*margin-bottom: 15px;*/
    }

    .btn-buy-now {
        padding: 10px 25px !important;
        height: inherit !important;
        border-radius: 6px !important;
    }

    .product-images-col {
        float: none;
        width: 175px;
        margin: auto;
    }

    .title-home {
        text-align: center;
    }

    .fulldescription {
        padding-top: 15px;
    }

    .product-details-list {
        padding-left: 0px;
    }

    .button-buy-now {
        text-align: center;
    }

    .color-name {
        width: 100%;
        margin-bottom: 10px;
    }

    .pink-bg > tr > td:last-child > span {
        display: block;
        text-align: center;
        width: 70px;
        margin: auto;
    }

    .blue-bg > tr > td:nth-child(2) {
        display: block;
        text-align: center;
        width: 70px;
        margin: auto;
    }

    .block-account-navigation li {
        margin-bottom: 0px;
    }

    .payment-method-info .title {
        margin-bottom: 5px;
        font-size: 14px;
        font-weight: bold;
        text-transform: uppercase;
        margin-top: 10px;
    }

    .order-review-data.order-review-data {
        margin-top: 6px;
    }

    .shipping-method-info .title {
        margin: 10px 0px 5px;
    }

    .product-details-page .overview {
        width: 100%;
    }

    .product-left-side {
        width: 100%;
    }

    .gallery .picture {
        text-align: center;
    }

        .gallery .picture img {
            padding-right: 20px;
        }

    .data-colorvalue-col .data-colorvalue .color-name {
        text-align: center;
    }

    .data-colorvalue-col .data-colorvalue #displayGenderName {
        width: 100%;
        padding-top: 0px;
        margin-bottom: 0px;
        font-size: 24px;
    }

    .data-colorvalue-col .data-colorvalue .table-responsive {
        width: 100%;
    }

    .attribute-squares li {
        padding-right: 2px;
    }
}

@media all and (min-width: 769px) {
    .common-buttons,
    .tax-shipping-info {
        text-align: right;
    }

    .wishlist-page .share-info {
        float: right;
        text-align: right;
    }

        .wishlist-page .share-info > * {
            text-align: right;
        }
}

@media all and (min-width: 981px) {

    .top-menu {
        display: block !important;
    }

    .email-a-friend-page .inputs label {
        width: 255px;
    }
}

@media all and (max-width:980px) {
    /*inbox tables and form responsive*/
    .forum-edit-page label, .private-message-send-page label {
        text-align: center;
        width: auto;
    }

    .forum-edit-page .toolbar, .private-message-send-page .toolbar {
        margin: 0;
    }

    .forum-edit-page textarea, .private-message-send-page textarea {
        margin: 0;
        min-width: 300px;
        width: 90%;
    }

    .private-message-send-page .inputs input[type='text'] {
        width: auto;
    }

    .header-menu .sublist .sublist > li > a,
    .header-menu .sublist .sublist > li > span {
        padding-left: 40px;
    }

    .header-menu .sublist .sublist .sublist > li > a,
    .header-menu .sublist .sublist .sublist > li > span {
        padding-left: 55px;
    }
}
/*Contact Us*/
.lef-section {
    width: 50%;
    float: left;
}

.reight-section {
    width: 35%;
    float: left;
    margin-left: 15%;
    margin-top: 19px;
}

.contact-us .form-fields {
    margin-bottom: 15px;
    background: transparent;
}

    .contact-us .form-fields .inputs label {
        min-width: 120px;
        width: 100%;
        text-align: left;
    }

    .contact-us .form-fields .inputs > * {
        float: left;
        margin: 0;
        width: 100%;
    }

    .contact-us .form-fields textarea {
        height: 80px;
        resize: none;
    }


    .contact-us .form-fields .inputs {
        margin: 0 0 10px;
        overflow: inherit !important;
    }

.address-col {
    font-size: 13px;
    line-height: 22px;
}

h5.contact_header {
    font-weight: 700;
    font-size: 14px;
}

.submit-button {
    background: #8fcc2d;
    padding: 8px 15px;
    font-size: 14px;
    border: 0;
    text-transform: uppercase;
    color: #fff;
    margin-top: 10px;
    cursor: pointer;
}


@media (min-width: 992px) and (max-width: 1199px) {
}

@media (min-width: 768px) and (max-width: 991px) {
}

@media (max-width: 767px) {



    .lef-section {
        width: 100%;
    }

    .reight-section {
        width: 100%;
        margin-left: 0%;
        margin-top: 0px;
        margin-bottom: 15px;
    }
}

.checkout-upload-art {
    padding: 20px 0;
    border: 1px solid #ccc;
    padding: 25px;
    background: #f3f3f3;
    margin-bottom: 10px;
}

.checkout-uploadart-note {
    color: #000;
    padding: 5px 0px 0px 10px;
}

.checkout-upload-art-div {
    padding-bottom: 20px;
}

.download-remove-uploaded-file {
    display: block;
    width: 40px;
    padding: 7px 0;
    text-align: center;
    background: #800;
    border-bottom: 1px solid #DDD;
    color: #FFF;
}

.hide {
    display: none !important;
}

/*.popup-bg {
    z-index: 9999999;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    background-color: #cccccc;
    color: #aaaaaa;
    opacity: .4;
    filter: alpha(opacity = 50);
}*/

.popup-bg::before {
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    z-index: 1000;
}

.message-failure {
    margin: 5px 0 0;
    font-size: 12px;
    color: #e4434b;
}

.message-success {
    margin: 5px 0 0;
    font-size: 12px;
    color: #4cb17c;
}

.apply-discount-coupon-code-button {
    box-shadow: inset 0 1px 0 #777 !important;
    margin-left: 2px;
    color: white !important;
    background: linear-gradient(to bottom, #666 0%, #111 100%) !important;
    text-shadow: none !important;
}

.checkout-upload-art-label {
    font-size: 16px;
}

.ordersummary-tbl-uploadart tr td {
    padding-bottom: 3px;
}

    .ordersummary-tbl-uploadart tr td font {
        color: red;
    }

.ordersummary-tbl-uploadart td a {
    color: black;
    text-decoration: underline;
}

.ordersummary-tbl-uploadart td select {
    width: 150px;
}

.UploadedArtFileFormatNote {
    position: absolute;
    top: 20px;
    left: 120px;
    word-break: break-all;
    word-wrap: break-word;
}

#uploadArt {
    overflow-x: auto;
    overflow-y: auto;
    height: auto;
    text-align: left;
}

.order-summary-discount-uploadart .cart-collaterals {
    width: 100% !important;
}

    .order-summary-discount-uploadart .cart-collaterals .deals {
        float: right !important;
    }

.order-summary-discount-uploadart .totals {
    overflow-y: auto;
    width: 100% !important;
}

.order-summary-uploadart-display-ul .qq-upload-success {
    margin-bottom: 2px;
    background: #ececec;
    max-width: 150px;
    word-wrap: break-word;
    width: 200px;
}

    .order-summary-uploadart-display-ul .qq-upload-success a {
        color: black;
    }

.product-details-page {
    float: left;
}

.para-sub-content {
    padding-left: 30px;
}

.span-main-content {
    padding-left: 10px;
}

.span-main-content-1 {
    padding-left: 3px;
}

.terms-condition-description p {
    color: #808285;
    font-family: helvetica;
    font-size: 16px;
}

.terms-condition-description h1 {
    font-size: 30px;
}

.terms-condition-description h3 {
    font-size: 20px;
}

.tbl-size-chart-women-men td {
    padding: 10px;
    text-align: center;
}
#customColorInputBox {
    margin-bottom: 15px;
}
.product-collateral .price-field {
    max-width: 350px;
}
/*product details page new css*/
.html-product-details-page .attrData.CheckoutAttr {
    width: 100%;
}
.html-product-details-page .attrData.CheckoutAttr dl {
    display: flex;
    flex-wrap: wrap;
    margin-left: auto;
    margin-right: 0;
    max-width: 400px;
    margin-bottom: 0px;
    margin-top: 20px;
}
.html-product-details-page .order-summary-content .checkout-attributes dt {
    margin: 10px 0;
    width: 50%;
    text-align: right;
    padding: 0 10px;
}
.html-product-details-page .order-summary-content .checkout-attributes dd {
    min-width: 50%;
}
.html-product-details-page .order-summary-content .checkout-attributes dd input{
    width:100%;
}
.html-product-details-page .order-summary-content .checkout-attributes dd textarea{
    width:100%;
}
.html-product-details-page .order-summary-content .totals {
    width: 100%;
    text-align: right;
}
.html-product-details-page .order-summary-content .terms-of-service {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 5px;
}
.pdp-page-cart-section form {
    display: flex;
    align-items: flex-start;
    justify-content:space-between;
    gap:2%;
}
.additional-info-box .cart-collaterals.AddInfo {
    width: 100%;
    margin: 0;
}
.pdp-page-cart-section .checkbox-info {
    min-width:63%;
}
.pdp-page-cart-section .additional-info-box {
    min-width:35%;
    margin-left:auto;
    margin-right:0px;
}