﻿/*=====================================================
    
    MAIN CSS / SMALLER MOBILE DEVICES

=====================================================*/
@import url(https://fonts.googleapis.com/css?family=Leckerli+One);
@import url(https://fonts.googleapis.com/css?family=Josefin+Sans:400,300,700,600);
/*********** 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="checkbox"],
input[type="radio"],
input[type="checkbox"] + *,
input[type="radio"] + * {
    vertical-align: middle;
}

label, label + * {
    vertical-align: middle;
}

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 **********/



body {
    max-width: 100%;
    background: #fff;
    font: normal 16px "Josefin Sans", Arial, sans-serif;
    overflow-x: hidden; /* disables the horizontal scroll and fixes the bug of the responsive navigation and filters in mobile */
}

a {
    color: inherit;
    cursor: pointer;
}

    a img {
        opacity: 0.99; /*firefox scale bug fix*/
    }

table {
    width: 100%;
    border-collapse: collapse;
}

input[type="text"],
input[type="password"],
textarea,
select {
    height: 32px;
    border: 1px solid #ccc;
    padding: 6px;
    vertical-align: middle;
    color: #555;
    font-family: "Josefin Sans", Arial, sans-serif;
    font-size: 16px;
}

textarea {
    min-height: 150px;
}

select {
    min-width: 50px;
    height: 32px; /*safari padding fix*/
    padding: 4px;
}

    input[type="text"]:focus,
    input[type="password"]:focus,
    textarea:focus, select:focus {
        border-color: #999;
    }

input[type="checkbox"],
input[type="radio"] {
    vertical-align: middle;
    margin-right: 5px;
}

input[type="button"], input[type="submit"],
button, .button-1, .button-2 {
    cursor: pointer;
}

label {
    vertical-align: middle;
}

.address-list label {
    vertical-align: top;
}

.master-wrapper-content {
    margin: 0 auto 0;
}

.news-list-homepage,
.product-grid.bestsellers,
.home-page-category-grid .item-grid,
.sub-category-grid .item-grid,
.home-page .topic-block,
.breadcrumb,
.two-column-centering,
.product-details-page .page-body,
.product-details-page .item-grid,
.shopping-cart-page,
.checkout-page .checkout-data,
.order-details-page .page-body,
.return-request-page .page-body,
.shipment-details-page .page-body,
.wishlist-page .page-body,
.sitemap-page .page-body {
    width: 95%;
    margin-left: auto !important;
    margin-right: auto !important;
}

.product-grid.home-page-product-grid, .also-purchased-products-grid .item-grid, .related-products-grid .item-grid {
    width: 70%;
    margin-left: auto !important;
    margin-right: auto !important;
}

.master-column-wrapper {
    margin: 0 auto 30px;
}

    .master-column-wrapper:after,
    .two-column-centering:after {
        content: ".";
        display: block;
        visibility: hidden;
        clear: both;
        height: 0;
        line-height: 0;
        font-size: 0;
    }

.center-1 {
    margin: 0 0 20px;
}

.center-2, .side-2 {
    margin: 0 0 20px;
}

.page {
    text-align: center;
}

.page-title {
    padding: 0 30px;
    text-align: center;
    margin: 0 0 20px;
}

    .page-title h1 {
        color: #6a3d5a;
        display: inline-block;
        font-size: 22px;
        font-weight: normal;
        line-height: normal;
        position: relative;
        margin: 50px 0 20px;
        text-transform: uppercase;
    }

.sub-category-grid .page-title h1, .two-column-wrapper .page-title h1, .wishlist-page h1, .checkout-page .page-title h1, .order-details-page .page-title h1 {
    margin-top: 20px;
}

.shopping-cart-page .page-title h1 {
    margin-top: 30px;
}

.page-title h1 span {
    display: block;
    font-family: "Leckerli One",serif;
    font-size: 34px;
    line-height: 31px;
    padding: 0 60px 0 0;
    text-transform: none;
}

.two-column-wrapper {
    position: relative;
    padding: 80px 0 0;
}

.breadcrumb + .two-column-wrapper {
    padding: 0;
}

.two-column-wrapper .page-title {
    padding: 15px 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: #f3f3f3;
}

.page:after,
.page-body:after {
    content: ".";
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
    line-height: 0;
    font-size: 0;
}

.buttons {
    margin: 0 0 20px;
    text-align: center;
}

.link-rss {
    display: none;
    width: 24px;
    height: 24px;
    overflow: hidden;
    background: url('../img/rss-icon.png') no-repeat;
    text-indent: 999px;
}

.category-description ul,
.manufacturer-description ul,
.full-description ul,
.topic-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,
.post-body p,
.news-body p,
.custom-tab p {
    margin: 10px 0;
    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: none;
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 54px;
    height: 54px;
    background: #79b285 url('../img/goTop.png') no-repeat center 46%;
    border-radius: 50%;
    border: 3px solid #fff;
    line-height: 80px;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    overflow: hidden;
    z-index: 10001;
    cursor: pointer;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}


/*********** GLOBAL FORMS ***********/



.fieldset, .section {
    position: relative;
    margin: 0 0 20px;
}

    .fieldset .title,
    .section .title,
    .login-page .title {
        margin: 0 0 15px;
        text-align: center;
    }

        .fieldset .title strong,
        .section .title strong,
        .login-page .title strong {
            color: #79b285;
            display: block;
            font-size: 24px;
            line-height: 26px;
            padding: 0 0 5px;
        }

    .section.address-item .title strong, .section.order-item .title strong {
        font-size: 18px;
        font-weight: 600;
        padding: 0;
        text-align: left;
        text-transform: uppercase;
    }

.form-fields {
    position: relative;
}

.address-list li {
    margin: 0 0 4px;
}

.inputs {
    position: relative;
    margin: 0 0 15px;
    text-align: center;
    white-space: nowrap;
    font-size: 0;
}

    .inputs:after {
        content: ".";
        display: block;
        visibility: hidden;
        clear: both;
        height: 0;
        line-height: 0;
        font-size: 0;
    }

    .inputs label {
        display: block;
        width: 100%;
        margin: 0 0 5px;
        text-align: center;
        font-size: 18px;
    }

    .inputs.custom-attributes {
        white-space: normal;
    }

.form-fields .inputs label {
    overflow: hidden;
}

.inputs input[type="text"],
.inputs input[type="password"],
.inputs select, .inputs textarea {
    width: 350px;
    max-width: 100%;
    vertical-align: middle;
}

.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: 24px;
    line-height: 10px;
    color: #79b285;
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 0 2px;
}

.message-error,
.field-validation-error,
.username-not-available-status,
.poll-vote-error,
.password-error {
    display: block;
    font-size: 13px;
    color: #c00;
    text-align: center;
    padding-top: 3px;
}

.field-validation-valid {
    display: block;
    font-size: 11px;
    color: #690;
}

.inputs.custom-attributes {
    white-space: normal;
}

.captcha-box {
    margin: 0 0 15px;
    text-align: center;
    line-height: 0; /*firefox line-height bug fix*/
}

    .captcha-box > div {
        display: inline-block;
    }


/*********** BAR NOTIFICATION & JQUERY POPUPS  ***********/

.popup-window ul {
    text-align: left;
}

.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 {
        border-bottom: 1px solid #bd2;
        background: #9b0;
    }

    .bar-notification.error {
        border-bottom: 1px solid #f55;
        background: #f00;
    }

    .bar-notification .content {
        float: left;
        margin: 0 10px 0 0;
    }

        .bar-notification .content a {
            color: #fff;
            text-decoration: underline;
        }

    .bar-notification .close {
        position: absolute;
        top: 0;
        right: 0;
        width: 32px; /*even numbers only*/
        height: 32px; /*even numbers only*/
        margin: 5px;
        border: 1px solid #666;
        box-shadow: inset 0 0 1px #999;
        background: #fff url('../img/close.png') center no-repeat;
        cursor: pointer;
        opacity: 0.7;
    }

        .bar-notification .close:hover {
            opacity: 0.9;
        }

.ui-dialog {
    z-index: 1008;
    width: 350px !important;
    max-width: 95%;
    border: 1px solid #ccc;
    box-shadow: 0 1px 2px rgba(0,0,0,0.15);
    overflow: hidden;
    background: #fff;
}

.ui-dialog-titlebar {
    border-width: 1px;
    border-style: solid;
    border-color: #fff #fff #bbb;
    box-shadow: 0 0 0 1px #eee;
    overflow: hidden;
    background: #ddd url('../img/headpad.png') top repeat-x;
    padding: 10px;
    font-weight: bold;
    text-shadow: 1px 1px 0 #eee;
}

    .ui-dialog-titlebar span {
        float: left;
        text-transform: uppercase;
    }

    .ui-dialog-titlebar button {
        position: absolute;
        top: 0;
        right: 0;
        width: 24px; /*even numbers only*/
        height: 24px; /*even numbers only*/
        margin: 6px;
        overflow: hidden;
        border: 1px solid #666;
        box-shadow: inset 0 0 1px #999;
        background: #fff url('../img/close.png') center no-repeat;
        text-indent: 999px;
        opacity: 0.7;
    }

        .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-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: 50%;
    left: 50%;
    z-index: 1002;
    width: 300px;
    max-width: 300px;
    height: 180px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: -90px 0 0 -150px;
    border: 1px solid #ccc;
    box-shadow: 0 1px 2px rgba(0,0,0,0.2), inset 0 0 0 1px #fff;
    background: #fff;
    padding: 20px;
    text-align: center;
}

    .eu-cookie-bar-notification .text {
        margin-bottom: 20px;
        line-height: 20px;
    }

    .eu-cookie-bar-notification button {
        min-width: 60px;
        margin: 10px 0;
        border: none;
        background: #79b285;
        padding: 5px;
        font-size: 14px;
        color: #fff;
    }

    .eu-cookie-bar-notification a {
        display: block;
        text-transform: uppercase;
    }

        .eu-cookie-bar-notification a:hover {
            text-decoration: underline;
        }


/*********** HEADER & NAVIGATION ***********/



.admin-header-links {
    text-align: center;
}

    .admin-header-links a {
        display: block;
        margin: 0 10px;
        line-height: 35px;
        font-weight: bold;
    }

    .admin-header-links .impersonate a {
        display: inline-block;
    }

