/*************************************** GENERIC ***************************************/
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #a7a9ab;
    opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #a7a9ab;
}

:-ms-input-placeholder { /* Microsoft Edge */
    color: #a7a9ab;
}

/* SECTIONS */
.sectionGrid {
    clear: both;
    padding: 0px;
    margin: 0px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

    .sectionGrid figure {
        position: relative;
        float: left;
        overflow: hidden;
        text-align: center;
        cursor: pointer;
        width: 100%;
    }

        .sectionGrid figure img {
            position: relative;
            display: block;
            max-width: 100%;
            opacity: 0.8;
        }

        .sectionGrid figure figcaption {
            color: #fff;
            text-transform: uppercase;
            font-size: 1.25em;
            -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
        }

            .sectionGrid figure figcaption::before, .sectionGrid figure figcaption::after {
                pointer-events: none;
            }

            .sectionGrid figure figcaption > a {
                z-index: 1000;
                text-indent: 200%;
                white-space: nowrap;
                font-size: 0;
                opacity: 0;
            }

        .sectionGrid figure h2 {
            word-spacing: -0.15em;
            font-weight: 300;
        }

            .sectionGrid figure h2 span {
                font-weight: 800;
            }

        .sectionGrid figure h2, .sectionGrid figure p {
            margin: 0;
        }

        .sectionGrid figure p {
            letter-spacing: 1px;
            font-size: 68.5%;
        }

.center-1 {
    margin: 0;
}

.payment-description {
    font-weight: bold !important;
    padding-top: 10px !important;
}

/*  COLUMN SETUP  */
.col {
    display: block;
    float: left;
    margin: 5% 0 5% 0%;
    color: #000;
    width: 33.33%;
    text-align: left;
    border-top: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
    border-left: 1px solid #000;
    border-right: 1px solid #000;
}

    .col:nth-of-type(2) {
        border: 1px solid #ffffff;
    }

.itemGrid {
    position: relative;
    overflow: hidden;
    line-height: 0;
}

.col img {
    width: 100%;
}
/*  GROUPING  */
.group:before, .group:after {
    content: "";
    display: table;
}

.group:after {
    clear: both;
}

.group {
    zoom: 1; /* For IE 6/7 */
}

.home-page h2 {
    text-align: left;
    letter-spacing: 0.035em;
    color: #909090;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 40px;
    font-size: 18px;
    padding: 0 30px 10px;
    font-family:'din-2014',sans-serif;
}
.home-page p {
    font-size: 14px;
    line-height: 25px;
    padding: 0 30px;
    text-align: left;
    color: #333333;
}
/* FONTS */
body, .product-no-reviews, .product-reviews-overview, .checkout-page .address-item li, .order-details-area ul, .shipment-details-area ul, .order-completed .order-number strong, .cart-options .selected-checkout-attributes, .product-review-helpfulness, .product-review-helpfulness .question, .product-review-item .review-text, .review-content .reply-text, .product-review-item .review-info .date span, .product-reviews-page .title, .customer-entered-price .price-range, .sitemap-page .description, .newsletter-email .options label, .newsletter-box-description, .newsletter-result, .login-page .new-wrapper .text, .login-page .new-wrapper .text, .login-page .returning-wrapper .forgot-password a, .cart th, .data-table th, .forums-table-section th, .account-page .description, .no-data, .product-selectors span, .compare-products-table tr > *:first-child, .overview .short-description, .attributes .option-list label, .productAddedToCartWindowDescription .quantity, .productAddedToCartWindowDescription .attributeInfo, .category-description p, .manufacturer-description p, .full-description p, .topic-html-content p, .topic-page p, .post-body p, .news-body p, .custom-tab p, .product-tags-list, #quickTabs .custom-tab, .write-review .rating-wrapper > div, .breadcrumb li *, .mini-shopping-cart .count a, .mini-shopping-cart .quantity, .ui-dialog-content, .opc .payment-info .info label, .order-review-data ul, .shipment-overview ul, .checkout-page .order-review-data .title, .tier-prices .field-header, .footer-2 .newsletter-email .newsletter-subscribe-text, .password-recovery-page .tooltip {
    font-family: open sans, sans-serif;
    font-style: normal;
    font-weight: 400;
}
.sitemap-page .entity-title h2 {
    font-family: din-2014, sans-serif;
    letter-spacing: 0.035em;
    font-weight:bold;
    text-transform:uppercase;
}
/* END FONTS */
/* BUTTONS */
.topic-block .categoryLink a, .topic-page a, .contact-page .button-1, .email-a-friend-page .button-1, .apply-vendor-page .button-1, .account-page .button-1 {
    color: #fff;
    background-color: #b29a78;
    padding: 5px 20px;
    text-align: left;
    display: inline-block;
    margin-bottom: 40px;
    font-size: 15px;
    font-family: 'Open Sans', Arial, sans-serif;
    font-weight: 400;
    text-transform: none;
}
.write-review .button-1 {
    color: #fff;
    background-color: #b29a78;
    text-align: left;
    display: inline-block;
    margin-bottom: 40px;
    font-size: 15px;
    font-family: 'Open Sans', Arial, sans-serif;
    font-weight: 400;
    text-transform:uppercase;
}
    .write-review .button-1:hover, .topic-block .categoryLink:hover a, .topic-page a:hover, .contact-page .button-1:hover, .account-page .button-1:hover {
        background-color: #99999a;
    }
.account-page .button-2 {
    outline: 0px solid #f1f1f1;
    border: 1px solid #98999b;
    background-color: #fff;
    background-image: none;
    color: #767676;
}

    .account-page .button-2:hover {
        background-color: #b29a78;
        background-image: none;
    }
    /* END BUTTONS */
    /* BORDERS */
    .ui-tabs .ui-tabs-nav {
        padding: 0;
    }

    .product-review-item, .block .title, .ui-tabs .ui-tabs-nav:before, .account-page-navigation .account-navigation-wrapper, .opc .step-title, .login-page .title {
        border-bottom: 1px solid #98999b !important;
    }

.order-review-data .title:first-child, .shipment-overview .title:first-child, .order-details-area .title:first-child, .shipment-details-area .title:first-child, .order-details-area .title, .shipment-details-area .title {
    border-bottom:none;
    margin: 20px 0 5px;
    background: transparent;
    font-family:din-2014, sans-serif;
    font-weight:bold;
    letter-spacing:0.035em;
}

.customer-entered-price .enter-price-label {
    border-top: none;
}

.footer-1 .newsletter, .customer-entered-price .enter-price-input {
    border: 1px solid #f1f1f1;
}

.ui-tabs .ui-tabs-nav:before {
    height: auto;
    border-top: none;
}

.account-page .edit-address:before, .contact-page form:before, .email-a-friend-page form:before, .apply-vendor-page form:before, .advanced-search:before {
    border-top: 1px solid #f1f1f1;
    height: 1px;
}

.product-review-list .title, .prices-stock-wrapper, .giftcard, .form-fields, .cart-wrapper, .tier-prices .title, .sitemap-page .entity-title {
    border: none;
}

.product-details-page .full-description:before, .product-review-item {
    border-top: 1px solid #f1f1f1;
}

.fieldset .title, .section .title {
    border-bottom: 1px solid #98999b;
}

#quickTabs .ui-tabs-nav li {
    border-bottom: 0px solid #98999b;
}
/* END BORDERS */
/* BAR NOTIFICATIONS */
#bar-notification, #dialog-notifications-warning, #dialog-notifications-error, #dialog-notifications-success, .bar-notification, .bar-notification-container, .bar-notification.success, .bar-notification .content, .bar-notification .close {
    /*display: block !important;*/
    display: flex !important; /* Make the parent a flex container */
    align-items: center !important; /* Vertically center the child */
    justify-content: flex-start !important; /* Horizontally center the child */
}

.bar-notification {
    box-shadow: 5px 10px 18px #ccc;
    opacity: 1;
    padding: 25px 25px 25px 10px;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 400px;
    height: 200px;
    border: 1px solid #ccc;
}

    .bar-notification.success {
        background: white;
        color: #4d4d4d;
    }

    .bar-notification .content {
        margin: auto;
        font-size: 16px;
        color: #454545;
        height: 200px;
        flex-direction: column;
        padding-top: 40px;
    }

    .bar-notification.success .content, .bar-notification.success .content a {
        color: #008000;
    }

    .bar-notification .close {
        border: none;
        opacity: 1;
        box-shadow: none;
        background: #fff url('../png/add-cart-close.png') center no-repeat;
        position: fixed;
        margin: 10px;
    }

    .bar-notification.error, .bar-notification.warning {
        background: white;
    }
/* END BAR NOTIFICATIONS */
/* DROPDOWN MENU */
ul#pureThree {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
    width: 100%;
    background-color: #b91b2c;
    text-align: center;
}

#pureThree label {
    color: white;
    display: block;
    padding: 10px 0 10px 45px;
}

#pureThree li {
    list-style: none;
}

#pureThree input[type=checkbox] {
    display: none;
}

    #pureThree input[type=checkbox] ~ ul {
        max-height: 0;
        max-width: 0;
        opacity: 0;
        overflow: hidden;
        white-space: nowrap;
        display: none;
    }

    #pureThree input[type=checkbox]:checked ~ ul {
        max-height: 100%;
        max-width: 100%;
        opacity: 1;
        margin: 0px;
        color: white;
        background: #a20000;
        width: 100%;
        padding: 10px;
        display: inline-block;
    }

    #pureThree input[type=checkbox] + label:before {
        transform-origin: 25% 50%;
        border: 8px solid transparent;
        border-width: 8px 12px;
        border-left-color: white;
        margin-left: -25px;
        width: 0;
        height: 0;
        display: inline-block;
        text-align: center;
        content: '';
        color: #AAAFAB;
        position: absolute;
        margin-top: 1px;
    }

    #pureThree input[type=checkbox]:checked + label:before {
        transform: rotate(90deg);
    }

#pureThree ul {
    width: 100%;
    text-align: center;
}
/* END DROPDOWN MENU */
/* SOCIAL */
.social-sharing li {
    color: #0074d9;
    width: 45px;
    height: 45px;
    border: none;
    margin: auto;
}

.social-sharing a {
    transition: none;
    font-size: 0px;
}

    .social-sharing a .flop {
        background: url('../png/social_sprite_hover.png') no-repeat;
    }

    .social-sharing a .flip {
        background: url('../png/social_sprite_hover.png') no-repeat;

    }

.social-sharing .facebook span {
    background-position: -108px center;
}

.social-sharing .instagram span {
    background-position: -53px center;
}

.social-sharing .twitter span {
    background-position: 0 center;
}

.social-sharing .youtube span {
    background-position: -161px center;
}

.social-sharing .pinterest span {
    background-position: -323px center;
}

.social-sharing .google span {
    background-position: -216px center;
}

.social-sharing a:hover {
    transform: none;
}

.social-sharing a .flip {
    transform: none;
}
/* END SOCIAL */
/* JULIA STYLE */
figure.effect-julia {
    background: #2f3238;
}

    figure.effect-julia img {
        max-width: none;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
    }

    figure.effect-julia figcaption {
        text-align: left;
    }

    figure.effect-julia h2 {
        position: relative;
        padding: 0.5em 0;
    }

    figure.effect-julia p {
        display: inline-block;
        margin: 0 0 0.25em;
        padding: 0.4em 1em;
        background: rgba(255, 255, 255, 0.9);
        color: #2f3238;
        text-transform: none;
        font-weight: 500;
        font-size: 75%;
    }
/* END JULIA STYLE */
/*************************************** HOME PAGE ***************************************/
/* HEADER */
.header {
    margin: auto;
}

