header { 
    height: 126px;
    -webkit-box-shadow: none;
            box-shadow: none;
}

/*@media only screen and (max-width: 1050px){*/
/*    header {*/
/*        height: 70px;*/
/*    }*/
/*}*/
/*.slider-header, #top, #top .container, .headerRow {*/
/*    height: 100%;*/
/*}*/


/*.headerRow, .navLeft, .menuHolder, .menuHolder .menu, .menuHolder .menu li {*/
/*    display: -webkit-box;*/
/*    display: -ms-flexbox;*/
/*    display: flex;*/
/*    -webkit-box-align: stretch;*/
/*        -ms-flex-align: stretch;*/
/*            align-items: stretch;*/
/*}*/

.menuHolder .menu li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.headerRow {
    /*-webkit-box-pack: justify;*/
        /*-ms-flex-pack: justify;*/
            /*justify-content: space-between;*/
    /*margin-top: 0;*/
}

/*.headerRow .navRight { */
/*    display: -webkit-box; */
/*    display: -ms-flexbox; */
/*    display: flex;*/
/*    -webkit-box-align: stretch;*/
/*        -ms-flex-align: stretch;*/
/*            align-items: stretch;*/
/*    -webkit-box-pack: center;*/
/*        -ms-flex-pack: center;*/
/*            justify-content: center;*/
/*}*/
/*.headerRow .navLeft, .headerRow .right {*/
/*    -webkit-box-flex: 1;*/
/*        -ms-flex: 1 1 50%;*/
/*            flex: 1 1 50%;*/
/*}*/

/*.headerRow .right {*/
/*    display: -webkit-box;*/
/*    display: -ms-flexbox;*/
/*    display: flex;*/
/*    -webkit-box-align: stretch;*/
/*        -ms-flex-align: stretch;*/
/*            align-items: stretch;*/
/*    -webkit-box-pack: end;*/
/*        -ms-flex-pack: end;*/
/*            justify-content: flex-end;*/
/*}*/

/*.headerRow .accountHolder {*/
/*    display: -webkit-box;*/
/*    display: -ms-flexbox;*/
/*    display: flex;*/
/*    -webkit-box-align: center;*/
/*        -ms-flex-align: center;*/
/*            align-items: center;*/
/*}*/

/*@media screen and (max-width: 1050px){*/
/*    .headerRow .navLeft, .headerRow .right {*/
/*        display: none;*/
/*    }*/
/*}*/

.headerRow .newlogo {
    /*position: relative;*/
    /*-webkit-transform: none;*/
    /*    -ms-transform: none;*/
    /*        transform: none;*/
    /*left: 0;*/
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}

.headerRow .newlogo .strapline {
    letter-spacing: 2px;
}

stuck .newlogo img {
    height: 20px;
    transition: .6s all ease-in-out;
}

.headerRow .newlogo .strapline br {
    display: none;
}

@media only screen and (max-width: 1050px) {
    
    .headerRow .newlogo {
        align-items: start;
    }
    
    .headerRow .newlogo .strapline {
        letter-spacing: 1px;
        text-align: left;
        margin-top: 9px;
        line-height: 17px;
    }
    
    .headerRow .newlogo .strapline br {
        display: block;
    }
    
    .headerRow .accountHolder {
        margin-top: 17px;
    }
    
    header {
        height: fit-content;
    }
}

.overflow-menu2 {
    display: none;
}

.menuHolder .menu li ul {
    top: 51px;
}
.menuHolder .menu li ul li ul, .menuHolder .menu li:hover ul li ul {
    display: none;
}
.menuHolder .menu li ul li:hover ul {
    display: block;
}
.menuHolder .menu li ul li ul {
    top: -10px;
    left: 270px;
}
/*.menuHolder .menu li a {*/
/*    padding:  0 22px 0 22px;*/
/*}*/

/*.menuHolder .menu li a:after {*/
/*    bottom: 40px;*/
/*}*/

.homeslider li .textHolder .but, 
.homeBoxes.updatedHomeBoxes a .boxContent .but,  
.homepageFeatureCarousel.beige li .text .textHolder a.but,
.homepageFeatureCarousel.beige li .text .textHolder a.but:hover,
.homepageFeatureCarousel li .text .textHolder a.but,
.homepageFeatureCarousel li .text .textHolder a.but:hover,
.product-grid .product.newCategory a .prodContent span.BoxHover span,
.product-grid .col-sm-3 .product.newCategory a .prodContent span.BoxHover span,
.product-grid .col-sm-3 .product.newCategory a .prodContent span.BoxHover span:hover,
.product-grid .col-sm-3 .product.newCategory a:hover .prodContent span.BoxHover span,
.product-grid .product.category.superProduct .prodContent span.BoxHover span,
.product-grid .product.category.superProduct:hover .prodContent span.BoxHover span

{
    border: none;
    padding-left: 0;
    padding-right: 0;
    position: relative;
    color: #fff !important;
    background: transparent !important;
}

.homeBoxes.updatedHomeBoxes .but {
    border: none !important;
    -webkit-box-shadow: none;
            box-shadow: none;
}

