﻿html {
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
}

body {
    margin: 0;
    padding: 0;
    background-color: white;
}

form {
    text-align: center;
}

h2 {
    font-weight: normal;
    text-transform: uppercase;
    margin-top: 0;
    text-align: center;
    font-size: 1.2em;
}

h1, .hp h2 {
    font-size: 2.4em;
    margin-top: 20px;
    margin-bottom: 10px;
    font-weight: normal;
    text-transform: initial;
}

h3 {
    font-weight: normal;
    text-align: center;
    margin-top: 0;
}

a {
    color: #333333;
}

a, input {
    outline: none;
}

hr {
    background: none;
    border: 0;
    border-bottom: 1px solid #e3e3e3;
}

input[type=number]::-webkit-inner-spin-button {
    opacity: 1;
}

#logo {
    position: absolute;
    top: 10px;
    left: 0;
    z-index: 3;
    width: 210px;
}

#language .flags {
    position: relative;
    vertical-align: middle;
    display: inline-block;
}

    #language .flags .languageMenu {
        display: none;
        position: absolute;
        top: 36px;
        text-align: left;
        background-color: white;
        padding: 5px 12px;
        margin-left: -12px;
        z-index: 1;
    }

#language .flag, #language .ico-dropdown {
    cursor: pointer;
}

#language .flags {
    position: relative;
}

#language .flag {
    position: absolute;
    left: 3px;
    top: 4px;
}

.hp {
    text-align: center;
}

    .hp h2, .hp h3, #cart h1, #customer h1, #myOrders h1, #myOrder h1, #order h1, #thankyou h1, #group .collection h1.items, .about h1.slogan, .box-14 h1, #group h1 {
        text-align: center;
        border-bottom: 1px solid #e3e3e3;
        line-height: 0.1em;
        margin-top: 40px;
        margin-bottom: 40px;
    }

        .hp h2 > span, .hp h3 > span, #cart h1 > span, #customer h1 > span, #myOrders h1 > span, #myOrder h1 > span, #order h1 > span, #thankyou h1 > span, #group .collection h1.items > span, .about h1.slogan > span, .xmas h1 > span {
            background-color: white;
            padding: 0 30px;
            /* margin: 0 150px; */
        }

    .hp .box-14 h1 > span {
        background-color: #a2967e;
        padding: 0 30px;
    }

    .hp .groups {
        margin-bottom: 20px;
    }

        .hp .groups .group {
            display: inline-block;
            margin: 15px;
        }

            .hp .groups .group:hover a img {
                display: none;
            }

            .hp .groups .group:hover .hover {
                display: block;
            }

        .hp .groups img {
            vertical-align: middle;
            display: block;
            position: relative;
            margin: auto;
            max-width: 100%;
        }

        .hp .groups .hover {
            display: none;
        }

        .hp .groups a {
            text-decoration: none;
            color: #333333;
        }

        .hp .groups span {
            display: inline-block;
            margin-top: 20px;
            padding: 3px 5px;
        }

        .hp .groups a:hover span {
            padding: 2px 5px;
            border-top: 1px solid #e3e3e3;
            border-bottom: 1px solid #e3e3e3;
        }

#clSwitch {
    font-size: 0.8em;
    margin: 15px 0;
    color: #bbbbbb;
}

    #clSwitch span {
        margin-right: 30px;
    }

    #clSwitch a {
        color: #bbbbbb;
        text-decoration: none;
        margin: 0 5px;
    }

        #clSwitch a.active {
            text-decoration: underline;
        }

#banner1 {
    text-align: center;
    text-transform: uppercase;
    padding: 0;
    margin-bottom: 15px;
}

#breadcrumb a {
    color: #a2967e;
    margin: 10px;
    font-size: 0.9em;
}

    #breadcrumb a:hover {
        text-decoration: underline;
    }

#breadcrumb img {
    position: relative;
    top: 1px;
}

#group .subMenu {
    display: flex;
    margin-top: 50px;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: center;
}

    #group .subMenu a {
        display: flex;
        color: #7b6a58;
        border: 2px solid #d4cec2;
        padding: 10px 15px;
        margin: 10px;
        text-align: center;
        text-decoration: none;
        text-transform: uppercase;
        font-weight: 400;
        flex-basis: 0;
        align-items: center;
        justify-content: center;
        min-width: 125px;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }

        #group .subMenu a:hover {
            border-color: #7c6b58;
        }

#group section .description {
    margin-bottom: 20px;
    text-align: center;
}

#group section p {
    max-width: 1000px;
    position: relative;
    line-height: 2.5em;
    margin: 1.2em auto;
    color: #7c6b59;
    font-size: 0.9em;
}

#group .inspiration .menuList > div {
    float: left;
    width: 15%;
    margin-right: 2%;
}

#group .collection .menuList a {
    float: left;
    width: 24.4%;
    margin-right: 0.7%;
    margin-left: 0.35%;
    margin-right: 0.35%;
}

    #group .inspiration .menuList > div:last-of-type, #group .collection .menuList a:last-of-type, .hp .menuList a:last-of-type {
        margin-right: 0;
    }

#group .inspiration .menuList img, #group .collection .menuList img, .hp .menuList img {
    display: block;
    width: 100%;
}

.hp .menuList img {
    margin-bottom: 30px;
}

#group .inspiration .menuList {
    -webkit-column-count: 5;
    -webkit-column-gap: 0px;
    -moz-column-count: 5;
    -moz-column-gap: 0px;
    column-count: 5;
    column-gap: 30px;
}

    #group .inspiration .menuList a {
        display: block;
        margin-bottom: 30px;
        position: relative;
    }

#group .collection .menuList a {
    position: relative;
    display: block;
    margin-bottom: 30px;
}

    #group .inspiration .menuList a > span, #group .collection .menuList a > span {
        position: absolute;
        left: 0;
        bottom: 0;
        opacity: 0.85;
        color: white;
        background-color: black;
        text-align: center;
        font-size: 1.8em;
        width: 100%;
        padding: 10px 0;
    }

        #group .inspiration .menuList a > span > span, #group .collection .menuList a > span > span, .hp .menuList a > span > span {
            color: white;
            font-size: 50%;
            text-transform: uppercase;
            float: right;
            padding: 8px;
        }

        #group .inspiration .menuList a > span span span, #group .collection .menuList a > span span span, .hp .menuList a > span span span {
            text-decoration: underline;
            text-transform: initial;
        }

.usp {
    color: #8e8e8e;
    text-align: center;
    margin: 15px 0;
}

.hp .usp div {
    display: inline-block;
    width: 19%;
    padding: 0.5%;
    text-align: center;
    vertical-align: top;
    min-width: 120px;
}

.usp div img {
    vertical-align: middle;
}

.usp .slick-slide {
    text-align: center;
    vertical-align: top;
    font-size: 90%;
}

    .usp .slick-slide img {
        vertical-align: middle;
        display: initial;
    }

.hp .usp div img {
    display: block;
    position: relative;
    margin: auto;
    margin-bottom: 10px;
}

.usp div span {
    display: inline-block;
    max-width: 90px;
    vertical-align: middle;
    margin: 7px;
}

.usp a {
    text-decoration: none;
}

#about {
    text-align: left;
    color: white;
    background-color: #7c6b58;
    font-size: 90%;
}

    #about a {
        text-decoration: none;
        color: white;
    }

    #about ul {
        list-style-type: none;
        padding: 0;
        margin: 0;
        margin-top: 5px;
    }

    #about p {
        text-align: center;
        text-transform: uppercase;
        margin: 0;
        margin-top: 10px;
    }

    #about .inner {
        padding-top: 15px;
    }

        #about .inner table {
            border-spacing: 0;
            position: relative;
            margin: auto;
            text-align: left;
            width: 100%;
        }

        #about .inner > div.box:first-of-type > img {
            display: block;
        }

        #about .inner > div.box:first-of-type ul {
            margin-top: 20px;
            line-height: 2.5em;
        }

        #about .inner > div.box:first-of-type li img {
            vertical-align: middle;
            margin-right: 20px;
        }


        #about .inner > div.box {
            margin: 5px 0;
            padding: 20px 0;
            min-height: inherit;
            display: inline-block;
            vertical-align: top;
            line-height: 1.4em;
        }

            #about .inner > div.box:nth-of-type(1) {
                width: 15%;
            }

            #about .inner > div.box:nth-of-type(2) {
                width: 67%;
                text-align: center;
            }

    #about .box:nth-of-type(2) > ul > li {
        display: inline-block;
        vertical-align: top;
        margin-right: 5%;
        text-transform: uppercase;
        line-height: 2em;
        min-width: 25%;
    }

    #about .box h2 {
        text-align: center;
        border-bottom: 1px solid #a49888;
        line-height: 0.1em;
        margin-bottom: 40px;
    }

        #about .box h2 span {
            background-color: #7c6b58;
            padding: 0 20px;
        }

    #about .box:nth-of-type(2) > ul > li ul {
        margin: 0 5%;
    }

    #about .inner > div.box:nth-of-type(3) {
        width: 15%;
    }

    #about .inner > div.box .phone {
        background-image: url(/img/phone1.png);
        background-repeat: no-repeat;
        background-position-x: 3px;
        background-position-y: center;
        margin-top: 10px;
        padding-left: 25px;
        padding-top: 2px;
        padding-bottom: 2px;
    }

    #about .inner > div.box .email {
        background-image: url(/img/email1.png);
        background-repeat: no-repeat;
        background-position: left center;
        padding-left: 25px;
        padding-top: 2px;
        padding-bottom: 2px;
        margin-bottom: 10px;
    }

    #about .inner > div.box a:hover {
        text-decoration: underline;
    }

    #about #share {
        padding-right: 0;
        margin-right: 0;
        float: right;
    }

        #about #share .fb-like {
            position: relative;
            left: 10px;
            top: -10px;
        }

    #about #newsletter {
        margin-top: 10px;
        margin-bottom: 30px;
    }

        #about #newsletter input {
            border: 0;
            background-color: #d5cec4;
            color: #635344;
            padding: 5px;
            padding-left: 3%;
            width: 57%;
            margin-right: 3%;
            box-sizing: border-box;
        }

        #about #newsletter a {
            display: inline-block;
            background-color: #635344;
            color: white;
            text-align: center;
            width: 40%;
            padding: 3px;
            box-sizing: border-box;
            text-transform: uppercase;
        }

            #about #newsletter a:hover {
                text-decoration: none;
            }

#links {
    font-size: 0.8em;
    text-transform: uppercase;
    margin-bottom: 10px;
}

    #links a {
        color: #333333;
        text-decoration: none;
    }

    #links ul {
        list-style-type: none;
        margin: 0;
        padding: 0;
    }

    #links li {
        display: inline-block;
        padding: 3px;
        vertical-align: middle;
    }

.btn {
    display: inline-block;
    color: black;
    border: 2px solid black;
    padding: 5px;
    line-height: 1.2em;
    text-decoration: none;
    transition: all 150ms ease-in-out;
    cursor: hand;
    cursor: pointer;
    min-height: 14px;
}

.btnOrder {
    color: white;
    background-color: #3f6681;
    padding: 15px 40px;
    line-height: 1.2em;
    text-transform: uppercase;
    font-size: 0.9em;
    text-decoration: none;
    transition: all 150ms ease-in-out;
    cursor: hand;
    cursor: pointer;
    margin-left: 30px;
}

    .btnOrder:hover {
        background-color: #073149;
    }

.btn.active, .btn:hover {
    background-color: black;
    color: white;
}

.wareList .emptyResult {
    text-align: center;
    font-size: 2em;
    color: #e6c98c;
    padding: 20px;
}

.wareList .list {
    display: grid;
    grid-gap: 0.5em;
    margin-bottom: 20px;
}

    .wareList .list .item {
        position: relative;
        vertical-align: top;
        text-align: center;
        transition: all 150ms ease-in-out;
        box-sizing: border-box;
    }

        .wareList .list .item:hover {
            box-shadow: 0 0 20px #e5e5e5;
        }

.wareList.collectionMode .list .item.collectionPhoto {
    display: flex;
    background-position: center;
    background-size: cover;
    margin-bottom: 36px;
    border: 1px solid black;
    margin-top: 1px;
}

.wareList .list .item.collectionPhoto.double {
    width: 32.64%;
}

.wareList .list .item:first-of-type {
    margin-left: 0;
}

.wareList.col2 .list {
    grid-template-columns: repeat(2, 50%);
}

.wareList.col3 .list {
    grid-template-columns: repeat(3, 33.3%);
}

.wareList.col4 .list {
    grid-template-columns: repeat(4, 25%);
}

.wareList.col6 .list {
    grid-template-columns: repeat(6, calc(16.67% - 0.5em));
}

@media only screen and (max-width: 1400px) {
    .wareList.col6 .list {
        grid-template-columns: repeat(4, calc(25% - 0.5em));
    }

    .groupImage {
        display: none;
    }
}

@media only screen and (max-width: 850px) {
    .wareList.col6 .list {
        grid-template-columns: repeat(2, calc(50% - 0.5em));
    }
}

