/* Lefournil */
.home-page-filters-wrapper{
    display: none !important;
}

.cart td.subtotal {
    color:#53220d!important;
}

@media (min-width: 1025px) {
    .home-slider .subheader-wrapper {
        height: 100px !important;
    }
}

@media (min-width: 980px) {
    .quote {
    width: 60%;
    text-align: left;
    float: left;
}

    .sebastian {
        width: 20%;
        text-align: left;
        display: inline-block;
   
    }
}

.nop-jcarousel .carousel-title {
    border-bottom:none!important;
}

@media (min-width: 980px) {
    .home .nop-jcarousel {
    margin-top:-40px;
    }
}

.add-to-wishlist-button {
    display:none!important;
}

.selector {
    display:none;
}

#shipping {
    display:none;
}

[for="shipping"] {
    display: none;
}

label .shipping{
    display: none;
}

#checkout_attribute_label_5 {
    display:none;
}

#checkout_attribute_label_6 {
    display: none;
}

#checkout_attribute_input_5 {
    display: none;
}

#checkout_attribute_input_6 {
    display: none;
}
#checkout_attribute_label_7,
    #checkout_attribute_input_7{
    display: none;
}

@media (max-width: 1024px){
    .responsive-nav-wrapper .personal-button {
    background: url(../img/header-link-5.png) no-repeat center;
}
}

.subheader-wrapper {
    background-color:#53220d;
}

.footer-upper {
    background-color: #af8f70;
}

.footer-block ul{
    color: #fff;
}


/*=====================================================
    
    DESKTOP

=====================================================*/