.header {
    position: relative;
    z-index: 1002;
    margin: 0 auto 10px;
    text-align: center;
    width: 95%;
}

    .header:after {
        content: ".";
        display: block;
        visibility: hidden;
        clear: both;
        height: 0;
        line-height: 0;
        font-size: 0;
    }

.header-logo {
    text-align: center;
    margin: 16px 0 0;
}

    .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 15px;
}

.header-links ul {
    font-size: 0;
}

.header-links li {
    display: inline-block;
    margin: 0 10px;
}

.header-links span, .header-links a {
    display: inline-block;
    font-size: 16px;
    font-family: Open Sans Condensed;
    line-height: 32px;
}

.header-links .ico-register {
    background: url(../img/icon-register.png) no-repeat center;
}

.header-links .ico-login {
    background: url(../img/icon-login.png) no-repeat center;
}

.header-links .ico-account {
    background: url(../img/icon-profile.png) no-repeat center;
}

.header-links .ico-logout {
    background: url(../img/icon-logout.png) no-repeat center;
}

.header-links .ico-wishlist {
    background: url(../img/icon-wishlist.png) no-repeat center;
}

.header-links .ico-inbox {
    background: url(../img/icon-emailfriend.png) no-repeat center;
}

.search-box form {
    display: inline-block;
}

    .search-box form:after {
        content: ".";
        display: block;
        visibility: hidden;
        clear: both;
        height: 0;
        line-height: 0;
        font-size: 0;
    }

.search-box input.search-box-text {
    float: left;
    width: 270px !important;
    height: 30px;
    padding: 5px;
    border: 0;
    color: #6f6f6f;
    font-size: 14px;
    background: transparent;
    text-transform: uppercase;
}

.search-box .search-box-button {
    float: left;
    width: 30px;
    height: 30px;
    border: none;
    overflow: hidden;
    background: url(../img/icon-search-gray.png);
    background-repeat: no-repeat;
    background-position: center;
    text-indent: 999px;
    margin-left: 0;
}

.ui-helper-hidden-accessible {
    display: none;
}

.ui-autocomplete.ui-menu.ui-widget.ui-widget-content {
    position: absolute !important;
    z-index: 1002 !important;
    width: 270px !important; /*default = txtfield + button*/
    max-width: 100%;
    border: 1px solid #ccc;
    border-top: none;
    overflow: hidden;
    background: #fff;
}

    .ui-autocomplete.ui-menu.ui-widget.ui-widget-content li {
        border-top: 1px solid #ccc;
    }

        .ui-autocomplete.ui-menu.ui-widget.ui-widget-content li:first-child {
            border-top: none;
        }

    .ui-autocomplete.ui-menu.ui-widget.ui-widget-content a {
        display: block;
        padding: 8px;
        font-size: 16px;
    }

    .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;
}

.header-selectors-wrapper select {
    border: 0;
}

.language-list {
    max-width: 100%;
    font-size: 0;
}

    .language-list li {
        display: inline-block;
        margin: 0 1px;
    }

    .language-list a {
        display: block;
        position: relative;
        width: 32px;
        height: 32px;
        line-height: 0;
    }

    .language-list img {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        margin: auto;
    }


/*********** FOOTER ***********/



.footer {
    text-align: center;
}

.footer-upper {
    padding: 25px 0;
    overflow: hidden;
    background: #fff;
}

.footer-block:first-child {
    margin: 0 0 20px;
}

.footer-block .title {
    margin: 0 0 10px;
}

.footer-block a {
    display: inline-block;
    line-height: 32px;
    position: relative;
    padding: 0 14px;
}

.footer-block:first-child a:before,
.footer-block:first-child a:after {
    content: " ";
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -3px;
    width: 6px;
    height: 6px;
    border-radius: 100%;
    background: #79b285;
}

.footer-block:first-child a:after {
    left: auto;
    right: 0;
}

.social-sharing {
    margin: 0 0 15px;
}

    .social-sharing h3 {
        color: #737373;
        font-size: 22px;
        font-weight: normal;
        margin: 0 0 10px;
        text-transform: uppercase;
        s;
    }

    .social-sharing ul {
        font-size: 0;
    }

    .social-sharing li {
        display: inline-block;
        margin: 0 1px 2px;
    }

    .social-sharing a {
        display: block;
        width: 42px;
        height: 42px;
        background: url('../img/social-sprite.png') no-repeat;
        opacity: .6;
    }

    .social-sharing .facebook {
        background-position: 0 0;
    }

    .social-sharing .twitter {
        background-position: -42px 0;
    }

    .social-sharing .google {
        background-position: -84px 0;
    }

    .social-sharing .pinterest {
        background-position: -126px 0;
    }

    .social-sharing .vimeo {
        background-position: -168px 0;
    }

    .social-sharing .youtube {
        background-position: -210px 0;
    }

    .social-sharing .rss {
        background-position: -252px 0;
    }

    .social-sharing .instagram {
        background-image: url('../img/instagram.png');
        background-repeat: no-repeat;
        background-position: center;
    }

.contact-block .footer-menu {
    display: inline-block;
}

    .contact-block .footer-menu li {
        line-height: 32px;
        padding: 7px 0 10px 36px;
        text-align: left;
        line-height: normal;
    }

        .contact-block .footer-menu li.phone {
            background: url(../img/icon-phone.png) no-repeat left center;
        }

        .contact-block .footer-menu li.fax {
            background: url(../img/icon-fax.png) no-repeat left center;
        }

        .contact-block .footer-menu li.email {
            background: url(../img/icon-mail.png) no-repeat left center;
        }

        .contact-block .footer-menu li.location {
            background: url(../img/icon-address.png) no-repeat left center;
        }

.footer-lower {
    overflow: hidden;
    padding: 15px 0;
    background: #d3d3d3;
    font: normal 12px/normal Arial, sans-serif;
    color: #666;
}
/*.footer-lower .footer-centering > div {
	margin: 0 0 5px;
}*/
.accepted-payment-methods {
    margin: 0 0 15px !important;
}

    .accepted-payment-methods ul {
        font-size: 0;
    }

    .accepted-payment-methods li {
        display: inline-block;
        width: 50px;
        height: 30px;
        margin: 0 4px;
        background: url('../img/payment-icons.png') no-repeat;
    }

    .accepted-payment-methods .method1 {
        background-position: 0 0;
    }

    .accepted-payment-methods .method2 {
        background-position: -59px 0;
    }

    .accepted-payment-methods .method3 {
        background-position: -118px 0;
    }

    .accepted-payment-methods .method4 {
        background-position: -177px 0;
    }

.footer-powered-by a,
.footer-designed-by a {
    text-decoration: underline;
}

.footer-store-theme {
    display: inline-block;
    margin-top: 10px;
}

    .footer-store-theme select {
        width: 170px;
    }


/*********** LEFT/RIGHT COLUMN ***********/



.block .title strong {
    display: block;
}

.block .listbox:after {
    content: " ";
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
    line-height: 0;
    font-size: 0;
}

.block .list a,
.block .list strong {
    position: relative;
    padding: 9px 14px 9px /*22px*/;
    display: block;
    text-align: left;
    font-size: 16px;
    color: #555;
    border-bottom: 1px dotted #d3d3d3;
}

.block .list li a:before {
    content: " ";
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -4px;
    width: 8px;
    height: 8px;
    border-radius: 100%;
    background: #79b285;
    opacity: 0;
}

.block .list li.active > a:before,
.block.block-account-navigation .list li > a.active:before,
.block .list li:hover > a:before {
    opacity: 1;
}

.block .list .product-picture {
    display: none;
}

.block .list .sublist {
    padding: 0 0 0 22px;
}

.block .view-all {
    margin: 10px 0 0;
    text-align: center;
}

    .block .view-all a {
        border: 0;
        background: 0;
        background-image: url(../img/bg-button-small.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: 100% 100%;
        padding: 6px 20px;
        font: normal 16px "Open Sans Condensed", Arial, sans-serif;
        text-transform: uppercase;
        display: inline-block;
    }

.block .tags {
    margin: 0 0 10px;
    padding: 10px 0 0;
}

    .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: 18px !important; /*setting base size*/
    }

        .block .tags li a,
        .product-tags-all-page li a {
            float: left;
            line-height: 30px;
        }

.poll strong {
    display: block;
    margin: 0 0 10px;
}

.poll-options,
.poll-results {
    margin: 0 0 15px;
    overflow: hidden;
}

    .poll-options li,
    .poll-results li {
        margin: 5px;
    }

        .poll-options li > * {
            display: inline-block;
            vertical-align: middle;
            cursor: pointer;
        }