@media only screen and (max-width: 350px) {
    .wareList.col6 .list {
        grid-template-columns: repeat(1, 100%);
    }
}

#group .list .groupImage {
    background-size: cover;
    background-position: center center;
}

#group .list span:nth-of-type(1) {
    grid-area: 2/5/4/7;
}

#group .list span:nth-of-type(2) {
    grid-area: 7/3/5/1;
}

#group .list span:nth-of-type(3) {
    grid-area: 11/5/9/7;
}

#group .list span:nth-of-type(4) {
    grid-area: 14/3/12/1;
}

#group .list span:nth-of-type(5) {
    grid-area: 18/5/16/7;
}

#group .list span:nth-of-type(6) {
    grid-area: 21/3/19/1;
}

#group .list span:nth-of-type(7) {
    grid-area: 25/5/23/7;
}

#group .list span:nth-of-type(8) {
    grid-area: 28/3/26/1;
}

#group .list span:nth-of-type(9) {
    grid-area: 32/5/30/7;
}

#group .list span:nth-of-type(10) {
    grid-area: 35/3/33/1;
}

.wareList .list .item .wrapper, .wareList .list .item .cover .padding, .wareList .list .item .buttons .padding {
    position: relative;
    padding: 20px;
    text-align: left;
}

.wareList .list .item a {
    text-align: center;
    display: block;
    text-decoration: none;
    color: #333333;
    font-size: 0.9em;
    line-height: 1.2em;
    margin-bottom: 10px;
}

.wareList .list .item .img {
    width: 100%;
    height: 100%;
    display: block;
    overflow: hidden;
    margin-bottom: 20px;
}

.wareList .list .item a img {
    position: relative;
    display: block;
    margin: auto;
    width: 100%;
    height: 100%;
}

.collection .wareList .list .item a img:hover, .collectionPreview .wareList .list .item a img:hover {
    -webkit-transform: initial; /* Safari and Chrome */
    -moz-transform: initial; /* Firefox */
    -ms-transform: initial; /* IE 9 */
    -o-transform: initial; /* Opera */
    transform: initial;
}

.wareList .list .item .buttons a img {
    display: initial;
    width: initial;
    margin-bottom: initial;
    position: initial;
}

.wareList .list .item .cover {
    position: absolute;
    z-index: 3;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: white;
    display: none;
    text-align: left;
    font-size: 90%;
}

.wareList .list .item a .name {
    display: block;
    text-align: left;
    overflow: hidden;
    height: 2.6em;
    font-weight: 400;
}

.wareList .list .item .price {
    font-weight: 400;
    font-size: 1.2em;
    position: relative;
    z-index: 3;
}

.wareList .paging {
    font-size: 0;
    text-align: right;
    float: right;
}

    .wareList .paging a, .wareList .paging span {
        text-decoration: none;
        font-size: 15px;
        text-align: center;
        width: 20px;
        margin: 3px;
        transition: all 150ms ease-in-out;
        color: black;
    }

    .wareList .paging span {
        color: black;
        font-size: 20px;
        font-weight: normal;
    }

    .wareList .paging a.active {
        font-weight: bold;
    }

.hp p {
    text-align: left;
    font-size: 0.9em;
    line-height: 1.2em;
}

.breadcrumb {
    color: #a2967e;
    font-size: 0.9em;
    margin: 20px 0;
}

#group .breadcrumb {
    margin-bottom: 20px;
    margin-right: 60px;
    display: inline-block;
}

#group h1 {
    margin-top: 0;
}

.breadcrumb a {
    color: #a2967e;
    margin: 0 3px;
    text-decoration: underline;
}

    .breadcrumb a:first-of-type, .breadcrumb a:last-of-type {
        text-decoration: none;
    }

#ware h2 {
    text-align: left;
}

#ware .description img {
    float: right;
    margin-top: 30px;
    margin-left: 30px;
}

#ware .related1 h2 {
    text-align: center;
    margin-bottom: 20px;
}

#ware .photos {
    padding-top: 20px;
    float: left;
    width: 65%;
    padding-bottom: 20px;
}

    #ware .photos .gallery {
        width: 15%;
        float: left;
    }

        #ware .photos .gallery div {
            margin-right: 5px;
            margin-bottom: 5px;
        }

        #ware .photos .gallery img {
            cursor: pointer;
            width: 98%;
            border: 1px solid #e3e3e3;
            padding: 1px;
        }

            #ware .photos .gallery img.active, #ware .photos .gallery img:hover {
                opacity: 1;
            }

    #ware .photos .main {
        float: right;
        width: 79%;
        padding-bottom: 20px;
        margin-right: 5%;
        position: relative;
        text-align: center;
    }

        #ware .photos .main.full {
            width: 94%;
        }

        #ware .photos .main img {
            display: inline-block;
        }

            #ware .photos .main img.specialGroupIcon {
                position: absolute;
                left: 20px;
                top: 20px;
                min-height: initial;
            }

#ware #imgMain {
    max-width: 75%;
}

@media screen and (max-width: 800px) {
    #ware #imgMain {
        max-width: 100%;
    }
}

#ware .product {
    padding-top: 20px;
    padding-bottom: 20px;
    float: left;
    width: 35%;
}

#ware h1 {
    margin: 0;
    font-size: 1.5em;
    font-weight: bold;
}

#ware .product .buy {
    margin: 25px 0;
}

#ware .product #price {
    font-weight: bold;
    font-size: 1.5em;
    margin-left: 10px;
}

#ware .product #txtCount, #order .cartTable .count input[type=text] {
    padding: 8px;
    width: 40px;
    font-size: 120%;
    text-align: center;
    vertical-align: middle;
    margin: 0 10px;
}

#ware .product .addToCart, #ware .watchdog .btn {
    text-decoration: none;
    background-color: #82A082;
    color: white;
    padding: 15px 30px;
    display: inline-block;
    text-transform: uppercase;
    cursor: pointer;
    vertical-align: middle;
    font-size: 0.9em;
    font-weight: bold;
    border: 0;
}

    #ware .product .addToCart:hover, #ware .watchdog .btn:hover {
        background-color: #638263;
    }

    #ware .product .addToCart img {
        vertical-align: text-bottom;
        margin-left: 10px;
    }

    #ware .product .addToCart.loading, #order .continue .next.loading {
        background-color: #d4cec3;
        cursor: wait;
    }

#ware .product .storeInfo {
    border-top: 1px solid #e3e3e3;
    padding-top: 10px;
    font-size: 90%;
    color: #a2967e;
}

    #ware .product .storeInfo .stored {
        color: #94d91c;
        text-transform: uppercase;
    }

    #ware .product .storeInfo .unavailable {
        color: #3f6681;
        text-transform: uppercase;
    }

#ware .watchdog input[type=email] {
    flex: 1;
    border: 0;
    padding: 16px;
}

#ware .watchdog .set {
    display: none;
    margin-top: 20px;
    font-weight: bold;
    color: #82A082;
}

#ware .product .share {
    float: left;
    width: 50%;
    padding-top: 20px;
    min-width: 220px;
}

    #ware .product .share .giftWrapping {
        background-image: url(/img/gift.png);
        background-repeat: no-repeat;
        background-position: left center;
        padding-left: 40px;
        color: #a2967e;
        font-size: 90%;
        margin: 20px 0;
        display: none;
    }

        #ware .product .share .giftWrapping strong {
            font-size: 110%;
            color: #7c6b58;
        }

    #ware .product .share a {
        text-decoration: none;
        margin-right: 5px;
    }

    #ware .product .share span {
        margin-right: 10px;
        color: #a2967e;
        font-size: 90%;
    }

    #ware .product .share img {
        vertical-align: middle;
        filter: grayscale(100%);
        opacity: 0.4;
        -webkit-transition: all 0.5s ease; /* Safari and Chrome */
        -moz-transition: all 0.5s ease; /* Firefox */
        -ms-transition: all 0.5s ease; /* IE 9 */
        -o-transition: all 0.5s ease; /* Opera */
        transition: all 0.5s ease;
    }

        #ware .product .share img:hover {
            filter: grayscale(0);
            opacity: 1;
        }

#ware .usp {
    font-weight: normal;
    float: left;
    width: 40%;
    min-width: 300px;
}

    #ware .usp div {
        width: 33%;
        float: left;
    }

        #ware .usp div span {
            margin-left: 0;
        }

.cartTable {
    width: 100%;
    margin-bottom: 10px;
}

    .cartTable a {
        text-decoration: none;
        color: #333333;
    }

    .cartTable input[type=text] {
        padding: 5px;
        text-align: center;
    }

    .cartTable .name {
        font-weight: bold;
    }

        .cartTable .name .code {
            display: block;
            margin-top: 5px;
            font-weight: 300;
            color: #A2967E;
        }

    .cartTable .price, .cartTable .priceTotal {
        text-align: right;
        padding-right: 40px;
    }

    .cartTable .availability {
        text-align: center;
    }

    .cartTable .availability1 {
        display: none;
    }

    .cartTable .priceTotal {
        font-weight: bold;
    }

    .cartTable .countField {
        text-align: center;
    }

    .cartTable .delete a {
        font-weight: bold;
        color: white;
        display: inline-flex;
        background-color: #D0CECE;
        border-radius: 50%;
        align-items: center;
        justify-content: center;
        width: 1.2em;
        height: 1.2em;
        font-size: 1.1em;
    }

        .cartTable .delete a:hover {
            background-color: gray;
        }

    .cartTable .headerRow {
        text-transform: uppercase;
        color: #a2967e;
        font-size: 0.8em;
    }

    .cartTable th {
        padding: 10px 0;
        color: #A2967E;
        text-align: center;
    }

        .cartTable th:first-of-type {
            text-align: left;
        }

    .cartTable td {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .cartTable .itemRow {
        border-bottom: 1px solid #e3e3e3;
    }

    .cartTable .refresh {
        visibility: hidden;
        position: relative;
        left: 10px;
        top: 3px;
    }

    .cartTable .ico-refresh {
        margin: 5px;
        vertical-align: text-bottom;
    }

.box-27 table {
    width: 100%;
    border: 0;
    margin-top: 10px;
}

.box-27 td {
    border: 0;
    text-align: justify;
    line-height: 1.4em;
    vertical-align: top;
    padding-right: 20px;
    width: 50%;
}

    .box-27 td:last-of-type {
        padding-left: 20px;
        padding-right: 0;
    }

.invalid {
    border: 2px solid red;
}

.login table {
    margin-bottom: 20px;
}

.login .btn {
    padding: initial 20px !important;
}

.login .forgottenPassword {
    font-size: 1em;
    color: gray;
    margin-left: 20px;
}

.forgottenPasswordMessage, .badLoginMessage {
    display: none;
}

.loading {
    display: none;
    vertical-align: text-top;
}

.success {
    font-weight: bold;
    color: green;
}

.cleaner {
    clear: both;
}

#links ul {
    margin-left: 20px;
    float: left;
}

#links .ico-paymentlogos {
    margin-right: 20px;
    float: right;
}

#group .collection .images {
    float: left;
    width: 480px;
    padding-left: 0;
}

#group .collection .mainImage {
    border: 1px solid #e5e5e5;
    padding: 10px;
    width: 450px;
    text-align: center;
}

#group .collection .description {
    margin-bottom: 20px;
}

#group .collection #subMenu ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

    #group .collection #subMenu ul li {
        margin-bottom: 10px;
        line-height: 1.2em;
    }

        #group .collection #subMenu ul li a {
            display: block;
            color: #7c715a;
            padding-top: 2px;
            padding-bottom: 3px;
            text-decoration: none;
            transition: all 150ms ease-in-out;
        }

            #group .collection #subMenu ul li a:hover {
                background-color: #e6c98c;
                color: white;
                padding-left: 10px;
            }

#hoverImageBox {
    border: 1px solid #a2967e;
    padding: 5px;
    position: absolute;
    top: 10px;
    left: 10px;
    background-color: white;
}

    #hoverImageBox img {
        width: 400px;
        height: 400px;
        margin: 0px;
        display: block;
    }

.hp .box-12 .left {
    float: left;
    width: 475px;
    position: relative;
    text-align: center;
}

.hp .box-12 .right {
    float: right;
    width: 585px;
    position: relative;
}

.hp .box-14 .left {
    float: left;
    width: 50%;
    position: relative;
    padding-top: 20px;
}

.hp .box-14 .right {
    float: right;
    width: 50%;
    position: relative;
    text-align: right;
    margin-bottom: -3px;
}

.hp .box-12 {
    position: relative;
    margin: 30px 0;
    color: white;
    font-size: 0.9em;
    background-color: black;
    text-align: left;
    min-height: 317px;
}

    .hp .box-12 p {
        float: right;
        line-height: 1.5em;
        padding-top: 20px;
        margin: 0;
        padding-left: 5%;
        padding-right: 5%;
        display: inline-block;
        text-align: center;
    }

        .hp .box-12 p:last-of-type, .hp .box-14 p:last-of-type {
            margin-bottom: 20px;
            padding-bottom: 30px;
            background-image: url(/img/separator.png);
            background-position: center bottom;
            background-repeat: no-repeat;
        }

    .hp .box-12 a {
        position: absolute;
        right: 30px;
        top: 260px;
        color: white;
        border: 2px solid white;
        padding: 5px;
        line-height: 1.2em;
        text-decoration: none;
        transition: all 150ms ease-in-out;
    }