.header-logo {
    width: fit-content;
    margin-bottom: 0px;
    display: block;
}

.store-search-box form {
    margin: auto;
}

.header-cart-search-wrapper .store-search-box {
    height: auto;
    margin-right: 15px;
}

.header-links .html-widget {
    display: inline-block;
}

.mini-shopping-cart .totals {
    background: #ffffff;
    color: #000;
}

    .mini-shopping-cart .totals strong {
        color: #000000;
    }

.mini-shopping-cart .item-product-left {
    width: 100%;
    text-align: right;
}

.mini-shopping-cart .item-product-right {
    width: 100%;
    text-align: right;
    line-height: 1.5;
}

.mini-shopping-cart a:hover {
    color: #000000;
}

.mini-shopping-cart input[type="button"]:first-child {
    padding: 15px 35px;
    margin-bottom: 20px;
    background: #b29a78;
}

    .mini-shopping-cart input[type="button"]:first-child:hover {
        background: #A38252;
    }

.mini-shopping-cart input[type="button"]:hover {
    background: #A38252;
}

.header-menu .sublist-wrap {
    padding: 0;
    top: 84px;
    background: rgba(34,34,34,0.9) !important;
}
.header-menu .sublist {
    box-shadow: none;
}
.header-menu.open .sublist-wrap {
    top: 0;
}

.header-menu > ul.top-menu li {
    background: transparent;
}

.main-slider-wrapper .header-menu > ul {
    text-align: center;
}

.main-slider-wrapper .header-menu .sublist-wrap {
    padding-top: 0;
}

.main-slider-wrapper {
    border-bottom: 0px #b8a88e solid;
}

.cart-wrapper:hover #topcartlink {
    transform: none;
}

.cart-wrapper .ico-cart:before {
    background: transparent;
    background-color: transparent;
    height: 0;
    width: 0;
}

.cart-wrapper .ico-cart:after {
    content: '';
    width: 20px;
    height: 20px;
    position: absolute;
    top: 0;
    right: 15px;
    bottom: 0;
    margin: auto;
    background: url('../png/my-cart.png') center no-repeat;
}

.cart-wrapper .ico-cart, .cart-wrapper .ico-cart-total {
    padding: 15px 35px 15px 10px;
}

.cart-wrapper .ico-cart {
    background: #f6f7f9;
}

.header-cart-search-wrapper .cart-wrapper {
    height: auto;
    width: fit-content;
}

.cart-label {
    text-align: left;
}

#topcartlink {
    width: fit-content;
}

.cart-wrapper .ico-cart span {
    padding: 0 10px;
}

.main-slider-wrapper .header-menu.open > ul {
    text-align: left;
}

.header-1 .header-menu-wrapper {
    float: left;
    margin: auto;
    clear: none;
}

.header-1 .header-menu.open {
    height: 100%;
}

.header-links .my-account-dropdown a:before, .header-links .my-account-dropdown .ico-logout:before, .header-links .my-account-dropdown .ico-login:before, .header-links .my-account-dropdown .ico-register:before {
    background-image: url('../png/header-links-sprite_new2.png');
}

.header-links .my-account-dropdown a:hover:before, .header-links .my-account-dropdown .ico-login:hover:before, .header-links .my-account-dropdown .ico-register:hover:before {
    background: #0074d9 url('../png/header-links-sprite-hover_new2.png');
}

.header-links .my-account-dropdown .customer-addresses a:before, .header-links .my-account-dropdown .customer-addresses a:hover:before {
    background-position: 0 -18px;
}

.header-links .my-account-dropdown .customer-orders a:before, .header-links .my-account-dropdown .customer-orders a:hover:before {
    background-position: 0 -36px;
}

.header-links .my-account-dropdown .change-password a:before, .header-links .my-account-dropdown .change-password a:hover:before {
    background-position: 0 -51px;
}

.header-links .my-account-dropdown .customer-reviews a:before, .header-links .my-account-dropdown .customer-reviews a:hover:before {
    background-position: 0 -71px;
}

.header-links .my-account-dropdown .customer-gdpr a:before, .header-links .my-account-dropdown .customer-gdpr a:hover:before {
    background-position: 0 -91px;
}

.header-links .my-account-dropdown .savedCards a:before, .header-links .my-account-dropdown .savedCards a:hover:before {
    background-position: 0 -107px;
}

.header-links .my-account-dropdown .ico-logout:before, .header-links .my-account-dropdown .ico-logout:hover:before {
    background-position: 0 -127px;
}

.header-links .my-account-dropdown .ico-login:before, .header-links .my-account-dropdown .ico-login:hover:before {
    background-position: 0 -146px;
}

.header-links .my-account-dropdown .ico-register:before, .header-links .my-account-dropdown .ico-register:hover:before {
    background-position: 0 -164px;
}

.header-links .my-account-dropdown .customer-check-gift-card-balance a:before, .header-links .my-account-dropdown .customer-check-gift-card-balance a:hover:before {
    background-position: 0 -183px;
}
.header-links {
    font-family: open-sans, sans-serif;
    font-size:12px;
    color:white;
}
.flyout-cart {
    right: 0;
    padding: 0;
    top: 45px;
}

div.k-animation-container.instantSearch, .instantSearch .k-list-container {
    top: 0px;
    position: absolute !important;
    height: auto !important;
    margin-top: 0;
}

.instantSearch .k-item:first-child {
    padding-top: 0;
}

.pager li span {
    background-color: #b8a88e;
}

.pager li a:hover {
    background-color: #85755B;
}

.header-lower {
    background: #000000;
    border-bottom: 1px solid #fff;
}

.header-welcome-message {
    display: none;
}

.header-logo a {
    margin: 20px 0;
}

select {
    min-width: 100px;
}

.page-title h1 {
    font-weight: 700;
    font-family:'din-2014', sans-serif;
    letter-spacing: 0.035em;
    font-size:44px;
}

.block .title strong, .filter-block a.toggleControl {
    font-weight: 700;
    font-size: 14px;
    color: #000000;
}

.master-wrapper-page .header {
    margin-bottom: 0px;
    box-shadow: 0px 4px 6px rgba(150, 150, 150, 0);
}

.responsive-nav-wrapper {
    background-color: #000000;
    border-top: 0px solid #f1f1f1;
    border-bottom: 1px solid #ffffff;
}

.header-menu-responsive li {
    background: rgba(0, 0, 0, 0);
    border-bottom: 1px solid #747476;
}

.form-fields {
    border-top: none;
    background-color: #ffffff;
}

.header-menu-responsive li > a, .header-menu-responsive li > span {
    color: #747476;
}

    .header-menu-responsive li > a:hover, .header-menu-responsive li > span:hover {
        color: #ffffff;
    }

    .header-menu-responsive li > a.with-subcategories:hover {
        color: #ffffff;
    }

.close-menu span {
    background-color: #000000;
}

.header-menu ul li.back-button {
    background: rgba(0, 0, 0, 0);
}

.header-menu-responsive .back-button span {
    color: #747476;
}

    .header-menu-responsive .back-button span:hover {
        color: #ffffff;
    }

.header-links-wrapper, .store-search-box {
    background-color: #000000;
}

.mini-shopping-cart-title {
    font-weight: 700;
    font-family: din-2014, sans-serif;
}

.contact-page .button-1:hover, .email-a-friend-page .button-1:hover, .search-input .button-1:hover {
    background: #99999a;
}


    .nivo-caption {
        background: rgba(255, 255, 255, 0);
        text-align: left;
        left: 28px;
        width: auto;
        position: absolute;
        bottom: 0;
        text-shadow: 1px 1px 8px #000000;
        z-index: 30;
        margin: 40px 15px;
    }

.slider-wrapper .bg-dots {
    background-size: 16px auto;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 20;
}

    .slider-wrapper .bg-dots:after {
        background: -moz-linear-gradient(top, transparent 50%, rgba(0, 0, 0, 0.25) 80%, rgba(0, 0, 0, 0.35) 100%);
        background: -webkit-linear-gradient(top, transparent 50%, rgba(0, 0, 0, 0.25) 80%, rgba(0, 0, 0, 0.35) 100%);
        background: linear-gradient(to bottom, transparent 50%, rgba(0, 0, 0, 0.25) 80%, rgba(0, 0, 0, 0.35) 100%);
        content: "";
        position: absolute;
        display: block;
        left: 0;
        width: 100%;
        height: 100%;
    }

.nivo-caption h2 {
    font-size: 24px;
    line-height: 1;
    margin: 0px;
    position: relative;
    z-index: 3;
    opacity: .9;
    text-transform: uppercase;
    text-indent: -2px;
    font-family: open sans, sans-serif;
    color: #fff;
    letter-spacing: -5px;
}

.nivo-caption p {
    font-size: 14px;
    font-family: open sans, sans-serif;
    color: #fff;
    line-height: 1.5;
    margin: 0 0 10px 0;
}

.nivo-caption .button {
    font-size: 14px;
    font-family: open sans, sans-serif;
    color: #000;
    background-color: #b8a88e;
    padding: 10px 20px;
    text-shadow: 0px 0px 0px #000000;
}

    .nivo-caption .button:hover {
        background-color: #85755B;
    }

.mini-shopping-cart .count {
    padding: 20px 0 10px;
    border-bottom: 1px solid #98999b;
}

.mini-shopping-cart .items.ps-container {
    max-height: inherit !important;
}

.mini-shopping-cart .count a {
    font-style: normal;
    font-family: open sans, sans-serif;
}

    .mini-shopping-cart .count a:hover {
        color: #000000;
    }

.mini-shopping-cart .name {
    font: normal 12px open sans, sans-serif;
    max-height: inherit;
}

.header-links {
    color: #747476;
    text-transform: uppercase;
}

    .header-links a, .admin-header-links * {
        font-size: 12px;
        font-weight: 500;
    }

.header-links-wrapper a, a.ico-wishlist {
    border-bottom: 1px solid #747476;
}

.fieldset .title, .section .title, .fieldset .title strong, .section .title strong, .login-page .title strong {
    font-family: 'din-2014', sans-serif;
    font-style: normal;
    font-weight: 700 !important;
    letter-spacing: 0.035em;
    font-size:18px;
}

.registration-page .page-body .fieldset .form-fields div {
    font-weight: normal !important;
    font-size: 14px;
    line-height: 1.5em;
    padding: 0 20px 5px;
}

.header-menu .sublist li a {
    font-size: 13px;
    font-family: 'din-2014', Arial, sans-serif;
    font-weight:600;
    text-decoration:none;
    text-transform:uppercase;
}

.page-title h1 {
    letter-spacing: 0px;
    color: #000000;
}

.page-title {
    text-align: center;
    padding: 0 0px 4px;
    position: absolute;
}

.store-search-box input.search-box-text {
    padding: 10px;
}

.store-search-box .search-box-button {
    background: url('../png/search-button.png') center no-repeat;
    vertical-align: top;
    border: none;
}

.mini-shopping-cart {
    border: 0px solid #fff;
    box-shadow: none;
}

.home-page-body .main-slider-wrapper ~ .master-wrapper-content .master-column-wrapper {
    margin: 0px 0 0;
}

.home-page-body .master-column-wrapper {
    background: #000;
}

.master-column-wrapper {
    padding: 78px 0 0;
}

.home-page .topic-block {
    margin: 0 auto;
    width: 95%;
    max-width: 1200px;
}

.home-items-per-row-four .center-1 {
    margin: 00px;
}

.jDropDown {
    background: rgba(0, 0, 0, 0) url(../dropdown-arrow.html) right 14px center no-repeat;
    border: 1px solid #98999b;
}

.page {
    text-align: center;
}

.home-page {
    border-top: 2px #000 solid;
}

.header-links .html-widget a:hover {
    color: #ffffff;
}