.poll .buttons,
.poll-total-votes {
    text-align: left;
}

    .poll .buttons input {
        border: 0;
        background: 0;
        background-image: url(../img/bg-button-small.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: 100% 100%;
        padding: 6px 30px;
        font: normal 20px "Open Sans Condensed", Arial, sans-serif;
        text-transform: uppercase;
        color: #555;
    }

.poll-total-votes {
    display: block;
    font-weight: bold;
}

.todays-poll-box {
    padding: 30px 0;
    background-color: #e7d2c2;
}

.polls-centering {
    width: 95%;
    margin: 0 auto;
    overflow: hidden;
    text-align: center;
}

    .polls-centering .poll {
        display: inline-block;
        text-align: left;
        min-width: 240px;
        color: #555;
    }

        .polls-centering .poll strong {
            margin: 0 0 5px;
            font-weight: normal;
            padding: 5px 0;
            border-bottom: 1px dotted #fff;
            font-size: 18px;
        }

    .polls-centering .poll-options,
    .polls-centering .poll-results {
        font-size: 18px;
        margin: 0 0 10px;
    }

/********** CATEGORY PAGE **********/

/* grids title */

.home-page-category-grid > .title,
.product-grid > .title, .product-details-page .product-grid .title {
    padding: 0 30px;
    text-align: center;
    margin: 0 0 45px;
}

    .home-page-category-grid > .title strong,
    .product-grid > .title strong {
        display: inline-block;
        position: relative;
        color: #6a3d5a;
        font-size: 22px;
        font-weight: normal;
        padding: 0 0 0 30px;
        text-transform: uppercase;
    }

        .home-page-category-grid > .title strong span,
        .product-grid > .title strong span {
            display: block;
            font-family: "Leckerli One",serif;
            font-size: 34px;
            line-height: 31px;
            padding: 0 60px 0 0;
            text-transform: none;
        }

/* grids title */

.filters-button {
    display: none;
}

.two-column-centering {
    margin-top: 40px;
}

.breadcrumb {
    margin: 40px 0 0;
    text-align: center;
}

    .breadcrumb ul {
        font-size: 0;
    }

    .breadcrumb li {
        display: inline-block;
    }

        .breadcrumb li * {
            margin: 0 2px;
            line-height: 32px;
            font-size: 13px;
            color: #666;
            text-transform: uppercase;
        }


.category-description,
.manufacturer-description,
.vendor-description {
    margin: 0 0 20px;
}

.product-filters-wrapper {
    display: none;
}

.product-selectors {
    margin: 0 0 30px;
    text-align: center;
}

    .product-selectors:after {
        content: ".";
        display: block;
        visibility: hidden;
        clear: both;
        height: 0;
        line-height: 0;
        font-size: 0;
    }

    .product-selectors > div > span {
        font-size: 16px;
        display: inline-block;
        vertical-align: middle;
    }

    .product-selectors > div {
        display: inline-block;
        margin: 5px;
    }

    .product-selectors select {
        margin: 0 5px;
        text-transform: lowercase;
    }

div.product-viewmode {
    display: none;
}

.item-grid:after,
.product-grid:after,
.product-list:after,
.manufacturer-grid:after,
.vendor-grid:after {
    content: ".";
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
    line-height: 0;
    font-size: 0;
}

.product-grid .item-box,
.product-list .item-box,
.manufacturer-grid .item-box,
.search-results .product-list .item-box,
.vendor-grid .item-box {
    position: relative;
    width: 100%;
    background: #fff;
    margin: 0 auto 40px;
    max-width: 380px;
    text-align: center;
}

.item-box .details {
    padding: 0 15px;
}

.item-box .picture {
    position: relative;
    margin: 0 0 30px;
}

    .item-box .picture > a {
        display: block;
        position: relative;
        overflow: hidden;
    }

        .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;
        width: 100%;
        max-width: 100%;
        margin: auto;
        -webkit-transform: translateZ(0);
    }

.home-page-category-grid .item-box .picture a::before, .sub-category-item .picture a::before {
    padding-top: 50%;
}

.item-box .category-item .picture img,
.item-box .sub-category-item .picture img {
    top: -20px;
    right: -20px;
    bottom: -20px;
    left: -20px;
    max-width: 430px;
}

.category-item, .sub-category-item {
    position: relative;
}

    .category-item .title, .sub-category-item .title {
        bottom: 20px;
        left: 0;
        position: absolute;
        right: 0;
        z-index: 1;
    }

        .category-item .title a, .sub-category-item .title a {
            background-color: rgba(255, 255, 255, 0.9);
        }

.product-grid .item-box .description-wrapper,
.product-list .item-box .description-wrapper {
    position: absolute;
    display: none;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    opacity: 0;
    width: 170px;
    height: 170px;
    color: #fff;
    border-radius: 100%;
    background: rgba(106, 61, 90, 0.9);
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    -webkit-transform: translateZ(0);
}

.product-grid .item-box .description,
.product-list .item-box .description {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    overflow: hidden;
    width: 130px;
    height: 50px;
    font-size: 14px;
    line-height: 1.2;
}

    .product-grid .item-box .description a,
    .product-list .item-box .description a {
        display: block;
        overflow: hidden;
    }

.product-grid .details .description,
.product-list .details .description {
    display: none;
}

.item-box .product-title {
    margin: 0 0 5px;
    height: 50px;
}

.listbox .list > .inactive {
    display: none;
}

.item-box .product-title a,
.item-box .title a {
    display: block;
}

.item-box .product-title a {
    font-size: 16px;
    line-height: 1.2;
    overflow: hidden;
    text-transform: uppercase;
    font-weight: 300;
}

.item-box .product-rating-box {
    font-size: 0;
    margin: 0 0 5px;
}

.item-box .rating {
    display: inline-block;
    height: 19px;
    width: 100px;
    background: url(../img/rating1.png) 0 0 repeat-x;
}

    .item-box .rating div {
        height: 19px;
        background: url(../img/rating2.png) 0 0 repeat-x;
    }

.item-box .prices {
    margin: 0 0 15px;
}

.item-box .old-price {
    border-top: 1px solid #d3d3d3;
    color: #999;
    display: inline-block;
    font-size: 14px;
    padding-top: 10px;
    text-decoration: line-through;
}

.item-box .actual-price {
    border-top: 1px solid #d3d3d3;
    color: #000;
    font-size: 18px;
    font-weight: bold;
    display: inline-block;
    margin-top: 6px;
    padding-top: 6px;
}

.tax-shipping-info {
    display: block;
}

    .tax-shipping-info a,
    .footer-tax-shipping a {
        text-decoration: underline;
    }

.item-box .buttons {
    padding: 35px 0;
    margin: 0;
    font-size: 0;
}

.item-box input[type="button"], .overview .add-to-cart-button, .variant-overview .add-to-cart-button {
    background: #6a3d5a none repeat scroll 0 0;
    border: 0 none;
    color: #fff;
    font-family: "Josefin Sans",sans-serif;
    font-size: 14px;
    font-weight: 300;
    height: 42px;
    padding: 4px 20px;
    text-transform: uppercase;
}


    .item-box input[type="button"]:hover, .overview .add-to-cart-button:hover, .variant-overview .add-to-cart-button:hover {
        background: #582F4A;
    }

.item-box .add-to-compare-list-button,
.item-box .add-to-wishlist-button {
    display: none !important;
}

.sub-category-grid {
    background: #ececec none repeat scroll 0 0;
    padding: 20px 0 0;
}

.sub-category-grid,
.manufacturer-grid,
.vendor-grid {
    margin: 0 0 5px;
}

.home-page-category-grid {
    margin: 0 0 50px;
}

.bg-item-grid,
.product-list {
    margin: 0 0 45px;
}

.bg-item-grid {
    background: #ececec;
    padding-bottom: 6px;
    padding-top: 6px;
}

.product-grid .title strong {
    font-weight: normal;
}

.cross-sells {
    margin: 50px 0 0;
}

.pager {
    margin: 0 0 20px;
}

    .pager ul {
        text-align: center;
        font-size: 0;
    }

    .pager li {
        display: inline-block;
        margin: 0 2px;
        vertical-align: middle;
    }

        .pager li * {
            display: block;
            min-width: 32px;
            overflow: hidden;
            padding: 4px;
            text-align: center;
            font-size: 18px; /*reset zeroing*/
            cursor: pointer;
            color: #aaa;
            -webkit-transition: all .2s ease;
            transition: all .2s ease;
        }

        .pager li span {
            color: #666;
            font-weight: bold;
        }

        .pager li.previous-page *,
        .pager li.next-page *,
        .pager li.first-page *,
        .pager li.last-page * {
            background-color: #fff;
            background-repeat: no-repeat;
            background-position: center;
            border: 2px dotted #000;
            width: 45px;
            height: 45px;
            border-radius: 100%;
            text-indent: -9999px;
            overflow: hidden;
            opacity: .3;
            -webkit-transition: all .2s ease;
            transition: all .2s ease;
        }

        .pager li.previous-page * {
            background-image: url(../img/arrow-black-left.png);
        }

        .pager li.next-page * {
            background-image: url(../img/arrow-black-right.png);
        }

/* other grids */

.home-page-category-grid .item-box,
.sub-category-grid .item-box {
    margin: 0 auto 5px;
}

    .home-page-category-grid .item-box .picture,
    .sub-category-item .picture {
        margin-bottom: 0;
    }

.category-item .title a,
.sub-category-item .title a {
    color: #666;
    font-size: 20px;
    text-transform: uppercase;
    padding: 13px;
    text-align: center;
    font-weight: normal;
}

.sub-category-item .title a {
    font-size: 17px;
}
/* manufacturers */

.manufacturer-item .picture,
.vendor-grid .picture {
    border: 1px solid #eee;
    margin: 0 0 5px;
}

.manufacturer-grid .item-box .title a,
.vendor-grid .item-box .title a {
    font-weight: normal;
    font-size: 24px;
    color: #555;
}

/* vendors */

.vendor-list li {
    text-align: left;
    display: inline-block;
    margin: 0 10px 10px;
}

.vendor-list a {
    position: relative;
    padding: 5px 5px 5px 14px;
    font-size: 18px;
    line-height: 1;
    display: block;
    color: #333;
}

    .vendor-list a:before {
        content: " ";
        position: absolute;
        top: 50%;
        left: 0;
        margin-top: -3px;
        width: 6px;
        height: 6px;
        border-radius: 100%;
        background: #79b285;
    }

.contact-vendor input[type='button'] {
    border: 0;
    background: 0;
    background-image: url(../img/bg-button-small.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    padding: 4px 20px;
    margin: 0 0 15px;
    height: 36px;
    font: normal 20px "Open Sans Condensed", Arial, sans-serif;
    text-transform: uppercase;
}

/********** PRODUCT PAGE **********/


.product-page-name {
    margin: 0 0 30px;
    position: relative;
}

    .product-page-name h1 {
        display: inline-block;
        font-size: 24px;
        line-height: 1.2;
        font-weight: normal;
        text-transform: uppercase;
    }

.product-essential {
    margin: 0 0 20px;
}

    .product-essential:after {
        content: ".";
        display: block;
        visibility: hidden;
        clear: both;
        height: 0;
        line-height: 0;
        font-size: 0;
    }

    .product-essential .breadcrumb {
        margin: 0 0 20px;
        width: 100%;
    }

.gallery {
    margin: 0 0 20px;
}

    .gallery .picture-wrapper {
        margin: 0 0 10px;
    }

    .gallery .picture {
        position: relative;
        max-width: 560px;
        margin: 0 auto 5px;
        overflow: hidden;
        background: #fff;
    }

        .gallery .picture:before {
            content: " ";
            display: block;
            padding-top: 100%;
        }

        .gallery .picture img,
        .gallery .picture-thumbs img,
        .variant-picture img {
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            max-width: 100%;
            margin: auto;
        }

    .gallery .picture-thumbs {
        overflow: hidden;
        font-size: 0;
    }

        .gallery .picture-thumbs a {
            display: inline-block;
            position: relative;
            width: 100px;
            height: 100px;
            margin: 0 2px 5px;
            overflow: hidden;
            background: #fff;
        }

/*Default Zoom start*/
#lbOverlay {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
    height: 100%;
    background-color: #000;
    cursor: pointer;
}

