/* Minification failed. Returning unminified contents.
(6695,15): run-time error CSS1038: Expected hex color, found '#000c'
(9151,21): run-time error CSS1038: Expected hex color, found '#000c'
 */
/*=====================================================
    
    MAIN CSS / SMALLER MOBILE DEVICES

=====================================================*/


/*********** CSS RESET **********/


* {
    margin: 0;
    outline: none;
    padding: 0;
    text-decoration: none;
}

    *, *:before, *:after {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

html {
    margin: 0 !important;
    -webkit-text-size-adjust: none;
}

ol, ul {
    list-style: none;
}

a img {
    border: none;
}

a:active {
    outline: none;
}

input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {
    margin: 0;
    border: 0;
    padding: 0;
}

input[type="submit"],
input[type="reset"],
input[type="button"],
input[type="text"],
input[type="password"],
textarea {
    border-radius: 0;
}

input[type="button"],
input[type="submit"],
input[type="reset"] {
    -webkit-appearance: none;
}

input:-webkit-autofill {
    -webkit-box-shadow: inset 0 0 0 1000px #fff;
}

script {
    display: none !important;
}

/*********** GLOBAL STYLES **********/
@font-face {
    font-family: 'Roboto Regular';
    font-style: normal;
    font-weight: normal;
    src: local('Roboto Regular'), url(/Themes/Tiffany/Content/fonts/Roboto-Regular.woff) format('woff');
}


@font-face {
    font-family: 'Roboto Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Roboto Italic'), url(/Themes/Tiffany/Content/fonts/Roboto-Italic.woff) format('woff');
}


@font-face {
    font-family: 'Roboto Bold';
    font-style: normal;
    font-weight: normal;
    src: local('Roboto Bold'), url(/Themes/Tiffany/Content/fonts/Roboto-Bold.woff) format('woff');
}


@font-face {
    font-family: 'Roboto Bold Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Roboto Bold Italic'), url(/Themes/Tiffany/Content/fonts/Roboto-BoldItalic.woff) format('woff');
}


@font-face {
    font-family: 'Roboto Thin';
    font-style: normal;
    font-weight: normal;
    src: local('Roboto Thin'), url(/Themes/Tiffany/Content/fonts/Roboto-Thin.woff) format('woff');
}


@font-face {
    font-family: 'Roboto Thin Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Roboto Thin Italic'), url(/Themes/Tiffany/Content/fonts/Roboto-ThinItalic.woff) format('woff');
}


@font-face {
    font-family: 'Roboto Light';
    font-style: normal;
    font-weight: normal;
    src: local('Roboto Light'), url(/Themes/Tiffany/Content/fonts/Roboto-Light.woff) format('woff');
}


@font-face {
    font-family: 'Roboto Light Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Roboto Light Italic'), url(/Themes/Tiffany/Content/fonts/Roboto-LightItalic.woff) format('woff');
}


@font-face {
    font-family: 'Roboto Medium';
    font-style: normal;
    font-weight: normal;
    src: local('Roboto Medium'), url(/Themes/Tiffany/Content/fonts/Roboto-Medium.woff) format('woff');
}


@font-face {
    font-family: 'Roboto Medium Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Roboto Medium Italic'), url(/Themes/Tiffany/Content/fonts/Roboto-MediumItalic.woff) format('woff');
}


@font-face {
    font-family: 'Roboto Black';
    font-style: normal;
    font-weight: normal;
    src: local('Roboto Black'), url(/Themes/Tiffany/Content/fonts/Roboto-Black.woff) format('woff');
}


@font-face {
    font-family: 'Roboto Black Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Roboto Black Italic'), url(/Themes/Tiffany/Content/fonts/Roboto-BlackItalic.woff) format('woff');
}

body {
    max-width: 100%;
    background: #fff;
     font: normal 13px'Roboto Light'  !important;
    overflow-x: hidden; /* disables the horizontal scroll and fixes the bug of the responsive navigation and filters in mobile */
}

h1, h2, h3, h4, h5, h6 {
}

a {
    color: inherit;
    cursor: pointer;
}

    a img {
        opacity: 0.99; /*firefox scale bug fix*/
    }

em {
    font-style: normal;
}

table {
    width: 100%;
    border-collapse: collapse;
}

input[type="text"],
input[type="password"],
textarea, select {
    height: 36px; /*safari padding fix*/
    border: 1px solid #ddd;
    padding: 8px;
    vertical-align: middle;
}

input, textarea {
    font-size: 13px;
}

select {
    min-width: 50px;
    height: 32px; /*safari padding fix*/
    padding: 6px;
}

textarea {
    min-height: 150px;
}

    input[type="text"]:focus,
    input[type="password"]:focus,
    textarea:focus, select:focus {
        border-color: #999;
    }

input[type="checkbox"],
input[type="radio"],
input[type="checkbox"] + *,
input[type="radio"] + * {
    vertical-align: middle;
}

input[type="button"], input[type="submit"],
button, .button-1, .button-2 {
    cursor: pointer;
}

label, label + * {
    vertical-align: middle;
}

.master-wrapper-content {
    position: relative;
    z-index: 0;
    width: 95%;
    margin: 0 auto;
}

.master-column-wrapper:after {
    content: "";
    display: block;
    clear: both;
}

.master-column-wrapper {
    margin: 0 auto 60px;
}

.center-1 {
    margin: 0 0 40px;
    position: relative;
}

.center-2, .side-2 {
    margin: 0 0 40px;
}

.page {
    clear: both; /* because of forum breadcrumbs */
    text-align: center;
	padding:30px;
}

.page-title {
    margin: 0 0 30px;
    text-align: center;
}

    .page-title h1 {
        padding-bottom: 20px;
        font-family: 'Roboto Light';
        text-transform: uppercase;
        background: url(/Themes/Tiffany/Content/img/title-decoration.png)no-repeat center bottom;
        font-weight: normal;
        font-size: 22px;
        color: #000;
    }

.page-body .description {
    margin: 0 0 30px;
}

.page:after,
.page-title:after,
.page-body:after {
    content: "";
    display: block;
    clear: both;
}

.buttons {
    margin: 0 0 20px;
    text-align: center;
}

.link-rss {
    display: none;
    width: 24px;
    height: 24px;
    overflow: hidden;
    background: url(/Themes/Tiffany/Content/img/rss-icon.png) no-repeat;
    text-indent: 999px;
}

.category-description ul,
.manufacturer-description ul,
.full-description ul,
.topic-block ul,
.topic-page ul,
.post-body ul,
.custom-tab ul {
    margin: 12px 0;
    padding: 0 0 0 36px;
    list-style: disc;
}

.category-description ol,
.manufacturer-description ol,
.full-description ol,
.topic-block ol,
.topic-page ol,
.post-body ol,
.custom-tab ol {
    margin: 12px 0;
    padding: 0 0 0 36px;
    list-style: decimal;
}

.category-description p,
.manufacturer-description p,
.full-description p,
.topic-block-body p,
.topic-page p,
.post-body p,
.news-body p,
.custom-tab p {
    margin: 10px 0;
    padding: 0 10px;
    font-size: 15px;
    line-height: 24px;
    text-align: justify;
}

.category-description a,
.manufacturer-description a,
.full-description a,
.topic-html-content a,
.topic-page a,
.post-body a,
.news-body a,
.custom-tab a {
    text-decoration: underline;
}

.flyout-cart {
    display: none;
}

#goToTop {
    display: block;
    position: fixed;
    bottom: 20px;
    right: 100px;
    width: 60px;
    height: 60px;
    background: #e2dedd url(/Themes/Tiffany/Content/img/top.png) no-repeat center;
    overflow: hidden;
    z-index: 10001;
    cursor: pointer;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
    color: transparent;
}

    #goToTop span {
        display: block;
        margin: auto;
        position: absolute;
        left: -50px;
        line-height: 22px;
        text-transform: uppercase;
        text-align: center;
        color: #888;
        width: 80%;
        opacity: 0;
        -webkit-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
        transition: left 0.5s ease,opacity .75s ease;
        border-bottom: 1px solid;
    }

    #goToTop:hover {
        background-position: center 27px;
    }

        #goToTop:hover span {
            left: 0;
            right: 0;
            opacity: 1;
            color: #888;
            background-position: center 24px;
        }

/*********** GLOBAL FORMS ***********/
.fieldset, .section {
    position: relative;
    margin: 0 0 30px;
}

    .fieldset .title,
    .section .title {
        margin: 0 0 10px;
    }

        .fieldset .title strong,
        .section .title strong {
            font-family: 'Roboto Light';
            font-size: 16px;
            font-weight: normal;
            text-transform: uppercase;
        }

.form-fields {
    position: relative;
}

.inputs {
    position: relative;
    margin: 0 0 10px;
    text-align: center;
    white-space: nowrap;
    font-size: 0;
}

    .inputs:after {
        content: "";
        display: block;
        clear: both;
    }

    .inputs label {
        display: block;
        width: 100%;
        margin: 0 0 10px;
        text-align: center;
        font-size: 16px;
    }

    .inputs input[type="text"],
    .inputs input[type="password"],
    .inputs select, .inputs textarea {
        vertical-align: middle;
        background: #f9f9f9;
        border: 1px solid #dddddd;
        height: 40px;
        width: 350px;
        max-width: 95%;
    }

    .inputs .option-list {
        overflow: hidden;
        display: inline-block;
        vertical-align: middle;
    }

        .inputs .option-list li {
            float: left;
        }

        .inputs .option-list label {
            width: auto;
        }

    .inputs.reversed {
        margin: 0 0 20px;
        text-align: center;
    }

.required {
    font-size: 22px;
    color: #ff5868;
    vertical-align: middle;
}

.inputs .required {
    margin: 0 0 0 -14px; /*offset fix*/
}

.message-error,
.field-validation-error,
.username-not-available-status,
.poll-vote-error,
.password-error {
    display: block;
    font-size: 12px;
    color: #ff5868;
    padding: 3px;
}

.field-validation-valid {
    display: block;
    font-size: 11px;
    color: #690;
}
/*error mark*/
.input-validation-error {
    box-shadow: 0 0 0 1px #ff5868;
}

.captcha-box {
    margin: 0 0 15px;
    text-align: center;
    line-height: 0; /*firefox line-height bug fix*/
    margin: 18px;
}

    .captcha-box > div {
        display: inline-block;
    }

    .captcha-box input {
        height: auto;
    }

/*********** 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;
}

    .bar-notification.success {
        background: #68caa4;
    }

    .bar-notification.success {
        background: #e29968;
    }

    .bar-notification.error {
        background: #f56e71;
    }

    .bar-notification .content {
        float: left;
        margin: 0 10px 0 0;
    }

        .bar-notification .content a {
            color: #fff;
            text-decoration: underline;
        }

    .bar-notification .close {
        position: absolute;
        top: 0;
        right: 0;
        width: 32px; /*even numbers only*/
        height: 32px; /*even numbers only*/
        margin: 5px;
        border: 1px solid #666;
        box-shadow: inset 0 0 1px #999;
        background: #fff url(/Themes/Tiffany/Content/img/close.png) center no-repeat;
        cursor: pointer;
        opacity: 0.7;
    }

        .bar-notification .close:hover {
            opacity: 0.9;
        }

.ui-dialog {
    position: absolute !important;
    z-index: 1008;
    max-width: 95%;
    border: 1px solid #ccc;
    box-shadow: 0 1px 2px rgba(0,0,0,0.15);
    overflow-y: hidden;
    background: #fff;
}

.ui-dialog-titlebar {
    border: none;
    box-shadow: 0 0 0 1px #eee;
    overflow: hidden;
    background: #ddd;
    padding: 10px;
    font-weight: bold;
    text-shadow: 1px 1px 0 #eee;
}

    .ui-dialog-titlebar span {
        float: left;
        text-transform: uppercase;
    }

    .ui-dialog-titlebar button {
        position: absolute;
        top: 0;
        right: 0;
        width: 24px; /*even numbers only*/
        height: 24px; /*even numbers only*/
        margin: 6px;
        overflow: hidden;
        border: 1px solid #666;
        box-shadow: inset 0 0 1px #999;
        background: #fff url(/Themes/Tiffany/Content/img/close.png) center no-repeat;
        text-indent: 999px;
        opacity: 0.7;
    }

        .ui-dialog-titlebar button:hover {
            opacity: 0.9;
        }

        .ui-dialog-titlebar button * {
            display: none;
        }

.ui-dialog-content {
    height: auto !important;
    padding: 10px;
    line-height: 20px;
}

    .ui-dialog-content .topic-block {
        margin: 10px 0 0;
    }

    .ui-dialog-content .topic-html-content-body {
        max-height: 200px;
        overflow-y: scroll;
    }

    .ui-dialog-content .topic-block p {
        margin: 0;
    }

.ui-dialog-buttonset {
    padding: 10px;
    text-align: right;
}

    .ui-dialog-buttonset button {
        min-width: 60px;
        margin-left: 5px;
        border: 1px solid #bbb;
        box-shadow: 0 0 1px #ddd, inset 0 0 1px #fff;
        background: #eee;
        padding: 5px;
    }

        .ui-dialog-buttonset button:hover {
            background: #f6f6f6;
        }

.eu-cookie-bar-notification {
    position: fixed;
    top: 65%;
    left: 0.5%;
    z-index: 9999999999999;
    width: 100%;
    background: #1795a9eb;
    padding: 20px;
    text-align: center;
    color: #fff;
}

    .eu-cookie-bar-notification .text {
        margin-bottom: 10px;
        line-height: 20px;
    }

    .eu-cookie-bar-notification button {
        min-width: 60px;
        margin: 10px 0;
        border: 1px solid #bbb;
        background: #eee;
        padding: 5px;
        font-size: 14px;
        color: #333;
    }

    .eu-cookie-bar-notification buttons-more a {
        color: #fff;
    }

    .eu-cookie-bar-notification button:hover {
        border-color: #aaa;
        background: #ddd;
    }

    .eu-cookie-bar-notification a {
        display: block;
        text-decoration: underline;
    }

.noscript {
    border-bottom: 1px solid #333;
    background-color: #ff9;
    padding: 30px 15px;
    text-align: center;
    line-height: 22px;
    color: #444;
}

/*********** HEADER & NAVIGATION ***********/
.admin-header-links {
    background: #f6f6f6;
    text-align: center;
}

    .admin-header-links a {
        margin: 0 10px;
        line-height: 35px;
        font-weight: bold;
        display: inline-block;
    }

    .admin-header-links .administration:only-child {
        display: block;
    }

    .admin-header-links .impersonate {
        line-height: 35px;
        display: inline-block;
    }

        .admin-header-links .impersonate a {
            display: inline-block;
        }

.header {
    position: relative;
    z-index: 1000;
    margin: 0 auto 10px;
    text-align: center;
    width: 95%;
}

    .header:after {
        content: "";
        display: block;
        clear: both;
    }

.header-logo {
    margin: 0 0 20px;
    text-align: center;
}

    .header-logo a {
        display: inline-block;
        max-width: 100%;
        line-height: 0; /*firefox line-height bug fix*/
    }

        .header-logo a img {
            max-width: 100%;
        }

.header-links-wrapper {
    position: relative;
    margin: 0 0 20px;
}

.header-links {
}

    .header-links ul {
        font-size: 0;
    }

    .header-links li {
        display: inline-block;
        padding: 0 10px;
    }

    .header-links span,
    .header-links a {
        display: inline-block;
        font-size: 12px; /*reset zeroing*/
        line-height: 32px;
        text-transform: uppercase;
        color: #666;
    }

        .header-links a.ico-register {
            background: url(/Themes/Tiffany/Content/img/icon-edit.png) left center no-repeat;
            padding: 0 0 0 18px;
        }

        .header-links a.ico-login {
            background: url(/Themes/Tiffany/Content/img/login.png) left center no-repeat;
            padding: 0 0 0 18px;
        }

    .header-links .cart-qty {
        padding: 0 0 0 20px;
    }

.search-box {
    font-size: 0;
}

    .search-box form {
        display: inline-block;
        position: relative;
    }

        .search-box form:after {
            content: "";
            display: block;
            clear: both;
        }

    .search-box input.search-box-text {
        float: left;
        width: 220px;
        height: 32px;
        font-size: 13px;
    }

    .search-box .search-box-button {
        float: left;
        width: 32px;
        height: 32px;
        border: none;
        overflow: hidden;
        background: url(/Themes/Tiffany/Content/img/search-button.png) center no-repeat;
        text-indent: 999px;
    }

.ui-helper-hidden-accessible {
    display: none;
}

.ui-autocomplete.ui-menu.ui-widget.ui-widget-content {
    z-index: 100000 !important;
    width: 220px !important; /*default = txtfield + button*/
    max-width: 100%;
    border: 1px solid #999;
    border-top: none;
    overflow: hidden;
    background: #fff;
    font-size: 13px;
}

    .ui-autocomplete.ui-menu.ui-widget.ui-widget-content li {
        border-top: 1px solid #ccc;
    }

        .ui-autocomplete.ui-menu.ui-widget.ui-widget-content li:first-child {
            border-top: none;
        }

    .ui-autocomplete.ui-menu.ui-widget.ui-widget-content a {
        display: block;
        padding: 8px;
    }

    .ui-autocomplete.ui-menu.ui-widget.ui-widget-content img {
        display: none;
        margin-right: 5px;
        vertical-align: middle;
    }

.header-selectors-wrapper > div {
    display: inline-block;
    margin: 0 5px 10px;
    vertical-align: middle;
}

.header-selectors-wrapper select {
    min-width: 100px;
    border-radius: 0;
    -webkit-border-radius: 0;
    -webkit-appearance: none;
}

.language-list {
    max-width: 100%;
    font-size: 0;
    min-width: 70px;
}

    .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;
    }

/*********** FOOTER ***********/
.footer {
    text-align: center;
    z-index: 12;
}

    .footer .center {
        overflow: hidden;
    }

.footer-upper {
    margin: 0 0 20px;
    overflow: hidden;
}

.home-page-wrapper.footer-upper {
    background: #fff;
}

.footer-upper .title.overlaid {
    margin: 20px;
    padding-bottom: 22px;
    font-family: 'Roboto Light';
    font-size: 18px;
    text-transform: uppercase;
    background: url(/Themes/Tiffany/Content/img/title-decoration.png)no-repeat center bottom;
}

    .footer-upper .title.overlaid strong {
        font-weight: normal;
    }

.footer-block .title {
    margin: 0 0 10px;
}

.footer-middle {
    overflow: hidden;
    background: #ebeae9;
    display:none;
}

    .footer-middle .center {
        padding: 40px 5% 0;
    }

    .footer-middle .footer-block {
        padding-bottom: 30px;
    }

    .footer-middle .title {
        margin-bottom: 20px;
        font-size: 18px;
        font-family: 'Roboto Light';
        color: #000;
        text-transform: uppercase;
        font-weight: normal;
        text-align: left;
    }

    .footer-middle .contacts li {
        font-size: 16px;
        color: #555;
    }

        .footer-middle .contacts li span {
            display: inline-block;
            min-width: 100%;
            text-align: left;
            padding: 15px 10px 15px 40px;
        }

    .footer-middle .contacts .mobile span {
        background: url(/Themes/Tiffany/Content/img/mobile.png)no-repeat 0 10px;
    }

    .footer-middle .contacts .phone span {
        background: url(/Themes/Tiffany/Content/img/phone.png)no-repeat 0 10px;
    }

    .footer-middle .contacts .fax span {
        background: url(/Themes/Tiffany/Content/img/fax.png)no-repeat 0 10px;
    }

    .footer-middle .contacts .mail span {
        background: url(/Themes/Tiffany/Content/img/mail.png)no-repeat 0 16px;
    }

    .footer-middle .contacts .location span {
        background: url(/Themes/Tiffany/Content/img/skype.png)no-repeat 0 10px;
    }

    .footer-middle .contacts .skype span {
        background: url(/Themes/Tiffany/Content/img/new-icon.png) no-repeat scroll 0 10px rgba(0, 0, 0, 0);
    }

    .footer-middle .about-us {
        font-size: 16px;
        color: #555;
    }

.newsletter .title {
    background: url(/Themes/Tiffany/Content/img/title-decoration.png) no-repeat center bottom;
    font-family: 'Roboto Light';
    font-size: 18px;
    margin: 20px;
    padding-bottom: 22px;
    text-transform: uppercase;
}

    .newsletter .title strong {
        font-weight: normal;
    }

.newsletter-email {
    display: inline-block;
    overflow: hidden;
    width: 300px;
}

    .newsletter-email .options > span {
        display: inline-block;
        margin: 5px;
    }

        .newsletter-email .options > span label {
            padding: 7px 0;
            display: inline-block;
        }

    .newsletter-email input[type="text"] {
        width: 100%;
        height: 36px;
        font-size: 17px;
    }

    .newsletter-email input[type="button"] {
        display: block;
        width: 100%;
        height: 36px;
        border: none;
        overflow: hidden;
        background: #0d1332b0;
        font-family: 'Roboto Light';
        color: #fff;
        font-size: 16px;
        -webkit-appearance: none;
        border-radius: 0;
        -webkit-border-radius: 0;
    }

.newsletter-validation,
.newsletter-result-block {
    width: 100%;
    overflow: hidden;
    line-height: 28px;
}

    .newsletter-validation .please-wait {
        display: none !important;
    }

.accepted-payment-methods ul {
    font-size: 0;
}

.networks {
    margin-bottom: 30px;
}

    .networks ul {
        font-size: 0;
    }

    .networks li {
        display: inline-block;
        margin: 0 10px;
    }

    .networks a {
        display: block;
        width: 30px;
        height: 30px;
        background: url(/Themes/Tiffany/Content/img/soc-icon.png) no-repeat;
        overflow: hidden;
        text-indent: -9999px;
    }

    .networks .facebook a {
        background-position: 0 0;
    }

    .networks .twitter a {
        background-position: -30px 0;
    }

    .networks .google a {
        background-position: -120px 0;
    }

    .networks .pinterest a {
        background-position: -60px 0;
    }

    .networks .youtube a {
        background-position: -150px 0;
    }

    .networks .rss a {
        background-position: -90px 0;
    }

    .networks .vimeo a {
        background-position: -184px 0;
    }

    .networks .instagram a {
        background-position: -220px 0;
    }

.footer-lower {
    overflow: hidden;
    font-size: 11px;
    background: #0d1332;
    padding: 40px 0;
}

    .footer-lower h2.title {
        margin-bottom: 10px;
        padding-bottom: 20px;
        font-size: 18px;
        color: #777;
        font-family: 'Roboto Light';
        font-weight: normal;
        text-transform: uppercase;
        background: url(/Themes/Tiffany/Content/img/title-decoration.png) no-repeat scroll center bottom;
        opacity: .5;
    }

    .footer-lower .information-links li:before,
    .footer-lower .information-links li:after {
        display: inline-block;
        content: '';
        background: #75706f;
        width: 4px;
        height: 4px;
        margin: 3px 18px;
    }

    .footer-lower .information-links {
        margin-bottom: 40px;
        overflow: hidden;
    }

        .footer-lower .information-links a {
            color: #ddd;
            font-size: 16px;
            line-height: 40px;
        }

    .footer-lower .accepted-payment-methods li {
        display: inline-block;
        margin: 0 5px;
        list-style-type: none;
        width: 41px;
        height: 30px;
    }

.accepted-payment-methods {
    margin-bottom: 20px;
    overflow: hidden;
    text-align: center;
    opacity: 0.2;
}

    .accepted-payment-methods li {
        background: url(/Themes/Tiffany/Content/img/payment.png) no-repeat;
    }

    .accepted-payment-methods .method1 {
        background-position: 0 0;
    }

    .accepted-payment-methods .method2 {
        background-position: -51px 0;
    }

    .accepted-payment-methods .method3 {
        background-position: -102px 0;
    }

    .accepted-payment-methods .method4 {
        background-position: -150px 0;
    }

.footer-powered-by,
.footer-disclaimer,
.footer-designed-by {
    font-size: 12px;
    line-height: 20px;
    color: #999;
}

    .footer-powered-by a,
    .footer-designed-by a,
    .footer-tax-shipping a {
        text-decoration: underline;
        color: #ccc;
    }

.footer-store-theme {
    margin-top: 10px;
}

    .footer-store-theme select {
        width: 170px;
    }

.footer-tax-shipping {
    font-size: 12px;
    color: #999;
    margin: 10px auto;
    clear: both;
}

.links-bottom-left {
    display: inline-block;
    overflow: hidden;
}

    .links-bottom-left > div {
        display: inline-block;
        margin: 0 5px;
    }

/*********** LEFT/RIGHT COLUMN ***********/
.block {
    text-align: center;
    border: 1px solid #ddd;
    margin: 0 auto -1px;
    width: 350px;
    max-width: 95%;
}

    .block:last-child {
        border-bottom: 1px solid #ddd;
    }

    .block + .page {
        margin: 50px 0;
    }

    .block .title {
        font-size: 18px;
        cursor: pointer;
    }

        .block .title strong {
            font-weight: normal;
            display: block;
            font-size: 16px;
            font-family: 'Roboto Light';
            background: #0d1332cf;
            color: #fff;
            text-transform: uppercase;
            overflow: hidden;
            padding: 12px 15px 10px;
            line-height: 20px;
        }

    .block .listbox {
        display: none;
    }

        .block .listbox:after {
            content: "";
            display: block;
            clear: both;
        }

    .block li .product-picture {
        display: none;
    }

    .block .list a,
    .block .year strong {
        display: inline-block;
        border-top: 1px solid #dddddd;
        color: #666666;
        display: block;
        font-size: 16px;
        padding: 9px 15px;
        background: #fff;
        font-weight: normal;
    }

    .block .list img {
        display: none;
    }

    .block .view-all {
        border-top: 1px solid #ddd;
        text-transform: uppercase;
    }

        .block .view-all a {
            display: inline-block;
            padding: 10px 15px;
            color: #000;
        }

    .block .tags {
        padding: 5px;
        border-top: 1px solid #ddd;
    }

        .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;
                color: #666;
            }

.block-poll .listbox {
    border-top: 1px solid #ddd;
}

.poll strong {
    display: block;
    border-bottom: 1px solid #ddd;
    padding: 10px 15px;
    font-size: 16px;
    font-weight: normal;
}

.poll-options,
.poll-results {
    overflow: hidden;
    padding: 10px 15px;
}

    .poll-options li,
    .poll-results li {
        display: inline-block;
        margin: 5px;
        font-size: 14px;
    }

        .poll-options li > * {
            display: inline-block;
            vertical-align: middle;
            cursor: pointer;
        }

.poll .buttons,
.poll-total-votes {
    margin-bottom: 10px;
}

    .poll .buttons input {
        border: none;
        background: #a69c97;
        padding: 5px 15px;
        color: #fff;
    }

.poll-total-votes {
    display: block;
    margin: 10px 0 0;
    font-weight: bold;
}

/********** CATEGORY PAGE **********/
.breadcrumb {
    margin: 0 0 30px;
    text-align: center;
}

    .breadcrumb ul {
        font-size: 0;
    }

    .breadcrumb li {
        display: inline-block;
        border: 1px solid #eee;
        margin: -1px -1px 0 0;
        background: #fff;
    }

        .breadcrumb li > span,
        .breadcrumb li > strong,
        .breadcrumb li > a {
            display: inline-block;
            padding: 6px 13px;
            font-family: 'Roboto Light' !important;
            font-size: 15px;
            color: #999;
            font-size: 15px;
        }

        .breadcrumb li span.delimiter {
            display: none;
        }

        .breadcrumb li > strong {
            font-weight: normal;
            color: #000;
        }

    .breadcrumb a:hover * {
        color: #000;
    }

.category-description,
.manufacturer-description,
.vendor-description {
    margin: 0 0 40px;
}

.product-filters {
    display: none;
}

.product-selectors {
    margin: 0 0 30px;
    text-align: center;
}

    .product-selectors:after {
        content: "";
        display: block;
        clear: both;
    }

    .product-selectors > div {
        display: inline-block;
        margin: 5px;
    }

    .product-selectors select {
        opacity: 0;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        margin: 0;
        height: auto;
        line-height: normal;
        min-width: 0;
    }

        .product-selectors select option {
            padding: 4px;
        }

    .product-selectors > div span {
        font-size: 15px;
        vertical-align: middle;
    }

.select-wrap {
    position: relative;
    display: inline-block;
    min-width: 85px;
    margin: 0 5px;
    background: #fff url(/Themes/Tiffany/Content/img/custom-select.png) no-repeat scroll 95% center;
    border: 1px solid #ddd;
    cursor: pointer;
    font-size: 15px;
    height: 40px;
    padding: 10px 25px 10px 10px;
    text-align: left;
}

.product-selectors .select-wrap select {
    opacity: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    margin: 0;
    height: auto;
    line-height: normal;
    min-width: 0;
}

div.product-viewmode {
    display: none;
}

.item-grid:after,
.product-grid:after,
.product-list:after,
.manufacturer-grid:after {
    content: "";
    display: block;
    clear: both;
}

.item-grid {
    overflow: hidden;
}

.item-box {
    position: relative;
    width: 100%;
    margin: 0 0 20px;
}

    .item-box .picture {
        z-index: 1;
        overflow: hidden;
        background: #fff;
    }

        .item-box .picture a {
            display: block;
            position: relative;
            height: 100%;
        }

            .item-box .picture a:before {
                content: "";
                display: block;
                padding-top: 100%;
            }

        .item-box .picture img {
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            max-width: 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 */
        }

        .item-box .picture .second-product-image {
            opacity: 0;
            -webkit-transition: all .4s ease-in-out;
            transition: all .4s ease-in-out;
        }

    .item-box:hover .picture .second-product-image {
        opacity: 1;
    }

    .item-box .picture .second-product-image ~ .product-image {
        -webkit-transition: all .4s ease-in-out;
        transition: all .4s ease-in-out;
    }

    .item-box:hover .picture .second-product-image ~ .product-image {
        opacity: 0;
    }

    .item-box .details {
        height: 80px;
        background: #0d1332cf;
        height: 100px;
        padding: 0 5%;
        text-align: center;
    }

    .item-box:nth-child(odd) .details {
        background: #0d1332cf;
    }

    .item-box .product-title,
    .item-box .title {
        height: 50px;
        overflow: hidden;
    }

        .item-box .product-title a,
        .item-box .title a {
            display: block;
        }

        .item-box .product-title + .sku {
            display: none !important;
        }

    .item-box .product-rating-box {
        display: none;
        margin: 0 0 5px;
    }

    .item-box .rating {
        background: url(/Themes/Tiffany/Content/img/rating1.gif) repeat-x;
        width: 55px;
        height: 12px;
    }

        .item-box .rating div {
            background: url(/Themes/Tiffany/Content/img/rating2.gif) repeat-x;
            height: 12px;
        }

    .item-box .description {
        display: none;
        height: 30px;
        margin: 0 0 10px;
        overflow: hidden;
    }

        .item-box .description a {
            display: block;
            overflow: hidden;
        }

    .item-box .prices {
        overflow: hidden;
    }

    .item-box .old-price {
        margin: 0 3px;
        font-size: 14px;
        text-decoration: line-through;
    }

    .item-box .actual-price {
        font-size: 16px;
        line-height: 15px;
        margin: 0 3px;
        font-family: 'Roboto Light';
    }

    .item-box .buttons {
        margin: 0;
        font-size: 0;
    }

    .item-box input[type="button"] {
        border: 1px solid #ccc;
        padding: 9px 18px;
    }

.home-page-category-grid,
.sub-category-grid,
.manufacturer-grid,
.product-grid,
.product-list {
    margin: 0 0 60px;
}

    .home-page-category-grid .item-box .title,
    .sub-category-grid .item-box .title,
    .manufacturer-grid .item-box .title,
    .vendor-grid .item-box .title {
        background: #0d1332b3;
        bottom: 0;
        display: table;
        height: 52px;
        left: 0;
        margin: 0;
        position: absolute;
        width: 100%;
        z-index: 1;
    }

        .home-page-category-grid .item-box .title a,
        .sub-category-grid .item-box .title a,
        .manufacturer-grid .item-box .title a,
        .vendor-grid .item-box .title a {
            color: #ffffff;
            display: table-cell;
            font-family: 'Roboto Light';
            font-size: 15px;
            font-weight: normal;
            text-align: center;
            text-transform: uppercase;
            vertical-align: middle;
        }

    .home-page-category-grid .slider-wrapper {
        display: none;
    }

    .home-page-category-grid .item-box,
    .sub-category-grid .item-box,
    .manufacturer-grid .item-box,
    .vendor-grid .item-box {
        width: 280px;
        margin: 0 auto 1px;
        border: none;
    }

        .home-page-category-grid .item-box .title,
        .sub-category-grid .item-box .title,
        .manufacturer-grid .item-box .title,
        .vendor-grid .item-box .title {
            background: #0d1332b3;
        }

            .home-page-category-grid .item-box .title a,
            .sub-category-grid .item-box .title a,
            .manufacturer-grid .item-box .title a,
            .vendor-grid .item-box .title a {
                vertical-align: middle;
                text-align: center;
                font-family: 'Roboto Light';
                font-size: 15px;
                color: #fff;
                font-weight: normal;
                text-transform: uppercase;
            }

        .home-page-category-grid .item-box .title {
            padding: 0;
        }

            .home-page-category-grid .item-box .title a {
                font-size: 20px;
            }

.sub-category-grid {
    margin-bottom: 30px;
    background: url(/Themes/Tiffany/Content/img/title-decoration.png) no-repeat center bottom;
    padding-bottom: 60px;
}

.manufacturer-grid .item-box .title {
    background: #0d1332cf;
}

.manufacturer-grid .item-box:nth-child(2n) .title {
    background: #0d1332cf;
}

.product-grid .title,
.home-page-category-grid .title {
    margin: 0 0 30px;
    font-size: 20px;
    padding-bottom: 22px;
    background: url(/Themes/Tiffany/Content/img/title-decoration.png) no-repeat center bottom;
}

    .product-grid .title strong,
    .home-page-category-grid .title strong {
        font-weight: normal;
        text-transform: uppercase;
        font-family: 'Roboto Light';
    }

.product-grid .item-box {
    margin: auto;
    width: 90%;
    max-width: 280px;
}

    .product-grid .item-box .picture a:before {
        padding-top: 132%; /*replacement for the fixed height (330px) on .picture element*/
    }

.item-grid .details {
    color: #fff;
}

    .item-grid .details .product-title {
        display: table;
        width: 100%;
        border-bottom: 1px solid #bbb;
    }

        .item-grid .details .product-title span {
            display: table-cell;
            vertical-align: middle;
            padding-top: 3px;
            font-family: 'Roboto Light';
        }

        .item-grid .details .product-title a {
            display: block;
            max-height: 42px;
            overflow: hidden;
            font-size: 16px;
            line-height: 20px;
            text-transform: uppercase;
            font-weight: normal;
        }

    .item-grid .details .add-info {
        position: relative;
        height: 45px;
        display: table;
        width: 100%;
    }

    .item-grid .details .prices {
        display: table-cell;
        vertical-align: middle;
    }

    .item-grid .details .tax-shipping-info {
        display: block;
        margin: 0 3px;
    }

    .item-grid .details .buttons {
        position: absolute;
        top: -110px;
        left: 0;
        right: 0;
        text-align: center;
    }

        .item-grid .details .buttons input,
        .item-grid .details .buttons select {
            margin: 0 0 0 1px;
            height: 45px;
            width: 45px;
            font-size: 0;
            border: none;
            vertical-align: top;
        }

