﻿/*Start custom css*/
.block-search {
    float: right;
    padding-left: 0;
    position: relative;
    z-index: 4;
    width: 40%;
    top: 0;
    right: 0;
}

.header .content {
    padding-top: 0px;
    padding-bottom: 0px;
}

.free_container {
    float: right;
    width: 30%;
    height: 40px;
}

.genuine_container {
    float: left;
    width: 30%;
    height: 40px;
}

.inner-box {
    display: inline-block;
    width: auto;
    text-align: left;
    margin-top: 5px;
}


.genuine_container ul li .inner-box, header.page-header .free_container ul li .inner-box {
    display: inline-block;
    width: auto;
    text-align: left;
    margin-top: 5px;
}

.genuine_container ul li:nth-last-child(1),
.free_container ul li:nth-last-child(1) {
    border-right: none;
}

.genuine_container ul li span, .free_container ul li span {
    display: block;
    font-size: 12px;
    color: #a07658;
}


.genuine_container ul li, .free_container ul li {
    border-right: 1px solid #bfbfbf;
    height: 48px;
    display: block;
    width: 50%;
    float: left;
    font-size: 14px;
    color: #222;
    text-align: center;
    line-height: 1.3;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 0px;
}

/*End custom css*/




/*********** CSS RESET ***********/

* {
    margin: 0;
    padding: 0;
    outline: none;
    text-decoration: none;
    box-sizing: border-box;
}

ol, ul {
    list-style: none;
}

a img {
    border: none;
    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;
}

p {
    line-height: 1.6;
}


/*********** GLOBAL STYLES ***********/


body {
    /*overflow-x: hidden;
    background: #fff url('../img/background.jpg') center top repeat-x;
    font: normal 12px 'Nexa W01 Regular','Helvetica Neue',Helvetica,Arial,sans-serif;
    color: #666;
	   font-style: normal;
    font-weight: 400;*/
    background: #fff url('../img/background.jpg') center top repeat-x;
    color: #333;
    font-family: 'Nexa W01 Regular','Helvetica Neue',Helvetica,Arial,sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 1.42857143;
    font-size: 1.4rem;
}

@font-face {
    font-family: 'avantgarde_light';
    src: url('avantgardegothicltextralight.eot');
    src: url('avantgardegothicltextralight.eot?#iefix') format('embedded-opentype'), url('avantgardegothicltextralight.woff') format('woff'), url('avantgardegothicltextralight.ttf') format('truetype'), url('avantgardegothicltextralight.svg#avantgardegothicltextralight') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'avantgarde';
    src: url('avantgardenormal.eot');
    src: url('avantgardenormal.eot?#iefix') format('embedded-opentype'), url('avantgardenormal.woff') format('woff'), url('avantgardenormal.ttf') format('truetype'), url('avantgardenormal.svg#avantgardenormal') format('svg');
    font-weight: normal;
    font-style: normal;
}

a {
    color: #333;
    cursor: pointer;
}

h1, h2, h3, h4, h5, h6 {
    color:#333;
}

table {
    width: 100%;
    border-collapse: collapse;
}

input[type="button"], input[type="submit"],
button, .button-1, .button-2 {
    cursor: pointer;
}

    input[type="button"]:hover, input[type="submit"]:hover,
    button:hover, .button-1:hover, .button-2:hover {
        background-position: bottom !important;
    }

input[type="text"], input[type="password"] {
    border: 1px solid #ccc;
    border-radius: 3px;
    background: #fff;
    /*box-shadow: inset 0 0 10px #ddd;*/
    padding: 6px;
    color: #333;
    height: 32px;
}

/*input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset;
}*/


textarea {
    border: 1px solid #ccc;
    border-radius: 3px;
    background: #fff;
    box-shadow: inset 0 0 10px #ddd;
    padding: 6px;
    color: #333;
}

select {
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 5px;
    height: 32px;
    font-size: 12px;
    background: #fff;
    box-shadow: inset 0 0 10px #ddd;
    color: #333;
}

script {
    display: none !important;
}

input[type="text"]:focus,
input[type="password"]:focus,
textarea:focus, select:focus {
    border: 1px solid #999;
}

input[type="checkbox"],
input[type="radio"] {
    vertical-align: middle;
}

.required {
    font-size: 11px;
    color: #c00;
    padding-left: 3px;
    margin-right: -9px;
    vertical-align: top;
}

.message-error,
.field-validation-error,
.username-not-available-status {
    display: block;
    margin-top: 5px;
    font-size: 11px;
    color: #c00;
    text-align: right;
}

.login-page .validation-summary-errors {
    margin-bottom: 10px;
}

    .login-page .validation-summary-errors span {
        display: block;
        margin-bottom: 7px;
    }

.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,
.topic-block-body p {
    margin: 10px 0;
    line-height: 1.4;
    font-size: 13px;
}

.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;
}

.category-description a,
.manufacturer-description a,
.full-description a,
.topic-html-content a,
.topic-page a,
.post-body a,
.news-body a,
.custom-tab a,
.topic-block-body a {
    font-weight: normal !important;
}

    .category-description a:hover,
    .manufacturer-description a:hover,
    .full-description a:hover,
    .topic-html-content a:hover,
    .topic-page a:hover,
    .post-body a:hover,
    .news-body a:hover,
    .custom-tab a:hover,
    .topic-block-body a:hover {
        text-decoration: underline !important;
    }

.admin-header-links {
    position: relative;
    z-index: 1003;
    text-align: center;
    background: #333;
}

    .admin-header-links a {
        display: block;
        margin: 1px 0;
        padding: 10px 0;
        color: #fff;
        text-decoration: none;
        text-shadow: -1px -1px 0 #666;
    }

    .admin-header-links .impersonate {
        display: block;
        line-height: 28px;
        text-align: center;
        padding: 0 0 0 5px;
    }

.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;
}

    .bar-notification.success {
        /*background: #9b0;*/
	background: #7ccfd6;
        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: 5px 10px;
    }

        .bar-notification .content a {
            color: #fff;
            text-decoration: underline;
        }

    .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('../img/close.png') center no-repeat;
        cursor: pointer;
        opacity: 0.7;
    }

        .bar-notification .close:hover {
            opacity: 1;
        }

.ui-dialog {
    position: absolute !important;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 1px;
    max-width: 90%;
    background: #fff;
    z-index: 1003;
}

