﻿/*=====================================================
    
    MAIN CSS / SMALLER MOBILE DEVICES

=====================================================*/
/*********** DAX FONT **********/

@font-face {
    font-family: 'daxbold';
    src: url('../fonts/Dax-Bold-webfont.eot');
    src: url('../fonts/Dax-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Dax-Bold-webfont.woff2') format('woff2'),
         url('../fonts/Dax-Bold-webfont.woff') format('woff'),
         url('../fonts/Dax-Bold-webfont.ttf') format('truetype'),
         url('../fonts/Dax-Bold-webfont.svg#daxbold') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'dax-lightregular';
    src: url('../fonts/Dax-Light-webfont.eot');
    src: url('../fonts/Dax-Light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Dax-Light-webfont.woff2') format('woff2'),
         url('../fonts/Dax-Light-webfont.woff') format('woff'),
         url('../fonts/Dax-Light-webfont.ttf') format('truetype'),
         url('../fonts/Dax-Light-webfont.svg#dax-lightregular') format('svg');
    font-weight: normal;
    font-style: normal;

}


/* ------  CSS RESET ------ */


* {
    margin: 0;
    outline: none;
    padding: 0;
    text-decoration: none;
}
*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
html {
    margin: 0 !important;
    -webkit-text-size-adjust: none;
}
ol, ul {
    list-style: none;
}
a img {
    border: none;
}
a:active {
    outline: none;
}
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {
    margin: 0;
    border: 0;
    padding: 0;
}
input[type="submit"],
input[type="reset"],
input[type="button"],
input[type="text"],
input[type="password"],
textarea {
    border-radius: 0;
    -webkit-appearance: none;
    outline-offset: 0 !important; /* fixes the movement of the outline in Chrome */
}
input:-webkit-autofill {
    -webkit-box-shadow: inset 0 0 0 1000px #fff;
}

/* PRODUCTION CSS */

    /*html {
        overflow: hidden;
    }
    body {
        position: absolute;
        left: 0;
        top: 0;
        right: -17px;
        bottom: 0;
        overflow-y: scroll;    
    }*/

/*********** GLOBAL STYLES **********/


body {
    max-width: 100%;
    background: #fff;
    font: normal 400 12px "Open Sans", sans-serif;
    color: #505050;
    overflow-x: hidden; /* disables the horizontal scroll and fixes the bug of the responsive navigation and filters in mobile */
}
    script {
        display: none !important;
    }
a {
    color: inherit;
    cursor: pointer;
}
a img {
    opacity: 0.99; /*firefox scale bug fix*/
}
table {
    width: 100%;
    border-collapse: collapse;
}
input[type="text"],
input[type="password"],
textarea {
    height: 36px; /*safari padding fix*/
    border: 1px solid #c9c9c9;
    padding: 8px;
    vertical-align: middle;
    background: #fff;
}
textarea {
    min-height: 150px;
}
select {
    height: 30px; /*safari padding fix*/
    padding: 8px;
    border: 1px solid #cfcfcf;
    vertical-align: middle;
    border: 0;
}
input[type="checkbox"],
input[type="radio"] {
    vertical-align: middle;
}
input[type="button"], input[type="submit"],
button, .button-1, .button-2 {
    cursor: pointer;
}
label {
    vertical-align: middle;
}

.master-wrapper-page {
    width: 97%;
    margin: auto;
}
.master-wrapper-main:after {
    content: ".";
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
    line-height: 0;
    font-size: 0;
}


.side-2:after {
    content: ".";
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
    line-height: 0;
    font-size: 0;
}

.page-title h1 {
    font-weight: 300;
    font-family: 'daxbold', arial, helvetica;
    font-size: 31px;
    margin: 10px 0 0;
}
.category-page .page-title h1 {
    border: 0;
    text-align:center;
}
.page:after,
.page-title:after,
.page-body:after {
    content: ".";
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
    line-height: 0;
    font-size: 0;
}
.buttons {
    margin: 0 0 20px;
    text-align: center;
}
.link-rss {
    display: none;
    width: 24px;
    height: 24px;
    overflow: hidden;
    background: url('../img/rss-icon.png') no-repeat;
    text-indent: 999px;
}
.category-description ul,
.manufacturer-description ul,
.full-description ul,
.topic-html-content ul,
.topic-page ul,
.post-body ul {
    margin: 12px 0;
    padding: 0 0 0 36px;
    list-style: disc;
}
.category-description ol,
.manufacturer-description ol,
.full-description ol,
.topic-html-content ol,
.topic-page ol,
.post-body ol {
    margin: 12px 0;
    padding: 0 0 0 36px;
    list-style: decimal;
}
.category-description p,
.manufacturer-description p,
.full-description p,
.topic-html-content p,
.topic-page p,
.post-body p,
.news-body p {
    margin: 0 0 10px;
    text-align: left;
}
.flyout-cart {
    display: none;
}
#goToTop {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 54px;
    height: 54px;
    background: #46c688 url('../img/goTop.png') no-repeat center 46%;
    border-radius: 50%;
    border: 5px solid #202020;
    line-height: 80px;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    overflow: hidden;
    z-index: 10001;
    opacity: .8;
    cursor: pointer;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
    #goToTop:hover {
        opacity: 1;
    }


/*********** GLOBAL FORMS ***********/



.fieldset, .section {
    position: relative;
    margin: 0 0 30px;
    overflow: hidden;
}
.fieldset .title {
    text-align: left;
    width: 100%;
    margin: 30px 0 30px 0;
    border-bottom: 1px solid #C9C9CF;

}
.fieldset .title strong {
    display: inline-block;
    font-weight: 300;
    font-size: 18px;
    position: relative;
}

.form-fields {
    position: relative;
    background: #fff;
}
.inputs {
    position: relative;
    margin: 0 0 10px;
    text-align: center;
    white-space: nowrap;
    font-size: 0;
}
    .inputs * {
        font-size: 12px;
    }
.inputs:after {
    content: ".";
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
    line-height: 0;
    font-size: 0;
}
.form-fields .inputs:last-child,
.form-fields .inputs:only-child {
    margin-bottom: 0;
}
.inputs label {
    display: block;
    width: 100%;
    margin: 0 0 5px;
    text-align: center;
    font-size: 12px;
    line-height: 1.2;
}
.inputs input[type="text"],
.inputs input[type="password"],
.inputs select, .inputs textarea {
    width: 250px;
    max-width: 100%;
}
    .inputs select {
        box-shadow: none;
        border: 1px solid #c9c9c9;
    }
.inputs.reversed {
    margin: 0 0 20px;
    text-align: center;
}

.inputs .option-list {
    overflow: hidden;
    display: inline-block;
    vertical-align: middle;
}
    .inputs .option-list li {
        float: left;
        font-size: 0;
    }
    .inputs .option-list label {
        width: auto;
        margin: 0 15px 0 3px;
        font-size: 12px;
        display: inline-block;
    }

.required {
    margin: 0 -6px 0 0; /*siblings offset fix*/
    font-size: 11px;
    color: #c00;
    vertical-align: middle;
}
.message-error,
.field-validation-error,
.not-available-status,
.poll-vote-error,
.password-error {
    display: block;
    font-size: 11px;
    color: #c00;
}
.field-validation-valid {
    display: block;
    font-size: 11px;
    color: #690;
}
.captcha-box {
    margin: 0 0 15px;
    text-align: center;
    line-height: 0;  /*firefox line-height bug fix*/
}
.captcha-box > div {
    display: inline-block;
}


/*********** BAR NOTIFICATION & JQUERY POPUPS  ***********/



.bar-notification {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 10002;
    width: 100%;
    padding: 12px 25px 12px 10px;
    color: #fff;
    opacity: 0.95;
    /*filter: alpha(opacity=95);*/
}
.bar-notification.success {
    border-bottom: 1px solid #bd2;
    background: #A3CA3F;
}
.bar-notification.error {
    border-bottom: 1px solid #f55;
    background: #E95E5E;
}
.bar-notification .content {
    float: left;
    margin: 0 10px 0 0;
}
.bar-notification .content a {
    color: #fff;
    text-decoration: underline;
}
.bar-notification .close {
    position: absolute;
    top: 0;
    right: 0;
    width: 32px; /*even numbers only*/
    height: 32px; /*even numbers only*/
    margin: 5px;
    border: 1px solid #666;
    box-shadow: inset 0 0 1px #999;
    background: #fff url('../img/close.png') center no-repeat;
    cursor: pointer;
    opacity: 0.7;
    /*filter: alpha(opacity=70);*/
}
.bar-notification .close:hover {
    opacity: 0.9;
    /*filter: alpha(opacity=90);*/
}

.ui-dialog {
    z-index: 1008;
    width: 350px !important;
    max-width: 95%;
    border: 1px solid #ccc;
    box-shadow: 0 1px 3px 1px rgba(0,0,0,.15);
    overflow: hidden;
    background: #fff;
}
.ui-dialog-titlebar { 
    border-width: 1px;
    border-style: solid;
    border-color: #fff #fff #bbb;
    box-shadow: 0 0 0 1px #eee;
    overflow: hidden;
    background: #ddd url('../img/headpad.png') top repeat-x;
    padding: 10px;
    font-weight: bold;
    text-shadow: 1px 1px 0 #eee;
}
.ui-dialog-titlebar span {
    float: left;
    text-transform: uppercase;
}
.ui-dialog-titlebar button {
    position: absolute;
    top: 0;
    right: 0;
    width: 24px; /*even numbers only*/
    height: 24px; /*even numbers only*/
    margin: 6px;
    overflow: hidden;
    border: 1px solid #666;
    box-shadow: inset 0 0 1px #999;
    background: #fff url('../img/close.png') center no-repeat;
    text-indent: 999px;
    opacity: 0.7;
    /*filter: alpha(opacity=70);*/
}
.ui-dialog-titlebar button:hover {
    opacity: 0.9;
    /*filter: alpha(opacity=90);*/
}
.ui-dialog-titlebar button * {
    display: none;
}
.ui-dialog-content {
    height: auto !important;
    padding: 10px;
    line-height: 20px;
}
.ui-dialog-content .topic-html-content {
    margin: 10px 0 0;
}
.ui-dialog-content .topic-html-content-body {
    max-height: 200px;
    overflow-y: scroll;
}
.ui-dialog-content .topic-html-content p {
    margin: 0;
}
.ui-dialog-buttonset {
    padding: 10px;
    text-align: right;
}
.ui-dialog-buttonset button {
    min-width: 60px;
    margin-left: 5px;
    border: 1px solid #bbb;
    box-shadow: 0 0 1px #ddd, inset 0 0 1px #fff;
    background: #eee;
    padding: 5px;
}
.ui-dialog-buttonset button:hover {
    background: #f6f6f6;
}

/* EU pop-up */

.eu-cookie-bar-notification {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 500px;
    height: 200px;
    max-width: 100%;
    background: #fff;
    border: 1px solid #ccc;
    box-shadow: 0 1px 3px rgba(0,0,0,0.3);
    padding: 15px 15px 61px;
    z-index: 2;
}
    .eu-cookie-bar-notification .ok-button, .eu-cookie-bar-notification .learn-more {
        min-width: 60px;
        border: 1px solid #bbb;
        background: #eee;
        padding: 10px 14px;
        color: #333;
        font-size: 14px;
        line-height: 1;
    }
    .eu-cookie-bar-notification .ok-button {
        right: 125px;
    }



/*********** HEADER & NAVIGATION ***********/



.admin-header-links {
    text-align: center;
}
.admin-header-links a {
    display: block;
    margin: 0 10px;
    line-height: 35px;
    font-weight: bold;
}
.admin-header-links + .master-wrapper-page {
    padding: 45px 0 0;
}

.header { 
    position: relative;
    z-index: 1002;
    text-align: center;
    box-shadow: 0 1px 3px 1px rgba(0,0,0,.15);
}
.header:after { 
    content: ".";
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
    line-height: 0;
    font-size: 0;
}

.header-top {
    background-color: #fff;
    background: #fff;
    padding: 10px; 
}
.header-top:after { 
    content: ".";
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
    line-height: 0;
    font-size: 0;
}
.header-bottom {
    background-color: #fff;
}
.shopping-cart-link {
    float: right;
}
.header-selectors-wrapper {
    float: left;
}
.header-selectors-wrapper:before {
    content: " ";
    height: 35px;
    display: inline-block;
    vertical-align: middle;
}
.header-selectors-wrapper > div {
    display: inline-block;
    vertical-align: middle;
}
    .header-selectors-wrapper > div + div {
        margin: 0 0 0 10px;
    }
.new_select {
    width: 50px !important;
    color: #c9c9c9;
    padding: 7px 21px 7px 7px;
    background: #595959 url(../img/dropdown-arrow.png) no-repeat 34px center;
    cursor: pointer;
    height: 31px;
}
    .new_select > span {
        display: block;
        text-align: center;
        line-height: 16px;
    }
        .header-currencyselector .new_select > span,
        .header-currencyselector .styleSelect_item li span {
            font-size: 16px;
        }
        .header-languageselector .new_select > span,
        .header-languageselector .styleSelect_item li span {
            font-size: 14px;
        }
.styleSelect_item {
    min-width: 65px;
    background: #595959;
    top: 31px !important;
}
    .styleSelect_item * {
        width: auto !important;
    }
    .styleSelect_item li:hover span {
        background: #797979;
    }
    .styleSelect_item li span {
        padding: 10px 12px;
        line-height: 16px;
    }

.language-list {
    max-width: 100%;
    font-size: 0;
}
.language-list li {
    display: inline-block; 
    margin: 0 1px; 
}
.language-list a { 
    display: block;
    position: relative;
    width: 32px;
    height: 32px;
    line-height: 0;
}
.language-list img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}

.header-links-wrapper {
    position: relative;
    float: right;
}
    .header-links {
        float: left;
        font-size: 0;
    }
        .header-links > * {
            display: inline-block;
            vertical-align: middle;
        }
        .header-links li {
            float: left;
        }

    .header-links a {
        display: block;
        width: 35px;
        height: 35px;
        text-indent: -9999px;  
        margin: 0 2px;
        -webkit-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
    }
        .header-links a:hover {
            color: #fff;
        }
    .header-links span {
        display: none;
    }

    #topcartlink a {
        background: #46c688 url(../img/icon-cart.png) no-repeat center;
        width: 35px;
        height: 35px;
        border-radius: 18px;
        display: block;
    }
    #topcartlink span {
        display: none;        
    }

    .header-logo {
        font-size: 0;
    }
        .header-logo a {
            display: inline-block;
            line-height: 0; /*firefox line-height bug fix*/
            width: 100%;
        }
        .header-logo a img {
            max-width: 100%;
        }

    .ui-helper-hidden-accessible {
        display: none;
    }
    .ui-autocomplete.ui-menu.ui-widget.ui-widget-content {
        z-index: 1002 !important;
        width: 256px !important; /*default = txtfield + button*/
        max-width: 100%;
        border: 1px solid #ccc;
        border-top: none;
        overflow: hidden;
        background: #fff;
    }
    .ui-autocomplete.ui-menu.ui-widget.ui-widget-content li {
        border-top: 1px solid #ccc;
    }
    .ui-autocomplete.ui-menu.ui-widget.ui-widget-content li:first-child {
        border-top: none;
    }
    .ui-autocomplete.ui-menu.ui-widget.ui-widget-content a {
        display: block;
        padding: 8px;
    }
    .ui-autocomplete.ui-menu.ui-widget.ui-widget-content img {
        display: none;
        margin-right: 5px;
        vertical-align: middle;
    }


/*********** FOOTER ***********/



.footer {
}

.footer-top {
    position: relative;
    background: #eee;
    padding: 25px 10px;
    overflow: hidden;
    color: #505050;
}
    .footer-top:before {
        content: " ";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 1px;
        box-shadow: 0 1px 6px rgba(0,0,0,0.2);
    }
    .footer-top:after {
        content: " ";
        position: absolute;
        bottom: -46px;
        left: 0%;
        width: 180%;
        height: 50px;
        background: #b3b3b3;
        -webkit-transform: rotate(.7deg);
        -moz-transform: rotate(.7deg);
        -ms-transform: rotate(.7deg);
        transform: rotate(.7deg);
    }
.footer-block {
    margin-bottom: 15px;
}
.footer-block h3, .footer-block .topic-html-content-title h2 {
    font-weight: 300;
    font-size: 24px;
    padding-left: 16px;
    position: relative;
    margin: 0 0 15px;
}
    .footer-block h3:before,
    .footer-block .topic-html-content-title h2:before {
        content: " ";
        position: absolute;
        top: 50%;
        left: 0;
        margin-top: -13px;
        width: 3px;
        height: 25px;
        background: #fff;
    }
        .footer-block.social-sharing h3,
        .footer-block.subscribe-to-newsletter h3 {
            padding-left: 8px;
        }
            .footer-block.social-sharing h3:before,
            .footer-block.subscribe-to-newsletter h3:before {
                display: none;
            }
    .footer-block .topic-html-content-body {
        padding: 0 10px;
    }
.footer-block ul {
}
.footer-block li {
}
.footer-block a {
}
.footer-menu {
    padding-left: 18px;
}
.footer-menu li {
    font-size: 14px;
}
.footer-top .footer-menu li {
    padding: 7px 2px 7px 30px;
}
    .footer-menu li.phone {
        background: url(../img/icon-phone.png) no-repeat left center;
    }
    .footer-menu li.mobile {
        background: url(../img/icon-cellphone.png) no-repeat left center;
    }
    .footer-menu li.email {
        background: url(../img/icon-mail.png) no-repeat left center;
    }
    .footer-menu li.skype {
        background: url(../img/icon-skype.png) no-repeat left center;
    }
.footer-menu li:last-child {
    margin-bottom: 0;
}

.social-sharing {
}
.social-sharing ul {
    font-size: 0;
}
.social-sharing li {
    display: inline-block;
    margin: 0 5px 10px 5px;
}
.social-sharing a {
    display: block;
    width: 45px;
    height: 45px;
    background: url('../img/social-sprite.jpg') no-repeat;
    -webkit-transition: -webkit-transform .2s ease;
    -moz-transition: -moz-transform .2s ease;
    transition: transform .2s ease;
}
    .social-sharing a:hover {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        transform: scale(1.1);
    }
.social-sharing .facebook {
    background-position: 0 0;
}
.social-sharing .twitter {
    background-position: -45px 0;
}
.social-sharing .google {
    background-position: -90px 0;
}
.social-sharing .pinterest {
    background-position: -135px 0;
}
.social-sharing .vimeo {
    background-position: -180px 0;
}
.social-sharing .youtube {
    background-position: -225px 0;
}
.social-sharing .rss {
    background-position: -270px 0;
}