@media all and (min-width: 1025px) {

    /* GLOBAL + HOME PAGE */

    .form-fields {
        margin: 0;
    }

    .inputs {
        text-align: left;
    }

        .inputs label {
            display: inline-block;
            width: 166px;
            margin: 0 10px 0 0;
            text-align: right;
        }

    .center-1 .inputs label {
        width: 304px;
    }

    .master-wrapper-content {
        width: auto;
    }

    .master-column-wrapper {
        width: 980px;
        margin: auto;
    }

    .home .master-column-wrapper {
        width: auto;
    }

    .page, .home .page {
        text-align: left;
    }

    .page-title {
        overflow: hidden;
    }

        .page-title h1 {
            float: left;
        }

    .link-rss {
        display: block;
        float: right;
        margin: 3px 0 0;
    }

    .home .topic-block {
        width: 980px;
        text-align: center;
        /*text-align: justify;*/
    }

    .home-page-polls {
        width: 1000px;
    }

    /* HEADER */

    .header {
        display: block;
        position: relative;
        z-index: 1002;
        width: 980px;
        margin: 0 auto;
        padding: 12px 0;
        text-align: left;
    }

        .header:after {
            content: "";
            display: block;
            clear: both;
        }

    .header-links-wrapper {
        margin: 0;
    }

        .header-links-wrapper:after {
            content: "";
            display: block;
            clear: both;
        }

    .header-links {
        float: left;
        padding: 0;
    }

        .header-links li {
            margin: 0 15px 0 0;
        }

        .header-links a:hover {
            color: #c03;
        }

    .flyout-cart {
        display: none;
        position: absolute;
        top: 32px;
        right: 0;
        z-index: 99999;
        width: 300px;
        border-width: 5px 1px 1px;
        border-style: solid;
        border-color: #333 #ccc #ccc;
        box-shadow: 0 1px 2px rgba(0,0,0,0.15);
        background: #fff;
    }

    #topcartlink:hover .flyout-cart {
        display: block;
    }

    .mini-shopping-cart {
        padding: 10px;
        font-size: 11px;
    }

        .mini-shopping-cart * {
            line-height: normal !important;
        }

        .mini-shopping-cart a {
            padding: 0;
        }

            .mini-shopping-cart a:hover {
                text-decoration: underline;
            }

        .mini-shopping-cart .count {
            border-bottom: 1px dotted #c03;
            padding: 10px 0;
        }

            .mini-shopping-cart .count a {
                padding: 0;
                font-weight: bold;
                color: #c03;
            }

        .mini-shopping-cart div.items {
            margin: 0 0 10px;
        }

        .mini-shopping-cart .item {
            border-bottom: 1px dotted #999;
            overflow: hidden;
            padding: 10px 0;
        }

        .mini-shopping-cart .picture {
            float: left;
            width: 50px;
            text-align: center;
        }

            .mini-shopping-cart .picture a {
                display: block;
                position: relative;
                overflow: hidden;
            }

                .mini-shopping-cart .picture a:before {
                    content: " ";
                    display: block;
                    padding-top: 100%;
                }

            .mini-shopping-cart .picture img {
                position: absolute;
                top: 0;
                right: 0;
                bottom: 0;
                left: 0;
                margin: auto;
                max-width: 100%;
            }

            .mini-shopping-cart .picture + .product {
                margin: 0 0 0 60px;
            }

        .mini-shopping-cart .name {
            margin: 0 0 5px;
            font-size: 12px;
            font-weight: bold;
        }

            .mini-shopping-cart .name a {
                color: #333;
            }

        .mini-shopping-cart .totals {
            margin: 0 0 10px;
            font-size: 12px;
            text-align: right;
        }

            .mini-shopping-cart .totals strong {
                color: #c03;
            }

        .mini-shopping-cart .buttons {
            margin: 0 0 5px;
            text-align: right;
        }

        .mini-shopping-cart input[type="button"] {
            display: inline-block;
            border: none;
            background-color: #c03;
            padding: 8px 16px;
            color: #fff;
        }

            .mini-shopping-cart input[type="button"]:hover {
                opacity: 0.8;
            }

    .search-box.store-search-box {
        float: right;
        clear: right;
    }

    .search-box form {
        border: none;
    }

    .search-box.store-search-box input.search-box-text {
        width: 250px !important;
        height: 32px;
        font-style: normal;
    }

    .search-box.store-search-box .search-box-button {
        height: 32px;
    }

    .ui-autocomplete.ui-menu.ui-widget.ui-widget-content {
        width: 286px !important;
    }

    .header-selectors-wrapper {
        float: right;
        background: none;
        padding: 0;
    }

        .header-selectors-wrapper > div {
            float: left;
            margin: 0 10px 0 0;
        }

            .header-selectors-wrapper > div:last-child {
                margin-right: 0;
            }

        .header-selectors-wrapper select {
            min-width: 50px;
            max-width: 62px;
            border: none;
            background-color: #eee;
            font-size: 12px;
            color: #666;
        }

    /* SUBHEADER - LOGO & HEADER MENU */

    .responsive-nav-wrapper-parent,
    .justAFixingDivBefore,
    .overlayOffCanvas,
    .menu-title, .close-menu,
    .header-menu .back-button,
    .plus-button {
        display: none !important;
    }

    .subheader-wrapper {
        margin: 14px 0 60px;
        max-height: 80px;
        background-color: #53220d;
        text-align: center;
        font-size: 0;
    }

    .logo-wrapper {
        display: inline-block;
        width: 230px;
        margin: 0 10px 0 0;
        background: none;
        padding: 10px 0;
        vertical-align: middle;
    }

    .header-logo {
        padding: 0;
        text-align: left;
    }

        .header-logo img {
            max-width: 230px;
        }

    .headerMenuParent {
        display: inline-block;
        width: 740px;
        margin: 0;
        padding: 10px 0;
        vertical-align: middle;
    }

    .header-menu {
        position: relative;
        z-index: 1001;
    }

        .header-menu > ul {
            display: block;
            text-align: left;
            font-size: 0;
            color: #fff;
        }

            .header-menu > ul > li {
                display: inline-block;
                padding: 5px 18px;
                vertical-align: middle;
            }

                .header-menu > ul > li > a,
                .header-menu > ul > li > span {
                    font: normal 14px 'eurostile';
                    cursor: pointer;
                }

                    .header-menu > ul > li > a:first-letter,
                    .header-menu > ul > li > span:first-letter {
                        font-size: 18px;
                    }

                    .header-menu > ul > li > a:hover {
                        text-shadow: 0 0 5px #fff;
                    }

        .header-menu .sublist-wrap {
            display: none;
            position: absolute;
            z-index: 1001;
            min-width: 180px;
            margin: 5px 0 0;
            border-width: 4px 0;
            border-style: solid;
            border-color: #333;
            box-shadow: 0 0 2px rgba(0,0,0,0.3);
            background-color: #fff;
        }

            .header-menu .sublist-wrap.active {
                display: block !important;
            }

        .header-menu .sublist li {
            position: relative;
            border-bottom: 1px dotted #ccc;
        }

            .header-menu .sublist li:last-child {
                border-bottom: none;
            }

        .header-menu .sublist .back-button {
            display: none;
        }

        .header-menu .sublist li a {
            display: block;
            padding: 10px;
            font: normal 12px 'eurostile';
            color: #333;
        }

        .header-menu .sublist li > a:hover {
            background-color: #c03;
            color: #fff;
        }

        .header-menu .sublist-wrap .sublist-wrap {
            top: -5px;
            left: 100%;
            border-top-width: 0;
        }

    /* QUICK TABS */

    .home-page .ui-tabs {
        width: 980px;
    }

        .home-page .ui-tabs .ui-tabs-nav li {
            display: inline-block;
        }

    /*FOOTER*/

    .footer > div {
        width: 100%;
    }

    .footer-upper {
        position: relative;
        background-color: #af8f70;
    }

        .footer-upper:before {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            z-index: -1;
            width: 100%;
            height: 60px;
            background-color: #af8f70;
        }

        .footer-upper .center {
            width: 1000px;
            margin-left: auto;
            margin-right: auto;
        }

    .footer-block {
        width: 23%;
        margin-bottom: 0;
    }

        .footer-block:nth-of-type(3n+1) {
            clear: none;
        }

        .footer-block .title {
            margin-bottom: 25px;
            text-align: left;
            cursor: default;
        }

        .footer-block ul {
            border-right: 1px solid #ccc;
            margin-bottom: 0;
            padding: 0;
            color: #fff;
        }

        .footer-block li {
            overflow: hidden;
            font-size: 13px;
        }

            .footer-block li a {
                padding-right: 10px;
            }

            .footer-block li:hover a {
                color: #c03;
            }

                .footer-block li:hover a:before {
                    background-color: #c03;
                    border-color: #c03;
                }

        .footer-block.recently-viewed a:hover {
        }

        .footer-block .news-items {
            margin: 0;
            padding: 0;
        }

    .news-list-homepage .news-title {
        margin-bottom: 3px;
        padding: 0;
        color: #111;
    }

        .news-list-homepage .news-title:hover {
            color: #c03;
        }

    .news-list-homepage .view-all {
        display: none;
    }

    .footer-middle {
        margin: 0;
        background-color: #ccc;
        padding: 15px 0;
    }

        .footer-middle .center {
            position: relative;
            width: 1000px;
            min-height: 60px;
            margin: auto;
        }

    .social-sharing {
        position: absolute;
        top: 50%;
        left: 0;
        margin: -16px 0 0;
    }

        .social-sharing li {
            border: none;
            margin: 0 10px 0 0;
        }

        .social-sharing .twitter:hover {
            background-position: 0 bottom;
        }

        .social-sharing .facebook:hover {
            background-position: -32px bottom;
        }

        .social-sharing .youtube:hover {
            background-position: -64px bottom;
        }

        .social-sharing .pinterest:hover {
            background-position: -128px bottom;
        }

        .social-sharing .google:hover {
            background-position: -96px bottom;
        }

        .social-sharing .rss:hover {
            background-position: -192px bottom;
        }

        .social-sharing .vimeo:hover {
            background-position: -160px bottom;
        }

        .social-sharing .instagram:hover {
            background-color: #f2f2f2;
        }

    .newsletter {
        width: 286px;
        margin: 0 auto;
        border: none;
        background: none;
        padding: 0;
    }

    .newsletter-email {
        border: none;
        background: #fff;
    }

        .newsletter-email input[type="email"] {
            width: 250px;
        }

    .newsletter .options {
        background: #cccccc none repeat scroll 0 0;
        clear: both;
    }

    .accepted-payment-methods {
        display: none;
        /*position: absolute;
	top: 50%;
	right: 0;
	margin: -18px 0 0;*/
    }

        .accepted-payment-methods li {
            border: none;
            margin: 0 0 0 10px;
        }

    .footer-lower .center {
        position: relative;
        width: 1000px;
        min-height: 24px;
        margin: auto;
        overflow: hidden;
        text-align: left;
    }

        .footer-lower .center > div {
            margin: 0;
            line-height: 24px;
        }

    .footer-disclaimer {
        float: left;
    }

    .footer-powered-by {
        float: right;
    }

    .footer-designed-by {
        float: right;
        margin: 0 10px 0 0 !important;
    }

    .footer-store-theme {
        position: absolute;
        top: 50%;
        left: 50%;
        margin: -12px 0 0 -75px !important;
    }

        .footer-store-theme select {
            width: 150px;
            height: 24px;
            padding: 3px;
        }

    /* LEFT/RIGHT COLUMN */

    .side-2 {
        position: relative;
        float: left;
        width: 230px;
    }

        .side-2:after {
            content: "";
            position: absolute;
            top: 0;
            right: -25px;
            width: 1px;
            height: 100%;
            background: #ddd;
        }

    .center-2 {
        position: relative;
        float: right;
        width: 701px;
    }

        .center-2:before {
            content: "";
            position: absolute;
            top: 0;
            left: -25px;
            width: 1px;
            height: 100%;
            background: #ddd;
        }

    .block {
        float: none;
        width: auto;
        margin: 0;
    }

        .block .title {
            cursor: default;
        }

        .block .listbox {
            display: block;
            padding: 0 5px;
        }

    .block-poll .listbox {
        padding: 10px 5px 0;
    }

    .block .list a:hover {
        color: #c03;
    }

    .block .list li:hover a:before {
        background-color: #c03;
        border-color: #c03;
    }

    .block .view-all a {
        padding: 6px 12px;
    }

        .block .view-all a:hover {
            border-color: #333;
            background-color: #333;
            color: #fff;
        }

    .block .tags li a:hover,
    .product-tags-all-page li a:hover {
        color: #c03;
    }

    /* CATEGORY PAGE & GRIDS */

    .home-page-category-grid {
        padding: 30px 0;
    }

        .home-page-category-grid .item-grid,
        .home-page .product-grid {
            width: 1000px;
            margin-left: auto;
            margin-right: auto;
        }

            .home-page .product-grid .item-grid {
                padding: 0;
            }

            .home-page .product-grid .item-box {
                width: 23%;
            }

                .home-page .product-grid .item-box:nth-child(3n+1) {
                    clear: none;
                }

                .home-page .product-grid .item-box:nth-child(4n+1) {
                    clear: both;
                }

                .home-page .product-grid .item-box:nth-child(4) {
                    margin-top: 0 !important;
                }

    .item-box .picture,
    .item-box .title {
        -webkit-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
    }

    .category-item:hover .picture,
    .sub-category-item:hover .picture,
    .manufacturer-item:hover .picture,
    .vendor-item:hover .picture {
        opacity: 0.5;
    }

    .category-item:hover .title {
        padding: 12px 15px;
    }

    .sub-category-item:hover .title,
    .manufacturer-item:hover .title,
    .vendor-item:hover .title {
        padding: 10px 10px 10px 15px;
    }

    .breadcrumb {
        text-align: left;
    }

    .product-selectors {
        padding: 5px 10px;
        text-align: left;
    }

    .product-grid .item-box {
        padding: 0;
    }

    .product-item .picture {
        margin-bottom: 15px;
    }

    .product-item .product-title {
        text-transform: none;
    }

        .product-item .product-title a:hover {
            color: #c03;
        }

    .product-grid .prices {
        margin-bottom: 0
    }

    .product-grid .item-box .add-info {
        position: absolute;
        top: 0;
        z-index: 2;
        width: 100%;
        border: 1px solid #ccc;
        box-shadow: 0 0 5px rgba(255,255,255,0.25);
        background-color: rgba(255,255,255,0.9);
        opacity: 0;
        -webkit-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
    }

    .product-grid .item-box .description {
        display: block;
        max-height: calc(100% - 100px);
        margin: 0 0 10px;
        overflow: hidden;
        padding: 10px 10px 0;
        line-height: 17px;
    }

    .center-2 .product-grid .item-box .description {
        max-height: calc(100% - 104px);
    }

    .product-grid .item-box .product-rating-box {
        background-color: rgba(0,0,0,0.5);
        padding: 10px;
        text-align: center;
        opacity: 0;
        -webkit-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
    }

    .product-grid .item-box .buttons {
        position: absolute !important; /*!important because of ie8*/
        bottom: 10px;
        width: 100%;
        white-space: nowrap;
        opacity: 0;
        -webkit-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
    }

    .item-box .buttons .compare-products {
        display: inline-block;
        margin-right: 1px;
        vertical-align: bottom;
    }

        .item-box .buttons .compare-products input {
            display: block !important;
            width: 40px !important;
            height: 32px;
            background: #333 url('../img/compare-button.png') center no-repeat;
            padding: 0;
            font-size: 0 !important;
        }

    .item-box .buttons input[type="button"] {
        display: inline-block;
        height: 32px;
        width: 100px;
        padding: 0;
        vertical-align: bottom;
        font: normal 14px Arial, Helvetica, sans-serif;
        text-transform: uppercase;
    }

    .product-grid .item-box .buttons a:hover,
    .product-grid .item-box .buttons input[type="button"]:hover,
    .product-grid .item-box .buttons .ajax-cart-button-wrapper:hover * {
        height: 34px;
    }

    .product-list .item-box .buttons a:hover,
    .product-list .item-box .buttons input[type="button"]:hover,
    .product-list .item-box .buttons .ajax-cart-button-wrapper:hover * {
        opacity: 0.8;
    }

    .product-grid .item-box:hover .add-info,
    .product-grid .item-box:hover .product-rating-box,
    .product-grid .item-box:hover .buttons,
    .product-grid .ajax-cart-product-item-hover .add-info,
    .product-grid .ajax-cart-product-item-hover .product-rating-box,
    .product-grid .ajax-cart-product-item-hover .buttons {
        opacity: 1;
    }

    .product-grid .item-box.mobile-box .add-info {
        position: static;
        border: none;
        box-shadow: none;
        background: none;
        opacity: 1;
        height: auto !important;
    }

    .item-box.mobile-box .prices {
        margin: 0 0 15px;
        font-size: 12px;
    }

    .product-grid .item-box.mobile-box .description {
        display: none;
    }

    .product-grid .item-box.mobile-box .product-rating-box {
        opacity: 1;
        text-align: left;
        background: none;
        padding: 0;
        margin: 0 0 20px;
    }

    .product-grid .item-box.mobile-box .buttons {
        position: static !important;
        opacity: 1;
    }

    .item-box.mobile-box .buttons .compare-products {
        display: none;
    }

    .item-box.mobile-box .buttons input[type="button"] {
        height: auto;
        padding: 10px 20px;
        font: normal 16px 'eurostile';
        width: auto;
    }

    .pager ul {
        text-align: right;
    }

    .pager li {
        margin-bottom: 0;
    }

        .pager li span,
        .pager li a {
            min-width: 32px;
            padding: 7px;
        }

            .pager li a:hover {
                background-color: #ddd;
            }

    .product-filters .filter-content .item:hover,
    .product-filters .group.price-range-group > li:hover {
        color: #cc0033;
    }

    /* PRODUCT PAGE */

    .product-details-page .gallery {
        float: left;
        width: 45%;
    }

    .product-details-page .overview {
        float: right;
        width: 52%;
        margin: 0 0 40px;
    }

    .overview .add-to-wishlist-button:hover,
    .variant-overview .add-to-wishlist-button:hover,
    .overview .add-to-compare-list-button:hover,
    .download-sample-button a:hover,
    .subscribe-button:hover {
        opacity: 0.75;
    }

    .overview .email-a-friend-button:hover {
        color: #c03;
    }

    .overview .subscribe-button:hover {
        opacity: 0.8;
    }

    .overview .add-to-cart-button:hover,
    .variant-overview .add-to-cart-button:hover {
        opacity: 0.8;
    }

    .ui-tabs .ui-state-hover a {
        opacity: 0.85;
    }

    .product-tags-list a {
        line-height: normal;
    }

        .product-tags-list a:hover {
            color: #c03;
        }

    .ui-datepicker-calendar td a {
        -webkit-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
    }

        .ui-datepicker-calendar td a:hover {
            background-color: #c03;
            color: #fff;
        }

    .giftcard label {
        width: 320px;
    }

    /* REVIEW PAGE */

    .write-review .title {
        margin-bottom: 30px;
        text-align: center;
    }

    .write-review .button-1:hover {
        opacity: 0.8;
    }

    .product-review-item .review-info a,
    .product-review-helpfulness .vote {
        padding: 0 5px;
    }

        .product-review-item .review-info a:hover,
        .product-review-helpfulness .vote:hover {
            color: #c03;
        }

    /* WISHLIST & COMPARE LIST */

    .wishlist-content .tax-shipping-info {
        display: block;
        text-align: center;
    }

        .wishlist-content .tax-shipping-info a:hover {
            text-decoration: underline;
        }

    .wishlist-content .button-2:hover {
        opacity: 0.8;
    }

    .wishlist-page .share-info {
        text-align: center;
    }

    .compare-products-page .clear-list {
        position: absolute;
        top: 3px;
        right: 0;
    }

        .compare-products-page .clear-list:hover {
            opacity: 0.8;
        }

    .compare-products-table-mobile {
        display: none;
    }

    .compare-products-table {
        display: table;
    }

    .compare-products-page .button-2:hover {
        opacity: 0.7;
    }

    /* PASSWORD PROTECTION */

    .topic-password {
        text-align: left;
    }

    .enter-password-form input[type="submit"]:hover {
        opacity: 0.8;
    }

    /* CONTACT PAGE & EMAILaFRIEND */

    .contact-page .button-1:hover,
    .email-a-friend-page .button-1:hover {
        opacity: 0.8;
    }

    .email-a-friend-page .title h2 a:hover {
        text-decoration: underline;
    }

    /* REGISTRATION, LOGIN, MY ACCOUNT */

    #check-availability-button {
        display: block;
        margin: 10px auto;
    }

    #username-availabilty {
        position: absolute;
        top: 5px;
        left: 536px;
    }

    .registration-page .button-1:hover,
    .registration-result-page .button-1:hover,
    .login-page .button-1:hover,
    .password-recovery-page .button-1:hover,
    .account-page .button-1:hover,
    .return-request-page .button-1:hover {
        opacity: 0.8;
    }

    .login-page .inputs.reversed > * {
        width: auto;
        margin: 0 5px;
        vertical-align: middle;
    }

    .login-page .forgot-password a:hover {
        color: #c03;
    }

    .inputs .option-list li {
        margin: 5px;
    }

    .account-page .button-2:hover {
        background-color: #e6e6e6;
    }

    .email-to-revalidate,
    .email-to-revalidate-note {
        display: inline-block;
    }

    .address-list .buttons,
    .order-list .buttons {
        position: absolute;
        top: 52px;
        right: 0;
    }

    .return-request-page label {
        width: 306px;
    }

    .avatar-page .page-body {
        text-align: center;
    }

    .page.order-details-page .page-body {
        margin: auto;
        max-width: 1170px;
    }

    .order-details-page .page-title a {
        float: right;
        margin-left: 5px;
    }

        .order-details-page .page-title a:hover {
            opacity: 0.8;
        }

    .order-details-page .actions {
        text-align: right;
    }

        .order-details-page .actions input:hover,
        .order-details-area .repost .re-order-button:hover {
            background-color: #e6e6e6;
        }

    .order-details-page .total-info {
        overflow: hidden;
    }

    .order-details-page .cart-total {
        float: right;
    }

    /* SHOPPING CART & CHECKOUT */

    .cart .product-name:hover,
    .cart .edit-item a:hover {
        color: #c03;
    }

    .shopping-cart-page .button-1:hover,
    .checkout-page .button-1:hover {
        opacity: 0.8;
    }

    .shopping-cart-page .cart-options {
        overflow: hidden;
    }

    .shopping-cart-page .common-buttons {
        float: right;
    }

    .shopping-cart-page .tax-shipping-info {
        float: right;
        clear: right;
    }

    .checkout-attributes {
        float: left;
        max-width: 600px;
        margin: 0;
    }

        .checkout-attributes dt,
        .checkout-attributes dd {
            margin: 0;
            padding: 5px 10px;
            text-align: left;
            vertical-align: top;
        }

        .checkout-attributes .required {
            margin: 0;
        }

        .checkout-attributes li {
            margin: 0 0 5px;
            text-align: left;
            line-height: normal;
        }

        .checkout-attributes .attribute-squares {
            text-align: left;
        }

            .checkout-attributes .attribute-squares li label {
                margin: 0 10px 0 0;
            }

    .shopping-cart-page .common-buttons input {
        margin: 0 0 0 10px;
    }

        .shopping-cart-page .common-buttons input:hover {
            opacity: 0.8;
        }

    .shopping-cart-page .totals {
        margin: 0;
    }

    .cart-collaterals {
        width: 660px;
        margin: 0;
    }

        .cart-collaterals .deals {
            margin: 0 0 20px;
            border-top: 1px dotted #ccc;
            border-bottom: 1px dotted #ccc;
            overflow: hidden;
            padding: 20px 0;
        }

            .cart-collaterals .deals > div {
                float: left;
                margin-right: 15px;
            }

    .coupon-code input[type="submit"] {
        font-size: 11px;
    }

        .coupon-code input[type="submit"]:hover {
            background-color: #a6a6a6;
        }

    .cart-collaterals .shipping {
        margin: 0;
        overflow: hidden;
    }

    .cart-collaterals .shipping-options {
        overflow: hidden;
    }

    .cart-collaterals .shipping .inputs {
        float: left;
        margin-right: 15px;
    }

    .cart-collaterals .shipping label {
        display: block;
        width: auto !important;
        margin: 0;
        text-align: left;
    }

        .cart-collaterals .shipping label + * {
            width: 200px;
            height: 32px;
            background-color: #fff;
        }

    .cart-collaterals .estimate-shipping-button:hover {
        opacity: 0.8;
    }

    .checkout-page .edit-address label {
        width: 305px;
    }

    .checkout-page .pickup-in-store {
        text-align: center;
    }

    .checkout-page .selected-checkout-attributes {
        text-align: right;
    }

    .checkout-page .totals {
        float: right;
    }

    .opc .section {
        border: 1px dotted #ccc;
        padding: 20px;
    }

    .opc .back-link a:hover {
        color: #c03;
    }

    .opc .method-list,
    .opc .payment-info .info,
    .opc .section.confirm-order {
        margin: 0;
        border: none;
        background: none;
        padding: 0;
    }

    .opc .payment-method li {
        display: inline-block;
    }

    .opc .section.order-summary .order-review-data .title {
        text-align: left;
    }

    .order-details-page .tax-shipping-info {
        margin: 0 0 0 10px;
        border-left: 1px solid #ccc;
        padding: 0 8px;
    }

    .order-details-page .selected-checkout-attributes {
        float: left;
    }

    .opc .section.order-summary {
        text-align: left;
    }

    .order-confirm-page .order-review-data > ul > .title {
        margin: 0 0 5px;
        text-align: left;
    }


    /* SEARCH & SITEMAP */

    .search-input .inputs label {
        width: 145px;
    }

    .search-input .button-1:hover {
        opacity: 0.8;
    }

    .basic-search {
        margin: 0 0 20px;
    }

        .basic-search input[type="text"] {
            width: 350px;
        }

    .advanced-search {
        max-width: none;
        padding-top: 20px;
    }

        .advanced-search .price-range {
            margin-left: 88px;
        }

            .advanced-search .price-range input {
                height: auto;
            }

    .sitemap-page a:hover {
        color: #c03;
        text-decoration: underline;
    }

    /* BLOG & NEWS */

    .blog-page .tags a:hover,
    .blogpost-page .tags a:hover {
        color: #c03;
    }

    .blog-details a:hover {
        text-decoration: underline;
    }

    .new-comment textarea {
        display: block;
        margin: auto;
    }

    .new-comment .button-1:hover {
        opacity: 0.8;
    }

    .blog-comment a.username:hover,
    .news-comment a.username:hover {
        text-decoration: underline;
    }

    .news-item-page .inputs:first-child label {
        display: inline-block;
    }

    .news-item-page textarea {
        display: block;
        margin: auto;
    }

    /* FORUM & PROFILE */

    .forum-page {
        position: relative;
    }

    .current-time {
        float: left;
    }

    .forum-search-box {
        float: right;
    }

    .search-box.forum-search-box .search-box-button {
        height: 36px;
    }

    .forum-search-box .advanced a:hover {
        opacity: 0.9;
    }

    .forums-table-section a:hover,
    .forums-table-section td a:hover {
        color: #c03;
    }

    .forum-search-page .advanced-search .inputs label {
        width: 284px;
    }

    .forum-breadcrumb a:hover {
        color: #c03;
    }

    .forum-page .actions a:hover {
        color: #c03;
    }

    .forum-topic-page .actions a:hover,
    .topic-footer .actions a:hover {
        color: #c03;
    }

    .forum-post .manage a:hover {
        background-color: #e6e6e6;
    }

    .forum-post .pm-link-button:hover,
    .profile-info-box .pm-link-button:hover {
        opacity: 0.9;
    }

    .forum-post .post-time a:hover {
        opacity: 0.75;
    }

    .forum-edit-page label,
    .private-message-send-page label {
        width: 214px !important;
    }

    .move-topic-page label {
        width: 280px !important;
    }

    .forum-edit-page .buttons input:hover,
    .move-topic-page .buttons input:hover,
    .private-message-send-page .options input:hover,
    .private-messages-page .buttons input:hover,
    .private-message-view-page .options input:hover {
        background-color: #e6e6e6;
        opacity: 0.8;
    }

    .forum-edit-page .toolbar,
    .private-message-send-page .toolbar {
        margin-left: 220px;
    }

    .forum-edit-page textarea,
    .private-message-send-page textarea {
        margin-left: 224px;
    }

    .profile-info-box .send-pm .pm-button {
        margin: 0;
    }

    .forums-table-section.topic-group.active-discussions {
        position: relative;
    }

    .forums-table-section.topic-group.active-discussions .view-all {
        position: absolute;
        top: 5px;
        right: 5px;
    }
}