.hp .box-14 h1 {
    text-align: center;
    display: block;
    color: white;
    margin-bottom: 0;
    margin-left: 5%;
    margin-right: 5%;
}

.hp .box-14 {
    position: relative;
    margin: 30px 0;
    color: white;
    font-size: 0.9em;
    background-color: #a2967e;
    text-align: left;
    min-height: 317px;
}

    .hp .box-14 p {
        float: left;
        line-height: 1.5em;
        padding-top: 20px;
        padding-left: 5%;
        padding-right: 5%;
        display: inline-block;
        text-align: center;
    }

    .hp .box-12 .left h1, .hp .box-14 .right h1 {
        position: absolute;
        top: 110px;
        color: white;
        text-align: center;
        z-index: 2;
        width: 100%;
        border: 0;
    }

.hp .bannerType2 a, .hp .bannerType3 a {
    font-size: 2.5em;
    position: relative;
    display: block;
    overflow: hidden;
}

    .hp .bannerType2 a img {
        display: block;
    }

    .hp .bannerType2 a > span {
        position: absolute;
        left: 0;
        bottom: 0;
        opacity: 0.9;
        color: white;
        background-color: black;
        text-align: center;
        width: 100%;
        padding: 50px 0;
        display: none;
    }

        .hp .bannerType2 a > span span {
            display: block;
            position: absolute;
            right: 20px;
            top: 90px;
            font-family: Palanquin;
            border: 2px solid white;
            font-weight: normal;
            padding: 5px 10px;
            text-transform: uppercase;
            font-size: 0.35em;
            opacity: 1;
        }

.hp .box-15 {
    margin-bottom: 20px;
}

    .hp .box-15 h1 {
        font-family: Palanquin;
        border: 0;
        font-size: 1.5em;
        text-align: left;
        margin: 0;
        padding: 20px 0;
        line-height: 1em;
    }

    .hp .box-15 p {
        margin: 0;
        padding: 10px 0;
    }

    .hp .box-15 .collapsed {
        display: none;
    }

    .hp .box-15 .readMore {
        margin: 10px 0;
    }

#ware .variant {
    display: block;
    vertical-align: middle;
    margin-bottom: 30px;
    color: #8C7F67;
}

    #ware .variant select {
        margin-left: 10px;
        margin-right: 10px;
        border: 1px solid #D7D0D0;
        min-width: 160px;
        text-align: center;
        padding: 10px;
        box-shadow: 1px 2px 3px #EEEEEE;
        outline: 0;
    }

#ware .quantity {
    float: left;
    padding: 10px 0;
}

    #ware .quantity div:first-of-type {
        float: left;
        margin-right: 20px;
    }

    #ware .quantity input {
        border: 1px solid #e5e5e5;
        width: 38px;
        text-align: center;
        padding: 4px 0;
        font-size: 1.2em;
        float: left;
    }

    #ware .quantity .controls {
        float: left;
    }

    #ware .quantity span {
        display: block;
        padding: 7px 5px;
        font-size: 0.8em;
        line-height: 0;
        border-right: 1px solid #e5e5e5;
        border-top: 1px solid #e5e5e5;
        cursor: hand;
        cursor: pointer;
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

        #ware .quantity span:last-of-type {
            border-bottom: 1px solid #e5e5e5;
            padding-bottom: 8px;
            padding-left: 6px;
            padding-right: 5px;
        }

#ware .customText {
    padding: 10px 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    row-gap: 1rem;
}

    #ware .customText .label {
        float: left;
        margin-right: 20px;
        padding: 5px 0;
        display: inline-block;
    }

    #ware .customText .colors {
        float: left;
        padding-left: 15px;
        padding-top: 4px;
    }

        #ware .customText .colors .optionWrapper {
            padding: 2px;
            border: 2px solid #EFEFEF;
            float: left;
            cursor: hand;
            cursor: pointer;
            margin-right: 5px;
        }

            #ware .customText .colors .optionWrapper.active {
                border: 2px solid black;
            }

        #ware .customText .colors .option {
            width: 15px;
            height: 15px;
        }

#ware #txtCustomText {
    border: 1px solid #D7D0D0;
    width: 180px;
    text-align: center;
    padding: 10px;
    font-size: 1.2em;
    float: left;
    margin-right: 40px;
    box-shadow: 1px 2px 3px #EEEEEE inset;
}

.msgOk {
    display: block;
    color: green;
}

.msgError {
    display: block;
    color: red;
}

#infoPage .dealerAdd {
    text-align: center;
    padding: 1em;
    padding-bottom: 5em;
    clear: both;
}

.collapsedText {
    overflow: hidden;
    margin-bottom: 1.2em;
}

.inspiration .readMore {
    margin-bottom: 20px;
}

.wareList .list .item .specialGroupIcon {
    position: absolute;
    left: 15px;
    top: 15px;
    z-index: 2;
}

.maxStored {
    display: none;
    color: red;
    font-weight: bold;
    padding-left: 10px;
    float: left;
}

strong.unavailable {
    color: red;
}

#ware #price.sale {
    color: red;
}

.blockUI.blockMsg {
    opacity: 1 !important;
    width: 80% !important;
    min-width: initial !important;
    max-width: 500px !important;
    box-sizing: border-box;
}

.overlayWindow {
    cursor: default;
}

    .overlayWindow .btnSend {
        margin-left: 20px;
    }

#ware .collections a {
    color: #3f6681;
    margin: 0 5px;
}

    #ware .collections a:hover {
        color: black;
    }


#crossSellDialog {
    cursor: default;
}

    #crossSellDialog h1 {
        font-size: 2.5em;
    }

    #crossSellDialog .item {
        display: inline-block;
        text-align: center;
        min-width: 200px;
        padding: 20px 0;
    }

        #crossSellDialog .item strong {
            display: block;
        }

        #crossSellDialog .item .originalPrice {
            color: gray;
            text-decoration: line-through;
        }

    #crossSellDialog .btn {
        display: inline-block;
        margin-top: 10px;
    }

.kwicks {
    display: block;
    list-style-type: none;
    list-style: none;
    position: relative;
    margin: 0;
    padding: 0;
    height: 400px;
}

    .kwicks > * {
        display: block;
        overflow: hidden;
        padding: 0;
        margin: 0;
    }

    .kwicks.kwicks-processed > * {
        margin: 0;
        position: absolute;
    }

.kwicks-horizontal > * {
    float: left;
}

.kwicks-horizontal > :first-child {
    margin-left: 0;
}

.kwicks-vertical > :first-child {
    margin-top: 0;
}

.bannerTypeB li {
    position: relative;
}

.bannerTypeB a .title {
    display: none;
    /*    display: block;*/
    position: absolute;
    bottom: 4px;
    opacity: 0.9;
    font-size: 1.8em;
    left: 0;
    text-align: center;
    width: 100%;
    background-color: #fcf8f1;
    padding: 10px 0;
    color: black;
}

.hp .usp div {
    width: 18%;
}

.menuList a {
    overflow: hidden;
}

    .menuList a img {
        -webkit-transition: all 1s ease; /* Safari and Chrome */
        -moz-transition: all 1s ease; /* Firefox */
        -ms-transition: all 1s ease; /* IE 9 */
        -o-transition: all 1s ease; /* Opera */
        transition: all 1s ease;
    }

        .menuList a img.hover1 {
            -webkit-transform: scale(1.1); /* Safari and Chrome */
            -moz-transform: scale(1.1); /* Firefox */
            -ms-transform: scale(1.1); /* IE 9 */
            -o-transform: scale(1.1); /* Opera */
            transform: scale(1.1);
        }

.wareList .list .item .sizes {
    float: left;
    width: 40%;
    margin-right: 20px;
}

.wareList.collectionMode .list .item .wrapper .sizes {
    display: none;
}

.wareList .list .item .stored {
    display: block;
    color: #5CA84B;
    font-weight: 400;
    margin: 15px 0;
}

.wareList .list .item .preorder {
    display: block;
    color: #E8A82A;
    font-weight: 400;
    margin: 15px 0;
}

.wareList .list .item .buttons .sizes {
    position: relative;
    margin: auto;
    float: none;
}

.wareList .list .item .sizes .slick-prev {
    font-size: 1em;
    left: 0;
    top: -5px;
}

.wareList .list .item .sizes .slick-next {
    font-size: 1em;
    right: 0;
    top: -5px;
}

.wareList .list .item .size {
    color: black;
    font-weight: 400;
    font-size: 90%;
    cursor: pointer;
}

.wareList .list .item .size1 {
    padding: 2px 0;
    float: left;
    font-size: 90%;
    font-weight: 400;
}

.filterControls {
    margin-bottom: 20px;
}

    .filterControls .paramFilter {
        display: inline-block;
        margin-right: 10px;
        margin-top: 5px;
        position: relative;
        font-size: 0.9em;
    }

        .filterControls .paramFilter strong {
            display: block;
            padding: 5px 10px;
            min-width: 120px;
            border: 1px solid #e3e3e3;
            font-weight: normal;
            color: #a2967e;
        }

            .filterControls .paramFilter strong:hover {
                color: black;
            }

            .filterControls .paramFilter strong span {
                display: block;
                background-image: url(/img/ddl.png);
                background-repeat: no-repeat;
                background-position: right center;
                padding-right: 20px;
                text-transform: uppercase;
                cursor: pointer;
            }

    .filterControls .options {
        position: absolute;
        display: none;
        left: 0;
        top: 36px;
        z-index: 4;
        width: 100%;
        font-size: 90%;
        background-color: white;
    }

        .filterControls .options .wrapper {
            padding: 5px 0;
        }

    .filterControls .paramFilter .options .wrapper {
        border: 1px solid #f2f2f2;
        border-top: 0;
    }


    .filterControls .paramFilter .options span {
        display: block;
        padding: 2px 10px;
    }

    .filterControls .options label {
        cursor: pointer;
    }

        .filterControls .options label:hover {
            color: #d9ad5c;
        }

.activeFilters div {
    display: inline-block;
    padding: 5px 8px;
    padding-right: 30px;
    color: white;
    background-color: black;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-right: 10px;
    background-image: url(/img/delete1.png);
    background-position: right center;
    background-repeat: no-repeat;
    cursor: pointer;
    font-size: 90%;
}

section .description .moreText {
    color: #7c6b58;
}

.wareList .list .item .cart {
    float: right;
    margin-left: 10px;
    position: relative;
    top: -2px;
    cursor: pointer;
}

.filter .paging {
    float: right;
    /* width: 200px; */
    margin-top: 5px;
}

.wareList .list .item .price.sale {
    color: #F53737;
}

.wareList .list .item .priceRecommended, #ware .buy .priceRecommended {
    position: relative;
    color: gray;
    padding: 2px;
    margin-right: 10px;
}

#ware .buy .priceRecommended {
    vertical-align: middle;
    display: none;
    text-decoration: line-through;
}

#ware .price30daysWrapper {
    margin-top: 10px;
    margin-bottom: 30px;
    padding-bottom: 30px;
    font-size: 0.8em;
    color: #5AA749;
    border-bottom: 1px solid #e3e3e3;
}

.wareList .list .item .priceRecommended {
    font-size: 90%;
    text-decoration: line-through;
}

.wareList .list .item .cover img {
    width: 80px;
    height: 80px;
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
}

.wareList .list .item .cover .name {
    font-weight: bold;
    float: right;
    display: block;
}

.wareList .list .item table {
    width: 100%;
    margin-bottom: 10px;
}

    .wareList .list .item table td {
        padding-bottom: 5px;
    }

.wareList .list .item .cover input[type=number] {
    border: 1px solid #e3e3e3;
    width: 30px;
    text-align: center;
    padding: 5px;
}

.wareList .list .item .cover table .priceLabel {
    text-align: right;
    font-weight: bold;
}

    .wareList .list .item .cover table .priceLabel.sale {
        color: red;
        font-weight: bold;
    }

.wareList .list .item .cover table .sizeLabel {
    color: black;
}

.wareList .list .item .cover table .countLabel {
    text-align: right;
}

.wareList .list .item .cover .controls {
    position: absolute;
    bottom: 15px;
    left: 0;
    width: 100%;
}

.wareList .list .item .cover .back {
    float: left;
    text-transform: uppercase;
    padding: 7px 5px;
    cursor: pointer;
    margin-left: 1%;
}

.wareList .list .item .cover .addToCart {
    float: right;
    background-color: #7c6b58;
    color: white;
    text-transform: uppercase;
    font-weight: bold;
    padding: 7px;
    cursor: pointer;
    margin-right: 4%;
}

.articleNo {
    font-size: 80%;
    color: #a7a7a7;
}