.homeslider li .textHolder .but::after, 
.homeBoxes.updatedHomeBoxes a .but::after,
.homepageFeatureCarousel.beige li .text .textHolder a.but::after,
.homepageFeatureCarousel li .text .textHolder a.but::after,
.product-grid .product.newCategory a .prodContent span.BoxHover span::after,
.product-grid .product.category.superProduct .prodContent span.BoxHover span::after
{
    content: "";
    bottom: -3px;
    left: 0;
    height: 2px;
    background-color: #fff;
    position: absolute;
    width: 100%;
    pointer-events: none;
}

.homepageFeatureCarousel.beige li .text .textHolder a.but::after,
.homepageFeatureCarousel li .text .textHolder a.but::after
{
    background-color: currentColor;
}

.homeslider li .textHolder .but::before, .homeBoxes.updatedHomeBoxes a .but::before, .product-grid .product.newCategory a .prodContent span.BoxHover span::before,
.product-grid .product.category.superProduct .prodContent span.BoxHover span::before
{
    content: "";
    bottom: -3px;
    left: 0;
    height: 2px;
    background-color: #b7a999;
    position: absolute;
    width: 38%;
    z-index: 1;
    pointer-events: none;
    -webkit-transition: left 0.2s;
    transition: left 0.2s;
}

.homeslider li .textHolder .but:hover::before, .homeBoxes.updatedHomeBoxes a:hover .but::before,.product-grid .product.newCategory a:hover .prodContent span.BoxHover span::before,
.product-grid .product.category.superProduct:hover .prodContent span.BoxHover span::before
{
    left: 62%;
}



.homepageFeatureCarousel li .text {
    /*padding: 30px;*/
    padding: 0;
    max-width: unset;
    background: transparent;
}
/* .homepageFeatureCarousel.beige li .text {
    background: transparent;
} */

.homepageFeatureCarousel li .text .textHolder {
    /*padding: 110px 90px;*/
    padding: 200px 100px;
    max-width: unset;
}

.homepageFeatureCarousel li .text .textHolder {
    background-color: #54565a;
}

.homepageFeatureCarousel li .text .textHolder h3 {
    color: #b7a999;
}
.homepageFeatureCarousel li .text .textHolder h3 span{
    color: #fff;
}

.homepageFeatureCarousel.lightbeige li .text .textHolder .textHolderInner, 
.homepageFeatureCarousel.lightbeige li .text .textHolder .textHolderInner h3 span,
.q-and-as-holder .q-and-a-title-holder h3 span,
.homepageFeatureCarousel.lightbeige li .text .textHolder a.but:hover {
    color: #54565a;
}

.homepageFeatureCarousel.lightbeige li .text .textHolder .textHolderInner h3,
.q-and-as-holder .q-and-a-title-holder h3
 {
    color: #b7a999;
}

.homepageFeatureCarousel.lightbeige li .text .textHolder .textHolderInner * {
    color: inherit;
}
.homepageFeatureCarousel.lightbeige li .text .textHolder {
    background-color: #f8f6f4;
}

.homepageFeatureCarousel li .text .textHolder .textHolderInner {
    /*max-width: 365px;*/
    margin: 0 auto;
}

.homeBoxes.updatedHomeBoxes .boxContent {
    width: 100%;
    height: 100%;
    padding: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.homeBoxes.updatedHomeBoxes a .boxContent .but {
    position: absolute;
    bottom: 40px;
}

.homeBoxes.updatedHomeBoxes .boxContent span.sub_title {
    font-size: 14px;
    color: #fff;
    font-weight: 600;
    letter-spacing: 1.5px;
    text-shadow: 0 0 10px rgba(0,0,0,.7);
}

.sampleButtonsHolder button.sample,.wishlistHolder a, .wishlistHolder button { 
    border-radius: 0;
}
.wishlistHolder a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.samples-page-content-holder {
    max-width: 664px;
    margin: 0 auto;
}

.samples-page-content-holder .sample-boxes {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 28px;
    margin-top: 36px;
}
.samples-page-content-holder .sample-boxes .sample-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 66px;
    padding: 24px 66px;
    background: #f9f6f4;
}
.samples-page-content-holder .sample-boxes .sample-box:nth-child(even) {
    background: #54565a;
    color: #fff;
}
.samples-page-content-holder .sample-boxes .sample-box .sample-icon {
    max-width: 96px;
}

.samples-page-content-holder .sample-boxes .sample-box h3 {
    font-family: 'Playfair Display', serif;
    font-size: 24px;
    margin-bottom: 1.1em;
    padding: 0;
}
.samples-page-content-holder .sample-boxes .sample-box .description {
    font-weight: 300;
}

.samples-page-content-holder .show-collections {
    width: 100%;
    padding: 12px;
    font-size: 16px;
    font-weight: 600;
    background-color: #b7a999;
    color: #fff;
    display: block;
    text-align: center;
    margin-top: 20px;
}

@media screen and (max-width: 564px) { 
    .samples-page-content-holder .sample-boxes .sample-box {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        text-align: center;
        padding: 24px;
    }
    
}