.header-social-icons a.twitter {
    margin-left: -7px;
}
.header-upper {
    display:none;
}
/* END HEADER */
/* CATEGORY BANNERS */
.categorybanners {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    margin: auto;
    padding: 0 50px;
    margin-bottom: 50px;
}

.categorybannerimg {
    width: 25%;
    margin: auto;
    padding: 15px;
    min-width: 250px;
}

    .categorybannerimg img {
        width: 100%;
    }
/* END CATEGORY BANNERS */

/* J-CAROUSEL */
.item-box .details {
    text-align: center;
}

.nop-jcarousel .carousel-title span {
    font-size: 22px;
    font-weight: normal;
    color: #4d4d4d;
    text-transform: uppercase;
    letter-spacing: 3px;
}

.jCarouselMainWrapper .slick-dots .slick-active button, .nop-jcarousel .slick-dots button:hover:before, .nop-jcarousel .slick-dots .slick-active button:before {
    background: #b8a88e;
}

.nop-jcarousel {
    margin: 0px;
    padding-bottom: 50px;
    padding-top: 0px;
}

    .nop-jcarousel .carousel-title {
        border-bottom: 1px solid #f1f1f1;
    }

    .nop-jcarousel .jcarousel-prev-horizontal {
        box-shadow: none;
    }

    .nop-jcarousel .jcarousel-next-horizontal {
        box-shadow: none;
    }

    .nop-jcarousel .slick-prev:hover, .nop-jcarousel .slick-next:hover {
        background-color: #747476;
    }

    .nop-jcarousel .slick-prev, .nop-jcarousel .slick-next {
        box-shadow: none;
    }

.products-carousel .item-picture .thumb-img:before {
    padding-top: 100%;
}

.products-carousel .item-info .jcarousel-product-name {
    color: #fff;
    font-weight: bold;
    text-align: center;
}

.products-carousel .item-info .jcarousel-product-name {
    font-size: 18px;
}

    .products-carousel .item-info .jcarousel-product-name:hover {
        color: #000000;
    }

.products-carousel .item-info .prices {
    text-align: center;
    padding-bottom: 40px;
}

.products-carousel .item-info .actual-price:only-child {
    color: #000;
}

.products-carousel .item-info .actual-price {
    color: #000;
}

.products-carousel .item-info .jcarousel-product-name {
    color: #929293;
    font-weight: bold;
    text-align: center;
}

.nop-jcarousel .carousel-title strong {
    color: #ffffff;
    font-family:'din-2014', sans-serif;
    font-size:44px;
    line-height:56px;
    letter-spacing: 0.035em;
    font-weight:bold;
}
/* END J-CAROUSEL */
/* NEWSLETTER */
.options .newsletter-box-description, .newsletter-box-button, .newsletter-email .options, .newsletter-box-description {
    display: none;
}

.newsletter-box-description {
    background: transparent;
}

.footer-1 .newsletter-subscribe {
    display: block;
}

.newsletter-email .options {
    font-family: open sans, sans-serif;
    color: #929293;
    font-style: normal;
}

    .newsletter-email .options span {
        font-size: 12px;
    }

.newsletter-result {
    font-family: open sans, sans-serif;
    color: #fff;
}
/* END NEWSLETTER */
/* NEWSLETTER POPUP */
#newsletter_modal {
    background: #fff url(../png/gnomeletter.png);
    min-height: 295px;
    background-repeat: no-repeat;
}

    #newsletter_modal .modal-header {
        border-bottom: 0px solid #eee;
    }

        #newsletter_modal .modal-header h3 {
            font-family: open sans, sans-serif;
            text-transform: uppercase;
            color: #000;
        }

    #newsletter_modal .modal-body {
        margin-left: 10px;
    }

    #newsletter_modal p {
        color: #000;
        width: 300px;
    }

#newsletter-result-ok {
    color: #000;
    width: 300px;
}

#newsletter-result-error {
    color: #ae0000;
}

#newsletter-button, #responsive .contact-page .button-1, .color-graphite .contact-page .button-1 {
    color: #ffffff;
    font-family: open sans, sans-serif;
    text-align: center;
    min-width: 230px;
    padding: 15px 35px;
    font-weight: bold;
    font-size: 14px;
    background-color: #0c4c9a;
    background-image: none;
    border-radius: 0px;
    text-transform: capitalize;
}

#newsletter_modal .modal-footer {
    border-top: 0px solid #ddd;
    box-shadow: none;
    text-align: left;
}

.page.newsletter-page .page-body {
    line-height: 30px;
}

.footer-2 .newsletter-email .newsletter-subscribe-button {
    border-left: 1px solid #747476;
    background: #747476 url(../png/subscribe-button-footer-2.png) center no-repeat;
}

.footer-2 .newsletter-email .newsletter-subscribe-text {
    color: #000;
}
/* END NEWSLETTER POPUP */
/* FOOTER */
.snapwidget-widget {
    height:40vw;
}
li.email span {
    text-transform: lowercase;
}

.footer-2 .footer-block.first .title {
    display: block;
}

.footer-menu a {
    text-transform: capitalize;
}

.footer-2 .footer-menu .address span:before {
    background: #e56363 url('../png/footer-contact-sprite.png') 0px center no-repeat;
    width: 20px;
}

.footer-2 .footer-menu .phone span:before {
    background: #e56363 url('../png/footer-contact-sprite.png') -21px center no-repeat;
    width: 20px;
}

.footer-2 .footer-menu .email span:before {
    background: #e56363 url('../png/footer-contact-sprite.png') -38px center no-repeat;
    width: 20px;
}

.footer-2 .footer-menu .address span:before, .footer-2 .footer-menu .phone span:before, .footer-2 .footer-menu .email span:before {
    background-color: transparent;
}

.footer-2 .footer-upper {
    background: #000000;
    padding: 30px;
    color: #929293;
    border-bottom: 0px solid rgba(255, 255, 255, .4);
}

.footer-block .title {
    margin: 0 0 15px;
}

.footer-2 .logo {
    margin: 00px;
    display: none;
}

.footer-2 .footer-block .title {
    color: #929293;
    border-color: #747476;
    font-family:'din-2014', sans-serif;
    letter-spacing: 0.035em;
}

.footer-block ul li {
    color: #929293;
}

.footer-2 .footer-block .title span:after {
    background: rgba(0, 0, 0, 0) url(../png/footer-arrow-footer-2.png) center no-repeat;
}

.footer-menu a, .footer-menu span {
    text-transform: uppercase;
}

.footer-menu .email a {
    padding: 0;
}

.footer-menu a:hover {
    text-decoration: underline;
    color: #ffffff;
}

.footer-2 .footer-menu a:hover {
    color: white;
    text-decoration:underline;
}

input[type="button"], input[type="submit"], button, .button-1, .button-2, input, textarea, select, #quickTabs .custom-tab, .footer-2 .newsletter-email .newsletter-subscribe-text {
    font: normal 12px open sans, sans-serif;
}

.footer-2 .footer-lower {
    background: #000000;
    color:#333333;
    border-top: 0px solid #ffffff;
}

.footer-lower a {
    color: #333333;
}

#goToTop {
    background: #747476 url(../png/gotop.png) no-repeat center 46%;
}

.accepted-payment-methods .method4, .accepted-payment-methods .method3, .accepted-payment-methods .method2, .accepted-payment-methods .method1, .footer-block.first {
    display: none;
}
/* END FOOTER */
/* INSTAGRAM */
#cloud-zoom-big {
    background-color: #ffffff;
}

.instagramWrap {
    width: 100%;
    text-align: center;
    background: #000000;
    padding: 80px 0 20px 0;
}

#instagramHeader {
    color: #929293;
    font-family: open sans, sans-serif;
    font-weight: bold;
    font-size: 24px;
    padding-bottom: 10px;
    text-transform: uppercase;
    border-bottom: 1px solid #f1f1f1;
    max-width: 1200px;
    margin: 0 auto 10px;
}

#instagramHashtag {
    color: #929293;
    font-family: open sans, sans-serif;
    font-weight: 100;
    font-size: 22px;
    padding-bottom: 40px;
}

#instagramP {
    line-height: 0px;
}
/* END INSTAGRAM */
/* COOKIE BANNER */
.eu-cookie-bar-notification:before {
    display: none;
}

.eu-cookie-bar-notification .text {
    font-family: open sans, sans-serif;
    font-style: normal;
}

.eu-cookie-bar-notification {
    border-top: 1px solid #D3D3D3;
}

    .eu-cookie-bar-notification button {
        background: #b29a78;
    }

        .eu-cookie-bar-notification button:hover {
            background: #A38252;
        }

    .eu-cookie-bar-notification a {
        color: #909090;
    }
/* END COOKIE BANNER */
/*************************************** END HOME PAGE ***************************************/
/**************************************** LOGIN PAGE ****************************************/
.login-page .external-authentication, .registration-page .external-authentication {
    display: none;
}

.login-page .button-1.login-button {
    background-image: none;
    background-color: #ffffff;
    padding: 16.5px 40px;
}

    .login-page .button-1.login-button:hover {
        background-image: none;
        background-color: #b29a78;
    }

.login-page .returning-wrapper .form-fields, .login-page .returning-wrapper .buttons {
    background: #ffffff;
}

.required, .message-error, .field-validation-error, .username-not-available-status, .poll-vote-error, .password-error {
    color: red;
}

.registration-page .button-1:hover, .registration-result-page .button-1:hover, .login-page .button-1:hover, .password-recovery-page .button-1:hover,.return-request-page .button-1:hover, .user-agreement-page .button-1:hover {
    background: #b29a78;
    border-color: #b29a78;
    color: #ffffff;
}

.login-page .new-wrapper .text, .login-page .returning-wrapper .forgot-password {
    margin: 40px 0 30px;
    font: 14px/24px open sans, sans-serif;
}

.login-page .title {
    font-family: open sans, sans-serif;
    font-size: 15px;
    font-weight: 700;
}

.registration-page .button-1, .registration-result-page .button-1, .login-page .button-1, .password-recovery-page .button-1,  .return-request-page .button-1, .user-agreement-page .button-1 {
    outline: 0px solid #f1f1f1;
    border: 1px solid #98999b;
    background: #ffffff;
    color: #000;
}
/**************************************** END LOGIN PAGE ****************************************/
/**************************************** STORE CLOSED PAGE ****************************************/
.store-closed-page .page-body {
    text-align: center;
}
/**************************************** END STORE CLOSED PAGE ****************************************/
/**************************************** TOPIC PAGE ****************************************/
.topic-block .col h2 {
    text-align: left;
/*    background: rgba(0, 0, 0, .5);*/
    padding: 20px;
    width: 100%;
    font-weight: 700;
    font-size: 24px;
    line-height:1.25em;
    letter-spacing: 0.035em;
    color: #ffffff;
    text-transform: uppercase;
    font-family:'din-2014', sans-serif;
}

.topic-block .col p {
    display: none;
}

.topic-block a.homepageButton {
    display: inline-block;
    margin: 20px 5px;
    font-size: 14px;
    text-transform: uppercase;
    padding: 15px 19px;
    background: #ffffff;
    color: #929293;
    -webkit-transition: all .10s ease-in-out;
    -moz-transition: all .10s ease-in-out;
    transition: all .10s ease-in-out;
    outline: 0px solid #98999b;
    border: 0px solid #98999b;
}

    .topic-block a.homepageButton:hover {
        background: #b29a78;
        color: #ffffff;
    }

.shippingmap img {
    max-width: 100%;
}