.block-newsletter {
    padding-left: 10px;
}
.newsletter-email {
    display: inline-block;
    overflow: hidden;
    padding: 6px;
    background: rgba(0,0,0,0.05);
}
.newsletter-email input[type="text"] {
    float: left;
    width: 218px;
    height: 45px;
}
.newsletter-email input[type="button"] {
    float: left;
    width: 45px;
    height: 45px;
    border: none;
    overflow: hidden;
    background: #46c688 url('../img/icon-newsletter.png') center no-repeat;
    text-indent: 999px;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
    .newsletter-email input[type="button"]:hover {
        background-color: #51e29c;
    }
.newsletter-validation, 
.newsletter-result-block { 
    width: 100%;
    overflow: hidden; 
    line-height: 28px; 
}
.newsletter-validation .please-wait {
    display: none !important; 
}

.footer-middle {
    position: relative;
    overflow: hidden;
    padding: 30px 10px;
    background: url(../img/custom/footer_bg.jpg) no-repeat top center #1e5386;
}

    .footer-middle h3 {
        color: #969696;
    }
    .footer-middle .footer-menu a {
        color: #a8c4de;
        display: inline-block;
        font-size: 13px;
        -webkit-transition: -webkit-transform .2s ease;
        -moz-transition: -moz-transform .2s ease;
        transition: transform .2s ease;
    }
    .footer-middle .footer-menu a:hover {
        -webkit-transform: translate(1px);
        -moz-transform: translate(1px);
        -ms-transform: translate(1px);
        transform: translate(1px);
        color: #fff;
    }

.footer-bottom {
    overflow: hidden;
    padding: 20px;
    padding-bottom: 90px;
    text-align: center;
    background: #10385d;
    color: #969696;
    font-family: Verdana;
}
.accepted-payment-methods {
}
.accepted-payment-methods ul {
    font-size: 0;
}
.accepted-payment-methods li { 
    display: inline-block;
    width: 49px;
    height: 30px;
    background: url('../img/payment_sprite.png') no-repeat;
    margin: 0 3px;
}
.accepted-payment-methods .method1 {
    background-position: 0 0;
}
.accepted-payment-methods .method2 {
    background-position: -49px 0;
}
.accepted-payment-methods .method3 {
    background-position: -98px 0;
}
.accepted-payment-methods .method4 {
    background-position: -147px 0;
}
.accepted-payment-methods .method5 {
    background-position: -196px 0;
}
.accepted-payment-methods .method6 {
    background-position: -245px 0;
}
.footer-powered-by {
}
.footer-powered-by a {
    text-decoration: underline;
    color: #fff;
}
.footer-store-theme {
    position: relative;
    height: 35px;
    overflow: hidden;
    padding: 35px 0 0; /*hides unwrapped text*/
}
.footer-store-theme select {
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -85px;
    width: 170px;
}

@media screen and (min-width: 450px) {

    .footer-middle .footer-block {
        float: left;
        width: 50%;
    }
        .footer-middle .footer-block:nth-child(2n+1) {
            clear: both;
        }

}

@media screen and (min-width: 600px) {

    .footer-top .footer-block {
        float: left;
        width: 50%;
    }
        .footer-top .footer-block:nth-child(2n+1) {
            clear: both;
        }

}

@media screen and (min-width: 900px) {

    .footer-top .footer-block {
        clear: none !important;
        width: 40%;
    }
    .footer-top .footer-block:nth-child(1) {
        width: 26%;
    }
    .footer-top .footer-block:nth-child(2) {
        width: 30%;
        margin-right: 4%;
    }
    .newsletter-email input[type="text"] {
        width: 279px;
    }

    .footer-middle .footer-block {
        clear: none !important;
        width: 25%;
    }

}


/*********** LEFT/RIGHT COLUMN ***********/



.block {
    margin: 0 auto 10px;
    text-align: left;
    width: 320px;
    max-width: 100%;
}
.block .title {
    font-family: 'dax-lightregular', arial, helvetica;
  font-size: 18px;
  background: #1e5386;
}
.block .title strong {
    font-weight: 400;
  display: block;
  font-size: 18px;
  text-transform: uppercase;
  cursor: pointer;
  padding: 10px;
  color: #fff;
}
.block .listbox {
    display: none;
    border:1px solid #c9c9c9;
    border-top: 0;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    background: #fff;
}
.block .listbox:after {
    content: " ";
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
    line-height: 0;
    font-size: 0;
}

.block .list {
}
.block .list li {
    
}
.block .list a {
    display: block;
    padding: 5px 10px;
    border-top: 1px solid #ecebeb;
    position: relative;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
    .block .list a:before {
        margin-left: -1px;
        content: " ";
        position: absolute;
        bottom: 0;
        left: 0;
        height: 0;
        width: 5px;
        background: #8ca7c1;
        -webkit-transition: all .2s ease-in-out;
        -moz-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out;
    }
    .block .list li a:hover {
    }
.block .list > li:first-child > a {
    border-top: 0;
}
.block .list a.has-sublist {
    background: url(../img/category-nav-dropdown-arrow.png) no-repeat 94% 11px;
}
    .block .list li > a:hover:before,
    .block .list li.active > a:before,
    .block-account-navigation a.active:before {
        height: 100%;
    }

.block .list .product-picture {
    display: none;
}
    .block .sublist {
        display: none;
        border-top: 1px solid #ecebeb;
        padding: 0 0 0 20px;
    }
    .block li.active .sublist {
        display: block;
    }
    .block .sublist a {
    }
    .block .sublist > li:first-child > a {
        border-top: 0;
    }

.block-popular-tags .listbox {
    padding: 10px;
}
.block .tags {
    margin: 0 0 10px;
}
.block .tags ul {
    font-size: 0;
}
.block .tags li,
.product-tags-all-page li {
    display: inline-block;
    position: relative;
    margin: 0 10px;
    overflow: hidden;
    font-size: 16px !important; /*setting base size*/
}
.block .tags li a,
.product-tags-all-page li a {
    float: left;
    line-height: 30px;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
    .block .tags li a:hover, 
    .product-tags-all-page li a:hover {
        -webkit-transform: translateY(-3px);
        -moz-transform: translateY(-3px);
        -ms-transform: translateY(-3px);
        transform: translateY(-3px);
        color: #303030;
    }
.block .view-all {
    text-align: center;
    padding: 10px;
    border-top: 1px solid #c9c9c9;
}
.block .view-all a {
    display: inline-block;
    background: #46c688;
    border: 1px solid #49bf86;
    color: #fff;
    box-shadow: 0 1px 0 0 #42ab78;
    padding: 8px 16px;
    font-size: 12px;
    margin: 0 auto;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
    .block .view-all a:hover {
        background: #51e29c;
    }

.poll strong {
    display: block;
    margin: 0 0 10px;
}
.poll-options,
.poll-results {
    margin: 0 0 15px;
}
.poll-options li,
.poll-results li {
    display: inline-block;
    margin: 5px;
}
.poll-options li > * {
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
}
.poll .buttons,
.poll-total-votes {
}
.poll .buttons input {
    border: 1px solid #ccc;
    padding: 5px 15px;  
}
.poll-total-votes {
    display: block;
    margin: 10px 0 0;
    font-weight: bold;
}


/********** CATEGORY PAGE **********/


.filters-button {
    display: none;
}

.breadcrumb {
    margin: 10px 0;
    text-align: left;
    padding: 0 5px;
}
.breadcrumb ul {
    font-size: 0;
}
.breadcrumb li {
    display: inline-block;
}
.breadcrumb li * {
    margin: 0 3px;
    font-size: 12px;
    line-height: 32px;
    display: inline-block;
    font-weight: 300;
}
.breadcrumb strong {
    font-weight: 400;
}
.breadcrumb a {
}
.breadcrumb a:hover {
    text-decoration: underline;
}

.category-description {
    margin: 0 0 20px;
}
.product-filters-wrapper {
    display: none;
}
.product-selectors {
    padding: 10px;
    text-align: center;
    border: 1px solid #cfcfcf;
    background: #f7f7f7;
}
.product-selectors:after {
    content: ".";
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
    line-height: 0;
    font-size: 0;
}
.product-selectors > div {
    display: inline-block;
}
    .product-selectors > div > span {
        font-size: 12px;
        vertical-align: middle;
    }
.product-selectors select {
    margin: 0 5px;
    text-transform: lowercase;
    vertical-align: middle;
    background: #fff;
    border-radius: 0px;
    /* border: 1px solid #1e5386; */
}

.product-grid:after,
.product-list:after,
.product-list .product-item:after,
.manufacturer-grid:after {
    content: ".";
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
    line-height: 0;
    font-size: 0;
}

.item-box {
    margin: 0 0 10px;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;    
}
.product-grid .item-box {
    width: 33%;
    display: inline-block;
    position: relative;
}
.item-box:hover {
    box-shadow: 0 1px 3px 1px rgba(0,0,0,.15);
    background: #fff;
}
.product-grid .item-box .product-item {
    padding: 7px;
}
.product-grid .item-box .product-item .picture {
    overflow: hidden;
}
    .item-box .picture a {
        display: block;
        font-size: 0;
    }
        .item-box .product-item .picture a {
            position: relative;
        }
            .item-box .product-item .picture a:before {
                content: " ";
                display: block;
                padding-top: 100%;
            }
        .item-box .product-item .picture img {
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            max-width: 100%;
            max-height: 100%;
            margin: auto;
            -webkit-transform: translateZ(0) scale(1.0, 1.0); /* fixes the bug of the 1px moving product images when hover on category */
        }
.product-grid .item-box .details {
    text-align: center;
}
.item-box .product-title {
    overflow: hidden;
    font-weight: 400;
    margin: 10px 0  5px;
    min-height: 55px;
}
.item-box .product-title a {
    display: block;
    font-size: 12px;
    color: #505050;
}
.item-box .product-rating-box {
    display: none;
}
.item-box .description {
    height: 36px;
    margin: 0 0 10px;
    overflow: hidden;
    line-height: 1.3;
    font-size: 14px;
    font-weight: 300;
    text-align: justify;
}
.item-box .description a {
    display: block;
}

.item-box .old-price {
    color: #db1b1b;
    text-decoration: line-through;
    font-size: 12px;
    padding: 3px 0 0px;
    display: block;
}
.item-box .actual-price {
    font-size: 18px;
    color: #db1b1b;
    line-height: 20px;
    font-weight: bold;
}

.item-box .actual-price strong { font-size: 12px; font-weight: normal; }
    .item-box .old-price + .actual-price {
        display: block;
    }
    .item-box .add-info {
        overflow: hidden;
        display: inline-block;
        font-size: 0;
    }
.item-box .buttons {
    margin: 0;
    position: relative;
}
.item-box input[type="button"] {
    border: 0;
    padding: 14px 8px 14px 34px;
    background: #dcdcdc url(../img/icon-add-to-cart.png) no-repeat 7px 13px;
    color: #505050;
    height: 44px;
}
    .item-box input[type="button"],
    .item-box .buttons:after {
        -webkit-transition: background-color .2s ease-in-out;
        -moz-transition: background-color .2s ease-in-out;
        transition: background-color .2s ease-in-out;
    }
    .item-box input[type="button"]:hover,
    .item-box .buttons:hover:after {
        background-color: #ececec;
    }

.tax-shipping-info {
    font-size: 11px;
    color: #777;
    text-align: center;
    float: none !important;
    background: #f0f0f0;
    padding: 3px;
    clear: both;
}
    .tax-shipping-info a {
        color: #555;
        text-decoration: underline;
    }

/* product list mode */

.product-list .item-box {
    padding: 7px;
    margin: 20px 0 0;
    position: relative;
}
    .product-list .item-box:after {
        content: " ";
        position: absolute;
        top: -10px;
        left: 0;
        width: 100%;
        height: 1px;
        background: #c9c9c9;
    }
    .product-list .item-box:first-child {
        margin: 0;
    }
        .product-list .item-box:first-child:after {
            display: none;
        }
    .product-list .item-box .picture {
        float: left;
        width: 230px;
        height: 230px;
    }
    .product-list .item-box .details {
        margin-left: 240px;
        min-height: 230px;
        position: relative;
        padding: 0 0 64px;
    }
    .product-list .item-box .product-title {
        padding: 15px 0 0;
        margin: 0 0 15px;
        height: 40px;
    }
        .product-list .item-box .add-info {
            position: absolute;
            bottom: 0px;
            left: 0;
        }

/* other item-grids */

.home-page-category-grid,
.sub-category-grid { 
    margin: 0 0 20px;
    text-align: center;
}
    .home-page-category-grid .item-grid {
        position: relative;
        display: inline-block;
        background: #fff;
    }
.home-page-category-grid .title strong,
.product-grid .title strong {
    display: block;
    font-weight: 300;
    font-size: 24px;
    line-height: 32px;
    padding: 8px 0;
    border-bottom: 1px dashed #797979;
    margin-bottom: 10px;
}
.home-page-category-grid .item-box:before,
.sub-category-grid .item-box:before,
.manufacturer-grid .item-box:before {
    display: none;
}
.home-page-category-grid .item-box,
.sub-category-grid .item-box {
    width: 310px;
    margin: 0 auto 10px;
}
    .manufacturer-grid .item-box {
        width: 50%;
        margin: 0 auto 20px;
    }
.category-item,
.sub-category-item,
.manufacturer-item {
    position: relative;
    overflow: hidden;
}
.category-item .title,
.sub-category-item .title,
.manufacturer-item .title {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 1;
}
    .manufacturer-item .title {
        display: none
    }
.category-item .title a,
.sub-category-item .title a,
.manufacturer-item .title a {
    display: block;
    padding: 10px;
    line-height: 20px;
    font-weight: 700;
    font-size: 18px;
    text-transform: uppercase;
    color: #fff;
    text-align: left;
    background: rgb(0,0,0);
    background: rgba(0,0,0,0.5);
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.category-item:hover .title a,
.sub-category-item:hover .title a,
.manufacturer-item:hover .title a {
    background: rgba(0,0,0,0.7);
}
.category-item .picture a,
.sub-category-item .picture a {
    display: block;
    font-size: 0;
    height: 140px;
}
    .manufacturer-item .picture a {
        display: block;
        font-size: 0;
        height: 100px;
    }
.category-item .picture img,
.sub-category-item .picture img,
.manufacturer-item .picture img {
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;   
    max-width: 100%;
    -webkit-transform: translateZ(0) scale(1.0, 1.0); /* fixes the bug of the 1px moving product images when hover on category */
}
    .category-item:hover .picture img, 
    .sub-category-item:hover .picture img, 
    .manufacturer-item:hover .picture img {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }

.product-grid,
.product-list {
    margin: 10px 0 20px;
}
.product-grid .title {
    margin: 0 0 15px;
    font-size: 18px;
}
.product-grid .title strong {

}
.cross-sells {
}

.pager ul {
    text-align: center;
    font-size: 0;
}
.pager li {
    display: inline-block;
    margin: 0 2px;
}
.pager li * {
    display: block;
    background-color: #fff;
    border: 1px solid #1e5386;
    width: 20px;
    height: 20px;
    line-height: 20px;
    color: #1e5386;
    overflow: hidden;
    font-size: 12px;
    -webkit-transition: background-color .2s ease;
    -moz-transition: background-color .2s ease;
    transition: background-color .2s ease;
}
.pager li span,
.pager li a:hover {
    background-color: #1e5386;
    color: #fff;
}
.pager li.previous-page *,
.pager li.next-page *,
.pager li.first-page *,
.pager li.last-page * {
    text-indent: -9999px;
    box-shadow: none;
}
.pager li.previous-page * {
    background: url(../img/icon-pager-prev.png) no-repeat center !important;
}
.pager li.next-page * {
    background: url(../img/icon-pager-next.png) no-repeat center !important;
}
.pager li.first-page * {
    background: url(../img/icon-pager-prev-first.png) no-repeat center !important;
}
.pager li.last-page * {
    background: url(../img/icon-pager-next-last.png) no-repeat center !important;
}


/********** PRODUCT PAGE **********/

.product-essential {
    margin: 0 0 20px;
}
.product-essential:after {
    content: ".";
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
    line-height: 0;
    font-size: 0;
}
.gallery,
.product-details-page .overview {
    padding: 0 0 20px;
    margin: 0 0 0;
}
.gallery .picture {
    position: relative;
    max-width: 100%;
    overflow: hidden;
    margin: 0 0 10px;
    font-size: 0;
}
.gallery .picture img {
    max-width: 100%;
}
.gallery .picture-thumbs img,
.variant-picture img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
}
.gallery .picture-thumbs {
    overflow: hidden;
    font-size: 0;
}
.gallery .picture-thumbs a {
    display: inline-block;
    position: relative;
    width: 85px;
    height: 85px;
    overflow: hidden;
    background: #fff;
    margin: 0 5px 10px;
}

/*Default Zoom start*/
#lbOverlay {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
    height: 100%;
    background-color: #000;
    cursor: pointer;
}
#lbCenter,
#lbBottomContainer {
    position: absolute;
    z-index: 9999;
    overflow: hidden;
    background-color: #fff;
}
.lbLoading {
    background: #fff url('../img/loading.gif') no-repeat center;
}
#lbImage {
    position: absolute;
    top: 0;
    left: 0;
    border: 10px solid #fff;
    background-repeat: no-repeat;
}
#lbPrevLink,
#lbNextLink {
    display: block;
    position: absolute;
    top: 0;
    width: 50%;
}
#lbPrevLink {
    left: 0;
}
#lbNextLink {
    right: 0;
}
#lbBottom {
    border: 10px solid #fff;
    border-top: none;
    text-align: left;
    line-height: 1.4em;
    font-size: 10px;
    color: #666;
}
#lbCloseLink {
    display: block;
    float: right;
    width: 66px;
    height: 22px;
    margin: 5px 0;
    outline: none;
    background: url('../img/closelabel.gif') no-repeat center;
}
#lbCaption,
#lbNumber {
    margin: 0 70px 0 0;
}
#lbCaption {
    font-weight: bold;
}
#fancybox-wrap {
    z-index: 10010 !important;
}
/*Default Zoom end*/