#order {
    font-size: 0.9em;
}

    #order .inner2 {
        width: 75%;
        min-width: initial;
        position: relative;
        margin: auto;
        margin-bottom: 20px;
    }

    #order .left {
        float: left;
        width: 48%;
        padding-right: 2%;
    }

    #order .right {
        float: right;
        width: 48%;
        margin-left: 2%;
    }

    #order h1 {
        text-align: left;
        border: none;
        margin-top: 15px;
        margin-bottom: 30px;
        font-size: 1.5em;
        line-height: initial;
        font-weight: bold;
    }

    #order .txtLabel {
        display: inline-block;
        font-weight: bold;
        margin-top: 10px;
        margin-bottom: 5px;
    }

    #order input[type=text], #order input[type=password], #order input[type=number], #order input[type=email], #order textarea {
        display: block;
        padding: 5px;
        width: 50%;
        border: 1px solid #e6dfd7;
    }

    #order .step4 input[type=text], #order .step4 input[type=password], #order .step4 input[type=number], #order .step4 input[type=email], #order textarea {
        border: 1px solid #D7D0D0;
        width: 40%;
        padding: 10px;
        font-size: 1.2em;
        float: left;
        margin-right: 40px;
        box-shadow: 1px 2px 3px #EEEEEE inset;
    }

    #order .step4 input.valid {
        background-image: url(/img/valid.png);
        background-position-x: 98%;
        background-position-y: center;
        background-repeat: no-repeat;
    }

    #order input.error {
        border-color: red !important;
    }

    #order #spnCountries .selectize-control {
        display: inline-block;
        width: 40%;
        vertical-align: middle;
        margin-left: 20px;
    }

    #order .shippingOption label, #order .paymentOption label, #order .shippingOption input, #order .paymentOption input {
        cursor: pointer;
    }

        #order .shippingOption label img {
            vertical-align: middle;
            margin: 0 15px;
            max-width: 80px;
        }

    #order .shippingOption, #order .paymentOption {
        margin-bottom: 15px;
        border-top: 1px solid #efefef;
        padding-top: 15px;
    }

        #order .shippingOption strong, #order .paymentOption strong {
            display: block;
        }

            #order .shippingOption strong span, #order .paymentOption strong span {
                float: right;
                margin-left: 20px;
            }

        #order .shippingOption > span, #order .paymentOption > span {
            display: block;
            font-size: 90%;
            padding-top: 10px;
            color: #a2967e;
            width: 90%;
        }

        #order .shippingOption .selectize-control {
            width: 50%;
        }

        #order .paymentOption.disabled {
            opacity: 0.5;
        }

    #order .spTotals {
        display: none;
        padding: 10px;
        padding-right: 0;
        float: right;
        margin-bottom: 30px;
    }

        #order .spTotals table {
            width: 100%;
        }

        #order .spTotals tr td:last-of-type {
            text-align: right;
            padding-left: 50px;
        }

        #order .spTotals tr:last-of-type td {
            font-size: 1.5em;
            padding-top: 20px;
        }

    #order .next, .addToCartDialog .cashDesk {
        background-color: #82A082;
        display: inline-flex;
        color: white;
        padding: 15px 30px;
        text-transform: uppercase;
        font-weight: 400;
        text-decoration: none;
        align-items: center;
    }

        #order .next::after, .addToCartDialog .cashDesk::after {
            vertical-align: middle;
            content: '►';
            margin-left: 20px;
            font-size: 0.6em;
        }

    #order .step4 .next::after {
        content: '';
        margin: 0;
    }

    #order .next:hover, .addToCartDialog .cashDesk:hover {
        background-color: #638263;
    }

    #order .confirmation .next {
        margin: 0;
    }

    #order .nav {
        display: flex;
        justify-content: space-between;
        margin: 20px 0;
    }

        #order .nav .back {
            background-color: #fcf8f1;
            padding: 10px;
            text-decoration: none;
            color: black;
        }

    #order .passwordsDontMatch {
        color: red;
    }

.wl2, .wl3 {
    display: none;
}

.hp .wlHeader, .xmas .wlHeader {
    margin-top: 60px;
    margin-bottom: 40px;
    font-weight: 300;
    text-transform: uppercase;
    font-size: 1.1em;
}

    .hp .wlHeader span span, .xmas .wlHeader span span {
        cursor: pointer;
    }

        .hp .wlHeader span span:nth-of-type(1), .xmas .wlHeader span span:nth-of-type(1) {
            padding-right: 20px;
            margin-right: 20px;
            border-right: 1px solid #e3e3e3;
        }

        .hp .wlHeader span span.active, .hp .wlHeader span span:hover, .xmas .wlHeader span span.active, .xmas .wlHeader span span:hover {
            font-weight: 400;
        }

.hp .wareList.col6 .list .item, .xmas .wareList .list .item, #ware .wareList.col6 .list .item, #order .wareList.col6 .list .item {
    margin-left: 0.15%;
    margin-right: 0.15%;
}

.hp .wareList .list, .xmas .wareList .list, #ware .wareList.col6 .list, #order .wareList.col6 .list, .header__search__suggestions .list {
    display: flex;
    align-items: center;
    grid-gap: initial;
}

.hp .wareList.col6 .list, .xmas .wareList.col6 .list, #ware .wareList.col6 .list, #order .wareList.col6 .list {
    grid-template-columns: initial;
}

.overlay {
    width: 100%;
    height: 100%;
    background-color: #d4cec3;
    opacity: 0.7;
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    z-index: 2;
}

.blockMsg {
    padding: 20px !important;
    border: 1px solid black !important;
    margin: 0 !important;
}

#cartPopup {
    cursor: default;
    display: none;
}

    #cartPopup input {
        width: 40px;
        padding: 5px;
        text-align: center;
    }

    #cartPopup .controls {
        margin-top: 20px;
    }

    #cartPopup .back {
        float: left;
        padding: 10px;
        vertical-align: middle;
    }

    #cartPopup table {
        width: 100%;
    }

        #cartPopup table img {
            width: 80px;
            height: 80px;
        }

        #cartPopup table .name {
            text-align: left;
            padding: 0 30px;
        }

            #cartPopup table .name div {
                border-top: 1px solid #e3e3e3;
                margin-top: 5px;
                padding-top: 5px;
                font-size: 90%;
                color: #a2967e;
            }

        #cartPopup table .price {
            font-weight: bold;
            text-align: right;
            font-size: 120%;
            margin-left: 20px;
            min-width: 60px;
        }

    #cartPopup .cashDesk {
        background-color: #7c6b58;
        display: inline-block;
        color: white;
        padding: 10px;
        text-transform: uppercase;
        font-weight: bold;
        text-decoration: none;
        float: right;
        vertical-align: middle;
    }

#order .cartTable input {
    display: inline-block;
}

#order #txtDiscountCode {
    display: inline;
    width: 100px;
    text-align: center;
}

#lnbForgottenPassword {
    margin-left: 20px;
}

.forgottenPasswordSent {
    display: block;
}

.wareList.collectionMode .list .item {
    position: relative;
    border: 1px solid white;
}

    .wareList.collectionMode .list .item .wrapper {
        padding: 20px;
    }

    .wareList.collectionMode .list .item .buttons {
        position: absolute;
        z-index: 2;
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        background-color: rgba(255,255,255,0.9);
        font-size: 90%;
        display: none;
    }

    .wareList.collectionMode .list .item .specialGroupIcon, .wareList.collectionMode .list .item .name, .wareList.collectionMode .list .item .size, .wareList.collectionMode .list .item .size1, .wareList.collectionMode .list .item .cart {
        display: none;
    }

    .wareList.collectionMode .list .item .buttons .size, .wareList.collectionMode .list .item .buttons .size1 {
        display: inline-block;
        margin-bottom: 10px;
        float: none;
    }

    .wareList.collectionMode .list .item .buttons .name {
        display: block;
        text-align: center;
        font-weight: bold;
        padding: 10px 0;
        margin: 0;
        height: initial;
        overflow: initial;
    }

    .wareList.collectionMode .list .item .buttons img {
        cursor: pointer;
    }

    .wareList.collectionMode .list .item a {
        border-bottom: 0;
        display: initial;
    }

        .wareList.collectionMode .list .item a img {
            margin-bottom: 0;
            max-width: 160px;
        }

    .wareList.collectionMode .list .item .price {
        float: none;
        display: initial;
    }

    .wareList.collectionMode .list .item .priceRecommended {
        float: none;
        display: initial;
    }

.collection .detail .colHeader {
    display: flex;
}

    .collection .detail .colHeader .left {
        width: 50%;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .collection .detail .colHeader .right {
        width: 50%;
        padding: 70px;
        box-sizing: border-box;
        background-color: #d4cec3;
    }

        .collection .detail .colHeader .right > span {
            text-transform: uppercase;
            font-size: 1.4em;
        }

        .collection .detail .colHeader .right > h1 {
            text-transform: uppercase;
            line-height: initial !important;
            margin-top: 10px !important;
            margin-bottom: 40px !important;
            border: 0 !important;
        }

        .collection .detail .colHeader .right .colDesc1 {
            line-height: 1.8em;
        }

            .collection .detail .colHeader .right .colDesc1 .colSep {
                border-bottom: 2px solid #aaa59d;
                position: relative;
                margin: auto;
                margin-bottom: 40px;
                width: 20%;
            }

    .collection .detail .colHeader .colDesc1 a {
        display: inline-block;
        border: 3px solid white;
        padding: 3px;
        margin: 20px 0;
    }

        .collection .detail .colHeader .colDesc1 a span {
            display: inline-block;
            text-transform: uppercase;
            color: black;
            text-decoration: none;
            padding: 10px 20px;
            font-weight: bold;
        }

            .collection .detail .colHeader .colDesc1 a span:hover {
                background-color: white;
            }


.collection .btnWholeCollection {
    border: 3px solid #d4cec3;
    padding: 20px 60px;
    display: inline-block;
    margin: 40px 0;
    font-weight: 400;
    text-transform: uppercase;
    cursor: pointer;
}

    .collection .btnWholeCollection:hover {
        border-color: #7c6b58;
    }

.hp .usp div span {
    max-width: initial;
}

footer .box table td {
    padding-right: 10px;
}

#ware .materialParameter, #ware .code {
    color: #8C7F67;
}

#ware .styleParameter {
    color: #a2967e;
    font-style: italic;
    font-size: 0.9em;
}

#order .details {
    display: none;
}

#order .contact, #order .address, #order .company, #order .additionalInfo, #order .confirmation, #order .register, #order .subscribe {
    padding: 30px;
    border: 1px solid #E3E3E3;
    border-bottom: 0;
}

#order .subscribe {
    border-bottom: 1px solid #E3E3E3;
}

#journal .left {
    width: 62%;
    float: left;
}

#journal .right {
    width: 35%;
    float: right;
}

#journal .article {
    margin-bottom: 30px;
}

    #journal .article img {
        width: 100%;
        margin-bottom: 10px;
    }

    #journal .article h2 {
        text-align: left;
        font-weight: bold;
    }

        #journal .article h2 a {
            text-decoration: none;
        }

    #journal .article .description {
        text-align: justify;
        line-height: 1.6em;
        font-size: 1.2em;
    }

.description a {
    color: #7c6b58;
}

#infoPage .left {
    float: left;
    width: 48%;
    text-align: justify;
    clear: both;
}

#infoPage .right {
    float: right;
    width: 48%;
    text-align: center;
}

    #infoPage .right iframe {
        float: right;
    }

#infoPage .col3 {
    float: left;
    width: 31.3%;
    margin-left: 1%;
    margin-right: 1%;
    text-align: justify;
    margin-bottom: 20px;
}

    #infoPage .col3 img {
        width: 100%;
        margin-bottom: 10px;
    }

    #infoPage .col3 strong {
        text-transform: uppercase;
        display: block;
        margin-bottom: 10px;
        color: black;
    }

.about h1.h2 {
    font-weight: normal;
    color: black;
    text-transform: uppercase;
    margin-top: 0;
    text-align: left;
    font-size: 1.2em;
    padding: 20px 0;
}

.about h1.slogan {
    clear: both;
    text-align: center;
}

.about h2 {
    text-align: left;
}

.about p {
    line-height: 1.4em;
}

.about .cleaner {
    height: 0;
}

#desc2 h2 {
    text-align: left;
}

.append {
    background-color: #7c6b58;
    color: white;
    padding: 6px 10px;
    display: inline-block;
    text-transform: uppercase;
    font-weight: bold;
    cursor: pointer;
    vertical-align: middle;
    text-decoration: none;
    font-size: 90%;
}

    .append span {
        font-size: 160%;
        vertical-align: sub;
        position: relative;
        top: -1px;
        margin-right: 5px;
    }

.options input[type=checkbox] {
    position: relative;
    top: 2px;
}

.cartPreview {
    display: none;
    position: absolute;
    right: 0;
    top: 55px;
    width: 250px;
    padding: 20px;
    background-color: white;
    border: 1px solid #a2967e;
    z-index: 2;
}

    .cartPreview .wrapper {
        max-height: 300px;
        overflow: auto;
        padding-right: 10px;
        margin-bottom: 10px;
    }

    .cartPreview table {
        width: 100%;
        margin-bottom: 10px;
        font-size: 0.9em;
    }