#lbCenter,
#lbBottomContainer {
    position: absolute;
    z-index: 9999;
    overflow: hidden;
    background-color: #fff;
}

.lbLoading {
    background: #fff url('../img/loading.gif') no-repeat center;
}

#lbImage {
    position: absolute;
    top: 0;
    left: 0;
    border: 10px solid #fff;
    background-repeat: no-repeat;
}

#lbPrevLink,
#lbNextLink {
    display: block;
    position: absolute;
    top: 0;
    width: 50%;
}

#lbPrevLink {
    left: 0;
}

#lbNextLink {
    right: 0;
}

#lbBottom {
    border: 10px solid #fff;
    border-top: none;
    text-align: left;
    line-height: 1.4em;
    font-size: 10px;
    color: #666;
}

#lbCloseLink {
    display: block;
    float: right;
    width: 66px;
    height: 22px;
    margin: 5px 0;
    outline: none;
    background: url('../img/closelabel.gif') no-repeat center;
}

#lbCaption,
#lbNumber {
    margin: 0 70px 0 0;
}

#lbCaption {
    font-weight: bold;
}

#fancybox-wrap {
    z-index: 10010 !important;
}
/*Default Zoom end*/

.product-details-page .overview {
    position: relative;
    margin: 0 0 20px;
}

.overview .breadcrumb {
    display: none;
}

.product-details-page .discontinued-product {
    margin: 0 0 20px;
    background: #f3f3f3;
}

.discontinued-product h4 {
    padding: 20px 0;
    text-align: center;
    font-size: 24px;
    font-weight: normal;
    color: #c00;
}

.overview .product-name {
    margin: 0 0 15px;
}

.overview .short-description {
    margin: 0 0 15px;
    color: #777;
    font-size: 18px;
    text-align: justify;
}

.overview .buttons .manufacturers {
    margin: 0 0 25px;
    font-size: 0;
    padding: 15px 0;
    width: 100%;
    border-top: 1px dotted #c0c0c0;
    border-bottom: 1px dotted #c0c0c0;
}

.overview .buttons div {
    display: inline-block;
    margin: 0 5px;
}

.page.product-details-page {
    margin-top: 45px;
}

.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,
.variant-overview .subscribe-button,
.download-sample a {
    background: rgba(0, 0, 0, 0) none no-repeat scroll left center;
    border: 0 none;
    display: inline-block;
    font: 14px "Josefin Sans",Arial,sans-serif;
    opacity: 0.7;
    padding: 5px 5px 5px 26px;
    text-transform: uppercase;
}

.overview .add-to-wishlist-button,
.variant-overview .add-to-wishlist-button {
    background-image: url(../img/icon-wishlist.png);
}

.overview .add-to-compare-list-button {
    background-image: url(../img/icon-compare.png);
}

.overview .email-a-friend-button {
    background-image: url(../img/icon-emailfriend.png);
}

.overview .subscribe-button,
.variant-overview .subscribe-button {
    background-image: url(../img/icon-backinstock.png);
}

.download-sample a {
    background-image: url(../img/icon-download.png);
}

.qq-upload-button {
    border: 0 !important;
    background: 0 !important;
    background-image: url(../img/bg-button-small.png) !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    width: 120px !important;
    text-align: center !important;
    background-size: 100% 100% !important;
    padding: 7px 12px !important;
    font: normal 16px "Open Sans Condensed", Arial, sans-serif !important;
    text-transform: uppercase !important;
}

.overview .secondary-info {
    margin: 0 0 20px;
}

.overview .sku, .variant-overview .sku,
.overview .gtin, .variant-overview .gtin,
.overview .stock, .variant-overview .stock,
.overview .delivery-date, .variant-overview .delivery-date,
.overview .product-vendor, .variant-overview .product-vendor,
.overview .manufacturers, .manufacturer-part-number {
    margin: 0 0 5px;
}

.overview .label,
.variant-overview .label {
    font-size: 18px;
    color: #555;
    margin-right: 5px;
}

.overview .value,
.variant-overview .value {
    font-size: 18px;
    color: #79b285;
}

    .overview .value a,
    .variant-overview .value a {
        text-decoration: underline;
    }

.free-shipping {
    background: #79b285 none repeat scroll 0 0;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    line-height: 16px;
    margin: 15px auto;
    padding: 11px 15px;
    text-align: center;
    text-transform: uppercase;
}

.product-reviews-overview {
    margin: 0 0 20px;
    text-align: center;
}

.product-no-reviews a {
    text-decoration: underline;
    font-size: 14px;
}

.product-review-box {
    display: inline-block;
    margin: 0 0 5px;
}

    .product-review-box .rating {
        width: 100px;
        height: 19px;
        background: url('../img/rating1.png') repeat-x;
    }

        .product-review-box .rating div {
            height: 19px;
            background: url('../img/rating2.png') repeat-x;
        }

.overview .prices {
    margin: 0 0 30px;
    overflow: hidden;
}

.overview .old-product-price,
.overview .product-price,
.variant-overview .old-product-price,
.variant-overview .product-price {
    display: inline-block;
    margin: 0 5px;
}

.overview .old-product-price,
.variant-overview .old-product-price {
    font-size: 18px;
    color: #555;
    text-decoration: line-through;
}

.overview .product-price,
.variant-overview .product-price {
    font-size: 24px;
    color: #79b285;
    font-weight: bold;
}

.variant-overview .prices {
    text-align: left;
    margin: 0 0 10px;
}

.variant-overview .old-product-price + .product-price {
    display: block;
}

.overview .old-product-price label,
.overview .product-price label,
.variant-overview .old-product-price label,
.variant-overview .product-price label {
    display: none;
}

.overview .old-product-price span,
.overview .product-price span,
.variant-overview .old-product-price span,
.variant-overview .product-price span {
    vertical-align: middle;
}


.customer-entered-price {
    margin: 0 0 20px;
    overflow: hidden;
    background: #f6f6f6;
    padding: 10px;
}

    .customer-entered-price > div {
        display: inline-block;
    }

    .customer-entered-price .price-input {
        margin: 0 5px;
    }

    .customer-entered-price .enter-price-input {
        width: 50px;
        text-align: center;
    }

    .customer-entered-price .price-range {
        font-weight: bold;
    }

.overview .add-to-cart {
    margin: 0 0 25px;
}

.add-to-wishlist {
    text-align: center;
}

.min-qty-notification {
    margin: -10px 0 10px;
}

.overview .add-to-cart-panel,
.variant-overview .add-to-cart-panel {
    display: inline-block;
    position: relative;
}

    .overview .add-to-cart-panel > *,
    .variant-overview .add-to-cart-panel > * {
        float: left;
    }

.overview .qty-label,
.variant-overview .qty-label {
    position: absolute;
    left: -25px;
    line-height: 36px;
    display: none !important;
}


.overview .qty-dropdown, .variant-overview .qty-dropdown {
    width: auto;
}

.overview .add-to-cart .add-to-wishlist-button {
    display: none; /*removes the old button*/
    background-image: url('file:///W:\Pixie Party Supplies\wwwroot\Themes\ArtFactory\Content\img\nav-button-right.png');
    2405;
}

.product-share-button {
    display: none;
}

.full-description {
    margin: 0 0 40px !important;
    font-size: 16px;
    text-align: justify;
}

.product-collateral {
    margin: 0 0 20px;
}

    .product-collateral .title {
        margin: 0 0 10px;
        font-size: 24px;
    }

        .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;
    }

/* variants */

.product-variant-list {
    margin: 0 0 20px;
}

.variant-picture {
    position: relative;
    overflow: hidden;
}

    .variant-picture:before {
        content: " ";
        display: block;
        padding-top: 100%;
    }

.variant-overview {
    width: 100%;
}

    .variant-overview .variant-name {
        font-size: 20px;
        color: #555;
        text-transform: uppercase;
        text-align: left;
        margin: 0 0 5px;
    }

    .variant-overview .variant-description {
        margin: 0 0 15px;
        font-size: 16px;
        color: #333;
        text-align: justify;
    }

    .variant-overview .sku,
    .variant-overview .gtin,
    .variant-overview .stock,
    .variant-overview .delivery-date,
    .variant-overview .product-vendor {
        text-align: left;
    }

    .variant-overview .free-shipping {
        margin: 0 auto 5px;
    }

.price-and-buy {
    padding: 10px 0 0;
    text-align: center;
}

.variant-overview .add-to-wishlist-button {
    display: block;
    float: none;
    clear: both;
    margin: 0 auto;
}

/* variants grid */

.product-variant-list.grid .product-variant-line {
    margin: 0 auto 20px;
    width: 360px;
    max-width: 100%;
}

.product-variant-list.grid .variant-overview .variant-name {
    padding: 15px 5px;
    line-height: 1;
    margin: 0;
}

.product-variant-list.grid .details-wrapper {
    background: #f3f3f3;
}

.product-variant-list.grid .details-title {
    position: relative;
    text-align: left;
    font-size: 20px;
    line-height: 1;
    padding: 10px;
    cursor: pointer;
}

    .product-variant-list.grid .details-title:after {
        content: " ";
        position: absolute;
        top: 12px;
        right: 12px;
        width: 18px;
        height: 18px;
        background: url(../img/icon-plus.png) no-repeat center;
    }

    .product-variant-list.grid .details-title.open:after {
        background: url(../img/icon-minus.png) no-repeat center;
    }

.product-variant-list.grid .details-content {
    display: none;
    padding: 10px;
    border-top: 1px dotted #c6c6c6;
}

/*Jquery Tabs start*/
.ui-tabs {
    margin: 0 0 20px;
}

.productTabs {
    border-bottom: 1px solid #dddddd;
    margin-bottom: 40px;
}