.ui-dialog-titlebar {
    border-bottom: 1px solid #aaa;
    border-radius: 3px 3px 0 0;
    box-shadow: 0 1px 0 #fff inset;
    overflow: hidden;
    font-size: 13px;
    background: #d3d3d3;
    background: -moz-linear-gradient(top, #ffffff 0%, #d3d3d3 100%);
    background: -webkit-linear-gradient(top, #ffffff 0%,#d3d3d3 100%);
    background: linear-gradient(to bottom, #ffffff 0%,#d3d3d3 100%);
    padding: 10px;
    color: #333;
    text-shadow: 1px 1px #fff;
}

    .ui-dialog-titlebar span {
        float: left;
        line-height: 18px;
        text-transform: uppercase;
        text-shadow: 1px 1px 0 rgba(255,255,255,.5);
    }

    .ui-dialog-titlebar button {
        float: right;
        width: 16px;
        height: 16px;
        border: 1px solid #666;
        box-shadow: inset 0 0 1px #999;
        background: #fff url('../img/close.png') center no-repeat;
        text-indent: -9999px;
        cursor: pointer;
        opacity: 0.6;
    }

        .ui-dialog-titlebar button:hover {
            background-position: center !important;
            opacity: 0.9;
        }

.ui-dialog-content {
    height: auto !important;
    padding: 10px;
    line-height: 18px;
    background: url(../img/separator.png) 0 -1px repeat-x;
}

    .ui-dialog-content .topic-html-content {
        margin: 10px 0;
    }

    .ui-dialog-content .topic-html-content-body {
        max-height: 200px;
        overflow-y: scroll;
    }

    .ui-dialog-content .topic-html-content p {
        margin: 0;
    }

.ui-dialog-buttonset {
    margin-top: -10px;
    padding: 10px;
    text-align: right;
}

    .ui-dialog-buttonset button,
    .ui-dialog .page-body button {
        min-width: 60px;
        margin-left: 5px;
        border: 1px solid #ccc;
        border-radius: 3px;
        overflow: hidden;
        box-shadow: inset 0 1px 0 #fff;
        padding: 7px 15px;
        color: #333;
        text-shadow: 1px 1px #eee;
        background: #dcdcdc;
        background: -moz-linear-gradient(top, #ffffff 0%, #dcdcdc 50%, #ffffff 100%);
        background: -webkit-linear-gradient(top, #ffffff 0%,#dcdcdc 50%,#ffffff 100%);
        background: linear-gradient(to bottom, #ffffff 0%,#dcdcdc 50%,#ffffff 100%);
        background-size: 100% 200%;
        background-position: top;
        transition: all .2s ease;
    }

.ui-dialog .page-body button {
    margin: 5px 0 0;
}

.ui-dialog .tooltip {
    margin-bottom: 10px;
}

.ui-dialog .page-title {
    margin-bottom: 15px;
}

    .ui-dialog .page-title h1 {
        font-size: 22px;
        background: transparent;
        padding: 0;
    }

    .ui-dialog .page-title:before {
        display: none;
    }

.ui-dialog .topic-page .page-body {
    box-shadow: none;
    border: none;
    padding: 0;
    margin: 0;
    min-height: initial;
}

.ui-dialog .page {
    min-height: initial;
}

.ui-dialog .topic-page .page-body:before {
    display: none;
}


.eu-cookie-bar-notification {
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 1002;
    width: 450px;
    max-width: 95%;
    height: 180px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: -90px 0 0 -225px;
    border: 1px solid #ccc;
    border-radius: 10px;
    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;
    }

    .eu-cookie-bar-notification button {
        min-width: 60px;
        margin: 10px 0;
        border: 1px solid #999;
        border-radius: 5px;
        background: url('../img/button8.png') top repeat-x;
        box-shadow: inset 0 0 1px 0 #fff;
        padding: 5px;
        font-size: 14px;
        color: #333;
    }

        .eu-cookie-bar-notification button:hover {
            background-position: bottom;
        }

    .eu-cookie-bar-notification a {
        display: block;
        text-decoration: underline;
    }

.please-wait {
    background: url('../img/ajax_loader_small.gif') no-repeat;
    padding-left: 20px;
}

.captcha-box {
    line-height: 15px;
}

.noscript {
    border-bottom: 1px solid #333;
    background-color: #ff9;
    padding: 30px 15px;
    text-align: center;
    line-height: 22px;
    color: #444;
}


/*********** GLOBAL FORMS & GLOBAL TABLES ***********/


.fieldset, .section {
    margin-bottom: 20px;
}

    .login-page .title,
    .fieldset .title,
    .section .title {
        /* margin-bottom: 20px; */
        /* font: normal 18px 'avantgarde'; */
        /* color: #444; */
    }


.center-1 .title {
    text-align: center;
    margin-bottom: 20px;
    font: normal 18px/20px 'avantgarde';
    color: #444;
}

    .center-1 .title .topic-name {
        text-align: left;
    }

.login-page .title strong,
.fieldset .title strong,
.section .title strong,
.comment-list .title strong {
    font-weight: normal;
}

.inputs {
    margin: 5px 0 15px;
    font-size: 0;
}

    .inputs:last-child {
        margin-bottom: 0;
    }

    .inputs:after {
        content: "";
        display: block;
        clear: both;
    }

    .inputs label {
        display: inline-block;
        width: 100%;
        margin-bottom: 10px;
        color: #444;
        font-size: 12px;
    }


    .inputs input[type="text"],
    .inputs input[type="password"],
    .inputs textarea {
        width: 100%;
        vertical-align: middle;
        font: normal 12px Tahoma, Geneva, sans-serif;
    }



    .inputs select {
        font: normal 12px Tahoma, Geneva, sans-serif;
    }

        .inputs select:only-of-type {
            width: 100%;
        }

    .inputs textarea {
        height: 150px;
    }

    .inputs .field-validation-valid {
        font-size: 12px;
        color: #c8c;
    }

span.field-validation-valid:empty,
#username-availabilty:empty {
    display: none;
}


.custom-attributes .option-list li {
    display: inline-block;
    margin: 2px 15px 2px 0;
}

.option-list {
    vertical-align: middle;
    display: inline-block;
    width: 100%;
}

    .option-list li {
        padding: 3px 0;
        margin-bottom: 5px;
    }

        .option-list li:last-child {
            margin-bottom: 0;
        }

    .option-list label {
        width: auto;
        margin: 0 0 0 5px;
    }

.inputs.custom-attributes {
    white-space: normal;
}

.qq-uploader {
    margin-bottom: 10px;
}

.qq-upload-list li {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14px !important;
}


.qq-upload-button {
    border: 1px solid #ccc;
    border-radius: 3px;
    box-shadow: inset 0 1px 0 #fff;
    padding: 0 10px !important;
    margin-bottom: 10px;
    font: normal 12px Tahoma, Geneva, sans-serif;
    line-height: 30px;
    color: #333 !important;
    text-shadow: 1px 1px 0 #fff;
    background: #dcdcdc;
    background: -moz-linear-gradient(top, #ffffff 0%, #dcdcdc 50%, #ffffff 100%) !important;
    background: -webkit-linear-gradient(top, #ffffff 0%,#dcdcdc 50%,#ffffff 100%) !important;
    background: linear-gradient(to bottom, #ffffff 0%,#dcdcdc 50%,#ffffff 100%) !important;
    background-size: 100% 200% !important;
    background-position: top !important;
    transition: all .2s ease;
}

    .qq-upload-button:hover {
        background-position: bottom !important;
    }

.qq-upload-button-hover {
    background: transparent;
    color: #333;
}

.qq-upload-list li {
    height: 32px !important;
    border-radius: 3px;
}

/*********** HEADER, NAVIGATION, FOOTER ***********/


.master-wrapper-page {
    position: relative;
    width: 90%;
    margin: 0 auto 50px;
}


.header-line {
    position: relative;
    padding: 3px 10px;
    z-index: 1002;
    text-align: center;
    background: url(/Themes/Beauty/Content/img/responsive-headerline-top.png) repeat-x left top, url(/Themes/Beauty/Content/img/responsive-headerline-bottom.png) repeat-x left bottom, #fff;
}

.header-contacts {
    font-size: 11px;
}

    .header-contacts > span {
        line-height: 28px;
    }

    .header-contacts .phone {
        background: url('../img/icon1.png') left center no-repeat;
        padding-left: 18px;
    }

    .header-contacts .mail {
        background: url('../img/icon_mail.png') left 2px no-repeat;
        margin-left: 13px;
        padding-left: 20px;
        color: #666;
    }

        .header-contacts .mail:hover {
            background-position: left bottom;
            color: #c8c;
        }

.header-links-wrapper {
    position: relative;
    padding-top: 10px;
}

.header-links li {
    display: inline-block;
    margin-left: 5px;
    font-size: 11px;
    line-height: 30px;
}

    .header-links li:first-child {
        margin-left: 0;
    }

    .header-links li .ico-wishlist {
        display: none;
    }

.header-links a {
    color: #666;
}

    .header-links a.account {
        color: #c8c;
    }

    .header-links a:hover {
        text-decoration: underline;
    }

.header-selectors-wrapper {
    margin: 10px 0 0;
    text-align: center;
}

    .header-selectors-wrapper > div:first-child {
        margin-bottom: 10px;
    }

    .header-selectors-wrapper > div:first-child {
        margin-left: 0;
    }

.language-list {
    vertical-align: middle;
    line-height: 0;
    max-width: 455px;
}

    .language-list li {
        display: inline-block;
        margin: 0 2px;
    }

    .language-list a {
        position: relative;
        display: block;
        width: 19px;
        height: 19px;
        line-height: 0;
    }

    .language-list img {
        position: absolute;
        width: 18px;
        height: 12px;
        top: 50%;
        left: 50%;
        margin-left: -9px;
        margin-top: -6px;
    }

/*custom select start*/
.new_select {
    width: 150px !important;
    margin: 0 auto;
    border-radius: 5px;
    background: url(/Themes/Beauty/Content/img/responsive-select1.png) repeat-x;
}


    .new_select .passiveSelect,
    .new_select .activeSelect {
        display: block;
        height: 25px;
        background: url(/Themes/Beauty/Content/img/responsive-select_btn1.png) no-repeat right top;
        padding: 0 30px 0 5px;
        font: italic 15px/25px 'kepler_b';
        color: #666;
        overflow: hidden;
        white-space: nowrap;
        cursor: pointer;
    }

        .new_select .passiveSelect:hover,
        .new_select .activeSelect:hover {
            background-position: right bottom;
        }

    .new_select .styleSelect_item {
        top: 24px !important;
    }

    .new_select .styleSelect_item_content {
        width: auto !important;
        min-width: 83px;
        border-radius: 3px;
        box-shadow: 0 1px 3px #666;
        background: #fff;
    }

.jspContainer, .jspPane {
    width: auto !important;
    height: auto !important;
}

.new_select ul {
    background: #fff;
    padding: 1px 2px;
    cursor: pointer;
}

.new_select li {
    position: relative;
    margin-top: 3px;
    padding: 3px 8px;
    font: normal 11px Arial, Helvetica, sans-serif;
    white-space: nowrap;
}

    .new_select li:before {
        content: "";
        position: absolute;
        display: block;
        top: -2px;
        left: 0;
        width: 100%;
        border-top: 1px dotted #ddd;
    }

    .new_select li:first-child {
        margin-top: 0;
    }

        .new_select li:first-child:before {
            display: none;
        }

    .new_select li:hover {
        background: #eee;
        color: #c8c;
    }

.new_select .selected {
    color: #c8c;
}
/*custom select end*/

.flyout-cart {
    display: none;
}

.header {
    position: relative;
    clear: both;
    margin: 20px 0;
}

    .header:after {
        content: "";
        display: block;
        clear: both;
    }

.header-logo {
    margin: 15px 0;
    text-align: center;
}

    .header-logo a {
        display: block;
        max-width: 100%;
        margin: 0 auto;
    }

    .header-logo img {
        max-width: 100%;
    }

.search-box.store-search-box {
    position: relative;
    width: 100%;
    /*max-width: 380px;*/
    /*margin: 0 auto 15px;*/
    margin-top: 5px;
}

    .search-box.store-search-box form {
        position: relative;
    }

    .search-box.store-search-box:after {
        content: "";
        display: block;
        clear: both;
    }

.store-search-box input.search-box-text {
    float: left;
    width: calc(100% - 33px) !important;
    height: 33px;
    border: 2px solid #c2c2c2;
    /* border-radius: 5px 0 0 5px; */
    /* background: #fff url(/Themes/Beauty/Content/img/input1.png) repeat-x !important; */
    padding: 0 10px;
    font: normal 13px/31px Tahoma, Geneva, sans-serif;
    color: #666;
}

input.search-box-text.ui-autocomplete-loading {
    background: #bcbcbc;
    background: -moz-linear-gradient(top, #bcbcbc 0%, #dddddd 20%, #ffffff 79%);
    background: -webkit-linear-gradient(top, #bcbcbc 0%,#dddddd 20%,#ffffff 79%);
    background: linear-gradient(to bottom, #bcbcbc 0%,#dddddd 20%,#ffffff 79%);
    background: url('../img/ajax_loader_small.gif') right center no-repeat;
}

input.search-box-text:focus {
    color: #666;
}

.store-search-box .search-box-button {
    float: left;
    width: 33px;
    height: 33px;
    border: none;
    /*border-radius: 0 5px 5px 0 !important;*/
    background: url('../img/button1.png') top no-repeat !important;
    text-indent: -9999px;
    padding: 0;
    transition: none;
}


/*Default Autocomplete start*/


.ui-helper-hidden-accessible {
    display: none;
}

.ui-autocomplete.ui-menu.ui-widget.ui-widget-content {
    z-index: 1002 !important;
    width: 350px !important;
    margin-top: -1px;
    border: 1px solid #bbb;
    border-top: 1px solid #657;
    border-radius: 5px 0 5px 5px;
    overflow: hidden;
    background: #fff;
    text-align: left;
}

    .ui-autocomplete.ui-menu.ui-widget.ui-widget-content a {
        display: block;
        padding: 8px;
        font-size: 11px;
        color: #666;
    }

        .ui-autocomplete.ui-menu.ui-widget.ui-widget-content a:hover,
        .ui-autocomplete.ui-menu.ui-widget.ui-widget-content .ui-state-focus {
            background: #ececec;
            color: #333;
            text-shadow: 1px 1px 0 #f6f6f6;
            cursor: pointer;
        }

    .ui-autocomplete.ui-menu.ui-widget.ui-widget-content img {
        vertical-align: middle;
        margin-right: 5px;
    }


/*Default Autocomplete end*/


.header-basket {
    display: none;
}

.header-menu {
    position: relative;
    z-index: 1;
    margin-bottom: 25px;
    border-radius: 5px;
    /*background: #b3b3b3;*/
}

    .header-menu > ul > li > a,
    .header-menu > ul > li > span {
        display: block;
        border-top: 1px solid transparent;
        padding: 0 20px;
        font: normal 14px/48px 'Nexa W01 Bold';
        color: #3B3E43;
        text-transform: uppercase;
        /* text-shadow: 1px 1px 0 rgba(255,255,255,.5); */
        cursor: pointer;
    }


    .header-menu .sublist-wrap {
        display: none;
        position: absolute;
        z-index: 1;
        min-width: 200px;
        background-color: #fff;
        box-shadow: 0 4px 5px rgba(0,0,0,.4), inset 0 6px 5px -4px rgba(0,0,0,.7);
        padding: 10px 0 0;
        border-radius: 0 0 5px 5px;
    }

        .header-menu .sublist-wrap .sublist:after {
            content: "";
            position: absolute;
            display: block;
            top: auto;
            left: 0;
            bottom: 0;
            height: 40px;
            width: 100%;
            /*border-radius: 0 0 5px 5px;
            background: #ffffff;
            background: -moz-linear-gradient(top, #ffffff 0%, #e0e0e0 100%);
            background: -webkit-linear-gradient(top, #ffffff 0%,#e0e0e0 100%);
            background: linear-gradient(to bottom, #ffffff 0%,#e0e0e0 100%);*/
            z-index: -1;
        }

        .header-menu .sublist-wrap.active {
            display: block;
        }

    .header-menu .sublist li {
        position: relative;
    }

        .header-menu .sublist li a {
            display: block;
            border-top: 1px solid transparent;
            border-bottom: 1px solid transparent;
            padding: 8px 8px 8px 25px;
            font-size: 12px;
            color: #666 !important;
            border-radius: 0;
        }

    .header-menu .sublist-wrap .sublist-wrap {
        top: -10px;
        left: 100%;
        border-radius: 0 5px 5px 5px;
        box-shadow: 0 4px 5px rgba(0,0,0,.4);
        background-image: none;
    }

.slider-wrapper {
    position: relative;
    z-index: 1;
    margin-bottom: 22px;
    overflow: hidden;
    background: #fff;
}

    .slider-wrapper img {
        border-radius: 5px;
    }

.footer {
    position: relative;
    min-height: 200px;
	/* TODO: */
    /*background: #404040;
    background: -moz-linear-gradient(top, #404040 1%, #000000 54%);
    background: -webkit-linear-gradient(top, #404040 1%,#000000 54%);
    background: linear-gradient(to bottom, #404040 1%,#000000 54%);*/
    padding: 25px 0;
   /* box-shadow: 0 5px 7px rgba(0,0,0,.4);*/
    z-index: 1;
}

    .footer .center {
        width: 90%;
        margin: 0 auto;
        text-align: center;
    }

    .footer .upper-area {
       /* margin-top: 25px;
		border-top: 1px solid #ddd;
        border-bottom: 2px solid rgba(0,0,0,.2);
        box-shadow: 0 1px 0 rgba(255,255,255,.1);*/
    }

    .footer .footlist {
        margin-bottom: 25px;
    }

        .footer .footlist:first-child {
            margin-left: 0;
        }

        .footer .footlist .title {
            display: inline-block;
            margin-bottom: 5px;
            border-bottom: 2px solid rgba(0,0,0,.2);
            box-shadow: 0 1px 0 rgba(255,255,255,.1);
            padding: 0 15px 15px;
            font: normal 14px 'avantgarde';
            color: #c8c;
            text-shadow: -1px -1px 0 #222;
            text-transform: uppercase;
        }

        .footer .footlist li {
            margin: 10px 0;
            /* font: normal 12px/20px Tahoma, Geneva, sans-serif; */
            color: #999;
            overflow: hidden;
            text-overflow: ellipsis;
        }

        .footer .footlist img {
            vertical-align: middle;
            margin-right: 10px;
        }

        .footer .footlist a {
            background: url('../img/arrow1.png') left center no-repeat;
            padding-left: 10px;
            color: #999;
        }

            .footer .footlist a:hover {
                background: url('../img/arrow2.png') left center no-repeat;
                color: #c8c;
            }

.footer-contacts a {
    background: none !important;
    padding-left: 0 !important;
}

.footer .lower-area {
    overflow: hidden;
}

.footer .footbox .title,
.newsletter .title {
    margin-bottom: 10px;
    font: normal 14px 'avantgarde';
    text-transform: uppercase;
    color: #b7b;
    text-shadow: -1px -1px 0 #000;
}

    .newsletter .title strong {
        font-weight: normal;
    }

.newsletter-subscribe {
    display: inline-block;
}

.newsletter-email {
    overflow: hidden;
    margin-bottom: 20px;
}

    .newsletter-email .options {
        display: none;
    }

    .newsletter-email input[type="button"] {
        font-size: 0;
    }

    .newsletter-email .options > span {
        display: inline-block;
    }

    .newsletter-email .newsletter-unsubscribe-button {
        font-size: 13px !important;
        display: block;
        margin: 0;
        padding: 5px 5px 5px 0;
        border: none;
        background: none;
        color: #999;
        text-transform: uppercase;
        font-style: italic;
    }

        .newsletter-email .newsletter-unsubscribe-button:hover {
            color: #cc88cc;
        }

.newsletter .newsletter-subscribe-text {
    float: left;
    width: 250px;
    height: 28px;
    border: 1px solid #86828c;
    border-radius: 5px 0 0 5px;
    box-shadow: none;
    padding: 0 8px;
    font: normal 12px/26px Tahoma, Geneva, sans-serif;
    text-transform: lowercase;
    color: #333;
    background: #fff url(/Themes/Beauty/Content/img/input1.png) repeat-x;
}

.newsletter-subscribe-button {
    float: left;
    width: 28px;
    height: 28px;
    border: none;
    background: url('../img/button3.png') top no-repeat;
    font-size: 0;
}

.newsletter-unsubscribe-button {
    color: #999;
    display: block;
    margin: 0;
    clear: both;
    border: none;
    background: none;
}

    .newsletter-unsubscribe-button:hover {
        color: #c8c;
    }

.newsletter-email .please-wait {
    margin: 3px 0 0 5px;
    font: italic 12px Arial, Helvetica, sans-serif;
    color: #666;
}

.newsletter-result-block {
    display: block;
    padding-top: 5px;
    font: italic 12px Arial, Helvetica, sans-serif;
    color: #666;
    text-transform: lowercase;
}

.footer .footbox.social {
    margin-bottom: 25px;
}

    .footer .footbox.social a {
        display: inline-block;
        width: 30px;
        height: 30px;
        margin-right: 5px;
    }

        .footer .footbox.social a.facebook {
            background: url('../img/social1.png') no-repeat;
        }

        .footer .footbox.social a.twitter {
            background: url('../img/social2.png') no-repeat;
        }

        .footer .footbox.social a.rss {
            background: url('../img/social3.png') no-repeat;
        }

        .footer .footbox.social a.youtube {
            background: url('../img/social4.png') no-repeat;
        }

        .footer .footbox.social a.pinterest {
            background: url('../img/social5.png') no-repeat;
        }

        .footer .footbox.social a.google-plus {
            background: url('../img/social6.png') no-repeat;
        }

        .footer .footbox.social a.instagram {
            background: url('../img/instagram.png') no-repeat;
        }

.footer .footbox.pay-options img {
    max-width: 48px;
    margin-right: 3px;
}

.bottomline {
    position: relative;
    font: normal normal 11px/28px Tahoma, Geneva, sans-serif;
    color: #888;
    text-align: center;
   /* border-top: 1px solid #444;
    border-bottom: 1px solid #333;
    box-shadow: inset 0 -1px 7px rgba(0,0,0,.4);
    background: #222222;
    background: -moz-linear-gradient(top, #222222 0%, #797979 99%);
    background: -webkit-linear-gradient(top, #222222 0%,#797979 99%);
    background: linear-gradient(to bottom, #222222 0%,#797979 99%);*/
	background: #fff !important;
}

    .bottomline .center {
        position: relative;
        padding: 10px 0 18px;
        margin: 0 auto;
    }

        .bottomline .center > span,
        .bottomline .center > div {
            display: block;
        }


.footer-poweredby a,
.footer-designed-by a {
    color: #999;
    text-decoration: underline;
}

    .footer-poweredby a:hover,
    .footer-designed-by a:hover {
        color: #ccc;
    }

.footer-storetheme {
    display: block;
    width: 120px;
    margin: 0 auto;
    font: normal 11px Tahoma, Geneva, sans-serif;
    color: #999;
}

    .footer-storetheme select {
        border: 1px solid #555;
        height: 26px;
        padding: 4px;
        font: normal 12px Tahoma, Geneva, sans-serif;
        color: #666;
        border: 1px solid #555;
        color: #aaa;
        background: #5e5b61;
        box-shadow: none;
    }

.footer-tax-shipping {
    margin-bottom: 10px;
    font: normal normal 11px/28px Tahoma, Geneva, sans-serif;
    color: #888;
    text-align: center;
}

    .footer-tax-shipping a {
        color: #999;
        text-decoration: underline;
    }

.newsletter-result {
    margin-top: 7px;
}

/*********** LEFT&RIGHT COLUMNS ***********/


.topic-block,
.category-grid,
.product-grid {
    margin-bottom: 30px;
}


.master-column-wrapper {
    position: relative;
    z-index: 0;
    border-radius: 5px;
    background: #fff;
    padding: 15px;
}

    .master-column-wrapper:before {
        content: "";
        position: absolute;
        display: block;
        top: 0;
        left: 0;
        width: 100%;
        height: 50px;
        /*border-radius: 5px 5px 0 0;
        border-color: #dcdcdc;
        border-style: solid;
        border-width: 1px 0px 0 0px;
        box-shadow: inset 0 1px 0 #fff;
        background: #e4e4e4;
        background: -moz-linear-gradient(top, #e4e4e4 0%, #ffffff 100%);
        background: -webkit-linear-gradient(top, #e4e4e4 0%,#ffffff 100%);
        background: linear-gradient(to bottom, #e4e4e4 0%,#ffffff 100%);*/
        z-index: -1;
    }

    .master-column-wrapper:after {
        content: "";
        display: block;
        clear: both;
    }

.side-2 {
    margin-top: 40px;
}

.center-2 {
    margin-bottom: 15px;
}

    .center-2 .product-grid:last-of-type {
        margin-bottom: 0;
    }

    .center-2 .featured-product-grid {
        margin-bottom: 30px;
    }

.block {
    margin-bottom: 15px;
    border: 1px solid #ddd;
    border-radius: 5px;
    box-shadow: inset 0 1px 0 #fff;
}

    .block .title {
        position: relative;
        font-size: 14px;
        text-transform: uppercase;
        color: #c8c;
        box-shadow: inset 0 1px 0 #fff;
        text-shadow: 1px 1px 0 #fff;
        border-radius: 3px;
        background: #e4e4e4;
        background: -moz-linear-gradient(top, #e4e4e4 0%, #ffffff 100%);
        background: -webkit-linear-gradient(top, #e4e4e4 0%,#ffffff 100%);
        background: linear-gradient(to bottom, #e4e4e4 0%,#ffffff 100%);
    }

        .block .title strong,
        .block .title a.toggleControl {
            display: block;
            padding: 0 35px 0 10px;
            height: 46px;
            line-height: 46px;
            overflow: hidden;
            width: 100%;
            border: none;
            box-shadow: none;
            cursor: pointer;
            font-weight: normal;
            background: url(/Themes/Beauty/Content/img/responsive-toggle.png) no-repeat 97% center;
        }

    .block .listbox {
        position: relative;
        padding: 0 10px;
    }

        .block .listbox:after {
            content: "";
            position: absolute;
            display: block;
            top: auto;
            bottom: 0;
            left: 0;
            height: 40px;
            width: 100%;
            border-radius: 0 0 4px 4px;
            box-shadow: inset 0 -1px 0 #fff;
            background: #ffffff;
            background: -moz-linear-gradient(top, #ffffff 0%, #e4e4e4 100%);
            background: -webkit-linear-gradient(top, #ffffff 0%,#e4e4e4 100%);
            background: linear-gradient(to bottom, #ffffff 0%,#e4e4e4 100%);
            z-index: -1;
        }


    .block .list > li {
        border-top: 1px dotted #ddd;
        padding: 1px 0;
        color: #333;
    }

    .block .list li a {
        display: block;
        background: url('../img/arrow3.png') 5px center no-repeat;
        padding: 12px 0 12px 20px;
        color: #333;
        text-shadow: 1px 1px 0 #fff;
    }

    .block .list li:hover > a,
    .block .list li.active > a,
    .block .list li > a.active {
        background: url('../img/arrow2.png') 6px center no-repeat;
        background-color: rgba(230,230,238,.5);
        color: #c8c;
    }

    .block .sublist {
        margin: 5px 0 5px 15px;
    }

        .block .sublist a {
            color: #444;
        }

.block-popular-tags .tags,
.block-popular-blogtags .tags {
    overflow: hidden;
    padding: 0 0 10px;
}

.block-popular-tags li,
.block-popular-blogtags li {
    display: inline-block;
}

.block-popular-tags .tags a,
.block-popular-blogtags .tags a {
    display: inline-block;
    padding: 2px;
    line-height: 20px;
    color: #444;
}

    .block-popular-tags .tags a:hover,
    .block-popular-blogtags .tags a:hover {
        color: #c8c;
    }

.block .view-all {
    border-top: 1px dotted #ddd;
    padding: 12px 0;
    text-align: right;
}

    .block .view-all a {
        text-transform: none;
        color: #333;
    }

        .block .view-all a:hover {
            color: #c8c;
        }

.block .poll-results .answer {
    padding: 5px 0;
}

.block .poll-total-votes {
    text-align: right;
    padding: 12px 0;
}

.poll-display-text {
    display: block;
    margin-bottom: 12px;
    font-weight: bold;
    color: #333;
}

.poll-options {
    margin-bottom: 15px;
    border-bottom: 1px dotted #ccc;
    padding-bottom: 10px;
}

    .poll-options .answer {
        padding: 5px 0;
        color: #444;
    }

        .poll-options .answer *:hover {
            color: #c8c;
            cursor: pointer;
        }

.poll .buttons {
    padding-bottom: 12px;
    text-align: right;
}

.poll-results .answer {
    padding: 2px 10px;
}

.poll-total-votes {
    display: block;
    margin-top: 10px;
    border-top: 1px dotted #ccc;
    padding: 10px;
    font-weight: bold;
    color: #333;
}

.todays-poll-box {
    margin-bottom: 25px;
}

.home-page-polls .title {
    display: none;
}

.block-recently-viewed-products .separator {
    display: none;
}



/********** CATEGORIES & MANUFACTURERS **********/




.page {
    min-height: 250px;
}

.page-title:after {
    content: "";
    display: block;
    clear: both;
}

.page-title h1 {
    float: left;
    background: url('../img/bullet1.png') 5px center no-repeat;
    padding-left: 45px;
    font: normal 30px 'avantgarde_light';
    color: #c8c;
}

.link-rss {
    float: right;
    width: 24px;
    height: 24px;
    margin: 12px 10px 0 0;
    overflow: hidden;
    background: url('../img/icon_rss.png') no-repeat;
    text-indent: 24px;
}

    .link-rss a {
        display: block;
        width: 24px;
        height: 24px;
    }

.breadcrumb {
    margin-bottom: 10px;
    font-size: 0;
}

    .breadcrumb li .delimiter {
        margin: 0 7px;
    }

    .breadcrumb li {
        display: inline-block;
        margin: 0 0 5px 0;
        color: #666;
	font-style: normal;
	/**@@**/
    }

        .breadcrumb li a {
            color: #666;
            font-size: 12px;
        }

            .breadcrumb li a:hover {
                color: #c8c;
            }

        .breadcrumb li strong,
        .breadcrumb li span {
            font-size: 12px;
            color: #333;
        }

.product-selectors {
    margin-bottom: 25px;
    padding: 5px 0;
    text-align: center;
}

    .product-selectors:after {
        content: "";
        display: block;
        clear: both;
    }

.product-viewmode,
.product-page-size {
    display: none;
}

.product-selectors > div > span {
    font-style: italic;
}

.product-selectors select {
    margin-left: 5px;
    padding: 6px;
    text-transform: lowercase;
    color: #444;
    background: #dfdddd;
    background: -moz-linear-gradient(top, #dfdddd 0%, #ffffff 80%, #ffffff 80%);
    background: -webkit-linear-gradient(top, #dfdddd 0%,#ffffff 80%,#ffffff 80%);
    background: linear-gradient(to bottom, #dfdddd 0%,#ffffff 80%,#ffffff 80%);
}

.product-viewmode select {
    min-width: 80px;
}

.product-page-size select {
    min-width: 60px;
}

.product-filters-wrapper:after {
    content: "";
    display: block;
    clear: both;
}

.product-filters {
    display: none;
    overflow: hidden;
    margin: 20px 0;
}

    .product-filters > div {
        margin-bottom: 15px;
    }

    .product-filters .title,
    .product-filters .filter-title {
        display: block;
        text-align: center;
        margin-bottom: 10px;
        border-bottom: 1px dotted #ccc;
        padding-bottom: 10px;
        text-transform: uppercase;
        color: #c8c;
    }

    .product-filters .available-items,
    .product-filters .filter-content {
        overflow: hidden;
    }

    .product-filters ul {
        margin: 0 0 10px;
        border: 1px solid #ddd;
        border-radius: 3px;
        background: #eee;
        padding: 10px;
    }

    .product-filters li {
        padding: 3px 0;
        text-align: center;
    }

        .product-filters li.title {
            margin-bottom: 10px;
            border-bottom: 1px dotted #ccc;
            padding-bottom: 10px;
            color: #c8c;
            text-transform: uppercase;
        }

        .product-filters li a {
            color: #666;
        }

            .product-filters li a:hover {
                color: #c8c;
                text-decoration: none;
            }

.already-filtered-items,
.selected-price-range {
    overflow: hidden;
    color: #333;
}

.product-filters .item {
    margin-right: 5px;
    padding: 3px;
    border-radius: 3px;
}

.remove-filter a {
    display: inline-block;
    margin: 10px 10px 0 0;
    border: 1px solid #ccc;
    border-radius: 3px;
    box-shadow: inset 0 1px 0 #fff;
    padding: 5px 10px;
    font-size: 11px;
    color: #333;
    text-shadow: 1px 1px 0 #fff;
    background: #dcdcdc;
    background: -moz-linear-gradient(top, #ffffff 0%, #dcdcdc 50%, #ffffff 100%);
    background: -webkit-linear-gradient(top, #ffffff 0%,#dcdcdc 50%,#ffffff 100%);
    background: linear-gradient(to bottom, #ffffff 0%,#dcdcdc 50%,#ffffff 100%);
    background-size: 100% 200%;
    background-position: top;
    transition: all .2s ease;
}

    .remove-filter a:hover {
        background-position: bottom;
    }

.item-grid {
    margin-bottom: 10px;
}

.home-page .item-grid {
    margin-bottom: 25px;
}

.item-grid:after,
.product-grid:after {
    content: "";
    display: block;
    clear: both;
}

.item-box {
    position: relative; /*quick view inline css replacement*/
    margin: 0 auto 15px;
    border: 1px solid #ddd;
    max-width: 350px;
    border-radius: 5px;
    background: #fff;
    box-shadow: inset 0 0 10px #ddd;
    padding: 12px;
    vertical-align: top;
}

    .item-box .picture {
        position: relative;
        border-radius: 5px;
        overflow: hidden;
        text-align: center;
        margin: 0 auto 10px;
    }

    .item-box .manufacturer-item .picture,
    .item-box .vendor-item .picture {
        margin-bottom: 0;
    }


.home-page-product-grid .item-box .picture {
    margin: 0 auto 10px;
    line-height: inherit;
    width: 60%;
    height: auto;
}

.item-box .picture a:before {
    content: "";
    display: block;
    padding-top: 100%;
}


.item-box .picture img {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    height: 100%;
    width: auto;
    backface-visibility: hidden;
    transition: all .2s ease;
}

.item-box .product-title {
    height: 40px;
    margin-bottom: 10px;
    overflow: hidden;
    font: normal 18px 'avantgarde';
    line-height: 1.2;
}

    .item-box .product-title a {
        color: #444;
    }

        .item-box .product-title a:hover {
            text-decoration: underline;
        }

.item-box .description {
    height: 28px;
    line-height: 1.2;
    margin-bottom: 10px;
    overflow: hidden;
    font-size: 12px;
}

.item-box .prices {
    margin-bottom: 10px;
}

.item-box .sku {
    display: none;
}

.item-box .old-price {
    display: inline-block;
    margin: 0 3px 5px 0;
    /* font: normal 11px /*'avantgarde'*/
    Tahoma, Geneva, sans-serif; */
    color: #999;
    text-decoration: line-through;
    font-family: 'Nexa W01 Regular';
    font-size: 0.8rem;
    line-height: 19px;
    color: #222;
    font-weight: normal;
}

.item-box .actual-price {
    display: inline-block;
    font: bold 14px /*'avantgarde'*/ Tahoma, Geneva, sans-serif;
    color: #c8c;
    margin: 0 5px 5px 0;
}

    .item-box .actual-price:empty {
        display: none;
    }

.item-box .tax-shipping-info,
.base-price-pangv {
    font-size: 12px;
}

.item-box input[type="button"],
.item-box .buynow-button {
    display: block;
    width: 100%;
    padding: 10px 0;
    font: normal 18px 'avantgarde';
    text-transform: uppercase;
}


.button-2,
.news-list-page .read-more,
.news-list-homepage .read-more,
.vote-poll-button,
.mini-shopping-cart .button-1 {
    text-align: center;
    border-width: 1px;
    border-style: solid;
    border-color: #ccc #bbb #aaa;
    border-radius: 3px;
    color: #444;
    text-shadow: 1px 1px 0 #fff;
    background: #dcdcdc;
    background: -moz-linear-gradient(top, #ffffff 0%, #dcdcdc 50%, #ffffff 100%);
    background: -webkit-linear-gradient(top, #ffffff 0%,#dcdcdc 50%,#ffffff 100%);
    background: linear-gradient(to bottom, #ffffff 0%,#dcdcdc 50%,#ffffff 100%);
    background-size: 100% 200%;
    background-position: top;
    transition: all .2s ease;
}

    .button-2:hover,
    .news-list-page .read-more:hover,
    .news-list-homepage .read-more:hover,
    .vote-poll-button:hover,
    .mini-shopping-cart .button-1:hover {
        border-color: #aaa #bbb #ccc;
        box-shadow: inset 0 1px 0 #eee;
        background-position: bottom;
    }

.item-box .add-info .add-to-compare-list-button,
.item-box .add-info .add-to-wishlist-button {
    display: none;
}

.item-box .sku {
    margin: 0 0 10px;
    font-size: 12px;
}

.rating {
    height: 16px;
    width: 80px;
    background: url(../img/star-x-inactive.png) 0 0 repeat-x;
    margin-bottom: 10px;
}

    .rating div {
        float: left;
        height: 16px;
        background: url(../img/star-x-active.png) 0 0 repeat-x;
    }

.category-title,
.grid-title,
.product-grid .title,
.vendor-title,
.topic-html-content-title,
.topic-block-title,
.news-list-homepage .title,
.page-title,
.forum-page .forum-name,
.forum-topic-page .topic-name {
    position: relative;
    margin-bottom: 45px;
}

    .category-title:before,
    .grid-title:before,
    .product-grid .title:before,
    .vendor-title:before,
    .topic-html-content-title:before,
    .topic-block-title:before,
    .news-list-homepage .title:before,
    .page-title:before,
    .forum-page .forum-name:before,
    .forum-topic-page .topic-name:before {
        content: "";
        position: absolute;
        display: block;
        top: auto;
        left: 0;
        bottom: -20px;
        width: 100%;
        border-bottom: 1px dotted #c8c;
    }

    .category-title:after,
    .grid-title:after,
    .product-grid .title:after,
    .vendor-title:after,
    .topic-html-content-title:after,
    .topic-block-title:after,
    .news-list-homepage .title:after {
        content: "";
        display: block;
        clear: both;
    }

    .category-title .title,
    .category-grid .title strong,
    .category-grid .grid-title strong,
    .product-grid .title strong,
    .product-grid .grid-title strong,
    .vendor-title h2,
    .topic-html-content-header,
    .topic-block-title h2,
    .news-list-homepage .title strong,
    .grid-header .title {
        display: inline-block;
        font: normal 26px 'avantgarde_light';
        color: #c8c;
        padding: 0 0 0 45px;
        background: url('../img/bullet1.png') left center no-repeat;
        text-align: left;
    }

.grid-header .title {
    display: block;
}

.home-page-product-grid .item-box {
    position: relative;
    display: block;
    margin: 0 auto 25px;
    border: 15px solid #ddd;
    border-radius: 50%;
    max-height: 350px;
}

    .home-page-product-grid .item-box:before {
        content: "";
        display: block;
        padding-bottom: 100%;
        width: 100%;
    }


    .home-page-product-grid .item-box .item-content {
        position: absolute;
        top: 0;
        left: 0;
        padding: 8px;
        width: 100%;
        height: 100%;
    }

.home-page-category-grid .item-box,
.sub-category-grid .item-box {
    height: auto;
    border-width: 10px;
    padding: 10px;
    margin-bottom: 15px;
    border-radius: 350px;
}

    .sub-category-grid .item-box .picture,
    .home-page-category-grid .picture {
        display: none;
    }

.item-grid {
    font-size: 0;
}


.home-page-product-grid .picture a {
    height: auto;
}

    .home-page-product-grid .picture a:before {
        content: " ";
        display: block;
        padding-top: 100%;
    }

.home-page-category-grid .picture,
.home-page-product-grid .picture {
    border-radius: 50%;
}

.home-page-category-grid .title,
.home-page-product-grid .product-title,
.sub-category-grid .item-box .title {
    position: relative;
    margin: 0;
    background: none; /*reset*/
    padding: 0; /*reset*/
    text-align: center;
    font: normal 15px 'avantgarde';
}

.home-page-product-grid .product-title {
    padding: 0 10px;
    font-size: 12px;
    height: 30px;
    overflow: hidden;
    text-transform: none;
    line-height: 1.2;
}

    .home-page-category-grid .title a,
    .home-page-product-grid .product-title a,
    .sub-category-grid .title a,
    .manufacturer-list-page .title a,
    .vendor-list-page .title a {
        color: #444;
    }

        .home-page-category-grid .title a:hover,
        .home-page-product-grid .product-title a:hover,
        .sub-category-grid .title a:hover,
        .manufacturer-list-page .title a:hover,
        .vendor-list-page .title a:hover {
            color: #c8c;
            text-decoration: none;
        }

.home-page-product-grid .prices {
    text-align: center;
}

.sub-category-grid {
    margin: 15px 0 25px;
}

.product-grid.bestsellers {
    margin: 0 0 15px;
    overflow: hidden;
}

.sub-category-grid .item-grid,
.product-grid .item-grid {
    padding: 0;
    font-size: 0;
}

.sub-category-grid .picture {
    margin-bottom: 0;
    border-radius: 2px 2px 5px 5px;
}

    .sub-category-grid .picture img {
        border-radius: 2px 2px 5px 5px;
    }

.category-description,
.manufacturer-description,
.vendor-description,
.text {
    margin-bottom: 10px;
    padding: 5px 0;
    text-align: justify;
    font: normal 13px Tahoma, Geneva, sans-serif;
    line-height: 1.5;
}

.manufacturer-list-page .page-body {
    margin-bottom: 15px;
}

.manufacturer-list-page .item-grid {
    margin-bottom: 0;
    padding: 0 1px;
}

.manufacturer-list-page .item-box,
.vendor-list-page .item-box {
    width: 190px;
    text-align: center;
}

    .manufacturer-list-page .item-box .title,
    .vendor-list-page .item-box .title {
        margin-bottom: 10px;
        font: normal 18px 'avantgarde';
        text-transform: uppercase;
    }

.pager {
    overflow: hidden;
    margin-bottom: 30px;
}

    .pager:last-child {
        margin-bottom: 0;
    }

    .pager ul {
        float: right;
        padding: 5px;
    }

    .pager li {
        display: inline-block;
        margin: 0 6px 6px 0;
    }

        .pager li.total-summary {
            float: none;
            display: block;
            margin: 0 0 15px 0;
        }

    .pager a {
        display: inline-block;
        border: 1px solid #ccc;
        border-radius: 3px;
        padding: 5px 9px;
        font-size: 12px;
        color: #333;
        text-align: center;
        border-width: 1px;
        border-style: solid;
        border-color: #ccc #bbb #aaa;
        text-shadow: 1px 1px 0 #fff;
        background: #dcdcdc;
        background: -moz-linear-gradient(top, #ffffff 0%, #dcdcdc 50%, #ffffff 100%);
        background: -webkit-linear-gradient(top, #ffffff 0%,#dcdcdc 50%,#ffffff 100%);
        background: linear-gradient(to bottom, #ffffff 0%,#dcdcdc 50%,#ffffff 100%);
        background-size: 100% 200%;
        background-position: top;
        transition: all .2s ease;
    }

    .pager span {
        display: inline-block;
        border: 1px solid #000;
        border-radius: 3px;
        box-shadow: 0 1px 0 #bbb;
        padding: 5px 9px;
        font-size: 12px;
        color: #c8c;
        background: #4b4b4b;
        background: -moz-linear-gradient(top, #4b4b4b 0%, #000000 50%, #000000 50%, #4b4b4b 100%);
        background: -webkit-linear-gradient(top, #4b4b4b 0%,#000000 50%,#000000 50%,#4b4b4b 100%);
        background: linear-gradient(to bottom, #4b4b4b 0%,#000000 50%,#000000 50%,#4b4b4b 100%);
        background-size: 100% 200%;
        background-position: top;
        transition: all .2s ease;
    }

        .pager span:hover,
        .pager a:hover {
            background-position: bottom;
        }

    .pager a:hover {
        cursor: pointer;
    }


/*********** PRODUCT PAGE ***********/



.product-details-page {
    margin-bottom: 30px;
    padding-top: 5px;
}

.product-essential:after {
    content: "";
    display: block;
    clear: both;
}

.gallery {
    margin: 0 auto 20px;
    max-width: 400px;
}

    .gallery .picture {
        margin: auto;
        border: 1px solid #ddd;
        overflow: hidden;
        text-align: center;
        line-height: 0; /*Cloud Zoom gap fix*/
    }

        .gallery .picture a {
            display: block;
        }

        .gallery .picture img {
            max-width: 100%;
        }

    .gallery .picture-thumbs {
        overflow: hidden;
    }

        .gallery .picture-thumbs .thumb-item {
            position: relative;
            float: left;
            width: calc(33.33% - 6.66px);
            margin: 10px 10px 0 0;
            text-align: center;
            line-height: 90px;
            border: 1px solid #ddd;
            font-size: 0;
            overflow: hidden;
        }

            .gallery .picture-thumbs .thumb-item:nth-child(3n) {
                margin-right: 0;
            }

            .gallery .picture-thumbs .thumb-item:before {
                content: "";
                display: block;
                padding-top: 100%;
            }


            .gallery .picture-thumbs .thumb-item img {
                position: absolute;
                top: 0;
                bottom: 0;
                left: 0;
                right: 0;
                margin: auto;
                max-height: 100%;
            }

.product-details-page .overview {
    position: relative; /*Cloud Zoom position*/
    margin: 0 0 10px 0;
}

.product-details-page .discontinued-product h4 {
    margin: 0 0 10px;
    color: #c00;
    text-transform: uppercase;
}

.product-details-page .product-name h1,
.product-details-page .variant-name {
    margin-bottom: 15px;
    font: normal 26px/32px 'avantgarde_light';
    color: #c8c;
}

.product-details-page .short-description,
.product-details-page .variant-description {
    margin-bottom: 10px;
    font: normal 13px/18px Tahoma, Geneva, sans-serif;
    color: #666;
}

.back-in-stock-subscription {
    margin-bottom: 15px;
}

    .back-in-stock-subscription .subscribe-button,
    .add-to-wishlist-button,
    .add-to-compare-list-button {
        border: 1px solid #ccc;
        border-radius: 3px;
        box-shadow: inset 0 1px 0 #fff;
        padding: 0 10px;
        font: normal 12px Tahoma, Geneva, sans-serif;
        line-height: 30px;
        color: #333;
        text-shadow: 1px 1px 0 #fff;
        background: #dcdcdc;
        background: -moz-linear-gradient(top, #ffffff 0%, #dcdcdc 50%, #ffffff 100%);
        background: -webkit-linear-gradient(top, #ffffff 0%,#dcdcdc 50%,#ffffff 100%);
        background: linear-gradient(to bottom, #ffffff 0%,#dcdcdc 50%,#ffffff 100%);
        background-size: 100% 200%;
        background-position: top;
        transition: all .2s ease;
    }

.product-details-page .manufacturers {
    margin-bottom: 10px;
}

    .product-details-page .manufacturers a {
        font-weight: bold;
        text-transform: uppercase;
        color: #333;
    }

        .product-details-page .manufacturers a:hover {
            text-decoration: underline;
        }

.product-no-reviews,
.product-reviews-overview {
    margin-bottom: 15px;
}

    .product-no-reviews a {
        font: normal normal 11px Tahoma, Geneva, sans-serif;
        color: #c8c;
    }

        .product-no-reviews a:hover,
        .product-review-links a:hover {
            text-decoration: underline;
        }

.product-review-list .rating {
    margin-bottom: 0;
}

.my-product-reviews-list-page .rating {
    margin-bottom: 0;
}

.download-sample {
    margin-bottom: 15px;
}

.download-sample-button a {
    font-size: 11px;
    font-weight: bold;
    color: #333;
    text-decoration: underline;
}

.product-details-page .add-info {
    margin-bottom: 20px;
    overflow: hidden;
}

    .product-details-page .add-info > div,
    .product-details-page .add-info > input {
        float: left;
        margin: 0 10px 10px 0;
    }

    .product-details-page .add-info .email-a-friend {
        margin: 0;
    }

.email-a-friend-button {
    height: 24px;
    border: none;
    background: none;
    font: normal 12px/26px Tahoma, Geneva, sans-serif;
    color: #c8c;
}

    .email-a-friend-button:hover {
        text-decoration: underline;
        box-shadow: none;
    }

.product-details-page .sku,
.product-details-page .gtin,
.product-details-page .free-shipping,
.product-details-page .product-vendor {
    margin: 8px 0;
}

.product-details-page .stock {
    margin-bottom: 15px;
}

    .product-details-page .stock .value {
        font-weight: bold;
        text-transform: uppercase;
        color: #333;
    }

.product-details-page .free-shipping {
    width: 100px;
    height: 100px;
    background: url('../img/free-shipping.png') no-repeat;
    padding: 25px 5px 5px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    cursor: default;
}

.product-vendor a:hover {
    text-decoration: underline;
}

.product-details-page .min-qty-notification {
    margin: 0 0 15px;
    font-style: italic;
}

.buy-panel {
    margin-bottom: 20px;
}

.attributes {
    margin-bottom: 20px;
}

    .attributes:after {
        content: '';
        display: block;
        clear: both;
    }

    .attributes dt {
        margin-bottom: 5px;
        font-size: 12px;
        font-weight: bold;
        color: #333;
    }

    .attributes dd {
        margin-bottom: 12px;
    }

    .attributes input {
        vertical-align: middle;
    }

    .attributes select {
        min-width: 100px;
    }

.product-variant-line .attributes select {
    margin-bottom: 10px;
}

.attributes .qty-box input[type='text'] {
    width: 35px;
    text-align: center;
    padding: 0;
    height: 32px;
}

.attribute-squares li {
    position: relative;
    display: inline-block;
    margin: 0 5px 0 0;
}

.attribute-squares .attribute-square-container {
    display: inline-block;
    border: 1px solid #999;
    padding: 1px;
    cursor: pointer;
}

.attribute-squares .selected-value .attribute-square-container {
    border: 2px solid #075899;
    padding: 0;
}

.attribute-squares .attribute-square {
    display: inline-block;
    width: 14px;
    height: 14px;
}

.option-list.attribute-squares label {
    margin-left: 0;
}

.attribute-squares.image-squares .attribute-square,
.attribute-squares.color-squares .attribute-square {
    width: 26px;
    height: 26px;
}

td .attribute-squares.image-squares .attribute-square,
td .attribute-squares.color-squares .attribute-square {
    width: 14px;
    height: 14px;
}

.attribute-squares input {
    position: absolute;
    z-index: -1;
    top: 20%;
    left: 20%;
}

.attribute-item {
    margin-bottom: 10px;
}

.attribute-label {
    margin-bottom: 7px;
}

.attribute-data input,
.rental-attributes .datepicker {
    width: 100%;
    max-width: 280px;
    height: 32px;
}

.order-line {
    overflow: hidden;
}

    .order-line .product-price {
        width: 100%;
    }

    .order-line .prices {
        overflow: hidden;
        margin-bottom: 10px;
    }

        .order-line .prices > div {
            float: left;
            margin-bottom: 10px;
        }

    .order-line .tax-shipping-info {
        float: none !important;
        line-height: 1.2;
        margin: 0 0 10px;
        clear: both;
    }

    .order-line .product-price {
        font-size: 18px;
        font-weight: bold;
        color: #c6c;
    }

    .order-line .old-product-price {
        margin-right: 10px;
        color: #999;
        text-decoration: line-through;
    }

.variant-overview .order-line > *,
.product-details-page .variant-overview .add-info > * {
    float: none;
}

.customer-entered-price {
    clear: both;
    margin-bottom: 20px;
    border-radius: 5px;
    overflow: hidden;
    background: #f3f3f3;
    padding: 10px;
}

    .customer-entered-price .price-input {
        margin-bottom: 10px;
    }

    .customer-entered-price label {
        margin-right: 10px;
        font-size: 11px;
        font-weight: bold;
        color: #333;
    }

    .customer-entered-price input {
        width: 83px;
        border: 1px solid #ccc;
        padding: 5px;
        font: normal 14px Arial, Helvetica, sans-serif;
        background: #dfdddd;
        background: -moz-linear-gradient(top, #dfdddd 0%, #ffffff 80%, #ffffff 80%);
        background: -webkit-linear-gradient(top, #dfdddd 0%,#ffffff 80%,#ffffff 80%);
        background: linear-gradient(to bottom, #dfdddd 0%,#ffffff 80%,#ffffff 80%);
    }

    .customer-entered-price .price-range {
        clear: both;
        color: #c8c;
    }

.add-to-cart .quantity {
    float: left;
    margin-right: 5px;
}

.add-to-cart .qty-label {
    float: left;
    margin-right: 8px;
    font: bold 11px/37px Tahoma, Geneva, sans-serif;
    color: #444;
}

.add-to-cart .qty-input,
.add-to-cart .qty-dropdown {
    float: left;
    width: 50px;
    height: 37px;
    border: 1px solid #ccc;
    padding: 6px;
    text-align: center;
    font: normal 13px Arial, Helvetica, sans-serif;
    color: #333;
    border: 1px solid #b5b0bd;
}

.add-to-cart .qty-dropdown {
    width: auto;
}

.add-to-cart .add-to-cart-button {
    float: left;
    border: 2px solid #999;
    border-radius: 3px;
    padding: 5px 20px;
    box-shadow: inset 0 0 5px #000;
    text-align: center;
    font: normal 20px 'avantgarde';
    color: #c8c;
    text-transform: uppercase;
    text-shadow: -1px -1px 0px #111;
    background: #474747;
    background: -moz-linear-gradient(top, #474747 0%, #000000 50%, #4c4c4c 100%);
    background: -webkit-linear-gradient(top, #474747 0%,#000000 50%,#4c4c4c 100%);
    background: linear-gradient(to bottom, #474747 0%,#000000 50%,#4c4c4c 100%);
    background-size: 100% 200%;
    background-position: top;
    transition: all .2s ease;
}

.add-to-cart .add-to-wishlist-button {
    display: none;
}

.product-details-page .full-description {
    clear: both;
    margin-bottom: 20px;
    line-height: 18px;
}

.product-specs-box {
    clear: both;
    margin-bottom: 20px;
}

    .product-specs-box .title {
        margin-bottom: 10px;
        font: normal 16px/20px Tahoma, Geneva, sans-serif;
        color: #444;
    }

        .product-specs-box .title strong {
            font-weight: normal;
        }

    .product-specs-box .data-table td {
        text-align: left !important;
    }

    .product-specs-box .odd td {
        background: #f6f6f6;
    }

    .product-specs-box .even td {
        background: #fff;
    }

    .product-specs-box td:first-child {
        width: 200px;
        text-align: left;
    }
/*DATEPICKER*/
.ui-datepicker {
    background-color: #ffffff;
    text-align: center;
    width: 280px;
}

.ui-datepicker-title {
    font-weight: bold;
    line-height: 30px;
    position: relative;
    text-transform: uppercase;
    z-index: 0;
    color: #555;
    font-family: "Open Sans Condensed",Arial,sans-serif;
    background: #fff;
    border: 1px solid #ccc;
}

.ui-datepicker-header a {
    font-size: 0;
    height: 32px;
    position: absolute;
    top: 0;
    width: 32px;
    z-index: 1;
    border: 1px solid #ddd;
}

    .ui-datepicker-header a.ui-datepicker-prev {
        background: url("../img/rtl-arrow1.png") no-repeat scroll center center rgba(0, 0, 0, 0);
        left: 0;
    }

    .ui-datepicker-header a.ui-datepicker-next {
        background: url("../img/arrow1.png") no-repeat scroll center center rgba(0, 0, 0, 0);
        right: 0;
    }

.ui-datepicker-header {
    background-color: #333333;
    color: #ffffff;
    height: 31px;
    position: relative;
}

.ui-datepicker-calendar th, .ui-datepicker-calendar td {
    border: 1px solid #cccccc;
    width: 14.285%;
}

.ui-datepicker-calendar th {
    background-color: #eeeeee;
}

    .ui-datepicker-calendar th span, .ui-datepicker-calendar td a {
        display: block;
        line-height: 32px;
        min-height: 32px;
    }

.ui-datepicker-calendar th, .ui-datepicker-calendar td {
    border: 1px solid #cccccc;
    width: 14.285%;
}

    .ui-datepicker-calendar th, .ui-datepicker-calendar td:hover a {
        background-color: #eee;
    }

        .ui-datepicker-calendar th span, .ui-datepicker-calendar td a {
            display: block;
            line-height: 32px;
            min-height: 32px;
        }

    .ui-datepicker-calendar td a {
        transition: all 0.2s ease-in-out 0s;
    }

/*Jquery Tabs start*/
.ui-tabs {
    clear: both;
    margin-bottom: 20px;
}

    .ui-tabs .ui-tabs-nav {
        float: left;
    }

        .ui-tabs .ui-tabs-nav li {
            float: left;
            padding-left: 2px;
            background: #1f1f1f;
        }

            .ui-tabs .ui-tabs-nav li:first-child {
                background: none;
                padding-left: 0;
            }

            .ui-tabs .ui-tabs-nav li a {
                display: inline-block;
                padding: 10px 15px;
                text-align: center;
                font: normal 12px Tahoma, Geneva, sans-serif;
                text-transform: uppercase;
                color: #bbb;
                text-shadow: -1px -1px 0px #111;
                box-shadow: inset 0 0 5px #000;
                background: #474747;
                background: -moz-linear-gradient(top, #474747 0%, #000000 50%, #4c4c4c 100%);
                background: -webkit-linear-gradient(top, #474747 0%,#000000 50%,#4c4c4c 100%);
                background: linear-gradient(to bottom, #474747 0%,#000000 50%,#4c4c4c 100%);
                background-size: 100% 200%;
                background-position: top;
                transition: all .2s ease;
            }

                .ui-tabs .ui-tabs-nav li a:hover,
                .ui-tabs .ui-tabs-nav li.ui-tabs-selected a,
                .ui-tabs .ui-state-active.ui-tabs-active a {
                    background-position: bottom;
                    color: #c8c;
                }

            .ui-tabs .ui-tabs-nav li:first-child a {
                border-radius: 5px 0 0 0;
            }

            .ui-tabs .ui-tabs-nav li:last-child,
            .ui-tabs .ui-tabs-nav li:last-child a {
                border-radius: 0 5px 0 0;
            }

    .ui-tabs .ui-tabs-panel {
        clear: both;
        border-top: 1px dotted #ccc;
        border-bottom: 1px dotted #ccc;
        padding: 10px;
    }

    .ui-tabs .full-description {
        margin-bottom: 0;
    }

    .ui-tabs .product-specs-box {
        margin: 10px 0;
    }

        .ui-tabs .product-specs-box td {
            border: 1px dotted #ccc;
            text-align: left;
        }

    .ui-tabs .write-review .form-fields {
        margin-bottom: 10px;
        background: #f6f6f6;
        padding: 10px 15px;
    }
/*Jquery Tabs end*/

.product-variant-line {
    padding-top: 30px;
    margin-top: 30px;
    border-top: 1px dotted #ccc;
}

    .product-variant-line:last-child {
        margin-bottom: 30px;
    }

    .product-variant-line:after {
        content: "";
        display: block;
        clear: both;
    }

    .product-variant-line .buy-panel {
        border: none;
        margin-bottom: 0;
    }

    .product-variant-line .variant-picture {
        width: 150px;
        min-height: 150px;
        margin: 0 0 15px;
        border: 1px solid #ddd;
        overflow: hidden;
    }

        .product-variant-line .variant-picture img {
            width: 100%;
        }

    .product-variant-line .variant-name {
        margin-bottom: 10px;
        font: normal 24px 'avantgarde_light';
        color: #c8c;
    }

    .product-variant-line .stock {
        margin: 0 15px 0 0;
        line-height: 26px;
    }

    .product-variant-line .order-line {
        background: #f6f6f6;
        padding: 12px 10px;
    }

    .product-variant-line .product-price {
        font-size: 14px;
    }

.tier-prices {
    margin-bottom: 20px;
}

    .tier-prices .prices-header {
        margin-bottom: 10px;
        font: normal 18px 'avantgarde';
        color: #444;
    }

        .tier-prices .prices-header strong {
            font-weight: normal;
        }

    .tier-prices .title {
        margin-bottom: 10px;
        font: normal 16px/20px Tahoma, Geneva, sans-serif;
        color: #444;
    }

        .tier-prices .title strong {
            font-weight: normal;
        }


    .tier-prices td {
        border-bottom: 1px dotted #ccc;
        background: #f6f6f6;
        padding: 8px 5px;
    }

    .tier-prices tr:first-child td {
        border-top: 1px dotted #ccc;
    }

    .tier-prices .item-price {
        color: #c8c;
    }

.product-tags-box {
    margin-bottom: 20px;
}

    .product-tags-box .title {
        margin-bottom: 10px;
        font-size: 16px;
        color: #444;
    }

        .product-tags-box .title strong {
            font-weight: normal;
        }

.product-tags-list {
    overflow: hidden;
    border-top: 1px dotted #ccc;
    border-bottom: 1px dotted #ccc;
    background: #f6f6f6;
    padding: 7px 10px;
    line-height: 20px;
}

    .product-tags-list li {
        float: left;
        color: #c8c;
    }

        .product-tags-list li.separator {
            margin-right: 10px;
        }

        .product-tags-list li a {
            color: #c8c;
        }

            .product-tags-list li a:hover {
                text-decoration: underline;
            }

.product-tags-all-page ul {
    margin-bottom: 10px;
    border: none; /*reset*/
    background: none; /*reset*/
}

.product-tags-all-page li {
    margin-right: 10px;
    line-height: 24px;
}

    .product-tags-all-page li a {
        color: #444;
    }

.tooltip-container {
    display: none;
}

.giftcard {
    clear: both;
    margin: 10px 0 20px;
    clear: both;
}

    .giftcard > div {
        margin-bottom: 10px;
    }

    .giftcard label {
        display: inline-block;
        margin-bottom: 7px;
        width: 100%;
        font-size: 12px;
        font-weight: bold;
        color: #555;
    }

    .giftcard input[type="text"],
    .giftcard textarea {
        width: 100%;
        max-width: 300px;
        vertical-align: middle;
        padding: 5px;
        font-size: 12px;
    }

    .giftcard textarea {
        height: 100px;
    }



/*********** PRODUCT-REVIEWS ***********/



.write-review .title {
    margin-bottom: 20px;
    font: normal 18px 'avantgarde';
    color: #444;
}

    .write-review .title strong {
        font-weight: normal;
    }

.review-rating {
    margin: 5px 0 15px;
    font-size: 0;
}

    .review-rating:after {
        content: "";
        display: block;
        clear: both;
    }

    .review-rating > label {
        display: inline-block;
        width: 100%;
        margin-bottom: 10px;
        color: #444;
        font-size: 12px;
    }

    .review-rating ul {
        display: inline-block;
        width: 100%;
        overflow: hidden;
        text-align: center;
        font-size: 12px;
    }

        .review-rating ul .label {
            width: calc(50% - 50px);
        }

        .review-rating ul .first {
            float: left;
            text-align: left;
            width: calc(50% - 40px);
        }

        .review-rating ul .last {
            float: right;
            width: calc(50% - 40px);
            text-align: right;
        }

.write-review .review-rating li {
    display: inline;
    font-weight: bold;
    color: #333;
}


.product-review-list {
    margin-top: 20px;
    padding: 20px 0 10px;
    border-top: 1px dotted #ccc;
}

    .product-review-list .title {
        margin-bottom: 10px;
        background: #f6f6f6;
        padding: 8px;
        font: normal 18px 'avantgarde';
        color: #444;
        text-align: left;
    }

        .product-review-list .title strong {
            font-weight: normal;
        }

.product-review-item {
    margin-bottom: 20px;
    border-bottom: 1px dotted #ccc;
    padding: 5px 5px 20px;
}

.review-item-head {
    overflow: hidden;
    margin-bottom: 10px;
}

    .review-item-head .review-title {
        float: left;
        max-width: 600px;
        color: #333;
    }

    .review-item-head .product-review-box {
        float: right;
    }

.product-review-item .review-text {
    margin-bottom: 10px;
    line-height: 1.5;
}

.product-review-item .review-info {
    margin-bottom: 8px;
    font-size: 11px;
    font-weight: bold;
}

    .product-review-item .review-info a {
        color: #333;
    }

        .product-review-item .review-info a:hover,
        .product-review-helpfulness .vote:hover {
            text-decoration: underline;
        }

.product-review-helpfulness {
    font-size: 11px;
    color: #999;
}

    .product-review-helpfulness .vote {
        color: #c8c;
        cursor: pointer;
    }

.product-review-item .reply-header {
    margin: 15px 0 5px;
    font-weight: bold;
}


/*********** WISHLIST & COMPARE LIST ***********/

.wishlist-content .cart,
.wishlist-content .data-table
/*.compare-products-page .data-table*/ {
    background: transparent;
}

    .wishlist-content .cart th,
    .wishlist-content .table-wrapper th
    /*.compare-products-page .data-table th*/ {
        background: transparent;
    }

.wishlist-page .page-body
/*.compare-products-page .page-body*/ {
    position: relative;
    margin-bottom: 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
    box-shadow: inset 0 1px 0 #fff;
    padding: 10px;
    line-height: 18px;
}

    .wishlist-page .page-body:before,
    .contact-page .page-body:before,
    .email-a-friend-page .page-body:before,
    .apply-vendor-page .page-body:before,
    .product-reviews-page .page-body:before,
    .registration-page .page-body:before,
    .login-page .page-body:before,
    .return-request-page .page-body:before,
    .password-recovery-page .page-body:before,
    .checkout-page .page-body:before {
        content: "";
        position: absolute;
        display: block;
        top: 0;
        left: 0;
        width: 100%;
        height: 50px;
        border-radius: 5px 5px 0 0;
        background: #e4e4e4;
        background: -moz-linear-gradient(top, #e4e4e4 0%, #ffffff 100%);
        background: -webkit-linear-gradient(top, #e4e4e4 0%,#ffffff 100%);
        background: linear-gradient(to bottom, #e4e4e4 0%,#ffffff 100%);
        z-index: -1;
    }

    .wishlist-page .page-body:after,
    .contact-page .page-body:after,
    .email-a-friend-page .page-body:after,
    .apply-vendor-page .page-body:after,
    .product-reviews-page .page-body:after,
    .registration-page .page-body:after,
    .login-page .page-body:after,
    .return-request-page .page-body:after,
    .password-recovery-page .page-body:after,
    .checkout-page .page-body:after {
        content: "";
        position: absolute;
        display: block;
        top: auto;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 50px;
        border-radius: 0 0 5px 5px;
        background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(228,228,228,1) 100%);
        background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(228,228,228,1) 100%);
        background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(228,228,228,1) 100%);
        z-index: -1;
    }


.wishlist-page .tax-shipping-info {
    text-align: center;
}

.wishlist-page .buttons {
    margin-top: 10px;
    text-align: center;
}

    .wishlist-page .buttons input[type="button"],
    .wishlist-page .buttons input[type="submit"] {
        margin: 0 2px 10px;
        border: 1px solid #ccc;
        border-radius: 3px;
        box-shadow: inset 0 1px 0 #fff;
        padding: 8px 10px;
        font: normal 12px Tahoma, Geneva, sans-serif;
        color: #333;
        text-shadow: 1px 1px 0 #fff;
        background: #dcdcdc;
        background: -moz-linear-gradient(top, #ffffff 0%, #dcdcdc 50%, #ffffff 100%);
        background: -webkit-linear-gradient(top, #ffffff 0%,#dcdcdc 50%,#ffffff 100%);
        background: linear-gradient(to bottom, #ffffff 0%,#dcdcdc 50%,#ffffff 100%);
        background-size: 100% 200%;
        background-position: top;
        transition: all .2s ease;
    }

.wishlist-page .share-info {
    margin: 10px 0;
    text-align: center;
}

    .wishlist-page .share-info span {
        display: block;
        margin-bottom: 5px;
        font-size: 11px;
        font-weight: bold;
    }

    .wishlist-page .share-info a:hover {
        text-decoration: underline;
    }

.compare-products-page {
    position: relative;
    overflow: hidden;
}


    .compare-products-page .page-title h1 {
        max-width: calc(100% - 100px);
    }


    .compare-products-page .clear-list {
        position: absolute;
        top: 8px;
        right: 3px;
        border: 2px solid #111;
        border-radius: 5px;
        box-shadow: inset 0 0 5px #000;
        padding: 5px 10px;
        text-align: center;
        font: normal 12px Arial, Helvetica, sans-serif;
        color: #c8c;
        text-shadow: -1px -1px 0px #111;
        background: #474747;
        background: -moz-linear-gradient(top, #474747 0%, #000000 50%, #4c4c4c 100%);
        background: -webkit-linear-gradient(top, #474747 0%,#000000 50%,#4c4c4c 100%);
        background: linear-gradient(to bottom, #474747 0%,#000000 50%,#4c4c4c 100%);
        background-size: 100% 200%;
        background-position: top;
        transition: all .2s ease;
    }

        .compare-products-page .clear-list:hover {
            background-position: bottom;
        }


/*********** TOPICS ***********/




.topic-html-content {
    margin-bottom: 25px;
}

.topic-html-content-body {
    line-height: 24px;
}

.topic-page .page-body {
    position: relative;
    min-height: 70px;
    margin-bottom: 10px;
    line-height: 20px;
}


.topic-html-content a,
.topic-page a {
    font-weight: bold;
}

    .topic-html-content a:hover,
    .topic-page a:hover {
        text-decoration: underline;
    }

.topic-html-content strong,
.topic-page strong {
    color: #444;
}

.topic-block-body {
    margin: 0 0 20px;
}

.enter-password-title {
    padding: 5px 0;
    font: normal 18px 'avantgarde';
    color: #c8c;
}

.enter-password-form {
    overflow: hidden;
    padding: 5px 0;
}

    .enter-password-form input[type="password"] {
        float: left;
        width: 250px;
        margin-right: 5px;
        padding: 5px;
    }

    .enter-password-form input[type="submit"] {
        float: left;
        width: auto;
        border: 1px solid #ccc;
        border-radius: 3px;
        box-shadow: inset 0 1px 0 #fff;
        padding: 8px 18px;
        font: normal 12px Tahoma, Geneva, sans-serif;
        color: #333 !important;
        text-shadow: 1px 1px 0 #fff !important;
        background: #dcdcdc;
        background: -moz-linear-gradient(top, #ffffff 0%, #dcdcdc 50%, #ffffff 100%);
        background: -webkit-linear-gradient(top, #ffffff 0%,#dcdcdc 50%,#ffffff 100%);
        background: linear-gradient(to bottom, #ffffff 0%,#dcdcdc 50%,#ffffff 100%);
        background-size: 100% 200%;
        background-position: top;
        transition: all .2s ease;
    }

        .enter-password-form input[type="submit"]:hover {
            background-position: bottom !important;
        }

.password-error {
    margin-bottom: 10px;
    padding: 5px;
    font-size: 11px;
    color: #c00;
}



/*********** CONTACT & EMAIL A FRIEND ***********/




.contact-page .page-body,
.email-a-friend-page .page-body,
.apply-vendor-page .page-body,
.product-reviews-page .page-body,
.checkout-page .page-body {
    position: relative;
    margin-bottom: 15px;
    border: 1px solid #ddd;
    border-radius: 5px;
    box-shadow: inset 0 1px 0 #fff;
    padding: 15px 15px 20px;
}

.contact-page .field-validation-error,
.email-a-friend-page .field-validation-error,
.apply-vendor-page .field-validation-error {
    clear: both;
    display: block;
}

.contact-page input[type="submit"],
.email-a-friend-page input[type="submit"],
.apply-vendor-page input[type="submit"],
.write-review .button-1,
.registration-page input[type="submit"],
.registration-result-page input[type="button"],
.password-recovery-page .button-1,
.login-page input[type="submit"],
.login-page input[type="button"],
.account-page .button-1 {
    border: 2px solid #999;
    border-radius: 5px;
    padding: 5px 25px;
    box-shadow: inset 0 0 5px #000;
    text-align: center;
    font: normal 20px 'avantgarde';
    color: #c8c;
    text-transform: uppercase;
    text-shadow: -1px -1px 0px #111;
    background: #474747;
    background: -moz-linear-gradient(top, #474747 0%, #000000 50%, #4c4c4c 100%);
    background: -webkit-linear-gradient(top, #474747 0%,#000000 50%,#4c4c4c 100%);
    background: linear-gradient(to bottom, #474747 0%,#000000 50%,#4c4c4c 100%);
    background-size: 100% 200%;
    background-position: top;
    transition: all .2s ease;
}

.email-a-friend-page .title a {
    font: normal 18px 'avantgarde';
    color: #444;
    text-transform: uppercase;
}

.email-a-friend-page .buttons,
.write-review .buttons,
.contact-page .buttons,
.apply-vendor-page .buttons,
.password-recovery-page .buttons {
    text-align: center;
    max-width: 456px;
    margin: 0 auto;
}



/*********** BLOG & NEWS ***********/


.buttons:after {
    content: "";
    display: block;
    clear: both;
}

.year strong {
    display: block;
    background: #eee url('../img/arrow2.png') 6px center no-repeat;
    padding: 8px 8px 8px 20px;
    text-shadow: 1px 1px 0 #fff;
    cursor: default;
}

.blog-page .blog-posts:after,
.blogpost-page .page-body:after,
.news-item-page .page-body:after {
    content: "";
    display: block;
    clear: both;
}

.blog-page .post,
.blogpost-page .post,
.comment-list-body,
.news-content {
    position: relative;
    margin-bottom: 20px;
    border: 1px solid #ddd;
    border-radius: 5px;
    box-shadow: inset 0 1px 0 #fff;
    padding: 15px;
    line-height: 20px;
}

    .blog-page .post:before,
    .blogpost-page .post:before,
    .comment-list-body:before,
    .news-content:before {
        content: "";
        position: absolute;
        display: block;
        top: 0;
        left: 0;
        width: 100%;
        height: 50px;
        border-radius: 5px 5px 0 0;
        background: #e4e4e4;
        background: -moz-linear-gradient(top, #e4e4e4 0%, #ffffff 100%);
        background: -webkit-linear-gradient(top, #e4e4e4 0%,#ffffff 100%);
        background: linear-gradient(to bottom, #e4e4e4 0%,#ffffff 100%);
        z-index: -1;
    }

    .blog-page .post:after,
    .blogpost-page .post:after,
    .comment-list-body:after,
    .news-content:after {
        content: "";
        position: absolute;
        display: block;
        top: auto;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 50px;
        border-radius: 0 0 5px 5px;
        background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(228,228,228,1) 100%);
        background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(228,228,228,1) 100%);
        background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(228,228,228,1) 100%);
        z-index: -1;
    }


.post-head {
    margin-bottom: 5px;
    padding: 5px 0 10px;
}

    .post-head a {
        font: normal 18px 'avantgarde';
        color: #c8c;
    }

        .post-head a:hover {
            text-decoration: underline;
        }

.post-body {
    border-bottom: 1px dotted #ccc;
    margin-bottom: 10px;
    padding: 5px 0;
    color: #555;
}

.blog-page .pager {
    margin-top: -2px;
}

.blog-footer {
    overflow: hidden;
}

    .blog-footer .tags {
        float: left;
        max-width: 560px;
        color: #666;
    }

    .blog-footer label {
        float: left;
        margin-right: 8px;
    }

    .blog-footer ul {
        float: left;
    }

    .blog-footer .tags li {
        float: left;
    }

        .blog-footer .tags li.separator {
            margin-right: 8px;
        }

.blog-page .blog-details {
    float: right;
}

.blog-footer a:hover {
    text-decoration: underline;
}

.blogpost-page .post-date,
.news-item-page .news-date {
    padding: 5px 0 15px;
    border-bottom: 1px dotted #ccc;
}

.blogpost-page .title,
.news-item-page .title {
    margin-bottom: 15px;
    font: bold 16px 'avantgarde';
    color: #444;
    text-align: center;
}

.input-box {
    display: inline-block;
    width: 100%;
    vertical-align: top;
}

.blogpost-page textarea {
    height: 200px;
    border: 1px solid #ddd;
    padding: 10px;
}

.blogpost-page .buttons,
.news-item-page .buttons {
    margin: 20px 0 0;
    text-align: center;
}

.news-item-page .comment-list {
    margin-bottom: 30px;
}


.blog-page .post-body {
    padding: 0 0 10px;
}

.blogpost-page input[type="submit"],
.news-item-page input[type="submit"] {
    border-width: 1px;
    border-style: solid;
    border-color: #ccc #bbb #aaa;
    border-radius: 3px;
    padding: 8px 20px;
    text-align: center;
    font: normal 16px 'avantgarde';
    color: #444;
    text-transform: uppercase;
    text-shadow: 1px 1px 0 #eee;
    background: #dcdcdc;
    background: -moz-linear-gradient(top, #ffffff 0%, #dcdcdc 50%, #ffffff 100%);
    background: -webkit-linear-gradient(top, #ffffff 0%,#dcdcdc 50%,#ffffff 100%);
    background: linear-gradient(to bottom, #ffffff 0%,#dcdcdc 50%,#ffffff 100%);
    background-size: 100% 200%;
    background-position: top;
    transition: all .2s ease;
}

    .blogpost-page input[type="submit"]:hover,
    .news-item-page input[type="submit"]:hover {
        border-color: #aaa #bbb #ccc;
        box-shadow: 0 1px 0 #eee inset;
    }


.news-item-page .fieldset,
.blogpost-page .fieldset {
    max-width: 400px;
    margin: 0 auto 20px;
}

.news-item-page .inputs textarea,
.news-item-page .inputs input[type="text"],
.blogpost-page .inputs .input-box {
    width: 100%;
    max-width: none;
}


.news-item-page .inputs > label,
.blogpost-page .inputs > label {
    margin-bottom: 10px;
    width: 100%;
    max-width: none;
    text-align: center;
}


.blogpost-page .field-validation-error,
.news-item-page .field-validation-error {
    text-align: center;
}

.blogpost-page .result {
    padding: 0 5px;
    color: #333;
}

.blog-comment, .news-comment {
    padding-bottom: 20px;
    margin-bottom: 15px;
    border-bottom: 1px dotted #ddd;
}

    .blog-comment:after,
    .news-comment:after {
        content: "";
        display: block;
        clear: both;
    }

    .blog-comment:last-child,
    .news-comment:last-child {
        padding-bottom: 0;
        margin-bottom: 0;
        border-bottom: none;
    }

    .blog-comment .comment-info,
    .news-comment .comment-info {
        text-align: left;
    }

    .blog-comment .avatar,
    .news-comment .avatar {
        display: block;
        width: 150px;
        height: 150px;
        margin: 0 auto 15px;
        border: 1px solid #ddd;
        overflow: hidden;
    }

        .blog-comment .avatar img,
        .news-comment .avatar img {
            max-width: 100%;
        }

    .blog-comment .username,
    .news-comment .username {
        display: block;
        font-weight: bold;
        text-transform: capitalize;
        color: #444;
        margin-bottom: 15px;
        text-align: center;
    }

    .blog-comment a.username:hover,
    .news-comment a.username:hover {
        text-decoration: underline;
    }

    .blog-comment .comment-time,
    .news-comment .comment-time {
        margin-bottom: 5px;
        border-top: 1px solid #ddd;
        border-bottom: 1px solid #e6e6e6;
        box-shadow: 0 1px 0 #fff inset;
        padding: 8px;
        font-size: 11px;
        text-shadow: 1px 1px 0 #fff;
        background: #e4e4e4;
        background: -moz-linear-gradient(top, #e4e4e4 0%, #ffffff 100%);
        background: -webkit-linear-gradient(top, #e4e4e4 0%,#ffffff 100%);
        background: linear-gradient(to bottom, #e4e4e4 0%,#ffffff 100%);
    }

        .blog-comment .comment-time span,
        .news-comment .comment-time span {
            margin-left: 5px;
            font-size: 11px;
            font-weight: bold;
            color: #c8c;
            text-shadow: 1px 1px 0 #fff;
        }

    .blog-comment .comment-body,
    .news-comment .comment-body {
        padding: 0 5px;
        line-height: 20px;
    }

.news-list-page .news-item,
.news-list-homepage .news-item {
    margin-bottom: 20px;
    border-bottom: 1px dotted #ccc;
    overflow: hidden;
    padding: 0 0 20px;
}

    .news-list-page .news-item:last-child,
    .news-list-homepage .news-item:last-child {
        margin-bottom: 0;
    }

    .news-list-page .news-item:last-child {
        padding-bottom: 10px;
        margin-bottom: 0;
        border-bottom: none;
    }

.news-list-page .news-head,
.news-list-homepage .news-head,
.blog-page .post-head {
    padding: 0;
    margin-bottom: 10px;
}

.news-list-page .news-title,
.news-list-homepage .news-title {
    font: normal 18px 'avantgarde';
    color: #c8c;
}

    .news-list-page .news-title:hover,
    .news-list-homepage .news-title:hover {
        text-decoration: underline;
    }

.news-list-page .news-date,
.news-list-homepage .news-date {
    font: bold 12px Arial, Helvetica, sans-serif;
    color: #333;
}

.news-list-page .news-body,
.news-list-homepage .news-body {
    margin-bottom: 10px;
    line-height: 20px;
}

.news-list-page .read-more,
.news-list-homepage .read-more,
.vote-poll-button {
    float: right;
    height: 32px;
    min-width: 70px;
    box-shadow: inset 0 1px 0 #fff;
    margin-left: 5px;
    padding: 0 10px;
    font: normal normal 12px Tahoma, Geneva, sans-serif;
    line-height: 30px;
    border-radius: 3px;
    cursor: pointer;
}

.download-sample-button {
    display: inline-block;
    height: 32px;
    min-width: 70px;
    box-shadow: inset 0 1px 0 #fff;
    padding: 0 10px;
    font: normal normal 12px Tahoma, Geneva, sans-serif;
    line-height: 30px;
    border-radius: 3px;
    cursor: pointer;
}

.news-list-page .read-more:hover,
.news-list-homepage .read-more:hover {
    background-position: bottom;
}

.news-list-homepage {
    margin-bottom: 25px;
}

    .news-list-homepage .view-all {
        margin-top: 10px;
        text-align: right;
    }

        .news-list-homepage .view-all a {
            margin-left: 5px;
            color: #333;
        }

            .news-list-homepage .view-all a:hover {
                color: #c8c;
            }

.news-item-page .news-body {
    padding: 5px 0 0;
}

.news-item-page textarea {
    height: 200px;
    vertical-align: top;
}

.news-comment .comment-title {
    padding: 5px;
    margin-bottom: 5px;
    color: #444;
    font-style: italic;
}



/*********** REGISTRATION, LOGIN, ACCOUNT PAGES ***********/




.registration-page .page-body,
.login-page .page-body,
.return-request-page .page-body,
.password-recovery-page .page-body {
    position: relative;
    margin-bottom: 15px;
    border: 1px solid #ddd;
    border-radius: 5px;
    box-shadow: 0 1px 0 #fff inset;
    padding: 15px;
}

.login-page .page-body {
    margin-bottom: 30px;
}

.fieldset,
.login-page .form-fields,
.registration-page .fieldset,
.account-page .fieldset {
    margin: 0;
    padding: 0 0 20px;
    max-width: 456px;
}


.login-page .fieldset {
    max-width: none;
    padding: 0;
}

.center-1 .fieldset {
    margin: 0 auto;
}


.registration-page .fieldset .form-fields,
.account-page .fieldset .form-fields,
.account-page .section .form-fields {
    margin-bottom: 20px;
}

.registration-page .page-body-content,
.account-page .page-body-content {
    position: relative;
}


.registration-page .fieldset:after,
.account-page .fieldset:after,
.account-page .edit-address:after,
.checkout-data .edit-address:after {
    content: "";
    display: block;
    position: absolute;
    top: auto;
    left: 0;
    width: 100%;
    border-bottom: 1px dotted #ddd;
}

.registration-page .accept-privacy-policy {
    margin-bottom: 20px;
    text-align: center;
}

.registration-page .gender span,
.account-page .gender span {
    margin: 0 10px 0 0;
}

    .registration-page .gender span > label,
    .account-page .gender span > label {
        margin: 0 0 0 5px;
    }

.registration-page .gender label,
.account-page .gender label {
    width: auto;
    vertical-align: middle;
}

.registration-page select,
.account-page select {
    max-width: 100%;
}

    .registration-page select:only-of-type,
    .account-page select:only-of-type {
        width: 100%;
    }

.account-page .message-error {
    max-width: 456px;
    margin-right: auto;
    margin-left: 0;
}

.account-page .info li {
    margin-bottom: 5px;
}

    .account-page .info li:last-child {
        margin-bottom: 0;
    }

.account-page .section.request-item {
    border-bottom: 1px dotted #ccc;
    padding-bottom: 20px;
}

.account-page .request-item .details li {
    line-height: 1.5;
}

.account-page .request-item .title {
    margin-bottom: 10px;
}

.account-page .request-item .comments {
    margin-top: 10px;
}


.registration-page .inputs label[for="Newsletter"] {
    width: auto;
    vertical-align: middle;
    margin-bottom: 0;
}

    .registration-page .inputs label[for="Newsletter"] + input[type="checkbox"] {
        vertical-align: middle;
        margin-left: 10px;
    }

.date-of-birth select {
    width: calc(33.33% - 3.33px);
    margin-right: 5px;
    vertical-align: top;
}

    .date-of-birth select:last-of-type {
        margin-right: 0;
    }

.email-to-revalidate,
.email-to-revalidate-note {
    display: inline-block;
    vertical-align: middle;
}

.email-to-revalidate-note {
    margin: 0 5px;
}

.button-2.check-username-availability-button {
    display: block;
    padding: 6px 8px;
    margin-top: 15px;
    width: auto;
    height: auto;
    border-radius: 3px;
    font: normal 12px Tahoma, Geneva, sans-serif;
}

.username-not-available-status {
    margin-top: 5px;
    float: right;
    width: 100px;
    overflow: hidden;
    color: #333;
}

.vat-status, .vat-note {
    display: block;
    margin: 5px 0 0;
}

.registration-page .buttons {
    text-align: center;
}

.account-page .buttons,
.account-page .add-button {
    margin-bottom: 10px;
    text-align: right;
}

.registration-result-page .page-body {
    overflow: hidden;
    padding: 0 10px 15px;
}

.registration-result-page .result {
    float: left;
    margin-top: 10px;
}

.registration-result-page .buttons {
    float: right;
}

.login-page .new-wrapper {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px dotted #ccc;
}

.login-page .buttons {
    text-align: right;
}

.login-page .form-fields {
    margin-bottom: 20px;
}

.login-page .customer-blocks > div:last-child .form-fields {
    padding-bottom: 0;
}

.login-page .inputs.reversed label {
    width: auto;
    margin: 0 0 0 5px;
}

.forgot-password {
    margin-left: 10px;
    font-size: 12px;
}

.login-page .forgot-password a {
    text-transform: capitalize;
    color: #c8c;
}

    .login-page .forgot-password a:hover {
        text-decoration: underline;
    }

.login-page > .topic-html-content {
    margin-top: 20px;
}

.login-page input.checkout-as-guest-button {
    float: left;
    width: auto;
}

.external-authentication {
    overflow: hidden;
    margin: 15px 0 0;
}

    .external-authentication .title {
        display: none;
    }

fieldset.facebook-login-block {
    border: 0;
    float: right !important;
}

    fieldset.facebook-login-block legend {
        display: none !important;
    }

    fieldset.facebook-login-block a {
        margin: 0 !important;
    }

.password-recovery-page .tooltip {
    margin: 10px 0 30px;
    line-height: 1.4;
}

.account-page textarea {
    vertical-align: middle;
}

.account-page .address-item,
.account-page .order-item {
    margin-bottom: 20px;
    border-bottom: 1px dotted #ccc;
    overflow: hidden;
    padding: 0 5px 20px;
}

    .account-page .address-item .info,
    .account-page .order-item .info {
        float: left;
        width: 100%;
        margin-bottom: 15px;
    }

    .account-page .address-item .buttons,
    .account-page .order-item .buttons {
        float: right;
        margin-bottom: 0;
    }

    .account-page .address-item .button-2,
    .account-page .order-item .button-2 {
        padding: 6px 8px;
        min-width: 60px;
    }


.account-page .edit-address,
.checkout-data .edit-address {
    margin-bottom: 0;
    border: none;
    padding-bottom: 20px;
    max-width: 456px;
}

    .account-page .edit-address .inputs:last-child,
    .checkout-data .edit-address .inputs:last-child {
        margin-bottom: 20px;
    }

.account-page .order-item:last-child {
    margin-bottom: 0;
    border-bottom: none;
}

.account-page .no-data,
.return-request-page .result {
    min-height: 60px;
}

.user-agreement-page .terms-of-agreement,
.user-agreement-page .buttons {
    text-align: left;
}

.user-agreement-page .terms-of-agreement {
    margin: 0 0 20px;
}

.user-agreement-page .buttons input {
    padding: 7px 15px;
    text-align: center;
    border-width: 1px;
    border-style: solid;
    border-color: #ccc #bbb #aaa;
    border-radius: 3px;
    color: #444;
    text-shadow: 1px 1px 0 #fff;
    background: #dcdcdc;
    background: -moz-linear-gradient(top, #ffffff 0%, #dcdcdc 50%, #ffffff 100%);
    background: -webkit-linear-gradient(top, #ffffff 0%,#dcdcdc 50%,#ffffff 100%);
    background: linear-gradient(to bottom, #ffffff 0%,#dcdcdc 50%,#ffffff 100%);
    background-size: 100% 200%;
    background-position: top;
    transition: all .2s ease;
}

.downloadable-products-page td:first-child,
.downloadable-products-page td:last-child {
    text-align: center;
}

.back-in-stock-subscription-list-page .description,
.forum-subscriptions-page .description {
    margin-bottom: 10px;
    color: #333;
}

.change-password-page .button-1,
.forum-subscriptions-page .button-1,
.subscription-list .button-2 {
    width: auto;
}

.reward-points-overview,
.reward-points-history .title {
    margin: 0 0 15px;
}

.avatar-page .page-body-content {
    overflow: hidden;
}

.avatar-page .fieldset {
    overflow: hidden;
}

.avatar-page .image {
    margin: 0 auto 20px;
}

    .avatar-page .image img {
        border: 1px solid #eaeaea;
    }

.avatar-page .info {
    line-height: 1.5;
}

.avatar-page .image + input {
    margin-bottom: 20px;
}

.avatar-page .buttons {
    margin-bottom: 20px;
    text-align: left;
}

.avatar-page .button-1,
.avatar-page .button-2 {
    min-width: 70px;
    border-width: 1px;
    border-style: solid;
    border-color: #ccc #bbb #aaa;
    border-radius: 3px;
    box-shadow: inset 0 1px 0 #fff;
    padding: 7px 20px;
    margin: 0 5px 0 0;
    text-align: center;
    font: normal 14px 'avantgarde';
    color: #444;
    text-transform: uppercase;
    text-shadow: 1px 1px 0 #eee;
    background: #dcdcdc;
    background: -moz-linear-gradient(top, #ffffff 0%, #dcdcdc 50%, #ffffff 100%);
    background: -webkit-linear-gradient(top, #ffffff 0%,#dcdcdc 50%,#ffffff 100%);
    background: linear-gradient(to bottom, #ffffff 0%,#dcdcdc 50%,#ffffff 100%);
    background-size: 100% 200%;
    background-position: top;
    transition: all .2s ease;
}

.return-request-page th,
.return-request-page td {
    text-align: left;
}

    .return-request-page td:last-child {
        text-align: center;
    }

    .return-request-page td select {
        min-width: 50px;
    }


.return-request-page .buttons {
    margin-bottom: 10px;
    text-align: center;
}

.return-request-page .button-1 {
    border: 2px solid #999;
    border-radius: 5px;
    padding: 5px 20px;
    box-shadow: inset 0 0 5px #000;
    text-align: center;
    font: normal 20px 'avantgarde';
    text-transform: uppercase;
    color: #c8c;
    text-shadow: -1px -1px 0 #111;
    background: #474747;
    background: -moz-linear-gradient(top, #474747 0%, #000000 50%, #4c4c4c 100%);
    background: -webkit-linear-gradient(top, #474747 0%,#000000 50%,#4c4c4c 100%);
    background: linear-gradient(to bottom, #474747 0%,#000000 50%,#4c4c4c 100%);
    background-size: 100% 200%;
    background-position: top;
    transition: all .2s ease;
}

.return-request-list-page a:hover {
    text-decoration: underline;
}

.registration-page .gender,
.account-page .gender {
    display: inline-block;
}

/*********** CHECKOUT ***********/




.order-progress {
    margin-bottom: 15px;
}

    .order-progress ul {
        overflow: hidden;
        text-align: center;
    }

    .order-progress li {
        display: inline-block;
        margin: 5px 0 0;
        width: 120px;
        text-align: center;
    }

        .order-progress li.active-step {
            background: url('../img/bullet2.png') center top no-repeat;
        }

        .order-progress li.inactive-step {
            background: url('../img/bullet3.png') center top no-repeat;
        }

    .order-progress a {
        display: inline-block;
        padding-top: 25px;
        font: bold 12px Arial, Helvetica, sans-serif;
        text-transform: uppercase;
    }

    .order-progress li.active-step a {
        color: #c8c;
        text-shadow: 0 0 1px #fff;
        cursor: pointer;
    }

    .order-progress li.inactive-step a {
        color: #999;
        cursor: default;
    }

    .order-progress li.active-step a:hover {
        text-decoration: underline;
    }


.order-summary-content .tax-shipping-info {
    text-align: right;
    margin: 0 0 15px;
}

.order-summary-content > .message-error {
    margin-bottom: 10px !important;
}

.checkout-page .common-buttons {
    background: #e6e6ee;
    padding: 10px;
    text-align: center;
}

    .checkout-page .common-buttons input {
        margin: 5px 3px;
        border: 1px solid #ccc;
        border-radius: 3px;
        box-shadow: inset 0 1px 0 #fff;
        padding: 8px 10px;
        font: normal 14px Tahoma, Geneva, sans-serif;
        text-transform: uppercase;
        color: #333;
        text-shadow: 1px 1px 0 #fff;
        background: #dcdcdc;
        background: -moz-linear-gradient(top, #ffffff 0%, #dcdcdc 50%, #ffffff 100%);
        background: -webkit-linear-gradient(top, #ffffff 0%,#dcdcdc 50%,#ffffff 100%);
        background: linear-gradient(to bottom, #ffffff 0%,#dcdcdc 50%,#ffffff 100%);
        background-size: 100% 200%;
        background-position: top;
        transition: all .2s ease;
    }


.checkout-page .section .title {
    text-align: left;
}

.checkout-page .address-grid,
.checkout-page .edit-address {
    padding: 0 0 20px;
    margin: 0 auto 20px;
}

    .checkout-page .address-grid .address-item {
        padding: 0;
    }

    .checkout-page .address-grid .address-box {
        min-height: 170px;
        line-height: 18px;
    }

.checkout-page .address-item .select-billing-address-button {
    font-size: 14px;
}

.checkout-page .checkout-data .buttons {
    margin: 0;
}

.checkout-data > .section:last-child {
    margin-bottom: 0;
}

.checkout-attributes {
    overflow: hidden;
    margin-top: 10px;
    text-align: center;
}

    .checkout-attributes .option-list {
        width: auto;
    }

    .checkout-attributes .attribute-squares li {
        margin: 0 2px;
    }

        .checkout-attributes .attribute-squares li label {
            margin: 0;
        }

    .checkout-attributes .attribute-squares .attribute-square {
        width: 28px;
        height: 28px;
    }

    .checkout-attributes dt {
        margin-bottom: 7px;
    }

    .checkout-attributes dd {
        margin-bottom: 10px;
    }

    .checkout-attributes .option-list li {
        margin-bottom: 0;
    }

.checkout-page .order-details-area ul,
.checkout-page .order-review-data ul {
    background: transparent;
    border: none;
    padding: 0;
}

.checkout-attributes dd:last-child {
    margin-bottom: 0;
}

.checkout-attributes select {
    border: 1px solid #999;
    padding: 3px;
}

.selected-checkout-attributes {
    text-align: right;
    margin: 10px 0;
}

.cart-footer {
    margin-top: 15px;
    overflow: hidden;
}

    .cart-footer .totals {
        text-align: center;
    }

    .cart-footer .total-info,
    .cart-footer .terms-of-service {
        padding: 10px;
    }

.cart-total-left {
    text-align: right;
}

.cart-total-right {
    text-align: left;
}

.cart-total td {
    padding: 3px;
    vertical-align: middle;
    width: 50%;
}

.cart-total .product-price {
    color: #c8c;
}

.cart-total .order-total {
    font-size: 18px;
    color: #000;
}

    .cart-total .order-total .cart-total-left {
        font-size: 12px;
        color: #666;
    }

.order-subtotal .cart-total-right,
.shipping-cost .cart-total-right,
.tax-value .cart-total-right {
    color: #cc88cc;
}

.earn-reward-points {
    color: #888;
    font-style: italic;
}

.cart-total .remove-discount-button:hover,
.cart-total .remove-gift-card-button:hover,
.cart-collaterals .remove-discount-button:hover,
.cart-collaterals .remove-gift-card-button:hover {
    opacity: 0.7;
    background-position: initial !important;
}

.cart-footer .checkout-buttons {
    overflow: hidden;
    padding: 10px;
}

.cart-footer .checkout-button,
.checkout-data .button-1.confirm-order-next-step-button {
    min-width: 180px;
    border: 2px solid #999;
    border-radius: 5px;
    box-shadow: inset 0 0 5px #000;
    padding: 8px 15px;
    text-align: center;
    font: normal 18px 'avantgarde';
    text-transform: uppercase;
    color: #c8c;
    text-shadow: -1px -1px 0px #111;
    background: #474747;
    background: -moz-linear-gradient(top, #474747 0%, #000000 50%, #4c4c4c 100%);
    background: -webkit-linear-gradient(top, #474747 0%,#000000 50%,#4c4c4c 100%);
    background: linear-gradient(to bottom, #474747 0%,#000000 50%,#4c4c4c 100%);
    background-size: 100% 200%;
    background-position: top;
    transition: all .2s ease;
}

.cart-footer .addon-buttons {
    padding: 10px;
}

    .cart-footer .addon-buttons .error {
        color: red;
    }

.cart-total .will-earn-reward-points span {
    color: #888;
    font-style: italic;
}

.cart-collaterals .coupon-box,
.cart-collaterals .giftcard-box {
    padding: 10px;
    margin-bottom: 10px;
    border: 1px dotted #ccc;
}

.cart-collaterals .title {
    margin-bottom: 10px;
    color: #333;
    font: normal 14px Tahoma, Geneva, sans-serif;
}

.cart-collaterals .hint {
    margin-bottom: 7px;
    font-size: 12px;
    text-align: center;
}

.coupon-code {
    font-size: 0;
    text-align: center;
}

.cart-collaterals .message-failure,
.cart-collaterals .message-success {
    margin-top: 7px;
    text-align: center;
}

.shipping-options {
    text-align: center;
}

.shipping-results li {
    margin-bottom: 7px;
}

    .shipping-results li:last-child {
        margin-bottom: 0;
    }

.coupon-box input[type="text"],
.giftcard-box input[type="text"] {
    width: 100%;
    padding: 4px;
    margin-bottom: 7px;
    vertical-align: top;
    border-radius: 3px;
}

.cart-collaterals input[type="submit"],
.cart-collaterals input[type="button"] {
    border: 1px solid #ccc;
    border-radius: 3px;
    box-shadow: inset 0 1px 0 #fff;
    padding: 8px 10px;
    min-width: 100px;
    font: normal 12px Tahoma, Geneva, sans-serif;
    color: #333;
    text-shadow: 1px 1px 0 #fff;
    background: #dcdcdc;
    background: -moz-linear-gradient(top, #ffffff 0%, #dcdcdc 50%, #ffffff 100%);
    background: -webkit-linear-gradient(top, #ffffff 0%,#dcdcdc 50%,#ffffff 100%);
    background: linear-gradient(to bottom, #ffffff 0%,#dcdcdc 50%,#ffffff 100%);
    background-size: 100% 200%;
    background-position: top;
    transition: all .2s ease;
}

.cart-collaterals .remove-discount-button {
    box-shadow: none;
    width: auto;
}


.cart-collaterals .current-code {
    margin-top: 5px;
    color: #000;
    text-align: center;
}

.cart-collaterals .message-error {
    margin-top: 5px;
}

.cart-collaterals .remove-discount-button,
.cart-collaterals .remove-gift-cart-button,
.cart-total .remove-discount-button,
.cart-total .remove-gift-card-button {
    width: 16px;
    height: 16px;
    border-radius: 3px !important;
    background: url('../img/remove.png') no-repeat !important;
    box-shadow: none !important;
    margin-left: 5px !important;
    padding: 0 !important;
    border: none !important;
    cursor: pointer;
    min-width: initial !important;
}

.cart-collaterals .shipping {
    padding: 10px;
    border: 1px dotted #ccc;
}

.cart-collaterals .shipping-options .inputs {
    max-width: 360px;
    margin: 15px 5px;
}

.cart-collaterals .shipping-options .buttons {
    overflow: hidden;
}

.cart-collaterals .shipping-options label {
    font: italic bold 11px Tahoma, Geneva, sans-serif;
    white-space: nowrap;
}

.cart-collaterals .shipping-options select {
    padding: 4px;
}

.cart-collaterals .shipping-options .zip-input {
}

.cart-collaterals .shipping-results {
    margin-top: 10px;
    border: 1px dotted #ccc;
    padding: 10px;
    font-size: 11px;
}

    .cart-collaterals .shipping-results strong {
        display: block;
        margin-bottom: 5px;
        color: #333;
    }

.shopping-cart-page .cross-sells {
    clear: both;
    padding-top: 20px;
}

    .shopping-cart-page .cross-sells .item-grid {
        padding: 0;
    }

.checkout-data {
    margin-bottom: 15px;
    border: 1px solid #ddd;
    border-radius: 5px;
    box-shadow: inset 0 1px 0 #fff;
    padding: 10px;
}

    .checkout-data form {
        margin-bottom: 20px;
    }

    .checkout-data .buttons {
        margin: 10px 0;
        text-align: center;
    }

    .checkout-data input[type="submit"],
    .checkout-data input[type="button"] {
        min-width: 100px;
        border: 2px solid #999;
        border-radius: 5px;
        box-shadow: inset 0 0 5px #000;
        padding: 5px 15px;
        text-align: center;
        font: normal 18px 'avantgarde';
        text-transform: uppercase;
        color: #c8c;
        text-shadow: -1px -1px 0px #111;
        background: #474747;
        background: -moz-linear-gradient(top, #474747 0%, #000000 50%, #4c4c4c 100%);
        background: -webkit-linear-gradient(top, #474747 0%,#000000 50%,#4c4c4c 100%);
        background: linear-gradient(to bottom, #474747 0%,#000000 50%,#4c4c4c 100%);
        background-size: 100% 200%;
        background-position: top;
        transition: all .2s ease;
    }

.address-grid {
    margin-bottom: 20px;
    border-bottom: 1px dotted #ccc;
    padding: 0 10px 20px;
}

.checkout-page .address-grid:after {
    content: "";
    display: block;
    clear: both;
}

.address-grid .address-item {
    padding: 10px;
    margin-bottom: 15px;
}

.address-grid .address-box {
    margin-bottom: 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
    background: #eee;
    padding: 10px;
}

    .address-grid .address-box strong {
        display: block;
        margin-bottom: 5px;
        color: #333;
    }

.select-billing-address-button,
.select-shipping-address-button {
    width: 100%;
}

.order-summary-body > .title {
    margin-bottom: 10px;
    padding: 10px;
    font: normal 18px 'avantgarde';
    color: #444;
}

ul.method-list {
    margin-bottom: 20px;
    border-bottom: 1px dotted #ddd;
    padding-bottom: 5px;
}

    ul.method-list li {
        border-bottom: none;
        margin-bottom: 15px;
    }

    ul.method-list .method-name > div {
        display: inline-block;
        margin-right: 10px;
        vertical-align: middle;
    }

    ul.method-list li div.payment-details {
        margin-right: 0;
        max-width: calc(100% - 68px);
    }

    ul.method-list li .method-name label {
        vertical-align: middle;
        font-weight: bold;
        color: #333;
    }

.payment-info .info {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px dotted #ccc;
    color: #444;
}

.payment-info table {
    max-width: 400px;
}

.checkout-data .payment-info .message-error {
    text-align: center;
    margin: 10px 0 0;
    width: auto;
}

.enter-address .buttons {
    text-align: center;
}

.enter-address .edit-address {
    padding-bottom: 1px;
    margin-bottom: 0;
}

.checkout-data .enter-address-body {
    margin-bottom: 20px;
}

.payment-info td select:only-of-type,
.payment-info td input:only-of-type {
    width: 100% !important;
}

.payment-info .validation-summary-errors li {
    padding: 3px 0;
}

.pickup-in-store .selector {
    margin-bottom: 10px;
}

.checkout-page .order-summary > .title {
    display: none;
}

.confirm-order .terms-of-service {
    margin: 20px 0;
    text-align: center;
}

.confirm-order .buttons {
    margin: 3px;
    border-radius: 5px;
    padding: 10px;
    text-align: center;
}

.use-reward-points {
    padding: 10px 0;
    margin-bottom: 15px;
}

.section.confirm-order .min-order-warning,
.section.confirm-order .message-error {
    display: block;
    text-align: left;
}

.select-pickup-point {
    margin: 0 0 20px;
}

    .select-pickup-point select {
        max-width: 100%;
    }

.pickup-points-map {
    height: 300px;
}

.order-review-data {
    position: relative;
    margin-bottom: 20px;
    overflow: hidden;
    padding: 10px;
}

    .order-review-data ul {
        margin-bottom: 10px;
    }

    .order-review-data .title {
        margin: 10px 0 5px;
        color: #333;
    }

        .order-review-data .title:first-of-type {
            margin-top: 0;
        }

.order-completed ul {
    margin-bottom: 20px;
    border-bottom: 1px dotted #ccc;
    padding: 10px;
    color: #444;
}

.order-completed a:hover {
    text-decoration: underline;
}

.opc {
    overflow: hidden;
    padding: 10px 0;
}

    .opc .checkout-data .section {
        margin: 20px 0 0;
    }

        .opc .checkout-data .section:first-child {
            margin: 0;
        }

    .opc .section > label {
        display: block;
        line-height: initial;
        margin-bottom: 10px;
    }

    .opc .section select:only-child {
        width: 100%;
        max-width: 400px;
    }

    .opc .step .buttons {
        text-align: center;
    }

    .opc .tab-section {
        margin-bottom: 20px;
    }

        .opc .tab-section:last-child {
            margin-bottom: 0;
        }

    .opc .title {
        text-align: left;
    }

    .opc .step-title {
        margin-bottom: 10px;
        overflow: hidden;
        font: normal 16px Arial, Helvetica, sans-serif;
    }

        .opc .step-title h2 {
            color: #c8c;
        }

    .opc .active .step-title * {
        font-size: 20px;
    }

    .opc .step-title span {
        float: left;
        margin-right: 10px;
    }

    .opc .step-title h2 {
        margin-bottom: 0;
        font-size: 16px;
        font-weight: normal;
        cursor: default;
    }

    .opc .checkout-data {
        background: #e6e6ee;
    }

    .opc .back-link a {
        display: block;
        margin-bottom: 5px;
        color: #c8c;
        line-height: 30px;
    }

        .opc .back-link a:hover {
            text-decoration: underline;
        }

    .opc .address-grid,
    .opc .edit-address {
        padding: 0;
    }


        .opc .edit-address:after {
            display: none;
        }

    .opc .terms-of-service {
        text-align: right;
        margin: 5px 0 14px;
    }

    .opc input[type="button"] {
        border-width: 1px;
        border-style: solid;
        border-color: #ccc #bbb #aaa;
        border-radius: 3px;
        box-shadow: inset 0 1px 0 #eee;
        padding: 5px 20px;
        text-align: center;
        font: normal 16px 'avantgarde';
        text-transform: uppercase;
        color: #444;
        text-shadow: 1px 1px 0 #eee;
        background: #dcdcdc;
        background: -moz-linear-gradient(top, #ffffff 0%, #dcdcdc 50%, #ffffff 100%);
        background: -webkit-linear-gradient(top, #ffffff 0%,#dcdcdc 50%,#ffffff 100%);
        background: linear-gradient(to bottom, #ffffff 0%,#dcdcdc 50%,#ffffff 100%);
        background-size: 100% 200%;
        background-position: top;
        transition: all .2s ease;
    }

        .opc input[type="button"]:hover {
            border-color: #aaa #bbb #ccc;
        }

    .opc .edit-address,
    .opc .method-list,
    .opc .payment-info .info {
        margin-bottom: 0;
        border-bottom: none;
        overflow: visible;
    }

    .opc .edit-address {
        margin: 0;
        max-width: 400px;
    }

        .opc .edit-address .inputs:last-child {
            margin-bottom: 0;
        }

    .opc .inputs > label {
        margin: 0 0 8px 0 !important;
        width: 100%;
        display: block;
        text-align: left !important;
    }

    .opc .inputs input[type="text"],
    .opc .inputs input[type="password"],
    .opc .inputs textarea,
    .opc .inputs select:only-of-type,
    .opc .inputs .field-validation-error {
        width: 100%;
        text-align: left;
    }


    .opc .payment-info .info {
        padding: 0;
    }

    .opc .checkout-data .payment-info .message-error {
        text-align: left;
        margin-top: 0;
    }

    .opc .select-pickup-points label {
        display: block;
        margin: 0 0 8px 0;
    }

    .opc ul.method-list {
        padding-bottom: 0;
    }

        .opc ul.method-list li:last-child {
            margin-bottom: 0;
        }

    .opc .checkout-data .buttons {
        text-align: center;
    }

    .opc .order-details-table td {
        vertical-align: top;
        padding: 0 10px;
    }

    .opc .order-details-table strong {
        color: #333;
    }

    .opc input.confirm-order-next-step-button {
        min-width: 150px;
        border: 2px solid #999;
        border-radius: 5px;
        box-shadow: inset 0 0 5px #000;
        padding: 5px 20px;
        text-align: center;
        font: normal 20px 'avantgarde';
        color: #c8c;
        text-transform: uppercase;
        text-shadow: -1px -1px 0px #111;
        background: #474747;
        background: -moz-linear-gradient(top, #474747 0%, #000000 50%, #4c4c4c 100%);
        background: -webkit-linear-gradient(top, #474747 0%,#000000 50%,#4c4c4c 100%);
        background: linear-gradient(to bottom, #474747 0%,#000000 50%,#4c4c4c 100%);
        background-size: 100% 200%;
        background-position: top;
        transition: all .2s ease;
    }

        .opc input.confirm-order-next-step-button:hover {
            border-color: #999;
            box-shadow: none;
        }

    .opc .order-review-data {
        padding: 0;
    }

.payment-info td {
    padding: 5px;
}

.select-pickup-points {
    margin-bottom: 10px;
}

.order-summary-content > form {
    position: relative;
    margin-bottom: 0;
}


/*********** ORDER DETAILS PAGE ***********/




.order-details-page .page-title {
    position: relative;
}

.order-details-page .button-2 {
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 3px;
    box-shadow: inset 0 1px 0 #fff;
    padding: 8px 20px;
    font-size: 12px;
    color: #333;
    text-shadow: 1px 1px 0 #fff;
    background: #dcdcdc;
    background: -moz-linear-gradient(top, #ffffff 0%, #dcdcdc 50%, #ffffff 100%);
    background: -webkit-linear-gradient(top, #ffffff 0%,#dcdcdc 50%,#ffffff 100%);
    background: linear-gradient(to bottom, #ffffff 0%,#dcdcdc 50%,#ffffff 100%);
    background-size: 100% 200%;
    background-position: top;
    transition: all .2s ease;
}

.order-details-page .print-order-button,
.order-details-page .pdf-invoice-button {
    float: right;
    margin: 15px 0 0 5px;
    clear: left;
}

.order-details-page .order-overview {
    margin-bottom: 20px;
    border-bottom: 1px dotted #ccc;
    padding-bottom: 15px;
    line-height: 18px;
}

.order-details-page .order-number {
    margin: 5px 0;
    text-transform: uppercase;
    font-size: 22px;
    line-height: initial;
}

.order-details-page strong {
    color: #333;
    font-weight: normal;
}

.order-details-area {
    margin-bottom: 20px;
}

    .order-details-area td {
        display: block;
        vertical-align: top;
        padding-bottom: 10px;
    }

    .order-details-area ul,
    .order-review-data ul {
        border: 1px solid #ddd;
        border-radius: 5px;
        background: #f6f6f6;
        padding: 15px 20px;
        line-height: 18px;
    }

.order-details-page .actions {
    margin: 20px 0;
    text-align: right;
}

    .order-details-page .actions input[type=button] {
        vertical-align: middle;
    }

.order-details-page .button-1 {
    display: inline-block;
    border: 2px solid #999;
    border-radius: 5px;
    padding: 5px 25px;
    box-shadow: inset 0 0 5px #000;
    text-align: center;
    font: normal 20px 'avantgarde';
    color: #c8c;
    text-transform: uppercase;
    text-shadow: -1px -1px 0px #111;
    background: #474747;
    background: -moz-linear-gradient(top, #474747 0%, #000000 50%, #4c4c4c 100%);
    background: -webkit-linear-gradient(top, #474747 0%,#000000 50%,#4c4c4c 100%);
    background: linear-gradient(to bottom, #474747 0%,#000000 50%,#4c4c4c 100%);
    background-size: 100% 200%;
    background-position: top;
    transition: all .2s ease;
}

.order-details-page .checkout-attributes,
.order-details-page .tax-shipping-info {
    text-align: right;
}

.order-details-page .total-info {
    margin-bottom: 20px;
}

.order-details-page .cart-total-left {
    width: 100%;
    text-align: right;
    font-weight: bold;
    color: #333;
}

.order-details-page .cart-total-right {
    padding-left: 5px;
    text-align: right;
    white-space: nowrap;
}

    .order-details-page .cart-total-right strong {
        color: #000;
    }

.order-details-page .title,
.shipment-details-page .title {
    text-align: left;
    font-size: 16px;
    margin: 10px 0 15px;
}

.order-details-page ul .title,
.shipment-details-page ul .title {
    text-align: left;
    font-size: 16px;
    margin: 15px 0 7px;
}


    .order-details-page ul .title:first-of-type,
    .shipment-details-page ul .title:first-of-type {
        margin-top: 0;
    }

.shipment-overview {
    overflow: hidden;
    margin: 0 0 15px;
    font-size: 0;
}

    .shipment-overview ul {
        vertical-align: top;
        padding: 10px;
        margin-bottom: 10px;
        border: 1px solid #DDD;
        border-radius: 5px;
        background: #F6F6F6;
        line-height: 18px;
        text-align: left;
        font-size: 12px;
    }



/*********** SEARCH PAGE ***********/

.search-page .basic-search .inputs input[type="text"] {
    width: 100%;
}

.forum-search-page .basic-search {
    margin-bottom: 15px;
}

    .forum-search-page .basic-search .inputs label {
        display: none;
    }

    .forum-search-page .basic-search .inputs.reversed label {
        display: inline-block;
    }

.basic-search .inputs input[type="text"] {
    width: calc(100% - 93px);
}

.advanced-search {
    margin: 10px 0;
}

    .advanced-search .price-range {
        font-size: 11px;
    }

        .advanced-search .price-range input[type="text"] {
            width: 90px;
            margin: 0 10px 0 5px;
        }

    .advanced-search input[type="text"] {
        margin-left: 3px;
        padding: 5px;
    }

.search-input .buttons {
    text-align: center;
}

.search-page input[type="submit"] {
    border: 2px solid #999;
    border-radius: 3px;
    padding: 5px 20px;
    box-shadow: inset 0 0 5px #000;
    text-align: center;
    font: normal 20px 'avantgarde';
    color: #c8c;
    text-transform: uppercase;
    text-shadow: -1px -1px 0px #111;
    background: #474747;
    background: -moz-linear-gradient(top, #474747 0%, #000000 50%, #4c4c4c 100%);
    background: -webkit-linear-gradient(top, #474747 0%,#000000 50%,#4c4c4c 100%);
    background: linear-gradient(to bottom, #474747 0%,#000000 50%,#4c4c4c 100%);
    background-size: 100% 200%;
    background-position: top;
    transition: all .2s ease;
}

    .search-page input[type="submit"]:hover {
        border-color: #aaa #bbb #ccc;
    }

.search-results {
    margin-top: 20px;
}

.search-page .search-input .fieldset {
    padding-bottom: 0;
    margin-bottom: 20px;
}

.search-page .no-result,
.search-page .warning {
    text-align: center;
}

.search-page .search-input + .product-selectors {
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px dotted #ddd;
}


/*********** FORUMS ***********/


.forum-page,
.forum-topic-page,
.subcontent-wrapper,
.forum-edit-page .page-body,
.move-topic-page .page-body,
.forum-search-page .page-body,
.order-details-page .page-body {
    position: relative;
    margin-bottom: 15px;
    border: 1px solid #ddd;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0 1px 0 #fff inset;
    padding: 10px;
    overflow: hidden;
}

    .forum-page:before,
    .forum-topic-page:before,
    .subcontent-wrapper:before,
    .forum-edit-page .page-body:before,
    .move-topic-page .page-body:before,
    .forum-search-page .page-body:before,
    .order-details-page .page-body:before {
        content: "";
        position: absolute;
        display: block;
        top: 0;
        left: 0;
        width: 100%;
        height: 50px;
        border-radius: 5px 5px 0 0;
        background: #e4e4e4;
        background: -moz-linear-gradient(top, #e4e4e4 0%, #ffffff 100%);
        background: -webkit-linear-gradient(top, #e4e4e4 0%,#ffffff 100%);
        background: linear-gradient(to bottom, #e4e4e4 0%,#ffffff 100%);
        z-index: -1;
    }

    .forum-page:after,
    .forum-topic-page:after,
    .subcontent-wrapper:after,
    .forum-edit-page .page-body:after,
    .move-topic-page .page-body:after,
    .forum-search-page .page-body:after,
    .order-details-page .page-body:after {
        content: "";
        position: absolute;
        display: block;
        top: auto;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 50px;
        border-radius: 0 0 5px 5px;
        background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(228,228,228,1) 100%);
        background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(228,228,228,1) 100%);
        background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(228,228,228,1) 100%);
        z-index: -1;
    }

}


.forums-table-section-body,
.forum-topic-page .topic-posts,
.move-topic-page .inputs,
.forum-search-page .search-results {
    margin: 10px 0;
    overflow: hidden;
    line-height: 20px;
}

.forums-table-section.topic-group.active-discussions {
    position: relative;
}

    .forums-table-section.topic-group.active-discussions .view-all {
        position: absolute;
        top: 0;
        right: 35px;
    }

.forums-header .current-time {
    margin-bottom: 15px;
}

.forum-search-box {
    overflow: hidden;
    margin: 0 0 10px;
}

    .forum-search-box .basic {
        max-width: 430px;
    }

.forum-search-page input.forum-search-box-text,
.forum-search-page input.forum-search-text,
.search-box.forum-search-box input.search-box-text {
    float: left;
    width: calc(100% - 93px) !important;
    height: 33px;
    border: 1px solid #b5b0bd;
   /* border-radius: 5px 0 0 5px;*/
    padding: 0 10px;
    font: italic 12px/28px Tahoma, Geneva, sans-serif;
    color: #999;
    background: #bcbcbc;
    background: -moz-linear-gradient(top, #bcbcbc 0%, #dddddd 20%, #ffffff 79%);
    background: -webkit-linear-gradient(top, #bcbcbc 0%,#dddddd 20%,#ffffff 79%);
    background: linear-gradient(to bottom, #bcbcbc 0%,#dddddd 20%,#ffffff 79%);
}

input.forum-search-box-button,
input.forum-search-button,
.search-box-button {
    height: 33px;
    border: none;
    /*border-radius: 0 5px 5px 0;
    box-shadow: inset 0 0 5px #000;*/
    padding: 0 15px;
    text-align: center;
    font: normal 16px 'avantgarde';
    text-transform: uppercase;
    color: #c8c;
    /*text-shadow: -1px -1px 0px #111;*/
    background: #474747;
    background: -moz-linear-gradient(top, #474747 0%, #000000 50%, #4c4c4c 100%);
    background: -webkit-linear-gradient(top, #474747 0%,#000000 50%,#4c4c4c 100%);
    background: linear-gradient(to bottom, #474747 0%,#000000 50%,#4c4c4c 100%);
    background-size: 100% 200%;
    background-position: top;
    transition: all .2s ease;
	margin-left: -2px;
}

    input.forum-search-box-button:hover,
    input.forum-search-button:hover,
    .search-box-button:hover {
        box-shadow: inset 0 0 5px #000;
    }

.forum-search-box a {
    line-height: 30px;
}

    .forum-search-box a:hover {
        text-decoration: underline;
    }

.forum-search-page .search-results {
    margin: 0 10px 10px;
}

.inputs.reversed input + * {
    display: inline-block;
    margin: 0 0 0 7px !important;
    width: auto;
    text-align: left !important;
    vertical-align: middle;
    max-width: calc(100% - 20px);
}


.inputs.reversed * {
    font-size: 12px;
}

.inputs.reversed label + input {
    display: inline-block;
    margin-left: 0;
}



.forums-table-section {
    margin-bottom: 20px;
}

.forums-table-section-title {
    margin-bottom: 10px;
    overflow: hidden;
    font: normal 18px/24px 'avantgarde';
    color: #333;
}

    .forums-table-section-title a {
        color: #333;
    }

        .forums-table-section-title a:hover {
            color: #c8c;
        }

    .forums-table-section-title strong {
        font-weight: normal;
    }

.forums-table-section table {
    margin-bottom: 15px;
    background: #fff;
}

    .forums-table-section table a:hover {
        text-decoration: underline;
    }

.forums-table-section thead {
    border-bottom: 1px solid #e6e6e6;
}

.forums-table-section td {
    border-bottom: 1px dotted #ccc;
    padding: 10px;
}

    .forums-table-section th:first-child,
    .forums-table-section td:first-child {
        text-align: left;
    }

    .forums-table-section td .topic-title,
    .forums-table-section td .forum-title,
    .forums-table-section td .topic-pager {
        margin-bottom: 3px;
    }

    .forums-table-section td.image {
        width: 5%;
    }

    .forums-table-section td.topics,
    .forums-table-section td.posts,
    .forums-table-section td.replies,
    .forums-table-section td.views {
        width: 10%;
        text-align: center;
    }

    .forums-table-section td.latest-post {
        width: 25%;
        text-align: center;
    }

    .forums-table-section td.image div {
        width: 40px;
        height: 40px;
        margin: auto;
        background: url('../img/icon5.png') center no-repeat;
    }

        .forums-table-section td.image div.sticky {
            background: url('../img/icon6.png') center no-repeat;
        }

        .forums-table-section td.image div.announcement {
            background: url('../img/icon7.png') center no-repeat;
        }

.forum-title, .topic-title {
    font-weight: bold;
    color: #c8c;
}

.forums-table-section-title .link-rss {
    margin: 0 0 0 10px;
}

.active-discussions .view-all {
    float: right;
    font: normal 12px/24px Tahoma, Geneva, sans-serif;
}

    .active-discussions .view-all a {
        color: #666;
    }

        .active-discussions .view-all a:hover {
            color: #c8c;
        }


.forum-page .forum-info {
    margin-bottom: 20px;
}

.forum-page .forum-name,
.forum-topic-page .topic-name {
    background: url('../img/bullet1.png') 5px center no-repeat;
    padding: 0 0 0 45px;
    font: normal 26px 'avantgarde_light';
    color: #c8c;
}

.forum-page .link-rss {
    display: none;
}

.forum-page .forum-actions {
    margin-bottom: 20px;
}

    .forum-page .forum-actions a {
        margin-right: 15px;
        padding-left: 20px;
        color: #555;
    }

.forum-page a.newtopic {
    background: url('../img/forum_icon4.png') left center no-repeat;
}

.forum-page a.watch-forum {
    background: url('../img/forum_icon5.png') left center no-repeat;
}

.forum-page .actions a:hover {
    text-decoration: underline;
}

.pager.upper {
    display: none;
}

.forum-topic-page .actions,
.topic-options {
    margin-bottom: 5px;
}

    .forum-topic-page .actions a,
    .topic-options a,
    .topic-posts .manage-post a {
        display: inline-block;
        margin: 0 9px 10px 0;
        padding-left: 20px;
        line-height: 16px;
        color: #666;
    }

        .forum-topic-page .actions a:hover,
        .topic-options a:hover,
        .topic-posts .manage-post a:hover {
            text-decoration: underline;
        }

.edit-topic-button {
    background: url('../img/forum_icon1.png') left center no-repeat;
}

.delete-topic-button {
    background: url('../img/forum_icon2.png') left center no-repeat;
}

.move-topic-button {
    background: url('../img/forum_icon3.png') left center no-repeat;
}

.reply-topic-button,
.reply-topic-link-button {
    background: url('../img/forum_icon4.png') left center no-repeat;
}

.watch-topic-button {
    background: url('../img/forum_icon5.png') left center no-repeat;
}

.topic-post {
    margin: 0 0 15px;
    border-bottom: 1px dotted #ccc;
    overflow: hidden;
    padding: 0 0 20px;
}

    .topic-post:last-child {
        margin: 0;
        border-bottom: none;
    }

.post-info {
    text-align: center;
    margin-bottom: 10px;
}

    .post-info .manage-post {
        float: none;
        line-height: 20px;
    }

        .post-info .manage-post a {
            margin-right: 0;
        }

            .post-info .manage-post a:first-child {
                margin-right: 12px;
            }

.edit-post-button {
    background: url('../img/forum_icon1.png') left center no-repeat;
}

.delete-post-button {
    background: url('../img/forum_icon2.png') left center no-repeat;
}

.post-info .manage-post a:hover {
    text-decoration: underline;
}

.post-info .username {
    margin-bottom: 5px;
    color: #333;
    font-weight: bold;
}

.post-info .avatar {
    margin: 7px auto;
    border: solid 1px #ccc;
    max-width: 170px;
    overflow: hidden;
    text-align: center;
    font-size: 0;
}

    .post-info .avatar img {
        max-width: 100%;
    }

.post-info .user-stats {
    font-size: 11px;
    color: #444;
}

    .post-info .user-stats li {
        margin: 2px 0;
    }

        .post-info .user-stats li span {
            font-weight: bold;
        }

.post-info .send-pm a {
    display: block;
    padding: 5px 0;
}

.post-content {
    position: relative;
    padding-right: 40px;
}

    .post-content .post-head {
        padding: 0;
        font-weight: bold;
        color: #444;
    }

.post-head > div {
    display: inline-block;
    vertical-align: top;
}

.post-content .post-head span {
    font-weight: normal;
}

.post-content .post-head .quote-post a {
    margin-left: 5px;
    color: #c8c;
    text-decoration: underline;
    font: 12px Tahoma;
    font-weight: bold;
}

.post-content .post-body {
    border: none;
    line-height: 1.4;
}

    .post-content .post-body a {
        text-decoration: underline;
    }

.post-content .posttext {
    font-size: 11px;
}

.post-content .quote,
.profile-page .quote {
    border: 1px dotted #ccc;
    padding: 10px;
}

.csharpcode {
    padding: 10px;
    background: #f6f6f6;
    margin: 10px 0;
}

.post-content .signature {
    margin-top: 10px;
    border: 1px solid #ddd;
    padding: 10px;
    font-style: italic;
}

.topic-post .post-vote {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    padding: 15px 0;
    text-align: center;
    font-size: 22px;
    margin: auto;
    color: #444;
}

    .topic-post .post-vote span {
        cursor: pointer;
    }

    .topic-post .post-vote .vote.up {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        margin: auto;
        width: 0;
        height: 0;
        border-left: 12px solid transparent;
        border-right: 12px solid transparent;
        border-bottom: 10px solid #444;
    }

    .topic-post .post-vote .vote.down {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        width: 0;
        height: 0;
        border-left: 12px solid transparent;
        border-right: 12px solid transparent;
        border-top: 10px solid #444;
    }

.topic-footer {
    overflow: hidden;
}

    .topic-footer .topic-options {
        float: left;
        padding-left: 5px;
    }

    .topic-footer .pager {
        float: right;
        margin-top: -5px;
    }

.forum-edit-page strong,
.private-message-send-page a {
    font: normal 18px 'avantgarde';
    color: #c8c;
}


.forum-edit-page .buttons,
.private-message-send-page .buttons {
    margin: 0 0 10px;
    text-align: center;
}

.private-messages-page .buttons {
    text-align: center;
}

.pm-read {
    color: #000;
}

.pm-unread {
    color: #c8c;
    font-weight: bold;
}


.forum-edit-page .buttons input,
.move-topic-page .buttons input,
.private-message-send-page .buttons input,
.private-messages-page .buttons input,
.private-message-view-page .buttons input {
    min-width: 100px;
    border: 2px solid #999;
    border-radius: 5px;
    box-shadow: inset 0 0 5px #000;
    padding: 8px 15px;
    text-align: center;
    font: bold 12px Arial, Helvetica, sans-serif;
    color: #c8c;
    text-shadow: -1px -1px 0px #111;
    text-transform: uppercase;
    box-shadow: inset 0 0 5px #000;
    background: #474747;
    background: -moz-linear-gradient(top, #474747 0%, #000000 50%, #4c4c4c 100%);
    background: -webkit-linear-gradient(top, #474747 0%,#000000 50%,#4c4c4c 100%);
    background: linear-gradient(to bottom, #474747 0%,#000000 50%,#4c4c4c 100%);
    background-size: 100% 200%;
    background-position: top;
    transition: all .2s ease;
}

.move-topic-page .buttons {
    text-align: center;
}

.move-topic-page .fieldset {
    max-width: none;
}

.toolbar {
    margin-bottom: 5px;
}

/************* PROFILE & INBOX *************/



.profile-page .ui-tabs-panel,
.private-messages-page .ui-tabs-panel,
.private-message-send-page .page-body,
.private-message-view-page .page-body {
    position: relative;
    margin-bottom: 15px;
    border: 1px solid #ddd;
    border-radius: 5px;
    box-shadow: inset 0 1px 0 #fff;
    overflow: hidden;
    padding: 20px 10px;
}

    .profile-page .ui-tabs-panel:before,
    .private-messages-page .ui-tabs-panel:before,
    .private-message-send-page .page-body:before,
    .private-message-view-page .page-body:before,
    .sitemap-page .page-body:before {
        content: "";
        position: absolute;
        display: block;
        top: 0;
        left: 0;
        width: 100%;
        height: 50px;
        border-radius: 5px 5px 0 0;
        background: #e4e4e4;
        background: -moz-linear-gradient(top, #e4e4e4 0%, #ffffff 100%);
        background: -webkit-linear-gradient(top, #e4e4e4 0%,#ffffff 100%);
        background: linear-gradient(to bottom, #e4e4e4 0%,#ffffff 100%);
        z-index: -1;
    }

    .profile-page .ui-tabs-panel:after,
    .private-messages-page .ui-tabs-panel:after,
    .private-message-send-page .page-body:after,
    .private-message-view-page .page-body:after,
    .sitemap-page .page-body:after {
        content: "";
        position: absolute;
        display: block;
        top: auto;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 50px;
        border-radius: 0 0 5px 5px;
        background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(228,228,228,1) 100%);
        background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(228,228,228,1) 100%);
        background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(228,228,228,1) 100%);
        z-index: -1;
    }

.profile-info-box:after {
    content: "";
    display: block;
    clear: both;
}

.profile-info-box .user-details {
    position: relative;
    margin-right: 15px;
}

.profile-info-box .avatar {
    width: 150px;
    height: 150px;
    box-shadow: 0 0 10px #ddd;
    overflow: hidden;
    background: #fff;
    text-align: center;
    margin: 0 20px 20px 0;
}

    .profile-info-box .avatar img {
        max-width: 100%;
    }

.profile-info-box .profile-stats {
    margin-bottom: 10px;
}

.profile-info-box .pm-link-button {
    font-weight: bold;
}

    .profile-info-box .pm-link-button:hover {
        text-decoration: underline;
    }

.profile-info-box .title {
    margin-bottom: 10px;
    font: bold 14px Tahoma, Geneva, sans-serif;
    color: #444;
    text-align: left;
}

.ui-tabs .topic {
    margin-bottom: 15px;
    border-bottom: 1px dotted #ccc;
    padding: 0 0 20px;
}

    .ui-tabs .topic:last-child {
        border-bottom: none;
        padding-bottom: 0;
    }

.ui-tabs .topic-title {
    margin-bottom: 10px;
    font: normal 18px 'avantgarde';
    color: #444;
}

    .ui-tabs .topic-title a:hover {
        text-decoration: underline;
    }

.profile-page .pager ul {
    line-height: normal;
}

.topic-body p {
    margin-bottom: 10px;
}

.private-messages-page table {
    margin-bottom: 15px;
}

.private-messages-page th {
    text-align: left;
}

    .private-messages-page th:first-child {
        text-align: center;
    }

.private-messages-page td:last-child {
    width: 20%;
}

.private-messages-page .pager {
    margin: 0;
}

.private-message-view-page label {
    font-weight: bold;
    color: #333;
}

.private-message-view-page .message {
    margin: 15px 0;
    border: 1px dotted #ccc;
    padding: 15px;
}

.private-message-view-page .options {
    overflow: hidden;
}

.back-pm-button {
    float: right;
    text-transform: capitalize !important;
}

.private-message-send-page .message label {
    float: left;
}




/*********** SITEMAP ***********/




.sitemap-page .page-body {
    position: relative;
    margin-bottom: 15px;
    border: 1px solid #ddd;
    border-radius: 5px;
    box-shadow: inset 0 1px 0 #fff;
    overflow: hidden;
    padding: 10px;
    line-height: 20px;
}

.sitemap-page .entity {
    margin-bottom: 10px;
    padding: 5px;
}

.sitemap-page h2 {
    margin-bottom: 10px;
    border-bottom: 1px dotted #ccc;
    padding: 5px 0 12px;
    font: normal 16px Arial, Helvetica, sans-serif;
    color: #444;
}

.sitemap-page a {
    padding-left: 10px;
    background: url('../img/arrow2.png') left center no-repeat;
}

    .sitemap-page a:hover {
        background: url('../img/arrow3.png') 1px center no-repeat;
        color: #333;
    }

.sitemap-page .description {
    line-height: 1.6;
    margin: 10px 0;
}

/* RE-CAPTCHA */

.recaptchatable #recaptcha_response_field {
    height: auto !important;
}

.captcha-box input {
    height: auto;
}

#recaptcha_area, #recaptcha_table {
    margin: 10px 0 10px 116px;
}

/* custom CSS Hoang Le*/ 



/* End custom CSS */


/* custom CSS Lam Nguyen*/ 

label[for="terms-of-service"] #read-terms{
color:red;
}

/* End custom CSS */




