body {font-family: "Manrope", sans-serif;font-weight: 400;font-style: normal;padding: 0;margin: 0;color:#687069;color: #231f20;font-size: min(1.5vw, 16px);line-height: min(2.25vw, 24px);background-color: #fff;isolation: isolate;}

.div-centered {margin: 0 auto !important;}
.spacer {height: min(2vw, 40px);}
.text-center {text-align: center}
p,h1,h2,h3 {margin: 0; padding:0;font-weight: 400;}
img {    width: 100%;    height: intrinsic;}
a {text-decoration: underline;transition: all 0.25s ease-in-out;color: #000;border-bottom: 1px solid transparent;}
.max1180 {    max-width: 1180px;}
.max1350 {    max-width: 1350px;}
.max1590 {    max-width: 1590px;}
.text20 {font-size: min(1.85vw, 20px);line-height: min(2.5vw, 26px);}
.text26 {font-size: min(2vw, 25px);line-height: min(2.5vw, 36px);}
.text30 {font-size: min(2.2vw, 30px);line-height: min(2.2vw, 30px);}
.text-bold {font-weight: 600;}

.menu {
    position: absolute;
    width: calc(100% - 2vw);
    left: 0;
    right: 0;
    top: min(4vw, 80px);
    position: fixed;
    z-index: 1000;
    filter: drop-shadow(0px 25px 26px rgba(0,0,0,0.25));
}

.menu-top {
    background-color: rgba(211,202,182,0.75);
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    height: 55px;
    display: flex;
    justify-content: end;
    align-items: center;
    padding: 0 20px;
    box-sizing: border-box;
}

.menu-functions {
    mix-blend-mode: initial;
}

.logo {
    max-width: min(22vw, 140px);
    margin-right: 2vw;
    z-index: 1;
    margin-top: -40px;
}

.menu-bottom {
    height: 55px;
    background-color: #fff;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    display: flex;
    padding: 0 20px;
    box-sizing: border-box;
    align-items: center;
    z-index: 1;
    position: relative;
}

.menu-functions {
    display: flex;
    gap: min(3vw, 30px);
    align-items: center;
    z-index: 5;
}

ul.mainmenu {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    width: 100%;
    list-style-type: none;
    padding: 0;
    margin: 0;
}

a.icon-member, a.icon-basket {
    width: 38px;
    height: 38px;
    border-radius: 100%;
    background-color: #808184;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

a.icon-member img {
    max-width: 18px;
}

a.icon-basket img {
    max-width: 22px;
}

.basket-quantity {
    position: absolute;
    top: -5px;
    right: -10px;
    font-weight: 500;
    color: #fff;
    font-size: 11px;
    line-height: 11px;
    padding: 5px;
    box-sizing: border-box;
    text-align: center;
    background-color: #000;
    border-radius: 100%;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.menu a {
    text-decoration: none;
}

.langs a {
    font-size: 13px;
    line-height: 13px;
    font-weight: 600;
    color: #000000;
}

.langs a.active {
    color: #808184;
}

.langs {
    display: flex;
    gap: 6px;
    align-items: center;
    margin-left: 10px;
}

input, textarea {
    font-family: "Manrope", sans-serif;
    font-weight: 400;
    font-style: normal;
    padding: min(2vw, 20px);
    border: 1px solid #808184;
    border-radius: 10px;
    font-size: min(2.5vw, 16px);
    line-height: min(3.25vw, 24px);
    box-sizing: border-box;
    transition: all 0.25s ease-in-out;
    outline: 1px solid transparent;
}

input[type="search"] {
    background-color: #808184;
    color: #fff;
    border-radius: 25px;
    border: 0;
    padding: 10px;
    font-size: min(1.35vw, 14px);
    font-weight: 600;
    background-image: url(../templateimages/icon-search.svg);
    background-repeat: no-repeat;
    background-position-x: calc(100% - 10px);
    background-size: 20px;
    background-position-y: center;
    outline: 0;
    width: 25vw;
    max-width: 250px;
}

ul.mainmenu a {
    color: #000;
    font-weight: 600;
    font-size: min(1.75vw, 15px);
    line-height: min(1.25vw, 15px);
    border-bottom: 1px solid transparent;
}

input[type="search"]::placeholder {
    color: #fff;
}

.lang-switch {
    width: 20px;
    height: 11px;
    border-radius: 25px;
    background-color: #808184;
    padding: 2px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: end;
}

.lang-switch-dot {
    background-color: #fff;
    border-radius: 100%;
    width: 7px;
    height: 7px;
}

input#search::-webkit-search-cancel-button{position:relative;
    right:-120px; }

.home-carousel {
    background-color: #f8f8f8;
    padding: min(2vw, 40px);
    box-sizing: border-box;
    padding-bottom: 0;
}

.home-carousel-item {
    width: 100%;
    height: min(50vw, 900px);
    display: flex;
    overflow: hidden;
}

.home-carousel-item img {object-fit: cover;height: 100%;transition: all 0.25s ease-in-out;}

.home-carousel-item-caption {display: flex;flex-direction: column;justify-content: center;align-items: center;width: 20vw;height: 10vw;padding: 2vw;padding-bottom: 0;box-sizing: border-box;color: #fff;margin-top: -10vw !important;position: relative;transition: all 0.25s ease-in-out;}

.home-carousel-pager {
    display: flex;
    justify-content: end;
    height: min(4vw, 40px);
    align-items: center;
}

.home-carousel-pager-dots {
    justify-self: center;
    display: flex;
    gap: 10px;
    position: absolute;
    left: 0;
    right: 0;
}

.home-carousel-pager-dots a {
    width: 15px;
    height: 15px;
    background-color: #808184;
    border-radius: 25px;
    display: block;
}

.home-carousel-pager-dots a.active {
    background-color: #000;
}

.home-carousel-pager-dots a:hover {
    background-color: #000;
}

.btn-arrow {
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 10px;
}

.btn-arrow img {
    width: 25px;
    transition: all 0.25s ease-in-out;
}


.btn-arrow:hover img {
    margin-right: -10px;
    margin-left: 10px;
}

.home-carousel-item-caption-title {
    flex-grow: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
    text-align: center;
    max-width: 450px;
    font-size: min(2.2vw, 50px);
    line-height: min(2.2vw, 50px);
    color: #fff;
    text-decoration: none;
    transition: all 0.25s ease-in-out;
}

.home-carousel-item-caption-projects {
    font-size: min(1.8vw, 20px);
    z-index: 1;
}

.home-carousel-item-caption-title a {
}

.home-carousel-item-caption:before {
    content: "";
    position: absolute;
    inset: 0;
    background-color: #d3cab6;
    mix-blend-mode: multiply;
    z-index: 0;
    border-top-left-radius: 55vw;
    border-top-right-radius: 55vw;
}




.list-ProdCat {
    display: flex;
    display: grid;
    gap: 2vw;
    grid-template-columns: repeat(auto-fit, minmax(calc(300px - 2vw), 1fr));
}

.list-ProdCat-item {
    text-decoration: none;
    font-weight: 700;
}

.list-ProdCat-item div {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.list-ProdCat-item div a {
}

h2 {
    font-size: min(3vw, 40px);
    color: #000000;
    line-height: min(4vw, 45px);
}

.spacerX4 {
    height: min(8vw, 160px);
}

.HorizList {
    background-color: #f8f8f8;
    padding: 4vw;
    display: flex;
    flex-direction: column;
    gap: 4vw;
}

.list-Prod {
    overflow-x: scroll;
    width: 100%;
    box-sizing: border-box;
}

.max1460 {
    max-width: 1460px;
}

.list-Prod a {
    text-decoration: none;
    display: flex;
    flex-direction: column;
    gap: 10px;
    font-weight: 600;
}

img.listProd-brand-logo {
    max-width: 120px;
    max-height: 30px;
}

.listProd-price {
    color: #808184;
    display: flex;
    flex-direction: column;
    font-weight: 400;
}

.listProd-price span {
    font-size: 13px;
    line-height: 13px;
}

.home-banners {
    display: flex;
    flex-wrap: wrap;
    gap: 2vw;
}

a.home-banners-item {
    flex-basis: calc(50% - 1vw);
    text-decoration: none;
    color: #fff;
    position: relative;
}

.home-banners-item-img-shadow {
    width: 100%;
    height: 5vw;
    background: #231F20;
    background: linear-gradient(0deg, rgba(35, 31, 32, 0.75) 0%, rgba(35, 31, 32, 0) 100%);
    mix-blend-mode: multiply;
    position: absolute;
    bottom: 0;
    z-index: 1;
}

.home-banners-item-text {
    position: absolute;
    bottom: 0;
    display: flex;
    gap: 10px;
    flex-direction: column;
    padding: 1vw;
    z-index: 1;
}

.home-banners-item-img {
    display: flex;
    width: 100%;
    height: min(25vw, 450px);
    overflow: hidden;
}

.home-banners-item-img img {
    height: 100%;
    object-fit: cover;
    transition: all 0.25s ease-in-out;
}

a.home-banners-item:hover .home-banners-item-img img {
    transform: scale(1.05);
}

.home-projects-strip {
    background-color: #808184;
    min-height: min(33vw, 550px);
    margin-bottom: 110px;
}

.home-projects {
    color: #fff;
    padding: 2vw 0;
    display: flex;
    flex-direction: column;
    gap: 2vw;
}

.home-projects-header {
    display: flex;
    justify-content: space-between;
}

.home-projects-header div {
    flex-basis: 75%;
}


.home-projects-carousel {
    gap: 2vw;
}

.home-projects-carousel-text {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 25%;
    float: left;
}

.home-projects-carousel-images {
    position: absolute;
    width: 62.5vw;
    right: 0;
    overflow-x: scroll;
}


.home-projects-carousel-images .scroller a {
    width: min(35vw,  750px);
    height: min(30vw,  485px);
    display: inline-block;
    margin-right: 2vw;
}

.list-Prod .scroller a {
    width: min(25vw,  260px);
}

.scroller {
    width: max-content;
    margin-bottom: 20px;
}

.home-projects-carousel-images .scroller a img {
    object-fit: cover;
    height: 100%;
    transition: all 0.25s ease-in-out;
}

.btn-box {
    font-size: 15px;
    font-weight: 700;
    color: #fff;
    text-decoration: none;
    background-color: #000;
    width: fit-content;
    height: fit-content;
    border-radius: 25px;
    border-bottom-left-radius: 0;
    padding: 10px 15px;
    white-space: nowrap;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    gap: 30px;
}



.visit {
    display: flex;
    /* max-height: 750px; */
}

.visit > div {
    flex-basis: 25%;
}


.visit-text {
    background-color: #231f20;
    padding: 2vw;
    box-sizing: border-box;
    color: #fff;
    display: flex;
    flex-direction: column;
    gap: 2vw;
}



.visit-msg-big {
    font-size: min(4vw, 70px);
    line-height: min(4vw, 70px);
    margin-top: 1vw;
}

.visit-msg span {
    color: #808184;
}

.btn-box-white {
    background-color: #fff;
    color: #000;
}

.visit-stores {
    background-color: #d3cab6;
    padding: 2vw;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    gap: 2vw;
}


.visit-carousel-item a {
    text-decoration: none;
}

.visit-carousel-item a img {
    max-height: 300px;
    object-fit: cover;
    height: 100%;
}

.visit-carousel-item a {
    display: flex;
    flex-direction: column;
    gap: 1vw;
}

.max1920 {
    max-width: 1920px;
}

.visit-container {
    background-color: #231f20;
}

.visit-carousel-item a:hover .btn-arrow img {
    margin-right: -10px;
    margin-left: 10px;
}

.visit-carousel-pager-item {
    width: 15px;
    height: 15px;
    border: 1px solid #231f20;
    border-radius: 100%;
    display: block;
}

.visit-carousel-pager {
    display: flex;
    gap: 10px;
    flex-grow: 1;
    align-items: end;
}

.visit-carousel-pager .active {
    background-color: #231f20;
}

.visit-carousel-pager-item:hover {
    background-color: #231f20;
}

.club-container {
    background-color: #f8f8f8;
    padding: 2vw;
}

.club {
    display: flex;
    align-items: end;
}

.club-left {
    flex-basis: 75%;
    color: #231f20;
    font-weight: 600;
}

.club-right {
    flex-basis: 25%;
    text-align: right;
}

.visit-msg h2 {
    color: #fff;
}

.club-left h2 {
    margin-bottom: 1vw;
}

.footer-container {
    background-color: #231f20;
    padding: 2vw;
}

.footer-top {
    display: flex;
    gap: 2vw;
    justify-content: space-between;
}

.footer-top-row1, .footer-top-row2 {
    display: flex;
    gap: 0.5vw;
    flex-direction: column;
}

.footer-left {
    color: #808184;
    display: flex;
    flex-direction: column;
    gap: 2vw;
}

img.footer-logo {
    width: 100px !important;
}

.footer-left .footer-top-row1 div, .footer-left .footer-top-row2 div {
    display: flex;
    gap: 1.5vw;
}

.footer a {
    color: #fff;
    text-decoration: none;
    white-space: nowrap;
}

.footer {
    font-size: min(1.2vw, 14px);
}

.footer-right img {
    width: 30px;
}

.footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: end;
    margin-top: 1vw;
    padding-top: 1vw;
    border-top: 1px solid #808184;
}

img.pixelworks {
    width: 60px;
}

.icons-social {
    display: flex;
    gap: 20px;
}

img.footer-cards {
    max-width: 210px;
}

h3 {
    font-size: min(2.5vw, 25px);
    line-height: min(2.5vw, 25px);
    margin-bottom: 1vw;
    color: #808184;
}

.padding-sides {
    padding-left: 2vw;
    padding-right: 2vw;

}

.list-Prod .scroller {
    display: flex;
    gap: 2vw;
}

.visit1, .visit4 {
    display: flex;
}

.visit1 img, .visit4 img {
    object-fit: cover;
    height: 100%;
    max-height: 750px;
}

.disclaimer {
    color: #808184;
    font-size: min(1vw, 12px);
    line-height: min(1.2vw, 16px);
}

li.mobile-menu-opener {
    display: none;
}

ul.mobilemenu {
    width: 100%;
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: none;
}

.header-area {
    background-color: #f8f8f8;
}

.h2-home-projects {
    color: #808184;
}

.footer-right {
    display: flex;
    flex-direction: column;
    row-gap: 2vw;
    align-items: end;
}

.club-left div {
    display: flex;
    align-items: center;
}

.inside .menu {
    top: 20px;
}

.inside .header-area {
    padding-top: 160px;
}

.path {
    font-size: 12px;
    color: #808184;
    font-weight: 700;
    display: flex;
    justify-content: center;
    gap: 10px;
}

.path a {
    color: #808184;
    border-bottom: 1px solid #808184;
    text-decoration: none;
}

.bg-grey {
    background-color: #f8f8f8;
}

.product-header {
    display: flex;
    flex-wrap: wrap;
    gap: 1vw;
    align-items: center;
    margin-bottom: 1vw;
}

.product-brand {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #808184;
    width: 100%;
}

.spacerX2 {
    height: min(4vw, 80px);
}

.product-brand a {
    display: flex;
}

.all-options {color: #808184;font-weight: 700;text-decoration: none;font-size: 12px;}

h1 {
    font-size: min(10vw, 50px);
    line-height: min(12vw, 50px);
    font-weight: 400;
    width: fit-content;
    margin: 0;
    margin-bottom: 20px;
}

.product-promo-sticker {
    background-color: #793e2a;
    font-size: 25px !important;
    font-weight: 700;
}

.product-body {
    display: flex;
    gap: 2vw;
    align-items: flex-start;
}

.product-body-gallery {
    width: 65%;
}

.product-body-details {
    width: 30%;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    gap: min(2vw, 20px);
}

.product-body-gallery .scroller {
    display: grid;
    width: auto;
    gap: 1vw;
    grid-template-columns: repeat(auto-fit, minmax(calc(33.333% - 2vw), 1fr));
}

.product-body-gallery .scroller a:first-child {
    width: 100%;
    height: 100%;
    max-width: initial;
    max-height: initial;
    grid-column: span 3;
    aspect-ratio: auto;
}

.product-body-gallery a {
    display: flex;
    aspect-ratio: 1/1;
}

.product-body-gallery a img {
    object-fit: cover;
    height: 100%;
    transition: all 0.25s ease-in-out;
}

.drop-down {
    background-color: #808184;
    width: auto;
    display: block;
    background: url(../templateimages/icon-dd-arrow.svg) no-repeat #808184;
    background-position-x: calc(100% - 20px);
    background-size: 16px;
    background-position-y: 18px;
    margin-right: 0;
}

.product-body-options {
    display: flex;
    flex-direction: column;
    gap: min(2vw, 20px);
}

.product-body-description {
    margin-bottom: 2vw;
}

.product-customization-section-title {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
    font-weight: 700;
    color: #000;
}

.product-customization-options .scroller {
    display: flex;
}

.product-customization-options {
    overflow-x: scroll;
    width: 100%;
}

.product-customization-options-item {
    background-color: #fff;
    padding: 10px;
    box-sizing: border-box;
    gap: 10px;
    flex-direction: column;
    align-items: center;
    text-align: center;
    text-decoration: none;
    font-size: 12px;
    line-height: 14px;
    font-weight: 700;
    border: 1px solid transparent;
    border-bottom-width: 4px;
    width: 110px;
    display: inline-block;
    margin-right: 0.5vw;
}

.product-customization-options-item:hover, .product-customization-options-item.active {
    border-color: #808184;
}

.product-customization-options-item-img {
    display: flex;
    margin-bottom: 10px;
}

.add2basket-options {
    background-color: #d3cab6;
    border-radius: 100px;
    border-top-left-radius: 0;
    padding: 1vw 2vw;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.price-discounted {
    color: #793e2a;
}

.price-startingprice {
    text-decoration: line-through;
}

.product-quantity {padding-right: 50px;}


.add2basket {
    margin: min(2vw, 20px) 0;
}

.product-details ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.product-details-icon {
    flex-basis: 60px !important;
    flex-grow: 0 !important;
    display: flex;
    justify-content: center;
}

.product-details-icon img {
    max-width: 100%;
    max-height: 25px;
}

.product-details ul li {
    display: flex;
    align-items: center;
    padding: min(2.5vw, 20px) 0;
    border-top: 1px solid #808184;
    gap: 20px;
}

.product-details ul li:last-child {
    border-bottom: 1px solid #808184;
}

.product-details {
    margin: min(2vw, 20px) 0;
}

.product-details ul li div {flex-grow: 1;flex-basis: 30%;/* color: #808184; */font-size: min(2vw, 14px);line-height: min(2.2vw, 18px);}

.product-longphoto {
    height: 30vw;
    max-height: 600px;
    display: flex;
}

.product-longphoto img {
    height: 100%;
    object-fit: cover;
}

.product-designer {
    max-width: 900px;
    padding-bottom: 2vw;
    display: flex;
    flex-direction: column;
    gap: 1vw;
    margin-top: -50px !important;
    align-items: center;
}

.product-designer-img {
    width: 180px;
    height: 180px;
    max-width: 180px;
    max-height: 180px;
    border-radius: 200px;
    overflow: hidden;
    border: 20px solid #D3CAB6;
}

.product-designer-img img {
    height: 100%;
    object-fit: cover;
}

.product-designer-details {
    max-width: 600px;
}

.product-designer-text-title {
    margin-left: -50px;
}

.product-designer-text-name {
    margin-bottom: 10px;
}

.product-designer-text-title h3 {
    margin-bottom: 10px;
}

.grey-arrow-down {
    width: 100%;
    max-width: 50px;
    display: flex;
    margin-bottom: 20px !important;
}

.product-help {
    max-width: 900px;
    display: flex;
    flex-direction: column;
    gap: 1vw;
}

.product-help-intro {
    color: #808184;
    text-align: center;
}

.product-help h3 {
    text-align: center;
    margin-bottom: 0;
}

.product-help-form form {
    display: flex;
    gap: 2vw;
    justify-content: space-evenly;
}

.product-help-form-left, .product-help-form-right {
    flex-basis: 40%;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    gap: 1vw;
}

.product-help-form-submit {
    display: flex;
    align-items: end;
    justify-content: space-between;
    flex-grow: 1;
}

.product-help-form-submit .btn-box {
    margin-right: 0;
}

.home-projects-header .btn-box {
    margin-right: 0;
}

.club-left .btn-box {
    margin-right: 1vw;
}

input[type="checkbox"] {accent-color: #231f20;width: max-content;}

.product {
    padding: 0 2vw;
}

.header-generic {
    padding-bottom: 20px;
}

.basket-item {
    display: flex;
    justify-content: space-between;
    gap: 1vw;
    align-items: center;
    border-top: 1px solid #808184;
    width: 100%;
}

.basket-item-photo {
    flex-basis: 20%;
    max-width: 170px;
}

.basket-item-photo img {
    height: 100%;
    object-fit: cover;
    aspect-ratio: 1 / 1;
}

.basket-item-photo a {
    display: flex;
    height: 100%;
}

.basket-item-details {
    display: flex;
    flex-direction: column;
    gap: min(1.5vw, 20px);
    flex-grow: 1;
}

a.basket-item-brand {
    max-width: 140px;
    display: flex;
}

.basket-item-details-customization {
    color: #808184;
}

img.listProd-img {
    object-fit: cover;
    height: 350px;
    transition: all 0.25s ease-in-out;
}

.basket-item-delete {
}

.basket-item-price .add2basket-options-price {
    display: flex;
    flex-direction: column;
    align-items: end;
}

.basket-item-delete a {
    display: flex;
}

.basket-total-items {background-color: #808184;color: #fff;padding: 5px;border-bottom-left-radius: 15px;border-bottom-right-radius: 15px;text-align: right;padding-right: 20px;width: 100%;box-sizing: border-box;}

.text14 {
    font-size: min(1.5vw, 14px);
    line-height: min(2.25vw, 20px);
}

.basket-coupons {
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: end;
    margin: 20px 0;
}

input.basket-coupon-field {
    height: 0px;
    width: 250px;
}

.btn-add img {
    width: 30px;
    transition: all 0.25s ease-in-out;
}

.basket-coupons form {
    display: flex;
    flex-direction: column;
    gap: 5px;
    align-items: end;
}

.basket-coupons-field {
    display: flex;
    align-items: center;
    position: relative;
}

.btn-add {
    display: flex;
}

.btn-add-coupon {
    position: absolute;
    right: 10px;
}

.basket {
    display: flex;
    flex-direction: column;
    align-items: end;
}

.basket .price-startingprice {
    text-align: right;
    width: 100%;
}

.basket-total-price {
    display: flex;
    flex-wrap: wrap;
    justify-content: end;
    align-items: baseline;
    gap: 5px;
}

.text36 {
    font-size: min(3vw, 36px);
    line-height: min(4vw, 44px);
}

.content {
    padding-top: 40px;
    padding-bottom: 40px;
}

.order form {
}

.order-left {
    flex-basis: 75%;
}

.order h2 {
    color: #808184;
    margin-bottom: 40px;
}

.order-form-head {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
}

.btn-box-beige {
    background-color: #d3cab6;
    color: #000;
}

.order-form-line {
    display: flex;
    gap: 20px;
    align-items: center;
    flex-wrap: wrap;
    position: relative;
}

.order-form-line input, textarea {
    flex-grow: 1;
    flex-basis: 40%;
}

.order-form-create {
    padding: 20px;
    border: 1px solid #d3cab6;
    box-sizing: border-box;
    border-radius: 20px;
}



.order-form-create-expand {
    display: flex;
    gap: 20px;
    align-items: center;
    margin-top: 20px;
}

a.order-form-create-google img {
    width: 40px;
}

a.order-form-create-google {
    display: flex;
    align-items: center;
    gap: 10px;
    background-color: #f8f8f8;
    padding: 20px;
    border-radius: 20px;
    text-decoration: none;
    font-weight: 600;
    align-self: stretch;
    justify-content: center;
}

    .order form input {width: 100%;}

.order-form-create a.btn-add {
    display: flex;
    gap: 10px;
    align-items: center;
    text-decoration: none;
    flex-wrap: wrap;
}

.order-form-create-pass, .order-form-create-google {
    flex-grow: 1;
    flex-basis: 40%;
}

.order-form-create-pass input {
    padding: 20px;
}

.order-form-create-pass {
    border: 10px solid #d3cab6;
    background-color: #d3cab6;
    border-radius: 20px;
}

img.icon-expand {
    width: 30px;
    position: absolute;
    right: 20px;
}

.order form input[type="checkbox"] {
    flex-grow: 0;
    flex-basis: fit-content;
    margin-top: 4px;
}

.order label {
    cursor: pointer;
    display: flex;
    flex-wrap: wrap;
    flex-basis: 70%;
    flex-grow: 1;
}

.order-form-checkbox {
    flex-basis: 100%;
    display: flex;
    align-items: flex-start;
    gap: 5px;
    flex-wrap: wrap;
}

.order form {
    display: flex;
    gap: 40px;
}

.order-left, .order-right {
    display: flex;
    flex-direction: column;
    gap: 20px;
    flex-grow: 1;
}

.order-right {
    border-left: 1px solid #808184;
    padding-left: 40px;
    flex-basis: 30%;
    justify-content: space-between;
}

.order hr {
    background-color: #808184;
    height: 1px;
    width: 100%;
    border: 0;
}

.select-store {
    flex-basis: 100%;
    position: relative;
    display: flex;
    align-items: center;
}

.order-form-checkbox span {
    flex-basis: 100%;
    color: #808184;
}

.order h3 {
    margin: 0;
}

.surcharges {
    border-radius: 20px;
    background-color: #f8f8f8;
    padding: 1.5vw;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.order-next-step .order-form-checkbox label {cursor: default;display: block;color: #808184;}

.order-next-step {
    display: flex;
    flex-direction: column;
    gap: 10px;
    flex-grow: 1;
    justify-content: flex-end;
}

.order-next-step .btn-box {
    margin-top: 20px;
}

.basket h3 {
    width: 100%;
}


.basket-total-items {
    margin-top: -10px;
}

.order-form-head {
    gap: 20px;
}

.order-right .spacer {
    display: none;
}

.basket-item-delete img {
    width: 30px;
}

img.listProd-available {
    width: 30px;
}

.listProd-brand-availability {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.listProd-brand-logo-container {
    display: flex;
}

.list-filters {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 40px !important;
}

.drop-down-sortby {
    flex-grow: 1;
    max-width: 300px !important;
}

.product-customization-section .drop-down {
    width: 100%;
}

.list-filters .drop-down {
    width: 100%;
    max-width: 200px;
}

.flex-spacer {
    flex-grow: 1;
}

.list-Prod {
    display: grid;
    gap: 2vw;
    grid-template-columns: repeat(auto-fit, minmax(calc(20% - 2vw), 1fr));
    padding: 0;
}

.inside .list-Prod {overflow: hidden;}

.btn-list-show-more, .btn-back {
    padding-right: 10px;
}

.list-filters-mobile {
    display: none;
}

.btn-back img {
    width: 25px;
    transform: rotate(45deg);
}

.btn-box img {
    width: 17px;
}

.project-type {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #808184;
    width: 100%;
    color: #808184;
    font-weight: 700;
    font-size: 12px;
    padding-bottom: 5px;
}

.project {
    display: flex;
    gap: 4vw;
}

.project-left {
    flex-basis: 40%;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.project-mainphoto img {
    height: 100%;
    object-fit: cover;
    aspect-ratio: 1/1;
}

.project-mainphoto {
    display: flex;
}

.project-products {
    display: grid;
    gap: 1vw;
    grid-template-columns: repeat(auto-fit, minmax(calc(33.333% - 1vw), 1fr));
}

.project-products-item-photo img {
    height: 100%;
    object-fit: cover;
    margin-bottom: 10px;
    transition: all 0.25s ease-in-out;
}

.project-products-item-photo {
    display: flex;
    height: 200px;
    margin-bottom: 10px;
}

.project-gallery {
    display: grid;
    gap: 1vw;
    grid-template-columns: repeat(auto-fit, minmax(calc(33.333% - 2vw), 1fr));
    align-content: start;
}

.project h4 {
    margin-top: 0;
    margin-bottom: 20px;
}

.project-right {
    flex-basis: 40%;
    flex-grow: 1;
}

h4 {
    font-size: min(1.5vw, 18px);
    line-height: min(2.25vw, 26px);
}

.project-left h4 {
    margin-bottom: 0;
}

.max960 {
    max-width: 960px;
}

.about-preface {
    padding: 4vw;
    display: flex;
    box-sizing: border-box;
    justify-content: center;
    align-items: center;
    background: url(../templateimages/about-preface.jpg) no-repeat;
    background-size: cover;
    aspect-ratio: 2 / 1;
    background-position-x: center;
    background-position-y: center;
}

.team {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(calc(33.333% - 2vw), 1fr));
    gap: 2vw;
}

p {margin-bottom: 10px;}

.team-item {
    display: flex;
    flex-direction: column;
}

hr {
    border: 0;
    outline: 0;
    border-bottom: 1px solid #000;
    width: 100%;
    height: 1px;
    padding: 0;
    margin: 0;
}

.team-item hr {
    display: none;
}

.visit-buttons {
    display: flex;
    gap: 10px;
    align-items: center;
    flex-wrap: wrap;
}

.store-item {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.store-item-description, .store-item-hours {
    flex-basis: 25%;
}

.store-item-mainphoto, .store-gal {
    flex-basis: 60%;
    flex-grow: 1;
    display: flex;
    gap: 20px;
    justify-content: space-between;
}

.store-gal {display: grid;grid-template-columns: repeat(auto-fit, minmax(calc(33.333% - 2vw), 1fr));}

.store-item-mainphoto img {
    height: 100%;
    object-fit: cover;
}

.store-item-hours {
    background-color: #d3cab6;
    padding: 2vw;
    box-sizing: border-box;
    justify-content: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

table.table-hours td {
    border-bottom: 1px solid #fff;
    margin-bottom: 5px;
    padding: 5px 0px;
}

.store-item-hours h4 {margin-top: 0;}

table.table-hours td:nth-child(odd) {
    padding-right: 10px;
}



.home-projects-carousel-text h3 {
    color: #fff;
    margin-bottom: 10px;
}

.team-item hr {
    order: 5;
}

.product-header h1 {
    margin-bottom: 0;
}

ul.mainmenu a:hover {
    border-color: #000;
    padding-bottom: 4px;
}

a.icon-member:hover, a.icon-basket:hover {
    margin-bottom: 10px;
    filter: drop-shadow(0px 5px 6px rgba(0, 0, 0, 0.25));
}

.langs a:hover {
    border-color: #000;
}

a:hover {
}



.list-ProdCat-item:hover img {transform: scale(1.05);filter: drop-shadow(0px 5px 6px rgba(0, 0, 0, 0.25));}

.list-ProdCat-item img {
    transition: all 0.25s ease-in-out;
}

a.list-item:hover img.listProd-img {
    transform: scale(1.05);
}

.list-item-photo {
    overflow: hidden;
}

.home-projects-carousel-images .scroller a:hover img {transform: scale(1.05);}

.product-body-gallery a:hover img {
    transform: scale(1.05);
}

a.btn-box:hover {
    /* border-radius: 0; */
    border-bottom-left-radius: 25px;
    border-top-right-radius: 0;
    background-color: #808184;
    color: #fff !important;
}

a.drop-down:hover {
    background-color: #000;
}

input:hover, textarea:hover, input:focus, textarea:focus {
    border-color: #000;
    outline-color: #000;
}

.footer a:hover {
    border-color: #fff;
}

.path a:hover {
    border-color: transparent;
}

.product-brand a:hover {
    border-color: #808184;
}

a.all-options:hover {
    border-color: #808184;
}

.basket-item-details a {
    text-decoration: none;
    width: fit-content;
}

.basket-item-details a:hover {
    border-color: #000;
}

.basket-item-delete a:hover {
    filter: drop-shadow(0px 5px 6px rgba(0, 0, 0, 0.25));
}

a.btn-box-beige:hover {
    color: #fff;
}

a.btn-add:hover img {
    filter: drop-shadow(0px 5px 6px rgba(0, 0, 0, 0.25));
}

.content a:hover {
    color: #808184;
}

.project-products a:hover .list-item-photo img {
    transform: scale(1.05);
}

.basket-coupons-invalid {
    color: red;
}

.home-carousel-items a {
    text-decoration: none;
}

.home-carousel-items a:hover .home-carousel-item-caption-title {
    color: #d3cab6 !important;
}

.home-carousel-items a:hover .home-carousel-item-caption {
    width: 21vw;
    height: 11vw;
    margin-top: -11vw !important;
}

.home-carousel-items a:hover .home-carousel-item img {
    transform: scale(1.02);
}