.ui-tabs .ui-tabs-nav {
    overflow: hidden;
}

    .ui-tabs .ui-tabs-nav li a {
        background: #f3f3f3 none repeat scroll 0 0;
        color: #666;
        display: block;
        font-size: 16px;
        font-weight: 600;
        margin-bottom: 3px;
        padding: 10px;
        text-align: center;
        text-transform: uppercase;
    }

        .ui-tabs .ui-tabs-nav li.ui-tabs-selected a,
        .ui-tabs .ui-state-active.ui-tabs-active a,
        .ui-tabs .ui-tabs-nav li a:hover {
            background: #79b285;
            color: #fff;
        }

.ui-tabs .ui-tabs-panel {
    padding: 30px 15px;
}

    .ui-tabs .ui-tabs-panel p {
        margin: 0 0 10px;
        line-height: 20px;
    }

.ui-tabs .ui-tabs-hide {
    display: none;
}
/*Jquery Tabs end*/

.product-specs-box,
.product-tags-box {
    margin: 0 0 35px;
}

.product-tags-box {
    text-align: center;
}

.product-tags-list {
    font-size: 0;
}

    .product-tags-list li {
        display: inline-block;
        font-size: 16px; /*reset zeroing*/
    }

        .product-tags-list li.separator {
            margin: 0 5px 0 3px;
        }

    .product-tags-list a {
        display: inline-block;
        line-height: 24px;
    }

.product-details-page .product-grid {
    margin: 0 0 30px;
}

.product-details-page .item-box .details {
    background: #fff;
}

.attributes {
    margin: 0 0 20px;
}

    .attributes dl {
        overflow: hidden;
    }

    .attributes dt {
        display: block;
        white-space: nowrap;
        font-weight: bold;
        margin: 0 0 5px;
    }

    .attributes dd {
        margin: 0 0 10px;
    }

    .attributes li {
        margin: 0 0 5px;
    }

    .attributes dt > label {
        font-weight: normal;
        font-size: 18px;
    }

    .attributes select {
        width: auto;
        max-width: 100%;
    }

    .attributes input[type=text] {
        width: 200px;
        max-width: 100%;
    }

.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: "Open Sans Condensed",Arial,sans-serif;
    background: #fff;
    border: 1px solid #ccc;
}

.ui-datepicker-header a {
    font-size: 0;
    height: 32px;
    position: absolute;
    top: 0;
    width: 32px;
    z-index: 1;
}

    .ui-datepicker-header a.ui-datepicker-prev {
        background: url("../img/arrow-gray-left.png") no-repeat scroll center center rgba(0, 0, 0, 0);
        left: 0;
    }

    .ui-datepicker-header a.ui-datepicker-next {
        background: url("../img/arrow-gray-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 td a {
    -webkit-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
}



.attributes textarea {
    width: 350px;
    max-width: 100%;
}

.attributes .option-list li > * {
    display: inline-block;
    padding: 0 5px;
    vertical-align: middle;
}

.attributes p {
    font-size: 14px;
    font-weight: normal;
    white-space: pre-wrap;
}

.color-squares {
    font-size: 0;
}

    .color-squares li {
        display: inline-block;
        margin: 0;
    }

    .color-squares .color-container {
        display: block !important;
        border: 1px solid transparent;
        border-radius: 100%;
        padding: 3px;
        position: relative;
        z-index: 1;
    }

    .color-squares label {
        height: 35px;
        overflow: hidden;
    }

    .color-squares .color {
        display: block !important;
        width: 26px !important;
        height: 26px !important;
        border: 1px solid #c9c9c9 !important;
        cursor: pointer;
        border-radius: 100%;
    }

    .color-squares .selected-value .color-container {
        border-color: #c9c9c9;
    }

    .color-squares li input {
        position: relative;
        z-index: -1;
        margin: -45px 0 0;
    }

.giftcard {
    margin: 0 0 20px;
    overflow: hidden;
    clear: both;
}

    .giftcard div {
        margin: 0 0 10px;
    }

    .giftcard > div:last-child {
        margin: 0;
    }

    .giftcard label {
        display: block;
        margin: 0 0 5px;
    }

    .giftcard input,
    .giftcard textarea {
        width: 350px;
        max-width: 100%;
    }

    .giftcard textarea {
        height: 150px;
    }


/********** PRODUCT REVIEWS **********/



.product-reviews-page h1 a {
    font-style: italic;
}

    .product-reviews-page h1 a:before,
    .product-reviews-page h1 a:after {
        content: "''";
    }

.product-reviews-page .title {
    color: #79b285;
    font-size: 24px;
    border-bottom: 1px dotted #dcdcdc;
    padding: 0 0 5px;
    margin: 0 0 10px;
    text-align: center;
}

    .product-reviews-page .title strong {
        font-weight: normal;
        display: block;
    }

.write-review {
    margin: 0 0 30px;
}

    .write-review .form-fields {
        margin: 0 0 15px;
    }

    .write-review .review-rating {
        text-align: center;
    }

        .write-review .review-rating label {
            display: block;
            margin: 0 0 5px;
            font-size: 18px;
            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: 18px;
    height: 24px;
}

    .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;
}

.product-reviews-page .result,
.product-reviews-page .message-error {
    margin: 0 0 20px;
}

.product-review-list {
    overflow: hidden;
}

.product-review-item {
    margin: 0 auto 30px;
    max-width: 1000px;
}

    .product-review-item .review-item-head {
        margin: 0 0 10px;
        overflow: hidden;
        background: #f6f6f6;
        padding: 10px;
    }

    .product-review-item .review-title {
        float: left;
        text-transform: uppercase;
    }

    .product-review-item .product-review-box {
        float: right;
        margin: 0;
    }

    .product-review-item .review-text {
        margin: 0 0 15px;
    }

    .product-review-item .review-info {
        margin: 0 0 5px;
    }

        .product-review-item .review-info a,
        .product-review-helpfulness .vote {
            display: inline-block;
            padding: 0 10px;
            font-weight: bold;
            text-decoration: underline;
            cursor: pointer;
        }

.product-review-helpfulness .question {
    margin: 0 5px 0 0;
    font-style: italic;
}

.product-review-helpfulness .result {
    margin: 0 0 0 10px;
}


/********** WISHLIST & COMPARE LIST **********/



.wishlist-page .page-title {
    background: #f3f3f3;
    padding: 15px 0;
}

.wishlist-content {
    margin: 0 0 20px;
}

    .wishlist-content .tax-shipping-info {
        margin: 0 0 10px 0;
    }

    .wishlist-content .message-error {
        margin: 0 0 10px;
    }

    .wishlist-content .buttons {
        font-size: 0;
    }

.wishlist-page .share-info a {
    display: block;
    margin: 0 0 5px;
    font-weight: bold;
}

.compare-products-page {
    overflow: hidden;
}

    .compare-products-page img {
        max-width: 100%;
    }

    .compare-products-page .clear-list {
        border: 0;
        background: 0;
        background-image: url(../img/bg-button-small.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: 100% 100%;
        padding: 4px 20px;
        font: normal 20px "Open Sans Condensed", Arial, sans-serif;
        text-transform: uppercase;
        display: inline-block;
        margin: 0 0 15px;
    }

    .compare-products-page .button-2 {
        display: inline-block;
        border: 0;
        background: url(../img/icon-x.png) no-repeat right center;
        padding: 7px 16px 9px 0;
        font: normal 16px/1 "Open Sans Condensed", Arial, sans-serif;
    }


/*********** TOPICS ***********/



.topic-block {
    margin: 0 auto 20px;
    max-width: 1000px;
}

.home-page .topic-block {
    margin-bottom: 30px;
}

.topic-block-title {
    padding: 0 30px;
    text-align: center;
}

    .topic-block-title h2 {
        font-family: 'Leckerli One', serif;
        font-size: 43px;
        display: inline-block;
        line-height: 47px;
        font-weight: normal;
        margin: 0 0 20px;
    }

.topic-block-body {
    line-height: 20px;
}

    .topic-block-body h3 {
        position: relative;
        line-height: normal;
        font-size: 26px;
        font-weight: normal;
        text-align: center;
        margin: 0 0 30px;
        text-transform: uppercase;
    }

.topic-block a,
.topic-page a {
    text-decoration: underline;
}

    .topic-block a:hover,
    .topic-page a:hover {
        color: #79b285;
    }

.topic-block-body p {
    text-align: center;
}

.home-page .topic-block p {
    font-size: 21px;
    font-weight: 300;
    line-height: normal;
}

.contact-page .page-body, .topic-page .page-body, .news-list-page .page-body, .news-item-page .page-body, .registration-page .page-body, .login-page .page-body {
    width: 95%;
    max-width: 1000px;
    margin: auto;
    line-height: 20px;
}

.topic-block-body > ul {
    text-align: left;
}

.topic-password {
    text-align: center;
}

.enter-password-title {
    margin: 0 0 10px;
    color: #c00;
}

.enter-password-form {
    display: inline-block;
    overflow: hidden;
}

    .enter-password-form input[type="password"] {
        float: left !important;
        width: 200px !important;
        height: 36px !important;
    }

    .enter-password-form input[type="submit"] {
        float: left !important;
        width: auto !important;
        height: 36px !important;
        border: none !important;
        background: #ccc !important;
        padding: 0 20px !important;
        font-size: 16px !important;
    }

.password-error {
    margin: 0 0 10px;
}


/*********** CONTACT & EMAIL A FRIEND ***********/
.topic-page hr {
    margin: 35px 0;
    opacity: 0.1;
}

.topic-page h2 {
    color: #79b285;
    line-height: 26px;
    text-align: center;
}

.topic-page .page-body h3 {
    margin-bottom: 15px;
    margin-top: 35px;
}

.contact-page .topic-block p,
.email-a-friend-page .topic-block p, .topic-page .page-body p {
    text-align: left;
    margin-bottom: 10px;
}

.contact-page .form-fields,
.email-a-friend-page .form-fields,
.product-reviews-page .form-fields,
.apply-vendor-page .form-fields {
    margin: 0 auto 25px;
    width: 670px;
    max-width: 100%;
}

.contact-page .message-error,
.email-a-friend-page .message-error {
    margin: 0 0 10px;
}

.email-a-friend-page .title {
    margin: 0 0 15px;
}

    .email-a-friend-page .title h2 {
        border-bottom: 1px dotted #dcdcdc;
        padding: 0 0 5px;
        margin: 0 0 10px;
        text-align: center;
        font-weight: normal;
    }

    .email-a-friend-page .title a {
        color: #79b285;
        font-size: 24px;
    }



/********** REGISTRATION, LOGIN, ACCOUNT PAGES  **********/



.registration-page .form-fields,
.login-page .form-fields,
.password-recovery-page .form-fields {
    width: 660px;
    max-width: 100%;
    margin: auto;
}

.registration-page .date-of-birth select,
.account-page .date-of-birth select {
    width: 88px; /*birth-date selectors, always single line*/
}

.registration-page select + select,
.account-page select + select {
    margin: 0 0 0 10px;
}

.gender {
    display: inline-block;
}

    .gender span {
        display: inline-block;
        margin: 0 3px;
    }

        .gender span > * {
            vertical-align: middle;
            line-height: 32px;
            width: auto !important;
            cursor: pointer;
        }

#check-availability-button {
    border: none;
    font-size: 16px;
    padding: 10px 20px;
    background: 0;
    background-image: url(../img/bg-button-small.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    font: normal 20px "Open Sans Condensed", Arial, sans-serif;
    text-transform: uppercase;
}

#username-availabilty {
    display: block;
    margin: 5px 0 0;
    font-size: 14px;
    color: #c00;
}

    #username-availabilty:empty {
        display: none;
    }