.item-grid .item-box .tax-shipping-info {
    text-align: center;
}

.add-info .buttons .product-box-add-to-cart-button {
    background: url(/Themes/Tiffany/Content/img/shopping-cart.png) no-repeat center #0d1332cf;
}

.add-info .compare-products {
    display: inline-block;
    margin: 0;
}

.product-grid .add-info .compare-products input {
    margin: 0 0 1px 0;
}

.product-grid .hover-effect-2 .add-info .add-to-wishlist-button {
    margin: 0 0 1px 0;
}

.add-info .buttons .add-to-compare-list-button {
    background: url(/Themes/Tiffany/Content/img/compare-button.png) no-repeat center #0d1332cf;
}

.add-info .buttons .add-to-wishlist-button {
    background: url(/Themes/Tiffany/Content/img/wishlist-copy.png) no-repeat scroll center center #0d1332cf;
}

.also-purchased-products-grid,
.related-products-grid {
    margin-top: 30px;
}

.cross-sells {
    margin: 50px 0 0;
}
/**HOVER EFFECT 2**/
.product-grid .item-box .hover-effect-2.product-item {
    position: relative;
}

.product-grid .hover-effect-2 .ajax-cart-button-wrapper .productQuantityTextBox {
    display: none;
}

.pager {
    display: inline-block;
    margin: 0 0 20px;
}

    .pager ul {
        text-align: center;
        font-size: 0;
    }

    .pager li {
        display: inline-block;
        margin: 0 5px;
    }

        .pager li * {
            display: block;
            width: 40px;
            height: 40px;
            overflow: hidden;
            padding: 10px;
            text-align: center;
            font-size: 15px; /*reset zeroing*/
            cursor: pointer;
        }

        .pager li span {
            border: 1px solid #e1e1e1;
        }

        .pager li.previous-page *,
        .pager li.next-page *,
        .pager li.first-page *,
        .pager li.last-page * {
            background-position: center !important;
            background-repeat: no-repeat !important;
            text-indent: -9999px;
            background: #0d1332cf;
        }

        .pager li.previous-page * {
            background-image: url(/Themes/Tiffany/Content/img/prev.png);
        }

        .pager li.next-page * {
            background-image: url(/Themes/Tiffany/Content/img/next.png);
        }

        .pager li.first-page * {
            background-image: url(/Themes/Tiffany/Content/img/prev-first.png);
        }

        .pager li.last-page * {
            background-image: url(/Themes/Tiffany/Content/img/next-last.png);
        }

.button-2.contact-vendor-button {
    background: #a69c97;
    border: none !important;
    color: #ffffff;
    font-family: 'Roboto Light';
    font-size: 16px;
    line-height: 40px;
    text-transform: uppercase;
    padding: 0 10px !important;
    margin: 0 0 30px 0;
}

    .button-2.contact-vendor-button:hover {
        background: #0d1332cf;
    }
/* new nop filters */
.product-filters-wrapper {
    background: rgba(0, 0, 0, 0) url(/Themes/Tiffany/Content/CSS/images/title-decoration.png) no-repeat scroll center bottom;
    overflow: hidden;
}

    .product-filters-wrapper .product-filter {
        border: 1px solid #dddddd;
        margin: 0 auto 20px;
        max-width: 80%;
    }

    .product-filters-wrapper .filter-title {
        color: #000;
        display: block;
        font-family: 'Roboto Light';
        font-size: 16px;
        line-height: 17px;
        padding: 10px 20px;
        position: relative;
        text-align: center;
        text-transform: uppercase;
        z-index: 1;
        font-weight: 300;
        margin: 0 0 10px;
    }

.filter-content li.title {
    margin: 10px 0;
}

.filter-content li {
    font-size: 14px;
    color: #666;
}

    .filter-content li a {
        padding: 8px;
        margin: 0 5px 5px;
        display: block;
    }

        .filter-content li a:hover {
            color: #000;
        }

.filtered-items {
    margin: 0 0 10px;
}

.remove-filter a {
    background: #f5f5f4 url(/Themes/Tiffany/Content/img/remove-button.png) no-repeat scroll 90% center;
    border: medium none;
    color: #555555;
    line-height: 40px;
    padding: 0 30px 0 10px;
    display: inline-block;
    margin: 0 0 10px;
}

.vendor-list > li {
    display: inline-block;
    margin: 0 10px;
}

    .vendor-list > li a {
        padding: 5px;
    }

/********** PRODUCT PAGE **********/
.product-essential {
    margin: 0 0 30px;
}

    .product-essential:after {
        content: "";
        display: block;
        clear: both;
    }

    .product-essential .product-name {
        margin: 0 0 20px;
    }

.gallery {
    margin: 0 0 30px;
}

    .gallery .picture-wrapper {
        margin: 0 0 10px;
    }

    .gallery .picture {
        position: relative;
        max-width: 100%;
        margin: 0 auto 20px;
        overflow: hidden;
        background: #fff;
    }

        .gallery .picture img {
            position: relative;
            max-width: 100%;
            max-height: 100%;
            margin: auto;
        }

    .gallery .picture-thumbs img,
    .variant-picture img {
        position: relative;
        max-width: 100%;
        max-height: 100%;
        margin: auto;
        height: 100%;
    }

    .gallery .picture-thumbs {
        overflow: hidden;
        font-size: 0;
    }

    .gallery .thumb-item {
        display: inline-block;
        position: relative;
        width: 100px;
        height: 100px;
        overflow: hidden;
    }

/*Default Zoom start*/
#lbOverlay {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
    height: 100%;
    background-color: #000;
    cursor: pointer;
}

#lbCenter,
#lbBottomContainer {
    position: absolute;
    z-index: 9999;
    overflow: hidden;
    background-color: #fff;
}

.lbLoading {
    background: #fff url(/Themes/Tiffany/Content/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(/Themes/Tiffany/Content/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;
    margin: 0 0 30px;
    font-size: 15px;
    color: #666;
}

.product-details-page .discontinued-product {
    margin: 5px 0 20px;
    border: 1px solid #eee;
    background: #f9f9f9;
}

    .product-details-page .discontinued-product h4 {
        padding: 20px 10px;
        font-size: 16px;
        font-weight: normal;
        color: #ff5868;
    }

.overview .product-name {
    margin: 0 0 15px;
}

.product-essential .product-name h1 {
    font-size: 22px;
    font-weight: normal;
    text-transform: uppercase;
    font-family: 'Roboto Light';
    padding-bottom: 22px;
    background: url(/Themes/Tiffany/Content/img/title-decoration.png) no-repeat center bottom;
    color: #000;
}

.overview .short-description {
    padding-bottom: 20px;
    text-align: left;
}

.overview .buttons,
.back-in-stock-subscription,
.download-sample {
    margin: 0 0 15px;
    font-size: 14px;
    color: #900;
    font-weight: bold;
}

.overview .buttons {
    border-bottom: 1px solid #eee;
}

    .overview .buttons div {
        display: inline-block;
        margin: 0 5px 10px;
    }

.overview .add-to-wishlist-button,
.variant-overview .add-to-wishlist-button,
.overview .add-to-compare-list-button,
.overview .email-a-friend-button,
.overview .subscribe-button,
.download-sample-button a {
    display: inline-block;
    border: none;
    padding: 5px 10px 5px 20px;
    font-size: 11px; /*reset zeroing*/
    background: transparent;
    text-transform: uppercase;
    background-repeat: no-repeat;
    background-position: left center;
}
/* if you want these buttons to be links with icons */ /*
      
.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;
	background-position: left center;
    background-repeat: no-repeat;
    padding: 5px 5px 5px 25px;
}
*/
.overview .add-to-wishlist-button,
.variant-overview .add-to-wishlist-button {
    background-image: url(/Themes/Tiffany/Content/img/wishlist-icon.png);
}

.overview .add-to-compare-list-button {
    background-image: url(/Themes/Tiffany/Content/img/compare-icpn.png);
}

.overview .email-a-friend-button {
    background-image: url(/Themes/Tiffany/Content/img/friend.png);
}

.overview .subscribe-button {
    background-image: url(/Themes/Tiffany/Content/img/notify.png);
}

.download-sample-button a {
    background-image: url(/Themes/Tiffany/Content/img/download-icon.png);
}

.overview .sku, .variant-overview .sku,
.overview .gtin, .variant-overview .gtin,
.overview .delivery-date, .variant-overview .delivery-date,
.overview .product-vendor, .variant-overview .product-vendor,
.overview .manufacturers, .manufacturer-part-number {
    margin: 0 0 5px;
}

.overview .stock,
.variant-overview .stock {
    margin: 0 0 15px;
}

.overview .label,
.variant-overview .label {
    vertical-align: middle;
}

.overview .value,
.variant-overview .value {
    color: #000;
    vertical-align: middle;
}

    .overview .value a,
    .variant-overview .value a {
        font-weight: bold;
        text-decoration: underline;
    }

.free-shipping {
    display: inline-block;
    margin: 0 0 15px;
    padding: 110px 41px 23px 130px;
    background: url(/Themes/Tiffany/Content/img/free-shipping.png) no-repeat 10px center;
    font-size: 0px;
    text-transform: uppercase;
}

.overview .manufacturers {
    margin: 0 0 0px; /*not present in variant-overview*/
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.product-no-reviews,
.product-reviews-overview {
    margin: 0; /*not present in variant-overview*/
}

.product-reviews-overview {
    margin: 20px 0;
    border-bottom: 1px solid #eee;
    border-top: 1px solid #eee;
    padding: 20px 0;
}

.product-no-reviews a {
    text-decoration: underline;
}

.product-review-box {
    display: inline-block;
    margin: 0 0 5px;
}

    .product-review-box .rating {
        width: 100px;
        height: 19px;
        background: url(/Themes/Tiffany/Content/img/star-none.png) repeat-x;
    }

        .product-review-box .rating div {
            height: 19px;
            background: url(/Themes/Tiffany/Content/img/star-active.png) repeat-x;
        }

.overview .prices,
.variant-overview .prices {
    margin: 15px 0;
    overflow: hidden;
    clear:both;
}

    .overview .prices > div,
    .variant-overview .prices > div {
        margin: 0 0 5px;
    }

.overview .old-product-price,
.variant-overview .old-product-price {
    font-size: 14px;
    color: #999;
    text-decoration: line-through;
}

.overview .product-price,
.variant-overview .product-price {
    color: #000000;
    font-family: 'Roboto Light';
    font-size: 20px;
}

.customer-entered-price {
    margin: 0 0 20px;
    overflow: hidden;
    background: #f6f6f6;
    padding: 10px;
}

    .customer-entered-price > div {
        display: inline-block;
    }

    .customer-entered-price .price-input {
        margin: 0 5px;
    }

    .customer-entered-price .enter-price-input {
        width: 50px;
        text-align: center;
    }

    .customer-entered-price .price-range {
        color: #000;
        font-size: 13px;
        font-weight: bold;
        margin: 5px;
    }

.overview .add-to-cart {
    margin: 0 0 20px;
}

.overview .min-qty-notification {
    margin: -10px 0 10px;
    font-size: 13px;
}

.overview .add-to-cart-panel,
.variant-overview .add-to-cart-panel {
    display: inline-block;
    position: relative;
}

    .overview .add-to-cart-panel > *,
    .variant-overview .add-to-cart-panel > * {
        float: left;
    }

.overview .qty-label,
.variant-overview .qty-label {
    position: absolute;
    left: -25px;
    line-height: 36px;
    display: none !important;
}

.overview .qty-input,
.variant-overview .qty-input,
.overview .qty-dropdown,
.variant-overview .qty-dropdown {
    width: 45px;
    height: 45px;
    padding: 12px;
    text-align: center;
    font-size: 14px;
}

.overview .qty-dropdown,
.variant-overview .qty-ropdown {
    width: auto
}

.overview .add-to-cart-button,
.variant-overview .add-to-cart-button {
    height: 45px;
    background: #0d1332cf url(/Themes/Tiffany/Content/img/shopping-cart.png) no-repeat 18px center;
    border: medium none;
    color: #ffffff;
    font-family: 'Roboto Light';
    font-size: 16px;
    padding: 12px 25px 12px 50px;
    text-transform: uppercase;
    -webkit-transition: all 0.2s ease 0s;
    -ms-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}

    .overview .add-to-cart-button:hover,
    .variant-overview .add-to-cart-button:hover {
        background: #0d1332cf url(/Themes/Tiffany/Content/img/shopping-cart.png) no-repeat 18px center;
    }

.overview .add-to-cart .add-to-wishlist-button {
    display: none; /*removes the old button*/
}

.product-share-button {
    display: inline-block;
    margin-top: 20px;
    overflow: hidden;
}

.full-description {
    clear: both;
    margin: 0 0 30px;
    line-height: 20px;
    color: #666;
    font-size: 16px;
}

.product-collateral {
    margin: 0 0 20px;
    overflow: hidden;
}

    .product-collateral .title {
        margin: 0 0 30px;
        font-size: 22px;
    }

        .product-collateral .title strong {
            font-weight: normal;
        }

.tier-prices {
    margin: 0 0 20px;
}

    .tier-prices .prices-header {
        margin: 0 0 10px;
    }

    .tier-prices .field-header {
        min-width: 100px;
    }

    .tier-prices .item-price {
        color: #c00;
    }

.product-variant-list {
    margin-bottom: 20px;
    overflow: hidden;
}

.product-variant-line {
    margin: 0 0 40px;
}

    .product-variant-line:after {
        content: "";
        display: block;
        clear: both;
    }

.variant-overview {
    font-size: 15px;
    font-weight: normal;
    line-height: 20px;
    overflow: hidden;
    color: #555;
}

.variant-picture {
    position: relative;
    height: 330px;
    margin: 0 auto 25px;
    overflow: hidden;
}

.variant-overview .variant-name {
    vertical-align: middle;
    margin: 0 0 20px;
    background: url(/Themes/Tiffany/Content/img/title-decoration.png) no-repeat center bottom;
    padding: 5px 10px 30px;
    font-size: 18px;
    font-family: 'Roboto Light';
    color: #000;
    text-transform: uppercase;
    cursor: pointer;
}

.variant-overview .variant-description {
    display: none;
    margin: 0 0 25px;
    line-height: 20px;
}

.variant-overview .attributes {
    background: #f9f9f9;
    border: none;
    max-width: 90%;
    padding: 15px 15px 5px;
}

.variant-overview .prices {
    margin: 25px 0 15px;
    padding: 10px 0;
}

.variant-overview .add-to-cart-panel > * {
    margin: 0 0 25px;
}

.variant-overview .add-to-wishlist {
    margin: 20px 0;
}

.variant-overview .add-to-wishlist-button {
    float: none;
    clear: both;
    font-size: 13px;
}
/*Jquery Tabs start*/
.ui-tabs {
    margin: 0 0 20px;
}

    .ui-tabs .ui-tabs-nav {
        overflow: hidden;
        border-bottom: 1px solid #ddd;
    }

        .ui-tabs .ui-tabs-nav li {
            display: inline-block;
        }

            .ui-tabs .ui-tabs-nav li a {
                display: inline-block;
                background: #0d1332cf;
                padding: 8px 24px;
                font-size: 16px;
                color: #fff;
                text-transform: uppercase;
            }

            .ui-tabs .ui-tabs-nav li.ui-tabs-selected a,
            .ui-tabs .ui-state-active.ui-tabs-active a {
                background: #0d1332cf;
            }

    .ui-tabs .ui-tabs-panel {
        padding: 20px 0 0;
    }

        .ui-tabs .ui-tabs-panel p {
            margin: 10px 0;
            line-height: 20px;
        }

    .ui-tabs .ui-tabs-hide {
        display: none;
    }
/*Jquery Tabs end*/

.product-specs-box {
    margin: 0 0 30px;
}

.product-tags-box {
    margin: 0 0 20px;
}

.product-tags-list {
    font-size: 0;
}

    .product-tags-list li {
        display: inline-block;
        font-size: 14px; /*reset zeroing*/
    }

        .product-tags-list li.separator {
            margin: 0 5px 0 3px;
        }

    .product-tags-list a {
        display: inline-block;
        color: #000 !important;
    }

.attributes {
    margin: 0 auto 20px;
    padding: 15px 0 10px;
   /* border-bottom: 1px solid #eee;*/
}

td .attributes {
    margin: 0;
    border: none;
}

.attributes dl {
   /* overflow: hidden;*/
}

.attributes dt {
    display: block;
    margin: 0 0 5px;
    white-space: nowrap;
    font-size: 15px;
}

    .attributes dt .required {
        display: none;
    }

.attributes dd {
    display: block;
    margin: 0 0 10px;
}

    .attributes dd:after {
        content: "";
        display: block;
    }

.attributes li {
    margin: 10px 0;
}

.attributes select {
    width: auto;
    max-width: 100%;
}

.attributes .qty-box {
    margin: 0 0 0 5px;
}

    .attributes .qty-box label {
        display: none;
    }

    .attributes .qty-box input {
        width: 48px;
        height: 32px;
    }

.attributes .option-list li > * {
    display: inline-block;
    padding: 0 5px;
    vertical-align: middle;
}

.attribute-squares {
    font-size: 0;
}

    .attribute-squares li {
        display: inline-block;
        position: relative;
        margin: 0;
    }

.attribute-square-container {
    display: block;
    border: 2px solid transparent;
    padding: 1px;
    position: relative;
    z-index: 0;
}

    .attribute-square-container span {
        display: block !important;
        width: 45px !important;
        height: 45px !important;
        border: 1px solid #c9c9c9 !important;
		border-radius: 50px;
        cursor: pointer;
    }

.selected-value .attribute-square-container {
    border-color: #c9c9c9;
}

.attribute-squares li input {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    margin: auto;
}

.tooltip-container::before {
    border-bottom: 7px solid #ddd;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    bottom: 100%;
    content: "";
    height: 0;
    left: 50%;
    margin-left: -7px;
    position: absolute;
    width: 0;
}

.tooltip-container::after {
    border-bottom: 6px solid #ddd;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    bottom: 100%;
    content: "";
    height: 0;
    left: 50%;
    margin-left: -6px;
    position: absolute;
    width: 0;
}

.tooltip-container .tooltip-header {
    background-color: #eee;
    border-bottom: 1px solid #ddd;
    font-size: 14px;
    height: 25px;
    line-height: 25px;
}

.tooltip-container .tooltip-body {
    margin: 0;
}

    .tooltip-container .tooltip-body img {
        border: 0 none #fff;
        width: 190px;
    }

.tooltip-container {
    background: #ffffff none repeat scroll 0 0;
    border: 1px solid #ddd;
    position: absolute;
    text-align: center;
    visibility: hidden;
    width: 192px;
}

.attribute-squares li:hover .tooltip-container {
    margin-left: -122px;
    margin-top: 40px;
    padding: 0;
    visibility: visible;
    z-index: 999;
}

.giftcard {
    margin: 0 0 20px;
    overflow: hidden;
    clear: both;
}

    .giftcard div {
        margin: 0 0 10px;
    }

    .giftcard label {
        display: block;
        margin: 0 0 5px;
    }

    .giftcard input,
    .giftcard textarea {
        width: 350px;
        max-width: 100%;
    }

    .giftcard textarea {
        height: 150px;
    }
/*DATEPICKER*/
.ui-datepicker {
    background-color: #ffffff;
    text-align: center;
    width: 280px;
}

.ui-datepicker-title {
    font-weight: bold;
    line-height: 32px;
    position: relative;
    text-transform: uppercase;
    z-index: 0;
    color: #555;
    font-family: Arial,sans-serif;
    background: #fff;
    border: 1px solid #ccc;
}

.ui-datepicker-header a {
    font-size: 0;
    height: 32px;
    position: absolute;
    top: 0;
    width: 32px;
    z-index: 1;
}

    .ui-datepicker-header a.ui-datepicker-prev {
        background: url(/Themes/Tiffany/Content/img/arrow-left.png) no-repeat scroll center center rgba(0, 0, 0, 0);
        left: 0;
    }

    .ui-datepicker-header a.ui-datepicker-next {
        background: url(/Themes/Tiffany/Content/img/arrow-right.png) no-repeat scroll center center rgba(0, 0, 0, 0);
        right: 0;
    }

.ui-datepicker-header {
    background-color: #333333;
    color: #ffffff;
    height: 32px;
    position: relative;
}

.ui-datepicker-calendar th, .ui-datepicker-calendar td {
    border: 1px solid #cccccc;
    width: 14.285%;
}

.ui-datepicker-calendar th {
    background-color: #eeeeee;
}

    .ui-datepicker-calendar th span, .ui-datepicker-calendar td a {
        display: block;
        line-height: 32px;
        min-height: 32px;
    }

    .ui-datepicker-calendar th span {
        color: #fff;
    }

.ui-datepicker-calendar th, .ui-datepicker-calendar td {
    border: 1px solid #cccccc;
    width: 14.285%;
}

    .ui-datepicker-calendar th span, .ui-datepicker-calendar td a {
        display: block;
        line-height: 32px;
        min-height: 32px;
    }

    .ui-datepicker-calendar td a {
        transition: all 0.2s ease-in-out 0s;
        -webkit-transition: all 0.2s ease-in-out 0s;
        -ms-transition: all 0.2s ease-in-out 0s;
        transition: all 0.2s ease-in-out 0s;
    }

    .ui-datepicker-calendar td:hover a {
        color: #fff;
    }



/********** PRODUCT REVIEWS **********/


.product-reviews-page h1 a {
    font-style: italic;
}

    .product-reviews-page h1 a:before,
    .product-reviews-page h1 a:after {
        content: "''";
    }

.product-reviews-page .title {
    display: none;
    margin: 0 0 10px;
}

.write-review {
    margin: 0 0 50px;
}

    .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: #0d1332cf;
    border: medium none;
    color: #ffffff;
    font-family: 'Roboto Light';
    font-size: 16px;
    height: 40px;
    text-transform: uppercase;
    padding: 0 30px;
}

.product-reviews-page .result,
.product-reviews-page .message-error {
    margin: 0 0 10px;
}

.product-review-list {
    margin: 0 0 50px;
}

.product-review-item {
    margin: 0 0 30px;
}

    .product-review-item .review-item-head {
        margin: 0 0 -1px;
        overflow: hidden;
        background: #f6f6f6;
        padding: 10px 12px;
        border: 1px solid #ddd;
    }

    .product-review-item .review-title {
        float: left;
        max-width: 70%;
        text-align: left;
        text-transform: uppercase;
        font-family: 'Roboto Light';
        font-size: 16px;
    }

        .product-review-item .review-title strong {
            font-weight: normal;
        }

    .product-review-item .product-review-box {
        float: right;
        max-width: 40%;
        margin: 0;
        text-align: right;
    }

    .product-review-item .review-text {
        margin: 0 0 15px;
        padding: 20px 15px;
        border-bottom: 1px solid #ddd;
        font-size: 14px;
    }

    .product-review-item .review-info {
        margin: 0 0 5px;
        color: #666;
    }

.product-review-helpfulness {
    color: #666;
}

    .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;
    }

.product-review-item .reply {
    margin: 30px 0 0;
}

.product-review-item .reply-header {
    margin: 0 0 10px;
    font-weight: bold;
}


/********** WISHLIST & COMPARE LIST **********/


.wishlist-content {
    margin: 0 0 20px;
}

    .wishlist-content .message-error {
        margin: 0 0 10px;
    }

    .wishlist-content .tax-shipping-info {
        margin: 15px auto 0;
    }

    .wishlist-content th {
        border: 1px solid #ddd;
        background: #f9f9f9;
    }

    .wishlist-content td {
        background: #fff !important;
    }

    .wishlist-content .buttons {
        margin: 20px 0 0;
        text-align: center;
        font-size: 0;
    }

        .wishlist-content .buttons input {
            width: 100%;
            margin: 0;
            padding: 10px 15px;
            border: medium none;
            color: #fff;
            font-family: 'Roboto Light';
            font-size: 15px;
            text-transform: uppercase;
            background: #0d1332cf;
        }

            .wishlist-content .buttons input:nth-child(even) {
                background: #0d1332cf;
            }

.wishlist-page .share-info a {
    display: block;
    margin: 0 0 5px;
    font-weight: bold;
}

.wishlist-page .share-info {
    font-size: 16px;
    color: #666;
}

.compare-products-page {
    margin: 0 0 40px 0;
    position: relative;
    overflow: hidden;
}

    .compare-products-page .page-body {
        font-size: 16px;
        color: #666;
        padding: 0 0 40px 0;
    }

    .compare-products-page .clear-list {
        display: inline-block;
        margin: 0 0 20px;
        background: #0d1332cf;
        border: none;
        color: #ffffff;
        font-family: 'Roboto Light';
        font-size: 16px;
        height: 40px;
        overflow: hidden;
        line-height: 40px;
        max-width: none;
        padding: 0 10px;
        text-transform: uppercase;
        width: auto;
    }

    .compare-products-page .button-2 {
        color: #555;
        border: none;
        line-height: 40px;
        padding: 0 30px 0 10px;
        background: #f5f5f4 url(/Themes/Tiffany/Content/img/remove-button.png) no-repeat 90% center;
    }

    .compare-products-page td a {
        color: #000;
    }

    .compare-products-page .full-description {
        vertical-align: top;
    }

        .compare-products-page .full-description p {
            margin: 0;
            padding: 0;
        }

.compare-products-table {
    display: none;
}

.compare-products-table-mobile {
    display: block;
}

/*********** TOPICS ***********/
.topic-block {
    margin: 0 0 20px;
}

.home-page .topic-block {
    margin: 0 0 40px;
}

.topic-block-title {
    margin: 0 0 30px;
    font-size: 20px;
    padding-bottom: 22px;
    background: url(/Themes/Tiffany/Content/img/title-decoration.png) no-repeat center bottom;
}

    .topic-block-title h2 {
        font-weight: normal;
        text-transform: uppercase;
        font-family: 'Roboto Light';
        font-size: 24px;
    }

.topic-block-body {
    line-height: 24px;
    margin: 0 0 20px;
}

.topic-html-content-body p strong {
    font-weight: normal;
}

.topic-block 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: #0d1332cf !important;
        padding: 0 20px !important;
        font-size: 16px !important;
        color: #ffffff !important;
    }

.password-error {
    margin: 0 0 10px;
}

/*********** CONTACT & EMAIL A FRIEND ***********/
.contact-page .form-fields,
.email-a-friend-page .form-fields {
    margin: 0 0 20px;
}

.contact-page .message-error,
.email-a-friend-page .message-error {
    margin: 0 0 10px;
}

.contact-page .button-1,
.email-a-friend-page .button-1,
.apply-vendor-page .button-1 {
    background: #0d1332cf;
    border: none;
    color: #ffffff;
    font-family: 'Roboto Light';
    font-size: 16px;
    height: 40px;
    line-height: 40px;
    max-width: none;
    padding: 0 30px;
    text-transform: uppercase;
    width: auto;
    min-width: 136px;
}

.email-a-friend-page .title {
    margin: 0 0 15px;
}

    .email-a-friend-page .title h2 {
        font-weight: normal;
    }

.contact-page .inputs input,
.contact-page .inputs textarea {
    background: #f9f9f9;
    border: 1px solid #dddddd;
    height: 40px;
    max-width: 350px;
    width: 96%;
    color: #505050;
    font-size: 16px;
}

.contact-page .inputs textarea {
    font-family: 'Roboto Light' !important;
    font-size: 16px;
}

.contact-page .inputs label {
    display: block;
    width: 100%;
    margin: 0 0 10px;
    text-align: center;
    font-size: 16px;
}

.email-a-friend-page .form-fields {
    border: none;
}

/********** REGISTRATION, LOGIN, ACCOUNT PAGES  **********/
.registration-page .page-title h1 {
    margin-top: 0;
}

.account-page .inputs.date-of-birth select,
.registration-page .inputs.date-of-birth select {
    width: 118px; /*birth-date selectors, always single line*/
    max-width: 32%;
    cursor: pointer;
    margin: 0 0 0 -1px;
}

.registration-page select + select,
.account-page select + select {
    margin: 0 0 0 10px;
}

.registration-page .title strong {
    font-size: 16px;
    text-transform: uppercase;
    font-family: 'Roboto Light';
    font-weight: normal;
}

.registration-page .inputs .gender {
    color: #505050;
}

    .registration-page .inputs .gender input {
        width: auto;
    }

.gender {
    display: block;
    margin: 0 10px 10px 10px;
}

    .gender span.male,
    .gender span.female {
        display: inline-block;
        margin: 0 10px;
        line-height: 32px;
    }

    .gender span .forcheckbox {
        text-align: left;
        padding: 0 0 0 3px;
    }

    .gender span > * {
        display: inline-block;
        margin: 0;
    }

.registration-page .inputs select {
    margin: 0;
    background: #f9f9f9;
    border: 1px solid #dddddd;
    height: 36px;
    padding: 8px;
}

#check-availability-button {
    height: auto;
    margin: 10px 0 0;
    padding: 10px 20px;
    font-size: 14px;
    text-transform: none;
}

#username-availabilty {
    display: block;
    margin: 5px 0 0;
    font-size: 11px;
}

    #username-availabilty:empty {
        display: none;
    }

.vat-status, .vat-note {
    display: block;
    background: #fff;
    padding: 0 0 5px;
    text-align: center;
    font-size: 13px; /*reset zeroing*/
}

.vat-status {
    clear: both;
    border-top: 1px solid #ddd;
    padding: 5px 0;
}

.inputs .option-list * {
    display: inline;
    width: auto !important;
    line-height: 40px;
    margin: 0 3px;
}

.accept-privacy-policy {
    margin: 0 0 20px;
    text-align: center;
}

    .accept-privacy-policy > * {
        display: inline-block;
        line-height: 40px;
        vertical-align: middle;
        font-size: 16px;
        color: #666;
    }

    .accept-privacy-policy a {
        font-weight: bold;
    }

    .accept-privacy-policy span {
        cursor: pointer;
    }

.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 {
    background: #0d1332cf;
    border: none;
    color: #ffffff;
    font-family: 'Roboto Light';
    font-size: 16px;
    height: 42px;
    margin: 2px 0;
    padding: 0 20px;
    text-transform: uppercase;
}

.registration-page .register-next-step-button {
    padding: 0 30px;
}

.registration-result-page .result {
    margin: 0 0 20px;
    color: #690;
}

.login-page .customer-blocks {
    margin: 0 0 30px;
}

.login-page .title {
    margin: 0 0 10px;
    font-size: 18px;
}

    .login-page .title strong {
        font-weight: normal;
    }

.login-page .new-wrapper {
    margin: 0 0 30px;
}

.login-page .inner-wrapper {
}

.login-page .text {
    margin: 0 20px 20px;
    font-size: 14px;
}

.login-page .inputs.reversed * {
    margin: 0 5px !important;
    font-size: 13px; /*reset zeroing*/
}

.login-page .inputs.reversed .forgot-password {
    vertical-align: middle
}

.login-page .returning-wrapper .inputs.reversed input,
.login-page .returning-wrapper .inputs.reversed label {
    display: inline-block;
    width: auto;
    min-width: 0;
    margin: 0 2px;
    font-size: 14px;
}

.login-page .checkout-as-guest-or-register-block .button-1,
.login-page .returning-wrapper .button-1 {
    margin: 2px 0;
    padding: 0 20px;
    height: 40px;
    background: #0d1332cf;
    color: #fff;
    font-family: 'Roboto Light';
    text-transform: uppercase;
    border: none;
    font-size: 16px;
}

.login-page .returning-wrapper .inputs input {
    background: #f9f9f9;
    border: 1px solid #dddddd;
    height: 40px;
    max-width: 350px;
    width: 96%;
    color: #505050;
}

.external-authentication {
    margin: 30px 0;
    overflow: hidden;
    text-align: center;
}

    .external-authentication .title {
        display: none;
    }

    .external-authentication fieldset {
        float: none !important;
    }

    .external-authentication .buttons {
        margin: 0;
    }

.password-recovery-page .tooltip {
    margin: 0 0 20px;
}

.password-recovery-page .required {
    display: none;
}

.password-recovery-page .result {
    margin: 0 0 5px;
    font-weight: bold;
}

.email-to-revalidate,
.email-to-revalidate-note {
    display: block;
    margin: 10px 5px;
    vertical-align: middle;
    font-size: 13px;
    white-space: normal;
}

.account-page .button-2 {
    background: #0d1332cf;
    border: none;
    color: #ffffff;
    font-family: 'Roboto Light';
    font-size: 14px;
    max-width: none;
    padding: 8px 26px;
    width: auto;
}

    .account-page .button-2:nth-child(odd) {
        background: #0d1332cf;
    }

.account-page .edit-address {
    margin: 0 0 20px;
}

.account-page .description {
    margin: 0 0 20px;
}

.address-list-page .section,
.order-list-page .section,
.return-request-list-page .section {
    margin: 0 0 40px;
}

.address-list-page .info,
.order-list-page .info,
.return-request-list-page .details {
    margin: 0 0 15px;
    line-height: 24px;
    font-size: 15px;
    color: #555;
}

.account-page .address-item .title,
.order-list-page .order-item .title,
.return-request-list-page .title {
    margin: 0 0 8px 0;
    background: url(/Themes/Tiffany/Content/img/title-decoration-small.png) no-repeat center bottom;
    padding: 0 0 20px 0;
}

    .account-page .address-item .title strong,
    .order-list-page .order-item .title strong,
    .return-request-list-page .title strong {
        color: #000000;
        font-family: "initial";
        font-size: 18px;
        font-weight: normal;
        text-transform: uppercase;
    }

.address-list-page .address-item label {
    vertical-align: top;
}

.address-list-page .address-item .country {
    margin-top: 10px;
    font-family: "initial";
    font-size: 16px;
    color: #000;
    text-transform: uppercase;
}

.address-list-page .add-button {
    margin: 0 0 15px;
    text-align: center;
}

.return-request-list-page .details a {
    display: inline-block;
    margin: 0 0 15px;
    font-weight: bold;
    text-transform: uppercase;
    color: #000;
}

.return-request-list-page .comments {
    margin: 15px 0 0;
}

.return-request-page table {
    color: #666;
}

.return-request-page .inputs select {
    padding: 10px;
}

.return-request-file > div {
    display: inline-block;
    width: 350px;
    max-width: 100%;
    vertical-align: middle;
}

.return-request-page .qq-upload-button {
    width: 100%;
    height: 40px;
    border: 1px solid #ddd;
    background-color: #f9f9f9;
    padding: 8px;
}

.return-request-page .qq-upload-list li {
    background-color: transparent !important;
    font-size: 13px;
    color: #333 !important;
}