.product-details-page .overview {
    position: relative;
}
.overview .product-name {
    margin: 0 0 5px;
}
.overview .product-name h1 {
    font-size: 24px;
    font-weight: 400;
}
.overview .short-description {
    margin: 0 0 5px;
    font-size: 12px;
}
.overview .buttons, 
.back-in-stock-subscription { 
    margin: 0 0 25px;
    font-size: 0;
}
.overview .buttons div {
}
.overview .add-to-wishlist-button, 
.variant-overview .add-to-wishlist-button, 
.overview .add-to-compare-list-button, 
.overview .email-a-friend-button, 
.overview .subscribe-button, 
.download-sample-button a {
    display: inline-block;
    border: 0;
    padding: 8px 10px 8px 32px;
    background: 0;
    color: #505050;
    font-size: 12px;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.overview .add-to-wishlist-button:hover, 
.variant-overview .add-to-wishlist-button:hover, 
.overview .add-to-compare-list-button:hover, 
.overview .email-a-friend-button:hover, 
.overview .subscribe-button:hover, 
.download-sample-button a:hover {
    color: #000;
}
.overview .add-to-wishlist,
.variant-overview .add-to-wishlist,
.overview .compare-products,
.overview .email-a-friend,
.overview .back-in-stock-subscription,
.overview .download-sample-button {
    position: relative;
    display: inline-block;
}
    .overview .add-to-wishlist:before,
    .variant-overview .add-to-wishlist:before,
    .overview .compare-products:before, 
    .overview .email-a-friend:before,
    .overview .back-in-stock-subscription:before,
    .overview .download-sample-button:before {
        content: " ";
        position: absolute;
        top: 50%;
        left: 2px;
        width: 26px;
        height: 26px;
        margin-top: -13px;
        border: 2px solid #000;
        border-radius: 13px;
        -webkit-transition: all .2s ease-in-out;
        -moz-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out;
        opacity: .3;
    }
        .overview .add-to-wishlist:hover:before,
        .variant-overview .add-to-wishlist:hover:before,
        .overview .compare-products:hover:before, 
        .overview .email-a-friend:hover:hover:before,
        .overview .back-in-stock-subscription:hover:before,
        .overview .download-sample-button:hover:before {
            opacity: .7;
        }
    .overview .add-to-wishlist:before,
    .variant-overview .add-to-wishlist:before {
        background: url(../img/icon-product-add-wishlist.png) no-repeat center 3px;
    }
    .overview .compare-products:before {
        background: url(../img/icon-product-add-compare.png) no-repeat center;
    }
    .overview .email-a-friend:before {
        background: url(../img/icon-product-email-friend.png) no-repeat center;
    }
    .overview .back-in-stock-subscription:before {
        background: url(../img/icon-product-subscribe-available.png) no-repeat center;
    }
    .overview .download-sample-button:before {
        background: url(../img/icon-product-download-sample.png) no-repeat center;
    }

.overview .stock,
.variant-overview .stock,
.overview .sku,
.variant-overview .sku,
.overview .manufacturer-part-number,
.variant-overview .manufacturer-part-number,
.overview .gtin,
.variant-overview .gtin,
.overview .manufacturers {
    margin: 0 0 15px;
}
.overview .stock > span,
.variant-overview .stock > span,
.overview .sku > span,
.variant-overview .sku > span,
.overview .manufacturer-part-number > span,
.variant-overview .manufacturer-part-number > span,
.overview .gtin > span,
.variant-overview .gtin > span,
.overview .manufacturers > span {
    font-size: 14px;
}
.overview .value,
.variant-overview .value {
    font-weight: bold; 
}
.overview .value a {
    font-weight: bold;
    text-decoration: underline;
}
.free-shipping {
    width: 80px;
    height: 80px;
    padding: 19px 0;
    margin: 0 auto 20px;
    background: #46c688;
    border-radius: 40px;
    color: #fff;
    font-size: 14px;
}
.product-no-reviews,
.product-reviews-overview {
    margin: 0 0 20px;
}
.product-no-reviews a {
    text-decoration: underline;
}
.product-review-box {
    display: inline-block;
    margin: 0 0 5px;
}
.product-review-box .rating {
    width: 85px;
    height: 16px;
    background: url(../img/icon-rating-empty.png) repeat-x;
}
.product-review-box .rating div {
    height: 16px; 
    background: url(../img/icon-rating-full.png) repeat-x;
}
.product-review-links {
}
.product-review-links a {
}

.download-sample {
    margin: 0 0 20px;
}

.overview .cart-info,
.variant-overview .cart-info {
    overflow: hidden;
    font-size: 0;
    display: inline-block;
}
.overview .add-to-cart,
.variant-overview .add-to-cart {
    display: inline-block;
    vertical-align: middle;
    font-size: 0;
}
.overview .add-to-cart-panel,
.variant-overview .add-to-cart-panel {
    position: relative;
}
.overview .add-to-cart-panel > *,
.variant-overview .add-to-cart-panel > * {
    float: left;
}
.overview .qty-label,
.variant-overview .qty-label {
    position: absolute;
    left: -25px;
    line-height: 36px;
    display: none;
}
.overview .qty-input,
.variant-overview .qty-input {
    width: 25px;
    height: 25px;
    border: 1px solid #c9c9c9;
    outline: 10px solid #ececec;
    padding: 2px;
    margin: 10px !important;
    text-align: center;
}
.overview .add-button-wrap,
.variant-overview .add-button-wrap {
    position: relative;
}
.overview .add-to-cart-button,
.variant-overview .add-to-cart-button {
    border: 0;
    padding: 14px 14px 15px 15px;
    height: 45px;
    background: #dcdcdc url(../img/icon-add-to-cart.png) no-repeat 10px 13px;
    color: #505050;
    font-size: 13px;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.overview .add-to-cart .add-to-wishlist-button,
.variant-overview .add-to-cart .add-to-wishlist-button {
    display: none; /*removes the old button*/
}

.overview .prices, .variant-overview .prices {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    background: #e80000;
    height: 45px;
    padding: 3px 8px 4px;
    font-size: 0;
}

    .overview .prices:after,
    .variant-overview .prices:after {
        content: " ";
        display: inline-block;
        vertical-align: middle;
        width: 1px;
        height: 100%;
    }
    .overview .prices > *,
    .variant-overview .prices > * {
        display: inline-block;
        vertical-align: middle;
    }
    .overview .prices label,
    .variant-overview .prices label {
        display: none;
    }
.overview .old-product-price,
.variant-overview .old-product-price {
    display: block;
    font-size: 12px;
    line-height: 19px;
    color: #fff;
    text-decoration: line-through;
}
.old-product-price + .product-price {
    display: block;
}
.overview .product-price,
.variant-overview .product-price {
    font-size: 16px;
    font-weight: 700;
    line-height: 19px;
    color: #fff;
}
.customer-entered-price {
    margin: 0 0 20px;
    overflow: hidden;
    background: #fff;
    padding: 10px;
}
.customer-entered-price > div {
    display: inline-block;
}
.customer-entered-price .price-input {
    margin: 0 5px;
}
.customer-entered-price .enter-price-input {
    width: 50px;
    text-align: center;
}
.customer-entered-price .price-range {
    font-weight: bold;
}

.product-share-button {
    margin: 10px 0 0;
}

.full-description {
    clear: both;
    margin: 0 0 20px;
    line-height: 20px;
    font-size: 14px;
    text-align: justify;
}

.product-collateral {
    margin: 0 0 20px;
}
.product-collateral .title {
    margin: 0 0 10px;
    font-size: 18px;
}
.product-collateral .title strong {
    font-weight: normal;
}

.product-variant-list {
    font-size: 0;
    text-align: center;
}
.product-variant-line {
    margin: 0 auto 10px;
    max-width: 320px;
    font-size: 12px;
}
.product-variant-line:after {
    content: ".";
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
    line-height: 0;
    font-size: 0;
}
.variant-picture {
    position: relative;
    width: 220px;
    height: 220px;
    margin: 0 auto 15px;
    overflow: hidden;
}
.variant-overview {
    width: 100%;
}
.variant-overview .variant-name {
    margin: 0 0 10px;
    font-size: 18px;
}
.variant-overview .variant-description {
    margin: 0 0 15px;
    line-height: 20px;
}
    .variant-overview .add-to-wishlist {
        margin-top: 10px;
    }

/*Jquery Tabs start*/
.ui-tabs {
    margin: 0 0 20px;
    box-shadow: 0 1px 3px 1px rgba(0,0,0,.15);
}
.ui-tabs .ui-tabs-nav {
    overflow: hidden;
    background: #fff;
}
.ui-tabs .ui-tabs-nav li a {
    display: block;
    border-bottom: 1px solid #fff;
    background: #dcdcdc;
    padding: 10px 24px;
    font-size: 14px;
    color: #505050;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, 
.ui-tabs .ui-state-active.ui-tabs-active a {
    background: #46c688;
    color: #fff;
}
.ui-tabs .ui-tabs-panel {
    background: #fff;
    padding: 12px;
}
.ui-tabs .ui-tabs-panel p {
    margin: 10px 0;
    line-height: 20px;
}
.ui-tabs .ui-tabs-hide {
    display: none;
}
    .ui-tabs .write-review {
        margin: 0;
    }
    .ui-tabs .write-review .buttons {
        text-align: center;
    }

/*Jquery Tabs end*/

.product-specs-box {
    margin: 0 0 20px;
}
.product-tags-box {
    margin: 20px 0;
    text-align: center;
}
.product-tags-list,
.vendor-list {
    font-size: 0;
}
.product-tags-all-page .product-tags-list,
.vendor-list-page .vendor-list {
    box-shadow: 0 1px 3px 1px rgba(0,0,0,.15);
    padding: 10px;
}
.product-tags-list li,
.vendor-list li {
    display: inline-block;
    font-size: 12px; /*reset zeroing*/
}
.product-tags-list li.separator {
    margin: 0 5px 0 3px;
}
.product-tags-list a {
    display: inline-block;
    line-height: 24px;
}
.vendor-list a {
    padding: 7px 12px;
    font-size: 14px;
}

.attributes {
    margin: 0 0 20px;
    clear: both;
}
.attributes dl {
    overflow: hidden; 
}
.attributes dt {
    font-size: 14px;
    padding: 7px;
    background: #ececec;
}
.attributes dd {
    padding: 10px;
    background: #f6f6f6;
}
.attributes .option-list {
    overflow: hidden;
}
.attributes li {
    margin: 0 10px;
}
.attributes select {
    width: auto;
    max-width: 100%;
}
.attributes .option-list li > * {
    display: inline-block;
    margin: 0 4px;
    vertical-align: middle;
}
.color-squares {
    font-size: 0;
}
.color-squares li {
    display: inline-block;
    margin: 0;
}
.color-squares .color-container {
    display: block;
    border: 1px solid transparent;
    border-radius: 100%;
    padding: 3px;
}
.color-squares .color {
    display: block !important;
    width: 26px !important;
    height: 26px !important;
    border: 1px solid #c9c9c9 !important;
    cursor: pointer;
    border-radius: 100%;
}
.color-squares .selected-value .color-container {
    border-color: #c9c9c9;
}
.color-squares li input {
    position: relative;
    z-index: -1;
    margin: -30px 0 0;
    display: none;
}

.giftcard {
    margin: 0 0 20px;
    overflow: hidden;
}
.giftcard div {
    margin: 0 0 10px;
}
.giftcard label {
    display: block;
    margin: 0 0 5px;
    font-size: 14px;
}
.giftcard input,
.giftcard textarea {
    width: 350px;
    max-width: 100%;
}
.giftcard textarea{
    height: 150px;
}


/********** PRODUCT REVIEWS **********/



.product-reviews-page h1 a {
    font-style: italic;
}
.product-reviews-page h1 a:before,
.product-reviews-page h1 a:after {
    content: "''";
}
.write-review {
    margin: 0 0 30px;
}
    .write-review .title,
    .product-review-list .title {
        margin: 0 0 10px;
        text-align: left;        
    }
        .write-review .title strong,
        .product-review-list .title strong {
            font-weight: 300;
            font-size: 18px;
            padding-left: 16px;
            position: relative;
        }
    .write-review .title strong:before,
    .product-review-list .title strong:before {
        content: " ";
        position: absolute;
        top: 50%;
        left: 0;
        margin-top: -12px;
        width: 5px;
        height: 23px;
        background: #46c688;
    }


.write-review .form-fields {
    margin: 0 0 15px;
}
.ui-tabs .form-fields {
}
.write-review .review-rating {
    text-align: center;
}
.write-review .review-rating label {
    display: block;
    margin: 0 0 5px;
    font-size: 14px;
    vertical-align: middle;
}
.review-rating ul {
    font-size: 0;
    vertical-align: middle;
}
.write-review .review-rating li {
    display: inline-block;
    margin: 0 5px;
    cursor: default;
    vertical-align: middle;
    font-size: 14px;
    height: 17px;
}
.write-review .review-rating li.first {
    color: #c00;
}
.write-review .review-rating li:nth-child(2) {
    padding-top: 2px;
}
    .write-review .review-rating li:nth-child(2) input {
        vertical-align: baseline;
    }
.write-review .review-rating li.last {
    color: #690;
}
.write-review .captcha-box {
    margin: 15px 0 0;
}
.write-review .button-1 {
    background: #46c688;
    border: 1px solid #49bf86;
    color: #fff;
    box-shadow: 0 1px 0 0 #42ab78;
    padding: 10px 16px;
    font-size: 14px;
}
.product-reviews-page .result,
.product-reviews-page .message-error {
    margin: 0 0 20px;
}
.product-review-list {
    overflow: hidden;
}
.product-review-item {
    margin: 0 0 30px;
    text-align: left;
}
.product-review-item .review-item-head {
    margin: 0 0 10px;
    overflow: hidden;
    background: #f6f6f6;
    padding: 10px;
}
.product-review-item .review-title {
    float: left;
    text-transform: uppercase;
}
.product-review-item .product-review-box {
    float: right;
    margin: 0;
}
.product-review-item .review-text {
    margin: 0 0 15px;
}
.product-review-item .review-info {
    margin: 0 0 5px;
}
.product-review-item .review-info a,
.product-review-helpfulness .vote {
    display: inline-block;
    padding: 0 10px;
    font-weight: bold; 
    text-decoration: underline; 
    cursor: pointer;
}
.product-review-helpfulness .question {
    margin: 0 5px 0 0;
    font-style: italic;
}
.product-review-helpfulness .result {
    margin: 0 0 0 10px;
}


/********** WISHLIST & COMPARE LIST **********/



.wishlist-content {
    margin: 0 0 20px;
}
.wishlist-content .message-error {
    margin: 0 0 10px;
}
.wishlist-content .buttons {
    font-size: 0;
}
.wishlist-content .button-2 {
    display: inline-block;
    border-top: 0;
    padding: 10px 16px;
    margin: 0 3px 6px;
    font-size: 14px;
    background: #dcdcdc;
    border: 1px solid #d3d3d3;
    color: #505050;
    box-shadow: 0 1px 0 0 #bbb;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.wishlist-page .share-info a {
    display: block;
    margin: 0 0 5px;
    font-weight: bold;
}
.compare-products-page {
    position: relative;
    overflow: hidden;
}
.compare-products-page img {
    max-width: 100%;
}
.compare-products-page .clear-list {
    display: block;
    background: #46c688;
    border: 1px solid #49bf86;
    color: #fff;
    box-shadow: 0 1px 0 0 #42ab78;
    padding: 6px 16px;
    font-size: 14px;
    margin: 0 auto 20px;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    width: 110px;
    text-align: center;
}
.compare-products-page .button-2 {
    display: inline-block;
    border-top: 0;
    padding: 7px 10px;
    font-size: 12px;
    background: #dcdcdc;
    border: 1px solid #d3d3d3;
    color: #505050;
    box-shadow: 0 1px 0 0 #bbb;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

/*********** TOPICS ***********/



.topic-html-content {
    margin: 0 0 20px;
}
.home-page .topic-html-content {
    margin: 0 0 30px;
}
.topic-html-content-title h2 {
    font-weight: normal;
    font-size: 18px;
}
.topic-html-content-body {
    line-height: 20px;
}
.topic-html-content a,
.topic-page a {
    text-decoration: underline;
}
.topic-page .page-body {
    line-height: 20px;
}
.topic-password {
    text-align: center;
}
.enter-password-title {
    margin: 0 0 10px;
    color: #c00;
}
.enter-password-form {
    display: inline-block;
    overflow: hidden;
}
.enter-password-form input[type="password"] {
    float: left !important;
    width: 200px !important;
    height: 36px !important;
}
.enter-password-form input[type="submit"] {
    float: left !important;
    width: auto !important;
    height: 36px !important;
    border: none !important;
    background: #ccc !important;
    padding: 0 20px !important;
    font-size: 16px !important;
}
.password-error {
    margin: 0 0 10px;
}


/*********** CONTACT & EMAIL A FRIEND ***********/



.contact-page .form-fields,
.email-a-friend-page .form-fields {
    margin: 0 0 15px;
}
.contact-page .message-error,
.email-a-friend-page .message-error {
    margin: 0 0 10px;
}
.contact-page .button-1,
.email-a-friend-page .button-1 {
    padding: 10px 16px;
    background: #46c688;
    border: 1px solid #49bf86;
    color: #fff;
    box-shadow: 0 1px 0 0 #42ab78;
    font-size: 14px;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.email-a-friend-page .title {
    margin: 0 0 15px;
}
.email-a-friend-page .title h2 {
    font-weight: normal;
}


/********** REGISTRATION, LOGIN, ACCOUNT PAGES  **********/



.registration-page .fieldset:nth-child(2) select,
.account-page .fieldset:nth-child(3) select {
    width: 88px; /*birth-date selectors, always single line*/
}
.registration-page select + select,
.account-page select + select {
    margin: 0 0 0 10px;
}
.gender {
    display: inline-block;
    margin: 0 3px;
}
.gender > * {
    display: inline-block !important;
    vertical-align: middle;
    line-height: 32px;
    margin: 0 !important;
    width: auto !important;
}
#check-availability-button {
    margin: 10px 0 0;
    padding: 9px 26px;
}
#username-availabilty {
    display: block;
    margin: 5px 0 0;
}
#username-availabilty:empty {
    display: none;
}
.accept-privacy-policy {
    margin: 0 0 20px;
    text-align: center;
}
.accept-privacy-policy > * {
    display: inline-block;
    line-height: 32px;
    vertical-align: middle;
}
.accept-privacy-policy a {
    font-weight: bold;
}
.registration-page .button-1,
.registration-result-page .button-1,
.login-page .button-1,
.password-recovery-page .button-1,
.account-page .button-1,
.return-request-page .button-1 {
    display: inline-block;
    background: #46c688;
    border: 1px solid #49bf86;
    color: #fff;
    box-shadow: 0 1px 0 0 #42ab78;
    padding: 10px 26px;
    font-size: 14px;
    margin: 0 auto;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
    .registration-page .button-1:hover,
    .registration-result-page .button-1:hover,
    .login-page .button-1:hover,
    .password-recovery-page .button-1:hover,
    .account-page .button-1:hover,
    .return-request-page .button-1:hover {
        background: #51e29c;
    }
.registration-result-page .result {
    margin: 0 0 20px;
    color: #690;
}
.login-page .customer-blocks {
    margin: 0 0 30px;
}
.login-page .title {
    margin: 0 0 10px;
    font-size: 18px;
}
.login-page .title strong {
    font-weight: normal;
}
.login-page .new-wrapper {
    margin: 0 0 30px;
    padding: 10px;
    box-shadow: 0 1px 3px 1px rgba(0,0,0,.15);
    background: #fff;
}
    .login-page .new-wrapper .buttons,
    .login-page .returning-wrapper .buttons {
        margin: 0;
    }
.login-page .text {
    margin: 0 0 20px;
}
.login-page .inputs.reversed * {
    margin: 5px 0;
    display: inline-block;
    width: auto;
}
.login-page .inputs.reversed span {
    display: block;
}
.returning-wrapper,
.login-page .topic-html-content {
    padding: 10px 0 0 0 ;
    box-shadow: 0 1px 3px 1px rgba(0,0,0,.15);
    background: #fff;
}
.login-page .returning-wrapper .form-fields {
    box-shadow: none;
    padding: 0;
}

.external-authentication {
    margin: 0 0 20px;
    overflow: hidden;
    text-align: center;
}
.external-authentication fieldset {
    float: none !important;
}
.password-recovery-page .tooltip {
    margin: 0 0 20px;
}
.password-recovery-page .result {
    margin: 0 0 5px;
    font-weight: bold;
}



.address-list,
.order-list {
    font-size: 0;
    margin-bottom: 20px;
}
.address-list > div,
.order-list > div {
    background: #fff;
}
.section {
    padding: 10px;
    border: 1px solid #ecebeb;
    display: inline-block;
}
    .section .title {
        margin: 0 0 15px;
        font-size: 18px;
    }
    .section .title strong {
        font-weight: 400;
    }
    .section .buttons {
        margin: 0;
    }

.account-page .button-2 {
    display: inline-block;
    border-top: 0;
    padding: 5px 8px;
    margin: 0 3px;
    font-size: 12px;
    background: #dcdcdc;
    border: 1px solid #d3d3d3;
    color: #505050;
    box-shadow: 0 1px 0 0 #bbb;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
    .account-page .button-2:hover {
        opacity: .8;
    }
.account-page .edit-address {
    margin: 0 0 20px;
    padding: 10px;
    box-shadow: 0 1px 3px 1px rgba(0,0,0,.15);
    background: #fff;
}
.account-page .description {
    margin: 0 0 20px;
}

.address-list-page .info,
.order-list-page .info {
    margin: 0 0 10px;
    line-height: 20px;
    font-size: 14px;
}
.address-list-page .add-button {
    margin: 0 0 15px;
    text-align: center;
}

.return-request-page .section {
    display: block !important;
    width: 100% !important;
    margin: 0 0 25px !important;
    padding: 0;
    box-shadow: none;
}
.return-request-page .title strong {
    display: inline-block;
    font-weight: 300;
    font-size: 18px;
    padding-left: 16px;
    position: relative;
}
    .return-request-page .title strong:before {
        content: " ";
        position: absolute;
        top: 50%;
        left: 0;
        margin-top: -12px;
        width: 5px;
        height: 23px;
        background: #46c688;
    }

.return-request-list-page a {
    font-weight: bold;
}
.return-request-list-page .comments {
    margin: 15px 0 0;
}

.reward-points-overview {
    font-size: 14px;
    margin: 0 0 10px;
}
.reward-points-history .title {
    margin: 0 0 10px;
}
.reward-points-history .title strong {
    font-size: 20px;
    font-weight: 400;
}

.avatar-page .message-error {
    margin: 0 0 10px;
}
.avatar-page .fieldset {
    margin: 0 0 15px;
}
.avatar-page .image {
    margin: 0 0 10px;
}
.avatar-page .image img {
    border: 1px solid #ccc;
}
.avatar-page input[type="file"] {
    width: 85px;
    overflow: hidden;
}


/********** SHOPPING CART & CHECKOUT **********/



.order-progress {
    margin: 20px 0 0 0;
    text-align: center;
}
.order-progress ul {
    font-size: 0;
}
.order-progress li {
    display: inline-block;
    margin: 10px;
}
.order-progress a {
    display: block;
    font-size: 12px;
    padding: 50px 0 0;
    background: url(../img/checkout-step.png) no-repeat center top;
    text-align: center;
    min-width: 40px;
}
.order-progress li.active-step a {
    cursor: pointer;
}
.order-progress li.inactive-step a {
    opacity: 0.5;
    cursor: default;
    /*filter: alpha(opacity=50);*/
}

.shopping-cart-page .button-1, 
.checkout-page .button-1 {
    display: inline-block;
    background: #45c688;
    border: none;
    color: #fff;
    box-shadow: none;
    padding: 11px 34px;
    font-size: 20px;
    margin: 0 auto;
    font-family: 'dax-lightregular', arial, helvetica; 
    text-transform: uppercase;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
    .shopping-cart-page .button-1:hover,
    .checkout-page .button-1:hover {
        background-color: #51e29c;
    }
.shopping-cart-page .button-2,
.checkout-page .button-2,
.order-details-page .page-title a {
    background: url(../img/custom/refresh_icon.gif) no-repeat;
    border: none;
    color: #505050;
    box-shadow: none;
    display: inline-block;
    border-top: 0;
    padding: 8px 16px;
    font-size: 14px;
    text-indent:-999px;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.remove-discount-button,
.remove-gift-card-button {
    width: 16px;
    height: 16px;
    margin: 0 0 0 5px;
    border: 1px solid #ccc;
    background: #fff url('../img/close.png') center no-repeat;
    cursor: pointer;
}

.shopping-cart-page .message-error {
    margin: 0 0 20px;
    font-size: 13px;
}
.shopping-cart-page .selected-checkout-attributes {
    display: none;
}
.selected-checkout-attributes {
    margin: 0 0 20px;
    text-align: center;
}
.shopping-cart-page .common-buttons {
    font-size: 0;
}
.shopping-cart-page .common-buttons input {
    
}
.update-cart-wrap,
.continue-shopping-wrap {
    position: relative;
    display: inline-block;
}
.update-cart-wrap input[type="submit"] {
    border: 0;
    padding: 14px 14px 14px 40px;
    background: #dcdcdc url(../img/icon-update-cart.png) no-repeat 12px center;
    color: #505050;
    height: 44px;
    font-size: 14px;
    box-shadow: none;
}
.update-cart-wrap:after {
    content: " ";
    position: absolute;
    top: 0;
    right: -7px;
    width: 15px;
    height: 44px;
    background: #dcdcdc;
    -webkit-transform: skew(-15deg);
    -moz-transform: skew(-15deg);
    -ms-transform: skew(-15deg);
    transform: skew(-15deg);
}
    .update-cart-wrap input[type="submit"],
    .update-cart-wrap:after {
        -webkit-transition: background-color .2s ease-in-out;
        -moz-transition: background-color .2s ease-in-out;
        transition: background-color .2s ease-in-out;
    }
    .update-cart-wrap input[type="submit"]:hover,
    .update-cart-wrap:hover:after {
        background-color: #ececec;
    }

.continue-shopping-wrap {
    margin-left: 16px;
}
.continue-shopping-wrap input[type="submit"] {
    border: 0;
    padding: 14px 14px 14px 40px;
    background: #46c688 url(../img/icon-add-to-cart.png) no-repeat 10px center;
    color: #fff;
    height: 44px;
    font-size: 14px;
    box-shadow: none;
}
    .continue-shopping-wrap:before {
        content: " ";
        position: absolute;
        top: 0;
        left: -9px;
        width: 15px;
        height: 44px;
        background: #46c688;
        -webkit-transform: skew(-15deg);
        -moz-transform: skew(-15deg);
        -ms-transform: skew(-15deg);
        transform: skew(-15deg);
    }
.continue-shopping-wrap input[type="submit"],
.continue-shopping-wrap:before {
    -webkit-transition: background-color .2s ease-in-out;
    -moz-transition: background-color .2s ease-in-out;
    transition: background-color .2s ease-in-out;
}
.continue-shopping-wrap input[type="submit"]:hover {
    background-color: #51e29c;
}
.continue-shopping-wrap:hover:before {
    background: #51e29c;
}

.checkout-attributes {
    margin: 20px 0 0;
    text-align: center;
}
.checkout-attributes dt {
    margin: 0 0 5px;
    font-weight: bold;
}
.checkout-attributes ul {
}
.checkout-attributes li {
    line-height: 24px;
}
.checkout-attributes li * {
    vertical-align: middle;
}


.cart-footer {
    background: #fff;
}
.cart-footer:after {
    content: ".";
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
    line-height: 0;
    font-size: 0;
}
.cart-footer .totals {
    width: 100%;
    margin: 0 auto 30px;
}
.cart-footer .total-info {
    margin: 0 0 20px;
    font-size: 14px;
}
.cart-total td {
    width: 50%;
}
    .cart-total-left {
        text-align: right;
    }
    .cart-total-right {
        text-align: right;
    }
        tr:last-child .cart-total-left {
            font-weight: 700;
        }
.cart-total .order-total {
    font-size: 18px;
    color: #4dc98d;
}
.terms-of-service {
    margin: 20px 0 20px;
}
.terms-of-service a {
    font-weight: bold;
}

.cart-collaterals {
    width: 300px;
    max-width: 100%;
    margin: 0 auto 30px;
}
.cart-collaterals > div {
    margin: 0 0 30px;
}
.cart-collaterals .title {
    margin: 0 0 5px; 
}
.cart-collaterals .title strong {
    font-size: 14px;
    font-weight: 400;
}
.cart-collaterals .hint {
    margin: 0 0 5px;
}
.cart-collaterals .deals > div {
    margin: 0 0 10px;
}
.cart-collaterals .coupon-code {
    overflow: hidden;
    font-size: 0;
}
.cart-collaterals .coupon-code input[type="text"] {
    display: inline-block;
    width: 58%;
    height: 35px; /*safari padding fix*/
    margin: 0 -1px 0 0;
    vertical-align: middle;
}
.cart-collaterals .coupon-code input[type="submit"] {
    background: #dcdcdc;
    border: 1px solid #d3d3d3;
    color: #505050;
    box-shadow: 0 1px 0 0 #bbb;
    display: inline-block;
    border-top: 0;
    padding: 8px 16px;
    font-size: 14px;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    height: 34px; /*safari padding fix*/
    vertical-align: middle;
}
.cart-collaterals .message {
    margin: 5px 0 0;
    color: #c00;
}
.cart-collaterals .current-code {
    margin: 5px 0 0;
    color: #690;
}
.cart-collaterals .shipping-results {
    margin: 20px 0 0;
}
.cart-collaterals .shipping-results li {
    margin: 10px 0;
}

.checkout-page .section {
    margin: 0 0 30px;
    display: block;
    box-shadow: none;
    width: 100%;
}
.checkout-page .address-grid {
    overflow: hidden;
    padding: 2px;
}
.checkout-page .address-item {
    margin: 0 0 20px;
    padding: 10px;
    box-shadow: 0 0 3px 1px rgba(0,0,0,.15);
    background: #fff;
}
.checkout-page .address-item .select-button {
    margin: 0 0 10px;
}
.checkout-page .address-item li {
    padding: 2px 0;
}
.checkout-page .address-item li.name {
    margin: 0 0 5px;
    font-size: 14px;
}
.checkout-page .address-item li.country {
}
.checkout-page .edit-address {
    margin: 0 0 20px;
}
div.shipping-method,
div.payment-method {
    text-align: left;
}
.shipping-method .method-list,
.payment-method .method-list {
    margin: 0 0 20px;
}
    .payment-method .method-name > * {
        display: inline-block;
        vertical-align: middle;
        margin: 0 10px 0 0;
    }
.shipping-method .method-list li,
.payment-method .method-list li {
    margin: 0 0 10px;
}
.shipping-method .method-list li label,
.payment-method .method-list li label {
    font-weight: bold;
}
.shipping-method .method-description {
    margin: 5px 0 0;
}

.use-reward-points {
    font-size: 14px;
    margin: 0 0 15px;
}

.payment-info .info {
    margin: 0 0 20px;
    text-align: justify;
}
.confirm-order .button-1 {margin: 0 0 20px; ont-size: 18px; }
.order-review-data ul { margin: 0 0 30px; }
.order-review-data li { padding: 2px 0; }
.order-review-data .title,
.order-details-area .title,
.shipment-overview .title  {
    margin: 20px 0 5px;
}
.order-review-data .title:first-child,
.order-details-area .title:first-child,
.shipment-overview .title:first-child {
    margin-top: 0;
}
.order-details-page .section {
    display: block !important;
    width: 100% !important;
    margin: 0 0 20px;
    padding: 0;
    box-shadow: none;
}
    .order-details-page .section .title {
        text-align: left;
    }
.order-details-page .section .title strong {
    display: inline-block;
    font-weight: 300;
    font-size: 18px;
    padding-left: 16px;
    position: relative;
}
    .order-details-page .section .title strong:before {
        content: " ";
        position: absolute;
        top: 50%;
        left: 0;
        margin-top: -12px;
        width: 5px;
        height: 23px;
        background: #46c688;
    }
.order-completed .details {
    margin: 0 0 20px;
}
.order-completed .details a {
    display: block;
    margin: 5px 0 0;
    font-weight: bold;
}

.opc .step-title {
    margin-bottom: 1px;
    overflow: hidden;
    background: #f6f6f6;
    padding: 10px;
}
.opc .allow .step-title,
.opc .allow .step-title * {
    cursor: pointer;
}
.opc .active .step-title {
}
.opc .active .step-title * {
}
.opc .step-title * {
    float: left;
    font-size: 16px; 
}
.opc .step-title span {
    margin: 0 10px 0 0;
}
.opc .step {
    margin: 10px 0;
    padding: 10px;
}
.opc .section {
    margin: 0 0 15px;
}
.opc .section > label {
    display: block;
    margin: 0 0 10px;
}
.opc input[type="text"],
.opc select {
    max-width: 100%;
}
.opc .buttons {
    margin-bottom: 0;
}
.opc .back-link {
    margin: 0 0 10px;
}
.opc .back-link small {
    display: none;
}
.opc .back-link a {
    font-weight: bold;
    line-height: 32px;
    display: inline-block;
}
.opc .please-wait {
    display: block;
    margin: 10px 0 0;
}
.opc .section.confirm-order {
    display: none;
}

.order-details-page .page-title {
    margin: 0 0 20px;
    overflow: hidden;
    position: relative;
}
.order-details-page .page-title h1 {
    margin: 0 0 10px;
}
.order-details-page .order-overview {
    margin: 0 0 20px;
    line-height: 20px;
}
.order-details-area {
    margin: 0 0 20px; 
    overflow: hidden;  
}
.order-details-area td {
    float: left;
    width: 100%;
    margin: 0 0 20px;
    vertical-align: top;
}

.order-details-page .actions {
    margin: 20px 0 0;
    text-align: center;
}
.order-details-page .actions input {
    background: #dcdcdc;
    border: 1px solid #d3d3d3;
    color: #505050;
    box-shadow: 0 1px 0 0 #bbb;
    display: inline-block;
    border-top: 0;
    padding: 12px 24px;
    font-size: 14px;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.order-details-page .cart-total {
    width: 300px;
    margin: 0 auto 30px;
}

.shipment-details-page .shipment-overview {
    overflow: hidden;
    margin: 0 0 20px;
}
    .shipment-details-page .shipment-overview > ul {
        text-align: left;
    }
        .shipment-details-page .shipment-overview > ul:first-child {
            margin: 0 0 20px;
        }
.shipment-details-page .section {
    margin:0;
    box-shadow: none;
    padding: 0;
    width: 100%;
}

/*********** SEARCH & SITEMAP ***********/



.search-input input + label {
    display: inline;
    margin: 0 0 0 2px;
}
.basic-search {
    margin: 0 0 20px;
}
.basic-search input[type="text"] {
    width: 400px;
    max-width: 100%; 
}
.advanced-search {
    margin: 0 0 20px;
}
.advanced-search .price-range {
    display: inline-block;
    margin: 0 0 0 -30px;
}
.advanced-search .price-range input {
    width: 80px;
    margin: 3px;
}
.search-input .button-1 {
    padding: 10px 16px;
    background: #46c688;
    border: 1px solid #49bf86;
    color: #fff;
    box-shadow: 0 1px 0 0 #42ab78;
    font-size: 14px;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.search-input .warning,
.search-results .result {
    display: block;
    margin: 10px 0 0; 
    font-weight: normal;
    color: #c00;
}
.search-results {
    margin: 30px 0 0;
}

.sitemap-page .entity {
    margin: 0 0 80px;
}
.sitemap-page .entity-title {
    margin: 0 0 10px;
    text-align: left;
    font-weight: bold;
}
.sitemap-page .entity-title h2 {
    display: inline-block;
    font-weight: 300;
    font-size: 18px;
    position: relative;
    margin: 10px 0 0 0;
    padding: 0 0 5px 0;
    width: 100%;
    border-bottom: 1px solid #ecebeb;

}

.sitemap-page .entity-body {
    line-height: 24px;
    text-align: left;
    background: #fff;
}
.sitemap-page li {
    display: inline-block;
    width: 24%;
}
.sitemap-page a {
    display: inline-block;
    font-size: 12px;
    text-decoration: underline;
}
.sitemap-page a:empty {
    display: none;
}


/********** BLOG & NEWS **********/



.year strong {
    display: block;
    padding: 9px 10px;
    border-top: 1px solid #c9c9c9;
    position: relative;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.news-items {
    font-size: 0;
    text-align: left;
    padding: 15px 0 0;
}
.blog-page .post, .news-items .item {
    position: relative;
    display: inline-block;
    margin: 1%;
}
.blog-page .post, .news-list-page .item {
    margin: 0 auto 30px;
}
.blog-page .post + .post {
    padding: 30px 0 0;
    border-top: 1px dashed #797979;
}

.post-head {
    margin: 0 0 15px;
}
.post-head ~ *,
.news-head ~ * {
    font-size: 14px;
}
.post-title, .news-title {
    display: block;
    margin: 0 0 10px;
    font-size: 18px;
    position: relative;
    padding: 0 0 0 15px;
    text-align: left;
}
    .post-title:before,
    .news-title:before {
        content: " ";
        position: absolute;
        top: 50%;
        left: 0;
        margin-top: -12px;
        width: 5px;
        height: 23px;
        background: #46c688;
    }
.post-date, .news-date {
    font-style: italic;
    display: block;
    text-align: right;
}

.post-content {
    box-shadow: 0 1px 3px 1px rgba(0,0,0,.15);
    padding: 15px;
    background: #fff;
}

.item .news-details {
    line-height: 1.4;
    height: 58px;
    overflow: hidden;
}
.blogpost-page .post-date {
    margin: 0 0 20px;
    text-align: right;
}
.news-item-page .news-date {
    margin: 0 0 20px;
    text-align: center;
}
.post-body,
.news-body {
    line-height: 20px;
    margin: 0 0 20px;
}
.blog-page .post-body {
    height: 64px;
    overflow: hidden;
    position: relative;
    line-height: 1.2;
}
    .blog-page .post-body:after {
        content: "...";
        position: absolute;
        bottom: 0;
        right: 0;
        background: #fff;
        display: inline-block;
        width: 30px;
    }
.blog-page .tags, 
.blogpost-page .tags {
    overflow: hidden;
    margin: 0 0 20px;
}
.blog-page .tags label,
.blogpost-page .tags label {
    display: block;
    font-weight: bold;
    position: relative;
    padding: 0 0 0 15px;
    text-align: left;
}
    .blog-page .tags label:before,
    .blogpost-page .tags label:before,
    .blog-details:before {
        content: " ";
        position: absolute;
        top: 50%;
        left: 0;
        margin-top: -12px;
        width: 5px;
        height: 23px;
        background: #46c688;   
    }
.blog-page .tags ul,
.blogpost-page .tags ul {
    font-size: 0;
}
.blog-page .tags li,
.blogpost-page .tags li {
    display: inline-block;
    font-size: 14px;
}
.blog-page .tags li.separator,
.blogpost-page .tags li.separator {
    margin: 0 5px 0 3px;
}
.blog-page .tags a,
.blogpost-page .tags a {
    display: inline-block;
    line-height: 24px;
}
.blog-details {
    font-weight: 700;
    position: relative;
    padding: 0 0 0 15px;
    text-align: left;
}


.block-blog-archive .sublist {
    display: block;
}
.block-popular-blogtags .tags li {
    margin: 10px 10px 0 !important;
}

.new-comment {
    margin: 0 0 30px;
}
.new-comment .title {
    margin: 0 0 10px;
}
.new-comment .notifications {
    margin: 0 0 10px;
}
.new-comment .result {
    color: #690;
}
.new-comment .form-fields {
    margin: 0 0 15px;
    padding: 0;
    box-shadow: none;
    background: none;
}
.new-comment .inputs label {
    display: none;
}
.new-comment textarea {
    width: 100%;
}
.new-comment .button-1 {
    padding: 10px 16px;
    background: #46c688;
    border: 1px solid #49bf86;
    color: #fff;
    box-shadow: 0 1px 0 0 #42ab78;
    font-size: 14px;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.comment-list {
}
.comment-list .title {
    margin: 0 0 15px;
    text-align: left;
    font-weight: 300;
    font-size: 18px;
    padding-left: 16px;
    position: relative;
}
    .comment-list .title:before {
        content: " ";
        position: absolute;
        top: 50%;
        left: 0;
        margin-top: -12px;
        width: 5px;
        height: 23px;
        background: #46c688;
    }

.comment-list .title strong {
    font-weight: 300;
    font-size: 18px;
}
.blog-comment,
.news-comment {
    margin: 0 0 30px;
}
.blog-comment:after,
.news-comment:after {
    content: ".";
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
    line-height: 0;
    font-size: 0;
}
.comment-info {
    width: 120px;
    margin: 0 auto 10px;
    border: 1px solid #ccc;
}
.comment-info .username {
    display: block;
    padding: 5px;
}
.comment-info .avatar {
    position: relative;
    width: 120px;
    height: 120px;
    overflow: hidden;
}
.comment-info .avatar img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
}
.comment-content {
}
.comment-time {
    margin: 0 0 10px;
    font-style: italic;
}
    .comment-time span {
        vertical-align: middle;
    }
div.comment-title {
    margin: 0 0 10px;
}
    .comment-title strong {
        font-weight: 400;
        font-size: 16px;
    }
.comment-body {
    line-height: 20px;
}
    .comment-body p {
        font-size: 14px;
    }

.news-items .read-more {
    display: none;
    margin: 20px 0 0;
    line-height: 24px;
}
.news-item-page .inputs:first-child label {
    display: block;
}

.news-list-homepage {
    margin: 0 0 30px;
    position: relative;
}
.news-list-homepage .title {
}
.news-list-homepage .title strong {
    display: block;
    font-weight: 300;
    font-size: 24px;
    line-height: 32px;
    padding: 8px 0;
    border-bottom: 1px dashed #797979;
}
.news-list-homepage .view-all {
    padding: 10px 0 0;
    text-align: center;
}
.news-list-homepage .view-all a {
    display: inline-block;
    line-height: 32px;
    font-size: 12px;
}

.news-list-page .news-content {
    box-shadow: 0 1px 3px 1px rgba(0,0,0,.15);
    padding: 10px;
}

/* RE-CAPTCHA */

    .recaptchatable #recaptcha_response_field {
        height: auto !important;
    }



/*=====================================================
    
                    COLOR SCHEMES

=====================================================*/



/* SKY */

    .color-sky .priceRangeCurrentPricesPanel span {
        color: #3cc0d3;
    }

    .color-sky .fieldset .title strong:before,
    .color-sky #topcartlink a,
    .color-sky #topcartlink a:before,
    .color-sky .footer-block h3:before,
    .color-sky .footer-block .topic-html-content-title h2:before,
    .color-sky .newsletter-email input[type="button"],
    .color-sky .block .title,
    .color-sky .block .list a:before,
    .color-sky .block .view-all a,
    .color-sky .product-grid .item-box .prices,
    .color-sky .product-grid .item-box .prices:before,
    .color-sky .free-shipping,
    .color-sky .overview .prices, 
    .color-sky .variant-overview .prices,
    .color-sky .overview .prices:before,
    .color-sky .variant-overview .prices:before,
    .color-sky .ui-tabs .ui-tabs-nav li.ui-tabs-selected a, 
    .color-sky .ui-tabs .ui-state-active.ui-tabs-active a,
    .color-sky .write-review .title strong:before,
    .color-sky .product-review-list .title strong:before,
    .color-sky .write-review .button-1,
    .color-sky .compare-products-page .clear-list,
    .color-sky .contact-page .button-1,
    .color-sky .email-a-friend-page .button-1,
    .color-sky .registration-page .button-1,
    .color-sky .registration-result-page .button-1,
    .color-sky .login-page .button-1,
    .color-sky .password-recovery-page .button-1,
    .color-sky .account-page .button-1,
    .color-sky .return-request-page .button-1,
    .color-sky .return-request-page .title strong:before,
    .color-sky .shopping-cart-page .button-1, 
    .color-sky .checkout-page .button-1,
    .color-sky .continue-shopping-wrap input[type="submit"],
    .color-sky .continue-shopping-wrap:before,
    .color-sky .order-details-page .section .title strong:before,
    .color-sky .search-input .button-1,
    .color-sky .sitemap-page .entity-title h2:before,
    .color-sky .post-title:before,
    .color-sky .news-title:before,
    .color-sky .blog-page .tags label:before,
    .color-sky .blogpost-page .tags label:before,
    .color-sky .blog-details:before,
    .color-sky .new-comment .button-1,
    .color-sky .comment-list .title:before,
    .color-sky .responsive-nav-wrapper,
    .color-sky .header-menu .close-menu,
    .color-sky .header-menu ul li.back-button,
    .color-sky .search-box,
    .color-sky .search-box .search-box-button,
    .color-sky .mini-shopping-cart input.checkout-button,
    .color-sky .header-menu,
    .color-sky .header-menu .sublist > li > a:before,
    .color-sky .productAddedToCartWindowCheckout,
    .color-sky .ui-slider-range,
    .color-sky .nopAjaxFilters7Spikes .close-filters,
    .color-sky .filter-block a.clearFilterOptions,
    .color-sky .filter-block a.clearPriceRangeFilter,
    .color-sky .jDropDown > div:after,
    .color-sky .products .item-info .prices,
    .color-sky .products .item-info .prices:after,
    .color-sky .quick-view-button a,
    .color-sky .products-carousel .item-info .prices,
    .color-sky .products-carousel .item-info .prices:after,
    .color-sky #goToTop {
        background-color: #3cc0d3;
    }

    .color-sky .filtersGroupPanel:after {
        border-color: transparent #3cc0d3 transparent transparent;
    }
        .color-sky .filtersGroupPanel {
            border-top: 1px solid #3cc0d3;
        }

    .color-sky .block .view-all a,
    .color-sky .write-review .button-1,
    .color-sky .compare-products-page .clear-list,
    .color-sky .contact-page .button-1,
    .color-sky .email-a-friend-page .button-1,
    .color-sky .registration-page .button-1,
    .color-sky .registration-result-page .button-1,
    .color-sky .login-page .button-1,
    .color-sky .password-recovery-page .button-1,
    .color-sky .account-page .button-1,
    .color-sky .return-request-page .button-1,
    .color-sky .shopping-cart-page .button-1,
    .color-sky .checkout-page .button-1,
    .color-sky .search-input .button-1,
    .color-sky .new-comment .button-1,
    .color-sky .productAddedToCartWindowCheckout {
        border: 1px solid #40BACC;
        box-shadow: 0 1px 0 0 #3AA8B8;
    }

    @media screen and (max-width: 980px) {
        .color-sky .nopAjaxFilters7Spikes .close-filters span,
        .color-sky .nopAjaxFilters7Spikes .filter-block {
            border-bottom: 1px solid #3AA8B8;
        }
    }

        .color-sky .continue-shopping-wrap input[type="submit"]:hover,
        .color-sky .continue-shopping-wrap:hover:before,
        .color-sky .search-box .search-box-button:hover,
        .color-sky .newsletter-email input[type="button"]:hover,
        .color-sky .block .view-all a:hover,
        .color-sky .write-review .button-1:hover,
        .color-sky .compare-products-page .clear-list:hover,
        .color-sky .contact-page .button-1:hover,
        .color-sky .email-a-friend-page .button-1:hover,
        .color-sky .registration-page .button-1:hover,
        .color-sky .registration-result-page .button-1:hover,
        .color-sky .login-page .button-1:hover,
        .color-sky .password-recovery-page .button-1:hover,
        .color-sky .account-page .button-1:hover,
        .color-sky .return-request-page .button-1:hover,
        .color-sky .shopping-cart-page .button-1:hover,
        .color-sky .checkout-page .button-1:hover,
        .color-sky .search-input .button-1:hover,
        .color-sky .new-comment .button-1:hover,
        .color-sky .quick-view-button a:hover,
        .color-sky .productAddedToCartWindowCheckout:hover {
            background-color: #40CCE0;
        }


/* POWER */

    .color-power .priceRangeCurrentPricesPanel span {
        color: #f05d61;
    }

    .color-power .fieldset .title strong:before,
    .color-power #topcartlink a,
    .color-power #topcartlink a:before,
    .color-power .footer-block h3:before,
    .color-power .footer-block .topic-html-content-title h2:before,
    .color-power .newsletter-email input[type="button"],
    .color-power .block .title,
    .color-power .block .list a:before,
    .color-power .block .view-all a,
    .color-power .product-grid .item-box .prices,
    .color-power .product-grid .item-box .prices:before,
    .color-power .free-shipping,
    .color-power .overview .prices, 
    .color-power .variant-overview .prices,
    .color-power .overview .prices:before,
    .color-power .variant-overview .prices:before,
    .color-power .ui-tabs .ui-tabs-nav li.ui-tabs-selected a, 
    .color-power .ui-tabs .ui-state-active.ui-tabs-active a,
    .color-power .write-review .title strong:before,
    .color-power .product-review-list .title strong:before,
    .color-power .write-review .button-1,
    .color-power .compare-products-page .clear-list,
    .color-power .contact-page .button-1,
    .color-power .email-a-friend-page .button-1,
    .color-power .registration-page .button-1,
    .color-power .registration-result-page .button-1,
    .color-power .login-page .button-1,
    .color-power .password-recovery-page .button-1,
    .color-power .account-page .button-1,
    .color-power .return-request-page .button-1,
    .color-power .return-request-page .title strong:before,
    .color-power .shopping-cart-page .button-1, 
    .color-power .checkout-page .button-1,
    .color-power .continue-shopping-wrap input[type="submit"],
    .color-power .continue-shopping-wrap:before,
    .color-power .order-details-page .section .title strong:before,
    .color-power .search-input .button-1,
    .color-power .sitemap-page .entity-title h2:before,
    .color-power .post-title:before,
    .color-power .news-title:before,
    .color-power .blog-page .tags label:before,
    .color-power .blogpost-page .tags label:before,
    .color-power .blog-details:before,
    .color-power .new-comment .button-1,
    .color-power .comment-list .title:before,
    .color-power .responsive-nav-wrapper,
    .color-power .header-menu .close-menu,
    .color-power .header-menu ul li.back-button,
    .color-power .search-box,
    .color-power .search-box .search-box-button,
    .color-power .mini-shopping-cart input.checkout-button,
    .color-power .header-menu,
    .color-power .header-menu .sublist > li > a:before,
    .color-power .productAddedToCartWindowCheckout,
    .color-power .ui-slider-range,
    .color-power .nopAjaxFilters7Spikes .close-filters,
    .color-power .filter-block a.clearFilterOptions,
    .color-power .filter-block a.clearPriceRangeFilter,
    .color-power .jDropDown > div:after,
    .color-power .products .item-info .prices,
    .color-power .products .item-info .prices:after,
    .color-power .quick-view-button a,
    .color-power .products-carousel .item-info .prices,
    .color-power .products-carousel .item-info .prices:after,
    .color-power #goToTop {
        background-color: #f05d61;
    }

    .color-power .filtersGroupPanel:after {
        border-color: transparent #f05d61 transparent transparent;
    }
        .color-power .filtersGroupPanel {
            border-top: 1px solid #f05d61;
        }

    .color-power .block .view-all a,
    .color-power .write-review .button-1,
    .color-power .compare-products-page .clear-list,
    .color-power .contact-page .button-1,
    .color-power .email-a-friend-page .button-1,
    .color-power .registration-page .button-1,
    .color-power .registration-result-page .button-1,
    .color-power .login-page .button-1,
    .color-power .password-recovery-page .button-1,
    .color-power .account-page .button-1,
    .color-power .return-request-page .button-1,
    .color-power .shopping-cart-page .button-1,
    .color-power .checkout-page .button-1,
    .color-power .search-input .button-1,
    .color-power .new-comment .button-1,
    .color-power .productAddedToCartWindowCheckout {
        border: 1px solid #E96165;
        box-shadow: 0 1px 0 0 #D5595D;
    }

    @media screen and (max-width: 980px) {
        .color-power .nopAjaxFilters7Spikes .close-filters span,
        .color-power .nopAjaxFilters7Spikes .filter-block {
            border-bottom: 1px solid #D5595D;
        }
    }

        .color-power .continue-shopping-wrap input[type="submit"]:hover,
        .color-power .continue-shopping-wrap:hover:before,
        .color-power .search-box .search-box-button:hover,
        .color-power .newsletter-email input[type="button"]:hover,
        .color-power .block .view-all a:hover,
        .color-power .write-review .button-1:hover,
        .color-power .compare-products-page .clear-list:hover,
        .color-power .contact-page .button-1:hover,
        .color-power .email-a-friend-page .button-1:hover,
        .color-power .registration-page .button-1:hover,
        .color-power .registration-result-page .button-1:hover,
        .color-power .login-page .button-1:hover,
        .color-power .password-recovery-page .button-1:hover,
        .color-power .account-page .button-1:hover,
        .color-power .return-request-page .button-1:hover,
        .color-power .shopping-cart-page .button-1:hover,
        .color-power .checkout-page .button-1:hover,
        .color-power .search-input .button-1:hover,
        .color-power .new-comment .button-1:hover,
        .color-power .quick-view-button a:hover,
        .color-power .productAddedToCartWindowCheckout:hover {
            background-color: #FD6266;
        }

/* LIGHT */

    .color-light .priceRangeCurrentPricesPanel span {
        color: #f7b645;
    }

    .color-light .fieldset .title strong:before,
    .color-light #topcartlink a,
    .color-light #topcartlink a:before,
    .color-light .footer-block h3:before,
    .color-light .footer-block .topic-html-content-title h2:before,
    .color-light .newsletter-email input[type="button"],
    .color-light .block .title,
    .color-light .block .list a:before,
    .color-light .block .view-all a,
    .color-light .product-grid .item-box .prices,
    .color-light .product-grid .item-box .prices:before,
    .color-light .free-shipping,
    .color-light .overview .prices, 
    .color-light .variant-overview .prices,
    .color-light .overview .prices:before,
    .color-light .variant-overview .prices:before,
    .color-light .ui-tabs .ui-tabs-nav li.ui-tabs-selected a, 
    .color-light .ui-tabs .ui-state-active.ui-tabs-active a,
    .color-light .write-review .title strong:before,
    .color-light .product-review-list .title strong:before,
    .color-light .write-review .button-1,
    .color-light .compare-products-page .clear-list,
    .color-light .contact-page .button-1,
    .color-light .email-a-friend-page .button-1,
    .color-light .registration-page .button-1,
    .color-light .registration-result-page .button-1,
    .color-light .login-page .button-1,
    .color-light .password-recovery-page .button-1,
    .color-light .account-page .button-1,
    .color-light .return-request-page .button-1,
    .color-light .return-request-page .title strong:before,
    .color-light .shopping-cart-page .button-1, 
    .color-light .checkout-page .button-1,
    .color-light .continue-shopping-wrap input[type="submit"],
    .color-light .continue-shopping-wrap:before,
    .color-light .order-details-page .section .title strong:before,
    .color-light .search-input .button-1,
    .color-light .sitemap-page .entity-title h2:before,
    .color-light .post-title:before,
    .color-light .news-title:before,
    .color-light .blog-page .tags label:before,
    .color-light .blogpost-page .tags label:before,
    .color-light .blog-details:before,
    .color-light .new-comment .button-1,
    .color-light .comment-list .title:before,
    .color-light .responsive-nav-wrapper,
    .color-light .header-menu .close-menu,
    .color-light .header-menu ul li.back-button,
    .color-light .search-box,
    .color-light .search-box .search-box-button,
    .color-light .mini-shopping-cart input.checkout-button,
    .color-light .header-menu,
    .color-light .header-menu .sublist > li > a:before,
    .color-light .productAddedToCartWindowCheckout,
    .color-light .ui-slider-range,
    .color-light .nopAjaxFilters7Spikes .close-filters,
    .color-light .filter-block a.clearFilterOptions,
    .color-light .filter-block a.clearPriceRangeFilter,
    .color-light .jDropDown > div:after,
    .color-light .products .item-info .prices,
    .color-light .products .item-info .prices:after,
    .color-light .quick-view-button a,
    .color-light .products-carousel .item-info .prices,
    .color-light .products-carousel .item-info .prices:after,
    .color-light #goToTop {
        background-color: #f7b645;
    }

    .color-light .filtersGroupPanel:after {
        border-color: transparent #f7b645 transparent transparent;
    }
        .color-light .filtersGroupPanel {
            border-top: 1px solid #f7b645;
        }

    .color-light .block .view-all a,
    .color-light .write-review .button-1,
    .color-light .compare-products-page .clear-list,
    .color-light .contact-page .button-1,
    .color-light .email-a-friend-page .button-1,
    .color-light .registration-page .button-1,
    .color-light .registration-result-page .button-1,
    .color-light .login-page .button-1,
    .color-light .password-recovery-page .button-1,
    .color-light .account-page .button-1,
    .color-light .return-request-page .button-1,
    .color-light .shopping-cart-page .button-1,
    .color-light .checkout-page .button-1,
    .color-light .search-input .button-1,
    .color-light .new-comment .button-1,
    .color-light .productAddedToCartWindowCheckout {
        border: 1px solid #F0B34A;
        box-shadow: 0 1px 0 0 #DCA545;
    }

    @media screen and (max-width: 980px) {
        .color-light .nopAjaxFilters7Spikes .close-filters span,
        .color-light .nopAjaxFilters7Spikes .filter-block {
            border-bottom: 1px solid #DCA545;
        }
    }

        .color-light .continue-shopping-wrap input[type="submit"]:hover,
        .color-light .continue-shopping-wrap:hover:before,
        .color-light .search-box .search-box-button:hover,
        .color-light .newsletter-email input[type="button"]:hover,
        .color-light .block .view-all a:hover,
        .color-light .write-review .button-1:hover,
        .color-light .compare-products-page .clear-list:hover,
        .color-light .contact-page .button-1:hover,
        .color-light .email-a-friend-page .button-1:hover,
        .color-light .registration-page .button-1:hover,
        .color-light .registration-result-page .button-1:hover,
        .color-light .login-page .button-1:hover,
        .color-light .password-recovery-page .button-1:hover,
        .color-light .account-page .button-1:hover,
        .color-light .return-request-page .button-1:hover,
        .color-light .shopping-cart-page .button-1:hover,
        .color-light .checkout-page .button-1:hover,
        .color-light .search-input .button-1:hover,
        .color-light .new-comment .button-1:hover,
        .color-light .quick-view-button a:hover,
        .color-light .productAddedToCartWindowCheckout:hover {
            background-color: #FFC547;
        }


/* NEUTRAL */

    .color-neutral .priceRangeCurrentPricesPanel span {
        color: #505050;
    }

    .color-neutral .fieldset .title strong:before,
    .color-neutral #topcartlink a,
    .color-neutral #topcartlink a:before,
    .color-neutral .footer-block h3:before,
    .color-neutral .footer-block .topic-html-content-title h2:before,
    .color-neutral .newsletter-email input[type="button"],
    .color-neutral .block .title,
    .color-neutral .block .list a:before,
    .color-neutral .block .view-all a,
    .color-neutral .product-grid .item-box .prices,
    .color-neutral .product-grid .item-box .prices:before,
    .color-neutral .free-shipping,
    .color-neutral .overview .prices, 
    .color-neutral .variant-overview .prices,
    .color-neutral .overview .prices:before,
    .color-neutral .variant-overview .prices:before,
    .color-neutral .ui-tabs .ui-tabs-nav li.ui-tabs-selected a, 
    .color-neutral .ui-tabs .ui-state-active.ui-tabs-active a,
    .color-neutral .write-review .title strong:before,
    .color-neutral .product-review-list .title strong:before,
    .color-neutral .write-review .button-1,
    .color-neutral .compare-products-page .clear-list,
    .color-neutral .contact-page .button-1,
    .color-neutral .email-a-friend-page .button-1,
    .color-neutral .registration-page .button-1,
    .color-neutral .registration-result-page .button-1,
    .color-neutral .login-page .button-1,
    .color-neutral .password-recovery-page .button-1,
    .color-neutral .account-page .button-1,
    .color-neutral .return-request-page .button-1,
    .color-neutral .return-request-page .title strong:before,
    .color-neutral .shopping-cart-page .button-1, 
    .color-neutral .checkout-page .button-1,
    .color-neutral .continue-shopping-wrap input[type="submit"],
    .color-neutral .continue-shopping-wrap:before,
    .color-neutral .order-details-page .section .title strong:before,
    .color-neutral .search-input .button-1,
    .color-neutral .sitemap-page .entity-title h2:before,
    .color-neutral .post-title:before,
    .color-neutral .news-title:before,
    .color-neutral .blog-page .tags label:before,
    .color-neutral .blogpost-page .tags label:before,
    .color-neutral .blog-details:before,
    .color-neutral .new-comment .button-1,
    .color-neutral .comment-list .title:before,
    .color-neutral .responsive-nav-wrapper,
    .color-neutral .header-menu .close-menu,
    .color-neutral .header-menu ul li.back-button,
    .color-neutral .search-box,
    .color-neutral .search-box .search-box-button,
    .color-neutral .mini-shopping-cart input.checkout-button,
    .color-neutral .header-menu,
    .color-neutral .header-menu .sublist > li > a:before,
    .color-neutral .productAddedToCartWindowCheckout,
    .color-neutral .ui-slider-range,
    .color-neutral .nopAjaxFilters7Spikes .close-filters,
    .color-neutral .filter-block a.clearFilterOptions,
    .color-neutral .filter-block a.clearPriceRangeFilter,
    .color-neutral .jDropDown > div:after,
    .color-neutral .products .item-info .prices,
    .color-neutral .products .item-info .prices:after,
    .color-neutral .quick-view-button a,
    .color-neutral .products-carousel .item-info .prices,
    .color-neutral .products-carousel .item-info .prices:after,
    .color-neutral #goToTop {
        background-color: #505050;
    }

    .color-neutral .filtersGroupPanel:after {
        border-color: transparent #505050 transparent transparent;
    }
        .color-neutral .filtersGroupPanel {
            border-top: 1px solid #505050;
        }

    .color-neutral .block .view-all a,
    .color-neutral .write-review .button-1,
    .color-neutral .compare-products-page .clear-list,
    .color-neutral .contact-page .button-1,
    .color-neutral .email-a-friend-page .button-1,
    .color-neutral .registration-page .button-1,
    .color-neutral .registration-result-page .button-1,
    .color-neutral .login-page .button-1,
    .color-neutral .password-recovery-page .button-1,
    .color-neutral .account-page .button-1,
    .color-neutral .return-request-page .button-1,
    .color-neutral .shopping-cart-page .button-1,
    .color-neutral .checkout-page .button-1,
    .color-neutral .search-input .button-1,
    .color-neutral .new-comment .button-1,
    .color-neutral .productAddedToCartWindowCheckout {
        border: 1px solid #565656;
        box-shadow: 0 1px 0 0 #464646;
    }

    @media screen and (max-width: 980px) {
        .color-neutral .nopAjaxFilters7Spikes .close-filters span,
        .color-neutral .nopAjaxFilters7Spikes .filter-block {
            border-bottom: 1px solid #464646;
        }
    }

        .color-neutral .continue-shopping-wrap input[type="submit"]:hover,
        .color-neutral .continue-shopping-wrap:hover:before,
        .color-neutral .search-box .search-box-button:hover,
        .color-neutral .newsletter-email input[type="button"]:hover,
        .color-neutral .block .view-all a:hover,
        .color-neutral .write-review .button-1:hover,
        .color-neutral .compare-products-page .clear-list:hover,
        .color-neutral .contact-page .button-1:hover,
        .color-neutral .email-a-friend-page .button-1:hover,
        .color-neutral .registration-page .button-1:hover,
        .color-neutral .registration-result-page .button-1:hover,
        .color-neutral .login-page .button-1:hover,
        .color-neutral .password-recovery-page .button-1:hover,
        .color-neutral .account-page .button-1:hover,
        .color-neutral .return-request-page .button-1:hover,
        .color-neutral .shopping-cart-page .button-1:hover,
        .color-neutral .checkout-page .button-1:hover,
        .color-neutral .search-input .button-1:hover,
        .color-neutral .new-comment .button-1:hover,
        .color-neutral .quick-view-button a:hover,
        .color-neutral .productAddedToCartWindowCheckout:hover {
            background-color: #606060;
        }
body.texture_1 {
    background: #fff url('../img/texture_1.png') repeat center;
}
body.texture_2 {
    background: #fff url('../img/texture_2.png') repeat center;
}
body.texture_3 {
    background: #fff url('../img/texture_3.png') repeat center;
}
body.texture_4 {
    background: #fff url('../img/texture_4.png') repeat center;
}

/*********** CUSTOM THEME STYLES **********/
/******************************************/

/* ------ DEFAULT STYLE OVERIGHT ------ */
.master-wrapper-main { width: 980px; margin: 0 auto; overflow: hidden; }
.content-wrapper-page { width: 74%; float: right;}
.home-page { margin: 0 auto; width: 980px; }
.f-wrap { width: 980px; margin: 0 auto; }
.center-1 { width: 980px; margin: 0 auto; }
/* .content-wrapper-page.topic { width: 980px!important; margin: 0 auto;} */

/* ------ HEADER ------ */
/* Contact Likes */
.header-links-wrapper .help-links span { float: left; display: block; width: 37px; height: 36px; overflow: hidden; background: url(../img/custom/contact_icons.gif) no-repeat; }
.header-links-wrapper #phone.help-links span { background-position: 0 0; }
.header-links-wrapper #email.help-links span { background-position: -37px 0; }
.header-links-wrapper .top-divider { opacity: 0.5; color: #7e7e7e; font-size: 18px; line-height: 33px; padding: 0 3px; }
/* Flag links */
.header-links-wrapper .flags { width: 28px; height: 36px; background: url(../img/custom/country_flags.gif) no-repeat; }
.header-links-wrapper #uk.flags { background-position: -29px 0; } 
.header-links-wrapper #euro.flags { margin-right: 10px; }
.header-links-wrapper #euro.flags a { width: 100%; height: 100%; display: block; }
/* logo */
#logo { margin-top: 25px; width: 532px; height: 96px; display: block; background: url(../img/custom/logo.png) no-repeat;}
/* Search Box */
.search-box { margin: 45px 0 0 0!important; }
.search-box input { color: #b5b5b5!important; font-style: italic; text-transform: uppercase; font-family}
/* Main Navigation */
.header .header-bottom { height: 153px; background: url(../img/custom/nav_bg1.jpg) no-repeat top center #1e5386; }
/* Home Link */
.header-links-wrapper #Home a { display: block; width: 21px; height: 19px; background: url(../img/custom/Home_icon.gif) no-repeat; text-indent: -999px; margin-top: 7px; }

/* ------ MAIN NAVIGATION ------ */
.mega-menu { max-width: 980px; }
.mega-menu { margin-left: 0px;  }
.mega-menu li { padding-top: 15px;  width: 89px; height: 65px; /* border-right: 1px solid #2c5070; */ }
.mega-menu li a { text-transform: none!important;font-family: 'dax-lightregular', arial, helvetica; opacity: 0.9; height: 100%; text-decoration: none!important;}

/* ------ MEGA MENU ------ */
.mega-menu .dropdown { margin-top: -8px!important;}
.mega-menu .dropdown .title { display: none!important;}
.mega-menu .dropdown li { width: auto; height: auto; padding-top: 0px!important; }
.mega-menu .dropdown li a { font-size: 16px!important; opacity: 1!important; }

/* ------ HOMEPAGE ------ */
#featured-banners, #featured-banners .slide { width: 100%!important; height: 269px; overflow: hidden; }
#featured-banners .slide a { display: block; width: 980px; height: 269px; margin: 0 auto;}


/* QuickyGagg */
#featured-banners #slide-slide-quickiegagg.slide { background: url(../img/promotions/magwinter_bg.jpg) repeat-x; }
#featured-banners #slide-quickiegagg.slide a { background: url(../img/promotions/cc_quickie_banner.jpg) repeat-x; }

/* Larna Rhodes */
#featured-banners #slide-larnarhoades.slide { background: url(../img/promotions/cc_lana_rhoades_banner_slither.jpg) repeat-x; }
#featured-banners #slide-larnarhoades.slide a { background: url(../img/promotions/cc_lana_rhoades_banner.jpg) repeat-x; }


/* Creative Magazine Winter */
#featured-banners #slide-ccwintermag.slide { background: url(../img/promotions/magwinter_bg.jpg) repeat-x; }
#featured-banners #slide-ccwintermag.slide a { background: url(../img/promotions/magwinter.jpg) repeat-x; }

/* Fleslight Launch */
#featured-banners #slide-fleshlight-launch.slide { background: url(../img/promotions/fl-launch-slice.jpg) repeat-x; }
#featured-banners #slide-fleshlight-launch.slide a { background: url(../img/promotions/fl-launch-slide.jpg) repeat-x; }

/* Saffron Launch */
#featured-banners #slide-saffron.slide { background: url(../img/promotions/saffron-slice.jpg) repeat-x; }
#featured-banners #slide-saffron.slide a { background: url(../img/promotions/saffron-slide.jpg) repeat-x; }

/* Satisfyer High Fashion */
#featured-banners #slide-highfashion.slide { background: url(../img/promotions/highfashion-slice.jpg) repeat-x; }
#featured-banners #slide-highfashion.slide a { background: url(../img/promotions/highfashion-slide.jpg) repeat-x; }

/* Fleshlight New */
#featured-banners #slide-fleshlight.slide { background: url(../img/promotions/fleshlight_bg.jpg) repeat-x; }
#featured-banners #slide-fleshlight.slide a { background: url(../img/promotions/fleshlightbase.jpg) repeat-x; }

/* Cosmopolitan 2018 */
#featured-banners #slide-cosmo.slide { background: url(../img/promotions/cosmo_bg.jpg) repeat-x; }
#featured-banners #slide-cosmo.slide a { background: url(../img/promotions/cosmo.jpg) repeat-x; }

/* Erofame 2018 */
#featured-banners #slide-erofame.slide { background: url(../img/promotions/erofame_bg.jpg) repeat-x; }
#featured-banners #slide-erofame.slide a { background: url(../img/promotions/erofame.jpg) repeat-x; }

/* Skins Flavours */
#featured-banners #slide-skinsflavours.slide { background: url(../img/promotions/newskinsflavours_bg.jpg) repeat-x; }
#featured-banners #slide-skinsflavours.slide a { background: url(../img/promotions/newskinsflavours.jpg) repeat-x; }

/* Creative Magazine Summer */
#featured-banners #slide-ccsummermag.slide { background: url(../img/promotions/magsummer_bg.jpg) repeat-x; }
#featured-banners #slide-ccsummermag.slide a { background: url(../img/promotions/magsummer.jpg) repeat-x; }

/* ScreamingO Banner */
#featured-banners #slide-scream.slide { background: url(../img/promotions/screamingobanner_bg.jpg) repeat-x; }
#featured-banners #slide-scream.slide a { background: url(../img/promotions/screamingobanner.jpg) repeat-x; }

/* Durex Invisible */
#featured-banners #slide-durex1.slide { background: url(../img/promotions/durex_bg.jpg) repeat-x; }
#featured-banners #slide-durex1.slide a { background: url(../img/promotions/Durex_1.jpg) repeat-x; }

/* Durex Ring */
#featured-banners #slide-durex2.slide { background: url(../img/promotions/durex_bg.jpg) repeat-x; }
#featured-banners #slide-durex2.slide a { background: url(../img/promotions/Durex_2.jpg) repeat-x; }

/* Satisfyer Pro 2 */
#featured-banners #slide-satis.slide { background: url(../img/promotions/slide-satis_bg.jpg) repeat-x; }
#featured-banners #slide-satis.slide a { background: url(../img/promotions/slide-satis_banner.jpg) repeat-x; }


/* Partner */
#featured-banners #slide-partner.slide { background: url(../img/promotions/PartnerToy_bg.jpg) repeat-x; }
#featured-banners #slide-partner.slide a { background: url(../img/promotions/PartnerToy.jpg) repeat-x; }

/* Poweract */
#featured-banners #slide-poweract.slide { background: url(../img/promotions/Poweract_bg.jpg) repeat-x; }
#featured-banners #slide-poweract.slide a { background: url(../img/promotions/Poweract.jpg) repeat-x; }

/* Cube */
#featured-banners #slide-cube.slide { background: url(../img/promotions/SkinsCube_bg.jpg) repeat-x; }
#featured-banners #slide-cube.slide a { background: url(../img/promotions/SkinsCube_.jpg) repeat-x; }

/* DEMON */
#featured-banners #slide-demon.slide { background: url(../img/promotions/demoniqbanner_03.jpg) repeat-x; }
#featured-banners #slide-demon.slide a { background: url(../img/promotions/demoniqbanner_05.jpg) repeat-x; }

/* IDLUBE */
#featured-banners #slide-idlube.slide { background: url(../img/promotions/ID-Repeat-Banner-Template_03.jpg) repeat-x; }
#featured-banners #slide-idlube.slide a { background: url(../img/promotions/ID-Repeat-Banner-Template_05.jpg) repeat-x; }

/* Erofame */
#featured-banners #ero-fame.slide { background: url(../img/promotions/erofamebanner_bg.jpg) repeat-x; }
#featured-banners #ero-fame.slide a { background: url(../img/promotions/erofamebanner.jpg) repeat-x; }


/* Doppi0 */
#featured-banners #slide-doppio.slide { background: url(../img/promotions/doppiobanner_03.jpg) repeat-x; }
#featured-banners #slide-doppio.slide a { background: url(../img/promotions/doppiobanner_05.jpg) repeat-x; }

/* Sex Marks The Spot */
#featured-banners #slide-smts.slide { background: url(../img/promotions/SMTS_03.jpg) repeat-x; }
#featured-banners #slide-smts.slide a { background: url(../img/promotions/SMTS_05.jpg) repeat-x; }




/* Slide 1 */
#featured-banners #slide1.slide { background: url(../img/promotions/fb1_bg.jpg) repeat-x; }
#featured-banners #slide1.slide a { background: url(../img/promotions/fb1.jpg) repeat-x; }
/* Slide 2 */
#featured-banners #slide2.slide { background: url(../img/promotions/fb2_bg.jpg) repeat-x; }
#featured-banners #slide2.slide a { background: url(../img/promotions/fb2.jpg) repeat-x; }
/* Slide 3 */
#featured-banners #slide3.slide { background: url(../img/promotions/fb3_bg.jpg) repeat-x; }
#featured-banners #slide3.slide a { background: url(../img/promotions/fb3.jpg) repeat-x; }
/* PROMO SLIDE */
#featured-banners #slidePromo.slide { background: url(../img/promotions/blackfriday_bg.jpg) repeat-x; }
#featured-banners #slidePromo.slide a { background: url(../img/promotions/blackfriday_promo.jpg) repeat-x; }


#featured-products { text-align: center; clear: both; }
#featured-products h3 { font-family: 'dax-lightregular', arial, helvetica; font-size: 34px; }
#featured-products .title p { width: 80%; margin: 0 auto; font-size: 14px!important; }
#featured-products .title p a { text-decoration: underline; font-weight: bold; }
#featured-products .title p a:hover { color: #000; }

/* ------ XS Product Features ----- */
#productFeaturesXS a:hover { opacity: 0.9; }
#productFeaturesXS { margin-bottom: 40px; overflow: hidden; }
#productFeaturesXS img { float: left; margin: 0 0 0 -1px; padding:0px; }

/* footer information text */
#home-info { width: 100%!important; background: #f5f5f5; padding: 20px 0; overflow: hidden; }
#home-info .wrapper { width: 980px; margin: 0 auto; max-height: 200px;  }
#home-info p { padding-bottom: 20px; color: #363636; font-size: 12px;  }
#home-info h4 { font-size: 14px; margin-bottom: 5px;  }

/* ------ Product layouts ----- */
.view-product-button { display: inline-block; border-radius: 5px; font-size: 12px; text-transform: uppercase; font-family: 'dax-lightregular', arial, helvetica; padding: 5px 8px; background: #a5a5a5; color: #fff; margin: 0 0 5px; letter-spacing: 0.5px; }
.item-box:hover .view-product-button { background: #1e5386; }
/* ------ BRANDS ----- */
#featured-brands h3 { font-size: 34px; font-family: 'dax-lightregular', arial, helvetica; text-align: center; }
#featured-brands { margin: 50px 0 40px; }
#featured-brands p { width: 80%; margin: 0 auto; font-size: 14px; text-align: center; }
#featured-brands p a { text-decoration: underline; font-weight: bold; }

/* ------ FIXED SITE HELPER (FOOTER) ----- */
#helper { z-index: 1; display: none; width:100%; height: 46px; overflow: hidden; background: url(../img/custom/helper_bg.gif) repeat-x; position: fixed; bottom: 0px;}
#helper.fadeInUp { display:block }
#helper {
  -webkit-animation-duration: 1s;
  -webkit-animation-delay: 0s;
  -moz-animation-duration: 1s;
  -moz-animation-delay: 0s;
  -o-animation-duration: 1s;
  -o-animation-delay: 0s;
  -ms-animation-duration: 1s;
  -ms-animation-delay: 0s;
}
#sales-line { margin-top: 5px; color: #fff; font-size: 30px; font-family: 'dax-lightregular', arial, helvetica; text-shadow: 2px 2px 5px #7f663b; float: left; margin-right 20px; }
#sales-line  span { font-family: 'daxbold', arial, helvetica; }
#lhnContainer { margin-top: 6px; }
#lhnContainer, #lhnChatButton { width: 146px; height:; 35px; float: right; overflow: hidden; }
#lhnChatButton a img { display: none; }
#lhnChatButton a { display: block; width: 146px; height: 35px; background: url(../img/custom/LiveChat_btn.jpg) no-repeat; }
#lhnChatButton a:hover { cursor: pointer; }
#account-links li { background: url(../img/custom/ident.png) no-repeat 0 4px; padding-left: 10px; float: left; margin-right: 30px; }
#account-links li a { color: #10385d; font-family: 'dax-lightregular', arial, helvetica; font-size: 17px; }
#account-links li a:hover { text-decoration: underline; }
#account-links { margin: 13px 0 0 35px; float: left; }
#account-links strong { font-family: 'daxbold', arial, helvetica; }

/* BRAND LAYOUTS (LAYOUT 1) */
#brand-logos ul { list-style: none; width: 980px; margin: 0 auto; text-align: center; }
#brand-logos li a { display: block; text-indent: -999px; }
/* BRAND LAYOUTS (LAYOUT 2) */
#brand-logos { margin: 20px 0 60px; overflow: hidden; }
#brand-logos li { display:inline-block; overflow: hidden; margin: 0 6px 8px 0; }
#brand-logos li a { list-style-type: none; display: block; float: left; }
#brand-logos li { 
    opacity: 0.4; filter: none;
}
#brand-logos li:hover { 
    opacity: 1; filter: none;
} 

#brand-logos #alexandre-institute-2 { width: 288px ; Height: 87px ; background: url(../img/brands/brand_AlexanderInstitute.jpg) no-repeat; } 
#brand-logos #ball-chain { width: 139px ; Height: 87px ; background: url(../img/brands/brand_BallandChain.jpg) no-repeat; }
#brand-logos #california-exotics-2 { width: 244px ; Height: 73px ; background: url(../img/brands/brand_CaligorniaExotic.jpg) no-repeat; }
#brand-logos #cc-games-and-novelties-2 { width: 107px ; Height: 87px ; background: url(../img/brands/brand_CCGames.jpg) no-repeat; }
#brand-logos #colt-gear-2 { width: 164px ; Height: 87px ; background: url(../img/brands/brand_COLT.jpg) no-repeat; }
#brand-logos #durex-2 { width: 171px ; Height: 87px ; background: url(../img/brands/brand_Durex.jpg) no-repeat; }
#brand-logos #g-vibe-2 { width: 198px ; Height: 87px ; background: url(../img/brands/brand_GVibe.jpg) no-repeat; }
#brand-logos #id-lubricants-2 { width: 121px ; Height: 87px ; background: url(../img/brands/brand_IDLubricants.jpg) no-repeat; }
#brand-logos #intimate-organics-2 { width: 224px ; Height: 87px ; background: url(../img/brands/brand_IntimateOrganics.jpg) no-repeat; }
#brand-logos #joy-lite { width: 203px ; Height: 87px ; background: url(../img/brands/brand_JoyLite.jpg) no-repeat; }
#brand-logos #jopen { width: 101px ; Height: 87px ; background: url(../img/brands/brand_KeyJopen.jpg) no-repeat; }
#brand-logos #kheper-games-2 { width: 133px ; Height: 87px ; background: url(../img/brands/brand_KheperGames.jpg) no-repeat; }
#brand-logos #manbound-2 { width: 251px ; Height: 87px ; background: url(../img/brands/brand_ManBound.jpg) no-repeat; }
#brand-logos #monogamy-2 { width: 236px ; Height: 87px ; background: url(../img/brands/brand_Manogamy.jpg) no-repeat; }
#brand-logos #moodz-tease-please-2 { width: 259px ; Height: 87px ; background: url(../img/brands/brand_Moodzz.jpg) no-repeat; }
#brand-logos #relaxxx-2 { width: 192px ; Height: 87px ; background: url(../img/brands/brand_relaxXXX.jpg) no-repeat; }
#brand-logos #sex-mischief-2 { width: 258px ; Height: 87px ; background: url(../img/brands/brand_SandM.jpg) no-repeat; }
#brand-logos #screamingo { width: 262px ; Height: 87px ; background: url(../img/brands/brand_ScreamingO.jpg) no-repeat; }
#brand-logos #sex-in-the-shower-2 { width: 160px ; Height: 87px ; background: url(../img/brands/brand_SexinTheShower.jpg) no-repeat; }
#brand-logos #shunga-2 { width: 106px ; Height: 87px ; background: url(../img/brands/brand_Shunga.jpg) no-repeat; }
#brand-logos #skins-condoms { width: 107px ; Height: 87px ; background: url(../img/brands/brand_Skins.jpg) no-repeat; }
#brand-logos #sportex-torpedo { width: 235px ; Height: 87px ; background: url(../img/brands/brand_Sportex.jpg) no-repeat; }
#brand-logos #sportsheets-2 { width: 248px ; Height: 87px ; background: url(../img/brands/brand_Sportsheets.jpg) no-repeat; }
#brand-logos #fifty-days-of-play-3 { width: 231px ; Height: 82px ; background: url(../img/brands/brand_FiftyDaysOfPlay.jpg) no-repeat; }
#brand-logos #powerect-1 { width: 231px ; Height: 82px ; background: url(../img/brands/brand_powerect.jpg) no-repeat; }
#brand-logos #doppio { width: 197px ; Height: 73px ; background: url(../img/brands/brand_doppio.jpg) no-repeat; }

#brand-logos #satisfyer { width: 201px ; Height: 87px ; background: url(../img/brands/brand_satisfyer.jpg) no-repeat; }
#brand-logos #demoniq { width: 201px ; Height: 87px ; background: url(../img/brands/brand_demoniq.jpg) no-repeat; }
#brand-logos #vulcan { width: 201px ; Height: 87px ; background: url(../img/brands/brand_vulcan.jpg) no-repeat; }



/* ------- NEW LOGOS ------ */
#brand-logos #fifty-shades-of-grey { width: 119px ; Height: 86px ; background: url(../img/brands/brand_fiftyshadesOriginal.jpg) no-repeat; }
#brand-logos #motorhead { width: 86px ; Height: 87px ; background: url(../img/brands/brand_motorhead.jpg) no-repeat; }
#brand-logos #nookii { width: 234px ; Height: 87px ; background: url(../img/brands/brand_nookii.jpg) no-repeat; }
#brand-logos #sqweel { width: 215px ; Height: 87px ; background: url(../img/brands/brand_sqweel.jpg) no-repeat; }
#brand-logos #swoon { width: 166px ; Height: 87px ; background: url(../img/brands/brand_swoon.jpg) no-repeat; }
#brand-logos #tokidoki { width: 160px ; Height: 87px ; background: url(../img/brands/brand_Tokidoki.jpg) no-repeat; }
#brand-logos #motley-crue { width: 184px ; Height: 86px ; background: url(../img/brands/brands_motley.jpg) no-repeat; }
#brand-logos #broad-city { width: 184px ; Height: 86px ; background: url(../img/brands/Broad_City.jpg) no-repeat; }
#brand-logos #blow-yo { width: 121px ; Height: 87px ; background: url(../img/brands/blow-yo.jpg) no-repeat; }
#brand-logos #happy-rabbit { width: 285px ; Height: 87px ; background: url(../img/brands/brand_happyrabbit.jpg) no-repeat; }
#brand-logos #uprize { width: 253px ; Height: 87px ; background: url(../img/brands/brand_uprize.jpg) no-repeat; }
#brand-logos #screaming-o-charged { width: 253px ; Height: 87px ; background: url(../img/brands/brand_screamingocharged.jpg) no-repeat; }
#brand-logos #id-xtreme { width: 285px ; Height: 87px ; background: url(../img/brands/brand_idxtreme.jpg) no-repeat; }
#brand-logos #satisfyer-men-2 { width: 285px ; Height: 87px ; background: url(../img/brands/brand_satisfyermen.jpg) no-repeat; }
#brand-logos #cosmopolitan { width: 312px ; Height: 87px ; background: url(../img/brands/brand_cosmopolitan.jpg) no-repeat; }
#brand-logos #fleshlight { width: 312px ; Height: 87px ; background: url(../img/brands/brand_fleshlight.jpg) no-repeat; }
#brand-logos #fleshjack { width: 312px ; Height: 87px ; background: url(../img/brands/brand_fleshjack.jpg) no-repeat; }
#brand-logos #sincerely-sportsheets { width: 312px ; Height: 87px ; background: url(../img/brands/brand_sincerely.jpg) no-repeat; }

/* ------ FOOTER ----- */
 #company-info { margin: 10px 0 20px; }
 .footer  { clear: both; width: 100%; overflow: hidden; }
 .footer #company-info p { color: #c4c9d0; text-align: left; font-size: 11px!important; line-height: 14px; }
 .footer .footer-middle h3 { font-family: 'dax-lightregular', arial, helvetica; color: #fff; font-size: 18px; }
 .footer #sm_links { width: 120px; float: right; }
 .footer .footer-bottom .footer-centering { position: relative; }
 .footer #sm_links { position: absolute; top: 0; right: 0; }
 .footer #sm_links ul { text-align: left; margin-top: 5px; }
 .footer #sm_links li a { display: inline-block; width: 34px; height: 34px; }
 .footer #sm_links li { display: inline-block; padding-right: 20px; width: 34px; height: 34px;  }
 .footer #sm_links p { color: #c4c9d0; line-height: 12px; }
 .footer #sm_links #facebook a { background: url(../img/custom/footer_sm_facebook.jpg) no-repeat; }
 .footer #sm_links #twitter a { background: url(../img/custom/footer_sm_twitter.jpg) no-repeat; }


/* ------ CATEGORY PAGE ----- */
/* Breadcrumbs */
.breadcrumb { margin: 0px; padding: 0px;}
.breadcrumb li strong, .breadcrumb li, .breadcrumb li a { font-size: 12px; }

/* Header & Product Layouts */
.category-page h1 { font-family: 'daxbold', arial, helvetica; font-size: 31px; margin:10px 0 0; }
/* Filters - Pager */
.product-selectors .pager { float: right; margin-left: 0px; }
.product-selectors .pager .last-page { display: none; }
.product-page-size { float: left!important; }
.product-selectors .pager .first-page a, { border: none; }

/* Product Item rollover Effects */
.sub-category-grid .item-box:hover {
    box-shadow: none;
    background: #fff;
}
.sub-category-grid h2 { font-size: 14px; height: 40px; text-align: center; }
.item-box:hover { border:none!important; }
.sub-category-item a { text-align: center;}
#page-nav-bottom {
  padding: 7px 3px 5px 3px;
  text-align: center;
  border-bottom: 1px solid #cfcfcf;
  border-top: 1px solid #cfcfcf;
  overflow: hidden;
  margin-bottom: 50px;
}
#page-nav-bottom ul { display: inline-block; }
#page-nav-bottom .pager { float: right; }
#page-nav-bottom .pager .last-page, #page-nav-bottom .pager .first-page a { display: none; }

/* Left side navigation */
.block-category-navigation .title { font-family: 'dax-lightregular', arial, helvetica; font-size: 18px; background: #1e5386;  }
.category-page #browse-title { 
  text-align: left;
  font-size: 16px;
  background: #1e5386;
  color: #fff;
  padding: 5px;
  font-family: 'dax-lightregular', arial, helvetica;
  font-weight: normal;
  text-transform: uppercase;
}
/* Navigation feature Blocks */
#nav-featureBlocks .block { margin: 20px 0; width: 100%; border: 1px solid #c9c9c9; text-align: center; }
#nav-featureBlocks .block p { padding: 0 10px 10px 10px; font-size: 11px;   }
#nav-featureBlocks .block .Txs { border-bottom: 1px solid #c9c9c9; width: 90%; margin: 0 auto; }
#nav-featureBlocks .block a:hover { text-decoration: underline;}
#nav-featureBlocks .block a { display: block; }
#nav-featureBlocks .block img { margin: 10px 0 0 0; }
#nav-featureBlocks .block .title { padding-top: 10px; font-size: 18px; text-transform: uppercase; font-family: 'dax-lightregular', arial, helvetica;  background: #1e5386; color: #fff; text-align: left; }
#nav-featureBlocks #brochure p { font-size: 14px; }
#nav-featureBlocks img:hover { opacity: 0.8; }
#nav-featureBlocks #thawte { border-bottom: none; }

/* Category Brands */
#cat-brands li { text-align: left;}
#cat-brands li a { padding: 5px 10px; border-top: 1px solid #ecebeb; display: block; }


/* ------ GROUPED PRODUCT PAGE ----- */
#grouped-product-page { width: auto!important; }
#grouped-product-page h1 {   font-family: 'daxbold', arial, helvetica;
  font-size: 31px;
  margin: 10px 0 0;
}
#grouped-product-page p { font: normal 400 12px "Open Sans", sans-serif;
  color: #505050; }

#grouped-product-page .item-box h2 {
  font-size: 12px;
  color: #505050;
  text-align: center;
  font-weight: normal;
}
#grouped-product-page .item-box  {
  width: 33%;
  display: inline-block;
  position: relative;
  padding: 7px;
  text-align: center;
  overflow:hidden;
}
#grouped-product-page .item-box .view-product-button { 
    font-size: 12px!important;
    font-family: 'dax-lightregular', arial, helvetica!important;
    color: #fff!important;
}
#grouped-product-page .cart-info { border: none; padding: 0px; margin: 0px; background: #fff!important; }
#grouped-product-page .cart-info #total-price, #grouped-product-page .cart-info #total-price span { background: #fff; }
#grouped-product-page .cart-info #total-price { background: #fff;}
#grouped-product-page .product-item { padding: 7px; }
#grouped-product-page .product-price span { 
  font-size: 24px;
  color: #db1b1b;
  line-height: 20px;
  font-weight: bold;
}
 #grouped-product-page .prices span span { float: none; display: inline; }
 #grouped-product-page .prices { display: inline-block; background: #fff; float: left; }
 #grouped-product-page .vat {   font-size: 12px;
  font-weight: normal;  color: #db1b1b;
  line-height: 20px; display: inline-block; float: left; margin-left: 5px; }