#cartBox .cartPreview table a {
    color: #333333;
}

#cartBox .cartPreview table td {
    padding-bottom: 10px;
}

#cartBox .cartPreview .previewButton {
    background-color: #7c6b58;
    color: white;
    padding: 10px;
    display: block;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    cursor: pointer;
}

#cartBox .cartPreview .price {
    font-weight: bold;
    text-align: right;
}

.wareList .listWrapper {
    margin-bottom: 20px;
}

#ware .product .descriptionWrapper {
    margin: 30px 0;
    margin-top: 10px;
    line-height: 1.5em;
}

#spnCode {
    font-weight: bold;
}

.required {
    color: red;
}

#order .requiredInformation {
    position: relative;
    top: -10px;
    font-size: 0.9em;
}

    #order .requiredInformation .required {
        font-size: 1.2em;
        vertical-align: middle;
    }

#order .additionalInfo span {
    font-size: 0.9em;
}

#thankyou .summary {
    background-color: #fcf7f1;
    padding: 20px;
    margin-bottom: 20px;
    border: 3px solid #f6efe7;
}

    #thankyou .summary > div {
        background-color: white;
        padding: 10px;
        margin: 5px 0;
    }

    #thankyou .summary .name {
        float: left;
    }

    #thankyou .summary .price {
        float: right;
        text-align: right;
        width: 10%;
    }

    #thankyou .summary .count {
        float: right;
    }

    #thankyou .summary .totals {
        display: block;
        text-align: right;
        margin-top: 20px;
    }

#thankyou h1, #customer h1, #myOrders h1, #myOrder h1, #infoPage > div > h1:first-of-type {
    padding-top: 20px;
}

.collectionPreview .previewItem {
    display: flex;
    margin-bottom: 30px;
}

    .collectionPreview .previewItem > div {
        display: flex;
    }

    .collectionPreview .previewItem .menuList {
        width: 50%;
        box-sizing: border-box;
        background-size: cover;
        background-position: center;
        position: relative;
        margin-right: 30px;
    }

        .collectionPreview .previewItem .menuList.alt {
            margin-right: 0;
            margin-left: auto;
            order: 2;
        }

    .collectionPreview .previewItem .sideWrapper {
        box-sizing: border-box;
        width: 50%;
        margin-right: 0;
        margin-left: auto;
        order: 2;
    }

        .collectionPreview .previewItem .sideWrapper.alt {
            margin-right: 30px;
            order: initial;
        }

.collectionPreview .colDesc {
    border: 2px solid #d4cec3;
    padding: 40px;
    font-size: 1.3em;
    box-sizing: border-box;
    width: 40%;
    margin-right: 30px;
}

    .collectionPreview .colDesc.alt {
        margin-right: 0;
        margin-left: 30px;
        order: 2;
    }

.collectionPreview .previewItem:nth-of-type(even) .colDesc {
    background-color: #d4cec3;
}

.collectionPreview .colDesc > span {
    display: block;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.collectionPreview .colDesc > strong {
    display: block;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 1.1em;
}

.collectionPreview .colDesc1 {
    line-height: 2em;
    margin: 30px 0;
    font-size: 0.9em;
}

    .collectionPreview .colDesc1 .colSep {
        border-bottom: 1px solid #d4cec3;
        display: block;
        position: relative;
        margin: 30px auto;
        width: 50%;
    }

.collectionPreview .previewItem:nth-of-type(even) .colDesc1 .colSep {
    border-color: #aaa59d;
}

.collectionPreview .colDesc a {
    border: 2px solid #d4cec3;
    text-transform: uppercase;
    display: inline-block;
    padding: 15px;
    text-decoration: none;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

    .collectionPreview .colDesc a:hover, .collectionPreview .previewItem:nth-of-type(even) .colDesc a:hover {
        border-color: black;
    }

.collectionPreview .previewItem:nth-of-type(even) .colDesc a {
    border-color: #aaa59d;
}

.collectionPreview .colProd {
    width: 60%;
}

#group .previewItem .menuList a {
    position: initial;
}

.collectionPreview .wareList .list, .collectionPreview .wareList .listWrapper {
    margin: 0;
}

#group .inspiration .menuList a > span > span, #group .collection .menuList a > span > span, .hp .menuList a > span > span {
    color: black;
    margin-right: 10px;
    background-color: white;
    opacity: 1;
}

.hp .wareList .list .item .specialGroupIcon {
    display: none;
}


.wareList.collectionMode .list .price {
    height: 20px;
}

.wareList.collectionMode .list .item .img {
    margin-bottom: 10px;
}

#ware .chosen {
    display: flex;
}

    #ware .chosen .left {
        width: 50%;
        padding-right: 10px;
        margin-right: 5%;
        box-sizing: border-box;
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        position: relative;
    }

    #ware .chosen .right {
        width: 50%;
        padding-left: 10px;
        box-sizing: border-box;
        margin-left: auto;
        order: 2;
    }

    #customer .login, #customer .register, #customer .logged {
        flex: 1;
        min-width: 250px;
    }

#customer .logged {
    text-align: center;
    margin-bottom: 30px;
    line-height: 1.5em;
}

    #customer .logged h3 {
        margin-top: 20px;
        text-transform: uppercase;
    }

    #customer .logged input, #customer .logged select {
        padding: 5px;
        width: calc(100% - 10px);
        box-sizing: border-box;
    }

    #customer .logged table {
        position: relative;
        margin: auto;
        text-align: left;
        margin-bottom: 20px;
    }

    #customer .logged .btn {
        min-width: 120px;
        margin-bottom: 40px;
    }

.hp .bannerType1 .title, .hp .bannerType2 .title, .hp .bannerType3 .title {
    display: none;
}

.hp .bannerType1 .slick-next {
    right: 20px;
    top: 45%;
    color: white;
}

.hp .bannerType1 .slick-prev {
    left: 20px;
    top: 45%;
    color: white;
}

.hp .banners {
    display: flex;
    flex-wrap: wrap;
}

.hp .mainBanner {
    width: 67%;
    overflow: hidden;
}

    .hp .mainBanner img {
        width: 100%;
    }

.hp .sideBanners {
    display: flex;
    flex-direction: column;
    width: 33%;
    box-sizing: border-box;
    padding-left: 10px;
}

    .hp .sideBanners div {
        height: 50%;
        box-sizing: border-box;
        float: none;
    }

    .hp .sideBanners img {
        width: 100%;
        height: 100%;
    }

.hp .mainBanner .slick-dotted.slick-slider {
    margin: 0;
}

.hp .box-47 p, .hp .box-48 p {
    text-align: center;
    line-height: 2.5em;
}

.hp .description {
    display: flex;
}

.hp .box-47 {
    padding: 20px 40px;
    width: 49%;
    background-color: #d4cec3;
    box-sizing: border-box;
}

    .hp .box-47 h3 {
        color: white;
    }

        .hp .box-47 h3 span {
            background-color: #d4cec3;
        }

.hp .box-48 {
    padding: 20px 40px;
    width: 49%;
    box-sizing: border-box;
}

.hp .references h2 {
    font-weight: 400;
}

.hp .references ul {
    margin: 80px 0;
    padding: 0;
}

.hp .menuList ul {
    padding: 0;
}

.hp .references li {
    text-align: center;
    padding: 0 50px;
}

.hp .references img {
    display: block;
    position: relative;
    margin: auto;
    margin-bottom: 20px;
}

.follow {
    margin-bottom: 80px;
}

    .follow h2, .related1 h2 {
        margin: 80px 0;
        padding-top: 70px;
        text-transform: initial;
        font-weight: bold;
        border-top: 1px solid #e3e3e3;
    }

    .follow > * {
        vertical-align: top;
        margin: 0 20px;
    }

.headerPhoto1 {
    float: left;
    width: 49%;
}

    .headerPhoto1 div {
    }

.headerPhoto2 {
    float: right;
    width: 49%;
}

    .headerPhoto2 div {
    }


#about .inner > div.box:nth-of-type(2) {
    width: 20%;
}

#about .inner > div.box:nth-of-type(2) {
    width: 79%;
}

#share {
    width: 100%;
}

.bannerTypeR3 {
    display: none;
    padding: 10px 35px;
}

    .bannerTypeR3 ul {
        padding: 0;
    }

    .bannerTypeR3 .title {
        display: none;
    }

    .bannerTypeR3 img {
        width: 100%;
    }

.brWrapper {
    display: flex;
    margin-bottom: 50px;
}

.br1 {
    width: 49%;
    margin-right: 1%;
    position: relative;
    vertical-align: middle;
    overflow: hidden;
}

    .br1 img, .br2 img {
        width: 100%;
        -webkit-transition: all 1s ease;
        -moz-transition: all 1s ease;
        -ms-transition: all 1s ease;
        -o-transition: all 1s ease;
        transition: all 1s ease;
    }

        .br1 img.hover, .br2 img.hover {
            -webkit-transform: scale(1.1);
            -moz-transform: scale(1.1);
            -ms-transform: scale(1.1);
            -o-transform: scale(1.1);
            transform: scale(1.1);
        }

.brWrapper .wrapper {
    display: flex;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    align-items: center;
    justify-content: center;
    background-repeat: no-repeat;
}

.brWrapper .title {
    background-color: #d4cec3;
    padding: 30px 20px;
    width: 360px;
    text-transform: uppercase;
    text-align: center;
    display: flex;
    justify-content: center;
    font-size: 1.8em;
    line-height: 1.5em;
}

.br2 {
    width: 49%;
    margin-left: 1%;
    position: relative;
    vertical-align: middle;
    overflow: hidden;
}

.xmas .wlSubgroups {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

    .xmas .wlSubgroups a {
        width: 190px;
        height: 190px;
        margin: 20px;
        display: flex;
        text-align: center;
        border: 2px solid #d5cec4;
        border-radius: 50%;
        align-items: center;
        justify-content: center;
        text-transform: uppercase;
        font-weight: 400;
        text-decoration: none;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }

        .xmas .wlSubgroups a:hover {
            border-color: #7c6b58;
        }

.xmas .voucher {
    display: flex;
    margin-bottom: 50px;
}

    .xmas .voucher .left {
        width: 50%;
        text-align: center;
    }

        .xmas .voucher .left img {
            max-width: 100%;
        }

    .xmas .voucher .right {
        width: 50%;
        font-size: 0.9em;
        line-height: 2em;
        box-sizing: border-box;
        padding: 40px;
        background-color: #d5cec4;
        text-align: center;
    }

        .xmas .voucher .right a {
            display: inline-block;
            padding: 5px 10px;
            background-color: #7c6b59;
            color: white;
            text-decoration: none;
            text-transform: uppercase;
        }

.xmas .wareList, .xmas .wlSubgroups {
    margin-bottom: 50px;
}

.blok-1 {
    background-color: #faf7f2;
    margin: 50px 0;
    padding: 50px 0;
    clear: both;
}

    .blok-1 h1 {
        font-size: 1.1em;
        text-transform: uppercase;
        margin-top: 0;
        margin-bottom: 0;
        text-align: center;
        border-bottom: 1px solid #e3e3e3;
        line-height: 0.1em;
    }

        .blok-1 h1 span {
            background-color: #faf7f2;
            padding: 0 30px;
        }

.blok-2 {
    position: relative;
    margin: 50px auto;
    width: 95%;
    line-height: 2em;
    text-align: center;
    clear: both;
}

.blok-3 {
    position: relative;
    margin: 50px auto;
    width: 95%;
    text-align: center;
    clear: both;
}

    .blok-3 img {
        width: 100%;
    }

.blok-4 {
    position: relative;
    margin: 50px auto;
    width: 95%;
    text-align: center;
    clear: both;
    line-height: 2em;
}

    .blok-4 img {
        width: 48%;
        margin-right: 2%;
        float: left;
    }

.blok-5 {
    position: relative;
    margin: 50px auto;
    width: 95%;
    text-align: center;
    clear: both;
    line-height: 2em;
}

    .blok-5 img {
        width: 48%;
        margin-left: 2%;
        float: right;
    }

.blok-6 {
    float: left;
    width: 48%;
    margin-right: 2%;
    text-align: center;
    line-height: 2em;
}

.blok-7 {
    float: right;
    width: 48%;
    margin-left: 2%;
    text-align: center;
    line-height: 2em;
}

    .blok-6 img, .blok-7 img {
        display: block;
        width: 100%;
        margin-bottom: 30px;
    }

.ig h2.wlHeader {
    text-transform: unset;
}

    .ig h2.wlHeader a {
        text-decoration: none;
    }

.ig .item {
    margin: 5px;
    overflow: hidden;
}

    .ig .item img {
        -webkit-transition: all 1s ease;
        -moz-transition: all 1s ease;
        -ms-transition: all 1s ease;
        -o-transition: all 1s ease;
        transition: all 1s ease;
    }

        .ig .item img:hover {
            -webkit-transform: scale(1.1);
            -moz-transform: scale(1.1);
            -ms-transform: scale(1.1);
            -o-transform: scale(1.1);
            transform: scale(1.1);
        }

.ig img {
    width: 100%;
}

#group.search .breadcrumb {
    display: none;
}