.topic-page .page-body, .contact-page .topic-block-body, .apply-vendor-page .topic-block-body {
    background: transparent;
    border-top: 0px;
    text-align: left;
    font-size: 15px;
    font-family: open sans, sans-serif !important;
    font-style: normal !important;
    color:black;
}

    .topic-page .page-body h4 {
        font-size: 20px;
        margin: 40px 5px 10px 0;
    }

    .topic-page .page-body table h4 {
        display: inline-block;
    }

.topic-page .page-body {
    margin: 10px 0;
    color:black;
}

    .topic-page .page-body table {
        border: 0px solid #e5e5e5;
    }

    .topic-page .page-body th {
        padding: 15px 30px;
        background: #1a1517;
        color: #ffffff;
        font-size: 14px;
        text-transform: uppercase;
    }

    .topic-page .page-body table td td {
        border-top: 0px;
        border-right: 0px;
        border-left: 0px;
        border-bottom: 1px solid #e5e5e5;
        padding: 10px 0;
    }

    .topic-page .page-body table td tr:last-of-type td {
        border-bottom: 0px;
    }

    .topic-page .page-body h2 {
        font-size: 30px;
        text-transform: uppercase;
        margin: 40px 5px 10px 0;
    }

.topic-page a {
    font-weight: 300;
}

.topic-page ul {
    text-transform: none;
}

.topic-page .page-body {
    font: 15px/25px open sans, sans-serif;
    font-style: normal;
}

.wishlist-page .share-info, .account-page {
    margin-bottom: 100px;
}

    .wishlist-page .share-info a {
        color: #000;
    }

.wishlist-content .button-2.wishlist-add-to-cart-button {
    background-color: #b8a88e !important;
}

.wishlist-content .button-2:hover {
    background-color: #929293;
}

.account-page #checkbalancegiftcard {
    margin-top: 45px;
}

.topicpage {
    color: #454545;
}

.contact-page .topic-block-body, .contact-page .topic-block-body, .topic-page .page-body {
    font-family: open sans, sans-serif;
    padding: 25px 0;
    text-align: left;
}
.contact-page form, .email-a-friend-page form, .apply-vendor-page form {
    background: transparent;
}
/**************************************** END TOPIC PAGE ****************************************/
/**************************************** ACCOUNT PAGE ****************************************/
.html-account-page .master-column-wrapper {
    padding: 0;
}
.account-page .page-title {
    text-align: center;
    position: relative;
}
.account-page .edit-address {
    background: #ffffff;
}

    .account-page .edit-address:before {
        display: none;
    }

#savedCardsContainer {
    text-align: center;
}

.account-page-navigation .account-navigation-list li a:before {
    background: url('../png/account-page-sprite_new2.png') no-repeat;
}

.account-page-navigation .account-navigation-list li.active a:before, .account-page-navigation .account-navigation-list li a:hover:before {
    background: #b29a78 url('../png/account-page-sprite-active_new2.png') no-repeat;
}

.account-page-navigation .account-navigation-list li.customer-info a:before, .account-page-navigation .account-navigation-list li a:before {
    height: 25px;
}

.account-page-navigation .account-navigation-list li.customer-addresses a:before, .account-page-navigation .account-navigation-list li.customer-addresses a:hover:before, .account-page-navigation .account-navigation-list li.customer-addresses.active a:before {
    background-position: 0 -35px;
}

.account-page-navigation .account-navigation-list li.customer-orders a:before, .account-page-navigation .account-navigation-list li.customer-orders a:hover:before, .account-page-navigation .account-navigation-list li.customer-orders.active a:before {
    background-position: 0 -70px;
}

.account-page-navigation .account-navigation-list li.change-password a:before, .account-page-navigation .account-navigation-list li.change-password a:hover:before, .account-page-navigation .account-navigation-list li.change-password.active a:before {
    background-position: 0 -100px;
}

.account-page-navigation .account-navigation-list li.customer-reviews a:before, .account-page-navigation .account-navigation-list li.customer-reviews a:hover:before, .account-page-navigation .account-navigation-list li.customer-reviews.active a:before {
    background-position: 0 -137px;
}

.account-page-navigation .account-navigation-list li.customer-gdpr a:before, .account-page-navigation .account-navigation-list li.customer-gdpr a:hover:before, .account-page-navigation .account-navigation-list li.customer-gdpr.active a:before {
    background-position: 0 -175px;
}

.account-page-navigation .account-navigation-list li.savedCards a:before, .account-page-navigation .account-navigation-list li.savedCards a:hover:before, .account-page-navigation .account-navigation-list li.savedCards.active a:before {
    background-position: 0 -210px;
}

.account-page-navigation .account-navigation-list li.customer-check-gift-card-balance a:before, .account-page-navigation .account-navigation-list li.customer-check-gift-card-balance a:hover:before, .account-page-navigation .account-navigation-list li.customer-check-gift-card-balance.active a:before {
    background-position: 0 -245px;
}

.account-page-navigation .account-navigation-list li a.customer-delete-my-info:before {
    background-position: 0 -1081px;
}

.account-page-navigation .account-navigation-list li a.customer-downloadmyinfo:before {
    background-position: 0 -358px;
}

.product-review-item {
    margin: 15px auto;
}

.html-my-product-reviews-list-page .account-page-navigation {
    padding-bottom: 15px;
}

.order-details-page .total-info {
    margin: auto;
    max-width: 385px;
}
.order-details-page .section.totals {
    border:none;
}
.account-page-navigation .account-navigation-list li a.active:before, .account-page-navigation .account-navigation-list li a:hover:before {
    background-color: #b29a78;
}

.address-list, .order-list {
    border-bottom: 1px solid #98999b;
}

.address-list-page .info, .order-list-page .info {
    text-align: left;
}

.order-details-page .actions input {
    outline: 0px solid #f1f1f1;
    border: 0px solid #fff;
    background-color: #b29a78;
}

    .order-details-page .actions input:hover {
        background-color: #b29a78;
    }

.order-details-page .cart-total tr:last-of-type strong {
    color: #000000;
}

.order-details-page .page-title a:hover:before {
    background-color: rgba(0, 0, 0, 0);
    background-image: url(../png/order-details-sprite-hover-2.png);
}
/**** TICKETS ****/
/** comment out these lines if there is not ticket plugin **/
/*.account-page-navigation .account-navigation-list li:nth-child(2) a:before, .account-page-navigation .account-navigation-list li:nth-child(2) a:before {
    background-position: 0 -315px;
    height: 28px;
}

.account-page-navigation .account-navigation-list li:nth-child(1) a:before, .account-page-navigation .account-navigation-list li:nth-child(1) a:before {
    background-position: 0 -280px;
}

.header-links .my-account-dropdown li:nth-child(1) a:before {
    background-position: 0 -202px;
}

.header-links .my-account-dropdown li:nth-child(2) a:before {
    background-position: 0 -222px;
}*/
/** end comment here **/
#tickettable td.head, #tickettable td {
    border: 1px solid #ddd;
    background: #f6f7f9;
}

.ticket-list-page .info {
    border: none;
}

.ticket-list hr {
    display: none;
}

.ticket-list-page .buttons {
    position: relative;
}

#tickettable select, #tickettable input[type="text"], #tickettable textarea {
    border: none;
}

#tickettable td {
    color: #4d4d4d;
}

.linkCreate, .account-page .button-2 {
    background-color: #2e2e2e;
    padding: 16.5px 40px;
    font-size: 13px;
    transition: all .1s ease-in-out;
    color: white;
    border: none;
    outline: none;
}



.linkCreate {
    display: block !important;
    width: fit-content !important;
    margin: auto !important;
}

    .linkCreate:hover {
        background-color: #0074d9;
        Background: #0074d9;
        transition: all .1s ease-in-out;
    }
/**************************************** END ACCOUNT PAGE ****************************************/
/**************************************** PRODUCT PAGE ****************************************/
.inputs label {
    text-transform: capitalize;
}

input[type="text"], input[type="password"], textarea, select, .custom-select-text, .overview .qty-input, .variant-overview .qty-input, input[type="text"], input[type="password"], input[type="email"], input[type="tel"], textarea, select {
    border: 1px solid #98999b;
}

.attributes dd select:only-of-type {
    border-right: 1px solid #98999b;
}

.cart-wrapper:hover .ico-cart, .next-product a:hover .next-product-label, .previous-product a:hover .previous-product-label {
    opacity: 1;
}

.field_block .field span input[type=submit] {
    color: #fff;
    background-color: #b29a78;
    padding: 13px;
    text-align: left;
    display: inline-block;
    margin-top: 30px;
}

.field_block {
    display: inline-block;
}

ul.option-list input {
    position: absolute !important;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    width: 1px;
    border: 0;
    overflow: hidden;
    padding: 15px 35px;
    font-size: 15px;
    color: #2e2e2e;
}

.attributes .option-list label {
    margin: 5px 5px 0;
    font-size: 15px;
    letter-spacing: 1px;
    background: #f6f7f9;
    position: relative;
    font-family: open sans, sans-serif;
    color: #2e2e2e;
    font-style: normal;
    font-weight: bold;
    text-transform: uppercase;
}

ul.option-list label {
    float: left;
    display: inline-block;
    background-color: #ffffff;
    font-size: 13px;
    text-align: center;
    text-shadow: none;
    padding: 6px 14px;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
    border: 1px solid #222;
}

.attributes .option-list label:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #d3d3d3;
    background-size: 250px 250px;
    opacity: 0.2;
}

ul.option-list input:checked + label {
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #ffffff;
    background-COLOR: #2e2e2e;
}

ul.option-list {
    overflow: hidden;
}

.attributes ul.option-list li {
    margin: 0px;
}

ul.option-list.color-squares label {
    padding: 10px 15px 30px 5px;
}

ul.color-squares label {
    border: 0px;
}

.gallery .picture a:before, .product-variant-list .variant-picture:before {
    padding-top: 100%;
}

.product-details-page .full-description {
    background: transparent;
    text-align: left;
    margin: 25px auto;
    color: #909090;
    padding: 0;
    font: 15px/25px open sans, sans-serif;
}
#quickTab-description .full-description {
    padding: 50px;
}
    .product-details-page .full-description:before {
        border-top: none;
    }

.product-details-page .overview .full-description {
    display: block;
}

.price-input input[type="text"] {
    height: 43px;
}

#quickTabs .custom-tab tr {
    border-bottom: 1px solid #909090;
}

#quickTabs .custom-tab {
    text-transform: capitalize;
}

.ui-tabs .ui-state-active.ui-tabs-active a {
    border-color: #f1f1f1;
}

.ui-tabs .ui-tabs-nav li a {
    text-transform: none;
    font-size: 22px;
    border-top:none;
    font-family:din-2014, sans-serif;
    text-transform:uppercase;
    letter-spacing:0.035em;
    font-weight:bold;
}

.product-collateral {
    margin: 40px 0 20px;
}

    .product-collateral .title strong, .item-box .actual-price:only-child {
        color: #929293;
    }

.item-box .old-price {
    font-weight: 400;
}

.product-tags-list, .shopping-cart-page-body .no-data, .write-review .review-rating li, .account-page .description, .no-data {
    font-family: open sans, sans-serif;
    font-style: normal;
}

.page-title, .product-collateral .title {
    border-bottom: 1px solid #98999b;
}

.filtersPanel .block .title {
    border-bottom: 0px double #98999b;
}

.product-selectors, .block .view-all a, .previous-product a, .next-product a {
    font-family: open sans, sans-serif;
    font-style: normal;
    color: #98999b;
}

.previous-product a, .next-product a {
    color: #ffffff !important;
}

.block .view-all a, .login-page .returning-wrapper .forgot-password a:hover {
    color: #000;
}

.block .active > a {
    color: #929293;
}

.block .list a:hover {
    color: #000000;
}