.reward-points-overview {
    margin: 0 0 20px;
    font-size: 15px;
    color: #666;
}

.reward-points-page .title {
    background: url(/Themes/Tiffany/Content/img/title-decoration-small.png) no-repeat center bottom;
    padding: 0 0 20px 0;
}

    .reward-points-page .title strong {
        color: #000000;
        font-family: "initial";
        font-size: 16px;
        font-weight: normal;
        text-transform: uppercase;
    }

.reward-points-page .message {
    text-align: left;
}

.avatar-page .message-error {
    margin: 0 0 10px;
}

.avatar-page .fieldset {
    margin: 0 0 15px;
}

.avatar-page .image {
    margin: 0 0 10px;
}

    .avatar-page .image img {
        border: 1px solid #ccc;
    }

.avatar-page input[type="file"] {
    width: 75px;
    overflow: hidden;
}

.avatar-page input[type="submit"] {
    height: auto;
    background: #0d1332cf;
    padding: 8px 26px;
    font-size: 15px;
    text-transform: none;
}

    .avatar-page input[type="submit"]:nth-child(odd) {
        background: #0d1332cf;
    }

.avatar-page .info {
    margin: 0 0 20px;
}

.account-page .inputs .text-box.single-line,
.account-page .inputs #Address_CountryId,
.account-page .inputs #Address_StateProvinceId {
    background: #f9f9f9;
    border: 1px solid #dddddd;
    height: 40px;
    max-width: 350px;
    width: 96%;
}

.account-page .fieldset .inputs select {
    margin: 0;
    height: 40px;
    padding: 8px;
}

.downloadable-products-page td,
.back-in-stock-subscription-list-page td,
.reward-points-page td {
    font-size: 16px;
    color: #666;
}

.back-in-stock-subscription-list-page .product,
.forum-subscriptions-page .info {
    text-align: left;
}

.user-agreement-page {
    text-align: center;
}

.terms-of-agreement {
    padding: 10px 0 15px;
}

.user-agreement-page .button-1 {
    background: #a69c97 none repeat scroll 0 0;
    border: medium none !important;
    color: #ffffff;
    font-family: 'Roboto Light';
    font-size: 16px;
    line-height: 40px;
    padding: 0 10px !important;
    text-transform: uppercase;
}

.ui-dialog .back-in-stock-subscription-page .notify-me-button {
    margin: 10px 0;
    background: #0d1332cf;
    border: medium none;
    color: #fff;
    display: inline-block;
    font-family: 'Roboto Light';
    font-size: 13px;
    padding: 8px 16px;
    text-transform: uppercase;
}


.vendorinfo-page .vendor-picture > * {
    display: block;
    margin: 10px auto 0;
}

/********** SHOPPING CART & CHECKOUT **********/
.order-progress {
    margin: 0 0 35px;
    text-align: center;
}

    .order-progress ul {
        font-size: 0;
    }

    .order-progress li {
        display: inline-block;
        margin: 0 5px 10px;
    }

    .order-progress a {
        display: block;
        min-width: 70px;
        font-size: 16px;
    }

        .order-progress a:before {
            content: "";
            display: block;
            width: 40px;
            height: 40px;
            margin: 0 auto 10px;
            background: #0d1332cf url(/Themes/Tiffany/Content/img/cart-arrow.png)no-repeat center;
        }

    .order-progress li.active-step a {
        cursor: pointer;
    }

    .order-progress li.inactive-step {
        opacity: 0.5;
    }

        .order-progress li.inactive-step a {
            cursor: default;
        }

.shopping-cart-page,
.checkout-page {
    background: #fff;
	padding:25px
}

    .shopping-cart-page .page-title h1 {
        margin: 0px auto;
    }

    .shopping-cart-page .button-1 {
        height: 45px;
        background: #0d1332cf;
        width: 96%;
        max-width: 350px;
        color: #fff;
        font-family: 'Roboto Light';
        text-transform: uppercase;
        border: none;
        font-size: 16px;
    }

    .checkout-page .button-1 {
        width: auto;
        max-width: none;
        padding: 0 30px;
        height: 40px;
        line-height: 40px;
        background: #0d1332cf;
        color: #fff;
        font-family: 'Roboto Light';
        text-transform: uppercase;
        border: none;
        font-size: 16px;
    }

    .shopping-cart-page .button-2,
    .checkout-page .button-2,
    .order-details-page .page-title a {
        display: inline-block;
        border: none;
        padding: 5px 10px;
        text-transform: uppercase;
    }

    .shopping-cart-page .addon-buttons {
        margin: 20px 0 0;
    }

    .shopping-cart-page .estimate-shipping-button {
        padding: 10px;
        background: #0d1332cf;
        color: #fff;
        font-family: 'Roboto Light';
        font-size: 14px;
        text-transform: none;
        border: none;
    }

.remove-discount-button,
.remove-gift-card-button {
    width: 16px;
    height: 16px;
    margin: 0 0 0 5px;
    border: 1px solid #ccc;
    background: #fff url(/Themes/Tiffany/Content/img/close.png) center no-repeat;
    cursor: pointer;
}

.shopping-cart-page .message-error {
    margin: 0 0 20px;
    font-size: 13px;
}

.selected-checkout-attributes {
    display: none;
    margin: 0 0 20px;
    text-align: center;
}

.shopping-cart-page .tax-shipping-info {
    margin: 10px 5px;
}

.shopping-cart-page .common-buttons {
    font-size: 0;
}

    .shopping-cart-page .common-buttons input {
        width: 100%;
        padding: 10px 15px;
        font-size: 14px;
        color: #fff;
        font-family: 'Roboto Light';
        border: none;
        text-transform: uppercase;
    }

    .shopping-cart-page .common-buttons .continue-shopping-button {
        background: #0d1332cf;
    }

    .shopping-cart-page .common-buttons .update-cart-button {
        background: #0d1332cf;
    }

.shopping-cart-page .shipping .inputs input[type="text"],
.shopping-cart-page .shipping .inputs select {
    border: 1px solid #ddd;
    background: #f9f9f9;
    font-family: 'Roboto Light';
    text-transform: none;
    font-size: 16px;
    height: 36px;
}

.shopping-cart-page .shipping .inputs select,
.shopping-cart-page .inputs select,
.checkout-attributes dd select,
.registration-page .form-fields .inputs select {
    -webkit-border-radius: 0;
    -webkit-appearance: none;
    border-radius: 0;
}

.shopping-cart-page .inputs label {
    font-size: 16px;
    text-transform: none;
}

.shopping-cart-page .inputs select {
    cursor: pointer;
}

.order-details-page .tax-shipping-info a {
    color: #000;
}

.tax-shipping-info a:hover {
    text-decoration: underline;
}

.checkout-attributes,
.tax-shipping-info {
    margin: 5px;
    text-align: center;
}

    .checkout-attributes dd {
        margin: 0 0 15px;
    }

    .checkout-attributes:only-child {
        margin: 20px 0 0;
        padding: 10px;
        text-align: center;
    }

    .checkout-attributes dt {
        margin: 0 0 5px;
        font-weight: bold;
    }

    .checkout-attributes ul {
        display: inline-block;
    }

    .checkout-attributes li {
        line-height: 24px;
        display: inline-block;
        margin: 0 10px;
    }

        .checkout-attributes li * {
            vertical-align: middle;
        }

.cart-footer:after {
    content: "";
    display: block;
    clear: both;
}

.cart-footer .totals {
    width: 300px;
    max-width: 100%;
    margin: 0 auto 30px;
}

.cart-footer .total-info {
    margin: 0 0 20px;
    padding: 15px 10px;
    border: 1px solid #ddd;
    background: #f9f9f9;
}

.cart-total td {
    width: 50%;
    border: none;
    padding: 5px;
    font-size: 16px;
    color: #666;
}

.cart-total tr:last-child {
    border-top: 1px solid #ddd;
}

.will-earn-reward-points span {
    font-size: 14px;
    color: #888;
    font-style: italic;
}

.cart-total-left {
    text-align: left;
}

.cart-total-right {
    text-align: right;
}

.cart-total .order-total strong {
    font-size: 16px;
    color: #000;
    font-weight: normal;
}

.terms-of-service {
    margin: 0 0 20px;
    font-size: 16px;
    color: #666;
}

    .terms-of-service label {
        vertical-align: top;
    }

    .terms-of-service span {
        cursor: pointer;
        color: #000;
    }

        .terms-of-service span a {
            text-decoration: underline;
        }

.cart-collaterals {
    width: 100%;
    max-width: 100%;
    margin: 0 auto 30px;
}

    .cart-collaterals > div {
        margin: 0 0 30px;
    }

    .cart-collaterals .title {
        margin: 0 0 5px;
        font-size: 16px;
        text-transform: uppercase;
        font-family: 'Roboto Light';
    }

        .cart-collaterals .title strong {
            font-weight: normal;
        }

    .cart-collaterals .hint {
        margin: 0 0 15px;
        font-size: 14px;
        text-transform: none;
        color: #666;
    }

    .cart-collaterals .deals > div {
        margin: 0 0 20px;
    }

    .cart-collaterals .coupon-code {
        overflow: hidden;
        font-size: 0;
        width: 350px;
        max-width: 95%;
        margin: auto;
    }

        .cart-collaterals .coupon-code input[type="text"] {
            float: left;
            width: 65%;
            height: 36px;
            margin: 0 -1px 0 0;
            background: #f9f9f9;
        }

        .cart-collaterals .coupon-code input[type="submit"] {
            float: left;
            width: 35%;
            height: 36px;
            background: #0d1332cf;
            color: #fff;
            font-family: 'Roboto Light';
            text-transform: none;
        }

    .cart-collaterals .message {
        margin: 5px 0 0;
        color: #c00;
    }

    .cart-collaterals .current-code {
        margin: 5px 0 0;
        color: #690;
    }

    .cart-collaterals .shipping-results {
        margin: 10px;
        float: left;
        color: #666;
    }

        .cart-collaterals .shipping-results strong {
            color: #000;
        }

        .cart-collaterals .shipping-results li {
            margin: 10px 0;
        }

.checkout-page .checkout-data {
    margin: auto;
    padding: 10px 0 0 0;
}

.checkout-page .section {
    margin: 0 0 50px;
}

.select-billing-address strong,
.new-billing-address strong,
.select-shipping-address strong,
.new-shipping-address strong {
    font-size: 18px;
    font-weight: normal;
    color: #000;
}

.select-billing-address .title,
.select-shipping-address .title {
    display: none;
}

.edit-address .inputs input,
.edit-address .inputs select {
    padding: 10px 8px;
}

.select-billing-address .select-billing-address-button {
    font-size: 16px;
}

.checkout-page .address-grid {
    overflow: hidden;
}

.checkout-page .address-item {
    margin: 0 0 20px;
    padding: 0;
    position: relative;
}

.checkout-page .address-grid .address-box {
    margin: 0 0 10px;
}

.checkout-page .address-item:nth-child(2n) .select-billing-address-button,
.checkout-page .address-item:nth-child(2n) .select-shipping-address-button {
    background: #0d1332cf;
}

.checkout-page .address-item li {
    padding: 2px 0;
    font-size: 16px;
    line-height: 22px;
    color: #555;
}

    .checkout-page .address-item li.name {
        margin: 0 0 5px;
    }

    .checkout-page .address-item li.country {
        margin: 5px 0 0;
        font-size: 18px;
        color: #000;
    }

.checkout-page .edit-address {
    margin: 0 0 20px;
}

.pickup-in-store {
    font-size: 15px;
}

.select-pickup-point {
    margin-bottom: 20px;
}

.pickup-points-map {
    height: 300px;
    max-width: 100%;
}

.single-pickup-point.name {
    font-size: 18px;
    color: #000;
}

.single-pickup-point.address,
.single-pickup-point.fee {
    font-size: 15px;
    margin: 5px 0 0;
}

.shipping-method .method-list,
.payment-method .method-list {
    margin: 0 0 20px;
    overflow: hidden;
}

    .shipping-method .method-list li {
        margin: 0 0 10px;
        font-size: 15px;
        color: #666;
        padding: 5px;
    }

.shipping-method .method-name {
    width: auto;
    max-width: none;
    padding: 0 10px;
    min-height: 40px;
    line-height: 40px;
    background: #0d1332cf;
    color: #fff;
    font-family: 'Roboto Light';
    text-transform: uppercase;
    border: none;
    font-size: 16px;
}

.shipping-method li:nth-child(2) .method-name {
    background: #0d1332cf;
}

.shipping-method input[type="radio"],
.payment-method input[type="radio"] {
    margin: 0 5px 0 0;
}

.shipping-method .method-list li label,
.payment-method .method-list li label {
    font-size: 14px;
}

.shipping-method .method-description {
    margin: 10px 0 0;
    padding: 5px;
}

.payment-method .method-list li {
    width: 300px;
    margin: 10px auto;
    border: 1px solid #ddd;
}

.payment-method .method-name {
    overflow: hidden;
}

.payment-method .payment-logo {
    float: left;
    width: 25%;
    height: 55px;
    padding: 0px;
    text-align: center;
}

.payment-method .payment-logo img {
    float: left;
    width: 100% !important;
    height: auto;

}

.payment-method .payment-details {
    float: left;
    width: 75%;
    height: 55px;
    line-height: 35px;
    padding: 10px;
    text-align: left;
    background: #f9f9f9;
    border-left: 1px solid #ddd;
}

.payment-method .payment-description {
    display: none;
}

.use-reward-points {
    margin: 0 0 10px;
}

.payment-info .info {
    margin: 0 0 20px 0;
    font-size: 15px;
}

.confirm-order .button-1 {
    font-size: 17px;
}

.order-review-data ul,
.shipment-overview ul {
    margin: 0 0 20px;
    color: #555;
}

.order-review-data > div {
    margin: 0 0 40px;
}

.order-review-data .title,
.order-details-area .title {
    margin: 20px 0 5px !important;
    background: url(/Themes/Tiffany/Content/img/title-decoration-small.png) no-repeat center bottom;
    padding: 0 0 20px 0;
    color: #000;
    text-transform: uppercase;
}

.shipment-details-page .shipping-address .title {
    margin: 20px 0 5px;
    background: url(/Themes/Tiffany/Content/img/title-decoration-small.png) no-repeat center bottom;
    padding: 0 0 20px 0;
}

.order-review-data .title strong,
.order-details-area .title strong,
.shipment-details-page .title strong {
    font-family: "initial";
    font-size: 16px;
    font-weight: normal;
    color: #000;
    text-transform: uppercase;
}

.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;
    text-transform: uppercase;
}

.opc .allow .step-title,
.opc .allow .step-title * {
    cursor: pointer;
}

.opc .active .step-title {
}

    .opc .active .step-title * {
    }

.opc .step-title * {
    float: left;
    font-family: 'initial';
    font-size: 15px;
}

.opc .step-title span {
    width: 24px;
    margin: 0 10px 0 0;
    background: #fff;
    border: 1px solid #ddd;
    font-size: 12px;
}

.opc .step-title h2 {
    font-weight: normal;
}

.opc .step {
    margin: 10px 0;
    padding: 10px;
}

.opc .section {
    margin: 0 0 15px;
}

    .opc .section > label {
        display: block;
        margin: 0 0 10px;
    }

.opc input[type="text"],
.opc select {
    max-width: 100%;
}

.opc .buttons {
    margin-bottom: 0;
}

.opc .back-link {
    margin: 0 0 10px;
}

    .opc .back-link small {
        display: none;
    }

    .opc .back-link a {
        font-weight: bold;
    }

.opc .please-wait {
    display: block;
    margin: 10px 0 0;
}

.opc .terms-of-service {
    text-align: center;
}

.order-details-page .page-title {
    margin: 0 0 30px;
    overflow: hidden;
}

    .order-details-page .page-title h1 {
        margin: 0 0 20px;
        font-size: 22px;
        color: #000;
    }

.order-details-page .order-overview {
    margin: 0 2% 30px;
    line-height: 24px;
    background: #f6f6f6;
    padding: 10px;
}

    .order-details-page .order-overview strong {
        font-family: 'Roboto Light';
        font-weight: normal;
        color: #000;
    }

.order-details-area,
.shipment-details-area,
.order-review-data {
    margin: 0 0 30px;
    overflow: hidden;
    font-size: 15px;
}

    .order-details-area .repost {
        margin: 10px auto;
    }

    .order-details-area .re-order-button {
        margin: 10px 0;
    }

    .order-details-area > div,
    .shipment-details-area > div {
        float: left;
        width: 100%;
        margin: 0 0 35px;
        vertical-align: top;
    }

    .order-details-area .title,
    .shipment-details-area .title {
        margin: 0 0 10px;
    }

.order-details-page .actions {
    margin: 20px 0 0;
    overflow: hidden;
    text-align: center;
    font-size: 0;
}

    .order-details-page .actions input {
        min-width: 100px;
        margin: 0 5px;
        padding: 5px 10px;
    }

.order-details-page .total-info {
    margin: 0 auto 30px;
    padding: 15px 10px;
    border: 1px solid #ddd;
    background: #f9f9f9;
    width: 300px;
}

.order-details-page .cart-total .cart-total-left strong,
.order-details-page .nobr strong {
    font-weight: normal;
}

.shipment-details-page .shipment-overview > ul {
    text-align: center;
}

    .shipment-details-page .shipment-overview > ul:first-child {
        margin: 0 2% 30px;
        background: #f9f9f9;
        padding: 10px;
    }

.shipment-details-page .section {
    width: 100%;
}

.checkout-data > form {
    margin: 0 0 90px 0;
}

.checkout-page .page-title {
    margin: 0 0 15px;
}

    .checkout-page .page-title h1 {
        font-size: 18px;
    }

.checkout-page .new-billing-address .title,
.checkout-page .order-summary-body .title,
.checkout-page .new-shipping-address .title {
    margin: 40px 0;
}

    .checkout-page .new-billing-address .title strong,
    .checkout-page .order-summary-body .title strong,
    .checkout-page .new-shipping-address .title strong {
        background: url(/Themes/Tiffany/Content/img/title-decoration-small.png) no-repeat scroll center bottom rgba(0, 0, 0, 0);
        font-family: "initial";
        font-weight: normal;
        padding-bottom: 20px;
        text-transform: uppercase;
        font-size: 18px;
        color: #000;
    }

.checkout-page .order-completed {
    font-size: 16px;
    color: #666;
}

.checkout-page .order-completed-continue-button {
    background: #0d1332cf;
    border: medium none;
    color: #ffffff;
    font-family: 'Roboto Light';
    font-size: 16px;
    height: 40px;
    text-transform: uppercase;
    padding: 0 30px;
}

.order-details-page .button-2,
.order-details-page .button-1 {
    background: #a69c97;
    border: none !important;
    color: #ffffff;
    font-family: 'Roboto Light';
    font-size: 16px;
    line-height: 40px;
    text-transform: uppercase;
    padding: 0 10px !important;
}

.order-details-page,
.shipment-details-page {
    font-size: 15px;
    color: #666;
}

    .order-details-page td a {
        font-size: 14px !important;
    }

/*********** 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 select {
        padding: 10px;
    }

    .advanced-search .price-range {
        display: inline-block;
        margin: 0;
    }

        .advanced-search .price-range input {
            width: 80px;
            margin: 3px;
        }

.search-input .button-1 {
    background: #0d1332cf;
    border: none;
    color: #ffffff;
    font-family: 'Roboto Light';
    font-size: 16px;
    height: 40px;
    padding: 0 30px;
    text-transform: uppercase;
}

.search-input .warning,
.search-results .result {
    display: block;
    margin: 10px 0 0;
    font-weight: normal;
    color: #c00;
}

.search-page .product-selectors {
    margin: 50px 0 0;
}

.search-results {
    margin: 20px 0 0;
}

    .search-results .warning {
        font-size: 16px;
        color: #ff5868;
        font-weight: normal;
    }

.sitemap-page .entity {
    margin: 0 0 30px;
}

.sitemap-page .entity-title {
    margin: 0 0 8px;
    background: url(/Themes/Tiffany/Content/img/title-decoration-small.png) no-repeat center bottom;
    padding: 0 0 20px 0;
}

    .sitemap-page .entity-title h2 {
        color: #000000;
        font-family: "initial";
        font-size: 18px;
        font-weight: normal;
        text-transform: uppercase;
    }

.sitemap-page .entity-body {
    line-height: 32px;
}

.sitemap-page li {
    display: inline-block;
    margin: 0 10px;
}

.sitemap-page a {
    display: block;
    font-size: 15px;
}

    .sitemap-page a:empty {
        display: none;
    }

/********** BLOG & NEWS **********/
.blog-page .page-title,
.blogpost-page .page-title,
.news-list-page .page-title,
.news-item-page .page-title {
    margin: 0 0 20px;
}

.year strong {
    cursor: default;
    color: #000 !important;
}

.blog-page .post,
.news-items .news-item {
    margin: 0 0 1px;
    border: 1px solid #ddd;
    background: #f9f9f9;
    overflow: hidden;
}

    .news-items .news-item + .news-item {
        margin-bottom: 0;
    }

.home-page-wrapper .news-items .news-item {
    border: none;
    background: rgba(255, 255, 255, 0.73);
    margin: 0.2% 0 0 0;
}

.news-items .news-body .news-details {
    padding: 25px 15px;
    font-size: 15px;
    line-height: 20px;
    overflow: hidden;
    background: #fff;
    border-bottom: 1px solid #ddd;
}

.news-list-homepage .news-body {
    max-height: 135px;
    background: none;
    padding: 10px;
    border: none;
}

    .news-list-homepage .news-body:after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 15px;
        background: #f9f9f9;
    }

.post-time,
.news-head {
    text-align: left;
    color: #fff;
    position: relative;
    border-bottom: 1px solid #dddddd;
    padding: 10px;
}

.news-list-homepage .news-head {
    border: none;
    padding: 25px 10px 0;
    text-align: center;
}

.post-title,
.news-title {
    display: inline-block;
    margin: 0 0 10px;
    font-size: 20px;
    font-family: 'Roboto Light';
}

.news-title {
    color: #333;
}

.post-title {
    margin: 0;
}

.post-date,
.news-date {
    display: block;
    font-style: italic;
    color: #666;
}

.post-date {
    float: right;
    line-height: 24px;
}

.blog-page .post-head {
    border-bottom: 1px solid #dddddd;
}

.blogpost-page .post-date {
    padding: 10px;
    background: #f9f9f9;
    border: 1px solid #ddd;
    float: none;
}

.post-body,
.news-body {
    margin: 0;
    line-height: 24px;
    color: #444;
    overflow: hidden;
    background: #fff;
}

.post-body {
    padding: 10px 15px;
}

.news-body .buttons {
    overflow: hidden;
    margin: 0;
    background: #f9f9f9;
}

.blogpost-page .post-body {
    border: 1px solid #ddd;
    margin: -1px 0;
}

.post-body p,
.news-body p {
    padding: 0;
}

.blog-page .tags {
    margin: 0;
    overflow: hidden;
    border-top: 1px solid #ddd;
    font-size: 16px;
    padding: 12px 15px;
}

.blogpost-page .tags {
    margin: 0 0 35px;
    padding: 12px 15px;
    background: #f9f9f9;
    border: 1px solid #ddd;
}

.blogpost-page .new-comment {
    clear: both;
}

.blog-page .tags label {
    display: block;
}

.blogpost-page .tags label {
    display: block;
    margin: 0 0 5px;
}

.blog-page .buttons {
    color: #0d1332cf;
    font-size: 16px;
    margin: 5px 0 10px;
}

.blog-page .tags ul,
.blogpost-page .tags ul {
    font-size: 0;
}

.blog-page .tags li,
.blogpost-page .tags li {
    display: inline-block;
    font-size: 12px;
}

    .blog-page .tags li.separator,
    .blogpost-page .tags li.separator {
        margin: 0 5px 0 3px;
    }

.blog-page .tags a,
.blogpost-page .tags a {
    display: inline-block;
    line-height: 24px;
    color: #0d1332cf;
    font-size: 16px;
}

.new-comment {
    margin: 0 0 30px;
}

    .new-comment .title {
        margin: 0 0 10px;
        font-size: 18px;
        font-weight: normal;
        text-transform: uppercase;
        font-family: 'Roboto Light';
    }

    .new-comment .notifications {
        margin: 0 0 10px;
    }

    .new-comment .result {
        color: #690;
    }

    .new-comment .form-fields {
        margin: 0 0 15px;
        border-bottom: none;
    }

    .new-comment .inputs label {
        display: none;
    }

    .new-comment textarea {
        width: 100%;
        max-width: 350px
    }

    .new-comment .button-1 {
        background: none repeat scroll 0 0 #0d1332cf;
        border: medium none;
        color: #ffffff;
        font-family: 'Roboto Light';
        font-size: 16px;
        height: 40px;
        line-height: 40px;
        max-width: none;
        padding: 0 15px;
        text-transform: uppercase;
        width: auto;
    }

.comment-list {
    margin: 0 0 30px 0;
}

    .comment-list .title {
        margin: 0 0 30px 0;
        background: url(/Themes/Tiffany/Content/img/title-decoration.png) no-repeat center bottom;
        color: #000000;
        font-family: "initial";
        font-size: 22px;
        font-weight: normal;
        padding-bottom: 20px;
        text-transform: uppercase;
        height: 50px;
    }

.blog-comment,
.news-comment {
    margin: 0 0 -1px;
    border: 1px solid #ddd;
    background: #f9f9f9;
    padding: 15px 10px;
    font-size: 14px;
    color: #333;
}

    .news-comment .username {
        display: block;
        margin: 0 0 5px 0;
        color: #000;
    }

    .blog-comment:after,
    .news-comment:after {
        content: "";
        display: block;
        clear: both;
    }

.comment-info {
    width: 100px;
    margin: 0 auto 10px;
    color: #333;
}

    .comment-info .username {
        display: block;
        padding: 5px;
        font-weight: bold;
    }

    .comment-info .avatar {
        position: relative;
        width: 100px;
        height: 100px;
        overflow: hidden;
        border: 1px solid #ddd;
        background: #fff;
    }

        .comment-info .avatar img {
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            max-width: 100%;
            max-height: 100%;
            margin: auto;
        }

.comment-content .username {
    display: inline-block;
    margin: 0 0 10px;
    font-size: 18px;
}

.comment-time {
    margin: 0 0 5px;
    color: #666;
    font-size: 13px;
}

.comment-body {
    line-height: 20px;
    color: #666;
}

.comment-content .comment-title {
    text-transform: uppercase;
    font-family: 'Roboto Light';
    font-size: 16px;
    margin: 0 0 10px;
    color: #000;
}

    .comment-content .comment-title strong {
        font-weight: normal;
    }

.news-items .read-more {
    display: inline-block;
    margin: 0 0 20px 0;
    padding: 9px 30px;
    line-height: 24px;
    background: #0d1332cf;
    color: #fff;
    font-size: 16px;
    font-family: 'initial';
    text-transform: uppercase;
}

.news-list-page .news-items .read-more,
.news-list-page .news-items .buttons .read-more {
    margin: 10px 15px;
    background: none;
    padding: 0;
    color: #000;
    text-transform: none;
}

.news-item-page .inputs:first-child label {
    display: block;
}

.news-item-page .news-body {
    margin-bottom: 20px;
    padding: 20px 15px;
}

.news-list-homepage {
    display: none;
    position: relative;
    margin: 130px 0 30px;
    background: url(/Themes/Tiffany/Content/img/background_news.jpg) repeat center top;
    min-height: 650px;
    max-height: 900px;
    padding-bottom: 100px;
    text-align: center;
}

.home-page-wrapper .news-list-homepage {
    display: block;
}

.news-list-homepage .title {
    background: url(/Themes/Tiffany/Content/img/title-decoration.png) no-repeat scroll center bottom rgba(0, 0, 0, 0);
    margin: 0 0 15px;
    padding-bottom: 22px;
    position: absolute;
    top: -70px;
    width: 100%;
}

    .news-list-homepage .title strong {
        font-weight: normal;
        font-size: 20px;
        font-family: "initial";
        text-transform: uppercase;
    }

.news-list-homepage .view-all {
    background: rgba(53,47,45,.8);
}

    .news-list-homepage .view-all a {
        display: inline-block;
        font-size: 16px;
        line-height: 40px;
        color: #ffffff;
        text-transform: uppercase;
    }

.news-item-page .comment-list .title {
    height: 50px;
    margin: 0 0 30px 0;
}

    .news-item-page .comment-list .title strong {
        font-weight: normal;
        padding-bottom: 20px;
    }

.news-item-page .button-1 {
    background: #0d1332cf;
    border: medium none;
    color: #ffffff;
    font-family: 'Roboto Light';
    font-size: 16px;
    height: 40px;
    line-height: 40px;
    max-width: none;
    padding: 0 15px;
    text-transform: uppercase;
    width: auto;
}

/********** FORUM & PROFILE **********/
.forums-main-page p {
    text-align: center;
}

.forums-header:after {
    content: "";
    display: block;
    clear: both;
}

.current-time {
    width: 90%;
    margin: 0 auto 30px;
    background: #a69c97;
    padding: 10px;
    font-size: 14px;
    color: #fff;
}

.forum-search-box {
    margin: 0 0 40px;
    text-align: center;
}

.forum-search-page .search-input .button-1 {
    text-indent: 0;
    float: none;
    width: auto;
}

.forum-search-box form {
    display: inline-block;
}

.forum-search-box .basic {
    overflow: hidden;
    margin: 0 0 10px;
}

.forum-search-box-text,
.forum-search-text {
    float: left;
    width: 260px !important;
    border: none !important;
    color: #666;
}

.forum-search-box-button,
.forum-search-button {
    float: left;
    width: 40px;
    height: 40px;
    border: none;
    overflow: hidden;
    background: #fff url(/Themes/Tiffany/Content/img/search-button.png) center no-repeat;
    text-indent: 999px;
}

.forum-search-box .forum-search-box-text,
.forum-search-page .forum-search-text {
    height: 40px;
}

.forum-search-box .advanced a {
    display: inline-block;
    border: none;
    color: #ffffff;
    font-family: 'Roboto Light';
    font-size: 14px;
    padding: 8px 12px;
    background: #0d1332cf;
}

.forums-table-section {
    margin: 0 0 30px;
}

    .forums-table-section a {
        vertical-align: middle;
    }

.forums-table-section-title {
    margin: 0 0 10px;
    overflow: hidden;
    background: url(/Themes/Tiffany/Content/img/title-decoration-small.png) center bottom no-repeat;
    padding-bottom: 18px;
}

    .forums-table-section-title > a,
    .forums-table-section-title strong {
        font-family: 'Roboto Light';
        font-size: 18px !important;
        font-weight: normal;
        color: #000;
        text-transform: uppercase;
    }

    .forums-table-section-title span {
        display: none;
    }

    .forums-table-section-title .view-all {
        line-height: 24px;
    }

    .forums-table-section-title .link-rss {
        margin: 0 0 0 10px;
    }

.forums-table-section .image div {
    width: 24px;
    height: 24px;
    margin: auto;
    background: url(/Themes/Tiffany/Content/img/folder1.png) center no-repeat;
}

    .forums-table-section .image div.post-annoucement {
        background: url(/Themes/Tiffany/Content/img/folder2.png) center no-repeat;
    }

    .forums-table-section .image div.sticky {
        background: url(/Themes/Tiffany/Content/img/folder3.png) center no-repeat;
    }

.forums-table-section .forum-description {
    margin: 5px 0 0;
    font-style: italic;
}

.forums-table-section-body {
    margin: 0 0 20px;
}

/* breadcrumb, pagers, search, forum-page */
.pager.upper {
    display: none;
}

.forum-search-page .basic-search {
    text-align: center;
}

    .forum-search-page .basic-search div:first-child {
        display: inline-block;
        margin: 0 0 10px;
        overflow: hidden;
        border: 1px solid #ddd;
    }

    .forum-search-page .basic-search label {
        display: none;
    }

    .forum-search-page .basic-search .inputs.reversed > label {
        display: inline-block;
        margin: 0 0 0 6px;
        width: auto;
    }

    .forum-search-page .basic-search .forum-search-text {
        background: #fff;
    }

    .forum-search-page .basic-search .forum-search-button {
        background: #ffffff url(/Themes/Tiffany/Content/img/search-button.png) no-repeat scroll center center;
    }

.forum-search-page .advanced-search {
    margin: 15px 0 0;
}

.forum-search-page .search-error {
    padding: 15px;
    text-align: center;
    color: #c00;
}

.forum-search-page .search-results {
    margin: 0 0 15px;
}

.forum-page .forums-header .current-time,
.forum-topic-page .forums-header .current-time {
    display: none;
}

.forum-page .forum-top {
    margin: 0 0 20px;
}

.forum-page .forum-info {
    position: relative;
    margin: 0 0 20px;
}

.forum-page .forum-name h1 {
    font-family: 'Roboto Light';
    font-size: 22px;
    font-weight: normal;
    margin: 0 0 10px;
    text-transform: uppercase;
    background: url(/Themes/Tiffany/Content/img/title-decoration.png) center bottom no-repeat;
    padding-bottom: 22px;
}

.forum-page .forum-info .forum-description {
    font-size: 16px;
}

.forum-page .link-rss {
    position: absolute;
    top: 0;
    right: 0;
}

.forum-page .actions {
}

    .forum-page .actions a {
        display: inline-block;
        margin: 0;
        padding: 10px 15px 10px 35px;
        color: #666;
        font-size: 14px;
        text-transform: uppercase;
        font-family: 'Roboto Light';
    }

.forum-page .new-topic {
    background: url(/Themes/Tiffany/Content/img/icon-new_topic.png) 8px center no-repeat /*#0d1332cf*/;
}

.forum-page .watch-forum {
    background: url(/Themes/Tiffany/Content/img/icon-watch_forum.png) 5px center no-repeat /*#0d1332cf*/;
}

.forum-search-box.search-box .search-box-text {
    height: 40px;
    width: 300px;
}

.forum-search-box.search-box .search-box-button {
    width: 40px;
    height: 40px;
}
/* topic page & profile page */
.forum-topic-page .topic-name h1 {
    margin: 0 0 20px;
    font-size: 22px;
    font-weight: normal;
    text-transform: uppercase;
    font-family: 'Roboto Light';
    background: url(/Themes/Tiffany/Content/img/title-decoration.png) center bottom no-repeat;
    padding-bottom: 22px;
}

.forum-topic-page .topic-actions.upper {
    overflow: hidden;
    margin: 0 0 15px;
    text-align: center;
}

.topic-actions.upper {
    overflow: hidden;
}

.forum-topic-page .actions a,
.topic-footer .actions a {
    display: inline-block;
    color: #666;
    font-family: 'Roboto Light';
    font-size: 14px;
    margin: 0;
    padding: 10px 15px 10px 25px;
    text-transform: uppercase;
    background-size: 15px !important;
    background-position: 0 center;
}

.forum-topic-page .reply-topic-button,
.topic-actions.lower .reply-topic-button {
    background: url(/Themes/Tiffany/Content/img/icon-new_topic.png) 8px center no-repeat /*#0d1332cf*/;
}