.vat-status, .vat-note {
    display: block;
    margin: 5px 0 0;
    text-align: center;
    font-size: 16px; /*reset zeroing*/
}

.accept-privacy-policy {
    margin: 0 0 20px;
    text-align: center;
}

    .accept-privacy-policy > * {
        display: inline-block;
        line-height: 32px;
        vertical-align: middle;
        cursor: pointer;
    }

    .accept-privacy-policy a {
        font-weight: bold;
    }

.registration-result-page .result {
    margin: 0 0 20px;
    color: #690;
    text-align: center;
}

.login-page .customer-blocks {
    margin: 0 0 30px;
}



.login-page .new-wrapper {
    margin: 0 0 50px;
}

.login-page .text {
    margin: 0 0 20px;
    text-align: center;
}

.login-page .inputs.reversed * {
    margin: 5px 0;
}

label[for=RememberMe] {
    display: inline-block;
    width: auto;
}

.forgot-password {
    font-size: 16px;
    width: 100%;
    display: block;
}

    .forgot-password a {
        color: #999;
    }

.external-authentication {
    margin: 0 0 20px;
    overflow: hidden;
    text-align: center;
}

    .external-authentication fieldset {
        float: none !important;
    }

.password-recovery-page .tooltip {
    margin: 0 0 20px;
    text-align: center;
}

.password-recovery-page .result {
    margin: 0 0 5px;
    font-weight: bold;
}

.account-page .edit-address {
    margin: 0 0 20px;
}

.account-page .description {
    margin: 0 0 20px;
}

.account-page .address-list,
.account-page .order-list {
    overflow: hidden;
}

.account-page .address-item,
.account-page .order-item {
    padding: 20px;
    background: #f9f9f9;
}

    .account-page .address-item .buttons,
    .account-page .order-item .buttons {
        margin: 0;
    }

.address-list-page .info,
.order-list-page .info {
    margin: 0 0 20px;
    line-height: 20px;
}

.address-list-page .add-button {
    margin: 0 0 15px;
    text-align: center;
}

.return-request-page .page-title {
    padding: 15px 30px;
    background: #f3f3f3;
}

.return-request-list-page a {
    font-weight: bold;
}

.return-request-list-page .comments {
    margin: 15px 0 0;
}

.shipment-details-page .page-title {
    padding: 15px 30px;
    background: #f3f3f3;
}

.reward-points-overview,
.reward-points-history .title {
    margin: 0 0 15px;
}

.reward-points-overview {
    font-size: 18px;
}

.reward-points-history .title {
    margin: 0 0 15px;
    text-align: center;
    border-bottom: 1px dashed #dcdcdc;
}

    .reward-points-history .title strong {
        font-weight: normal;
        font-size: 24px;
        color: #79b285;
        padding: 0 0 5px;
        display: block;
    }

.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: 86px;
    overflow: hidden;
}

.avatar-page input[type="submit"] {
    padding: 5px 10px;
}

.avatar-page .info {
    margin: 0 0 20px;
}

.user-agreement-page {
    text-align: center;
}

.terms-of-agreement {
    padding: 0 0 20px 0;
    text-align: center;
    line-height: 20px;
}

.user-agreement-page .button-1 {
    background: rgba(0, 0, 0, 0) url("../img/bg-button-small.png") no-repeat scroll center center / 99% 100%;
    border: 0 none;
    font: 16px "Open Sans Condensed",Arial,sans-serif;
    padding: 6px 20px;
    text-transform: uppercase;
}

/********** SHOPPING CART & CHECKOUT **********/


.order-progress {
    margin: 0;
    text-align: center;
    padding: 15px 0 0;
    background: #f3f3f3;
}

    .order-progress ul {
        font-size: 0;
    }

    .order-progress li {
        display: inline-block;
        margin: 0 25px 15px;
    }

    .order-progress a {
        position: relative;
        display: block;
        font-size: 16px; /*reset zeroing*/
        padding: 50px 0 0;
        color: #000;
        opacity: .3;
        min-width: 47px;
    }

        .order-progress a:before {
            content: " ";
            position: absolute;
            top: 0;
            left: 50%;
            margin-left: -22px;
            width: 45px;
            height: 45px;
            overflow: hidden;
            cursor: pointer;
            background: url(../img/nav-button-right.png) no-repeat center;
        }

    .order-progress li.active-step a {
        opacity: .7;
        cursor: pointer;
    }

    .order-progress li.inactive-step a {
        cursor: default;
    }

.shopping-cart-page .page-title {
    padding: 0;
    margin: 0 0 15px;
}

.order-summary-content > form > .buttons {
    margin: 0 0 30px;
}

.checkout-page .button-1,
.order-completed-continue-button {
    min-width: 115px;
}

.order-completed-continue-button {
    font-size: 20px !important;
}

.remove-discount-button,
.remove-gift-card-button {
    width: 16px;
    height: 16px;
    margin: 0 0 0 5px;
    border: 1px solid #ccc;
    background: #fff url('../img/close.png') center no-repeat;
    cursor: pointer;
}

.shopping-cart-page .message-error {
    margin: 0 0 20px;
    font-size: 16px;
    font-weight: bold;
    color: #e21414;
}

.shopping-cart-page .selected-checkout-attributes {
    display: none;
}

.shopping-cart-page .tax-shipping-info {
    margin: 0 0 10px;
    text-align: center;
}

.selected-checkout-attributes {
    margin: 0 0 20px;
    text-align: center;
}

.shopping-cart-page .common-buttons {
    text-align: center;
    font-size: 0;
}

    .shopping-cart-page .common-buttons input {
        min-width: 150px;
        margin: 0 5px 15px;
    }

.checkout-attributes {
    margin: 20px 0 0;
    text-align: center;
}

    .checkout-attributes dt {
        margin: 0 0 5px;
        font-weight: bold;
    }

    .checkout-attributes li {
        line-height: 24px;
    }

        .checkout-attributes li * {
            vertical-align: middle;
        }

.cart-footer:after {
    content: ".";
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
    line-height: 0;
    font-size: 0;
}

.cart-footer .totals {
    width: 240px;
    max-width: 100%;
    margin: 0 auto 30px;
}

.cart-footer .total-info {
    margin: 0 0 20px;
}

    .cart-footer .total-info .will-earn-reward-points span {
        font-size: 15px;
        font-style: italic;
    }

.cart-total td {
    width: 50%;
    padding: 5px;
    font-size: 16px;
}

.cart-footer {
    margin-top: 40px;
}

td.cart-total-left {
    text-align: left !important;
}

td.cart-total-right {
    font-size: 14px;
    text-align: right !important;
}

.cart-total tr:last-child td {
    padding-top: 10px;
    border-top: 1px dotted #dcdcdc;
    font-size: 20px;
}

.cart-total .order-total {
    color: #79b285;
    font-weight: bold;
}

.terms-of-service {
    margin: 0 0 20px;
}

    .terms-of-service label {
        cursor: pointer;
    }

    .terms-of-service a {
        margin-left: 5px;
        font-weight: bold;
        cursor: pointer;
    }

.cart-footer .button-1 {
    padding: 8px 35px;
}

.cart-footer .addon-buttons {
    margin: 20px 0 0;
}

.cart-collaterals {
    width: 300px;
    max-width: 100%;
    margin: 0 auto 30px;
}

    .cart-collaterals > div {
        margin: 0 0 30px;
    }

    .cart-collaterals .title {
        color: #79b285;
        border-bottom: 1px dotted #dcdcdc;
        display: block;
        padding: 0 0 5px;
        margin: 0 0 10px;
    }

        .cart-collaterals .title strong {
            font-weight: 600;
        }

    .cart-collaterals .hint {
        margin: 0 0 5px;
    }

    .cart-collaterals .deals > div {
        margin: 0 0 10px;
    }

    .cart-collaterals .coupon-code {
        font-size: 0;
        display: inline-block;
    }

        .cart-collaterals .coupon-code:after {
            content: ".";
            display: block;
            visibility: hidden;
            clear: both;
            height: 0;
            line-height: 0;
            font-size: 0;
        }

        .cart-collaterals .coupon-code input[type="text"] {
            float: left;
            width: 171px;
            height: 30px;
        }


    .cart-collaterals .message {
        margin: 5px 0 0;
        color: #c00;
    }

    .cart-collaterals .current-code {
        margin: 5px 0 0;
        color: #690;
    }

.estimate-shipping .hint {
    margin: 0 0 10px;
}

.cart-collaterals .shipping-results {
    margin: 20px 0 0;
}

    .cart-collaterals .shipping-results li {
        margin: 10px 0;
    }

.cart-collaterals .shipping label {
    color: #505050;
    font-size: 18px;
}

.cart-collaterals .shipping .inputs:last-child {
    margin: 25px 0 0;
}

.checkout-page > .page-title {
    padding: 15px 30px;
    background: #f3f3f3;
}

.checkout-page .section {
    margin: 0 0 30px;
}


.checkout-page .address-grid {
    overflow: hidden;
}