.priceRangeMinMaxPanel {
    background-color: none;
    font-family: open sans, sans-serif;
    font-style: normal;
    background: none;
}

.ui-slider-range {
    background-color: #000;
}

.filtersPanel {
    background: rgba(0, 0, 0, 0);
}

.overview .add-to-cart-button, .variant-overview .add-to-cart-button, .cart-footer .checkout-button, .shopping-cart-page .button-1, .checkout-page .button-1 {
    background-color: #b29a78;
}

.overview .prices > div, .variant-overview .prices > div {
    color: #222222;
}

.gallery .picture-thumbs a.active::before {
    background-color: transparent;
}

.picture-thumbs-navigation-arrow {
    background-color: none !important;
}

.filter-block a.toggleControl {
    border-bottom: 1px solid #98999b;
}

.item-box .product-title a:hover, .block .tags li a:hover, .product-tags-all-page li a:hover,  .filtersGroupPanel li a:hover, .item-box .old-price {
    color: #333333;
}

.quick-view-button a:hover {
    background-color: #98999b;
    border-color: #98999b;
    background-image: url(../quickview-hover.html);
}

.item-box input[type="button"]:hover {
    background-color: #98999b;
    border-color: #98999b;
}

.item-box input[type="button"].product-box-add-to-cart-button:hover {
    background-color: #98999b;
    background-image: url(../png/product-add-to-cart-hover.png);
}

.previous-product-title, .next-product-title {
    background-color: transparent;
    color: #fff;
}

.previous-product-label, .next-product-label {
    background: none;
}

.product-review-box .rating {
    background: url(../png/rating-3.png) repeat-x;
}

    .product-review-box .rating div {
        background: rgba(0, 0, 0, 0) url(../png/rating-4.png) repeat-x;
    }

.previous-product .previous-product-title:before {
    background: url(../arrow-prev.html) no-repeat left 32px center;
}

.breadcrumb li > * {
    margin: 0 5px;
    font-size: 12px;
}

.breadcrumb a:hover {
    color: #b8a88e !important;
    text-decoration: underline !important;
}

.next-product .next-product-title:before {
    background: url(../arrow-next.html) no-repeat right 32px center;
}

.overview .value, .variant-overview .value {
    color: #343642;
}

.overview .short-description {
    font: 15px/25px open sans, sans-serif;
    margin: 20px 0;
    color: #929293;
}
.short-description {
    color: #333333;
}
.item-box .actual-price {
    color: #b8a88e;
}
.prices-stock-wrapper, .attributes {
    border-bottom: 1px solid #98999b;
}

.products-carousel .item-info .old-price {
    font-weight: normal;
    color: #929293;
}

.overview .add-to-cart-button:hover, .variant-overview .add-to-cart-button:hover {
    background: #A38252;
}

.overview .add-to-wishlist:hover:before, .overview .compare-products:hover:before, .overview .email-a-friend:hover:before, .overview .back-in-stock-subscription:hover:before, .overview .download-sample:hover:before {
    background-color: rgba(0, 0, 0, 0);
    background-image: url(../png/product-page-sprite-tan.png);
}

.add-to-cart-buttons-wrapper {
    border-bottom: 1px solid #98999b;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-state-active.ui-tabs-active a {
    border-color: #b29a78;
}
.write-review .button-1 {
    color:black;
}
.write-review .button-1:hover {
    background: #b29a78;
}
.write-review form:before {
    display:none;
}
.write-review form {
    background:white!important;
}
.product-tags-list a:hover {
    color: #000000;
}

td.sku {
    width: 15%;
}

.product-grid.related-products-grid .title, .write-review .title {
    margin: 0px;
    border-bottom: 1px solid #98999b;
    border-top: 0px solid #98999b;
    margin-bottom: 20px;
}

    .product-grid.related-products-grid .title strong, .write-review .title strong {
        color: black;
        font-family: 'din-2014', sans-serif;
        font-size: 44px;
        line-height: 56px;
        letter-spacing: 0.035em;
        font-weight: bold;
        text-transform:uppercase;
    }

.product-grid .item-box .picture a:before, .product-list .item-box .picture a:before {
    padding-top: 100%;
}

.product-grid, .product-list {
    margin: 0 0 0px;
}

#quickTabs {
    margin: 0 0 00px;
}

.related-products-grid.product-grid .item-box .buttons {
    display: none;
}
.overview .product-name h1 {
    font-family: din-2014, sans-serif;
    font-weight:bold;
    color:black;
    font-size:44px;
    text-transform:uppercase;
}
/* BACK IN STOCK NOTIFICATIONS */
.ui-dialog-titlebar span, .ui-dialog .ui-dialog-content .page-title h1 {
    font-family: din-2014, sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0.035em;
}
.ui-dialog .back-in-stock-subscription-page button:hover {
    background: #b29a78;
}
/* REVIEWS */
.write-review form:before {
    border: none;
}
.write-review form {
    background:transparent;
}
.product-review-item .product-review-box {
    background-color: transparent;
}

.product-reviews-page h1 a {
    font-style: normal;
}
/**************************************** END PRODUCT PAGE ****************************************/
/**************************************** CATEGORY PAGE ****************************************/

.category-description h2, .manufacturer-description h2, .full-description h2, .topic-html-content h2, .topic-page h2, .post-body h2, .news-body h2, .custom-tab h2 {
    font-size: 18px;
}

.breadcrumb {
    font: normal 13px open sans, sans-serif;
    background-color: #ffffff;
}

.sub-category-grid {
    display: none;
}

.category-description h2 {
    text-align: left;
    letter-spacing: 0px;
    color: #000000;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 40px;
}

.category-description p {
    text-align: left;
}

.item-box .details .sku {
    font-size: 12px;
}

.item-box .product-title a {
    font-size: 17px;
    font-weight: bold;
    text-align: center;
    color: #333333;
}
.html-category-page .item-box .product-title a, .html-product-details-page .item-box .product-title a {
    color: black;
}
.item-box .product-title, .item-box .details .sku {
    margin: auto;
}

.item-box .prices {
    font-size: 16px;
    padding-bottom: 10px;
}

.short-description {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.fns-speedfilters .filter-data-block a.filter-item-unselected {
    color: #909090 !important;
    font-size: 13px !important;
}

.fns-speedfilters .filter-block .title .toggleControl:before {
    content: "" !important;
    margin-right: 0 !important;
}

.fns-speedfilters .filter-block .title .toggleControl {
    padding: 0 !important;
    padding-bottom: 10px !important;
    color: #4d4d4d !important;
    font-size: 15px !important;
    text-transform: uppercase !important;
    font-weight: normal !important;
}

.fns-speedfilters .filter-block .title {
    height: auto !important;
}
/**************************************** END CATEGORY PAGE ****************************************/
/**************************************** CART PAGE ****************************************/
.cart-collaterals .title, .cart-collaterals .title strong {
    font: 14px open sans, sans-serif;
    font-weight: 700 !important;
}

.html-checkout-page .header-1 .header-menu-wrapper, .html-checkout-page .header-upper, .html-checkout-page .header-cart-search-wrapper, .html-checkout-page .main-slider-wrapper, .html-checkout-page .footer, .html-checkout-page .pencil-banner {
    display: none;
}

.html-checkout-page .header-logo {
    text-align: center;
    margin: auto;
    display: block;
    float: none;
    height: auto;
}
/*
.html-checkout-page .header-lower {
    border-bottom: 3px solid black;
}*/

.cart-options .deals .coupon-box {
    display: inline-block;
}

.cart-options .deals .giftcard-box {
    display: inline-block;
    margin-left: 20px;
}

td.footable-first-column {
    background: #ffffff !important;
    background-color: #ffffff !important;
}

.cart td, .data-table td, .compare-products-table td, .forums-table-section td {
    border: 1px solid rgba(0, 0, 0, .152941);
    min-width: unset;
}

    .cart td.product {
        padding: 40px 20px;
    }

td.subtotal, td.total {
    color: #000000;
    font-size: 14px;
    font-weight: 700;
    min-width: 120px;
}

.unit-price {
    font-size: 14px;
}

.cart-options div.checkout-attributes:before {
    border-top: 0px solid #ffffff;
}

.cart-options .checkout-attributes {
    margin: 0 auto 0px;
    padding: 30px 0 0;
    background-color: #ffffff;
}

    .cart-options .checkout-attributes dt {
        max-width: 100%;
        padding: 0px;
        font-weight: bold;
    }

    .cart-options .checkout-attributes dd {
        margin: 0 auto 20px;
        max-width: 100%;
        padding: 0px;
    }

.cart-options div.checkout-attributes input[type='text'], input[type="text"], input[type="password"], input[type="email"], input[type="tel"], textarea, select {
    border: 1px solid rgba(0, 0, 0, .152941);
}

.coupon-code input[type="text"] {
    width: 100%;
}

.cart-totals-wrapper {
    background: #ffffff;
    border: 0px;
    outline: 0px solid #ffffff;
    margin:auto;
}

table .subtotal .discount {
    color: #c00;
}

.coupon-box .title {
    margin-bottom: 5px;
}

.applied-discount-code {
    font-weight: 700;
}

.cart-total td {
    font-weight: 700;
}

.cart-total .order-total .cart-total-right, .cart-total .order-total .cart-total-left label {
    color: #929293;
    text-transform: none;
    font-size: 16px;
}

.message-failure {
    color: #92110f;
}

.cart-collaterals .coupon-code input[type="submit"], .cart-collaterals .coupon-code input[type="text"] {
    width: 100%;
}

.cross-sells {
    clear: both;
}

.cart-options .button-2:hover, .cart-options .estimate-shipping-button:hover, .wishlist-content .button-2:hover {
    background-image: url('../png/cart-pages-sprite-hover_new.png');
}

.cart-options .button-2.continue-shopping-button {
    background-color: #c6c6c6;
}

.cart a:hover, .data-table a:hover, .compare-products-table a:hover, .forums-table-section a:hover {
    color: #000000;
    text-decoration: underline;
}

.cart-options .button-2:hover {
    background-color: #b29a78;
    border: 1px solid #b29a78;
}

.cart-options .button-2 {
    outline: 0px solid #f1f1f1;
    border: 1px solid #98999b;
}

#promo-products-form, .donation-image {
    margin: 50px auto !important;
}

.PtxPromoBasketWidget {
    margin-bottom: 100px;
}

.html-shopping-cart-page .center-1 {
    margin: auto;
}

.cart-footer {
    padding: 25px;
    background-color: #ffffff;
/*    border: 1px solid #98999b;*/
}
.cart-totals-wrapper {
    border-top: 1px solid #98999b;
}
.cross-sells {
    margin: 0;
    padding-top: 75px;
}

.cart-footer .total-info {
    margin: 25px auto;
}

.order-summary-content form div.cart-footer h2 {
    font-size: 22px;
    text-transform: uppercase;
    padding-bottom: 4px;
}

.promotion-container > p {
    margin: 4px 0;
    display: none;
}

.promotion-container h2 {
    margin-bottom: 10px;
}

.checkout-page .address-item li.country {
    font-weight: normal;
}

.checkout-page .edit-address {
    border-top: 0px solid #f1f1f1;
}
    .shipping-method .method-list:before, .payment-method .method-list:before {
        border-top: 1px solid #98999b;
    }
.payment-logo, .payment-details {
    display:block;
}
.checkout-page .order-review-data .title {
    color: #4d4d4d;
    background: #fff;
    text-transform: uppercase;
    padding: 10px;
    border-bottom: 0px double #f1f1f1;
    margin: 20px 0 5px;
}

.order-completed .details {
    background: #ffffff;
    border-top: 0px solid #f1f1f1;
}

.cart-options .button-2.continue-shopping-button:hover {
    background-color: #b29a78;
}