.forum-topic-page .watch-topic-button,
.topic-actions.lower .watch-topic-button {
    background: url(/Themes/Tiffany/Content/img/icon-watch_forum.png) 5px center no-repeat /*#0d1332cf*/;
}

.forum-topic-page .manage {
    float: right;
}

.post-info .manage-post a {
    margin: 0 0 0 10px;
    padding: 0 0 0 20px;
}

.forum-topic-page .edit-topic-button,
.forum-topic-page .edit-post-button {
    background: url(/Themes/Tiffany/Content/img/icon-edit.png) 0 center no-repeat /*#0d1332cf*/;
}

.forum-topic-page .delete-topic-button,
.forum-topic-page .delete-post-button {
    background: url(/Themes/Tiffany/Content/img/icon-remove.png) 0 center no-repeat /*#0d1332cf*/;
}

.forum-topic-page .move-topic-button {
    background: url(/Themes/Tiffany/Content/img/icon-move.png) 0 center no-repeat /*#0d1332cf*/;
}

.topic-posts .topic-post {
    margin: 0 0 20px;
    overflow: hidden;
    padding: 0 0 15px;
}

.post-info .manage-post {
    float: none;
    margin: 0 0 10px;
    overflow: hidden;
}

    .post-info .manage-post a {
        float: left;
        background-color: #0d1332cf !important;
        padding: 11px 8px 11px 25px;
        margin: 0;
        color: #fff;
        font-size: 13px;
        white-space: nowrap;
    }

        .post-info .manage-post a + a {
            margin: 0 0 0 5px;
        }

.topic-post .manage a + a {
    margin-left: 5px;
    background: url(/Themes/Tiffany/Content/img/icon-remove.png) 5px center no-repeat /*#0d1332cf*/;
}

.topic-post .manage a:hover {
    text-decoration: none;
}

.topic-post .edit-post-link-button,
.topic-post .delete-post-link-button {
    background-position: 5px center;
}

.topic-post .user-info {
    padding-right: 10px; /*align control*/
    font-size: 16px;
    color: #666;
}

.topic-post .username {
    display: inline-block;
    margin: 0 0 5px;
    font-family: 'Roboto Light';
}

.topic-post .avatar,
.profile-info-box .avatar {
    position: relative;
    height: 150px; /*adjust as you like*/
    margin: 0 auto 10px;
    overflow: hidden;
    width: 190px;
}

    .topic-post .avatar img,
    .profile-info-box .avatar img {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        max-width: 100%;
        max-height: 100%;
        margin: auto;
    }

.topic-post .user-stats {
    margin: 0 0 10px;
    font-size: 11px;
    color: #666;
}

    .topic-post .user-stats span,
    .profile-info-box .profile-stats span {
        margin: 0 0 0 3px;
        font-weight: bold;
    }

.topic-post .pm-button,
.profile-info-box .send-pm {
    display: inline-block;
    width: 190px;
    margin: 0 auto 10px;
    clear: both;
}

    .profile-info-box .send-pm a {
        display: inline-block;
        border: 1px solid #ccc;
        padding: 5px 10px;
        text-align: center;
    }

.topic-post .post-content,
.profile-info-box .profile-stats {
    clear: both;
}

.post-content .post-actions .quote-post {
    position: absolute;
    top: 10px;
    right: 10px;
    max-width: 100px;
    text-decoration: underline;
    color: #fff;
}

    .post-content .post-actions .quote-post a {
        margin: 0 0 0 5px;
    }

.post-content .post-head {
    position: relative;
    margin: 0 0 10px;
}

    .post-content .post-head .manage-post a {
        display: inline-block;
        margin: 5px;
        padding-left: 18px;
    }

.post-content .signature {
    color: #666;
}

.topic-post .posttime {
    margin: 0 0 10px;
    background: #0d1332cf;
    padding: 10px;
    color: #fff;
}

.topic-post .post-body {
    text-align: left;
    font-size: 16px;
    color: #666;
    margin: 0 0 20px;
}

.topic-footer {
    overflow: hidden;
    text-align: center;
}

.topic-actions.lower {
    margin: 0 0 25px;
    background: #f9f9f9;
    padding: 10px;
    overflow: hidden;
}

    .topic-actions.lower .actions {
        float: none;
    }

.profile-info-box {
    overflow: hidden;
}

    .profile-info-box .title {
        margin: 0 0 10px;
        font-size: 16px;
        text-transform: uppercase;
        font-family: 'Roboto Light';
        background: #f9f9f9;
        padding: 12px 10px 10px;
        color: #666;
    }

    .profile-info-box ul {
        padding: 10px;
    }

.profile-page .topic {
    margin: 0 0 30px;
    border-bottom: 1px dotted #ccc;
    padding: 0 0 15px;
}

.profile-page .topic-title {
    background: #f6f6f6;
    padding: 10px;
    font-size: 16px;
    font-family: 'Roboto Light';
}

    .profile-page .topic-title label {
        display: none;
    }

    .profile-page .topic-title a {
        display: block;
        vertical-align: middle;
        text-transform: uppercase;
    }

.profile-page .topic-body {
    font-size: 15px;
    line-height: 20px;
    padding: 10px;
}

.profile-page .topic-data {
    color: #999;
}

    .profile-page .topic-data span {
        vertical-align: middle;
    }

/*** forum post vote ***/

.topic-post .post-vote:before {
    /*content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: -10px;
    width: 1px;
    background-color: #c3b9b1;*/
}

.topic-post .post-vote {
    display: inline-block;
    margin-top: 10px;
    text-align: center;
    line-height: 0;
}

.topic-post .vote.up::before {
    border-color: transparent transparent #c3b9b1;
    border-style: solid;
    border-width: 0 15px 20px;
    bottom: 0;
    content: "";
    height: 0;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 0;
}

.topic-post .vote {
    cursor: pointer;
    display: inline-block;
    height: 40px;
    position: relative;
    width: 40px;
}

.vote-count-post {
    border: 1px solid #e1e1e1;
    color: #888;
    font-size: 15px;
    line-height: 27px;
    font-family: 'Roboto Light' !important;
    padding: 5px;
    width: 40px;
    height: 40px;
    background-color: #fff;
}

.topic-post .vote.down::before {
    border-color: #c3b9b1 transparent transparent;
    border-style: solid;
    border-width: 20px 15px 0;
    bottom: 0;
    content: "";
    height: 0;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 0;
}


/* forum edit & send message */
.forum-edit-page .buttons .button-2,
.forum-edit-page .buttons .button-1 {
    float: left;
    border: medium none;
    color: #ffffff;
    font-family: 'Roboto Light';
    font-size: 16px;
    margin: 0;
    padding: 10px 15px !important;
    text-transform: uppercase;
    background: #0d1332cf;
}

    .forum-edit-page .buttons .button-2.cancel-topic-button,
    .forum-edit-page .buttons .button-2.cancel-post-button {
        background: #0d1332cf;
    }

.forum-edit-page .form-fields {
    border: none;
}

.forum-edit-page .page-body,
.private-message-send-page .page-body {
}

.forum-edit-page strong,
.private-message-send-page a {
    font-size: 18px;
    font-family: 'Roboto Light';
    font-weight: normal;
    vertical-align: middle;
}

.forum-edit-page select,
.move-topic-page select {
    padding: 10px;
}

.forum-edit-page .fieldset {
    margin: 0;
}

.forum-edit-page .buttons,
.private-message-send-page .options,
.private-messages-page .buttons {
    margin: 15px 0 0;
    text-align: center;
}

.forum-edit-page .buttons {
    display: inline-block;
}

    .forum-edit-page .buttons input,
    .move-topic-page .buttons input,
    .private-message-send-page .options input,
    .private-messages-page .buttons input,
    .private-message-view-page .options input {
        min-width: 115px;
        border: 1px solid #ccc;
        padding: 6px 24px !important;
        font-size: 16px;
        text-transform: uppercase;
    }

        .forum-edit-page .buttons input[type="submit"],
        .move-topic-page .buttons input[type="submit"],
        .private-messages-page .buttons input[type="submit"],
        .private-message-send-page .options input[type="submit"],
        .private-message-view-page .options input.button-1 {
        }

.forum-edit-page .inputs span {
    vertical-align: middle;
    margin-left: 5px;
    font-size: 13px;
    white-space: normal;
}

.move-topic-page .buttons {
    display: inline-block;
}

    .move-topic-page .buttons input {
        float: left;
        margin: 0;
        height: 40px;
        color: #ffffff;
        float: left;
        font-family: 'Roboto Light';
        font-size: 16px;
        text-transform: uppercase;
        background: #0d1332cf;
        border: none;
    }

        .move-topic-page .buttons input + input {
            background: #0d1332cf;
        }

/* send message, inbox, view message */
.private-message-send-page .message label {
    display: none;
}

.private-message-send-page .options {
    font-size: 0;
}

    .private-message-send-page .options input {
        border: none;
        font-family: 'Roboto Light' !important;
        font-size: 16px;
        color: #fff;
    }

.private-message-send-page .buttons .send-pm-button,
.private-message-send-page .buttons .cancel-pm-button {
    background: #0d1332cf;
    border: medium none;
    color: #ffffff;
    font-family: 'Roboto Light' !important;
    font-size: 16px;
    min-width: 115px;
    padding: 8px 24px;
    margin: 0 -2px;
}

.private-message-send-page .buttons .cancel-pm-button {
    background: #0d1332cf;
}

.private-message-send-page .fieldset {
    margin: 0;
}

.private-messages-page td.date {
    width: 15%;
    white-space: nowrap;
}

.private-messages-page .buttons {
    font-size: 0;
}

    .private-messages-page .buttons input {
        border: none;
        font-family: 'Roboto Light';
        font-size: 16px;
        color: #fff;
    }

.private-messages-page .mark-unread-pm-button {
    background: #0d1332cf;
}

.private-messages-page .delete-selected-pm-button {
    background: #0d1332cf;
}

.private-message-view-page .view-message div {
    display: inline-block;
    font-size: 15px;
}

.private-message-view-page label {
    font-weight: bold;
}

.private-message-view-page span {
    margin: 0 10px 0 0;
    vertical-align: middle;
}

    .private-message-view-page span:after {
        content: "|";
        margin: 0 0 0 10px;
    }

.private-message-view-page li:last-child > span::after {
    content: none;
}

.private-message-view-page .message {
    display: block !important;
    margin: 15px 0;
    padding: 15px;
    line-height: 20px;
}

    .private-message-view-page .message span:after {
        display: none;
    }

.private-message-view-page .options {
    display: block !important;
    overflow: hidden;
    font-size: 0 !important;
}

    .private-message-view-page .options input {
        border: none;
        font-family: 'Roboto Light';
        font-size: 16px;
        color: #fff;
    }

.view-message li {
    display: inline-block;
    margin: 0 0 20px;
}

.view-message .message-body {
    margin: 0 0 20px;
}

.private-message-view-page .reply-pm-button,
.private-message-view-page .delete-pm-button,
.private-message-view-page .back-pm-button {
    color: #ffffff;
    border: none;
    display: inline-block;
    font-size: 16px;
    padding: 8px 24px;
    text-transform: uppercase;
}

.private-message-view-page .reply-pm-button {
    background: #0d1332cf;
}

.private-message-view-page .delete-pm-button {
    background: #0d1332cf;
}

.private-message-view-page .back-pm-button {
    background: #0d1332cf;
}

/* BB codes */

pre {
    white-space: pre-wrap;
    white-space: normal;
    word-wrap: break-word;
}

.csharpcode {
    margin: 10px 0;
    border: 1px dashed #ccc;
    background-color: #fff;
    padding: 10px;
    font-family: 'Roboto Light';
    color: #000;
}

    .csharpcode .rem {
        color: green;
    }

    .csharpcode .kwrd {
        color: #00f;
    }

    .csharpcode .str {
        color: #006080;
    }

    .csharpcode .op {
        color: #00c;
    }

    .csharpcode .preproc {
        color: #c63;
    }

    .csharpcode .asp {
        background-color: #ff0;
    }

    .csharpcode .html {
        color: maroon;
    }

    .csharpcode .attr {
        color: red;
    }

    .csharpcode .alt {
        width: 100%;
        margin: 0;
        background-color: #f6f6f6;
    }

    .csharpcode .lnum {
        color: #666;
    }



/********** RE-CAPTCHA **********/
.recaptchatable #recaptcha_response_field {
    height: auto !important;
}

@media (max-width: 444px) {
    .recaptchatable #recaptcha_image {
        margin: 0 !important;
        width: 200px !important;
        float: left !important;
    }

        .recaptchatable #recaptcha_image img {
            max-width: 100%;
        }

    .recaptchatable .recaptcha_r1_c1, .recaptchatable .recaptcha_r3_c1, .recaptchatable .recaptcha_r3_c2, .recaptchatable .recaptcha_r7_c1, .recaptchatable .recaptcha_r8_c1, .recaptchatable .recaptcha_r3_c3, .recaptchatable .recaptcha_r2_c1, .recaptchatable .recaptcha_r4_c1, .recaptchatable .recaptcha_r4_c2, .recaptchatable .recaptcha_r4_c4, .recaptchatable .recaptcha_image_cell, .recaptchatable .recaptcha_r2_c2 {
        background: none !important;
    }
}

.not-found-page {
    font-size: 16px;
    color: #666;
}
/*WEBKIT-FIXES*/
@media screen and (-webkit-min-device-pixel-ratio:0) {
    .shopping-cart-page .common-buttons input[type="submit"],
    .cart-collaterals .coupon-code input[type="submit"],
    .shipping-options .inputs input[type="submit"],
    .registration-page input[type="submit"],
    .check-username-availability-button {
        border-radius: 0;
        -webkit-border-radius: 0;
        -webkit-appearance: none;
    }

    .add-info .compare-products {
        vertical-align: top;
    }
}

@media all and (max-width: 480px) {
    .home-page-category-grid.categories-2 .item-box .picture,
    .sub-category-grid.categories-2 .item-box .picture {
        z-index: 1;
        overflow: hidden;
        background: #fff;
    }

        .home-page-category-grid.categories-2 .item-box .picture img,
        .sub-category-grid.categories-2 .item-box .picture img {
            max-width: 100%;
            width: 100%;
        }
}

/* NEW CATEGORIES STYLING */

.home-page-category-grid.categories-2 .item-box {
    margin: auto;
}

.categories-2 .sub-category-item,
.categories-2 .category-item {
    font-size: 0;
    height: 127px;
    text-align: center;
}

    .categories-2 .sub-category-item:before,
    .categories-2 .category-item:before {
        content: "";
        display: inline-block;
        height: 100%;
        vertical-align: middle;
        width: 1px;
    }

    .categories-2 .sub-category-item .title,
    .categories-2 .category-item .title {
        display: inline-block;
        max-width: calc(100% - 1px);
        position: relative;
        vertical-align: middle;
        width: auto;
        height: auto;
        margin: 0;
        z-index: 2;
    }

        .categories-2 .sub-category-item .title a,
        .categories-2 .category-item .title a {
            display: block;
            min-width: 200px;
            margin: 5px;
        }

    .categories-2 .sub-category-item .picture,
    .categories-2 .category-item .picture {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        margin: auto;
    }

.home-page-category-grid .title {
    font-size: 0px !important;
    padding-bottom: 0px !important;
 
}

.home-page-category-grid .item-box .title a, .sub-category-grid .item-box .title a, .manufacturer-grid .item-box .title a, .vendor-grid .item-box .title a {
    font-family: 'Roboto Light' !important;
}

.product-grid .title strong, .home-page-category-grid .title strong {
    font-family: 'Roboto Light';
}

.home-page-category-grid .item-box .title a {
    font-size: 17px !important;
}

.footer-middle .title {
    font-family: 'Roboto Light';
}

.header-menu > ul > li > a, .header-menu > ul > li > span {
    font-family: 'Roboto Light' !important;
}

.mega-menu .dropdown.categories.fullWidth .title {
    font-family: 'Roboto Light' !important;
}

.filter-block a.toggleControl, .block .title strong, .breadcrumb li > span, .breadcrumb li > strong, .breadcrumb li > a {
    font-family: 'Roboto Light' !important;
}

#ph-topic ol li {
    text-align: left;
}

/*GLOBAL TABLES*/

.cart, .data-table,
.compare-products-table,
.forums-table-section table {
	margin: 0;
}
.cart th, .data-table th,
.forums-table-section th {
    padding: 10px;
    white-space: nowrap;
    font-size:16px;
    font-weight:normal;
}
.cart td, .data-table td,
.compare-products-table td,
.forums-table-section td {
	min-width: 50px;
    border: 1px solid #ddd;
	background: #f9f9f9;
    padding: 10px;
    font-size:16px;
}
.shopping-cart-page .cart th,
.order-summary-content .cart th,
.order-details-page .data-table th,
.shipment-details-page .data-table th,
.forums-table-section th {
	background: #f9f9f9;
	border: 1px solid #ddd;
}
.shopping-cart-page .cart td ,
.order-summary-content .cart td {
	background: #fff;
}
.order-details-page .data-table td,
.shipment-details-page .data-table td {
	background: #fff;
	padding: 20px 10px;
}
.forums-table-section td {
	background: #fff;
	padding: 20px;
	font-size: 14px;
	color: #666;
    text-align:left;
}
.forums-table-section td.topic-details{
    width:45%;
}
.cart a, .data-table a,
.compare-products-table a,
.forums-table-section a {
    font-size:16px;
    text-transform:uppercase;
    font-family:Arvo;
	color: #000;
}
.forums-table-section .latest-post{
    min-width:180px;
}
.forums-table-section .forum-details,
.forums-table-section .topic-details{
    min-width:300px;
}
.forums-table-section .table-wrapper{
    overflow-x:auto;
}

.cart .remove-from-cart,
.cart .add-to-cart,
.data-table .select-boxes {
    text-align: center;
}
.cart .qty.nobr .qty-input{
    width:44px;
}
.cart .unit-price {
    white-space: nowrap;
}
.cart .qty-input {
    width: 50px;
    text-align: center;
}
.cart .subtotal {
    white-space: nowrap;
}

.product-specs-box .data-table td {
    padding: 5px;
}
.product-specs-box .data-table .odd td {
}
.product-specs-box .data-table .even td {
}

.compare-products-table .overview p:first-child {
    margin: 0;
}
.compare-products-table .overview td{
    /*position:relative;*/
}
.compare-products-table .overview p:first-child{
    position:absolute;
    top:0;
    right:0;
    z-index:1;
}
.compare-products-table .overview p:last-child {
    position: relative;
    height: 400px;
    overflow: hidden;
}
.compare-products-table .overview img {
    position: absolute;
    top: 0;
    right: 0;
    /*bottom: 0;*/
    left: 0;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
}
.compare-products-table .product-name td {
    background: #f6f6f6;
    text-align:left;
}
.compare-products-table .product-price td.a-center {
    color:#000;
}

.compare-products-table .product-price td:first-child {
    color: #666;
}

.compare-products-table-mobile img {
    max-width: 150px;
}

td .go-to-page,
.shipments .data-table td a {
	white-space: nowrap;
	text-transform: none;
}



/* TIER PRICE TABLES */

.tier-prices {
	margin: 0 0 20px;
}
.tier-prices .prices-header {
	margin: 0 0 10px;
    font-size: 18px;
}
.tier-prices .prices-header strong { 
    font-weight: 400;
}
.prices-table {
    width: 100%;
    overflow: hidden;
	border: 1px solid #ddd;
}
.prices-row {
    float: left;
    width: 50%;
}
.prices-row > div {
    padding: 10px;
    border-left: 1px solid #ddd;
    border-top: 1px solid #ddd;
}
.prices-row > div:first-child {
	border-top: 0;
}
.prices-row:first-child > div {
	border-left: 0;
}
.prices-table .field-header {
    font-weight: 700;
}
.tier-prices .item-price {
	color: #c00;
}

@media all and (min-width: 769px) {

.product-details-page .prices-table {
	display: table;
	background: #fff;
}
.product-details-page .prices-row {
	display: table-row;
	float: none;
	width: auto;
}
.product-details-page .prices-row > div {
	display: table-cell;
	background: #f9f9f9;
}
.product-details-page .prices-row:first-child > div {
	border-left: 1px solid #ddd;
	border-top: 0 !important;
}
.product-details-page .prices-row > div:first-child {
	border-top: 1px solid #ddd;
	border-left: 0;
}
.cart td.product{
	text-align:left;
}

}


@media all and (min-width: 1001px) {

.cart tr > *:first-child,
.data-table tr > *:first-child,
.compare-products-table tr > *:first-child,
.forums-table-section tr > *:first-child {
	border-left: none;
}
.cart tr > *:last-child,
.data-table tr > *:last-child,
.compare-products-table tr > *:last-child,
.forums-table-section tr > *:last-child {
	border-right: none;
}
.compare-products-table tr > td:first-child,
.downloadable-products-page td:first-child,
.subscription-list td:first-child,
.reward-points-page tr > td:first-child{
	border-left: 1px solid #ddd;
}
.prices-table {
	border-right: none;
	border-left: none;
}

}

/* footable custom css */

.footable td label{
    display:none;
}
.footable-first-column {
	text-align: center;
}
.footable-first-column>span{
    cursor:pointer;
}
.footable-first-column .item-count {
	font-size: 13px !important;
}
.footable.breakpoint > tbody > tr > td > span.footable-toggle {
	display: block;
    min-width: 16px;
	height: 16px;
	overflow: hidden;
}
.footable-row-detail {
	text-align: left;
}
.footable-row-detail-cell {
	text-align: left !important;
}
.footable-row-detail-row {
	margin: 0 0 10px;
    display: table-row;
}
.footable-row-detail-name {
	margin: 0 0 5px;
	/*font-style: italic;*/
    display: table-cell;
    padding: 7px 10px;
}
.footable-row-detail-value {
    display: table-cell;
}

.footable-toggle {
	background: url(/Themes/Tiffany/Content/img/table-plus.png) no-repeat center;
}
.footable-detail-show .footable-toggle {
	background: url(/Themes/Tiffany/Content/img/table-minus.png) no-repeat center;
}
.footable-toggle:before {
	display: none !important;
}

/* hidding item counter in different tables */

@media all and (max-width: 809px) {
.order-summary-content .cart .item-count,
.wishlist-page .cart .item-count,
.section.products .data-table .item-count,
.section.shipments .data-table .item-count {
	display: none;
}
}

@media all and (max-width: 611px) {
.return-request-page .data-table .item-count,
.downloadable-products-page .data-table .item-count {
	display: none;
}
}

@media all and (max-width: 505px) {
.reward-points-history .data-table .item-count {
	display: none;
}
}