@media only screen and (max-width: 1024px) {
    #order .inner2 {
        width: 95%;
    }

    #textInfo {
        display: none;
    }

    #group section {
        width: initial;
        float: none;
    }

    #group .groupsWrapper {
        display: block !important;
        margin-bottom: 20px;
    }

        #group .groupsWrapper strong.header {
            display: none;
        }

    #group .inspiration .menuList {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
    }

    .hp .mainBanner {
        width: 100%;
    }

    .hp .sideBanners {
        padding: 0;
        padding-top: 10px;
        flex-direction: initial;
        width: initial;
    }

        .hp .sideBanners div {
            height: initial;
            padding: 0 5px;
        }

            .hp .sideBanners div:first-of-type {
                padding-left: 0;
            }

            .hp .sideBanners div:last-of-type {
                padding-right: 0;
            }

    .xmas .brWrapper, .xmas .voucher, .collection .detail .colHeader {
        display: block;
    }

    .xmas .br1 {
        margin-bottom: 20px;
    }

    .xmas .br1, .xmas .br2, .xmas .voucher .left, .xmas .voucher .right, .collection .detail .colHeader .left, .collection .detail .colHeader .right {
        width: initial;
        margin-left: 0;
        margin-right: 0;
    }

    #order .step4 input[type=text], #order .step4 input[type=password], #order .step4 input[type=number], #order .step4 input[type=email], #order textarea {
        width: calc(100% - 20px);
        margin-left: 0;
        margin-right: 0;
    }
}

@media only screen and (max-width: 768px) {

    #order .block1 {
        display: block !important;
    }

    #order .step4 .left, #order .step4 .right {
        width: 100% !important;
        margin: 0 !important;
        margin-bottom: 30px !important;
    }

    #order .step4 .totals1 {
        margin-bottom: 80px;
    }

    #order .left {
        float: none;
        width: initial;
        padding-right: 0;
    }

    #order .right {
        float: none;
        width: initial;
        margin-left: 0;
    }

    #order input[type=text], #order input[type=password], #order input[type=number], #order input[type=email], #order textarea {
        width: 80%;
    }

    #group section #subMenu td {
        width: 32%;
        display: inline-block;
        padding: 0;
    }

    .wareList.col4 .list .item {
        width: 49.6%;
    }

        .wareList.col4 .list .item:nth-of-type(2n) {
            margin-right: 0;
        }

        .wareList.col4 .list .item:nth-of-type(4n) {
            width: 49.6%;
            margin-right: 0.4%;
        }

    .box-27 td {
        width: 100%;
        display: block;
        padding: 0;
    }

        .box-27 td:last-of-type {
            margin-top: 20px;
            padding: 0;
        }

    .hp .box-14 .left {
        float: none;
        width: 100%;
        position: relative;
        padding-top: 20px;
    }

    .hp .box-14 .right {
        float: none;
        width: 100%;
        margin-bottom: -3px;
    }

    #about .inner > div.box {
        padding: 0;
        width: 50%;
    }

        #about .inner > div.box:first-of-type {
            width: initial;
            max-width: initial;
            padding: 0;
        }

        #about .inner > div.box:nth-of-type(2) {
            width: 100%;
            max-width: initial;
        }

        #about .inner > div.box:first-of-type {
            text-align: center;
            width: 100%;
            margin-bottom: 50px;
        }

            #about .inner > div.box:first-of-type > img {
                position: relative;
                margin: auto;
            }

            #about .inner > div.box:first-of-type ul li {
                max-width: 50%;
                position: relative;
                margin: auto;
            }

    #about .box:nth-of-type(2) > ul > li {
        margin-right: 0;
        margin-bottom: 50px;
        width: 100%;
    }

    #about .inner > div.box:nth-of-type(3) {
        float: right;
    }

    #about .inner > div.box:nth-of-type(4) {
        clear: both;
    }

    #about #share {
        float: none;
        width: 100%;
    }

    .collectionPreview .previewItem .menuList {
        width: 100%;
    }

    #group .inspiration .menuList {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
    }

    .kwicks {
        display: none;
    }

    .bannerTypeR3 {
        display: block;
    }

    .navigation li {
        display: none !important;
    }

        .navigation li::after {
            content: '';
            border: 0;
            margin: 0;
        }

        .navigation li.active {
            display: block !important;
        }

    .blok-6, .blok-7 {
        float: none;
        width: 100%;
        margin: 0;
    }
}

@media only screen and (max-width: 425px) {

    h1 {
        line-height: 1em;
        text-align: center;
    }

    #group section #subMenu td {
        width: 49%;
        display: inline-block;
        padding: 0;
    }

    .wareList.col4 .list .item {
        width: 100%;
        margin-right: 0;
    }

        .wareList.col4 .list .item:nth-of-type(2n) {
            margin-right: 0;
        }

        .wareList.col4 .list .item:nth-of-type(4n) {
            width: 100%;
            margin-right: 0;
        }

    .filterControls .paramFilter {
        width: 49.4%;
        margin-right: 0.3%;
    }

        .filterControls .paramFilter:nth-of-type(2n) {
            margin-right: 0;
        }

    #about .inner > div.box {
        width: 100%;
    }

    #about .inner table td {
        width: 50%;
    }

    #group .inspiration .menuList {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
    }
}

@media only screen and (max-width: 520px) {
    .follow > span {
        display: none !important;
    }
}

@media only screen and (max-width: 600px) {

    .wlHeader {
        border: 0 !important;
        font-size: 1.2em !important;
    }

        .wlHeader > span {
            padding: 0 !important;
            line-height: initial;
        }

        .wlHeader span span {
            padding: 0 !important;
            border: 0 !important;
            margin: 5px !important;
            text-align: center;
            text-transform: uppercase;
        }
}

@media only screen and (max-width: 1340px) {
    #slogan {
        display: none;
    }

    .hp .box-47 h3, .hp .box-48 h3 {
        line-height: initial;
        border: 0;
    }
}

@media only screen and (max-width: 920px) {

    #cartBox a > span span {
        display: none;
    }

    nav .subMenu {
        padding-left: 0;
    }
}

@media only screen and (max-width: 850px) {

    .cartTable .price {
        display: none;
    }

    .cartTable .priceTotal {
        padding-right: 20px;
    }

    .hp .description {
        display: initial;
    }

    .hp .box-47, .hp .box-48 {
        width: initial;
    }

        .hp .box-47 span, .hp .box-48 span {
            padding: 0;
        }
}

@media only screen and (max-width: 1120px) {
    nav > .inner > ul > li:first-of-type {
        display: flex;
        flex: 0;
    }
}

@media only screen and (max-width: 750px) {

    nav .subMenu .decorations > ul > li {
        width: 30%;
    }

    nav .subMenu .xmas ul li:nth-of-type(2), nav .subMenu .xmas ul li:nth-of-type(5) {
        display: none;
    }

    nav .subMenu .xmas > ul {
        grid-template-columns: repeat(4, 1fr);
    }
}

@media only screen and (max-width: 450px) {

    #cartPopup table tr td:first-of-type {
        display: none;
    }

    #cartPopup table tr td.name {
        padding-left: 0;
    }

    .cartTable .delete span {
        display: none;
    }

    .cartTable .delete {
        width: initial;
    }

    #search input {
        right: initial;
        left: -15px;
        padding-left: 60px;
        width: 130px;
    }
}

.hp.collections {
    background-color: #faf7f2;
    margin: 50px 0;
    padding: 60px 0;
}

#group .header1 {
    background-color: #faf7f2;
    margin: 50px 0;
    padding: 50px 0;
}

    .hp.collections h2, #group .header1 h1 {
        font-size: 1.1em;
        text-transform: uppercase;
        margin-top: 0;
        margin-bottom: 60px;
    }

    #group .header1 h1 {
        margin-bottom: 0;
    }

        .hp.collections h2 span, #group .header1 h1 span {
            background-color: #faf7f2;
            padding: 0 30px;
        }

.hp.collections .menuList a {
    text-align: center;
    display: block;
    text-decoration: none;
    font-size: 1.1em;
    padding: 0 10px;
    color: #7a6956;
    text-transform: uppercase;
}

@media only screen and (max-width: 320px) {
    .filterControls .paramFilter {
        width: 100%;
        margin-right: 0;
    }

    .filter .paging {
        display: none;
    }
}

@media only screen and (max-width: 1120px) {
    .menuIcon {
        display: initial !important;
    }

    nav > .inner > ul:first-of-type {
        display: block;
    }

    #logo {
        position: unset;
        margin-top: 10px;
        width: 220px;
    }
}

@media only screen and (max-width: 375px) {
    #group section #subMenu td {
        display: block;
        padding: 0;
        width: 100%;
    }
}

.menuIcon {
    display: none;
    width: 25px;
    padding: 7px 10px;
}

#group .groupsWrapper .slick-slide {
    text-align: center;
}

#group .groupsWrapper img {
    position: relative;
    margin: auto;
    margin-bottom: 10px;
}

    #group .groupsWrapper img.hover {
        display: none;
    }

#group .groupsWrapper a {
    text-decoration: none;
}


@media only screen and (max-width: 700px) {
    .hp .usp {
        display: none;
    }

    .hp .sideBanners {
        display: block !important;
        padding: 0;
    }

        .hp .sideBanners .bannerType2, .hp .sideBanners .bannerType3 {
            padding: 0;
            padding-top: 10px;
        }

    #profile .left, #profile .right {
        width: initial;
        margin: 0;
        float: none;
    }
}

#ware .header1 h1 {
    margin-top: 10px;
}

@media only screen and (max-width: 1366px) {

    #ware .photos, #ware .product {
        width: 50%;
    }
}

@media only screen and (max-width: 800px) {
    #ware .photos, #ware .product {
        width: 100%;
    }

        #ware .photos .main, #ware .photos .gallery {
            float: none;
            width: initial;
        }

        #ware .photos .main {
            margin-right: 0;
        }

        #ware .photos .gallery {
            margin: 30px;
        }

    #ware .product {
        padding-top: 0;
    }

    #ware .related .wareList {
        padding: 0 30px;
    }

    /*
    #ware .photos .main {
        margin-right: 0;
        float: left;
    }

    #ware .photos .gallery {
        float: right;
    }
        */
}

#subMenu0 .inner {
    padding-top: 0;
}

.respMenu {
    text-align: left;
    padding: 0;
    margin: 0;
    line-height: 1.5em;
}

    .respMenu > li {
        display: block !important;
        border-bottom: 1px solid #e3e3e3;
        margin: 10px 0;
        padding-bottom: 10px;
    }

        .respMenu > li > a {
            font-weight: bold;
        }
    /*
        .respMenu > li:nth-of-type(3) ul li:nth-of-type(2), .respMenu > li:nth-of-type(3) ul li:nth-of-type(5) {
            display: none;
        }
*/

    .respMenu ul {
        margin-left: 0 !important;
    }

    .respMenu > li > ul {
        padding-left: 0;
        list-style-type: none;
    }

    .respMenu li ul {
        display: none;
    }

    .respMenu ul ul {
        margin-left: 0 !important;
        text-transform: initial;
        list-style-type: none;
        padding-left: 10px;
    }

    .respMenu li a {
        float: left;
        box-sizing: border-box;
        width: 85%;
        display: block;
        padding: 10px;
    }

    .respMenu .expand, .respMenu .collapse {
        color: #d4cec3;
        float: right;
        font-size: 1.5em;
        padding: 10px;
        margin-top: 0;
        width: 15%;
        box-sizing: border-box;
        text-align: center;
        cursor: pointer;
    }

    .respMenu .collapse {
        display: none;
    }

    .respMenu li ul li a img {
        max-width: 100%;
    }

.customNote {
    margin-top: 20px;
}

.assistantMode {
    display: none !important;
}

.assistantModeCountries {
    box-sizing: border-box;
    padding: 1.5% 2%;
    width: 100%;
    padding-right: 40px;
}

.conditions {
    text-align: justify;
}

    .conditions ol h2, .conditions ol h3, .conditions ol h4 {
        display: inline-block;
        text-align: left;
    }

    .conditions ol {
        counter-reset: item;
        padding-left: 0;
    }

        .conditions ol ol {
            padding-left: 30px;
        }

        .conditions ol li {
            display: block;
            padding: 5px 0;
        }

            .conditions ol li:before {
                content: counters(item, ".") ". ";
                counter-increment: item;
            }

    .conditions table {
        width: 100%;
        margin: 20px 0;
    }

        .conditions table td, .conditions table th {
            border: 1px solid silver;
            padding: 5px;
        }

#myOrders table {
    width: 100%;
    margin-bottom: 60px;
}

    #myOrders table th {
        padding: 10px 0;
    }

    #myOrders table td {
        padding: 10px 0;
        border-top: 1px solid #efefef;
    }

        #myOrders table td.code a {
            color: black;
            font-weight: bold;
        }