.cart-collaterals .deals > .title {
    display: none;
}

.cart-collaterals .hint {
    display: none;
}

.cart-collaterals .deals {
    width: 100%;
    max-width: 100%;
}

.cart-collaterals .coupon-code {
    border: 1px solid #98999b;
    padding: 0px;
}

.cart-collaterals .button-2 {
    background: #929293;
}

    .cart-collaterals .button-2:hover {
        background: #b29a78;
    }

.shopping-cart-page .button-1:hover, .checkout-page .button-1:hover {
    background: #A38252;
}

.checkout-page #decline-promos {
    color: #000000;
    outline: 0px solid #f1f1f1;
    border: 1px solid #98999b;
    background-color: #ffffff;
}

    .checkout-page #decline-promos:hover {
        background-color: #b29a78;
        border: 1px solid #b29a78;
        color: #ffffff;
    }

.checkout-page .address-item li.name {
    margin-bottom: 0px;
    color: #909090;
    font-size: 14px;
    text-transform: none;
    font-weight: normal;
}
.cart-collaterals .deals {
    margin:auto;
}
.cart-collaterals .coupon-box, .cart-collaterals .giftcard-box {
    background:transparent;
    padding: 0 0 15px 0;
}

.checkout-subcriptions.newsletter {
    text-align: left;
}

.opc .step-title * {
    font-family:din-2014, sans-serif;
    font-weight:bold;
}
.opc .pickup-in-store .selector, .opc .ship-to-same-address .selector, .opc .use-reward-points {
    font-family:'Open Sans', sans-serif;
}
#confirm-order-buttons-container {
    margin-bottom: 50px;
}

#promo-products-form, .donation-image {
    max-width: 1200px;
    margin: auto;
    margin-bottom: 50px;
}

.donation-image, .donation-instructions, .donation-buttons {
    text-align: center;
}

.donation-img {
    max-width: 100%;
    margin: auto;
}

.donation-header {
    margin: auto !important;
    text-align: center !important;
}

.donation-buttons .btn-primary {
    background: black;
    padding: 16.5px 35px 16.5px 35px;
    font-weight: bold;
    border: none;
    margin: 15px;
    text-transform: uppercase;
}

.nobr {
    text-align: center;
}

.order-details-page .page-title .order-details-buttons {
    position: static;
}

.coupon-code input[type="submit"] {
    color: #000;
    background-color: #FFF;
    border-top: 1px solid #98999b;
    padding: 0;
}

.modal-btn.k-button, .modal-btn.k-button.bg-green, .modal-btn.k-button.bg-blue {
    text-transform: capitalize;
    border: none;
}
    .modal-btn.k-button.bg-blue {
        background: black;
    }
    .modal-btn.k-button.bg-green {
        background: #b29a78;
    }
    .modal-btn {
        flex-wrap: wrap;
        justify-content: space-evenly;
        margin-bottom: 10px;
    }
        .modal-btn.k-button:hover {
            opacity:1;

        }
        #address-validate-container h3 {
            font-size: 15px;
            line-height: 20px;
            font-weight: normal;
        }

.custom-modal .address-box {
    font-style: italic;
}

.address-validation .page-title h1 {
    font-weight: bold;
}

.opc .back-link a {
    padding: 15px 35px;
    border: 0px;
    margin-bottom: 20px;
}

    .opc .back-link a:hover {
        background: #b29a78;
    }

.order-review-data ul, .shipment-overview ul {
    background: #ffffff;
}

.opc .buttons {
    margin-bottom: 40px;
}

.order-completed .details a:hover {
    color: #000000;
}

.order-progress li.active-step a::before {
    background: #b8a88e;
}

.checkout-page .select-billing-address .title, .checkout-page .select-shipping-address .title {
    border-bottom: 0px solid #98999b;
}

.shipping-method h4 {
    min-height: 15px;
}
/* END OPC */
/* ENTER CREDIT CARD LAYOUT */
.paymentTitle {
    padding-bottom: 30px;
}

.payment-info .info tr:first-child td {
    padding-top: 0;
}

    .payment-info .info tr:first-child td:before {
        height: 0;
        border: none;
        background: transparent;
		}

.payment-info .info td {
    display: block;
    width: 100% !important;
    padding: 0px 10px;
    text-align: left;
    text-transform: capitalize;
}

    .payment-info .info td:first-child {
        padding-left: 10px;
        padding-top: 10px;
    }

    .payment-info .info td:last-child {
        padding-left: 10px;
    }

.payment-info .info tr:last-child td {
    padding-bottom: 0px;
}

.shipping-method .method-description {
    font-style: normal;
    font-family: open sans, sans-serif;
    font-size: 13px;
}

.html-checkout-page .order-review-data, .html-checkout-page .cart-footer .totals .cart-totals-wrapper .deals, .html-checkout-page .header-1 .header-menu-wrapper {
    display: none;
}
/* END ENTER CREDIT CARD LAYOUT */
/**************************************** END CART PAGE ****************************************/
/**************************************** FN GNOME PAGE ****************************************/
#gnome {
    background: url(../jpg/wallpaper.jpg) repeat;
    background-attachment: fixed;
}
    #gnome .page-title {
        display:none;
    }
    #gnome #fn-awesome-2017-catalog {
        padding: 20px 30px;
        background-color: #ffffff;
        margin: 0 auto;
    }
#fnGnomeBio-text {
    width: 100%;
    display: inline-block;
    float: left;
    font-size: 16px;
    line-height: 1.25;
    text-align: left;
    color: #263746;
    background-color: #fff;
    padding: 30px;
}

    #fnGnomeBio-text table {
        margin: 0 30px 30px 0;
        width: initial;
        padding-right: 30px;
        display: flex;
    }

        #fnGnomeBio-text table td {
            padding: 20px;
            border: 1px solid #000;
        }

.topic-page #fnGnomeBio-text p {
    margin: 15px 0;
    border-bottom: 1px solid lightgray;
    padding-bottom: 15px;
}

    .topic-page #fnGnomeBio-text p:first-of-type {
        margin: 15px 0;
        border-bottom: 1px solid lightgray;
        padding-bottom: 15px;
        font-size: 36px;
        font-weight: 700;
    }

    .topic-page #fnGnomeBio-text p:last-of-type {
        border-bottom: 0px solid lightgray;
        margin-top: 45px;
        font-size: 16px;
        font-weight: 500;
    }

    .topic-page #fnGnomeBio-text p strong {
        text-transform: uppercase;
    }

        .topic-page #fnGnomeBio-text p strong em {
            text-transform: none;
        }

#fnGnomeBio-image {
    width: 50%;
    display: inline-block;
    float: left;
}

    #fnGnomeBio-image img {
        width: 500px;
        max-width: 100%;
    }

#fnGnomeBio .overview .add-to-cart-button {
    float: left;
}

    #fnGnomeBio .overview .add-to-cart-button a {
        color: #ffffff;
        margin-bottom: 0px;
    }
	
			
.html-order-completed-page .bar-notification.success
    {
        display: none !important;
    }
/**************************************** END FN GNOME PAGE ****************************************/

/******** NEW COLOR CHANGES - JUNE 2022 */
/*BLUE NAV*/
.header-lower, .header-links-wrapper, .store-search-box, .header-links-wrapper, .store-search-box, .responsive-nav-wrapper, .header-1 .header-lower .header-centering.stick, .footer-2 .footer-upper, .store-search-box input.search-box-text {
    background: #253746 !important;
}
/*BLUE HEADER*/
.instant-search-item .detail .price, .home-page h2, .topic-block .col h2, .page-title h1, .nop-jcarousel .carousel-title strong, .product-grid.related-products-grid .title strong, .product-collateral .title strong, .topic-block .col h2, .overview .add-to-cart-button, .variant-overview .add-to-cart-button {
    color: #253746 !important;
}
/*BODY COPY*/
body, .product-details-page .full-description, .shopping-cart-page .button-1, .checkout-page .button-1, .mini-shopping-cart input[type="button"]:only-child, .block .tags, .header-links .my-account-dropdown a, .login-page .new-wrapper .text, .search-input .basic-search .inputs:first-child, .block .list a, .search-input .button-1, .topic-page .page-body, .eu-cookie-bar-notification button, .product-tags-list, .overview .add-to-wishlist-button, .overview .add-to-compare-list-button, .overview .email-a-friend-button, .overview .subscribe-button, .download-sample-button, .product-review-links a, .topic-block .categoryLink a, .overview .short-description, .topic-page a, .eu-cookie-bar-notification .text, .eu-cookie-bar-notification a {
    color: #333333 !important;
}
/*LIGHT GRAY BACKGROUND*/
.home-page-body .master-column-wrapper, .eu-cookie-bar-notification, .footer-2 .footer-lower, .master-wrapper-page {
    background: #f6f7f9;
}
/*WHITE TEXT*/
.responsive-nav-wrapper .header-links .my-account-dropdown a, .footer-2 .footer-block .title, .store-search-box input.search-box-text, .footer-block ul li, .footer-2 .footer-upper, .header-links-wrapper a, a.ico-wishlist {
    color: white !important;
}
/*YELLOW BACKGROUND*/
.eu-cookie-bar-notification button, .search-input .button-1, .home-page .topic-block-body .span_1_of_5 {
    background: #b29a78;
}

.item-box input[type="button"]:hover {
    background-color: #b29a78;
    border-color: #b29a78;
}
/*TRANSPARENT*/
.payment-info .info td, .payment-method .method-list, .shipping-method .method-list, .checkout-page .edit-address, .topic-page .page-body, .cart-options .checkout-attributes, .order-details-page .total-info, .login-page .returning-wrapper .form-fields, .login-page .returning-wrapper .buttons, .order-details-area ul, .shipment-details-area ul {
    background: transparent;
}

.topic-page .page-body {
    padding: 0px;
}

.cart-collaterals .coupon-box, .cart-collaterals .giftcard-box, .opc .step, .topic-block .categoryLink a, .topic-page a {
    background: white !important;
}
/*BORDERS*/
.product-details-page .full-description:before {
    display:none!important;
}
.footer-2 .footer-block .title, .header-social-icons {
    border-color: white;
}

.store-search-box input.search-box-text {
    border-bottom:none;
}
.contact-page form, .email-a-friend-page form, .apply-vendor-page form {
    background:white;
}
.cart-footer .totals {
    margin: auto;
}
/*FONTS*/
.home-page h2, .sitemap-page .entity-title h2, .order-review-data .title:first-child, .shipment-overview .title:first-child, .order-details-area .title:first-child, .shipment-details-area .title:first-child, .order-details-area .title, .shipment-details-area .title, .page-title h1, .mini-shopping-cart-title, .fieldset .title, .section .title, .fieldset .title strong, .section .title strong, .login-page .title strong, .header-menu .sublist li a, .nop-jcarousel .carousel-title strong, .footer-2 .footer-block .title, .topic-block .col h2, .ui-tabs .ui-tabs-nav li a, .product-grid.related-products-grid .title strong, .write-review .title strong, .overview .product-name h1, .ui-dialog-titlebar span, .ui-dialog .ui-dialog-content .page-title h1, .opc .step-title *, .header-menu > ul > li > a, .header-menu > ul > li > span, .header-links-wrapper a, a.ico-wishlist, .header-menu > ul.top-menu li > a, .header-menu > ul.top-menu li > span {
    font-family: 'din-2014',open-sans, sans-serif !important;
    letter-spacing: 0.035em;
    font-weight: bold;
    text-transform: uppercase;
}

.nop-jcarousel .carousel-title strong {
    font-weight: bold;
}

.order-details-page .page-title .order-details-buttons {
    text-align: center;
}