.product-details-page .prices, .product-details-page .prices span { background: #fff!important; }

#grouped-product-page .var-price { display: inline-block; margin: 5px auto; }

#grouped-product-page .item-box #login-prices { color: #db1b1b;}


/* ------ CATEGORY HEADERS ----- */
/* This information should be pulled from a seperate CSS files */


/* ------ PRODUCT PAGE ----- */

.product-details-page { width: 980px; margin: 0 auto; }
.product-details-page #product-media, .product-details-page .gallery { width: 50%!important; float: left; }
.product-details-page #product-media .gallery { width: 100%!important; }
.product-details-page #product-media iframe { margin: 0 auto 50px; display: block; }
.product-details-page .overview { width: 45%; float: right; margin: 0px!important; }
.product-details-page h1 {   font-size: 28px!important; font-family: 'dax-lightregular'; }
.product-details-page .buttons { text-align: left; display:none;}
#sagepay { margin: 30px 0 10px 0; overflow: hidden; width: 365px; height: 62px; background: url(../img/custom/SagePay_Product.gif) no-repeat; font-size: 11px; padding: 7px 10px 10px 110px;  }
#sales-info p { font-family: 'dax-lightregular', arial, helvetica; font-size: 16px; line-height: 24px; margin-top: 10px; }
#sales-info p span { font-family: 'daxbold'; }
#pcrumb { 
  padding: 10px 0 0;
  margin-bottom: 30px;
  border-bottom: 1px solid #c9c9c9;
}