#myOrder table {
    margin-bottom: 20px;
}

    #myOrder table th, #myOrder table td {
        padding: 10px 0;
        border-bottom: 1px solid #efefef;
    }

    #myOrder table td {
        padding: 10px 10px;
    }

#myOrder .orderItems {
    margin: 40px 0;
    display: flex;
    flex-wrap: wrap;
}

    #myOrder .orderItems .item {
        width: 200px;
        text-align: center;
        margin-right: 10px;
        margin-bottom: 10px;
    }

    #myOrder .orderItems .img {
        min-height: 155px;
        padding: 20px;
        line-height: 0;
        border: 1px solid #efefef;
        position: relative;
        margin: auto;
        margin-bottom: 10px;
    }

    #myOrder .orderItems .name {
        font-weight: bold;
        display: block;
        margin: 5px 0;
    }

@media only screen and (max-width: 1250px) {
    #heurekaTableft {
        display: none !important;
    }
}

.sideBanners img {
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

    .sideBanners img:hover {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1);
    }

.infoPanel {
    color: white;
    padding: 5px 50px;
    background-color: #d4cec3;
    margin-bottom: 10px;
    font-size: 0.9em;
}

    .infoPanel ul {
        padding: 0;
    }

    .infoPanel a {
        text-decoration: underline;
        color: white;
    }

    .infoPanel .slick-prev, .infoPanel .slick-next {
        color: white;
        font-size: 1.5em;
        top: -8px;
    }

.collectionPreview .colDesc {
    box-sizing: border-box;
    width: 40%;
}

@media only screen and (max-width: 1400px) {

    .collectionPreview .colDesc {
        width: 100%;
    }

    .collectionPreview .colProd {
        display: none;
    }
}

@media only screen and (max-width: 700px) {

    .collectionPreview {
        width: 95%;
        position: relative;
        margin: auto;
    }

        .collectionPreview .previewItem {
            display: block;
        }

            .collectionPreview .previewItem .menuList {
                margin-right: 0;
                height: 300px;
            }

            .collectionPreview .previewItem .colDesc {
                margin-right: 0;
            }

                .collectionPreview .previewItem .colDesc.alt {
                    margin-left: 0;
                }

            .collectionPreview .previewItem .sideWrapper, .collectionPreview .previewItem .sideWrapper.alt {
                width: 100%;
            }
}

#customer .login, #customer .register {
    text-align: center;
}

    #customer .login h1, #customer .register h1 {
        margin-bottom: 100px;
        font-size: 1.8em;
    }

    #customer .login input, #customer .login select, #customer .register input, #customer .register select {
        border: 1px solid #e6dfd7;
        padding: 10px;
    }


@media only screen and (max-width: 1400px) {
    #customer .login h1, #customer .register h1 {
        line-height: initial;
        margin-bottom: 40px;
        padding-bottom: 20px;
    }

    #customer .login span, #customer .register span {
        padding: 0;
    }
}

#customer .register input.error {
    border: 1px solid red;
}

.gifts h1 {
    font-size: 1.6em;
}

.gifts hr {
    margin: 20px 0;
}

.gifts .close, .chosenGift {
    cursor: pointer;
}

.giftList {
    margin-top: 30px;
    margin-left: 30px;
    margin-right: 30px;
    text-align: center;
}

    .giftList .slick-slide {
        padding: 10px;
    }

    .giftList img {
        margin-bottom: 10px;
    }

    .giftList span {
        display: inline-block;
        margin: 10px 0;
    }

.search .groups {
    margin: 40px 0;
}

    .search .groups * {
        margin-right: 10px;
    }

#ware .vendorParameter {
    margin-top: 20px;
    font-weight: bold;
    font-size: 0.9em;
    text-transform: uppercase;
    line-height: 2em;
}

#ware .header1 .vendorParameter {
    font-size: 0.65em;
}

#ware .vendorParameter ul {
    padding-left: 0;
}

#ware .vendorParameter li {
    display: inline-block;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: #F8F6F3;
    padding: 2px 20px;
    font-size: 0.85em;
}

#ware .header1 .vendorParameter li {
    background-position-y: 3px;
}

#order .totals table {
    border-collapse: collapse;
}

#trChoose td {
    padding-bottom: 5px;
}

#trCoupon, #trPoints {
    display: none;
}

    #trCoupon td, #trPoints td {
        padding: 10px;
        padding-right: 0;
    }

#chooseCoupon.selected, #choosePoints.selected {
    font-weight: bold;
}

#order input[type=text].couponCode {
    display: initial;
    width: 120px;
    text-align: center;
    padding: 6px;
    margin-right: 10px;
}

.couponCheck {
    text-decoration: none;
    background-color: #82A082;
    color: white;
    padding: 5px 10px;
    font-weight: 300;
}

    .couponCheck:hover {
        background-color: #638263;
    }

#profile {
    max-width: 1000px;
    padding-top: 8px;
}

    #profile > div > * {
        margin-bottom: 16px;
        padding: 20px;
        line-height: 1.5em;
    }

    #profile h1 {
        text-transform: uppercase;
        font-size: 1.5em;
        margin-top: 0;
        margin-bottom: 30px;
        text-align: left;
    }

    #profile .left {
        float: left;
        width: calc(50% - 8px);
        margin-right: 8px;
    }

    #profile .right {
        float: right;
        width: calc(50% - 8px);
        margin-left: 8px;
    }

@media only screen and (max-width: 700px) {
    #profile .left, #profile .right {
        width: initial;
        margin: 0;
        float: none;
    }
}

#profile .my-profile {
    background-color: #d5cec4;
}

    #profile .my-profile table {
        width: 100%;
    }

        #profile .my-profile table tr td:first-of-type {
            text-transform: uppercase;
        }

        #profile .my-profile table tr td:last-of-type {
            font-weight: bold;
        }

#profile .customer-points {
    background-color: #d5cec4;
}

#profile .customer-level {
    text-align: center;
}

    #profile .customer-level .badge {
        text-align: left;
        background-image: url(/img/award.png);
        background-repeat: no-repeat;
        background-size: contain;
        display: inline-block;
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 80px;
        text-transform: uppercase;
        margin-bottom: 30px;
    }

        #profile .customer-level .badge strong {
            display: block;
            margin-bottom: 5px;
            color: white;
            font-size: 1.8em;
        }

    #profile .customer-level.member {
        background-color: #f5b298;
    }

    #profile .customer-level.silver {
        background-color: #b5b5b5;
    }

    #profile .customer-level.gold {
        background-color: #c29f69;
    }

    #profile .customer-level.partner {
        background-color: #3a647a;
    }

    #profile .customer-level .more {
        display: inline-block;
        position: relative;
        border: 1px solid white;
        text-transform: uppercase;
        padding: 5px 30px;
        text-decoration: none;
        transition: all 0.25s ease-in-out;
    }

        #profile .customer-level .more:hover {
            background-color: white;
        }

#profile .my-orders {
    padding: 0;
    overflow: hidden;
    position: relative;
}

    #profile .my-orders .wrapper {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        z-index: 0;
        background-image: url(/img/my-orders.jpg);
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        transition: all 0.5s ease-in-out;
    }

    #profile .my-orders:hover .wrapper {
        transform: scale(1.1);
    }

    #profile .my-orders a {
        position: relative;
        z-index: 1;
        display: block;
        border: 1px solid white;
        text-align: center;
        margin: 30px;
        padding: 20px 30px;
        text-transform: uppercase;
        text-decoration: none;
        font-size: 1.5em;
        color: white;
    }

#profile .address-invoice {
    background-color: #d5cec4;
}

#profile .address-shipping {
    background-color: #d5cec4;
}

#profile .edit-data {
    padding: 0;
}

    #profile .edit-data a {
        display: block;
        background-color: #7f6c5e;
        text-align: center;
        padding: 5px 30px;
        color: white;
        text-decoration: none;
        text-transform: uppercase;
        transition: all 0.25s ease-in-out;
    }

        #profile .edit-data a:hover {
            background-color: #5b4d42;
        }

#ware .shortDescription {
    margin: 30px 0;
    padding-bottom: 30px;
    line-height: 1.5em;
    border-bottom: 1px solid #e3e3e3;
}

#ware .parameters {
    display: flex;
    justify-content: space-between;
    margin: 30px 0;
    margin-bottom: 0;
}

#ware .buy .box {
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    background-color: #F8F6F3;
    padding: 20px 15px;
    justify-content: space-between;
    align-items: center;
}

#ware .buy .count, #order .cartTable .count {
    background-color: white;
    display: flex;
    align-items: center;
    margin-right: 15px;
    padding: 0 10px;
}

#order .cartTable .count {
    margin-right: 0;
}

#order .cartTable .count {
    display: inline-flex;
    padding: 5px 10px;
    border: 1px solid #D7D0D0;
    box-shadow: 1px 2px 3px #eeeeee;
}

    #ware .buy .count input, #order .cartTable .count input[type=text] {
        border: 0;
    }

#ware .buy .count .icon-minus, #ware .buy .count .icon-plus, .cartTable .count .icon-minus, .cartTable .count .icon-plus {
    display: inline-flex;
    width: 1em;
    height: 1em;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: #F8F6F3;
    color: #A2967E;
    font-size: 1.1em;
    cursor: pointer;
}

#ware .buy .controls {
    display: flex;
}


#ware .claims ul {
    padding: 0;
    margin: 0;
    margin-top: 5px;
    margin-bottom: 30px;
    list-style-type: none;
}

#ware .claims li {
    padding: 5px;
    padding-left: 40px;
    margin: 10px 0;
    font-size: 0.9em;
    font-weight: 400;
    background-size: 28px;
    background-repeat: no-repeat;
    background-position: left center;
}

    #ware .claims li a {
        color: #8C7F67;
        margin-left: 10px;
    }

#ware .groups {
    border-top: 1px solid #e3e3e3;
    padding-top: 30px;
    line-height: 1.5em;
}

    #ware .groups > div:nth-of-type(2) {
        margin-top: 15px;
    }

    #ware .groups a {
        margin-left: 10px;
        font-size: 0.9em;
        color: #8C7F67;
    }

#ware .tabs {
    margin-top: 30px;
    margin-bottom: 50px;
    border-top: 1px solid #e3e3e3;
    border-bottom: 1px solid #e3e3e3;
    text-align: center;
}

    #ware .tabs a {
        display: inline-block;
        padding: 20px 15px;
        text-decoration: none;
        font-weight: 400;
    }

        #ware .tabs a.active {
            color: #8C7F67;
        }

#ware .tabContents {
    text-align: center;
}

    #ware .tabContents > div {
        display: none;
        position: relative;
        margin: auto;
        max-width: 1000px;
        text-align: left;
    }

        #ware .tabContents > div:first-of-type {
            display: block;
        }

#ware .delivery .icon-ok, #order .totals .icon-ok, #thankyou .icon-ok {
    display: inline-flex;
    color: #5AA749;
    background-color: #EEF6EC;
    border-radius: 50%;
    width: 1em;
    height: 1em;
    padding: 0.4em;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
}

#thankyou .icon-ok {
    font-size: 3em;
    color: #82A082;
    background-color: #F2F5F2;
}

#ware .delivery .preorder {
    color: #E8A82A;
}

    #ware .delivery .preorder .icon-ok, #order .totals .preorder .icon-ok {
        color: #E8A82A;
        background-color: #FCF5E7;
    }

#ware .delivery .stored .text {
    color: #5AA749;
    margin-right: 20px;
}

#ware .delivery .stored .shop a {
    color: #8C7F67;
}

#ware .tabContents .brandDescription {
    text-align: center;
    line-height: 2em;
}

#ware .product .brandLogo {
    float: right;
    margin-top: 30px;
    margin-bottom: 10px;
    margin-left: 10px;
    max-width: 150px;
    max-height: 80px;
}

#ware .product a.brandLogo {
    max-width: initial;
    max-height: initial;
}

#ware .product .brandLogo img {
    max-width: 150px;
    max-height: 80px;
    height: auto !important;
}

#order .navigation, #thankyou .navigation {
    list-style-type: none;
    margin: 0;
    margin-bottom: 30px;
    padding: 0;
    background-color: #F8F6F3;
}

    #order .navigation li, #thankyou .navigation li {
        display: inline-flex;
        padding: 20px 0;
        align-items: center;
        color: #A2967E;
    }

        #order .navigation li::after, #thankyou .navigation li::after {
            content: '';
            width: 60px;
            margin-left: 25px;
            margin-right: 25px;
            border-top: 1px solid #DAD0BF;
        }

        #order .navigation li:last-of-type::after, #thankyou .navigation li:last-of-type::after {
            width: 0;
            border: 0;
            margin: 0;
        }

        #order .navigation li.active, #thankyou .navigation li.active {
            color: black;
            font-weight: bold;
        }

#order .gifts, #order .insurance {
    background-color: #F8F6F3;
    padding: 20px;
    margin-bottom: 10px;
}

    #order .gifts .listWrapper {
        display: none;
    }