.redemption img {
    width: 100%;
    max-width: 1200px;
}
/* BUTTONS */
.topic-block .categoryLink a, .topic-page a {
    margin:20px;
    margin-bottom:40px;
    padding:10px;
}

.header-social-icons a.twitter {
    background: url('../png/header-social-hover.png') 9px center no-repeat;
}
.header-social-icons a.instagram {
    background: url('../png/header-social-hover.png') -22px center no-repeat;
}
.header-social-icons a.facebook {
    background: url('../png/header-social-hover.png') -53px center no-repeat;
}
.header-social-icons a.youtube {
    background: url('../png/header-social-hover.png') -83px center no-repeat;
}

.item-box .picture a {
    background-color: #fff;
}

.mfp-figure figure img {
    background-color:#fff;
}

.gallery .picture-wrapper .picture a {
    background-color: #fff;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    color: #000;
    right: 10px;
}

.product-details-page-body.with-picture-thumbs .gallery .picture-thumbs a {
    background-color: #fff;
}

.gift-guide .anywhere-slick-slider {
    margin-bottom: 80px;
}

.gift-guide .page-title {
    border-bottom: 0px solid #98999b;
}

.gift-guide .nop-jcarousel .carousel-title {
    border-bottom: 0px solid #f1f1f1;
}

/**************************************** RESPONSIVE ****************************************/
@media screen and (min-width: 481px) {
    .cart-totals-wrapper {
        padding: 0;
    }

    .coupon-code input[type="text"] {
        float: left;
        width: 50%;
        height: 42px;
    }

    .coupon-code input[type="submit"] {
        color: #000;
        background-color: #FFF;
        border-color: #FFF;
        border-top: 1px solid #98999b;
        padding: 0;
        float: right;
    }

        .coupon-code input[type="submit"]:hover {
            color: #fff;
            background-color: #000;
            border-color: #000;
        }

    .coupon-box, .giftcard-box {
        position: relative;
        display: block;
        overflow: auto;
        padding-bottom: 20px;
        margin-bottom: 10px;
    }

    .message-success, .coupon-code {
        display: block;
        float:none;
        padding: 10px 0;
        max-width:384px;
        margin:auto;
    }

    .current-code input[type="submit"] {
        padding: 15px;
    }

    .remove-discount-button, .remove-gift-card-button {
        background-image: url('../png/close.png');
    }

    .order-details-page .total-info {
        padding: 20px;
    }

    .home-page-body .nop-jcarousel {
        width: 95%;
    }
}

@media screen and (min-width: 769px) {
    .prices-stock-wrapper .stock {
        right: 0;
    }
}

@media screen and (min-width: 1025px) {
    div.k-animation-container.instantSearch, .instantSearch .k-list-container {
        right:0;
    }
    .html-shopping-cart-page form .table-wrapper {
        width: 75%;
        float: left;
        padding-right: 20px;
    }

    .html-shopping-cart-page form .cart-footer {
        width: 25%;
        float: right;
        margin-top: 0px;
        margin-bottom:50px;
    }

    .cart-footer .cart-collaterals {
        max-width: 384px;
        float:none;
        width: auto;
        vertical-align: top;
        margin-bottom:25px;
    }

        .cart-footer .cart-collaterals .deals .giftcard-box, .cart-footer .cart-collaterals .deals .coupon-box {
            display: inherit;
            width: auto;
        }

    .cart-footer .totals {
        margin:auto;
        float: none;
        width: auto;
    }

    .header-links .my-account-dropdown .ico-logout {
        background-color: #ffffff;
        border-top: 0px solid #f1f1f1;
    }

    .header-links .my-account-dropdown ul {
        margin: 0 0 0px;
    }

    .gallery {
        float: left;
        width: 50%;
    }

    .store-search-box form {
        width: unset;

        margin: 0px 0;
    }

    .store-search-box input.search-box-text {
        text-align: right;
        padding-left: 15px;
        text-transform: uppercase;
        padding: 0px 4px 0px 4px;
        background: #000000;
        height: 40px;
        color: #ffffff;
        width: 65px !important;
        font-family:'Open Sans', sans-serif;
            font-size:12px;
    }

    span.search-box-text, .search-box select {
        height: 40px;
    }

    .header-cart-search-wrapper {
        width: 85%;
        margin: 0px;
        border-bottom: 1px solid #ffffff;
        padding-right: 20px;
    }

        .header-cart-search-wrapper .store-search-box {
            float: right;
            height: 40px;
            width: auto;
        }

    .header-1 {
        padding: 0px;
    }

    .header-upper {
        margin-bottom: 0px;
    }

    .header-selectors-wrapper {
        display: none !important;
    }

    .header-links-selectors-wrapper {
        display: flex;
    }

    .header-links-wrapper {
        flex-basis: 0%;
        flex: 0 1 100%;
        display: inline-block;
        float: right;
        background: rgba(0, 0, 0, 0);
        right: 0;
        padding-top: 0px;
        margin-bottom: 0px;
    }

    .header-links-selectors-wrapper > * {
        display: inline-block;
    }

    .main-slider-wrapper {
        display: flex;
        flex-direction: column-reverse;
    }

        .main-slider-wrapper .slider-wrapper ~ .header-menu-wrapper {
            position: relative;
            background: #f6f7f9;
        }

    .header-menu .sublist-wrap {
        min-width: 220px;
    }

    .footer-2 .footer-lower-left {
        margin: 0 auto;
        text-align: center;
    }

    .footer-2 .footer-centering {
        width: 100%;
    }

    .footer-2 .footer-block.first {
        width: 46%;
        margin: 15px 0;
    }

    .footer-2 .footer-block {
        width: 18%;
    }

    .header-social-icons {
        border-bottom: 0px solid #4c4c4c;
        border-top: 1px solid #98999b;
    }

    .store-search-box {
        height: 80px;
        background: rgba(0, 0, 0, 0);
        right: 0;
        padding-top: 0px;
    }

    .footer-block ul.header-social-icons {
        float: left;
        margin-top: 10px;
    }

    .store-search-box .k-state-focused input.search-box-text {
        width: 110px !important;
        min-width: 110px;
    }

    .header-cart-search-wrapper .cart-wrapper {
        width: 36px;
        float: right;
        height: 40px;
    }

    .cart-wrapper:hover #topcartlink {
        -webkit-transform: rotateX(0deg);
        transform: rotateX(0deg);
    }

   /* ul.top-menu > li:nth-child(2) > a {
        background-image: url(/images/menuGnome.png);
        background-position: top 0px center;
        background-repeat: no-repeat;
        height: 86px;
        text-indent: 200%;
        white-space: nowrap;
        overflow: hidden;
        -webkit-animation: slide 1s linear 1;
        padding: 0px 2px;
    }*/

    .header-1 .header-menu-wrapper {
        clear: right;
        margin: 0px;
        float: right;
        width: auto;
    }

    .header-1 .header-menu {
        height: 45px;
        display: table;
        width: 100%;
    }

    .product-details-page .full-description {
        padding: 0px;
    }

    .product-details-page .overview {
        margin: 0 0 0px;
    }

    .header-logo a img {
        max-height: 115px;
        height: 115px;
        padding-left: 20px;
    }

    .footer-block .title span {
        padding: 0 0 2px 0;
        border-bottom: 0px solid rgba(255, 255, 255, .4);
        font-weight: 700;
    }

    .account-page-navigation .account-navigation-wrapper {
        margin: 0 0 30px;
    }

    .header-lower {
        padding-top: 0px;
    }

    .header-social-icons {
        width: auto;
    }

    .header-lower .header-centering {
        margin: 0px;
    }

    .header-upper-centering {
        width: inherit;
        margin: 0;
        float: right;
    }

    .header-menu .sublist > ul > li > a, .header-menu .sublist > ul > li > span {
        font-size: 14px;
    }

    .master-wrapper-page .header {
        padding-bottom: 0px;
    }

    .header-menu .sublist li:hover > a {
        color: #fff;
    }

    .flyout-cart {
        background: rgba(0, 0, 0, 0);
        right: 0;
        padding-top: 0px;
        top: 30px;
    }

    .header-links-wrapper a, a.ico-wishlist {
        border-bottom: 0px solid #747476;
        color: #a7a9ab;
    }

        .header-links-wrapper a:hover {
            color: #000;
        }

    .header-links-wrapper ul.account-navigation-list li a:hover {
        color: #000000;
    }

    .header-links-wrapper a.ico-wishlist:hover {
        color: #ffffff;
    }

    .header-links .my-account-dropdown a:hover:before {
        background-color: #444;
    }

    .header-menu > ul {
        padding: 0;
        padding-right: 15px;
    }

        .header-menu > ul > li > a, .header-menu > ul > li > span {
            color: #ffffff;
            font-weight: 600;
            font-family: 'din-2014', Arial, sans-serif;
            font-size:15px;
        }

        .header-menu > ul > li:hover > a, .header-menu > ul > li:hover > span {
            color: #ffffff;
        }

    .header-menu-wrapper {
        clear: none;
    }

    .header-1 .header-lower .header-centering.stick .header-cart-search-wrapper {
        margin: 0px;
    }

    .header-1 .header-lower .header-centering.stick {
        padding: 0;
        background: #000000;
        border-bottom: 1px solid #fff;
    }

        .header-1 .header-lower .header-centering.stick .header-logo {
            height: 90px;
        }
    .html-checkout-page .header-1 .header-lower .header-centering.stick .header-logo {
        height: auto;
        width:fit-content;
    }
    .html-checkout-page .header-logo a img {
        padding-left: 0;
    }
    .html-checkout-page .header-logo {
        width:fit-content;
    }
/*    .admin-header-links {
        display:none;
    }*/
    .header-1 .header-lower .header-centering.stick .header-menu .dropdown {
        padding: 0px 0 0;
    }

        .header-1 .header-lower .header-centering.stick .header-menu {
            height: 80px;
            background: none;
        }

        .header-1 .header-lower .header-centering.stick .header-logo a img {
            max-height: 115px;
        }

    .header-logo {
        width: 15%;
    }

    .header-menu > ul > li > a, .header-menu > ul > li > span {
        padding: 30px 16px 30px;
    }

    .cart-wrapper {
        border: 0px double #f1f1f1;
    }

        .cart-wrapper .ico-cart {
            background: rgba(0, 0, 0, 0);
            color: #ffffff;
            font-weight: bold;
            font-size: 14px;
            height: 40px;
        }

            .cart-wrapper .ico-cart .cart-label, .cart-wrapper .ico-cart .cart-qty {
                display: none;
            }
/*
            .cart-wrapper .ico-cart:before {
                background: rgba(0, 0, 0, 0) url(../img/shopping-cart.png) center no-repeat;
                width: 20px;
                height: 20px;
                top: 0;
                left: 7px;
            }
*/
        .cart-wrapper .ico-cart-total {
            background: #b29a78 url(../jpg/bg-nav-dealer.jpg) no-repeat;
            color: #000;
            font-weight: 700;
            margin-left: -10px;
            margin-right: 10px;
            padding: 15px 0;
        }

    .header-menu .title {
        margin-bottom: 15px;
        border-bottom: 4px double #f1f1f1;
        padding: 6px 0;
        font-size: 14px;
        text-transform: uppercase;
        text-align: left;
        font-weight: bold;
    }

    .header-menu .sublist {
        background: transparent;
        padding: 20px 0;
    }

        .header-menu .sublist li a {
            color: #ffffff;
        }

        .header-menu .sublist a:hover {
            color: #ffffff;
            text-decoration: underline;
        }

    .product-review-item .review-title, .product-review-item .review-text {
        text-align: left;
        padding-top: 10px;
    }

    .footer-block.first {
        display: inherit;
    }

    #topcartlink {
        height: 39px;
        width: 38px;
    }

    .header-links .html-widget {
        display: inline-block;
    }
}