.compare-products-table-mobile .item-count {
	display: none;
}
@media all and (max-width: 1000px) {

.admin-header-links {
	/*position: fixed;
	top: 0;*/
	z-index: 10001;
	width: 100%;
}
.responsive-nav-wrapper-parent {
    position: relative;
	padding: 0 0 30px;
	z-index: 10000;
}
.header {
	margin-top: 30px;
}
.admin-header-links ~ .header {
	margin-top: 50px;
    z-index:2;
}
.wishlist-shoping {
	display: none;
}
.header-selectors-wrapper > div {
    height: 32px;
    line-height: 30px;
    margin: 0 5px;
    padding:0;
    color:#666;
    background:url(/Themes/Tiffany/Content/img/arrow-down.png) no-repeat scroll 92% center #ffffff;
    text-align:left;
    white-space: nowrap;
}
.styleSelect_item{
    width:80px;
    background:#fff;
}
.jspPane li {
    padding: 0 0 0 5px;
}
.header-selectors-wrapper .activeSelect {
    display: inline-block;
    max-width: 100px;
    margin-right: 24px;
    overflow: hidden;
}
.header-selectors-wrapper .new_select {
    width: auto !important;
    min-width: 0 !important; 
}

/* RESPONSIVE NAV WRAPPER */

	.responsive-nav-wrapper {
		position: relative;
		background: #000c !important;
		text-align: center;
		font-size: 0;
	}
.responsive-nav-wrapper:after {
	content: "";
	display: block;
	clear: both;          
}
	.responsive-nav-wrapper.stick {
		position: fixed;
		top: 0; /*top offset when NOT logged in*/
		width: 100%;
		background: #0d1332b0;
		z-index: 10000;
	}
.responsive-nav-wrapper.nav-down {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.responsive-nav-wrapper.nav-up {
    -webkit-transform: translateY(-52px);
    transform: translateY(-52px);
}
.admin-header-links ~ .responsive-nav-wrapper-parent .responsive-nav-wrapper.stick {
	/*top: 35px;*/ /*top offset when logged in*/
}
.responsive-nav-wrapper > div > span,
.responsive-nav-wrapper > div > a {
	display: block;
	color: #fff;
	font-size: 20px;
	text-transform: uppercase;
	height: 50px;
	width: 50px;
	overflow: hidden;
	text-indent: -9999px;
	cursor: pointer;
}
.responsive-nav-wrapper > div {
	margin-right:1px;
}
		
.responsive-nav-wrapper .menu-title {
	display: inline-block;
	background: url(/Themes/Tiffany/Content/img/menu.png) no-repeat center rgba(57,50,48,.3);
}
.responsive-nav-wrapper .search-wrap {
	display: inline-block;
	background: url(/Themes/Tiffany/Content/img/search.png) no-repeat center rgba(57,50,48,.3);
}
.responsive-nav-wrapper .shopping-cart-link {
	display: inline-block;
	background: url(/Themes/Tiffany/Content/img/shopping-cart.png) no-repeat center rgba(57,50,48,.3);
}
.responsive-nav-wrapper .filters-button {
    display: none;
	background: url(/Themes/Tiffany/Content/img/filters.png) no-repeat center rgba(57,50,48,.3);
}
.responsive-nav-wrapper .personal-button {
	display: inline-block;
	background: url(/Themes/Tiffany/Content/img/personal.png) no-repeat center rgba(57,50,48,.3);
}
.responsive-nav-wrapper .wishlist-button {
	display: inline-block;
	background: url(/Themes/Tiffany/Content/img/wishlist-copy.png) no-repeat center rgba(57, 50, 48, 0.3);
}


/* RESPONSIVE MENU */

.ps-container > .ps-scrollbar-y-rail {
    visibility: hidden !important;
}
.scrollYRemove {
    overflow: hidden !important;
    -ms-touch-action: none !important;
    -webkit-overflow-scrolling: touch !important;
}
.overlayOffCanvas {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0);
    z-index: 1000;
    -webkit-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}
    .overlayOffCanvas.show {
        background: rgba(0,0,0,0.4);
    }

.justAFixingDivBefore,
.header-menu {
	position: fixed;
	top: 0;
	left: 0;
	width: 320px;
    height: 100%;
    text-align: left;
    background: #333 !important;
    overflow: hidden;
    z-index: 2147483647;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.notAndroid23 .justAFixingDivBefore,
.notAndroid23 .header-menu {
	-webkit-transform: translate(-320px);
	-ms-transform: translate(-320px);
	transform: translate(-320px);
}
.android23 .justAFixingDivBefore,
.android23 .header-menu {
	left: -320px;
}        
.header-menu.open {
	box-shadow: 1px 0 5px rgba(0,0,0,.5);
}
.notAndroid23 .header-menu.open {
	-webkit-transform: translate(0);
	-ms-transform: translate(0);
	transform: translate(0);
}
.android23 .header-menu.open {
	left: 0;
}

.header-menu .close-menu {
	background: url(/Themes/Tiffany/Content/img/arrow-left.png) no-repeat 6% center #282322;
	cursor: pointer;
}
.close-menu span {
	display:block;
	padding: 15px 20px;
	font-size: 20px;
	color: transparent;
	text-transform: uppercase;
	line-height: 15px;
	text-align: right;
	background:url(/Themes/Tiffany/Content/img/close-menu.png) no-repeat 94% center;

}
.header-menu > ul li {
	background: #393230;
}
.header-menu > ul li:after {
	content: "";
	display: block;
	clear: both;
}
.header-menu > ul li > a,
.header-menu > ul li > span {
	display: block;
	padding: 16px 20px !important;
	line-height: 17px;
	color: #ddd;
	font-size: 16px;
	text-transform: uppercase;
	position: relative;
	z-index: 1;
	border-bottom: 1px solid #282322;
}
.header-menu > ul li:last-child > a,
.header-menu > ul li:last-child > span {
	/*border-bottom: 0;*/
} 
.header-menu > ul li > .with-subcategories {
	/*width: 270px;*/
    width:84%;
	float: left;   
}
.plus-button {
	position:relative;
	/*float: right;*/
    float:left;
	/*width: 50px;*/
    width:15.5%;
	height: 50px;
	z-index: 2;
	cursor: pointer;
	border-bottom: 1px solid #282322;
	background:url(/Themes/Tiffany/Content/img/arrow-right.png)no-repeat center;
}

.header-menu .sublist-wrap {
    position: fixed;
    top: 0;
    left: 0;
    width: 320px;
    height: 100%;
    background: #333 !important;
    box-shadow: 1px 0 5px rgba(0,0,0,0.5);
    z-index: 3;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    overflow: hidden;
}
.notAndroid23 .header-menu .sublist-wrap {
    -webkit-transform: translate(-320px);
    -ms-transform: translate(-320px);
    transform: translate(-320px);
}
.android23 .header-menu .sublist-wrap {
    left: -320px;
}
.notAndroid23 .header-menu .sublist-wrap.active {
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
}
.android23 .header-menu .sublist-wrap.active {
    left: 0;
}

.header-menu ul li.back-button {
	background: #282322;
}
.header-menu .back-button span {
	text-transform: none;
	color: #7e7d7d;
	text-align: right;
	padding: 14px 18px !important; 
	text-transform:uppercase;
	cursor: pointer;
}

/* header menu functionality classes */

.admin-header-links,
.header,
.responsive-nav-wrapper,
.slider-wrapper,
.master-wrapper-content,
.footer {
	-webkit-transition: -webkit-transform .3s ease-in-out;
	transition: transform .3s ease-in-out;        
}
.notAndroid23 .move-right {
	-webkit-transform: translate(320px);
	-ms-transform: translate(320px);
	transform: translate(320px);        
}



/* SEARCH BOX */

.search-box {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	padding: 15px 10px 10px;
	width: 100%;
	background: #fff;
	box-shadow: -1px 2px 1px rgba(0,0,0,0.3);
	z-index: 99999;
	text-align: center;
}
.search-box.open {
	display: block;
}
.admin-header-links ~ .search-box {
	top: 35px; /*top offset when logged in*/
}
.search-box .search-box-button {
	margin-right: -30px;
}

/* HEADER LINKS */

.header-links-wrapper {
	display: none;
	background: #fff;
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
	position: fixed;
	top: 0; /*top offset when NOT logged in*/
	left: 0;
	right: 0;
	z-index: 99999;
	text-align: center;
	-webkit-transition: all .1s ease-in-out;
	-moz-transition: all .1s ease-in-out;
	transition: all .1s ease-in-out;
}
.admin-header-links ~ .header-links-wrapper {
	top: 35px; /*top offset when logged in*/
}
.header-links-wrapper.open {
	display: block;
	margin:0;	
}
.header-links-wrapper.open .header-links {
	z-index: 100010;
}

}
/*=====================================================
    
    TABLETS PORTRAIT & SMARTPHONES LANDSCAPE

=====================================================*/

@media all and (min-width: 481px) {
	
/* GLOBAL STYLES */
/* HEADER */

.search-box input.search-box-text {
	width: 300px;
}
.ui-autocomplete.ui-menu.ui-widget.ui-widget-content {
	width: 300px !important; /*txtfield + button*/
}
.eu-cookie-bar-notification {
    width: 80%;
    max-width: 95%;
   
}

    .gallery .thumb-item {
        float: none;
    }

/* FOOTER */

.newsletter-email input[type="text"] {
	width: 300px;
}

/* CATEGORY PAGE & GRIDS */

.item-grid {
    width:100%;
    max-width:520px;
    margin:auto;
}
.home-page-category-grid .item-grid {
    max-width:560px;
}
.home-page-category-grid .item-box,
.sub-category-grid .item-box,
.manufacturer-grid .item-box,
.vendor-grid .item-box  {
    float:left;
    margin:0;
    width:50%;
}
.home-page-category-grid .item-box:nth-child(2n+1){
    clear:both;
}
    .home-page-category-grid.categories-1 .item-box:nth-child(2n+1) {
        clear:none;
    }
    .home-page-category-grid.categories-2 .item-box,
    .sub-category-grid.categories-2 .item-box{
        float:none;
        width:auto;
        max-width: 750px;
        margin: auto;
    }
    .home-page-category-grid.categories-2 .item-box .title, .sub-category-grid.categories-2 .item-box .title {
        background: rgba(255, 255, 255, 0.7);
    }
    .home-page-category-grid.categories-2 .item-box .title a, 
    .sub-category-grid.categories-2 .item-box .title a {
    border: 1px solid rgba(0, 0, 0, 0.2);
    color: #000000;
    padding: 10px 15px;
}
    .home-page-category-grid.categories-2 .item-box .picture a,
    .sub-category-grid.categories-2 .item-box .picture a{
        height:127px;
    }

.product-grid .item-box,
.product-list .item-box {
    float: left;
    width: 50%;
}


/* REVIEW PAGE */

.product-review-list {
	width: 90%;
	max-width: 600px;
	margin: 0 auto 50px;
}
.product-review-item .review-text {
	border: 1px solid #ddd;
}

/* WISHLIST PAGE */

.wishlist-content .buttons input {
	width: auto;
	min-width: 124px;
}

/* PASSWORD PROTECTION */
.enter-password-form input[type="password"] {
	width: 300px !important;
}

/* SHOPPING CART & CHECKOUT */

.shopping-cart-page .common-buttons input {
	width: 50%;
}
.cart-collaterals .coupon-code {
    margin: auto;
    max-width: 350px;
}

/* FORUM & PROFILE */

.forum-search-box-text,
.forum-search-text {
	width: 300px !important;
}

}
/*=====================================================
    
    TABLETS LANDSCAPE & NETBOOKS

=====================================================*/

@media all and (min-width: 769px) {

/* GLOBAL STYLES */

.inputs {
	text-align: left;
}
.link-rss {
	/*display: block;*/
	float: right;
	margin: 5px 0 0;
}
.input-validation-error{
    box-shadow:0 0 0 1px #ff5868 inset;
}
.field-validation-error{
    display:none;
}

	.eu-cookie-bar-notification {
		width: 45%;
		max-width: 95%;
	}

/* HEADER */
/* HEADER MENU */
/* FOOTER */

.footer .center {
	padding-left: 3%;
	padding-right: 3%;
}
.footer-upper {
	margin-bottom: 80px;
}
.newsletter-email {
	width: auto;
	max-width: 610px;
	overflow: hidden;
}
.newsletter-email input[type="text"] {
	float: left;
	display: inline-block;
	width: 300px;
}
.newsletter-email input[type="button"] {
	float: left;
	width: auto;
	min-width: 134px;
	max-width: 200px;
}
.footer-middle .footer-block {
	float: left;
	width: 31%;
	max-width: 300px;
	margin: 0 1%;
}
.footer-lower .information-links li:before {
	display: none;
}
.footer-lower .information-links li:first-child:before {
	display: inline-block;
}
.footer-lower .information-links li {
	display: inline-block;
}
.footer-middle .about-us p {
	text-align: justify;
    max-height:284px;
    overflow:hidden;
}

/* LEFT/RIGHT COLUMN */

.block {
	text-align: left;
}
.block .tags li,
.product-tags-all-page li {
	margin: 0 5px;
}
.block .view-all {
	text-align: right;
}
.poll-options,
.poll-results {
	border-bottom: 1px solid #ddd;
}
.poll .buttons,
.poll-total-votes {
	margin-bottom: 0;
	padding: 12px 10px 6px;
	text-align: right;
}

/* CATEGORY PAGE & GRIDS */

.breadcrumb {
	text-align: left;
}
.breadcrumb li:first-child * {
	margin-left: 0;
}

.product-selectors {
	text-align: center;
}
.product-selectors .product-viewmode{
	display:inline-block;
    vertical-align:middle;
}
.product-viewmode > * {
    vertical-align: middle;
}
.product-selectors span {
	display:inline-block;
}
.product-viewmode .viewmode-icon.grid{
    background:url(/Themes/Tiffany/Content/img/menu-grid.png) no-repeat center;
    font-size:0;
    display:inline-block;
    width:40px; 
    height:40px;
    opacity:.5;
}
.product-viewmode .viewmode-icon.grid.selected,
.product-viewmode .viewmode-icon.list.selected{
    opacity:1;
}
.product-viewmode .viewmode-icon.list{
    background:url(/Themes/Tiffany/Content/img/menu-list.png) no-repeat center;
    font-size:0;
    display:inline-block;
    width:40px; 
    height:40px;
    opacity:.5;
    margin:0 10px 0 5px;
}

.item-grid{
	max-width:750px;
}
.item-box {
	width: 33.333%; /*three per row*/
}
.item-box:nth-child(2n+1) {
	clear: none !important; /*revert the second item*/
}
.item-box:nth-child(3n+1) {
	clear: both;
	margin-left: 0;
}
.home-page-category-grid .item-box,
.sub-category-grid .item-box,
.manufacturer-grid .item-box,
.vendor-grid .item-box {
	width: 33.334%;
}
.home-page-category-grid .item-grid {
	max-width: 795px;
    position:relative;
}
.home-page-category-grid .item-box {
	max-width: 265px;
}
.home-page-category-grid.categories-1 .item-grid .item-box:nth-child(3n+1){
    clear:none;
}
.home-page-category-grid.categories-1 .item-grid{
    overflow:hidden;

}
.home-page-category-grid.categories-1 .item-grid .slider-wrapper{
    left: 33.33%;
    overflow: hidden;
    position: absolute;
    width: 33.33%;
}
.home-page-category-grid.categories-1 .item-grid .slider-wrapper img{
    width:100%;
}

.manufacturer-list-page .manufacturer-grid {
	margin:auto;
}

.product-grid .item-box{
	width: 33.333%;
}

.product-list .item-box {
	float:none;
	margin:0;
	width: auto;
    max-width: none;
}
.product-list .item-box .details {
    color: #000;
}
.product-list .details .product-title {
    border: none;
}
.product-list .product-item:after{
	content: "";
	display: block;
	clear: both;
}
.product-list .item-box .picture{
	float:left;
	width:200px;
}
.product-list .item-box .picture a{
	height:264px;
}
.product-list .item-box .details{
	background:#fff !important;
	height:auto;
	margin: 0 10px 0 210px;
	padding: 0;
	text-align:left;
}
.product-list .item-box .details .product-title{
	margin: 10px 0 15px;
	height: auto;
	font-size:16px;
	text-transform:uppercase;
	font-family:Arvo;
	font-weight: normal;
}
.product-list .item-box .details .description{
	display:block;
	font-size:16px;
	color:#666;
	line-height:20px;
	height: auto;
	border-bottom:1px solid #ddd;
	padding: 0 0 10px;
}
.product-list .item-box .details .prices{
	line-height: 30px;
	margin: 0 0 10px;
}
.product-list .item-box .details .price.old-price{
    color:#666;
}
.product-list .details .prices {
    display: block;
}
.product-list .item-box .tax-shipping-info {
    text-align: left;
}
.product-list .item-box .buttons {
    position: static;
    overflow: hidden;
    text-align: left;
}
.product-list .details .add-info .buttons input.button-2.add-to-compare-list-button{
    background-image: url(/Themes/Tiffany/Content/img/compare-button.png);
    background-repeat: no-repeat;
    background-position: center;
    width:45px;
}
.product-list .details .add-info .buttons input.button-2{
	background-image: url(/Themes/Tiffany/Content/img/shopping-cart.png);
    background-repeat: no-repeat;
    background-position: center;
	display: inline-block;
	height: 45px;
	text-align: left;
	width: 45px;
	font-family: Arvo;
	font-size: 18px;
	color: #fff;
	text-indent: -999px;
	overflow: hidden;
	padding: 0;
	border: none;
}
.product-list .details .add-info .buttons input.button-2.add-to-wishlist-button {
    background-image:url(/Themes/Tiffany/Content/img/wishlist-copy.png);
    background-repeat: no-repeat;
    background-position: center;
    margin:0 0 0 1px;
}
/*.product-list .details .add-info .buttons>*:nth-child(even){
    background-color:#8e807a !important;
}
.product-list .details .add-info .buttons>*:nth-child(even):hover{
    background-color:#a79c97 !important;
}
.product-list .details .add-info .buttons>*:nth-child(odd){
    background-color:#a79c97 !important;
}
.product-list .details .add-info .buttons>*:nth-child(odd):hover{
    background-color:#8e807a !important;
}*/
.product-list .add-info .compare-products{
    margin:0 0 0 1px;
}
.pager ul {
	text-align: right;
}
.pager li {
	margin: 0 0 0 10px;
}

/*categories banner*/
.home-page-category-grid .slider-wrapper {
	display: block;
}
.home-page-category-grid .slider-wrapper {
	/*max-width: 267px;*/
	height: auto;
}
.home-page-category-grid.categories-2 .item-grid .slider-wrapper{
    width:34%;
    max-width: 400px;
    overflow:hidden;
}
.home-page-category-grid.categories-2 .item-grid .slider-wrapper img{
    width:100%;
}
.home-page-category-grid.banner-included.categories-1 .item-grid .item-box:nth-child(2n){
            margin:0 0 0 33.33%;
}
.home-page-category-grid.banner-included.categories-1 .item-grid .item-box:nth-child(n+5) {
    margin: 0 !important;
}
.product-filters-wrapper .product-filter{
    width:32.33%;
    margin:0 .5% 2%;
    float:left;
}

/* PRODUCT PAGE */

.product-essential {
	margin-bottom: 40px;
}
.gallery {
	float: left;
	width: 49.5%;
}
.overview {
	float: right;
	width: 49.5%;
	text-align: left;
	padding: 20px 10px;
}
.product-details-page .discontinued-product {
    margin: -20px 0 20px;
}
.overview .buttons {
	text-align: left;
}
.overview .buttons div {
	margin: 0 10px 10px 0;
}
.overview .qty-label,
.variant-overview .qty-label {
	position: static;
	left: 0;
	margin: 0 5px 0 0;
}
.product-variant-line {
	text-align: left;
}
.variant-picture {
	float: left;
	width: 220px;
	margin: 0;
}
.variant-picture + .variant-overview {
	margin-left: 235px;
}
.variant-overview .variant-name {
	background: none;
	padding: 5px 0;
}
.variant-overview .variant-description {
	display: block;
}
.variant-overview .attributes {
	max-width: none;
	margin: 0 0 20px;
}
.variant-overview .add-to-cart-button {
}
.variant-overview .add-to-wishlist {
	clear: none;
}
.product-details-page .tax-shipping-info {
    text-align:left;
}
/* QUICK TABS */
/* ATTRIBUTES */

.attributes {
	margin: 0 auto 10px;
}
.attributes dt {
	float: left;
	clear: left;
	min-width: 70px;
	margin-right: 10px;
}
.attributes select {
	max-width: 250px;
}
.attributes dt label {
	line-height: 32px;
}
.attributes dd {
	float: left;
	margin-right: 10px;
}
.attribute-squares {
	text-align: left;
}
.attribute-squares label {
	margin: 0;
	padding: 0 !important;
}

/* GIFT CARD */
/* REVIEW PAGE */

.product-reviews-page .form-fields{
    border-bottom:none;
}
.product-reviews-page .inputs{
	margin:0;
}
.product-reviews-page .inputs label{
	border-right: 1px solid #dddddd;
	float: left;
	line-height: 40px;
	margin: 0;
	padding: 0 8px 0 0;
	text-align: right;
	width: 30%;
}
.product-reviews-page .inputs input,
.product-reviews-page .inputs textarea{
	border: medium none;
	max-width: none;
	width: 70%;
	font-size:15px;
}
.product-reviews-page .inputs textarea{
	margin:0 0 0 -1px;
	border-left:1px solid #ddd;
}
.product-reviews-page .inputs{
	border:1px solid #ddd;
}
.product-reviews-page .inputs+.inputs{
	border-top:none;
}
.product-reviews-page .inputs+.inputs label{
	border:none;
}
.write-review .review-rating {
	margin-top: 10px;
}
.product-review-list {
	width: auto;
	max-width: none;
}
.product-review-item {
}
.product-review-item .review-item-head {
	margin: 0 0 -1px;
}

/* WISHLIST & COMPARE LIST */

.compare-products-page .clear-list {
}

/* CONTACT PAGE & EMAILaFRIEND */

.contact-page .topic-block-body {
	text-align: left;
}

.contact-page .inputs {
	margin: 0;
	border-bottom: 1px solid #ddd;
}
.contact-page .inputs label {
	float: left;
	margin: 0;
	padding-right: 10px;
	width: 30%;
	text-align: right;
	line-height: 40px;
	color: #666;
}
.contact-page  .form-fields {
    border-width: 1px 1px 0;
	border-style: solid;
	border-color: #ddd;
}
.contact-page .inputs {
	float: left;
	width: 100%;
}
.contact-page .inputs input,
.contact-page .inputs textarea {
	max-width: none;
	width: 70%;
	border-bottom: none;
	border-top: none;
	border-right: none;
}

.email-a-friend-page .inputs,
.apply-vendor-page .inputs {
    margin:0;
    border-bottom:1px solid #ddd;
    overflow:hidden;
}
.email-a-friend-page .inputs label,
.apply-vendor-page .inputs label {
    float:left;
    margin:0;
    padding:0 10px 0 0;
    line-height:40px;
    width:30%;

}
.email-a-friend-page .inputs input,
.email-a-friend-page .inputs textarea,
.apply-vendor-page .inputs input {
    float:left;
    width:70%;
    max-width:none;
    border:none;
    border-left:1px solid #ddd;
}
.email-a-friend-page .form-fields,
.apply-vendor-page .form-fields{
    border-width: 1px 1px 0;
	border-style: solid;
	border-color: #ddd;
}


/* REGISTRATION, LOGIN, MY ACCOUNT */



.registration-page > .fieldset > .inputs:first-child {
	background: red;
}
.registration-page  .form-fields {
    border-width: 1px 1px 0;
	border-style: solid;
	border-color: #ddd;
}
.registration-page .inputs > label {
	float: left;
	margin: 0;
	padding-right: 10px;
	width: 30%;
	height: 40px;
	text-align: right;
	border-bottom: none;
	border-right: 1px solid #ddd;
	line-height: 40px;
	color: #666;
	background: #fff;
}
.registration-page .inputs .gender {
	float: left;
	padding: 0 0 0 8px;
	line-height: 40px;
	min-width: 100px;
	width: auto;
	max-width: 200px;
	text-align: left;
    margin:0;
}
.registration-page .inputs {
	margin: 0;
	overflow: hidden;
	border-bottom: 1px solid #ddd;
	background: #f9f9f9;
}
.registration-page .inputs #Username~.required{
    position: absolute;
    right: 145px;
    top: 5px;
}
.registration-page .inputs input {
	width: 70%;
	max-width: none;
	border: none;
	font-size: 16px;
	padding: 8px 12px;
}
.registration-page .inputs textarea {
	width: 70%;
	border-width: 0 0 0 1px;
	margin: 0 0 0 -1px;
}
.registration-page .inputs .check-box {
	width: 8%;
}

.registration-page .inputs .gender label {
	margin: 0 0 0 5px;
}
.gender span .forcheckbox {
    min-width:100px;
    width:auto;
}

.registration-page .fieldset .inputs > select {
	width: 23.33%;
	max-width: none;
	border: none;
	border-right: 1px solid #ddd;
	color: #505050;
	font-size: 16px;
	height: 40px;
	padding: 10px;
    margin:0;
}
.registration-page .inputs.custom-attributes select{
    width:70%;
}
.registration-page .inputs select:nth-of-type(3){
    border-right: none;
}
#check-availability-button {
	position: absolute;
	top: 0px;
	right: 0px;
	width: auto;
	margin: 0;
	height: 40px;
	font-size: 13px;
	padding: 0 15px;
    max-width:150px;
}
.registration-page #Newsletter {
	height: 40px;
}

.login-page .form-fields .inputs {
	margin: 0 0 -1px;
	overflow: hidden;
}
.login-page .form-fields .inputs label,
.password-recovery-page .form-fields .inputs label {
	float: left;
	margin: 0;
	width: 30%;
	line-height: 38px;
	text-align: right;
	padding: 0 10px 0 0;
	border: 1px solid #ddd;
	border-right: none;
	height: 40px;
	color: #666;
}
.login-page .form-fields .inputs input,
.password-recovery-page .form-fields .inputs input {
	float: left;
	width: 70%;
	max-width: none;
}
.login-page .form-fields .inputs.reversed {
	width: 350px;
	margin: 0 auto 20px !important;
	text-align: center !important;
}
.login-page .form-fields .inputs + .inputs {
	margin: 0 0 20px 0;
}
.login-page .form-fields .inputs.reversed > * {
	border: none;
	height: 40px;
	line-height: 40px;
}
.login-page .returning-wrapper .inputs.reversed input,
.login-page .returning-wrapper .inputs.reversed label {
	margin: 0 2px;
	float: none;
}
.login-page .inputs.reversed .forgot-password {
	clear: both;
}

.inputs.reversed > label {
	border-bottom: medium none !important;
}
.account-page .form-fields{
	border:1px solid #ddd;
	border-bottom:none;
}
.add-more-external-records {
	border:1px solid #ddd !important;
	padding: 15px;
}
.account-page .inputs{
	margin:0;
}
.account-page .inputs>label{
	float:left;
	margin:0;
	padding-right:10px;
	width:30%;
	text-align:right;
	line-height:40px;
	height:40px;
	border-right:1px solid #ddd;
	background:#fff;
	color:#666;
    overflow:hidden;
}
.account-page .inputs{
	background:#f9f9f9;
	border-bottom:1px solid #ddd;
	text-align: left;
}

.account-page .inputs .gender label{
	float:none;
	margin:0 0 0 5px;
	border:none;
	text-align:left;
	color:#666;
} 
.account-page .inputs .textbox,
.account-page .inputs .text-box.single-line,
.account-page .inputs #Address_CountryId,
.account-page .inputs #Address_StateProvinceId,
.account-page .inputs textarea{
	float:left;
	width:70%;
	max-width:none;
	border:none;
	color:#666;
	font-size:16px;
	padding: 8px 12px;
}
.account-page .inputs.custom-attributes select{
    width:70% !important;
}
.account-page .inputs textarea{
	border-left:1px solid #ddd;
	margin-left: -1px;
}
.account-page .inputs label[for="Signature"]{
	border-right:none;
	height:150px;
}
.account-page .inputs.date-of-birth select{
	width:23.33% !important;
	border:none;
	border-right:1px solid #ddd;
	height: 40px !important;
	padding: 10px !important;
	font-size: 15px;
	color: #666;
}
.account-page .inputs select:nth-of-type(3) {
	border-right: none;
}
.account-page .inputs .gender{
	float: left;
	line-height: 40px;
	text-align: left;
	width: auto;
    margin:0;
}
.account-page .inputs .check-box {
	float:left;
	width: 40px;
	height:40px;
}
.account-page .edit-address {
	border:1px solid #ddd;
	border-bottom: none;
}
.account-page .section.address-item,
.account-page .section.order-item {
	float: left;
	width: 50%;
}
.account-page .fieldset .inputs select{
    border:none;
}
.account-page .inputs.custom-attributes ul{
    border:none;
}
.inputs .option-list {
	padding: 0 12px;
	color: #666;
	border:1px solid #ddd;
    	border-bottom:none;
    	background:#f9f9f9;
    	width:70%;
}
.custom-attributes textarea{
    width:70%;
}
.custom-attributes>label{
    border:none;
}

.inputs .option-list label{
    border:none !important;
}
.inputs .option-list li {
	margin: 0 10px 0 0;
}

.revalidation-wrapper {
	display: inline-block;
	padding: 0 12px;
	white-space: nowrap;
	overflow: hidden;
}
.revalidation-wrapper span {
	display: inline-block;
	margin: 0 6px 0 0;
	font-size: 16px;
	line-height: 40px;
	color: #666;
}

.return-request-list-page .request-item {
	float: left;
	width: 50%;
	padding: 0 10px;
}
.return-request-list-page .details a {
	display: block;
	margin: 5px 0;
}
.return-request-page .title strong{
	font-family:Arvo;
	font-weight:normal;
	font-size:16px;
	text-transform:uppercase;
}
.return-request-page .fieldset .form-fields{
	border:1px solid #ddd;
	border-bottom:none;
}
.return-request-page .fieldset .inputs{
	margin:0;
	border-bottom:1px solid #ddd;
}
.return-request-page .fieldset .inputs label{
	background: #ffffff;
	color: #666666;
	float: left;
	height: 40px;
	line-height: 40px;
	margin: 0;
	padding-right: 10px;
	text-align: right;
	width: 30%;
	overflow: hidden;
	text-overflow: ellipsis;
} 
.return-request-page .fieldset .inputs select,
.return-request-page .fieldset .inputs textarea{
	border: medium none;
	border-left:1px solid #ddd;
	color: #666666;
	float: left;
	font-size: 16px;
	max-width: none;
	width: 70%;
}

.return-request-file .uploadedfileinput {
	width: 70%;
}
.return-request-page .qq-upload-button {
	border-width: 0 0 0 1px;
}
.return-request-page .qq-upload-list {
	box-shadow: inset 1px 1px 0 #ddd;
}

.registration-page .inputs select#CountryId,
.registration-page .inputs select#StateProvinceId,
.registration-page .inputs select#TimeZoneId,
.account-page .inputs select#CountryId,
.account-page .inputs select#StateProvinceId,
.account-page .inputs select#TimeZoneId{
    width:70% !important;
	border-right: none;
}
.address-list-page .address-list{
    overflow:hidden;
}

.vendorinfo-page .vendor-picture {
    float: left;
    width: 70%;
    text-align: left;
}
.vendorinfo-page .vendor-picture > * {
    margin: 10px 0;
}

/* SHOPPING CART & CHECKOUT */


.checkout-attributes li {
	display: inline-block;
	margin: 0 5px;
}

.shopping-cart-page .common-buttons input {
	width: 33.333%;
}

.shopping-cart-page .totals {
	float: right;
	/*margin: 0 25px;*/
	max-width: 40%;
}
.shopping-cart-page .shipping-options .inputs{
    text-align:center;
}

.cart-collaterals {
	float: left;
	/*margin: 0 25px;*/
	max-width: 60%;
}

.checkout-page .address-item,
.select-shipping-address .address-item {
	float: left;
	width: 33.33%;
}

.checkout-page .address-item .select-billing-address-button,
.select-shipping-address .address-item .select-shipping-address-button {
	width: 100%;
}

.order-review-data {
	display: table;
	width: 100%;
	margin: 0 0 50px;
}
.order-review-data > div {
	display: table-cell;
}
.order-details-area > div,
.shipment-details-area > div {
	width: 50%;
}

.order-details-page .actions {
	text-align: right;
}

.order-details-page .actions input {
	min-width: 0;
}

.order-details-page .checkout-attributes,
.order-details-page .tax-shipping-info{
    text-align:right;
    margin:5px;
    padding:0;
}
.checkout-attributes:only-child{
    padding:10px 0;
}
.order-details-page .total-info {
	margin: 0 0 0 auto;
	overflow: hidden;
}
.order-details-page .cart-total {
	float: right;
}
.order-details-page .section.shipments{
    clear:both;
}

.order-progress li {
	margin: 0 20px 30px;
}

.checkout-page .edit-address {
	margin: auto;
	max-width: 750px;
	border-bottom: 1px solid #ddd;
}

.checkout-page .address-item li {
	text-align: left;
	padding: 2px 20px;
}

.checkout-page .enter-address .inputs {
	margin: 0;
}

.checkout-page .edit-address{
    border-left:1px solid #ddd;
}
.checkout-page .enter-address .inputs:after {
	content: "";
	display: block;
	clear: both;
}

.checkout-page .enter-address .inputs label {
	float: left;
	margin: 0;
	padding: 0 8px 0 0;
	width: 30%;
	height: 40px;
	line-height: 40px;
	border: 1px solid #ddd;
	border-right: none;
	border-bottom: none;
	color: #666;
}
.checkout-page .enter-address .inputs,
.checkout-page .enter-address .inputs>label,
.checkout-page .enter-address .inputs.custom-attributes>label{
    border-left:none;
}
.checkout-page .enter-address .inputs input,
.checkout-page .enter-address .inputs select {
    float: left;
    width: 70%;
    height: 40px;
    max-width: none;
    border-bottom: none;
	font-size: 16px;
}

.checkout-page .checkout-data {
    /*padding:0;*/
}
.shipping-method .method-list li {
    float: left;
    width: 33.33%;
    padding: 0;
}
.payment-method .method-list li {
	width: 500px;
}
.address-item:nth-child(3n+1){
    clear:both;
}

/* SEARCH & SITEMAP */


.search-page .inputs{
    margin:0;
    border:1px solid #ddd;
}
.search-page .inputs label{
    float:left;
    margin:0;
    padding:0 8px 0 0;
    width:30%;
    line-height:40px;
    border-right:1px solid #ddd;
} 
.search-page .inputs input[type="text"]{
    border:none;
    width:70%;
    max-width:none;
}
.search-page .inputs.reversed input{
    float:right;
    height:40px;
    width:50px;
    text-align:left;
}
.search-page .inputs.reversed{
    border:none;
    float:none;
}
.search-page .inputs.reversed label,
.search-page .inputs.reversed input{
    float:none;
    margin:5px;
    width:auto;
    border:none;
}
.search-page .advanced-search{
    border:none;
}
.search-page .advanced-search .inputs select{
    width:70%;
    max-width:none;
}
.search-page .advanced-search .price-range {
    margin:0 0 0 10px;
    font-size:14px;
    height:40px;
	line-height:40px;
}
.search-page .advanced-search .price-range input{
	background: none;
		border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    margin:3px;
    width:45%;
    height:auto;
}
.advanced-search{
    border:1px solid #ddd;
}
.advanced-search .inputs{
    overflow:hidden;
	margin: 0 0 -1px;
    border-bottom:1px solid #ddd;
}
.advanced-search .inputs select{
	font-size: 16px;
	color: #555;
}
.advanced-search .inputs:last-child{
    border-bottom:none;
}
.advanced-search .inputs label{
    text-align:right;
	padding:0 8px 0 0;
    margin:0;
    border-right: 1px solid #dddddd;
    float: left;
    height: 40px;
    line-height: 40px;
    text-align: right;
    width: 30%;
}
.advanced-search .inputs select{
    float:left;
    width:70%;
    max-width:none;
    border:none;
}

/* BLOG & NEWS */

.post-head ~ *,
.news-head ~ * {
	display: block;
}
.blog-page .tags > *,
.blogpost-page .tags > * {
	float: left;
}
.blog-page .tags label,
.blogpost-page .tags label {
	margin: 0 10px 0 0;
	line-height: 24px;
}
.new-comment textarea {
    max-width:none;
    background:#fff;
}
.blogpost-page .new-comment .inputs label{
    display:block;
}
.blogpost-page .new-comment .inputs{
    margin:0;
    border:1px solid #ddd;
}
.blogpost-page .new-comment .inputs label{
    border-right: 1px solid #dddddd;
    color: #666666;
    float: left;
    height: 150px;
    line-height: 40px;
    margin: 0;
    overflow: hidden;
    padding-right: 10px;
    text-align: right;
    width: 30%;
}
.blogpost-page .new-comment .inputs textarea {
    background:#f9f9f9;
    border: medium none;
    width: 70%;
}
.blogpost-page .new-comment .inputs .field-validation-error{
    position:absolute;
    top:0;
    right:0;
    padding:0 3px;
    border:1px solid #ddd;
    border-top:0;
    border-right:0;
    background:#f9f9f9;
    line-height:40px;
}
.comment-info {
	float: left;
	margin: 0;
}
.comment-content {
	padding: 15px;
}
.comment-info + .comment-content {
	margin: 0 0 0 115px;
	padding: 10px 10px 10px 0;  
}
.news-item-page .new-comment .inputs label{
    display:block;
}
.news-item-page .new-comment .inputs input{
    
}
.blog-comment, .news-comment{
    padding:0 0 15px 0;
    text-align:left;
}
.blog-page .tags {
    float:left;
    width:70%;
} 
.blogpost-page .tags {
	overflow: hidden;
}
.blogpost-page .tags label {
	text-transform: none;
}
.blog-page .buttons{
    float:right;
    margin:0;
    padding:14px 15px;
    width:30%;
    border-top:1px solid #ddd;
    border-left:1px solid #ddd;
    text-align:right;
    overflow:hidden;
}
.blog-page .buttons .read-comments{
    float:left;
}
.blog-page .post,
.news-list-page .news-items .news-item{
    text-align:left;
}

.blog-page .post-head {
    padding: 12px 15px;
}
.blog-page .post-body .post-date{
    padding:5px 0;
} 
.blog-post .post-body p{
    margin:5px 0;
}
.private-message-send-page .form-fields{
    border:1px solid #ddd;
    border-bottom:none;
}
.private-message-send-page .inputs{
    background: #f9f9f9;
    border-bottom: 1px solid #dddddd;
    text-align: left;
    margin:0;
}
.private-message-send-page .inputs label,
.private-message-send-page .inputs .toolbar{
    background: #ffffff;
    border-right: 1px solid #dddddd;
    color: #666666;
    float: left;
    height: 40px;
    line-height: 40px;
    margin: 0;
    padding-right: 10px;
    text-align: right;
    width: 30%;
}
.private-message-send-page .inputs .toolbar{
    height: 150px;
}
.private-message-send-page .inputs .toolbar>img{
    padding:7px 5px;
}
.private-message-send-page .inputs input[type="text"],
.private-message-send-page .inputs #Message,
.private-message-send-page .inputs a{
    border: medium none;
    color: #666666;
    float: left;
    font-size: 16px;
    max-width: none;
    padding: 8px 12px;
    width: 70%;
}

/*the image in blog post*/
.post-body > p{
    max-width:100%;
}
/*news-blog homepage*/

.news-list-page .news-head {
	overflow: hidden;
}
.news-list-page .news-title {
	float: left;
	max-width: 550px;
	margin: 0;
}
.news-list-page .news-date {
	float: right;
	line-height: 24px;
}
.news-list-page .news-items .read-more {
	float: right;
}
.news-list-homepage{
    height:600px;
    margin:130px 0 0px;
}
.news-list-homepage .news-items{
    padding-top:108px;
}
.news-list-homepage .news-item{
    float:left;
    width:49.95% !important;
    margin:0;
}
.news-list-homepage .news-item:first-child,
.news-list-homepage .news-item:nth-child(2n-1){
    margin-right:0.1%;
}
.news-list-homepage .view-all{
    clear:both;
}
.comment-info .avatar{
    border-left:none;
    border-top:none;
}
.news-item-page .new-comment .form-fields{
    border:1px solid #ddd;
    border-bottom:none;
}
.news-item-page .new-comment .inputs{
    margin:0;
    border-bottom:1px solid #ddd;
}

.news-item-page .new-comment .inputs label{
    background: none repeat scroll 0 0 #ffffff;
    border-right: 1px solid #dddddd;
    color: #666666;
    float: left;
    height: 40px;
    line-height: 40px;
    margin: 0;
    padding-right: 10px;
    text-align: right;
    width: 30%;
    overflow:hidden;
}
.news-item-page .new-comment .inputs input{
    border: medium none;
    color: #666666;
    float: left;
    font-size: 16px;
    max-width: none;
    padding: 8px 12px;
    width: 70%;
}
.news-item-page .new-comment .inputs textarea{
    border:none;
    width:70%;
    background:#f9f9f9;
}
.news-item-page .new-comment .inputs:last-child label{
    height:150px;
}
.news-item-page .new-comment .field-validation-error{
    position:absolute;
    top:0;
    right:0;
    background:#f9f9f9;
    line-height:40px;
    padding:0 3px;
    border-left:1px solid #ddd;
    border-bottom:1px solid #ddd;
}
.news-list-homepage .news-body:after {
	height:0;
}

/* FORUM & PROFILE */

.forum-search-box {
	clear: both;
}
.forum-search-box .basic {
}
.forum-search-box .advanced {
}
.forum-search-page .advanced-search {
	max-width: 700px;
	margin: 0 auto 20px;
}
.forum-search-page .advanced-search .inputs {
	margin: 0;
}
.breadcrumb.forum-breadcrumb {
	margin: 0 auto 30px;
    max-width: 600px;
    text-align: center;
    width: auto;
}

.forum-topic-page .actions {

}
.forum-topic-page .topic-actions.lower .pager.lower{
    float:none;
}
.forums-table-section-body .forum-name{
    text-align:left;
}
.forum-edit-page .form-fields{
    border:1px solid #ddd;
    border-bottom:none;
}
.forum-edit-page .inputs{
    margin:0;
    border-bottom:1px solid #ddd;
    background:#f9f9f9;
}
.forum-edit-page .inputs label{
    float:left;
    width:30%;
    margin:0;
    line-height:40px;
    height:40px;
    text-align:right;
    padding:0 8px 0 0;
    background:#fff;
}
.forum-edit-page .inputs strong{
    line-height:40px;
    text-align:left;
    padding:0 8px;
    background:#f9f9f9;

}
.forum-edit-page .inputs strong,
.forum-edit-page .inputs input,
.forum-edit-page .inputs textarea,
.forum-edit-page .inputs select{
    float:left;
    width:70%;
    max-width:none;
    border:none;
    border-left:1px solid #ddd;
}
.forum-edit-page .inputs .check-box{
    height:40px;
    text-align:left;
    width:50px;
}
.forum-edit-page .inputs.reversed>.check-box,
.forum-edit-page .inputs.reversed>label{
    border:none !important;
    text-align:center !important;
    display:inline-block !important;
    width:auto !important;
    float:none;
    margin:0 5px;
}
.forum-edit-page .toolbar{
    float:left;
    width:30%;
    text-align:right;
    padding:0 8px 0 0;
    line-height:40px;
    background:#fff;
    height:150px;
}
.forum-edit-page .toolbar .button{
    vertical-align:middle;
}
.forum-edit-page form .buttons{
    margin:0;
    overflow:hidden;
}
.forum-edit-page .inputs .field-validation-error{
    position:absolute;
    top:0;
    right:0;
    padding:0 20px;
    line-height:40px;
    border:1px solid #ddd;
    border-top:none;
    border-right:none;
}
.forum-edit-page .form-fields .inputs span{
    padding:11px 0;
    display:inline-block;
}
.move-topic-page .inputs{
    border:1px solid #ddd;
    overflow:hidden;
}
.move-topic-page .inputs label{
    float:left;
    margin:0;
    width:50%;
    line-height:40px;
    height:40px;
    text-align:right;
    padding:0 8px 0 0;
}
.move-topic-page .inputs select{
    border:none;
    width:50%;
    max-width:none;
    border-left:1px solid #ddd;
}
.forum-post .post-content,
.profile-info-box .profile-stats {
	text-align: left;
}
.post-actions {
    overflow: hidden;
}
.post-actions .manage-post {
    float: right;
}
.post-content .post-actions .quote-post {
    text-align: right;
}
.topic-post .post-info,
.profile-info-box .user-details {
	float: left;
	width: 210px;
}
.topic-post .username {
    line-height: 38px;
    margin: 0;
}
.topic-post .avatar,
.profile-info-box .avatar  {
    float: left;
}
.topic-post .pm-button,
.profile-info-box .send-pm {
    float: left;
}
.topic-post .post-content,
.profile-info-box .profile-stats {
    clear: none;
	min-width: 200px;
	margin-left: 215px;
    position:relative;
}
	.categories-banner, .home-page-main-slider{
		display:none;
	}

}
/*=====================================================
    
    DESKTOP

=====================================================*/