.checkout-page .address-item {
    margin: 0 auto 20px;
    max-width: 320px;
}

    .checkout-page .address-item .address-box {
        background: #f9f9f9;
        padding: 10px;
    }

    .checkout-page .address-item .select-button {
        margin: 10px 0 0;
    }

    .checkout-page .address-item li {
        padding: 2px 0;
    }

        .checkout-page .address-item li.name {
            margin: 0 0 5px;
        }

        .checkout-page .address-item li.country {
            margin: 5px 0 0;
            font-size: 16px;
        }

.checkout-page .edit-address {
    margin: 0 0 20px;
}

    .checkout-page .edit-address .custom-attributes .option-list label {
        width: auto;
        margin: 0 10px 0 5px;
    }

.shipping-method .method-list,
.payment-method .method-list {
    margin: 0 0 20px;
}

    .shipping-method .method-list li,
    .payment-method .method-list li {
        margin: 0 0 20px;
        text-align: left;
    }

        .shipping-method .method-list li label,
        .payment-method .method-list li label {
            font-weight: bold;
            cursor: pointer;
        }

.shipping-method .method-description {
    margin: 5px 0 0;
}

.payment-method .use-reward-points {
    margin: 0 0 25px;
}

.payment-info .info {
    margin: 0 0 20px;
    text-align: justify;
}

.confirm-order .button-1 {
    margin: 0 0 20px;
}

.section.confirm-order .min-order-warning,
.section.confirm-order .message-error {
    display: block;
    text-align: left;
}

.order-review-data ul,
.shipment-overview ul {
    margin: 0 0 30px;
}

    .order-review-data ul .title {
        font-weight: bold;
    }

.order-review-data li,
.shipment-overview li {
    padding: 2px 0;
}

.order-review-data .title,
.shipment-overview .title,
.order-details-area .title {
    margin: 20px 0 5px;
}

    .order-review-data .title:first-child,
    .shipment-overview .title:first-child,
    .order-details-area .title:first-child {
        margin-top: 0;
    }

.order-completed .details {
    margin: 0 0 20px;
}

    .order-completed .details a {
        display: inline-block;
        margin: 5px 0 0;
        font-weight: bold;
    }

.opc .step-title {
    margin-bottom: 1px;
    overflow: hidden;
    background: #f6f6f6;
    padding: 10px;
}

.related-products-grid.product-grid, .related-products-grid .bg-item-grid {
    margin-bottom: 0;
}

.opc .allow .step-title,
.opc .allow .step-title * {
    cursor: pointer;
}

.opc .step-title * {
    float: left;
    font-size: 20px;
    font-weight: normal;
}

.opc .step-title span {
    margin: 0 10px 0 0;
}

.opc .step {
    margin: 10px 0;
    padding: 10px;
}

.opc .section {
    margin: 0 0 15px;
}

    .opc .section > label {
        display: block;
        margin: 0 0 10px;
    }

.opc input[type="text"],
.opc select {
    max-width: 100%;
}

.opc .buttons {
    margin-bottom: 0;
}

.opc .back-link {
    margin: 0 0 10px;
}

    .opc .back-link small {
        display: none;
    }

    .opc .back-link a {
        font-weight: bold;
        position: relative;
        text-decoration: underline;
    }

        .opc .back-link a:before {
            content: "-";
            position: absolute;
            top: 0;
            right: 105%;
        }

.opc .please-wait {
    display: block;
    margin: 10px 0 0;
}

.order-details-page .page-title {
    position: relative;
    margin: 0 0 65px;
    padding: 15px 30px;
    background: #f3f3f3;
}

    .order-details-page .page-title div {
        position: absolute;
        top: 130%;
        right: 0;
        left: 0;
    }

        .order-details-page .page-title div a {
            margin: 0 5px;
        }

.order-details-page .order-overview {
    margin: 0 0 20px;
    line-height: 20px;
}

.order-details-area {
    margin: 0 0 20px;
    overflow: hidden;
}

    .order-details-area ul {
        float: left;
        width: 100%;
        margin: 0 0 20px;
        vertical-align: top;
    }

        .order-details-area ul .title {
            font-weight: bold;
        }

.order-details-page .actions {
    margin: 20px 0 0;
    overflow: hidden;
    text-align: center;
    font-size: 0;
}



.order-details-page .cart-total {
    width: 300px;
    margin: 0 auto 30px;
}

.shipment-details-page .shipment-overview {
    overflow: hidden;
    margin: 0 0 20px;
}

    .shipment-details-page .shipment-overview > ul {
        text-align: left;
    }

        .shipment-details-page .shipment-overview > ul:first-child {
            margin: 0 0 20px;
        }

.shipment-details-page .section {
    width: 100%;
}

/*********** SEARCH & SITEMAP ***********/



.search-input input + label {
    display: inline;
    margin: 0 0 0 2px;
}

.basic-search {
    margin: 0 0 20px;
}

    .basic-search input[type="text"] {
        width: 400px;
        max-width: 100%;
    }

.advanced-search {
    margin: 0 0 20px;
}

    .advanced-search .price-range {
        display: inline-block;
    }

        .advanced-search .price-range input {
            width: 80px;
            margin: 0 6px 0 0;
        }

.search-input .button-1 {
    border: 0;
    background: 0;
    background-image: url(../img/bg-button-small.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    padding: 4px 20px;
    font: normal 20px "Open Sans Condensed", Arial, sans-serif;
    text-transform: uppercase;
}

.search-input .warning,
.search-results .result {
    display: block;
    margin: 10px 0 0;
    font-weight: normal;
    color: #c00;
}

.search-results {
    margin: 30px 0 0;
}

.sitemap-page .page-title {
    background: #f3f3f3;
    padding: 15px 0;
}

.sitemap-page .description {
    margin: 0 0 20px;
}

.sitemap-page .entity {
    margin: 0 0 20px;
}

.sitemap-page .entity-title {
    border-bottom: 1px dotted #dcdcdc;
    padding: 0 0 5px;
    margin: 0 0 10px;
    text-align: center;
}

    .sitemap-page .entity-title h2 {
        font-weight: normal;
        display: block;
        color: #79b285;
        font-size: 24px;
    }

.sitemap-page .entity-body {
    line-height: 24px;
}

.sitemap-page li {
    text-align: left;
    display: inline-block;
    margin: 0 10px 10px;
}

.sitemap-page a {
    position: relative;
    padding: 5px 5px 5px 14px;
    font-size: 18px;
    line-height: 1;
    display: block;
    color: #333;
}

    .sitemap-page a:before {
        content: " ";
        position: absolute;
        top: 50%;
        left: 0;
        margin-top: -3px;
        width: 6px;
        height: 6px;
        border-radius: 100%;
        background: #79b285;
    }

    .sitemap-page a:empty {
        display: none;
    }

/********** NEWSLETTER *********/

.newsletter {
    position: relative;
    padding: 130px 0 20px;
    background: #6a3d5a;
    text-align: center;
}

.newsletter-subscribe {
    position: relative;
    font-size: 0;
    display: inline-block !important;
}

    .newsletter-subscribe:before {
        content: " ";
        position: absolute;
        top: -150px;
        left: 0;
        right: 0;
        margin: auto;
        width: 97px;
        height: 97px;
        background: url(../img/newsletter-logo.png) no-repeat center;
    }

    .newsletter-subscribe > div {
        font-size: 16px;
    }

.newsletter .title {
    margin: 0 0 10px;
}

    .newsletter .title strong {
        color: #fff;
        font: normal 31px/1 "Leckerli One", Calibri, sans-serif;
    }

.newsletter-email {
    display: inline-block;
    overflow: hidden;
}

    .newsletter-email input[type="text"] {
        float: left;
        width: 300px;
        height: 40px;
        margin: 0 0 20px;
        border: 0 !important;
        outline: 0 !important;
        font-size: 16px;
        color: #aaa;
    }

    .newsletter-email input[type="button"] {
        display: block;
        overflow: hidden;
        clear: both;
        margin: 0 auto;
        color: #fff;
        text-transform: uppercase;
        font: normal 15px "Josefin Sans", Arial, sans-serif;
        padding: 10px 20px;
        background: transparent;
        border: 1px solid #fff;
    }


.contact-page .button-1, .email-a-friend-page .button-1, .apply-vendor-page .button-1, .news-items .read-more,
.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, .wishlist-content .button-2,
.mini-shopping-cart input[type="button"],
.shopping-cart-page .button-1,
.checkout-page .button-1, .shopping-cart-page .button-2, .checkout-page .button-2, .order-details-page .page-title a,
.order-details-page .actions input, .order-details-area .repost .re-order-button,
.ajaxCart .productAddedToCartWindowCheckout,
.write-review .button-1 {
    display: block;
    overflow: hidden;
    clear: both;
    margin: 0 auto;
    text-transform: uppercase;
    font: normal 15px "Josefin Sans", Arial, sans-serif;
    padding: 10px 20px;
    background: transparent;
    border: 1px solid #582F4A;
    color: #582F4A;
}

    .newsletter-email input[type="button"]:hover, .contact-page .button-1:hover, .email-a-friend-page .button-1:hover, .apply-vendor-page .button-1:hover, .news-items .read-more:hover,
    .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:hover,
    .wishlist-content .button-2:hover,
    .mini-shopping-cart input[type="button"]:hover,
    .shopping-cart-page .button-1:hover,
    .checkout-page .button-1:hover,
    .shopping-cart-page .button-2:hover, .checkout-page .button-2:hover, .order-details-page .page-title a:hover,
    .order-details-page .actions input:hover, .order-details-area .repost .re-order-button:hover,
    .ajaxCart .productAddedToCartWindowCheckout:hover,
    .write-review .button-1:hover {
        background: #582F4A;
        color: #fff;
    }

.account-page .button-2, .wishlist-content .button-2, .mini-shopping-cart input[type="button"], .shopping-cart-page .button-2, .checkout-page .button-2, .order-details-page .page-title a {
    display: inline-block;
    font-size: 14px;
    line-height: 1;
    padding: 7px 10px;
}

.news-items .read-more, .order-details-page .actions input, .order-details-area .repost .re-order-button {
    float: right;
}

.newsletter-validation,
.newsletter-result {
    width: 100%;
    overflow: hidden;
    line-height: 28px;
    color: #fff;
}

.newsletter .options {
    clear: both;
    max-width: 300px;
}

    .newsletter .options span {
        display: inline-block;
        color: #fff;
        margin: 0 15px 0 0;
    }

.newsletter-validation .please-wait {
    display: none !important;
}



/********** BLOG & NEWS **********/



.year strong {
    display: block;
    cursor: default;
}

.blog-posts {
    overflow: hidden;
}

.blog-page .post,
.news-items .news-item {
    position: relative;
    margin: 0 0 25px;
    overflow: hidden;
    text-align: left;
}

.news-head {
    margin: 0 0 15px;
    padding: 0 0 10px;
    border-bottom: 2px dotted #d3d3d3;
}

.post-head {
    margin: 0 0 20px;
}

.post-title {
    display: block;
    font-size: 24px;
    color: #79b285;
    padding: 0 0 5px 30px;
    background: url(../img/icon-blog-post.png) no-repeat left center;
    border-bottom: 1px dashed #dcdcdc;
    margin: 0 0 15px;
}

.news-title {
    display: block;
    font-size: 20px;
    color: #555;
    text-transform: uppercase;
    padding: 0 0 5px 0;
}

.post-date, .news-date {
    display: block;
    font-size: 14px;
    color: #999;
}

.post-body,
.news-body {
    margin: 0 0 20px;
    line-height: 20px;
}

.news-body {
    line-height: 1.2;
    height: 57px;
    overflow: hidden;
    text-align: justify;
}

.news-item-page .news-body {
    height: auto;
}

.blog-page .tags,
.blogpost-page .tags {
    margin: 0 0 15px;
    overflow: hidden;
}

    .blog-page .tags label,
    .blogpost-page .tags label {
        display: block;
        font-weight: bold;
    }

    .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;
        font-size: 16px;
        line-height: 24px;
        color: #79b285;
    }