@media screen and (min-width: 1281px) {
    .product-details-page .overview {
        width: 49%;
    }

    .header-1 .header-menu {
        height: 45px;
    }
}

@media screen and (min-device-width: 1024px) and (max-device-width: 1280px) {
    .coupon-code input[type="text"] {
        width: 100%;
    }

    .coupon-code input[type="submit"] {
        float: left;
        width: 100%;
    }
}

@media screen and (max-width: 1024px) {
	
	 /*Promotion Verticle Mobile layout*/
        .promotion-container table {
            text-align: center;
        }

        .promotion-table table {
            display: flex;
            flex-direction: row; /* Make rows run horizontally */
            align-items: stretch; /* Allow rows to stretch to fill height */
        }

        /* Make each row display as a column */
        .promotion-table tr {
            flex-direction: column; /* Make each row a column */
            display: flex;
        }

        /* Style individual cells as needed */
        .promotion-table td {
            /* Adjust spacing and other styling */
            border: 1px thin black; /* Example border */
            padding: 40px 0 40px 0; /* Example padding */
        }

        .promotion-table .product-picture img {
            width: auto;
        }
		
    .html-checkout-page .header-1 .header-menu-wrapper, .html-checkout-page .main-slider-wrapper {
        display: block;
    }

    .store-search-box input.search-box-text {
        background:transparent;
        font-family:'Open Sans', sans-serif;
        color:white;
        text-transform:uppercase;
    }
    .footer-block .title span:after {
        background: transparent !important;
    }

    .footer-block .title:after {
        content: '';
        display: block;
        width: 11px;
        height: 6px;
        position: absolute;
        top: 0;
        right: 15px;
        bottom: 0;
        margin: auto;
        background: rgba(0, 0, 0, 0) url('../png/footer-dropdown.png') center no-repeat !important;
    }
        .footer-block .newsletter .title:after {
            display:none;
        }
        .footer-block .title, .brandLinks h3 {
            text-align: left;
            border-bottom: 1px solid #f2f2f2;
            position: relative;
        }

    .footer-block .footer-collapse {
        border-bottom: 1px solid #f2f2f2;
        margin-bottom: 0px;
        padding-bottom: 20px;
    }

    .footer-menu {
        text-align: left;
    }

    .footer-block ul {
        font-size: 14px;
    }

        .footer-block ul li {
            margin-left: 15px;
        }

    .footer-social {
        display: none;
    }

    .footer-block.last .title {
        border-bottom: 0px;
    }

    .accepted-payment-methods {
        margin: 15px 0 !important;
        text-align: center;
    }
    .store-search-box .search-box-button {
        padding: 0px;
        background: url('../png/search-button.png') no-repeat center;
    }

    .header-links-wrapper a, a.ico-wishlist, .header-menu > ul.top-menu li > a, .header-menu > ul.top-menu li > span {
        font-size: 14px;
        font-family: 'din-2014', sans-serif!important;
        letter-spacing: 0.035em;
        font-weight: bold;
        color: white!important;
    }

    .responsive-nav-wrapper .account-links .html-widget {
        display: none;
    }

    .brand_nav_menu div {
        padding-bottom: 20px;
    }

    .brand_nav_menu a {
        display: block;
    }

    .brand_nav_menu {
        color: #000000;
        font-size: 14px;
        padding: 12px 0 0 30px;
    }

    .header {
        margin-bottom: 0px;
    }

    .header-logo {
        margin-bottom: 0px;
        margin: auto;
    }

    .header-lower {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .responsive-nav-wrapper {
        background-color: black;
        border-top: 0px;
    }

        .responsive-nav-wrapper .menu-title {
            background: url('../png/responsive-nav-sprite.png') no-repeat left 15.5px center;
        }

        .responsive-nav-wrapper .personal-button {
            display: none;
        }

        .responsive-nav-wrapper .account-links {
            background: url('../png/responsive-nav-sprite.png') no-repeat left -80px center;
        }

        .responsive-nav-wrapper .search-wrap {
            background: url('../png/responsive-nav-sprite.png') no-repeat left -129px center;
        }

    .cart-wrapper .ico-cart span.cart-qty {
        display: none;
        color: #000000;
        font-size: 12px;
        border-radius: 50%;
        background-color: #e84d07;
        height: 20px;
        width: 20px;
        line-height: 20px;
        padding: 0px;
        z-index: 9999999;
        position: relative;
        right: 10px;
        top: -8px;
    }

    .header-menu, .header-menu .close-menu, .header-menu .sublist-wrap {
        background-color: #000000 !important;
    }

    .close-menu span {
    }

    .mega-menu-responsive {
        border-bottom: 1px solid #d8d8d8;
    }

        .mega-menu-responsive li {
            background-color: #f2f2f2;
            border-top: 1px solid #d8d8d8;
        }

            .mega-menu-responsive li a {
                color: #000000 !important;
                margin-left: 30px;
                padding: 20px 0 !important;
            }

    ul.option-list {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }

    .responsive-nav-wrapper-parent + .main-slider-wrapper .slider-wrapper {
        margin: auto !important;
    }

    .payment-info .info td {
        width: 100% !important;
    }

    .header-upper, .cart-wrapper .ico-cart:after {
        display: none;
    }

    .admin-header-links ~ .header {
        margin-top: 0;
    }

    .header-social-icons a.youtube:hover {
        background: url('../png/header-social.png') -83px center no-repeat;
    }

    .header-social-icons a.facebook:hover {
        background: url('../png/header-social.png') -53px center no-repeat;
    }

    .header-social-icons a.instagram:hover {
        background: url('../png/header-social.png') -22px center no-repeat;
    }

    .header-social-icons a.twitter:hover {
        background: url('../png/header-social.png') 9px center no-repeat;
    }

    .header-social-icons, .account-page-navigation .account-navigation-wrapper {
        border-bottom: none;
    }

    .cart-wrapper .ico-cart {
        background: url('../png/responsive-nav-sprite.png') no-repeat left -205px center;
    }

    .account-page-navigation .account-navigation-list li {
        margin: auto;
        border-bottom: 1px solid #f1f1f1;
    }

    .prices-stock-wrapper .stock {
        right: unset;
        position: relative;
    }

    .prices-stock-wrapper {
        padding: 0;
    }

    .product-details-page .full-description {
        text-align: center;
    }

    .footer-block.last .newsletter .title {
        border: 0px solid #ffffff;
    }

    .breadcrumb {
        margin: 0 0 0px;
    }

    .fn_gnome {
        max-width: 90%;
    }

    .header-links-wrapper a:hover {
        color: #ffffff;
    }

    .responsive-nav-wrapper .ico-cart .cart-qty {
        color: #ffffff;
    }

    .header-logo a img {
        max-width: 60%;
    }
    /* FN AWESOME FALL 2017 CATALOG */
    #catalog-promo-text {
        width: 55%;
        display: inline-block;
        float: left;
        font-size: 21px;
        line-height: 1.15;
        text-align: left;
        text-transform: uppercase;
        color: #263746;
        margin-top: 90px;
    }

        #catalog-promo-image img {
            width: 500px;
            max-width: 100%;
            outline: 0px solid white;
        }

    #fnGnomeBio-text div {
        margin: 0 auto;
        right: 0px;
    }

    #fnGnomeBio-text table {
        margin: 10px 0px 30px 0;
        padding-right: 0px;
    }

    #fnGnomeBio table, #fnGnomeBio thead, #fnGnomeBio tbody, #fnGnomeBio th, #fnGnomeBio td, #fnGnomeBio tr {
        display: block;
    }

        #fnGnomeBio thead tr {
            position: absolute;
            top: -9999px;
            left: -9999px;
        }

    #fnGnomeBio tr {
        border: 0px solid #ccc;
    }

    #fnGnomeBio td {
        border: none;
        border-bottom: 1px solid #eee;
        position: relative;
        padding-left: 50%;
    }

        #fnGnomeBio td:before {
            position: absolute;
            top: 6px;
            left: 6px;
            width: 45%;
            padding-right: 10px;
            white-space: nowrap;
        }

    #fn-awesome-header-image-large {
        width: 100%;
        height: auto;
        padding: 0;
        margin: 0;
        font-size: 0;
        display: block;
    }

        #fn-awesome-header-image-large img {
            width: 100%;
            height: auto;
        }

    #fn-awesome-header-image-small {
        display: none;
    }

    #fn-awesome-2017-catalog {
        padding: 0 30px;
    }

        #fn-awesome-2017-catalog .page-title {
            display: none;
        }

        #fn-awesome-2017-catalog .page-body {
            border-top: none;
            background: transparent;
            padding: 0;
        }

    .fn-awesome-categories {
        width: 31.5%;
        height: auto;
        display: inline-block;
        text-align: left;
    }

        .fn-awesome-categories:first-child {
            float: left;
        }

        .fn-awesome-categories:last-child {
            float: right;
        }

        .fn-awesome-categories a {
            font-size: 0;
        }

        .fn-awesome-categories img {
            width: 100%;
            height: 100%;
            position: relative;
            top: 0;
            -webkit-transition: all .5s ease;
            transition: all .5s ease;
            opacity: 1;
        }

            .fn-awesome-categories img:hover {
                top: -10px;
                -webkit-transition: all .5s ease;
                transition: all .5s ease;
            }

        .fn-awesome-categories h2 {
            text-transform: uppercase;
            color: #b28f2f;
            font-size: 21px;
            line-height: 1.15;
        }

        .fn-awesome-categories p {
            text-transform: uppercase;
            color: #263746;
            margin: 0;
        }

            .fn-awesome-categories p a {
                font-size: 16px;
                font-weight: 500;
                color: #263746;
            }

                .fn-awesome-categories p a:hover {
                    text-decoration: underline;
                }

    #catalog-promo {
        margin-top: 90px;
    }

    #catalog-promo-text p:nth-child(2) {
        font-size: 36px;
        font-weight: 700;
    }

    #catalog-promo-text p:nth-child(3) {
        margin-top: 45px;
        font-size: 16px;
        font-weight: 500;
    }

    #catalog-promo-text div {
        background: #263746;
        color: #fff;
        display: inline-block;
        padding: 15px 30px;
        font-size: 24px;
        font-weight: 700;
        letter-spacing: 1px;
    }

    #fn-awesome-2017-catalog .nop-jcarousel {
        margin-bottom: 80px;
    }

    

        

    .header-menu > ul.top-menu li {
        background: transparent;
        border-top: 1px solid #98999b;
    }

        .header-menu > ul.top-menu li > a, .header-menu > ul.top-menu li > span {
            color: #ffffff;
        }

    .plus-button {
        background: url('../png/menu-arrow.png') center no-repeat;
    }
}

@media screen and (max-width: 768px) {
    .account-page-navigation .account-navigation-list li a {
        margin-bottom:15px;
    }
    .col {
        width: 100%;
        margin: 0% 0;
    }

        .col:nth-of-type(1) {
            margin-top: 5%;
        }

        .col:nth-of-type(2) {
            border: 0px solid #ffffff;
        }

    #fnGnomeBio-text {
        padding: 10px;
    }
}

@media screen and (max-width: 480px) {
    .gallery {
        margin: 0 auto 0px;
    }

    .master-column-wrapper {
        margin: 10px auto 0;
    }
    .cart-footer {
        margin-bottom: 50px;
    }
    .cart-footer .totals {
        margin:auto;
    }
    .cart-totals-wrapper {
        padding: 0;
    }
}

@-webkit-keyframes slide {
    from {
        background-position: top 86px center;
    }

    to {
        background-position: top 0px center;
    }
}