.prodHeader, .prodHeader.withImage {
    max-width: 1230px;
    margin: 0 auto;
    padding: 0;
    padding-left: 15px;
    padding-right: 15px;
    min-height: 210px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background: #f9f6f4;
}
.prodHeader h1 {
    position: static;
    font-family: 'Playfair Display', serif;
    color: #b7a998;
    text-transform: none;
    font-weight: 500;
    font-size: 50px;
    letter-spacing: 0.7px;
}
.prodHeader.withImage h1 {
    color: #fff;
}

.product-grid .product.newCategory a .prodContent .name {
    font-size: 14px;
    letter-spacing: 0.9px;

}

.product-grid .col-sm-6 .product.newCategory a .prodContent .name .prominent-word {
    font-family: 'Playfair Display', serif;
    display: block;
    font-size: 36px;
    margin-bottom: 16px;
    text-transform: none;
}

.catcontainer .breadcrumb, .breadcrumb .container ul {
    padding-bottom: 0;
}

.product-grid .product.newCategory a .prodContent span.BoxHover {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.standard-body .homepageFeatureCarousel {
    width: 100vw ;
    margin-left: calc(-50vw + 50%) !important;
}

.homepageFeatureCarousel li .text .textHolder {
    text-align: left;
}

.q-and-as-holder .q-and-a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid #b7a998;
    margin-bottom: 30px;
}
.q-and-as-holder .q-and-a:last-child {
    border-bottom: 0;
}

.q-and-as-holder .q-and-a-title-holder, .q-and-as-holder .q-and-a-content-holder {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 50%;
            flex: 1 1 50%;
}
.product-grid .col-sm-3 .product.newCategory a:hover .prodContent span.BoxHover span {
    color: #54565a !important;
}

.product-grid .product.newCategory a .prodContent span.BoxHover span::after {
    background-color: #ebebeb;
}

.info-cards-holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 48px;
}

@media screen and (max-width: 836px) {
    
    .info-cards-holder {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }
    
}

.info-cards-holder .info-card {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 33%;
            flex: 1 1 33%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
}

.info-cards-holder .info-card .image-holder {
    padding: 20px;
    position: relative;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.info-cards-holder .info-card img {
    aspect-ratio: 1/1;
    z-index: 1;
    position: relative;
}
.info-cards-holder .info-card .image-holder::after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
    background-color: #f9f6f4;
    height: 50%;
    left: 0;
    
}

.info-cards-holder .info-card .content-holder {
    background-color: #f9f6f4;
    padding: 10px 42px 34px;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
}
.info-cards-holder .info-card .content-holder h3, .info-feature .content-holder h3 {
    font-family: 'Playfair Display', serif;
    display: block;
    font-size: 28px;
    margin-bottom: 26px;
    text-wrap: balance;
}

.info-cards-holder .info-card .content-holder p, .info-feature .content-holder p {
    font-size: 14px;
    font-weight: 300;
}

.info-feature {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 24px;
    margin-top: 26px;
}

.info-feature .image-holder {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 70%;
            flex: 1 1 70%;
    position: relative;
}
.info-feature .image-holder::after {
    content: "";
    background: #55565a;
    width: calc(10px + 50%);
    position: absolute;
    height: 100%;
    right: 0;
}

.info-feature .image-holder img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    padding: 26px;
    position: relative;
    z-index: 1;
}

.info-feature .content-holder {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 38%;
            flex: 1 1 38%;
    padding: 38px 38px 38px 38px;
    background: #54565a;
    color: #fff;
}

@media screen and (max-width: 1100px) {
    .info-feature .image-holder, .info-feature .content-holder {
        -webkit-box-flex: 1;
            -ms-flex: 1 1 50%;
                flex: 1 1 50%;
    }
}

@media screen and (max-width: 882px) {
    .info-feature {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    
    .info-feature .image-holder::after {
        width: 100%;
        height: 50%;
        bottom: 0;
    }
}
@media screen and (max-width: 850px) {
    .standard-body .homepageFeatureCarousel {
        margin: 0 auto !important;
        width: 100%;
    }

    .homepageFeatureCarousel li {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    .homepageFeatureCarousel.static li .text {
        padding: 16px 10px 44px;
    }
}

.breadcrumb {
    background-color: #f9f6f4;
}

.box.withAddOn:before {
    background-color: transparent;
}

.product-grid .product {
    border: 0;
}

.box.withAddOn .product-grid .product>a, 
.product-grid .product:hover span.BoxHover,
.collectionoffer,
.productAmount,
.filterBar ul.box-filter li ul,
.popUp,
.prodExtraDetails:before,
.productinfoBar,
.footer .pattern {
    background: #f9f6f4;
}
    
.footer .advanced-grid .container > div > .row > div:before {
    display: none;
}

/* .coverageCalculator input {
    visibility: hidden;
    position: absolute;
    pointer-events: none;
}

.coverageCalculator .radioHolder span {

} */

.homepageFeatureCarousel.lightbeige li .text .textHolder .textHolderInner * {
    color: inherit !important;
}