#order .insurance {
    display: flex;
    align-items: center;
}

    #order .gifts label, #order .insurance label {
        font-weight: bold;
        margin-right: 5px;
    }

    #order .insurance .description {
        color: #84765D;
        flex-shrink: 1;
    }

    #order .insurance .price {
        font-weight: bold;
        flex-grow: 1;
        text-align: right;
        padding-right: 55px;
    }

.checkbox {
    position: relative;
    cursor: pointer;
    width: 0;
    height: 0;
    margin-left: 0;
    margin-right: 2rem;
    vertical-align: middle;
    outline: 0;
    -moz-appearance: initial;
}

    .checkbox::before {
        position: absolute;
        bottom: -0.55rem;
        content: " ";
        display: inline-flex;
        vertical-align: middle;
        width: 1.2rem;
        height: 1.2rem;
        background-color: #fff;
        color: white;
        border: solid 1px #D7D0D0;
        align-items: center;
        justify-content: center;
        overflow: hidden;
        box-shadow: 1px 2px 3px #EEEEEE;
    }

    .checkbox:checked::before {
        font-family: "icofont";
        font-style: normal;
        font-weight: normal;
        speak: never;
        font-variant: normal;
        text-transform: none;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: '\e800';
        background-color: #AB8B40;
        border-color: #AB8B40;
    }

.freeShipping img {
    vertical-align: middle;
    margin-right: 5px;
}

.freeShipping .challenge {
    vertical-align: middle;
}

.freeShipping .bar {
    margin-top: 5px;
    background-color: #EEF6EC;
    border-radius: 5px;
}

    .freeShipping .bar .progress {
        background-color: #84AB4F;
        height: 10px;
        border-radius: 5px;
    }

#order .block {
    display: flex;
    gap: 20px;
}

    #order .block .freeShipping, #order .block .totals, #order .block .continue {
        flex: 1;
    }

    #order .block .freeShipping {
        max-width: 550px;
        margin-bottom: 30px;
    }

    #order .block .totals, #order .block .continue {
        text-align: right;
    }

#order .totals {
    font-size: 1.4em;
    line-height: 1.8em;
    margin-bottom: 30px;
}

    #order .totals .totalPrice, #order .totals .deliveryDate {
        display: inline-block;
        padding-right: 75px;
        margin-left: 20px;
    }

    #order .totals .deliveryDate {
        font-size: 0.8em;
    }

        #order .totals .deliveryDate .stored, .cartTable .deliveryDate .stored {
            color: #5AA749;
        }

        #order .totals .deliveryDate .preorder, .cartTable .deliveryDate .preorder {
            color: #E8A82A;
        }

#order .block .login {
    position: relative;
    display: flex;
    align-items: center;
    background-color: #F8F6F3;
    padding: 15px;
    margin-right: 25px;
}

    #order .block .login::after {
        content: '';
        position: absolute;
        left: calc(100% - 0.5em);
        background-color: #F8F6F3;
        width: 1em;
        height: 1em;
        transform: rotate(45deg);
    }

    #order .block .login a {
        color: #AB8B4F;
    }

#order .block .continue {
    display: flex;
    justify-content: flex-end;
}

#order .back a, .addToCartDialog .back {
    display: flex;
    align-items: center;
    color: #AB8B4F;
    background-color: #F8F6F3;
    text-decoration: none;
    padding: 15px;
}

    #order .back a::before, .addToCartDialog .back::before {
        content: '◀';
        margin-right: 20px;
        font-size: 0.6em;
    }

    #order .back span, .addToCartDialog .back span {
        text-decoration: underline;
    }

#order .sale {
    padding: 20px;
    margin-bottom: 40px;
    display: flex;
    border-top: 1px solid #e3e3e3;
    border-bottom: 1px solid #e3e3e3;
}

    #order .sale .coupon {
        flex-basis: 300px;
    }

#order .gifts .list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 20px;
    margin-left: 2rem;
    margin-right: 2rem;
}

    #order .gifts .list .item {
        display: flex;
        align-items: center;
        width: calc(33% - 3.33px);
        padding: 15px 25px;
        box-sizing: border-box;
        background-color: white;
        cursor: pointer;
    }

        #order .gifts .list .item .radio {
            display: inline-flex;
            position: relative;
            width: 1.2rem;
            height: 1.2rem;
            border: 1px solid #e3e3e3;
            align-items: center;
            justify-content: center;
            border-radius: 50%;
            cursor: pointer;
            margin-right: 20px;
        }

            #order .gifts .list .item .radio.selected {
                background-color: #AB8B40;
            }

                #order .gifts .list .item .radio.selected::after {
                    content: '';
                    width: 0.7rem;
                    height: 0.7rem;
                    background-color: white;
                    border-radius: 50%;
                }

        #order .gifts .list .item img {
            margin-right: 20px;
            height: 80px;
            opacity: 0.5;
        }

        #order .gifts .list .item.available img {
            opacity: 1;
        }

        #order .gifts .list .item .min-value {
            display: block;
            text-transform: uppercase;
            font-weight: bold;
            font-size: 0.9em;
            margin-top: 5px;
            color: #AB8B40;
        }

#order .usable {
    margin-top: 100px;
    border-top: 1px solid #e3e3e3;
    padding-top: 100px;
}

    #order .usable h2 {
        text-transform: none;
        font-weight: bold;
        font-size: 1.5em;
    }

#order #couponSubmit, #order #couponActive {
    padding-left: 2rem;
    padding-top: 20px;
}

#order .codeWrapper {
    display: none;
}

#order .step4 .left {
    width: calc(67% - 2px);
    padding-right: 0;
    float: none;
}

#order .step4 .right {
    width: 33%;
    float: none;
    margin-top: 71px;
    margin-left: 1%;
}

#order .step4 .left table {
    width: 100%;
}

    #order .step4 .left table td {
        padding-top: 5px;
    }

    #order .step4 .left table tr td:first-of-type {
        width: 140px;
    }

#order .step4 .totals1 {
    position: sticky;
    top: 180px;
    background-color: #F8F6F3;
    padding: 30px;
    padding-bottom: 0;
}

    #order .step4 .totals1::after {
        background: linear-gradient( -45deg,transparent 16px,#F8F6F3 0),linear-gradient( 45deg,transparent 16px,#F8F6F3 0);
        background-repeat: repeat-x;
        background-position: left bottom;
        background-size: 22px 32px;
        content: "";
        display: block;
        width: 100%;
        height: 32px;
        position: absolute;
        top: 100%;
        left: 0;
    }

    #order .step4 .totals1 .summary {
        width: 100%;
    }

        #order .step4 .totals1 .summary strong {
            display: block;
            margin-bottom: 5px;
        }

        #order .step4 .totals1 .summary td {
            padding: 20px 0;
            border-bottom: 1px solid #e3e3e3;
        }

        #order .step4 .totals1 .summary tr:first-of-type td {
            padding-top: 0;
        }

        #order .step4 .totals1 .summary tr td:last-of-type {
            text-align: right;
            vertical-align: bottom;
            font-weight: bold;
        }

        #order .step4 .totals1 .summary tr:last-of-type td {
            border-bottom: 0;
        }

    #order .step4 .totals1 .finalPrice {
        font-size: 1.4em;
    }

    #order .step4 .totals1 .cartItems {
        width: 100%;
    }

        #order .step4 .totals1 .cartItems td {
            padding: 5px 0;
            border-bottom: 0;
            text-align: left !important;
            vertical-align: middle !important;
            font-weight: normal !important;
        }

        #order .step4 .totals1 .cartItems tr td:first-of-type {
            width: 100px;
        }

        #order .step4 .totals1 .cartItems .countPrice {
            margin-top: 5px;
            font-weight: bold;
        }

#order .step4 h2 {
    text-align: left;
    text-transform: initial;
    font-weight: bold;
    color: #84765D;
}

#order .register .additionalText {
    color: #84765D;
}

#order .agreements {
    color: #84765D;
    margin: 40px 0;
}

#thankyou .inner {
    text-align: center;
    padding-top: 80px;
}

@media only screen and (max-width: 1024px) {

    #order .block {
        flex-wrap: wrap;
    }

    #order .next {
        width: 100%;
        justify-content: center;
    }

    #order .back {
        width: 100%;
        order: 10;
    }

    #order .block .freeShipping, #order .block .totals {
        max-width: 100%;
        width: 100%;
        flex: initial !important;
        text-align: center;
    }

    #order .totals .totalPrice, #order .totals .deliveryDate {
        padding-right: 0;
        margin-left: 0;
        text-align: center;
    }

    #order .gifts .list .item {
        width: 100%;
    }
}

@media only screen and (max-width: 850px) {
    .cartTable .headerRow {
        display: none;
    }

    .cartTable .itemRow {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        column-gap: 30px;
        align-items: center;
    }

    .cartTable tbody {
        display: block;
    }

    .cartTable td {
        padding-top: 10px;
        padding-bottom: 20px;
    }

    .cartTable .name {
        min-width: 50%;
    }

    .cartTable .availability {
        display: none;
    }

    .cartTable .availability1 {
        display: block;
    }

    .cartTable .countField {
        text-align: left;
    }

    .cartTable .priceTotal {
        flex: 1;
        padding-right: 0;
    }

    #order .insurance {
        flex-wrap: wrap;
    }

        #order .insurance label {
            width: 80%;
        }

        #order .insurance .description {
            flex-shrink: 0;
            width: calc(80% - 10px);
            display: block;
        }

        #order .insurance .price {
            width: 20%;
            padding-right: 0;
        }
}


@media only screen and (max-width: 600px) {
    #order .block .continue {
        flex-wrap: wrap;
    }

    #order .block .login {
        flex: 1;
        margin-right: 0;
        margin-bottom: 20px;
    }

        #order .block .login::after {
            display: none;
        }

    #order .block .continue {
        text-align: center;
    }
}

.wareList .icons, #ware .main .icons {
    position: absolute;
    left: 20px;
    top: 20px;
    right: 20px;
    z-index: 1;
    display: flex;
    flex-wrap: wrap;
}

    .wareList .icons .leftIcons, #ware .main .icons .leftIcons {
        width: 48.5%;
        margin-right: 3%;
        min-width: 95px;
    }

    .wareList .icons .rightIcons, #ware .main .icons .rightIcons {
        width: 48.5%;
        min-width: 95px;
    }

    .wareList .icons .icon, #ware .main .icons .icon {
        font-size: 0.9em;
        padding: 4px 6px;
        margin-bottom: 5px;
        color: white;
        text-transform: uppercase;
    }

@media only screen and (max-width: 1400px) {
    .wareList .icons .icon, #ware .main .icons .icon {
        font-size: 0.8em;
        padding: 3px 4px;
    }
}

#ware .main .icons .icon {
    max-width: 180px;
}

#order .unavailable {
    text-align: center;
    padding: 10px;
    margin: 10px 0;
    background-color: #bb5555;
    color: white;
}

    #order .unavailable a {
        color: white;
        font-weight: bold;
    }

.addToCartDialog h1 {
    margin-top: 0;
    font-size: 1.3em;
    font-weight: bold;
}

.addToCartDialog hr {
    margin: 30px 0;
}

.addToCartDialog .freeShipping {
    margin: 30px 0;
}

.addToCartDialog .controls {
    display: flex;
    gap: 20px;
    justify-content: space-between;
}

.addToCartDialog .product {
    display: flex;
    gap: 20px;
    margin-top: 30px;
}

    .addToCartDialog .product .photo {
        max-width: 100px;
    }

.addToCartDialog .details {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

    .addToCartDialog .details .name {
        display: block;
        margin-bottom: 0.5em;
    }

    .addToCartDialog .details .price {
        font-weight: bold;
    }

@media only screen and (max-width: 600px) {

    .addToCartDialog {
        text-align: center;
    }

        .addToCartDialog .product {
            flex-direction: column;
            align-items: center;
        }

        .addToCartDialog .controls {
            flex-direction: column;
            text-align: center;
        }

            .addToCartDialog .controls .cashDesk, .addToCartDialog .controls .back {
                justify-content: center;
            }
}

#infoPage .wareList.col6 .list {
    grid-template-columns: repeat( auto-fit, minmax(250px, 1fr) );
}

#ware .buy .prices .additionalText {
    margin-top: 10px;
    margin-left: 10px;
}

.wareList .list .item .like a, #ware .like, #ware .like a {
    text-align: left;
}

    .wareList .list .item .like a img:hover, #ware .like a img:hover {
        transform: scale(1.3);
    }

    .wareList .list .item .like a img, #ware .like a img {
        display: inline;
        right: 0;
        width: 28px;
        margin-left: 0;
        margin-right: auto;
        transition: all ease-in-out 0.2s;
    }

.wareList .list .group-banner {
    background-size: cover;
    background-position: center center;
}

.header .languageMenu a {
    padding-top: 5px;
    padding-bottom: 5px;
}

.order-logo {
    max-width: 200px;
    margin-top: 20px;
}

@media only screen and (max-width: 768px) {
    .order-logo {
        max-width: 150px;
        margin-bottom: -10px;
    }
}