.product-details-page .sku { float: left; }
.product-details-page .stock { float: left; margin: 4px 0 0 10px; font-weight: normal;  color: #e80000 }
.product-details-page .stock .label { display: none!important; }
.product-details-page .short-description { clear: both; padding-bottom: 10px; }
.product-details-page .sku span, .product-details-page .stock span { font-size: 12px!important; line-height: 12px; }
.product-details-page .add-button-wrap input { background: #e80000;
  color: #fff;
  font-size: 20px;
  line-height: 20px;
  font-family: 'daxbold'; }

.product-details-page .stock span { color: #46c688; padding-left: 15px; display: block; height 10px; background: url(../img/custom/stock_icon.gif) no-repeat; line-height: 10px; }
.product-details-page .prices, .product-details-page .prices span { background: #fafafa; color: #e80000; }
.product-details-page .prices span { display: block; font-size: 35px; font-family: 'daxbold', arial, helvetica; font-weight: normal; }
.product-details-page .prices .call-for-price span { font-size: 18px!important; text-transform: uppercase!important; }
.product-details-page .prices span span { float: right; }
.block-recently-viewed-products { width: 980px; margin-bottom: 50px; border: 1px solid #c2c2c3; overflow: hidden; }
.block-recently-viewed-products .title strong{ width: 100%; font-family: 'dax-lightregular', arial, helvetica; font-size: 20px; background: #e3e3e3; padding: 10px 0 10px 10px; color: #505050!important; margin-bottom: 15px; display: block;}
.block-recently-viewed-products .list li { float: left; width: 12%; text-align: center; }
.block-recently-viewed-products .list li a { border: none; }
.block-recently-viewed-products .product-picture { display: block!important; }
.block-recently-viewed-products .product-picture img { width: 100% ;}
.block-recently-viewed-products .listbox { border: none! important; }
.block-recently-viewed-products .list a:before { width: 0px!important; }
.block-recently-viewed-products .list a { padding-top: 0px; }
.block-recently-viewed-products .list a:hover { text-decoration: underline;}

.product-details-page .add-to-cart .add-to-cart-button { font-size:16px; background: url(../img/custom/basket_icon.png) no-repeat 10px; padding-left: 40px; }
.product-details-page .cart-info {   background: #fafafa;
  overflow: hidden;
  padding: 10px;
  border: 1px solid #e1e1e1;
  width: auto;
  margin-top: 20px; }

.product-details-page .add-button-wrap { background: url(../img/custom/basket_bg.gif) repeat-x;  }
.product-details-page .picture-thumbs { text-align: center; }
.product-details-page .picture-thumbs a { border: 1px solid #c9c9c9; display: inline-block!important; text-align: center; margin: 0 5px 10px !important }


/* ------ BASKET NOTIFICATION BAR ----- */

#bar-notification.success { position: absolute; top: 50%; left: 45%; width: 240px; height: 60px; }
#bar-notification.success .close { margin: 12px; }
#bar-notification.success p { margin: 0 10px 0 0 0; }

/* ------ MANUFACTURERS PAGES ----- */
.manufacturer-page h1  { margin-top: -5px; }

/* ------ TOPIC PAGES ----- */
.topic { margin: 20px auto 100px!important; overflow: hidden; }
.no-header { margin-top: 30px;  }
.no-header .content-wrapper-page { width: 72%; }
.no-header h1 { margin-top: -5px; }
.contact-page h2 { margin-top: 20px; }

/* TOPIC NAVIGATION */

#topic-nav a { 
  display: block;
  padding: 5px 10px;
  border-top: 1px solid #ecebeb;
}
#topic-nav ul { border: 1px solid #c9c9c9; margin: 0 0 20px 0; }

#topic-nav .title { 
    font-family: 'dax-lightregular', arial, helvetica;
    font-size: 18px;
    background: #1e5386;
    font-weight: 400;
    display: block;
    font-size: 18px;
    text-transform: uppercase;
    cursor: pointer;
    padding: 10px;
    color: #fff;
 }

 /* ------ KEYWORD LANDING PAGES ----- */
.klp-wrapper .breadcrumb { text-align: center; }
.KWLP-content { text-align: center; }
.KWLP-content h1 { font-size: 64px; font-family: 'dax-lightregular', arial, helvetica; color: #000; }
.KWLP-content h2 { margin-bottom: 20px; }
.KWLP-content p { margin-bottom: 25px;}
.KWLP-content h2 { margin: 10px 0 5px 0; }
.KWLP-content #cat-links { margin-bottom: 100px; overflow: hidden }
.KWLP-content #cat-links li { float: left;  }
.KWLP-content #cat-links li:hover { opacity: 0.7; cursor: pointer; }
.KWLP-content #cat-links a, .KWLP-content #cat-links li { width: 196px; }
.KWLP-content #cat-links a { background: url(../img/custom/KLP_bg.jpg) no-repeat; display: block; height: 220px; text-indent: -999px; overflow: hidden;}
.KWLP-content #cat-links #bondage a { background-position: 0 0; }
.KWLP-content #cat-links #cockrings a { background-position: -196px 0; }
.KWLP-content #cat-links #condoms a { background-position: -392px 0; }
.KWLP-content #cat-links #sexDVD a { background-position: -588px 0; }
.KWLP-content #cat-links #enhancers a { background-position: -784px 0; }
.KWLP-content #cat-links #games a { background-position: 0 -220px; }
.KWLP-content #cat-links #lotions a{ background-position: -196px -220px; }
.KWLP-content #cat-links #lubricants a { background-position: -392px -220px; }
.KWLP-content #cat-links #mainly a { background-position: -588px -220px; }
.KWLP-content #cat-links #strapons a { background-position: -784px -220px; }

 /* ------ CUSTOMER ACCOUNT AREAS ----- */

.login-page .register-block { margin-top: 20px; }
.returning-wrapper .form-fields { width: 400px; margin: 0 auto; overflow: hidden; }
.login-page .customer-blocks .new-wrapper, .login-page .customer-blocks .returning-wrapper { padding: 20px 10px;  }
.login-page .customer-blocks .new-wrapper, .login-page .customer-blocks .returning-wrapper, .login-page .topic-html-content  { border: 1px solid #c9c9c9; box-shadow: none;  }
.login-page .topic-html-content { border: none!important;}
.login-page .topic-html-content h2 { display: none; }
.login-page .title, .login-page .text { text-align: center;}
.login-page .text { width: 70%; margin: 0 auto; padding-bottom: 10px; }

/* MY ACCOUNT - HOMEPAGE */
.form-fields table { margin-left: 0px!important; background: #f1f1f1; }
.form-fields table td { border: 1px solid #C9C9CF; padding: 5px;}
.form-fields table tr:nth-child(2) { display: none; }
/* DUE AMOUNT */
.form-fields table tr:nth-child(1) td:nth-child(5), .form-fields table tr:nth-child(1) td:nth-child(6) { color: #E8000A; }
/* SIGNUP FORM */
.vat-note {   float: left; margin-left: 135px; font-size: 11px!important; }
/* ADDRESS LIST */
.address-list-page .section { width: 49%; margin: 20px 0 0 0; overflow: hidden; }
.address-list-page .section .buttons { text-align: left; }
/* EDIT ADDRESS */
.address-edit-page .page-body { margin: 20px 0 0 0;}
.address-edit-page { }
.account-page .edit-address { box-shadow: none!important; padding: 0px;}

 /* ------ PAYMENT GATEWAY ----- */

.order-summary-content { margin-bottom: 100px; }
#checkout { background: #e80000; }

/* PAYMENT ERROR */
.error-block { margin: 20px 0 500px; }
.error-block .message-error { font-size: 30px; font-family: 'dax-lightregular', arial, helvetica; }

/* SHOPPING CART PROGRESS */
.shopping-cart-page h1 { margin: 30px 0 10px 0; }
.shopping-cart-page .qty { min-width: 100px;  }
.shopping-cart-page .update-cart-button { width: 23px; height: 19px; display: inline-block; overflow: hidden; margin: 10px 0 0 5px; float: left; padding: 0px; }
.shopping-cart-page .qty-input { float: left; }
.order-progress { display: none; }
.terms-of-service { text-align: right; }
.terms-of-service span { text-decoration: underline; }
#total-wrapper { width: 100%; border: 1px solid #d3d3d3; clear: both; border-top: none; overflow: hidden; }
.total-info { width: 200px; float: right; padding: 10px 20px 0 0 ; }
.shopping-cart-page .shipping_calc { display: block; width: 15px; height: 15px; background: url(../img/custom/shipping_calculation.gif) no-repeat; float: right; }
.shopping-cart-page .shipping_calc:hover { cursor: pointer;}
.checkout-page .title { text-align: center; }
.checkout-page .section .title { 
  background: #e1e1e1;
  text-align: left;
  padding: 10px;
  font-size: 18px;
  font-family: 'dax-lightregular', arial, helvetica;
}
.checkout-page .order-summary-body { clear: both;    }
.checkout-page .section { padding: 0px;}
.checkout-page .enter-address { padding-left: 30px; }
.checkout-page select { height: 35px; } 
.order-summary-body .title { font-weight: 300;
  font-family: 'daxbold', arial, helvetica!important;
  font-size: 31px!important; background: #fff!important; padding: 0px!important; }
  .order-summary-body { border: none;  }
  .order-summary-content .checkout-buttons { float: right; }
  .order-summary-content .cart { clear: both; }


/* --- Shopping Cart Fix --- */
.shopping-cart-page #total-wrapper input { background: none!important; text-indent: 0px; width: auto!important; height: auto!important; background: #969696!important; color: #fff; padding: 10px!important; font-size: 18px; font-family: 'dax-lightregular', arial, helvetica; text-transform: uppercase; } 
.shopping-cart-page #total-wrapper input:hover { background: #000!important; }

 /* ------ BILLING ADDRESS ----- */
.select-billing-address { width: 48%!important; float: left;}
.new-billing-address { width: 48%!important; float: right; border: 1px solid #ecebeb; }
.checkout-page h1 { margin: 30px 0 10px; }
.new-billing-address label { width: 30%!important; }
.new-billing-address input, .new-billing-address select { width: 280px!important; }
.address-item { width: 100%!important; box-shadow: none!important; }
/* ------ SHIPPING ADDRESS ---- */
.select-shipping-address { width: 48%!important; float: left;}
.new-shipping-address { width: 48%!important; float: right;}
/* ------ SHIPPING METHODS ----- */
.shipping-method .buttons { margin: 40px 40px 0 0; float: right; }
.shipping-method li { width: 250px; overflow: hidden; float: left; display: inline-block; margin-right: 50px!important;  }
.shipping-method li label { font-size: 14px } 
.shipping-method .method-name input { margin: 5px; float: left; }
.shipping-method .method-description { font-size: 11px; margin-left: 22px; }
.shipping-method ul { overflow: hidden; margin: 20px 0 10px 20px!important; display: inline-block;}
/* ------ PAYMENT METHODS ----- */
.payment-method .payment-logo { display: none; }
.payment-method li { padding: 20px; text-transform: uppercase; border-bottom: 1px solid #ecebeb; margin: 0px!important; }
.payment-method li input { margin: 10px; }
.payment-method ul {   border: 1px solid #ecebeb; }
.payment-method li:nth-child(1) { background: url(../img/custom/payment-logos.gif) no-repeat 160px 17px; }
.section.payment-method { border: none; }
.section.payment-info { border: none; margin-top: 20px; }
.section.payment-info .info { float: left; margin: 0 20px 0 0; }
.section.payment-info .buttons {  float: left; display: inline-block; } 
.section.payment-info .buttons input { line-height: 18px; padding: 10px 20px;  }
.section.payment-info { margin-bottom: 100px; }

 /* ------ WISHLIST PAGE ----- */
.wishlist-page { margin: 50px 0 250px; }
.wishlist-page h2 { margin: 0 0 10px 0;}
.wishlist-page .common-buttons { margin: 20px 0 0 0; }

 /* ------ ORDER REVIEW PAGE ----- */
.checkout-data .order-summary-body .order-review-data ul { width: 49%; float: left; margin-bottom: 20px}
.checkout-data .order-summary-body .order-review-data  .title { margin-top:40px; text-align: left; font-size: 20px!important; text-transform: uppercase; }
.checkout-data .confirm-order { margin-bottom: 0px; }
.checkout-data .confirm-order form { margin: 20px 0; }
.checkout-data .confirm-order .button-1 { margin: 0px; }

/* ------ ORDER COMPLETE CONFORMATION ----- */

.order-completed { border: none; }
.order-completed .title { border: none; background: none!important; padding: 0px!important; }
.order-completed .buttons { display: none;}

/* ------ ORDER COMPLETE CONFORMATION ----- */
.order-details-page { margin: 50px 0; border: 1px solid #000; padding: 20px; }

.pdf-order-button { width: 30px; height: 30px; display: block; background: url(../img/custom/icon_PDF.gif) no-repeat!important; }
.print-order-button { width: 24px; height: 26px; display: block; background: url(../img/custom/icon_printer.gif) no-repeat!important; }
.order-details-page .page-title a.print-order-button {
  right: 50px!important; }

/* .master-wrapper-main { margin-bottom: 200px;  } */

/* ------ RESPONSIVE FIX ----- */
/* --------------------------- */

@media screen and (min-width: 402px)
.header-menu > ul { display: none!important }

@media screen and (min-width: 240px)
.mega-menu-responsive { display: none!important; height: 1000px; }


/* Search Box */
@media screen and (min-width: 401px) and (max-width: 980px) {
    .search-box { margin: -50px 50px 0 0; }
    #featured-banners .slide { width: 100%!important; }
}
.responsive-nav-wrapper-parent { display: block!important; }
.responsive-nav-wrapper { display: none!important; }

/* ------ RESPONSIVE NAVIGATION FIX -------- */
.responsive-nav-wrapper { display: none!important; }

/* Drop Down Navigation */
.mega-menu .dropdown { 
    position: absolute;
    box-shadow: 0 1px 3px rgba(0,0,0,0.3);
    overflow: hidden;
    background: #fff;
    padding: 10px;
    z-index: 1;
}
.categories .box, .manufacturers .box { width: 250px; } 
.mega-menu .box li { text-align: left; margin-top: 8px; }
.mega-menu .box li a { background: url('images/arrow.png') left center no-repeat; padding-left: 12px; }
.header-menu.open { height: 100%; }
.header-menu.open .mega-menu-responsive { display: block!important; }


/* ------ PRICES (Login Vs LogOut) ----- */
/* ------------------------------------- */

#login-prices { font-size: 12px; color: #db1b1b; margin: 0 0 10px 0; }
#login-prices a { text-decoration: underline; color: #db1b1b; }
#subCat-mobile { display: none; }


/* ------ Product Ribbons ----- */
/* ---------------------------- */

/* Category Page */
.product-item .product-ribbon img { width: 80px!important; }

/* Product page */
.product-details-page .product-ribbon img { width: 150px!important; }


/* ------ Product Pricing Tables ----- */
/* ----------------------------------- */

#pricing-table .cs-title { font-weight: bold; margin: 0px; padding: 0px;  }
#pricing-table .cs-desc { font-size: 12px;  }
#pricing-table table { width: 60%; }
#pricing-table td { border: 1px solid #c9c9c9; width: 50%; padding: 2px; font-size: 12px; }
#pricing-table td:nth-child(1) { width: 75%; padding-left: 10px; }
#pricing-table td:nth-child(2) { width: 25%;  text-align: center;}


/* ------ LIVE HELP FIX ----- */
/* -------------------------- */

#helper { z-index: 1000000000!important; }
#habla_window_div { bottom: 46px!important; }
#habla_window_div textarea { height: auto!important; }


/* ------FREQUENTLY ASKED QUESTIONS ----- */
/* -------------------------------------- */

#FAQ-Wrap dd { margin-bottom: 10px; }
#FAQ-Wrap dl { margin-bottom: 50px; }
#FAQ-Wrap dt { font-weight: bold; }
#FAQ-Wrap h3 { font-family: 'dax-lightregular', arial, helvetica; font-size: 26px; margin: 10px 0 20px;  }

/* ------STAFF PROFILES ----- */
/* -------------------------- */
#staff-profiles ul { margin: 0px; padding: 0px; }
#staff-profiles li  { list-style-type: none; padding: 20px 0; border-top: 1px solid #dedede ; height: 160px; overflow: hidden;  }
#staff-profiles li .pic { text-indent: -300px; background: url(../img/staf_profiles.jpg) no-repeat; display: block; width: 120px; height: 120px; overflow: hidden; float: left; margin-right: 30px;  }
#staff-profiles li p { padding-right: 30px;  }
#staff-profiles h3 { font-family: 'dax-lightregular', arial, helvetica; font-size: 24px; margin: 10px 0 10px;  }
#staff-profiles #alix .pic { background-position: 0  0; }
#staff-profiles #bradley .pic { background-position: -120px 0; }
#staff-profiles #cinzia .pic { background-position: -240px 0; }
#staff-profiles #dwayne .pic { background-position: -360px 0; }
#staff-profiles #chris .pic{ background-position: -480px 0; }
#staff-profiles #jess .pic{background-position: -600px 0; }
#staff-profiles #rachel .pic{ background-position: -720px 0; }
#staff-profiles #lisa .pic{ background-position: -840px 0; }
#staff-profiles #lysette .pic { background-position: -960px 0; }

/* ------ID LUBE Brand Page ----- */
/* ------------------------------ */
#idlube_lp #id_header { margin: 0 auto; }
#idlube_lp h1 { width: 227px; height: 225px; overflow: hidden; }
#idlube_lp h1 { background: url(../img/brands/ID/id_logo.gif) no-repeat; overflow: hidden; margin: 0 auto; text-indent: -999px; }
#idlube_lp h2 { font-family: 'dax-lightregular', arial, helvetica; font-size: 37px; text-align: center; color: #000; }
#idlube_lp .brand-info { font-size: 16px; font-family: 'dax-lightregular', arial, helvetica; color: #525252;width: 90%; margin: 0 auto; text-align: center; }
#idlube_lp { background: url(../img/brands/ID/id_gradient.gif) repeat-x; padding: 10px 0 0; overflow: hidden; }
#idlube_lp #id_nav { margin-top: 10px; width: 100%; height: 37px; background: url(../img/brands/ID/id_nav_gradient.gif) repeat-x; }
#idlube_lp #id_nav ul { width: 980px; margin: 0 auto;}
#idlube_lp #id_nav li { display: inline-block; padding-right: 19px; margin-right: 19px; margin-top: 5px; border-right: 1px solid #444444; line-height: 21px;  }
#idlube_lp #id_nav li a { color: #b7b7b7; font-size: 11px; line-height: 21px;  }
#idlube_lp #id_nav li a:hover { color: #fff; text-decoration: underline; }
#idlube_lp .id_wrap { width: 980px; margin: 0 auto;  }
#idlube_lp .id_content { width: 50%; text-align: center; }
#idlube_lp .id_content img { margin: 15px auto 0; } 
#idlube_lp .id_content h3 { font-family: 'dax-lightregular', arial, helvetica; font-size: 44px; color: #fff; }
#idlube_lp #pleasure .id_content { float: right; }

/* FEATURED BRAND */
#idlube_lp .featured-brand { width: 1513px; height: 382px; margin: 0 auto; position: relative;  }
#idlube_lp .featured-brand .featured-link { width: 100%; height: 100%; display: block; position: absolute; top: 0; left: 0; } */
#idlube_lp .featured-brand p { font-family: arial, helvetica; font-weight: normal; font-size: 14px; color: #fff; }
#idlube_lp .featured-brand .sub-head { font-size: 18px; font-family: 'daxbold', arial, helvetica!important; padding-bottom: 5px;}
#idlube_lp #glide { background: url(../img/brands/ID/id_glide_bg.jpg) no-repeat;  }
#idlube_lp #pleasure { background: url(../img/brands/ID/id_pleasure_bg.jpg) no-repeat; height: 380px;  }
#idlube_lp #millienium { background: url(../img/brands/ID/id_millenium_bg.jpg) no-repeat; height: 382px; }
#idlube_lp #frutopia { background: url(../img/brands/ID/id_frutopia_bg.jpg) no-repeat; }
#idlube_lp #frutopia p { color: #c60751!important; }
#idlube_lp #pleasure h3, #idlube_lp #pleasure p { color:#a52868!important; }
#idlube_lp #frutopia .id_content { Padding-top: 30px; }
#idlube_lp #frutopia #frut-logo { width: 80%; }
#idlube_lp #millienium p { color: #adb3b0!important; }
#idlube_lp #glide p { color: #fff!important; }
#idlube_lp .featured-brand .drop-s { 
-webkit-filter: drop-shadow(0px 0px 10px rgba(0,0,0,0.5));
    filter: url("data:image/svg+xml;utf8,<svg height='0' xmlns='http://www.w3.org/2000/svg'><filter id='drop-shadow'><feGaussianBlur in='SourceAlpha' stdDeviation='4'/><feOffset dx='0' dy='0' result='offsetblur'/><feFlood flood-color='rgba(0,0,0,0.5)'/><feComposite in2='offsetblur' operator='in'/><feMerge><feMergeNode/><feMergeNode in='SourceGraphic'/></feMerge></filter></svg>#drop-shadow");
    -ms-filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=0, OffY=0, Color='#444')";
    filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=0, OffY=0, Color='#444')";
 }
#idlube_lp .featured-brand:hover  { opacity: 0.8;  }
/* Full Width */
#fwc { width: 100%;}
#fwc .fww { width: 980px; margin: 0 auto; }
/* Small Cat Links */
#idlube_lp #xs-links { clear: both; }
#idlube_lp #xs-links li { float: left;  }
#idlube_lp #xs-links li:hover { opacity: 0.8;}
#xs-links { margin: 50px auto!important; overflow: hidden; }
#xs-links li { margin-right: 10px; }
#xs-links li { width: 45%; overflow: hidden; }
#xs-links li img { margin-left: -17px; }
#xs-links li:nth-child(even) { float: right;  }

/* Group Product Link FIX */
#group-link { width: 100%; height: 100%; position: absolute; top: 0px; left: 0px; }

/* Live Chat FIX */
#live-help textarea { height: auto!important; }


/* ------ Fifty Days of Play Landing Page ------ */
/* --------------------------------------------- */
#fdop_lp { width: 725px; height: 1446px; overflow: hidden; background: url(../img/50DaysofPlay_bg.jpg) no-repeat;}
#fdop_lp h1 { text-indent: -999px; }
#fdop_lp p { text-align: center; width: 90%; margin: 0 auto; }
#fdop_lp .title { letter-spacing: 1px; margin-top: 355px; font-family: 'dax-lightregular'; font-weight: 700; font-size: 22px; color: #bfc0c2; }
#fdop_lp .sub-title { margin-top: 90px; margin-bottom: 30px; font-family: 'dax-lightregular'; font-weight: 300; font-size: 14px; color: #b7b9bb; }
#fdop_lp #product-container { text-align: left; position: relative; }
#fdop_lp #product-container .item { position: relative; height: 256px; width: 671px; margin: 0 auto; padding: 40px 20px 0 230px; }
#fdop_lp #product-container .item p { text-align: left; width: 100%;  }
#fdop_lp #product-container .item h3 { font-weight: normal; font-size: 25px; color: #b20e1d; margin: 0 0 10px 0;  }
#fdop_lp #product-container .item .link { position: absolute; display: block; height: 251px; width: 676px;  } 
#fdop_lp #product-container #blindfold .link { top: -4px; }
#fdop_lp #product-container #tape .link { top: -10px; }
#fdop_lp #product-container .link { top: 0px; left: 0px; }
#fdop_lp #product-container .item .link:hover { background: #000; opacity: 0.1; }
#fdop_lp .outer, #fdop_lp .inner { margin-top: 10px; display: inline-block; font-size: 14px; padding: 5px!important; text-transform: uppercase; color: #000; }
#fdop_lp .inner { border: 2px solid #000; margin: 2px; padding: 0px; }
#fdop_lp .outer { border: 1px solid #000; padding: 0px!important; }

/* ------ Registration Pay ------ */
/* ------------------------------ */

/* FORM */
#register-form { background: #f3f3f3; width: 490px; overflow: hidden; float:  right; margin: 50px 0 50px; }
#register-form .page-title { width: 490px; height: 132px; background: url(../img/register_boxTOP.jpg) no-repeat; overflow: hidden; text-align: center; }
#register-form .page-title h1 { font-size: 40px; font-family: 'daxbold', arial; color: #10385d; }
#register-form .page-title h1 span { text-decoration: underline; }
#register-info { width: 460px; overflow: hidden; float: left; }
#register-form .fieldset { width: 430px; margin: 0 auto; background: #f3f3f3; }
#register-form .fieldset .title strong{ font-size: 25px; font-family: 'dax-lightregular'; }
#register-form .form-fields { background: #f3f3f3; }
#register-form .form-fields input, #register-form .form-fields select { width: 100%; display: inline-block; float: right; }
#register-form .form-fields .required { float: right; margin-right: 5px; }
#register-form .buttons input { border-radius: 10px; box-shadow: none; border: 0px; background: #ffe140; color: #1e5386; font-family: 'daxbold'; font-size: 25px; text-align: center; padding: 10px 30px;}
#register-form #bottom-fill { width: 490px; height: 29px; background: url(../img/register_boxBOTTOM.jpg) no-repeat; }
#register-form .form-fields .inputs label { font-size: 14px; color: #929292; margin-bottom: 6px; width: 100%;}



#register-form > form > div > div:nth-of-type(2) > div:nth-of-type(6) > div > div:nth-of-type(5) { margin-top: 40px; border-top: 1px solid #C9C9CF; padding-top: 20px; }
#register-form > form > div > div:nth-of-type(2) > div:nth-of-type(6) > div > div:nth-of-type(5) > ul {display: block!important; margin-top: 10px;}
#register-form > form > div > div:nth-of-type(2) > div:nth-of-type(6) > div > div:nth-of-type(5) > ul > li { width: 50%!important; }
#register-form > form > div > div:nth-of-type(2) > div:nth-of-type(6) > div > div:nth-of-type(5) > ul > li > input {
    width: 20px;
    height: 20px;
    display: block;
    float: left;
    margin-right: 10px;
    border-radius: 0px!important;
}
#register-form > form > div > div:nth-of-type(2) > div:nth-of-type(6) > div > div:nth-of-type(5) > ul > label { line-height: 15px;}

#register-form > form > div > div:nth-of-type(2) > div:nth-of-type(6) > div > div:nth-of-type(5) label:nth-of-type(1),
#register-form > form > div > div:nth-of-type(2) > div:nth-of-type(6) > div > div:nth-of-type(6) label:nth-of-type(1),
#register-form > form > div > div:nth-of-type(2) > div:nth-of-type(6) > div > div:nth-of-type(7) label:nth-of-type(1) {
    font-size: 16px; color: #000!important;
}
#register-form > form > div > div:nth-of-type(2) > div:nth-of-type(6) > div > div:nth-of-type(5) > ul > li > label:nth-of-type(1) { font-size: 14px!important; color: #929292!important ;}

/* LEFT COL */

#register-info { margin-top: 50px; }
#register-info h2 { margin-bottom: 10px; font-family: 'daxbold'; font-size: 30px; color: #6c6c6c; }
#register-info p { color: #b3b3b3; padding-bottom: 10px; font-size: 13px; }

#register-info ul { margin: 20px 0;  }
#register-info li { padding-left: 40px;  height: 18px; font-weight: bold; background: url(../img/registration_tick.gif) no-repeat; }


/* BROCHURE DOWNLOAD LINKS */

#catalogue-links { width: 780px; margin: 0 auto; overflow hidden;  }
#catalogue-links a { float: left; }
#catalogue-links a:nth-child(1) { float: left; }
#catalogue-links a:nth-child(2) { float: right; } 


/* ------ SummerSale ------ */
/* ------------------------ */

#summersale .item-box .actual-price { font-size: 16px; text-transform: uppercase; margin-bottom: 10px; display: block; }
#summersale .item-box .actual-price strong { display: none; }


/* ------ Cookie Notice Styles ------ */
/* ---------------------------------- */
.eu-cookie-bar-notification { background: #225484!important; width: 100%; max-width: 100%; top: auto; bottom: 0; left: 0; margin: 0; border: 0px!important; height: auto; position: fixed; }
.eu-cookie-bar-notification .content p { color: #fff; }
.eu-cookie-bar-notification .content { width: 980px; margin: 0 auto; }
.eu-cookie-bar-notification .content .text { width: 75%; float: left; }
.eu-cookie-bar-notification .content button { float: right;  }
.eu-cookie-bar-notification .content button:hover { color: #225484!important; background: #fff!important;  }
.eu-cookie-bar-notification .ok-button, .eu-cookie-bar-notification .learn-more { border: 1px solid #fff; background: #225484; color: #fff; }