.blog-page .post .buttons {
    text-align: left;
    margin: 0;
}

    .blog-page .post .buttons a {
        color: #79b285;
        font-weight: bold;
        font-size: 18px;
        margin-right: 15px;
    }

.new-comment {
    margin: 0 0 30px;
}

    .new-comment .title {
        padding: 0 0 0 10px;
        margin: 0 0 10px;
        text-align: left;
    }

    .new-comment .notifications {
        margin: 0 0 10px;
    }

    .new-comment .result {
        color: #690;
    }

    .new-comment .form-fields {
        margin: 0 0 15px;
    }

    .new-comment .inputs label {
        display: none;
    }

    .new-comment textarea {
        width: 100%;
    }

    .new-comment .button-1 {
        border: 0;
        background: 0;
        background-image: url(../img/bg-button-small.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: 100% 100%;
        padding: 4px 20px;
        font: normal 20px "Open Sans Condensed", Arial, sans-serif;
        text-transform: uppercase;
    }

.comment-list .title {
    font-size: 24px;
    color: #79b285;
    padding: 0 0 5px 10px;
    margin: 0 0 20px;
    text-align: left;
    border-bottom: 1px dashed #dcdcdc;
}

    .comment-list .title strong {
        display: block;
        font-weight: normal;
    }

.blog-comment, .news-comment {
    margin: 0 0 20px;
    padding: 0 0 20px;
    border-bottom: 1px dashed #dcdcdc;
}

    .blog-comment:after,
    .news-comment:after {
        content: ".";
        display: block;
        visibility: hidden;
        clear: both;
        height: 0;
        line-height: 0;
        font-size: 0;
    }

.comment-info {
    width: 120px;
    margin: 0 auto 10px;
    border: 1px solid #ccc;
}

    .comment-info .username {
        display: block;
        padding: 5px;
    }

    .comment-info .avatar {
        position: relative;
        width: 120px;
        height: 120px;
        overflow: hidden;
    }

        .comment-info .avatar img {
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            max-width: 100%;
            max-height: 100%;
            margin: auto;
        }

.comment-time {
    margin: 0 0 5px;
    font-style: italic;
    color: #999;
}

    .comment-time .stat-value {
        vertical-align: middle;
    }

.comment-title {
    color: #333;
    font-size: 20px;
    margin: 0 0 5px;
}

    .comment-title strong {
        font-weight: normal;
    }

.comment-body {
    line-height: 20px;
}

.news-items .buttons {
    margin: 15px 0 0;
}

.news-item-page .inputs:first-child label {
    display: block;
}

.news-list-homepage {
    margin-bottom: 30px;
}

    .news-list-homepage .title {
        padding: 0 30px;
        text-align: center;
        margin: 0 0 20px;
    }

        .news-list-homepage .title strong {
            display: inline-block;
            position: relative;
            color: #666;
            font-size: 30px;
            font-weight: normal;
            font-family: "Kelly Slab", Calibri, sans-serif;
        }

            .news-list-homepage .title strong:after,
            .news-list-homepage .title strong:before {
                content: " ";
                position: absolute;
                top: 50%;
                margin-top: -2px;
                background: #79b285 url(../img/title-dots.png) no-repeat center;
                width: 19px;
                height: 4px;
                -webkit-transform: translateZ(0) scale(1.0, 1.0); /* fixes the bug of the 1px moving product images when hover on category */
            }

            .news-list-homepage .title strong:after {
                left: -30px;
            }

            .news-list-homepage .title strong:before {
                right: -30px;
            }

    .news-list-homepage .view-all {
        padding: 5px 0;
        border-top: 3px dotted #d3d3d3;
        border-bottom: 3px dotted #d3d3d3;
        text-align: center;
    }

        .news-list-homepage .view-all a {
            display: inline-block;
            line-height: 32px;
        }

/* 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: "Courier New", Courier, monospace;
    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;
}

/*RESPONSIVE CAPTCHA*/

@media (max-width: 444px) {
    .recaptchatable #recaptcha_image {
        margin: 0 !important;
        width: 200px !important;
        float: left !important;
    }

        .recaptchatable #recaptcha_image img {
            max-width: 100%;
        }

    .recaptchatable .recaptcha_r1_c1, .recaptchatable .recaptcha_r3_c1, .recaptchatable .recaptcha_r3_c2, .recaptchatable .recaptcha_r7_c1, .recaptchatable .recaptcha_r8_c1, .recaptchatable .recaptcha_r3_c3, .recaptchatable .recaptcha_r2_c1, .recaptchatable .recaptcha_r4_c1, .recaptchatable .recaptcha_r4_c2, .recaptchatable .recaptcha_r4_c4, .recaptchatable .recaptcha_image_cell, .recaptchatable .recaptcha_r2_c2 {
        background: none !important;
    }
}

/*topics*/
.home-page .topic-block-container {
    background: #6a3d5a;
    color: #fff;
    padding: 60px 0 50px;
    margin: 0 0 40px;
}
/*header*/
.extra-links {
    background: #f8f8f9 none repeat scroll 0 0;
}

    .extra-links ul {
        color: #6f6f6f;
        text-align: center;
        font-size: 14px;
        text-transform: uppercase;
    }

    .extra-links li {
        display: inline-block;
    }

    .extra-links ul li a {
        display: inline-block;
        padding: 14px;
    }

    .extra-links ul li:last-of-type a {
        padding-right: 0;
    }

    .extra-links ul li:first-of-type a {
        padding-left: 0;
    }

    .extra-links ul li a:hover {
        color: #79b285;
    }

/*home*/
.home-page .item-box {
    background: #fff none repeat scroll 0 0;
    margin-bottom: 6px;
}

.center-1 .home-page-product-grid .item-box, .also-purchased-products-grid .item-grid .item-box, .related-products-grid .item-grid .item-box {
    clear: none !important;
    margin-left: .2% !important;
    margin-bottom: 0;
}
/*categories*/
.block-category-navigation .list > .active > a {
    display: none;
}

.block .list > .active > .sublist {
    padding: 0;
}

.ajax-cart-button-wrapper input[type="text"], .ajax-cart-button-wrapper select, .overview .qty-input, .variant-overview .qty-input, .overview .qty-dropdown, .variant-overview .qty-dropdown {
    background: #997696 none repeat scroll 0 0;
    border: 0 none;
    color: #fff;
    height: 42px;
    margin-right: -1px;
    text-align: center;
    width: 36px;
}

@media all and (min-width: 1141px) {
    .product-review-item, .topic-block, .topic-page .page-body, .product-review-item, .news-list-page .page-body, .news-item-page .page-body, .registration-page .page-body, .login-page .page-body {
        max-width: 1140px;
    }

    .cart-footer .totals {
        width: 340px;
    }
}

.product-page-name .edit-btn {
    background-image: url('data:image/png;base64,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') /*/Themes/ArtFactory/Content/img/forum_icon4.png*/;
    background-repeat: no-repeat;
    background-position: center;
    height: 20px;
    width: 20px;
    display: inline-block;
}

.customer-blocks .buttons .button-1 {
    margin-bottom: 10px;
}

@media all and (max-width: 480px) {
    .item-box .product-title {
        height: auto;
    }
}

/*.ribbon-wrapper ~ .details .buttons {
    display: none;
}*/

span.newsletter-text {
    font-size: 16px;
    max-width: 350px;
    white-space: normal;
    display: inline-block;
    margin: 7px 0 0 194px;
}

@media all and (max-width: 1000px) {
    span.newsletter-text {
        max-width: 100%;
        margin: 7px 0 0 0;
        text-align: center;
    }
}

textarea#checkout_attribute_2 {
    width: 529px;
    margin: 10px 0 0;
    min-height: 100px;
    max-width: 100%;
}

/*404*/
.banner-notfound {
    background-image: url(../img/404.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    height: 394px;
    width: 100%;
    margin: 0 0 60px;
}

.not-found-page .page-title {
    display: none;
}

.not-found-page .topic-block-body {
    font-size: 21px;
    max-width: 750px;
    margin: 0 auto;
    line-height: normal;
}

    .not-found-page .topic-block-body p {
        margin-bottom: 30px;
    }

        .not-found-page .topic-block-body p a {
            color: #79b285;
            text-decoration: none;
            font-weight: 600;
        }

@media (max-width:1170px) {

    .banner-notfound {
        height: 240px;
    }
}

@media (max-width:600px) {
    .banner-notfound {
        height: 150px;
    }
}

@media (max-width:600px) {

    .banner-notfound {
        height: 117px;
    }
}