span.flatpickr-weekday{
    color: #fff !important;
}

span.flatpickr-weekday,
.flatpickr-current-month .flatpickr-monthDropdown-months,
.flatpickr-day.selected,
.flatpickr-day.startRange,
.flatpickr-day.endRange,
.flatpickr-day.selected.inRange,
.flatpickr-day.startRange.inRange,
.flatpickr-day.endRange.inRange,
.flatpickr-day.selected:focus,
.flatpickr-day.startRange:focus,
.flatpickr-day.endRange:focus,
.flatpickr-day.selected:hover,
.flatpickr-day.startRange:hover,
.flatpickr-day.endRange:hover,
.flatpickr-day.selected.prevMonthDay,
.flatpickr-day.startRange.prevMonthDay,
.flatpickr-day.endRange.prevMonthDay,
.flatpickr-day.selected.nextMonthDay,
.flatpickr-day.startRange.nextMonthDay,
.flatpickr-day.endRange.nextMonthDay
span.flatpickr-weekday,
.flatpickr-current-month .flatpickr-monthDropdown-months .flatpickr-monthDropdown-month,
.flatpickr-months .flatpickr-month, .flatpickr-weekdays {
    background-color: #53220d !important;
}

    .flatpickr-day.selected,
    .flatpickr-day.startRange,
    .flatpickr-day.endRange,
    .flatpickr-day.selected.inRange,
    .flatpickr-day.startRange.inRange,
    .flatpickr-day.endRange.inRange,
    .flatpickr-day.selected:focus,
    .flatpickr-day.startRange:focus,
    .flatpickr-day.endRange:focus,
    .flatpickr-day.selected:hover,
    .flatpickr-day.startRange:hover,
    .flatpickr-day.endRange:hover,
    .flatpickr-day.selected.prevMonthDay,
    .flatpickr-day.startRange.prevMonthDay,
    .flatpickr-day.endRange.prevMonthDay,
    .flatpickr-day.selected.nextMonthDay,
    .flatpickr-day.startRange.nextMonthDay,
    .flatpickr-day.endRange.nextMonthDay {
        border-color: #53220d !important;
    }

        .flatpickr-day.selected.startRange + .endRange:not(:nth-child(7n+1)),
        .flatpickr-day.startRange.startRange + .endRange:not(:nth-child(7n+1)),
        .flatpickr-day.endRange.startRange + .endRange:not(:nth-child(7n+1)) {
            -webkit-box-shadow: -10px 0 0 #53220d !important;
            box-shadow: -10px 0 0 #53220d !important;
        }

.flatpickr-day.week.selected {
    border-radius: 0;
    -webkit-box-shadow: -5px 0 0 #53220d, 5px 0 0 #53220d;
    box-shadow: -5px 0 0 #53220d, 5px 0 0 #53220d;
}

.ultimate-wrapper .table-wrapper {
    overflow: auto;
}

.ultimate-wrapper .option:hover.ultimate-wrapper .option:hover label {
    cursor: pointer;
    color: #fff;
}

.master-wrapper-page .cmp-primary-button, .uc-save {
    background-color: #53220d;
}

.row a, .row span{
    color: #000;
}

.footer-upper a,
.header-menu a {
    color: #fff;
}

.shops-sorting-filtering-wrapper,
.map-wrapper,
.map-controls{
    display: none;
}

.home-page-category-grid .picture a:before, .sub-category-grid .picture a:before, .manufacturer-grid .picture a:before, .vendor-grid .picture a:before {
    padding-top: 100% !important;
}

.home-page-category-grid .title {
    opacity:0.7;
}

.home-page-category-grid{
    background-color:#f5ede3!important;
}

.product-selectors {
    background-color: #f5ede3 !important;
}