@media all and (min-width: 1001px) {

    /* GLOBAL STYLES */

    a {
        -webkit-transition: all 0.25s ease;
        transition: all 0.25s ease;
    }

    body {
        background: #f9f9f9;
    }

        body.home-page-wrapper {
            background: #fff;
        }

    .admin-header-links {
        background: #f6f6f6;
        border-bottom: 1px solid #ddd;
    }

    .master-wrapper-content {
        width: auto;
        margin: 20px auto 0;
    }

        .master-wrapper-content::after {
            clear: both;
            content: "";
            display: block;
        }

    .master-column-wrapper {
        width: 1100px;
        max-width: 100%;
        box-shadow: 0 0 0 1px #eee;
        overflow: hidden;
        background: #fff;
        padding-top: 35px;
    }

    .home-page-wrapper .master-column-wrapper {
        box-shadow: none;
        overflow: visible;
        padding-top: 0;
    }

    .inputs {
        text-align: left;
    }

        .inputs label {
            display: inline-block;
            width: 170px;
            margin: 0 10px 0 0;
            text-align: right;
        }

    .inputs {
        display: block;
    }

    .eu-cookie-bar-notification {
        width: 24%;
        max-width: 100%;
        font-size: 11px;
    }

    /* HEADER */

    .header {
        position: relative;
        z-index: 1002;
        width: auto;
        margin: 0;
        background: #fff;
    }

    .header-inner {
        position: relative;
        width: 1100px;
        max-width: 100%;
        margin: auto;
        padding: 15px 0;
        text-align: left;
    }

        .header-inner:after {
            content: "";
            display: block;
            clear: both;
        }

    .header-logo {
        float: left;
        margin: -10px 0px 0 0;
        font-size: 0;
    }

    .header-2 .header-logo {
        float: none;
        margin: 0;
    }

    .header-links-wrapper {
        float: right;
        position: relative;
        margin: 0 0 10px 30px;
        max-width: 340px;
    }

    .header-links li {
        border-left: 1px solid #ddd;
    }

    .header-links a:hover {
        color: #000;
    }

    .header-2 .header-links-wrapper {
        float: none;
        margin: 0;
        position: absolute;
        top: 15px;
        right: -10px;
    }

        .header-2 .header-links-wrapper li:first-child {
            border-left: none;
        }

    .flyout-cart {
        display: none;
        position: absolute;
        top: 45px;
        right: 0;
        z-index: 99999;
        width: 300px;
        box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.30);
        background: #fff;
    }

        .flyout-cart.active {
            display: block;
        }

    .mini-shopping-cart {
        color: #333;
    }

        .mini-shopping-cart * {
            line-height: normal !important;
        }

        .mini-shopping-cart .items a {
            font-size: 15px;
            font-weight: normal;
            text-transform: uppercase;
            font-family: 'Roboto Light';
        }

        .mini-shopping-cart .count {
            color: #666;
            background: #eee;
            padding: 10px;
            text-align: center;
            font-size: 14px;
        }

            .mini-shopping-cart .count a {
                text-transform: none;
                color: #000;
            }

        .mini-shopping-cart .item {
            overflow: hidden;
            padding: 15px 10px 10px;
            border-top: 1px solid #ddd;
        }

        .mini-shopping-cart .picture {
            float: left;
            width: 90px;
            text-align: center;
        }

            .mini-shopping-cart .picture a {
                display: block;
                position: relative;
                overflow: hidden;
            }

                .mini-shopping-cart .picture a:before {
                    content: "";
                    display: block;
                    padding-top: 100%;
                }

            .mini-shopping-cart .picture img {
                position: absolute;
                top: 0;
                right: 0;
                bottom: 0;
                left: 0;
                margin: auto;
                max-width: 100%;
            }

            .mini-shopping-cart .picture + .product {
                margin: 0 0 0 100px;
            }

        .mini-shopping-cart .name {
            margin: 0 0 10px;
            overflow: hidden;
            max-height: 36px;
            line-height: 18px !important;
            color: #222;
        }

        .mini-shopping-cart .attributes {
            padding: 0;
            border: none;
        }

        .mini-shopping-cart .totals {
            background: #f9f9f9;
            text-align: left;
            overflow: hidden;
            padding: 15px;
            border-top: 1px solid #ddd;
            font-size: 14px;
        }

            .mini-shopping-cart .totals strong {
                float: right;
                font-weight: normal;
            }

        .mini-shopping-cart .buttons {
            margin: 0;
            padding: 0 10px 10px;
            text-align: right;
            background: #f9f9f9;
        }

        .mini-shopping-cart input[type="button"] {
            display: inline-block;
            padding: 8px 16px;
            font-size: 13px;
            font-family: 'Roboto Light';
            background: #a79c97;
            color: #fff;
            border: none;
            text-transform: uppercase;
        }

    .search-n-selectors {
        float: right;
    }

    .search-box {
        float: left;
    }

    .header-1 .ui-autocomplete.ui-menu.ui-widget.ui-widget-content {
        width: 252px !important;
        border-color: #ccc;
    }

    .ui-autocomplete.ui-menu.ui-widget.ui-widget-content {
        width: 192px !important;
    }

        .ui-autocomplete.ui-menu.ui-widget.ui-widget-content li {
            color: #666;
            font-size: 13px;
        }

            .ui-autocomplete.ui-menu.ui-widget.ui-widget-content li:hover {
                background: #f9f9f9;
            }

            .ui-autocomplete.ui-menu.ui-widget.ui-widget-content li span {
                display: block;
            }

    .search-box .search-box-text {
        border-right: none;
    }

    .search-box .search-box-button {
        border: 1px solid #ddd;
        border-left: none;
    }

    .search-box input.search-box-text {
        width: 220px;
        border-color: #ddd;
    }

    .header-selectors-wrapper {
        float: right;
        margin: 0 0 0 25px;
    }

        .header-selectors-wrapper > div {
            width: 80px;
            font-size: 14px;
            float: left;
            margin: 0 10px;
            color: #666;
        }

        .header-selectors-wrapper select {
            height: 30px;
            border: none;
            color: #666;
        }

    .new_select {
        width: auto !important;
        cursor: pointer;
        z-index: 1003 !important;
    }

        .new_select > span {
            display: block;
            position: relative;
            line-height: 32px;
            white-space: nowrap;
            overflow: hidden;
            font-family: 'Roboto Light';
        }

            .new_select > span:after {
                content: "";
                position: absolute;
                top: 0;
                right: 0;
                width: 15px;
                height: 32px;
                background: #fff url(/Themes/Tiffany/Content/img/arrow-down.png) no-repeat right center;
            }

    .styleSelect_item {
        top: 32px !important;
        width: auto;
        min-width: 80px;
        background: #fff;
        right: 0;
        text-align: left;
        border: 1px solid #ddd;
        box-shadow: 1px 1px 0 0 #fff;
    }

        .styleSelect_item li {
            padding: 5px;
        }

            .styleSelect_item li:hover {
                background: #f6f6f6;
            }

    .header-2 .search-n-selectors {
        position: absolute;
        top: 15px;
        left: 0;
    }

    .header-2 .header-selectors-wrapper {
        margin-left: 20px;
    }

    .header-2 .search-box input.search-box-text {
        width: 160px !important;
    }

    .responsive-nav-wrapper-parent {
        display: none;
    }

    .wishlist-shoping {
        float: right;
        margin: 0;
    }

        .wishlist-shoping > div {
            float: left;
            margin-left: 1px;
            width: 45px;
            height: 45px;
        }

        .wishlist-shoping .ico-wishlist,
        .wishlist-shoping .cart-label {
            display: block;
            text-indent: -9999px;
        }

    .wishlist-button {
        background: url(/Themes/Tiffany/Content/img/wishlist-copy.png)no-repeat center rgba(57,50,48,.3);
    }

    #topcartlink {
        background: url(/Themes/Tiffany/Content/img/shopping-cart.png)no-repeat center rgba(57,50,48,.3);
    }

        #topcartlink .ico-cart,
        .wishlist-button .ico-wishlist {
            display: block;
            height: 100%;
        }

    /* HEADER MENU */

    .menu-title, .close-menu,
    .header-menu .back-button,
    .header-menu .sublist-wrap {
        display: none;
    }

    .overlayOffCanvas {
        display: none !important;
    }

    .home-page-main-slider {
        margin-top: 0 !important;
    }

    .home-page-wrapper .header-menu-wrapper {
       /* position: absolute;*/
        left: 0;
        right: 0;
        margin: 0;
    }

    #headerMenuParent {
        background: #000c !important;
        position: relative;
        z-index: 1001;
    }

        #headerMenuParent.stick {
            position: fixed;
            top: 0;
            left: 0;
            z-index: 1001;
            width: 100%;
            background: #0d1332b3;
        }

    .header-menu {
        margin: 0 auto;
        text-align: left;
        position: relative;
        z-index: 1001;
        width: 1000px;
        max-width: 100%;
    }

        .header-menu > ul {
            margin: 0 90px 0 0;
            font-size: 0;
        }

            .header-menu > ul > li {
                display: inline-block;
                vertical-align: middle;
            }

                .header-menu > ul > li:hover {
                    background: rgba(57, 50, 48, 0.3);
                }

                .header-menu > ul > li > a,
                .header-menu > ul > li > span {
                    display: block;
                    padding: 12px 24px;
                    font-size: 16px; /*reset zeroing*/
                    cursor: pointer;
                    color: #fff;
                    line-height: 21px;
                    font-family: 'Roboto Light';
                    text-transform: uppercase;
                }

        .header-menu .sublist-wrap {
            display: none;
            position: absolute;
            top: 45px;
            z-index: 1001;
            width: 290px;
            box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.3);
            background: rgba(255,255,255,0.85);
        }

            .header-menu .sublist-wrap.active {
                display: block;
            }

    .top-menu {
        display: block;
    }

    .header-menu .sublist li {
        position: relative;
    }

    .header-menu .sublist .back-button {
        display: none;
    }

    .header-menu .sublist li a {
        display: block;
        background: #0d1332b3;
        padding: 8px 20px 10px 10px;
        font-size: 13px;
        color: #fff;
        line-height: 24px;
    }

    .header-menu .sublist li:hover > a {
        background: rgba(57,50,48,0.8);
    }

    .header-menu .sublist-wrap .sublist-wrap {
        top: 2px;
        left: 100%;
    }

        .header-menu .sublist-wrap .sublist-wrap .sublist-wrap {
            top: -2px;
        }

    .header-menu > ul > li:hover > .sublist {
        display: block;
    }

    /* FOOTER */

    .footer .center {
        max-width: 1000px;
        margin-left: auto;
        margin-right: auto;
        padding: 40px 0 0;
    }

    .footer-block ul {
        text-align: left;
    }

    .footer-middle .center {
        width: 1000px;
        max-width: 100%;
        margin: auto;
        padding-left: 0;
        padding-right: 0;
        z-index: 2;
    }

    .footer-lower .information-links a {
        -webkit-transition: all 0.25s ease;
        -ms-transition: all 0.25s ease;
        transition: all 0.25s ease;
    }

        .footer-lower .information-links a:hover {
            color: #999;
        }

    .footer-middle .footer-block {
        margin: 0 1.5%;
        max-width: 300px;
        width: 32.33%;
    }

    .links-bottom-left {
        float: left;
        text-align: left;
        margin-bottom: 15px;
    }

        .links-bottom-left > div {
            float: left;
        }

    .footer-disclaimer {
        float: right;
        max-width: 400px;
        text-align: right;
    }

    .footer-store-theme {
        clear: both;
        margin: -5px auto 0;
        position: absolute;
        left: 0;
        right: 0;
        width: 170px;
    }

    .footer-lower {
        padding-bottom: 10px;
    }


    /* LEFT/RIGHT COLUMN */

    .center-2 {
        float: right;
        width: 75%;
    }

    .side-2 {
        float: left;
        width: 23%;
        margin-bottom: 1px;
    }

    .block {
        width: auto;
        max-width: none;
        height: auto;
        background: #fff;
    }

        .block .listbox {
            display: block;
        }

        .block .title strong {
            padding: 12px 20px 10px;
        }

        .block .list a,
        .block .year strong {
            padding: 9px 5px 9px 25px;
        }

        .block .list > li > a {
            position: relative;
        }

        .block .list li:last-child a {
            border-bottom: none;
        }

    .sublist > .active {
        position: relative;
    }

    .side-2 .block .list > .active > a {
        color: #000;
        background: url(/Themes/Tiffany/Content/img/remove-button.png) no-repeat 3% center #f9f9f9;
    }

    .side-2 .block .sublist > .active > a {
        background: #f9f9f9;
    }

    /*styles for side block*/

    .list > li,
    .list > li > a,
    .sublist > li > a,
    .sublist > li {
        position: relative;
    }

        .list > li > a:hover {
            background-color: #f9f9f9;
        }

    .side-2 .block .sublist > .active > a:before {
        background: url(/Themes/Tiffany/Content/img/bullet.png) no-repeat scroll center 15px #ffffff;
        border-color: #ddd;
        border-style: solid;
        border-width: 0 1px 0 0;
        bottom: 0;
        content: "";
        left: 0;
        position: absolute;
        top: 1px;
        transition: all 0.3s ease 0s;
        width: 19px;
    }

    .side-2 .block .list .sublist li > a:hover {
        background: #f9f9f9;
    }

    .side-2 .block .sublist li > a:before,
    .list > li > a:before,
    .sublist > li > a:before {
        -webkit-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        transition: all 0.3s ease;
        background: url(/Themes/Tiffany/Content/img/bullet.png) no-repeat scroll center 15px #ffffff;
        content: '';
        width: 0;
    }

    .side-2 .block.block-recently-viewed-products .list li > a:before {
        left: -19px;
        border: none;
    }

    .block .list .active {
        background: #f9f9f9;
        border: 1px solid #e5e5e5;
    }

    .list > li > a:hover:before {
        border-color: #ddd;
        border-style: solid;
        border-width: 0 1px 0 0;
        bottom: 0;
        content: "";
        left: 0;
        position: absolute;
        top: 0px;
        width: 19px !important;
    }

    .center-1 .list > li > a:hover:before {
        display: none;
    }

    .block .product-picture {
        float: left;
        height: 100%;
        width: 20%;
        vertical-align: middle;
        position: relative;
    }

        .block .product-picture img {
            display: block;
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            margin: auto;
        }

    .block-recently-viewed-products div + a {
        max-width: 80%;
    }

    .block-recently-viewed-products .list li {
        overflow: hidden;
        height: 40px;
    }

    .block-recently-viewed-products .list li {
        border-top: 1px solid #ddd;
    }

        .block-recently-viewed-products .list li .product-picture {
            display: block;
        }

        .block-recently-viewed-products .list li a {
            line-height: 40px;
            padding: 0 8px 0 0;
            border-bottom: none;
            font-size: 14px;
            white-space: normal;
            text-align: right;
            border-top: none;
        }

    .block.block-popular-tags .title {
        border-bottom: none;
    }

    .block .tags {
        padding: 5px 15px;
    }

    .block .poll-options li,
    .block .poll-results li {
        display: block;
    }

    .block.block-recently-viewed-products .list li .product-picture {
        -webkit-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    .block.block-recently-viewed-products .list li:hover .product-picture {
        /*width:30%;*/ /*uncomment if you want to move the image on hover*/
        border-top: none;
    }

    .block.block-recently-viewed-products .list li .product-name {
        float: right;
        width: 70%;
        border-top: none;
    }

    .block.block-recently-viewed-products .list li a:before {
        border-top: none;
    }

    .block.block-recently-viewed-products .list li a:hover {
        background-color: transparent;
    }

    .center-1 .block {
        margin: 0 0 40px;
        border: none;
        text-align: center;
    }

        .center-1 .block .title {
            margin: 0 0 10px;
        }

            .center-1 .block .title strong {
                background: none;
                font-size: 18px;
            }

        .center-1 .block .list {
            border-top: 1px solid #ddd;
            border-bottom: 1px solid #ddd;
            padding: 10px 0;
        }

            .center-1 .block .list li {
                display: inline-block;
            }

            .center-1 .block .list a,
            .center-1 .block .year strong {
                border: none;
                padding: 5px 15px;
            }

        .center-1 .block .sublist {
            display: none;
        }

        .center-1 .block .view-all {
            border: none;
            text-align: center;
        }

        .center-1 .block .tags {
            border-bottom: 1px solid #ddd;
            padding: 15px;
        }

        .center-1 .block .poll strong {
            border-bottom: none;
            margin-bottom: -10px;
        }

        .center-1 .block .poll-options li,
        .center-1 .block .poll-results li {
            display: inline-block;
        }

    .center-1 .poll .buttons,
    .center-1 .poll-total-votes {
        text-align: center;
    }

    .block li a {
        transition: all 0.2s ease 0s;
        -webkit-transition: all 0.2s ease 0s;
        -ms-transition: all 0.2s ease 0s;
        transition: all 0.2s ease 0s;
    }

        .block li a:hover {
            color: #999;
        }

    /* CATEGORY PAGE & GRIDS */

    .breadcrumb {
        margin: 0 0 0 -2px;
    }

        .breadcrumb ul {
            width: 1000px;
            max-width: 100%;
            margin: auto;
        }

    .item-grid {
        max-width: none !important;
    }

    .item-box:nth-child(3n+1) {
        clear: none;
    }

    .item-box:nth-child(4n+1) {
        clear: both;
    }

    .category-page .item-box,
    .recently-added-products-page .item-box,
    .recently-viewed-products-page .item-box,
    .manufacturer-page .item-box,
    .vendor-page .item-box,
    .product-tag-page .item-box {
        max-width: none;
        float: left;
        overflow: hidden;
    }

    .category-page .product-list .item-box,
    .recently-added-products-page .product-list .item-box,
    .recently-viewed-products-page .product-list .item-box,
    .manufacturer-page .product-list .item-box,
    .vendor-page .product-list .item-box,
    .product-tag-page .product-list .item-box {
        float: none;
    }

    .home-page-category-grid .item-box {
        max-width: none;
    }

    .home-page-category-grid.categories-1 .item-box:nth-child(2n) {
        margin: 0;
    }

    .home-page-category-grid.banner-included.categories-1 .item-box:nth-child(2n) {
        margin: 0 0 0 33.33%;
    }

    .home-page-category-grid.categories-1 .item-box .title,
    .sub-category-grid.categories-1 .item-box .title {
        -webkit-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        transition: all 0.3s ease;
        -webkit-backface-visibility: hidden;
        -webkit-transform: scale(1);
    }

    .home-page-category-grid.categories-1 .item-box:hover .title,
    .sub-category-grid.categories-1 .item-box:hover .title {
        background: url(/Themes/Tiffany/Content/img/title-decoration.png) no-repeat scroll center 97px rgba(0, 0, 0, 0.5);
        height: 167px;
    }

    .categories-2 .sub-category-item,
    .categories-2 .category-item {
        height: 170px;
    }

    .home-page-category-grid.categories-2 .item-box .title a,
    .sub-category-grid.categories-2 .item-box .title a {
        border: 1px solid rgba(0,0,0,0.2);
        padding: 10px 15px;
        color: #fff;
    }

    .home-page-category-grid.categories-2 .item-box .picture a,
    .sub-category-grid.categories-2 .item-box .picture a {
        height: 170px;
    }

    .product-grid .item-box {      
        margin: 0;
        overflow: hidden;
    }

    .home-page-product-grid .item-box {
        width: 275px;
    }

    .product-grid .item-box .details {
        height: 140px;
        position: absolute;
        bottom: -40px;
        width: 100%;
        z-index: 2;
        -webkit-transition: all 0.35s ease;
        -ms-transition: all 0.35s ease;
        transition: all 0.35s ease;
    }

    .product-grid .item-box .picture {
        margin: 0 0 70px;
    }

    .product-grid .item-box:hover .details, .product-grid .ajax-cart-product-item-hover .details {
        bottom: 0;
        background: #fff;
        color: #000;
    }

    .product-grid .item-box .buttons {
        top: auto;
        bottom: -52px;
    }

    .product-grid .item-box:hover .details .buttons, .ajax-cart-product-item-hover .details .buttons {
        bottom: -43px;
    }

    .product-grid .hover-effect-2 .item-box:hover .details .buttons {
        height: 50px;
    }

    .add-info .buttons .product-box-add-to-cart-button,
    .add-info .buttons .add-to-compare-list-button {
        background-color: #0d1332cf;
    }

    .product-grid .hover-effect-2 .picture {
        margin: 0;
    }

        .product-grid .hover-effect-2 .picture a:after {
            content: "";
            display: block;
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            z-index: 10;
            background: transparent;
            -webkit-transition: all 0.34s ease;
            -ms-transition: all 0.34s ease;
            transition: all 0.34s ease;
        }

    .product-grid .item-box:hover .hover-effect-2 .picture a:after {
        background: rgba(0,0,0,0.2);
    }

    .product-grid .hover-effect-2 .details {
        position: static;
        height: auto;
    }

    .product-grid .hover-effect-2 .add-info {
        position: static;
        height: 50px;
    }

    .product-grid .hover-effect-2 .buttons {
        position: absolute;
        top: 10px;
        bottom: auto;
        right: 10px;
        left: auto;
        width: 45px;
        z-index: 11;
        opacity: 0;
        -webkit-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    .product-grid .item-box:hover .hover-effect-2 .buttons {
        opacity: 1;
    }

    .product-grid .hover-effect-2 .productQuantityTextBox {
        transform: none;
        position: absolute;
        left: -110px;
    }

    .product-grid .hover-effect-2 .add-to-compare-list-button {
        margin: 0 0 1px 0 !important;
        background: url(/Themes/Tiffany/Content/img/compare-button.png) no-repeat center rgba(0,0,0,.5);
    }

    .product-grid .hover-effect-2 .compare-products {
        margin: 0;
    }

    .product-grid .hover-effect-2 .product-box-add-to-cart-button {
        margin: 0 0 1px 0 !important;
        background: url(/Themes/Tiffany/Content/img/shopping-cart.png) no-repeat scroll center rgba(0,0,0,.5);
    }

    .manufacturer-list-page .manufacturer-grid {
        margin: 0;
        width: 100%;
    }

    /* PRODUCT PAGE */

    .product-details-page .gallery {
        width: 600px;
    }

        .product-details-page .gallery .picture {
            width: 600px;
        }

            .product-details-page .gallery .picture:only-child {
                width: 600px;
            }

        .product-details-page .gallery .picture-thumbs {
            width: 100%;
        }

            .product-details-page .gallery .picture-thumbs a {
                display: block;
            }

    .gallery .picture img,
    .gallery .picture-thumbs img,
    .variant-picture img {
        bottom: auto;
    }

    .product-details-page .overview {
        width: 500px;
        padding: 0 20px;
    }

    .product-details-page .discontinued-product {
        position: absolute;
        top: 0;
        left: -500px;
        width: 500px;
        margin: 0;
        background: rgba(255,255,255,0.85);
        text-align: center;
        z-index: 1000;
    }

    .product-essential .product-name {
        margin-bottom: 30px;
    }

    /* GIFT CARD */

    .giftcard {
        padding: 20px 0;
    }

        .giftcard div {
            text-align: left;
        }

        .giftcard label {
            display: inline-block;
            width: 311px;
            margin: 0 10px 0 0;
            text-align: right;
        }

    /* WISHLIST & COMPARE LIST */

    .compare-products-table-mobile {
        display: none;
    }

    .compare-products-table {
        display: block;
    }

        .compare-products-table .overview {
            float: none;
        }

        .compare-products-table td {
            text-align: left;
        }

    .compare-products-page .clear-list {
        width: 100%;
        padding: 0;
        text-align: center;
        top: 0;
    }

    .compare-products-table tr td:first-child {
        text-align: right;
    }

    .compare-products-table tr:first-child td:first-child {
        vertical-align: top;
    }

    .compare-products-table tr:first-child td {
        padding: 0;
    }

        .compare-products-table tr:first-child td > div {
            position: relative;
        }

    .a-center > div {
        position: relative;
    }

    /* TOPICS & PASSWORD PROTECTION */

    .topic-block-title,
    .topic-html-content-body {
        margin: 0 0 15px;
    }

    /* REGISTRATION, LOGIN, MY ACCOUNT */

    #username-availabilty {
        position: absolute;
        top: 8px;
        left: 500px;
    }

    .login-page .inputs.reversed > * {
        width: auto;
        margin: 0 5px;
        vertical-align: middle;
    }

    .return-request-page label {
        width: 300px;
    }

    .block-account-navigation .title strong {
        border-bottom: none;
    }

    /* SHOPPING CART & CHECKOUT */

    .order-progress {
        margin: 0 0 20px;
    }

    .shopping-cart-page .page-body {
        padding-bottom: 45px;
    }

    .shopping-cart-page .tax-shipping-info,
    .shopping-cart-page .common-buttons,
    .checkout-attributes {
        text-align: right;
    }

        .checkout-attributes li {
            margin: 0 0 0 10px;
        }

        .shopping-cart-page .common-buttons input {
            margin: 0;
            width: 25%;
        }

    .shopping-cart-page .totals {
        margin: 0;
        width: 380px;
    }

    .cart-collaterals {
        width: 660px;
        margin: 0;
    }

        .cart-collaterals .deals {
            float: left;
            width: 100%;
            margin: 0;
        }

            .cart-collaterals .deals > div {
                float: left;
                width: 50%;
                margin: 0 0 35px;
                text-align: left;
            }

        .cart-collaterals .title,
        .cart-collaterals .hint {
            padding-left: 10px;
        }

        .cart-collaterals .coupon-code {
            width: auto;
            max-width: none;
        }

            .cart-collaterals .coupon-code input[type="text"] {
                width: 60%;
                margin: 0;
            }

            .cart-collaterals .coupon-code input[type="submit"] {
                width: 40%;
            }

        .cart-collaterals .shipping {
            float: right;
            width: 100%;
            margin: 0;
            text-align: left;
        }

            .cart-collaterals .shipping .estimate-shipping .buttons {
                clear: both;
                width: 33.33%;
                margin: 0 auto 20px;
            }

                .cart-collaterals .shipping .estimate-shipping .buttons > .estimate-shipping-button {
                    width: 100%;
                }

        .cart-collaterals .estimate-shipping > div {
        }

    .estimate-shipping .shipping-options select {
        width: 101%;
        max-width: none;
    }

    .cart-collaterals .shipping-options .inputs {
        float: left;
        width: 33.33%;
        margin: 0;
        text-align: left;
    }

        .cart-collaterals .shipping-options .inputs:last-child {
            width: 33%;
            margin-left: 33%;
        }

        .cart-collaterals .shipping-options .inputs .estimate-shipping-button {
            width: 100%;
        }

    .cart-collaterals .shipping label {
        display: block;
        width: 100px;
        margin: 0 0 10px 10px;
        text-align: left;
    }

    .checkout-page .edit-address label {
        width: 300px;
    }

    .checkout-page .selected-checkout-attributes {
        text-align: right;
    }

    .checkout-page .totals {
        float: right;
    }

    .shopping-cart-page .terms-of-service {
        text-align: left;
    }

    .order-details-page .order-overview {
        margin: 0 5% 30px;
    }

    /* SEARCH & SITEMAP */

    .basic-search input[type="text"] {
        width: 350px;
    }

    .advanced-search .price-range {
        margin-left: 48px;
    }

        .advanced-search .price-range input {
            height: auto;
        }

    /* BLOG & NEWS */

    .news-item-page .inputs input,
    .news-item-page .inputs textarea {
        width: 100%;
        max-width: none;
    }

    .news-item-page textarea {
        display: block;
        margin: auto;
    }

    .home-page-wrapper .news-list-homepage {
        overflow: visible;
        height: 600px;
        min-height: 0;
        background-repeat: no-repeat;
    }

        .home-page-wrapper .news-list-homepage:after {
            content: '';
            display: block;
            clear: both;
        }

    .news-list-homepage .news-items {
        width: 1000px;
        max-width: 100%;
        margin: auto;
        position: relative;
        padding: 150px 0 0 0;
    }

    .news-list-homepage .news-body {
        height: 113px;
    }
    /* FORUM & PROFILE */

    .forum-breadcrumb {
        margin-bottom: 30px;
    }

    .forum-search-page .advanced-search .inputs label {
        width: 30%;
    }

    .forum-edit-page label,
    .private-message-send-page label {
        width: 230px;
    }

    .forum-edit-page textarea,
    .private-message-send-page textarea {
        width: 500px;
        height: 150px;
    }

    .forums-header .search-box {
        float: none;
    }

    .forums-main-page .view-all a {
        display: inline-block;
        background: #a69c97;
        border: medium none !important;
        color: #ffffff;
        font-family: 'Roboto Light';
        font-size: 16px;
        line-height: 40px;
        margin: 0 0 30px;
        padding: 0 10px !important;
        text-transform: uppercase;
    }

    .manage-post {
        float: none;
        position: absolute;
        top: 0;
        right: 100px;
        bottom: 0;
        margin: auto;
        height: 26px;
        color: #fff;
    }

        .manage-post a {
            margin-left: 5px;
            padding-left: 20px;
        }



    /*CUSTOM SELECTS*/

    .custom-select {
        display: inline-block;
        width: 175px;
        border-right: 1px solid #ddd;
        background: url(/Themes/Tiffany/Content/img/custom-select.png)no-repeat 90% center;
    }

    .custom-select-text {
        font-size: 16px;
        color: #666;
        line-height: 40px;
        padding: 0 5px 0 10px;
        position: absolute;
        top: 0;
    }

    .item.slideLeft {
        position: absolute;
        left: -480px;
        opacity: 0.2;
    }

    .item.slideRight {
        position: absolute;
        right: -480px;
        opacity: 0.2;
    }


    .gallery .thumb-item {
        float: left;
    }


    .categories-banner, .home-page-main-slider {
        display: block;
    }
}

.ps-container.ps-active-x>.ps-scrollbar-x-rail,.ps-container.ps-active-y>.ps-scrollbar-y-rail{display:block}.ps-container>.ps-scrollbar-x-rail{display:none;position:absolute;-webkit-border-radius:4px;-moz-border-radius:4px;-ms-border-radius:4px;border-radius:4px;opacity:0;-ms-filter:"alpha(Opacity=0)";filter:alpha(opacity=0);-webkit-transition:background-color .2s linear,opacity .2s linear;-moz-transition:background-color .2s linear,opacity .2s linear;-o-transition:background-color .2s linear,opacity .2s linear;transition:background-color .2s linear,opacity .2s linear;bottom:3px;height:8px}.ps-container>.ps-scrollbar-x-rail>.ps-scrollbar-x{position:absolute;background-color:#aaa;-webkit-border-radius:4px;-moz-border-radius:4px;-ms-border-radius:4px;border-radius:4px;-webkit-transition:background-color .2s linear;-moz-transition:background-color .2s linear;-o-transition:background-color .2s linear;transition:background-color .2s linear;bottom:0;height:8px}.ps-container>.ps-scrollbar-x-rail.in-scrolling{background-color:#eee;opacity:.9;-ms-filter:"alpha(Opacity=90)";filter:alpha(opacity=90)}.ps-container>.ps-scrollbar-y-rail{display:none;position:absolute;-webkit-border-radius:4px;-moz-border-radius:4px;-ms-border-radius:4px;border-radius:4px;opacity:0;-ms-filter:"alpha(Opacity=0)";filter:alpha(opacity=0);-webkit-transition:background-color .2s linear,opacity .2s linear;-moz-transition:background-color .2s linear,opacity .2s linear;-o-transition:background-color .2s linear,opacity .2s linear;transition:background-color .2s linear,opacity .2s linear;right:3px;width:8px}.ps-container>.ps-scrollbar-y-rail>.ps-scrollbar-y{position:absolute;background-color:#aaa;-webkit-border-radius:4px;-moz-border-radius:4px;-ms-border-radius:4px;border-radius:4px;-webkit-transition:background-color .2s linear;-moz-transition:background-color .2s linear;-o-transition:background-color .2s linear;transition:background-color .2s linear;right:0;width:8px}.ps-container>.ps-scrollbar-y-rail.in-scrolling{background-color:#eee;opacity:.9;-ms-filter:"alpha(Opacity=90)";filter:alpha(opacity=90)}.ps-container:hover>.ps-scrollbar-x-rail,.ps-container:hover>.ps-scrollbar-y-rail{opacity:.6;-ms-filter:"alpha(Opacity=60)";filter:alpha(opacity=60)}.ps-container:hover>.ps-scrollbar-x-rail.in-scrolling,.ps-container:hover>.ps-scrollbar-y-rail.in-scrolling{background-color:#eee;opacity:.9;-ms-filter:"alpha(Opacity=90)";filter:alpha(opacity=90)}.ps-container:hover>.ps-scrollbar-x-rail:hover{background-color:#eee;opacity:.9;-ms-filter:"alpha(Opacity=90)";filter:alpha(opacity=90)}.ps-container:hover>.ps-scrollbar-x-rail:hover>.ps-scrollbar-x{background-color:#999}.ps-container:hover>.ps-scrollbar-y-rail:hover{background-color:#eee;opacity:.9;-ms-filter:"alpha(Opacity=90)";filter:alpha(opacity=90)}.ps-container:hover>.ps-scrollbar-y-rail:hover>.ps-scrollbar-y{background-color:#999}
.slider-wrapper img{max-width:100%;}
.nivoSlider{position:relative;width:100%;height:auto;overflow:hidden;}
.nivoSlider img{position:absolute;top:0px;left:0px;max-width:100%;}
.nivo-main-image{display:block !important;position:relative !important;width:100% !important;height:auto;}
.nivoSlider a.nivo-imageLink{position:absolute;top:0;left:0;width:100%;height:100%;border:0;padding:0;margin:0;z-index:6;display:none;background:white;opacity:0;}
.nivo-slice{display:block;position:absolute;z-index:5;height:100%;top:0;}
.nivo-slice img{max-width:none;}
.nivo-box{display:block;position:absolute;z-index:5;overflow:hidden;}
.nivo-box img{display:block;max-width:none;}
.no-captions .nivo-caption{display:none !important;}
.nivo-caption{position:absolute;left:0px;bottom:0px;background:#000;color:#fff;width:100%;z-index:8;padding:5px 10px;opacity:0.8;overflow:hidden;display:none;-moz-opacity:0.8;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}
.nivo-caption p{padding:5px;margin:0;}
.nivo-caption a{display:inline !important;}
.nivo-html-caption{display:none;}
.nivo-directionNav a{position:absolute;top:45%;z-index:9;cursor:pointer;}
.nivo-prevNav{left:0px;}
.nivo-nextNav{right:0px;}
.nivo-controlNav{text-align:center;padding:15px 0;}
.nivo-controlNav a{cursor:pointer;}
.nivo-controlNav a.active{font-weight:bold;}
/*
Skin Name: Nivo Slider Default Theme
Skin URI: http://nivo.dev7studios.com
Description: The default skin for the Nivo Slider.
Version: 1.3
Author: Gilbert Pellegrom
Author URI: http://dev7studios.com
Supports Thumbs: true
*/


.slider-wrapper {
    position: relative;
    z-index: 1;
}
.nivo-controlNav {
        display:none;
        position: absolute;
        bottom: 20px;
        left: 0;
        width: 100%;
        padding: 0;
        font-size: 0;
        z-index:10;
    }
.nivo-control {
	display: inline-block;
	margin: 0 2px;
	width: 35px;
	height: 5px;
	font-size: 0;
	background: rgba(0,0,0,0.2);
}

.nivo-control.active,
.nivo-control:hover {
	background: rgba(0,0,0,0.7);
}
.home-page-bottom-banners > div {
    text-align: center;
    overflow:hidden;
}

/* if there is one image in the slider as a banner the styles below make it fluid */
.slider-wrapper>img,
.slider-wrapper> a>img{
    width:100%;
}
.categories-banner,
.home-page-main-slider {
    margin-bottom: 10px;
    margin-top: -30px !important;
}

@media all and (max-width: 1000px) {
a.nivo-prevNav,
a.nivo-nextNav {
	display: none;
}

}

@media all and (min-width: 1001px) {

.slider-wrapper {
	margin: 0;
}
.master-wrapper-main .slider-wrapper{
    margin:0 0 30px;
}
.home-page-banner {
	width: 1000px;
	margin: 0 auto;
}
.nivoSlider {
}
.nivoSlider a {
}
.nivoSlider img {
}

/* DIRECTIONAL NAVIGATION */

.nivo-directionNav a {
	width: 50px;
	height: 50px;
	top: 50%;
	margin-top: -25px;
	background-color: rgba(57,50,48,0.3);
	background-repeat: no-repeat;
	background-position: center;
	font-size: 0;
}
a.nivo-prevNav {
	background-image: url(/Plugins/SevenSpikes.Nop.Plugins.AnywhereSliders/Themes/Tiffany/Content/nivo/nav-button-left.png);
	left: 20px;
}
a.nivo-nextNav {
	background-image: url(/Plugins/SevenSpikes.Nop.Plugins.AnywhereSliders/Themes/Tiffany/Content/nivo/nav-button-right.png);
	right: 20px;
}
.nivo-directionNav a:hover {
	background-color: rgba(57,50,48,0.6);
}


/*HOMEPAGE CATEGORY CUSTOM BANNER LEFT*/

.home-page-category-grid.categories-2 .item-box {
    margin:0 !important;
    float:none;

}
.home-page-category-grid.categories-2 .slider-wrapper {
	height: auto;
	max-width: 250px;
}

}

@media all and (min-width: 768px) {

    .home-page-category-grid.categories-1 .item-grid .item-box:nth-child(2n) {
        clear: none;
    }

    .home-page-bottom-banners {
        width: 100%;
        max-width: 1000px;
        margin: 0 auto 20px;
        overflow: hidden;
    }

        .home-page-bottom-banners > div {
            width: 50%;
            overflow:hidden;
        }

        .home-page-bottom-banners .left {
            float: left;
            width:49.8%;
            margin:0 0.2% 0 0;

        }

        .home-page-bottom-banners .right {
            float: left;
        }

        .home-page-bottom-banners .slider-wrapper {
            margin: 0;
        }
}

    @media all and (min-width: 768px) {
        .home-page-category-grid.categories-1.banner-included .item-grid .slider-wrapper {
            width: 33.334%;
            height: auto;
            overflow: hidden;
            position: absolute;
        }

        .home-page-category-grid.categories-1 .nivoSlider {
            height: auto;
        }

            .home-page-category-grid.categories-1 .nivoSlider img {
                position: absolute;
                left: 0;
                top: 0;
                max-width: none;
            }

        .nivo-controlNav {
            display: block;
        }

            .nivo-controlNav.nivo-thumbs-enabled {
                display: block;
                height: 70px;
                width: 100%;
                overflow: hidden;
            }

                .nivo-controlNav.nivo-thumbs-enabled .nivo-control {
                    margin: 0 1px 0 0;
                    width: 150px;
                    height: 100%;
                    overflow: hidden;
                    border: 1px solid #ddd;
                }

                    .nivo-controlNav.nivo-thumbs-enabled .nivo-control:hover {
                        border-color: #fff;
                    }

                    .nivo-controlNav.nivo-thumbs-enabled .nivo-control img {
                        max-width: 100%;
                        max-height: 100%;
                    }

        .home-page-category-grid.banner-included.categories-2 .item-grid .item-box {
            float: right;
            width: 66%;
            max-width: 800px
        }
    }

@media all and (min-width: 768px) and (max-width:1000px) {
    .home-page-category-grid.banner-included.categories-2 .item-grid .item-box{
        overflow:hidden;
        max-width:none;
    }
    .home-page-category-grid.banner-included.categories-2 .item-grid .item-box .picture a{
        height:124px;
    }
    .home-page-category-grid.categories-2.banner-included .item-box .title a, 
    .sub-category-grid.categories-2.banner-included .item-box .title a {
        border: 1px solid rgba(0, 0, 0, 0.2);
        color: #000000;
        padding: 10px 15px;
    }

}
@media all and (max-width:1000px) {
    .home-page-category-grid.banner-included.categories-2 .slider-wrapper {
        display: none;
    }
    .home-page-category-grid.banner-included.categories-2 .item-grid .item-box {
        float: none;
    }
}

/*@media all and (min-width: 1281px) {
    .home-page-category-grid.banner-included.categories-2 .item-grid .item-box {
        width: 67%
    }
}*/


/*=====================================================
    
    RESPONSIVE

=====================================================*/


.menu-title {
	text-align: center;
}
.mega-menu, .header-menu .menu-title {
	display: none;
}
.mega-menu-responsive {
	display: block !important;
}

/*responsive vision*/
.responsive-nav-wrapper .menu-title{
    border:none;
    border-radius:0;
}  

@media all and (max-width: 1000px) {

.dropdown .topic-wrapper {
	display: none;
}

}

/*=====================================================
    
    DESKTOP

=====================================================*/

@media all and (min-width: 1001px) {

.menu-title,
.close-menu {
	display: none;
}

/* MAIN PANEL & DROPDOWN*/

.mega-menu {
	position: relative;
	z-index: 1001;
	display: block;
}

.mega-menu-responsive {
	display: none !important;
}

.mega-menu .dropdown {
	display: none;
	position: absolute;
	z-index: 3; /*necessary of there is a :before or :after with another z-index*/
	overflow: hidden;
	background: #fff;
	min-width: 180px;
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.3);
	background: rgba(255,255,255,0.85);
	transition: all .3s ease;
}
    .mega-menu .dropdown.active {
        display: block;
    }

.mega-menu .dropdown .row {
	margin: 0;
}

.mega-menu .dropdown .box {
	width: 100%;
	padding: 0;
}

.mega-menu .dropdown .box .title {
	display: none;
}

.mega-menu .dropdown .box a {
	display: block;
	/*border-bottom: 1px solid #5b5654;*/
	background: rgba(57,50,48,0.7);
	padding: 0 20px;
	text-align: left;
	line-height: 45px;
	color: #fff;
	font-size: 12px;
	transition: all 0.15s ease 0s;
	-webkit-transition: all 0.15s ease 0s;
	-moz-transition: all 0.15s ease 0s;
	-ms-transition: all 0.15s ease 0s;
}

.mega-menu .dropdown .row .box a:hover {
	background: rgba(57,50,48,0.8);
}


	.mega-menu .dropdown.fullWidth {
		left: 0;
		width: 1000px;
		margin: 0 auto;
		padding: 10px;
		background: #f6f6f6;
	}

.mega-menu .dropdown.fullWidth .box a,
.mega-menu .dropdown.fullWidth .box a:hover {
	background: none !important;
}

.mega-menu .dropdown.fullWidth .subcategories {
	margin-top: 5px;
}

.mega-menu .dropdown.fullWidth .subcategories li a {
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	border: medium none;
	color: #000000;
	line-height: 35px;
	padding: 0;
	text-align: left;
	margin-left:12px;
	transition: all 0.3s ease 0s;
}

.mega-menu .dropdown.fullWidth .subcategories li:hover a {
	/*use effect here*/
}

.mega-menu .manufacturers.fullWidth .row,
.mega-menu .vendors.fullWidth .row {
	margin: 0;
	overflow: hidden;
}

.mega-menu .manufacturers.fullWidth .row .box,
.mega-menu .vendors.fullWidth .row .box {
	float: left;
	width: 16.66%;
}

.mega-menu .manufacturers.fullWidth .row .box .title,
.mega-menu .vendors.fullWidth .row .box .title {
	margin: 0;
	display: none;
}

.mega-menu .manufacturers.fullWidth .row .box .picture,
.mega-menu .vendors.fullWidth .row .box .picture {
	margin: 0;
	border: 1px solid transparent;
}
.mega-menu .manufacturers.fullWidth .row .box .picture:hover,
.mega-menu .vendors.fullWidth .row .box .picture:hover {
	border: 1px solid #ddd;
}
.mega-menu .manufacturers.fullWidth .row .box .picture .manufacturer,
.mega-menu .vendors.fullWidth .row .box .picture .vendor {
	display: block;
	position: relative;
	margin: 0 5px 5px;
	height: 133px;
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
}
.mega-menu .manufacturers.fullWidth .row .box .manufacturer img,
.mega-menu .vendors.fullWidth .row .box .vendor img {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	max-width: 100%;
	max-height: 100%;
}

.manufacturers.fullWidth .box,
.vendors.fullWidth .box {
	width: 16.66666666666667%;
}

.mega-menu .dropdown.categories.fullWidth .row-wrapper{
	float: left;
	padding: 15px 0 0 0;
}

.mega-menu .dropdown.categories.fullWidth .row {
   
	overflow: hidden;
	
}

.mega-menu .dropdown.categories.fullWidth .box {
	float: left;
	width: 33.33%;
	padding: 0 0 20px;
}

.mega-menu .dropdown.categories.fullWidth .title {
	display: block;
	margin: 0 0 2px 0;
	padding: 0 0 20px 0;
	font-size: 18px;
	color: #231c19;
	font-family: Arvo;
	text-transform: uppercase;
	text-align: center;
	font-weight:bold;
	background: url(/Plugins/SevenSpikes.Nop.Plugins.MegaMenu/Themes/Tiffany/Content/images/title-decoration.png)no-repeat left bottom;
}

.mega-menu .dropdown.categories.fullWidth .box .title a {
	font-size: 13px;
	text-align: left;
	line-height: normal;
}

.mega-menu .dropdown.categories.fullWidth .box a {
	border: none;
	color: #000;
}

.mega-menu .dropdown.categories.fullWidth .box a:hover {
	background: none;
	color: #666;
}

.mega-menu .title a {
}
.mega-menu .title a:hover {
	color: #555;
}

.mega-menu .categories .picture {
	display: none;
	float: left;
	width: 80px;
	height: 80px;
	overflow: hidden;
	text-align: center;
}
.mega-menu .picture a {
	display: block;
}

.mega-menu li a.view-all {
	font-weight: bold;
	background: none;
}


.mega-menu .topic-wrapper {
	overflow: hidden;
	background: rgba(255,255,255,.5);
	font-size: 16px;
	color: #000;
	padding: 0 10px 10px;
	text-align: center;
}

.mega-menu .topic-wrapper .box {
	margin:10px 0;
}

.mega-menu .topic-wrapper p {
	font-size: 14px;
	line-height: 20px;
}

.mega-menu .topic-wrapper strong {
	display: block;
	background:url(/Plugins/SevenSpikes.Nop.Plugins.MegaMenu/Themes/Tiffany/Content/images/title-decoration.png) no-repeat center bottom;
	padding: 8px 0 20px 0;
	font-size: 16px;
	text-transform: uppercase;
	font-weight:normal;
	font-family:Arvo;
	color: #000;
}


.mega-menu .slider-wrapper {
	float: right;
	margin: 0;
}
.mega-menu .boxes-3 .row-wrapper,
.mega-menu .boxes-3 .row{
    width:75%;
    float:left;
}
.mega-menu .boxes-3 .row-wrapper>.row{
    width:100%;
}
.mega-menu .boxes-3 .slider-wrapper{
    width:24%;
    overflow:hidden;
    float:none;
    text-align: center;
}
.mega-menu .boxes-4 .slider-wrapper{
    width:100%;
    overflow:hidden;
    text-align: center;

}
.dropdown.categories.fullWidth.boxes-4 .row-wrapper,
.dropdown.categories.fullWidth.boxes-4 .row{
	width: 100%;
	float: none;
}
.dropdown.categories.fullWidth.boxes-4 .row-wrapper .box,
.dropdown.categories.fullWidth.boxes-4 .row .box {
	width: 25%;
}
.dropdown.categories.fullWidth.boxes-4 .slider-wrapper {
	float: none;
    overflow:hidden;
}

}
.productQuantityTextBox{float:left;width:20px;text-align:center;font-size:16px;}
.ajaxCart{position:absolute;z-index:1070;padding:1px !important;background:#fff;box-shadow:0 1px 3px #666;}
.ajaxCart li{list-style:none;}
.ajaxCart .k-window-titlebar.k-header{margin:0 !important;padding:10px;border-bottom:1px solid #999;background:#bbb url(/Plugins/SevenSpikes.Nop.Plugins.AjaxCart/Styles/images/button1.png) top repeat-x;}
.ajaxCart .k-window-titlebar.k-header .k-window-actions{position:absolute;top:9px;right:10px;font-size:0;z-index:1;}
.ajaxCart .k-window-titlebar.k-header .k-window-actions a{display:block;width:16px;height:16px;border:1px solid #ccc;background:#333 url(/Plugins/SevenSpikes.Nop.Plugins.AjaxCart/Styles/images/button-close-hover.png) center no-repeat;box-shadow:0 0 1px #999 inset;font-size:0;}
.ajaxCart .k-window-titlebar.k-header .k-window-actions a:hover{background:#fff url(/Plugins/SevenSpikes.Nop.Plugins.AjaxCart/Styles/images/button-close.png) center no-repeat;}
.productAddedToCartWindow, .miniProductDetailsView{padding:15px 10px;background:url(/Plugins/SevenSpikes.Nop.Plugins.AjaxCart/Styles/images/separator.png) 0 -1px repeat-x;color:#555;line-height:18px;}
.productAddedToCartWindowTitle{position:absolute;top:0;left:0;padding:10px 12px;text-transform:uppercase;text-shadow:1px 1px 0 #eee;}
.productAddedToCartWindowImage{float:left;overflow:hidden;margin:0 15px 15px 0;width:120px;text-align:center;}
.productAddedToCartWindowImage a{display:block;overflow:hidden;line-height:0;}
.productAddedToCartWindowImage img{max-width:100%;}
.productAddedToCartWindowDescription{float:left;margin-bottom:15px;width:200px;}
.productAddedToCartWindowDescription h1{margin:0 0 10px;color:#333;text-transform:uppercase;font-weight:bold;font-size:12px;}
.productAddedToCartWindowDescription h1 a{color:#333;}
.productAddedToCartWindowDescription strong{display:block;margin-bottom:10px;font-size:18px;}
.productAddedToCartWindowDescription span{display:block;margin-bottom:3px;color:#666;}
.productAddedToCartWindowSummary{clear:both;padding:10px;border-top:1px dotted #ccc;text-align:center;}
.productAddedToCartWindowSummary a{display:block;font-size:14px;text-transform:uppercase;}
.productAddedToCartWindowSummary div{margin-top:10px;}
.ajaxCart .addProductToCartErrors{padding:10px;}
.miniProductDetailsView:focus,
.productAddedToCartWindow:focus{outline:-webkit-focus-ring-color auto 0;}
.miniProductDetailsView{background-color:#f6f6f6;}
.miniProductDetailsView h1{margin-bottom:10px;color:#333;text-transform:uppercase;font-weight:bold;font-size:12px;text-shadow:1px 1px 0 #eee;}
.miniProductDetailsView .product-name{position:absolute;top:9px;left:15px;width:260px;height:17px;overflow:hidden;}
.miniProductDetailsView .product-essential{margin:0;overflow:hidden;}
.miniProductDetailsView .short-description{margin-bottom:10px;padding-top:0;border-top:none;width:250px;}
.miniProductDetailsView .product-essential .gallery{margin:0 20px 0 0;width:auto !important;float:left;overflow:hidden;}
.miniProductDetailsView .product-essential .picture{overflow:hidden;width:auto !important;height:auto !important;line-height:normal !important;}
.miniProductDetailsView .product-essential .picture img{z-index:0 !important;}
.miniProductDetailsView .product-variant-line{margin:0;}
.miniProductDetailsView .prices{margin-bottom:10px;}
.miniProductDetailsView .customer-entered-price{margin-bottom:10px;}
.miniProductDetailsView .enter-price-input{padding:4px;width:69px;}
.miniProductDetailsView .giftcard{padding:10px 15px;background:#fff;margin:0;}
.miniProductDetailsView .product-collateral{margin-top:10px;}
.miniProductDetailsView .message-error{display:block;float:right;clear:both;margin:10px 0 0 0;color:#c00;font-weight:bold;font-size:14px;}
.miniProductDetailsView .message-error li{margin:5px 0;}
.k-overlay{position:fixed;top:0;left:0;z-index:1060;width:100%;height:100%;background-color:#000;opacity:0.5;}
.nopAjaxCartPanelAjaxBusy,
.miniProductDetailsPanelAjaxBusy{position:absolute;z-index:1070;width:auto;height:auto;background:url(/Plugins/SevenSpikes.Nop.Plugins.AjaxCart/Styles/images/loader.gif) no-repeat fixed 50% 50%;opacity:0.7;}
.addProductVariantToCartErrors{color:#c00;}
.addProductVariantToCartErrors ul{margin:20px;}
.addProductVariantToCartErrors li{margin:0 0 10px 0;}
.ajaxCart {
	padding: 0 !important;

}
.ajaxCart .k-window-titlebar.k-header {
	text-align:center;
    background:transparent;
    border:none;
    height:70px;
    padding:10px 20px 0 10px;
}
.ajaxCart .k-window-titlebar.k-header .k-window-title{
    font-size:15px;
}

.ajaxCart .k-window-titlebar{
    font-family: Arvo;
    padding: 0 0 10px;
    text-transform: uppercase;
}
.ajaxCart .addProductVariantToCartErrors{
    text-align:center;
}
.ajaxCart .k-window-titlebar.k-header .k-window-actions a {
	width: 24px;
	height: 24px;
	background:url(/Plugins/SevenSpikes.Nop.Plugins.AjaxCart/Themes/Tiffany/Content/images/exit.png) no-repeat center transparent;
    border:none;
    box-shadow:none;
    transition:all 0.5s ease 0s;
    -moz-transition:all 0.5s ease 0s;
    -webkit-transition:all 0.5s ease 0s;
    -ms-transition:all 0.5s ease 0s;
}
.ajaxCart .k-window-titlebar.k-header .k-window-actions a:hover {
    background:url(/Plugins/SevenSpikes.Nop.Plugins.AjaxCart/Themes/Tiffany/Content/images/exit.png) no-repeat center transparent;
	transform:rotate(90deg);
    -webkit-transform:rotate(90deg);
    -moz-transform:rotate(90deg);
    -ms-transform:rotate(90deg);
}
.productAddedToCartWindow, 
.miniProductDetailsView {
	padding:0;
	background: none;
}
.productAddedToCartWindowTitle {
	text-align:center;
	font-family: Arvo;
	font-weight: normal;
	color: #000;
    font-size:18px;
    width:100%;
    padding:20px 30px;
    background:url(/Plugins/SevenSpikes.Nop.Plugins.AjaxCart/Themes/Tiffany/Content/images/title-decoration.png) no-repeat center bottom transparent;
	text-shadow: none;
}
.nopAjaxCartPanelAjaxBusy,
.miniProductDetailsPanelAjaxBusy {
    z-index: 100007;
}


/*** QUANTITY BOX & BUY BUTTON ***/

@media screen and (-webkit-min-device-pixel-ratio:0) {
    /*.ajax-cart-button-wrapper {
        vertical-align:bottom;
    }*/
}

.ajax-cart-button-wrapper {
    display:inline-block;
}
.add-to-cart-panel .ajax-cart-button-wrapper{
    margin:0;
}
.add-to-cart .ajax-cart-button-wrapper {
	border: none;
	background: none;
    /*border:1px solid red;*/
}
.ajax-cart-button-wrapper input[type="text"],
.ajax-cart-button-wrapper select {
    width: 45px;
    height: 40px;
	/*margin: 0 -5px 0 0 !important;*/
    background: #fff;
    padding: 6px;
    text-align: center;
    font-size: 15px !important;
	color: #000;
}
.ajax-cart-button-wrapper select{
    vertical-align: top;
    width: auto;
}
.product-list .item-box .ajax-cart-button-wrapper input[type="text"]{
    height:45px;
}    
.product-list .item-box .ajax-cart-button-wrapper{
    margin:0 1px;
    vertical-align:top;
}
.product-list .item-box:hover .ajax-cart-button-wrapper input[type="text"]{
    margin:0;
}
.ajax-cart-button-wrapper .productQuantityTextBox,
.ajax-cart-button-wrapper .productQuantityDropdown{
    border: 1px solid #ddd !important;
    text-indent:0 !important;
}
.nopAjaxCartProductListAddToCartButton {
	height: 40px;
}
.ajax-cart-button-wrapper input[type="button"] {
	/*background: none;*/
}


/*** SINGLE PRODUCT WINDOW ***/



.productAddedToCartWindowDescription h1 {
    margin:0 0 15px 0;
	font-size: 16px;
    color:#000;
    font-family:Arvo;
    text-transform:none;
    font-weight:normal;
}
.productAddedToCartWindowDescription h1 a:hover {
	
}
.productAddedToCartWindowDescription strong {
	color: #555;
	font-weight: normal;
    font-size:16px;
}
.productAddedToCartWindowDescription .price{
    font-size:18px;
    color:#000;
}
.productAddedToCartWindowSummary {
	border-top: 1px solid #ddd;
	padding: 20px 0;
    font-size: 0;
}
    .productAddedToCartWindowSummary a {
        display: inline-block;
        margin: 0;
        border: medium none;
        color: #ffffff;
        font-family: Arvo;
        font-size: 14px;
        padding: 10px 15px;
        text-transform: uppercase;
        background: #a79c97;
        line-height: normal;
        transition: all 0.2s ease 0s;
        -webkit-transition: all 0.2s ease 0s;
        -moz-transition: all 0.2s ease 0s;
        -ms-transition: all 0.2s ease 0s;
    }
.productAddedToCartWindowSummary a:hover {
	background-color:#0d1332cf;
}
.productAddedToCartWindowSummary div{
    display:inline-block;
    margin:0;
}
.productAddedToCartWindowCheckout {
    border: medium none;
    color: #ffffff;
    font-family: Arvo;
    font-size: 14px;
    padding: 10px 15px;
    text-transform: uppercase;
    background:#0d1332cf;
    transition:all 0.2s ease 0s;
    -webkit-transition:all 0.2s ease 0s;
    -moz-transition:all 0.2s ease 0s;
    -ms-transition:all 0.2s ease 0s;
}
.productAddedToCartWindowCheckout:hover {
    background-color:#0d1332cf
}
.productAddedToCartItem {
    overflow: hidden;
    padding: 10px;
}
.productAddedToCartWindowDescription span {
    color: #555;
    font-size: 16px;
}
.productAddedToCartWindowImage {
    margin: 0 20px 20px 0;
    width: 150px;
}
.productAddedToCartWindowDescription{
    width:230px;
    margin:5px 0 20px 0;
}
.productAddedToCartWindowImage img{
    width:100%;
}
/*** GROUPED PRODUCTS WINDOW ***/



.miniProductDetailsView {
	background: #fff;
}
.miniProductDetailsView .product-essential .picture {
	width: auto !important;
	height: auto !important;
	float: none;
}
.miniProductDetailsView .product-overview-line {
	border-top: 1px solid #ddd;
	padding: 15px;
}
.miniProductDetailsView .product-overview-line:first-child {
	border-top: none;
}
.miniProductDetailsView .overview {
    /*float: left;*/
	margin-left: 0 !important;
    text-align: left;
    width:300px;
    padding:0;
}
.miniProductDetailsView .product-name {
    top: 14px;
	text-shadow: 1px 1px 0 #ddd;
}
.miniProductDetailsView h1.product-variant-name {
	color: #000000;
    font-family: Arvo;
    font-size: 16px;
    /*font-weight: normal;*/
    margin: 0 0 15px;
    text-transform: none;
}
.miniProductDetailsView .short-description {
    float: none;
    width:auto;
	padding-bottom: 10px;
}
.miniProductDetailsView .product-essential .gallery {
	display: block; /*Cloud Zoom css override*/
    width: 150px !important;
}
.miniProductDetailsView .picture img {
}
.miniProductDetailsView .attributes {
    margin-bottom: 15px;
	background: #f9f9f9;
    border:1px solid #ddd;
	padding: 10px;
}
.miniProductDetailsView .attributes dt {
	margin: 7px 7px 7px 0;
    width:96px;
    max-width:40%;
    text-align:left;
    overflow:hidden;
}
.miniProductDetailsView .attributes dd {
	margin:5px 0;
    width:auto;
    max-width:60%;
    color:#000;
}
.miniProductDetailsView .attributes dd  .option-list{
    text-align:left;
}
.miniProductDetailsView .attributes dd .option-list li > *{
    display:inline;
}
.miniProductDetailsView .attributes select {
    max-width: 100%;
}
.miniProductDetailsView .prices {
	margin-bottom: 10px;
    float: none;
}
.miniProductDetailsView .add-to-cart {
	
}
.miniProductDetailsView .add-to-cart > * {
    float: left;
}
.miniProductDetailsView .qty-label {
}
.miniProductDetailsView .qty-input {
}
.miniProductDetailsView .add-to-cart-button {
}

.miniProductDetailsView .product-collateral {
    margin: 0;
    border-radius: 0 0 12px 12px;
}
.miniProductDetailsView .product-collateral .giftcard{
    padding:0;
    border:1px solid #ddd;
    border-bottom:none;
}
.miniProductDetailsView .giftcard > div {
    float: none;
    width: auto;
    margin: 0;
    text-align:center;
    border-bottom:1px solid #ddd; 
}
.miniProductDetailsView .giftcard > div label {
	float: left;
	padding: 0 8px 0 0;
	margin:0;
	border-right: 1px solid #dddddd;
	font-size: 16px;
	line-height: 40px;
	text-align: right;
	width: 35%;
}
.miniProductDetailsView .giftcard textarea {
	background: none repeat scroll 0 0 #f9f9f9;
	border: none;
	height: 40px;
	max-width: none;
	width:65%;
}
.miniProductDetailsView .giftcard>div:last-child label{
	height:150px;
}
.miniProductDetailsView .product-collateral .giftcard input[type="text"]{
	background: none repeat scroll 0 0 #f9f9f9;
	border: none;
	line-height:40px;
	height: 40px;
	max-width: none;
	width:65%;

}

.miniProductDetailsView .product-details-page{
	width:auto;
	padding:0;
} 
.miniProductDetailsView .product-name{
	background: url(/Plugins/SevenSpikes.Nop.Plugins.AjaxCart/Themes/Tiffany/Content/images/title-decoration.png) no-repeat scroll center bottom rgba(0, 0, 0, 0);
	color: #000000;
	font-family: Arvo;
	font-size: 18px;
	font-weight: normal;
	padding: 20px 30px;
	text-align: center;
	width: 100%;
	top:0;
	left:0;
	text-shadow: none;
	height: auto;
}
.miniProductDetailsView .message-error{
	width:100%;
	font-size: 12px;
	color: #ff5868;
}

/* RELATED AND CROSS SELL */

.ajaxCart .product-grid {
	max-width: 500px;
    margin: 0 auto 20px;
    overflow: hidden;
}
.ajaxCart .product-grid .title {
    font-size: 18px;
    line-height: normal;
    display: block;
    padding: 10px 0 20px 0;
    margin: 0 0 10px !important;
    text-align: center;
	color: #000;
}

.ajaxCart .product-grid .item-box {
    width: 33.33%;
    margin: 0 !important;
	border-bottom: none !important;
}
.ajaxCart .product-grid .item-box .product-title {
    height: 36px !important;
	border-bottom: none;
}
.ajaxCart .product-grid .item-box .product-title span {
	padding: 0;
}
.ajaxCart .product-grid .item-box .product-title a {
    display: block;
    line-height: 1.2;
    max-height: 34px;
	padding: 3px 0;
    font-size: 12px;
    overflow: hidden;
}
.ajaxCart .product-grid .item-box .picture {
	background: none;
    height:auto;
    margin:0;
}
.ajaxCart .product-grid .item-box .picture img{
    transition:all 0.3s ease;
    -webkit-transition:all 0.3s ease;
    -moz-transition:all 0.3s ease;
    -ms-transition:all 0.3s ease;
}
.ajaxCart .product-grid .item-box:hover .picture img{
    transform:scale(0.7);
    -webkit-transform:scale(0.7);
    -moz-transform:scale(0.7);
    -ms-transform:scale(0.7);
}
.ajaxCart .item-box .details{
	position: static;
    height:35px;
    -webkit-transition:all 0.3s ease;
    -moz-transition:all 0.3s ease;
    -ms-transition:all 0.3s ease;
}
.ajaxCart .item-box .details .add-info{
    display:none;
}


.ajaxCart .item-box .quick-view-button,
.ajaxCart .item-box .buttonOverlay {
    display: none !important;
}
.miniProductDetailsView .message-error li{
    font-size:16px;
    font-weight:normal;
}

/*AJAX CART BUTTON WRAPPER IN ITEM BOX HOVER 2*/
.product-grid .hover-effect-2 .ajax-cart-button-wrapper{
    margin:0;
}
.product-grid .hover-effect-2 .ajax-cart-button-wrapper:before{
    width:0;
    transition:all 0.3s ease;
    -webkit-transition:all 0.3s ease;
    -moz-transition:all 0.3s ease;
    -ms-transition:all 0.3s ease;
    background: rgba(255,255,255,.8);
    color: #000;
    content: "Buy";
    display: inline-block;
    height: 45px;
    left: auto;
    line-height: 45px;
    margin-right: 45px;
    position: absolute;
    right: 0;
    text-transform:uppercase;
}
/*.product-grid .hover-effect-2 .ajax-cart-button-wrapper:hover:before{
    width: 65px;
    left: -65px;
    font-size: 14px;
    font-weight: normal;
}   uncomment to turn the animation text on */
.product-grid .hover-effect-2 .ajax-cart-button-wrapper .productQuantityTextBox,
.product-grid .hover-effect-2 .ajax-cart-button-wrapper .productQuantityDropdown{
    opacity: 0;
	border-width: 0 !important;
}
.product-grid .hover-effect-2 .ajax-cart-button-wrapper .productQuantityDropdown{
    position: absolute;
}
.product-grid .hover-effect-2 .ajax-cart-button-wrapper:hover .productQuantityTextBox,
.product-grid .hover-effect-2 .ajax-cart-button-wrapper:hover .productQuantityDropdown{
    margin:0;
    left:-110px;
    opacity:1;
    display:none;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
    .ajaxCart input[type="submit"]{
        border-radius:0;
       -webkit-border-radius:0;
       -webkit-appearance:none; 
    }
}




/********* START BUTTON *********/



.quick-view-button {
    position: absolute;
	z-index: 2;
}
.quick-view-button a {
    display: block;
	padding: 6px 12px;
    text-align: center;
    text-decoration: none;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	color: inherit;
    cursor: pointer;
}
.quickViewData {
    display: none;
}


/********* SCREEN OVERLAY & DATA LOADER *********/



.k-overlay {
  position: fixed;
  z-index: 1060;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.5;
  /*filter: alpha(opacity=50);*/
}
.quickView .k-loading-mask {
	position: absolute;
	top: 0;
	left: 0;
}
.quickView .k-loading-image {
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin-top: -15px;
	background: url(/Plugins/SevenSpikes.Nop.Plugins.QuickView/Styles/images/loading-image.gif) center no-repeat;
}


/********** MAIN QUICKVIEW WINDOW *********/



.quickView {
    position: absolute;
    z-index: 1070;
    padding-top: 0 !important;
    box-shadow: 0 0 15px #444;
    background: #fff;  
}
.quickViewWindow {
    z-index: 100; /*check if z-index is necessary*/
    width: 700px;
}
.quickViewWindow input[type=button],
.quickViewWindow a {
    cursor: pointer;
}
/*close button start*/
.quickView .k-window-titlebar.k-header {
	position: absolute;
	top: 0;
	right: 0;
	margin-top: 0 !important;
	background: none !important;
}
.quickView .k-window-titlebar.k-header .k-window-actions {
	position: absolute;
	top: 25px;
	right: 25px;
	width: 20px;
	height: 20px;
	overflow: hidden;
	text-indent: 9999px;
}
.quickView .k-window-titlebar.k-header .k-window-actions a {
	display: block;
	width: 18px;
	height: 18px;
	border: 1px solid #999;
	background: #ccc url(/Plugins/SevenSpikes.Nop.Plugins.QuickView/Styles/images/button-close.png) center no-repeat;
}
.quickView .k-window-titlebar.k-header .k-window-actions a:hover {
	border-color: #aaa;
	background-color: #fff;
} /*close button end*/

.quickViewWindow .product-essential {
	float: none;
	width: auto;
	border: 0;
    margin: 0;
    overflow: visible;
	padding: 15px;
}
.quickViewWindow .product-essential:after {
	content: ".";
    display: block;
    clear: both;
    height: 0;
	font-size: 0;
    line-height: 0;
	visibility: hidden;
}
.quickViewWindow .popup-header {
	margin-bottom: 15px;
	border-bottom: 1px solid #ddd;
	background: #eee;
	padding: 0 40px;
}
.quickViewWindow .product-name {
	margin: 0;
	padding: 10px 0;
	text-align: center;
	font-size: 18px;
	line-height: 20px;
	font-weight: normal;
	text-shadow: 1px 1px 0 #fff;
}


/********** GALLERY *********/



.quickViewWindow .gallery {
	float: left;
    width: 252px;
	margin-bottom: 0;
    overflow: visible;
}
.quickViewWindow .gallery .picture {
	float: none;
    width: 250px;
	border: 1px solid #fff;
	box-shadow: 0 1px 3px 0 #ccc;
	background: #fff;
	line-height: 0;
}
.quickViewWindow .gallery .picture a {
	width: 250px;
	height: 250px;
	border: none;
	overflow: hidden;
}
.quickViewWindow .gallery .picture img,
.quickViewWindow .related-products-grid .picture img, 
.quickViewWindow .also-purchased-products-grid .picture img {
	z-index: 0 !important;
}
.quickViewWindow .gallery .thumbnails {
    overflow: hidden;
    margin-top: 15px;
	background: #eee;
    padding: 10px 6px 2px;
}
.quickViewWindow .gallery .thumbnails a,
.quickViewWindow .gallery .thumbnails > img {
	float: left;
	width: 70px;
	height: 70px;
	margin: 0 4px 8px;
	border: 1px solid #fff;
	box-shadow: 0 1px 3px 0 #ccc;
	overflow: hidden;
	background: #fff;
    position: relative;
}
.quickViewWindow .gallery .thumbnails img {
    max-width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
} 
.quickViewWindow .gallery .thumbnails a img:hover {
	opacity: 0.7; /*cloud zoom only*/
}
.quickViewWindow .links-panel {
    margin-top: 15px;
	padding: 10px 0;
}
.quickViewWindow .links-panel a {
    display: block;
    background: url(/Plugins/SevenSpikes.Nop.Plugins.QuickView/Styles/images/bullet-right.png) left center no-repeat;
	padding-left: 15px;
    text-align: left;
    font-size: 14px;
	text-transform: uppercase;
	color: #333;
}
.quickViewWindow .links-panel a:hover {
    text-decoration: underline;
}


/********** OVERVIEW *********/



.quickViewWindow .overview {
    float: right;
    width: 400px;
	margin-bottom: 0;
}
.quickViewWindow #accordion > h3 {
	position: relative;
    margin: 0;
	border: 1px solid #fff;
	border-bottom: 1px solid #ddd;
	border-radius: 0;
	box-shadow: 0 1px 3px #ccc;
	background: #eee;
    padding: 5px 10px;
    text-align: left;
    font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	color: #333;
	text-shadow: 1px 1px 0 #fff;
	cursor: pointer;  
}
.quickViewWindow #accordion > h3 span {
    position: absolute;
    top: 50%;
    right: 11px;
    left: inherit;
    width: 16px;
    height: 16px;
	margin: -8px 0 0;
    cursor: pointer;  
}
.quickViewWindow #accordion .product-details {
	position: relative;
	margin: 0;
	border-width: 1px;
	border-style: solid;
	border-color: #999 transparent #eee;
    border-radius: 0;
	box-shadow: 0 1px 3px #ccc;
	padding: 10px;   
}
.quickViewWindow .overview .left {
    float: left;
	max-width: 60%;
	margin-bottom: 5px;
    text-align: left;
}
.quickViewWindow .overview .right {
    float: right;
	margin-bottom: 5px;
    text-align: right;
}
.quickViewWindow .overview .left > *,
.quickViewWindow .overview .right > * {
    margin-bottom: 5px;
	overflow: hidden;
}
.quickViewWindow .overview .tier-prices {
    clear: both;
}
.quickViewWindow .overview .attributes {
	clear: both;
    margin: 0;
	border: none;
    padding: 0;
}
.quickViewWindow .overview .attributes dl:after {
	content: ".";
    display: block;
    clear: both;
    height: 0;
	font-size: 0;
    line-height: 0;
	visibility: hidden;
}
.quickViewWindow .overview .attributes dl > * {
    float: left;
}
.quickViewWindow .overview .attributes dt {
    clear: left;
	width: 100px;
    margin: 0 10px 5px 0;
    text-align: left;
}
.quickViewWindow .overview .attributes dd {
    margin-bottom: 10px;
}
.quickViewWindow .overview .purchase-area {
	clear: both;
    margin-top: 10px;
	border-top: 1px dashed #999;
	overflow: hidden;
    padding: 10px 0 0;
}
.quickViewWindow .overview .title,
.quickViewWindow .overview .add-info,
.quickViewWindow .overview .description {
    display: none;
}


/********** RELATED/ALSO-PURCHASED PRODUCTS *********/



.quickViewWindow .product-grid {  
	margin: 10px 0 0;
    overflow: hidden;
    background: #eee;
}
.quickViewWindow .product-grid .title {
	display: block;
	margin: 0;
	padding: 10px;
	text-align: center;
}
.quickViewWindow .product-grid .item-box {
    width: 111px;
    margin: 0 11px;
}
.quickViewWindow .product-grid .item-box .picture {
    height: 85px;
}
.quickViewWindow .product-grid .item-box .picture a {
	display: block;
	width: 85px;
	height: 85px;
	margin: 0 auto;
	border: none;
	overflow: hidden;
	line-height: 0;
}
.quickViewWindow .product-grid .item-box .product-title {
	height: 28px;
	margin: 0;
	overflow: hidden;
	padding: 0;
	font-size: 10px;
}
.quickViewWindow .product-grid .item-box .product-title a {
	display: inline;
}


/********* GROUPED PRODUCTS ********/



.quickViewWindow #accordion .variants-in-grid {
	padding: 10px 6px;
}
.quickViewWindow .product-variant-list {
    margin: 0;
	overflow: hidden;
	padding: 0;
    text-align: left;
}
.quickViewWindow .product-variant-list .item-row {
	overflow: hidden;
	margin-bottom: 10px;
}
.quickViewWindow .variant-grid-info {
	border-top: 1px dashed #999;
    overflow: hidden;
    padding-top: 10px;
}
.quickViewWindow .product-variant {
	display: inline-block;
    position: relative;
    float: left;
    width: 124px;
    height: 124px;
	margin: 0 0 0 5px;
	overflow: hidden;
    text-align: center;
}
.quickViewWindow .product-variant:nth-child(3n+1) {
	margin-left: 2px;
}
.quickViewWindow .variant-picture {
    width: 124px;
    height: 124px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
    margin: 0 0 5px;
	border: 1px solid #ddd;
	overflow: hidden;
	line-height: normal !important;
}
.quickViewWindow .moreInfoHover {
    position: absolute;
	left: 0;
    bottom: 0;
	width: 100%;
    -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
    background: rgba(0,0,0,0.6);
	padding: 3px;
    text-align: center;
    font-size: 10px;
	color: #fff;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.quickViewWindow .variant-info {
    position: absolute;
    left: -126px;
    bottom: 0;
    width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
    background: rgba(0,0,0,0.6);
	padding: 5px 10px;
    text-align: center;
    font-size: 11px;
	color: #fff;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.quickViewWindow .product-variant:hover .moreInfoHover {
	left: 136px;
}
.quickViewWindow .product-variant:hover .variant-info {
	left: 0;
}

.quickViewWindow .variant-info .variant-name {
	max-height: 28px;
    overflow: hidden;
}
.quickViewWindow .variant-info .variant-name a {
    color: #fff;
}
.quickViewWindow .variant-info .prices {
    float: none;
    margin: 0 !important;
}
.quickViewWindow .variant-info .prices > * {
	float: none;
}
.quickViewWindow .product-variant .prices label {
    display: none;
}
.quickViewWindow .variant-grid-info .manufacturers {
    float: left;
}
.quickViewWindow .variant-grid-info .compare-products {
    float: right;
}


/********* GIFTCARD *********/



.quickView .giftcard {
    clear: both;
}
.quickView .giftcard > div {
    overflow: hidden;
    margin-bottom: 5px;
}
.quickView .giftcard > div > * {
	float: left;
}
.quickView .giftcard label {
    display: block;
    width: 120px;
    margin-right: 10px;
}
.quickView .giftcard input[type=text] {
    width: 200px;
}
.quickView .giftcard textarea {
	width: 200px;
    resize: none;
}


@media all and (max-width: 980px) {

.quickViewWindow .color-squares .color {
	width: 30px;
	height: 30px;
}
.quickViewWindow .links-panel a {
	padding: 10px 0 10px 15px;
}

}

/*
* Copyright 2014 Seven Spikes Ltd. All rights reserved. (http://www.nop-templates.com)
* http://www.nop-templates.com/t/licensinginfo
*/


/********* START BUTTON *********/


.quick-view-button {
    display:inline-block;
    position:static;
    overflow:hidden;
	vertical-align: top;
}
.hover-effect-1 .quick-view-button {
    margin: 0 2px 0 0;
}
.quick-view-button a {
	display: block;
	width: 45px;
    height: 45px;
	background: #0d1332cf url(/Plugins/SevenSpikes.Nop.Plugins.QuickView/Themes/Tiffany/Content/images/quick-view.png) center no-repeat;
	padding: 0;
	font-size: 0;
    
}
@media all and (max-width: 1000px) {
.quick-view-button {
    display: none !important;
    
}
}

/********** GLOBAL SETTINGS *********/


.quickViewWindow .popup-header{
    margin:0 0 20px 0;
    border:none;
    background:transparent;
}
.quickViewWindow .product-name{
    padding:0 0 20px 0;
    background:url(/Plugins/SevenSpikes.Nop.Plugins.QuickView/Themes/Tiffany/Content/images/title-decoration.png) no-repeat center bottom;
	font-family: Arvo;
	text-transform: uppercase;
}
.quickViewWindow .overview{
    padding: 0;
}
.quickViewWindow .overview .stock .value,
.quickViewWindow .overview .manufacturers .value{
    color:#0d1332cf;
}
.quickViewWindow #accordion > h3{
    padding: 5px 10px;
    background: #eee;
	border: none;
    border-bottom: 1px solid #fff;
    box-shadow:none;
	text-shadow: none;
    font-size:16px;
    color:#000;
	font-weight:normal;
}
.quickViewWindow input[type="button"], .quickViewWindow a{
    font-size:13px;
}
.quickViewWindow .product-specs-box td>a,
.quickViewWindow #accordion .tax-shipping-info>a{
    font-size:14px;
    font-family:initial;
    color:#888;
}
.quickViewWindow .product-specs-box td>a:hover,
.quickViewWindow #accordion .tax-shipping-info>a:hover{
    color:#000;
    text-decoration:underline;
}
.quickView .addProductVariantToCartErrors li{
    margin:0 0 5px 0;
    font-size:16px;
    color:#ff5868;
}
.quickViewWindow #accordion .product-specs-box .data-table{
    border:1px solid #ddd;
}

/********** KENDO SETTINGS *********/


.quickView .k-window-titlebar.k-header .k-window-actions {
	top: 15px;
	right: 15px;
    width: 21px;
    height: 21px;
}
.quickView .k-window-titlebar.k-header .k-window-actions a {
	width: 20px;
	height: 20px;
    background:url(/Plugins/SevenSpikes.Nop.Plugins.QuickView/Themes/Tiffany/Content/images/remove-button.png) no-repeat center;
    border:none;
    transition:all 0.5s ease 0s;
    -moz-transition:all 0.5s ease 0s;
    -webkit-transition:all 0.5s ease 0s;
    -ms-transition:all 0.5s ease 0s;
}
.quickView .k-window-titlebar.k-header .k-window-actions a:hover{
    transform:rotate(90deg);
    -moz-transform:rotate(90deg);
    -ms-transform:rotate(90deg);
    -webkit-transform:rotate(90deg);   
}

/********** GALLERY & OVERVIEW *********/


.quickViewWindow .product-essential {
	padding: 20px;
}
.quickViewWindow .product-essential form > div{
    overflow:hidden;
}
.quickViewWindow .gallery {
	display: block; /*Cloud Zoom css override*/
	width: 240px;
}
.quickViewWindow .gallery .picture {
	/*height: 250px;*/
    border:none;
    background:transparent;
    box-shadow:none;
}
.quickViewWindow .gallery .picture:before {
	display: none;
}
.quickViewWindow #wrap {
    line-height: 0;
    display: inline-block;
    vertical-align: middle;
}
.quickViewWindow .gallery .picture{
    margin:0 auto;
}
.quickViewWindow .gallery .picture a {
    height: auto;
}
.quickViewWindow .gallery .picture img {
	bottom: auto;
	max-height: none;
}
.quickViewWindow .gallery .picture a img {
	position: static;
}

.quickViewWindow #accordion .ui-icon-circle-arrow-s {
    background: url(/Plugins/SevenSpikes.Nop.Plugins.QuickView/Themes/Tiffany/Content/images/close-accordeon.png) center no-repeat;
}
.quickViewWindow #accordion .ui-icon-circle-arrow-e {
    background: url(/Plugins/SevenSpikes.Nop.Plugins.QuickView/Themes/Tiffany/Content/images/custom-select.png) center no-repeat;
}
.quickViewWindow #accordion .product-details {
	box-shadow: none;
    border:none;
    padding:10px 5px;
    font-size:16px;
}
.quickViewWindow #accordion .tax-shipping-info{
    font-size:13px;
}
.quickViewWindow #accordion .product-details .spec-name{
    color:#666;
    width:30%;
    text-align:right;
    padding:0 8px 0 0;
}
.quickViewWindow #accordion .product-details .spec-value{
    padding:10px 0 10px 8px;
}
.quickViewWindow .overview .left,
.quickViewWindow .overview .right {
    float:none;
    font-size:16px;
    max-width:none;
}
.quickViewWindow .overview .left{
    margin:0 0 15px 0;
}
.quickViewWindow .overview .manufacturers{
    border:none;
}

.quickViewWindow .overview .right{
    text-align:left;
}
.quickViewWindow .overview .left input[type="button"] {
	min-width: 0;
	white-space: normal;
}
.quickViewWindow .overview .right input[type="button"] {
	min-width: 0;
	white-space: normal;
}
.quickViewWindow .free-shipping {
	float: none;
}
.quickViewWindow .variant-picture {
	border: none;
}
.quickViewWindow .moreInfoHover {
	background: rgba(255, 255, 255, 0.6);
	font-size: 11px;
	color: #a12;
}
.quickViewWindow .variant-info .product-price,
.quickViewWindow .variant-info .tax-shipping-info a {
	color: #fff;
}
.quickViewWindow .variant-info .tax-shipping-info {
	display: none;
}
.quickViewWindow .overview .purchase-area{
    margin:0;
    border:none;
    text-align:left;
}
.quickViewWindow .overview .purchase-area .product-price{
    font-size:18px;
}

.quickViewWindow .links-panel a{
    padding:0;
    color:#0d1332cf;
    font-size:16px;
    text-transform: uppercase;
	text-decoration: underline;
    background:transparent;
}
.quickViewWindow .gallery .thumbnails{
    /*margin:0 12.5px;*/
    padding:0;
    /*height:100px;*/
    background:none;
}

.quickViewWindow .gallery .thumbnails a {
    margin:0;
    box-shadow:none;
    border:none;
}
.quickViewWindow .gallery .thumbnails a{
    margin:0 0 7px 0;
}
.quickViewWindow .gallery .thumbnails a:nth-child(3n-1){
    margin:0 7px 7px 7px;
}

.quickViewWindow .overview .attributes{
    margin:0 0 15px 0;
    padding:10px;
    border:1px solid #ddd;
}
.quickViewWindow .overview .attributes dd{
    margin:7px 0 10px;
    overflow:hidden;
}
.quickViewWindow .overview .attributes dt{
    margin:7px 7px 7px 0;
    text-align:left;
    color:#666;
    overflow:hidden;
    min-width:50px;
    width:96px;
}
.quickViewWindow .attribute-squares li {
    margin: 0 5px 0 0;
}
.miniProductDetailsView .attributes dt .text-prompt{
    
}
.quickViewWindow .purchase-area .add-to-cart-panel .add-to-cart-button{
    background: url(/Plugins/SevenSpikes.Nop.Plugins.QuickView/Themes/Tiffany/Content/images/shopping-cart.png) no-repeat scroll 18px center #0d1332cf;
    border: medium none;
    color: #ffffff;
    font-family: arvo;
    font-size: 16px;
    padding: 0px 25px 0px 40px;
    text-transform: uppercase;
     transition:all 0.2s ease 0s;
    -webkit-transition:all 0.2s ease 0s;
    -moz-transition:all 0.2s ease 0s;
    -ms-transition:all 0.2s ease 0s;
}
.quickViewWindow .purchase-area .add-to-cart-panel .add-to-cart-button:hover{
    background: url(/Plugins/SevenSpikes.Nop.Plugins.QuickView/Themes/Tiffany/Content/images/shopping-cart.png) no-repeat scroll 18px center #a79c97;
}
.quickViewWindow .purchase-area .add-to-cart-panel .qty-input{
}
.quickViewWindow .add-to-cart .ajax-cart-button-wrapper{
    border:none;
}
.quickViewWindow #accordion .prices-table{
    border:1px solid #ddd;
}

/********** RELATED/ALSO-PURCHASED PRODUCTS *********/


.quickViewWindow .product-grid {
	background: none;
	margin: 20px 0 0;
}
.quickViewWindow .product-grid .title {
	margin: 0 0 10px;
	padding: 0 0 22px;
}
.quickViewWindow .product-grid .title strong {
	display:block;
}
.quickViewWindow .product-grid .item-box {
    width: 25%;
    margin: 0 !important;
	border-bottom: none !important;
}
.quickViewWindow .product-grid .item-box .product-title {
    height: 36px !important;
	border-bottom: none;
}
.quickViewWindow .product-grid .item-box .product-title span {
	padding: 0;
}
.quickViewWindow .product-grid .item-box .product-title a {
    display: block;
    line-height: 1.2;
    max-height: 34px;
	padding: 3px 0;
    font-size: 12px;
    overflow: hidden;
}
.quickViewWindow .product-grid .item-box .picture {
	background: none;
    height:auto;
    margin:0;
}
.quickViewWindow .product-grid .item-box .picture a{
	width: auto;
	height: auto;
}
.quickViewWindow .product-grid .item-box .picture img{
    transition:all 0.3s ease;
    -webkit-transition:all 0.3s ease;
    -moz-transition:all 0.3s ease;
    -ms-transition:all 0.3s ease;
}
.quickViewWindow .product-grid .item-box:hover .picture img{
    /*transform:scale(0.7);
    -webkit-transform:scale(0.7);
    -moz-transform:scale(0.7);
    -ms-transform:scale(0.7);*/
}
.quickViewWindow .item-box .details{
	position: static;
    height:35px;
    -webkit-transition:all 0.3s ease;
    -moz-transition:all 0.3s ease;
    -ms-transition:all 0.3s ease;
}
.quickViewWindow .item-box .details .add-info{
    display:none;
}



.quickViewWindow .item-box .product-rating-box,
.quickViewWindow .item-box .add-info,
.quickViewWindow .item-box .tax-shipping-info,
.quickViewWindow .item-box .hover-content {
    display: none !important;
}
.quickViewWindow .product-grid .item-grid{
    width:100%;
}

/********* GIFTCARD *********/


.quickView .giftcard input[type=text],
.quickView .giftcard textarea {
    width: 248px;
}
.giftcard ~ .purchase-area {
	text-align: right;
}
.quickView .giftcard{
    border:1px solid #ddd;
}

.quickView .product-details .giftcard{
    padding:0;
    border-bottom:none;
} 


.quickView .giftcard > div{
    margin:0;
    border-bottom:1px solid #ddd;
}
.quickView .giftcard > div label{
    margin:0;
    width:40%;
    text-align:right;
    padding:0 8px 0 0;
    border-right:1px solid #ddd;
    color:#666;
    line-height:40px;
}
.quickView .giftcard > div input[type="text"]{
    border:none;
    line-height:40px;
    height:40px;
    width:60%;
    font-size:15px;
    background:#f9f9f9;
}
.quickView .giftcard > div textarea{
    border:none;
    width:60%;
    background:#f9f9f9;
}
.quickView .giftcard > div:last-child label{
    height:150px;
}


/*QUICK VIEW BUTTON IN ITEM-BOX HOVER 2*/



.product-grid .item-box .hover-effect-2 .buttons .quick-view-button{
    margin:0 0 1px 0;
}
.product-grid .item-box .hover-effect-2 .quick-view-button a{
    transform:none;
    background:url(/Plugins/SevenSpikes.Nop.Plugins.QuickView/Themes/Tiffany/Content/images/quick-view.png) no-repeat scroll center center rgba(0,0,0,.5);
}

/*hide add to wishlist button*/

.add-info .buttons .add-to-wishlist-button{
    display:none;
}
.hover-effect-2 .add-info .buttons .add-to-wishlist-button {
    display:block;
}

@media all and (max-width: 1000px) {
    .hover-effect-2 .add-info .buttons .add-to-wishlist-button {
        display: inline-block;
        margin: 0 0 0 1px;  
    }
}
/*
 Cloud Zoom CSS. (c)2012-2015 Star Plugins.
*/

.quickView .cloudzoom-blank {
	top: 0;
    right: 0;
	left: 0;
    margin: auto;
    background-image: url(/Plugins/SevenSpikes.Nop.Plugins.QuickView/Styles/blank.png);
}

.quickView .cloudzoom-zoom-inside {
	z-index: 9;
    border: none;
    box-shadow: none;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    margin: auto; 
}
.quickView .cloudzoom-zoom-inside img {
    right: auto !important;
    bottom: auto !important;
    max-width: none !important;
    max-height: none !important;
}

.quickView .cloudzoom-ajax-loader {
    background-image: url(/Plugins/SevenSpikes.Nop.Plugins.QuickView/Styles/ajax-loader.gif);
    width: 32px;
    height: 32px;
}

.quickView .picture a + img {
	top: 0;
    right: 0;
	left: 0;
    margin: auto;
} /* transitional image (on thumbnail click) */
/*!
* Fine Uploader
*
* Copyright 2013, Widen Enterprises, Inc. info@fineuploader.com
*
* Version: 4.2.2
*
* Homepage: http://fineuploader.com
*
* Repository: git://github.com/Widen/fine-uploader.git
*
* Licensed under GNU GPL v3, see LICENSE
*/ 


/*! fineuploader 2014-01-31 */

.qq-uploader{position:relative;width:100%}.qq-upload-button{display:block;width:105px;padding:7px 0;text-align:center;background:#800;border-bottom:1px solid #DDD;color:#FFF}.qq-upload-button-hover{background:#C00}.qq-upload-button-focus{outline:1px dotted #000}.qq-upload-drop-area,.qq-upload-extra-drop-area{position:absolute;top:0;left:0;width:100%;height:100%;min-height:30px;z-index:2;background:#FF9797;text-align:center}.qq-upload-drop-area span{display:block;position:absolute;top:50%;width:100%;margin-top:-8px;font-size:16px}.qq-upload-extra-drop-area{position:relative;margin-top:50px;font-size:16px;padding-top:30px;height:20px;min-height:40px}.qq-upload-drop-area-active{background:#FF7171}.qq-upload-list{margin:0;padding:0;list-style:none}.qq-upload-list li{margin:0;padding:9px;line-height:15px;font-size:16px;background-color:#FFF0BD}.qq-upload-file,.qq-upload-spinner,.qq-upload-size,.qq-upload-cancel,.qq-upload-retry,.qq-upload-failed-text,.qq-upload-delete,.qq-upload-pause,.qq-upload-continue{margin-right:12px;display:inline}.qq-upload-file{}.qq-upload-spinner{display:inline-block;background:url(/Scripts/fineuploader/loading.gif);width:15px;height:15px;vertical-align:text-bottom}.qq-drop-processing{display:block}.qq-drop-processing-spinner{display:inline-block;background:url(/Scripts/fineuploader/processing.gif);width:24px;height:24px;vertical-align:text-bottom}.qq-upload-delete,.qq-upload-pause,.qq-upload-continue{display:inline}.qq-upload-retry,.qq-upload-delete,.qq-upload-cancel,.qq-upload-pause,.qq-upload-continue{color:#000}.qq-upload-retryable .qq-upload-retry{display:inline}.qq-upload-size,.qq-upload-cancel,.qq-upload-retry,.qq-upload-delete,.qq-upload-pause,.qq-upload-continue{font-size:12px;font-weight:400}.qq-upload-failed-text{display:none;font-style:italic;font-weight:700}.qq-upload-failed-icon{display:none;width:15px;height:15px;vertical-align:text-bottom}.qq-upload-fail .qq-upload-failed-text{display:inline}.qq-upload-retrying .qq-upload-failed-text{display:inline;color:#D60000}.qq-upload-list li.qq-upload-success{background-color:#5DA30C;color:#FFF}.qq-upload-list li.qq-upload-fail{background-color:#D60000;color:#FFF}.qq-progress-bar{display:block;background:-moz-linear-gradient(top,rgba(30,87,153,1) 0,rgba(41,137,216,1) 50%,rgba(32,124,202,1) 51%,rgba(125,185,232,1) 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(30,87,153,1)),color-stop(50%,rgba(41,137,216,1)),color-stop(51%,rgba(32,124,202,1)),color-stop(100%,rgba(125,185,232,1)));background:-webkit-linear-gradient(top,rgba(30,87,153,1) 0,rgba(41,137,216,1) 50%,rgba(32,124,202,1) 51%,rgba(125,185,232,1) 100%);background:-o-linear-gradient(top,rgba(30,87,153,1) 0,rgba(41,137,216,1) 50%,rgba(32,124,202,1) 51%,rgba(125,185,232,1) 100%);background:-ms-linear-gradient(top,rgba(30,87,153,1) 0,rgba(41,137,216,1) 50%,rgba(32,124,202,1) 51%,rgba(125,185,232,1) 100%);background:linear-gradient(to bottom,rgba(30,87,153,1) 0,rgba(41,137,216,1) 50%,rgba(32,124,202,1) 51%,rgba(125,185,232,1) 100%);width:0;height:15px;border-radius:6px;margin-bottom:3px}INPUT.qq-edit-filename{position:absolute;opacity:0;filter:alpha(opacity=0);z-index:-1;-ms-filter:"alpha(Opacity=0)"}.qq-upload-file.qq-editable{cursor:pointer}.qq-edit-filename-icon.qq-editable{display:inline-block;cursor:pointer}INPUT.qq-edit-filename.qq-editing{position:static;margin-top:-5px;margin-right:10px;margin-bottom:-5px;opacity:1;filter:alpha(opacity=100);-ms-filter:"alpha(Opacity=100)"}.qq-edit-filename-icon{display:none;background:url(/Scripts/fineuploader/edit.gif);width:15px;height:15px;vertical-align:text-bottom;margin-right:5px}INPUT.qq-edit-filename.qq-editing~.qq-upload-cancel{display:none}.qq-hide{display:none}
/*! 2014-01-31 */

/*
* Copyright 2014 Seven Spikes Ltd. All rights reserved. (http://www.nop-templates.com)
* http://www.nop-templates.com/t/licensinginfo
*/

.ribbon-wrapper {
    position: relative;
}
@media all and (min-width: 769px) {
.product-list .ribbon-wrapper {
    float: left; /*should not be applied on smaller resolutions where the product list looks like a grid*/
}
}

/* ribbon positioning */

.ribbon-position {
	font-size: 0;
	line-height: 0;
	position: absolute;
	z-index: 1;
	-webkit-transition: all .15s ease-in-out;
	-moz-transition: all .15s ease-in-out;
	-o-transition: all .15s ease-in-out;
	transition: all .15s ease-in-out;
}
.ribbon-position.top-left {
	top: 0;
	left: 0;
}
.ribbon-position.top-right {
	top: 50px;
	right: 0;
}
.ribbon-position.bottom-left {
	bottom: 0;
	left: 0;
}
.ribbon-position.bottom-right {
	bottom: 0;
	right: 0;
}
.ribbon-position.top-middle {
	top: 0;
	left: 0;
	right: 0;
	text-align: center;
}
.ribbon-position.right-middle,
.ribbon-position.left-middle {
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	text-align: right;
}
.ribbon-position.bottom-middle {
	bottom: 0;
	left: 0;
	right: 0;
	text-align: center;
}
.ribbon-position.left-middle {
	text-align: left;
}
.ribbon-position.center {
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	text-align: center;
}
.ribbon-position.right-middle:before,
.ribbon-position.left-middle:before,
.ribbon-position.center:before {
	content: " ";
	display: inline-block;
	height: 100%;
	width: 0;
	vertical-align: middle;
}

/* ribbon wrapping element */

.product-ribbon {
	display: inline-block;
	vertical-align: middle;
	position: relative;
}

/* ribbon label without image*/

.ribbon-text {
	font-size: 12px;
	line-height: normal;
}

/* ribbon label with image */

.ribbon-image-text {
	font-size: 12px;
	line-height: normal;
	position: absolute;
	top: 0;
	left: 0;
}
/*
* Copyright 2014 Seven Spikes Ltd. All rights reserved. (http://www.nop-templates.com)
* http://www.nop-templates.com/t/licensinginfo
*/

@media all and (max-width: 480px) {

    .product-list .item-box .ribbon-wrapper {
        float: none;
    }

}

@media all and (min-width: 481px) {

    .product-list .item-box .ribbon-wrapper {
        width: 200px; /*set width according to theme design and layout*/
    }
    .product-list .item-box .ribbon-wrapper .picture {
        float: none;
        width: auto;
    }
    .ribbon-position{
        z-index:12;
    }
}

/*IMPORTANT: breakpoints range depends on where "view products in list" is available and where is not */
/*=====================================================
    
                    COLOR SCHEMES

=====================================================*/

/* BROWN SUGAR */

.item-box .details,
.quick-view-button a,
.add-info .buttons .product-box-add-to-cart-button,
.add-info .buttons .add-to-compare-list-button,
.news-items .read-more,
.newsletter-email input[type="button"],
.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,
.account-page .button-2,
.news-item-page .button-1,
.next-product:hover,
.previous-product:hover,
.quick-tabs-2 .ui-tabs .ui-state-active.ui-tabs-active a,
.private-message-send-page .cancel-pm-button,
.compare-products-page .clear-list,
.product-grid .item-box .hover-effect-2 .quick-view-button a,
.forum-search-box .advanced a,
.topic-posts .post-time,
.forum-edit-page .buttons .button-1,
.ui-tabs .ui-tabs-panel .buttons .write-product-review-button,
.quickViewWindow .purchase-area .add-to-cart-panel .add-to-cart-button,
.overview .add-to-cart-button,
.variant-overview .add-to-cart-button,
.write-review .button-1,
.productAddedToCartWindowCheckout:hover,
.shopping-cart-page .common-buttons .continue-shopping-button,
.shopping-cart-page .button-1,
.cart-collaterals .coupon-code input[type="submit"]:hover,
.shopping-cart-page .estimate-shipping-button:hover,
.shopping-cart-page .common-buttons .update-cart-button:hover,
.order-progress a:before,
.login-page .checkout-as-guest-or-register-block .button-1,
.login-page .returning-wrapper .button-1,
.checkout-page .button-1,
.checkout-page .address-item:nth-child(2n) .select-billing-address-button:hover,
.checkout-page .address-item:nth-child(2n) .select-shipping-address-button:hover,
.shipping-method .method-name:hover,
.shipping-method li:nth-child(2) .method-name,
.checkout-page .order-completed-continue-button,
.shopping-cart-page .button-2,
.checkout-page .button-2,
.order-details-page .page-title a,
.order-details-page .button-2,
.order-details-page .button-1,
.product-list .details .add-info .buttons input.button-2.add-to-compare-list-button:hover,
.product-list .details .add-info .buttons input.button-2,
.contact-page .button-1,
.email-a-friend-page .button-1,
.apply-vendor-page .button-1,
.manufacturer-grid .item-box:nth-child(2n-1) .title:hover,
.manufacturer-grid .item-box:nth-child(2n) .title,
.vendor-grid .item-box:nth-child(2n-1) .title:hover,
.vendor-grid .item-box:nth-child(2n) .title,
.ui-datepicker-calendar th span,
.newsletter-email .button-1.newsletter-unsubscribe-button:hover,
.private-message-send-page .buttons .send-pm-button,
.private-message-send-page .buttons .cancel-pm-button:hover,
.private-message-view-page .reply-pm-button,
.private-message-view-page .back-pm-button,
.private-message-view-page .delete-pm-button:hover,
.user-agreement-page .button-1,
.post-navigation .next::before,
.post-navigation .prev::before,
.post-navigation a,
.post-navigation a + a,
.home-page-filters-wrapper .search-button,
.productAddedToCartWindowSummary .viewBasketLink,
.productAddedToCartWindowSummary .continueShoppingLink:hover,
.ui-dialog .back-in-stock-subscription-page .notify-me-button,
.spc-header li.active::after,
.spc-header li:after {
  background-color: #030202;
  -webkit-transition: all 0.2s ease 0s;
  -ms-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
.post-info .manage-post .edit-post-button,
.post-info .manage-post .delete-post-button,
.item-box .add-info input.button-2.add-to-wishlist-button,
.product-list .details .add-info .buttons input.button-2.add-to-wishlist-button,
.poll .buttons input,
.button-2.contact-vendor-button,
.wishlist-content .common-buttons .wishlist-add-to-cart-button,
.wishlist-content .common-buttons .update-wishlist-button:hover,
.wishlist-content .common-buttons .email-a-friend-wishlist-button:hover {
  background-color: #030202 !important;
}
.item-box:nth-child(2n+1) .details,
.quick-view-button:hover a,
.add-info .buttons .product-box-add-to-cart-button:hover,
.add-info .buttons .add-to-compare-list-button:hover,
.news-items .read-more:hover,
.newsletter-email input[type="button"]:hover,
.mini-shopping-cart input[type="button"],
.pager li.previous-page *,
.pager li.next-page *,
.pager li.first-page *,
.pager li.last-page *,
.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,
.account-page .button-2:nth-child(2n+1),
.avatar-page input[type="submit"]:nth-child(2n+1),
.next-product,
.previous-product,
.quick-tabs-3 .ui-tabs .ui-state-active.ui-tabs-active a,
.quick-tabs-2 .productTabs .ui-tabs-nav li a,
.ui-tabs .ui-state-active.ui-tabs-active:after,
.private-message-send-page .send-pm-button,
.compare-products-page .clear-list:hover,
.product-grid .item-box .hover-effect-2 .quick-view-button a:hover,
.forum-search-box .advanced a:hover,
.post-info .manage-post a:hover,
.forum-edit-page .buttons .button-2.cancel-topic-button,
.forum-edit-page .buttons .button-2.cancel-post-button,
.quickViewWindow .purchase-area .add-to-cart-panel .add-to-cart-button:hover,
.overview .add-to-cart-button:hover,
.variant-overview .add-to-cart-button:hover,
.write-review .button-1:hover,
.productAddedToCartWindowCheckout,
.productAddedToCartWindowSummary .continueShoppingLink,
.productAddedToCartWindowSummary .viewBasketLink:hover,
.mini-shopping-cart .cart-button:hover,
.cart-collaterals .coupon-code input[type="submit"],
.shopping-cart-page .estimate-shipping-button,
.shopping-cart-page .common-buttons .update-cart-button,
.shopping-cart-page .common-buttons .continue-shopping-button:hover,
.shopping-cart-page .button-1:hover,
.login-page .checkout-as-guest-or-register-block .button-1:hover,
.login-page .returning-wrapper .button-1:hover,
.checkout-page .button-1:hover,
.checkout-page .address-item:nth-child(2n) .select-billing-address-button,
.checkout-page .address-item:nth-child(2n) .select-shipping-address-button,
.shipping-method .method-name,
.shipping-method li:nth-child(2) .method-name:hover,
.checkout-page .order-completed-continue-button:hover,
.shopping-cart-page .button-2:hover,
.checkout-page .button-2:hover,
.order-details-page .page-title a:hover,
.order-details-page .button-2:hover,
.order-details-page .button-1:hover,
.product-list .details .add-info .buttons input.button-2.add-to-compare-list-button,
.product-list .details .add-info .buttons input.button-2:hover,
.product-list .details .add-info .buttons input.button-2.add-to-wishlist-button,
.contact-page .button-1:hover,
.email-a-friend-page .button-1:hover,
.apply-vendor-page .button-1:hover,
.manufacturer-grid .item-box:nth-child(2n-1) .title,
.manufacturer-grid .item-box:nth-child(2n) .title:hover,
.vendor-grid .item-box:nth-child(2n-1) .title,
.vendor-grid .item-box:nth-child(2n) .title:hover,
.ui-datepicker-calendar td:hover a,
.newsletter-email .button-1.newsletter-unsubscribe-button,
.newsletter-email .button-1.newsletter-subscribe-button:hover,
.private-message-send-page .buttons .send-pm-button:hover,
.private-message-send-page .buttons .cancel-pm-button,
.current-time,
.private-message-view-page .reply-pm-button:hover,
.private-message-view-page .back-pm-button:hover,
.private-message-view-page .delete-pm-button,
.user-agreement-page .button-1:hover {
  background-color: #221616;
  -webkit-transition: all 0.2s ease 0s;
  -ms-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
.home-page-filters-wrapper .search-button:hover {
  background-color: #221616 !important;
}
.item-box .add-info input.button-2.add-to-wishlist-button:hover,
.poll .buttons input:hover,
.button-2.contact-vendor-button:hover,
.wishlist-content .common-buttons .update-wishlist-button,
.wishlist-content .common-buttons .email-a-friend-wishlist-button,
.wishlist-content .common-buttons .wishlist-add-to-cart-button:hover {
  background-color: #221616 !important;
}
#headerMenuParent,
.home-page-category-grid.categories-1 .item-box .title,
.header-menu > ul > li:hover,
#topcartlink,
.wishlist-button,
.mega-menu .dropdown,
.blog-search-box .search-box-button {
  background-color: rgba(0, 0, 0, 0.3);
}
#AjaxFiltersProForm {
  background-color: rgba(34, 22, 22, 0.6) !important;
}
#headerMenuParent.stick,
.news-list-homepage .view-all,
.home-page-category-grid.categories-1 .item-box:hover .title {
  background-color: rgba(0, 0, 0, 0.8);
}
.footer-lower {
  background-color: black;
}
.quickViewWindow .selected-value .color-container,
.color-squares .selected-value .color-container {
  border-color: #030202;
}

