/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

#dynamicSearch {
    display: none;
}


/* Container padding for nav to prevent it being flush to side */
@media(max-width: 1830px) {
    .nav_container_padding_desktop {
        padding-left: 50px;
        padding-right: 50px;
    }
    #desktop_navigation .button_menu > span {
        margin-right: 45px;
    }
}
@media(max-width: 991.98px) {
    .nav_container_padding_desktop {
        padding-left: 15px;
        padding-right: 15px;
    }
}



/*** -------------------- GLOBAL MESSAGE BAR -------------------- ***/
.global_message_bar {
    background-color: #d2c8af;
    text-align: center;
    padding: 8px 0;
}
.global_message_bar a {
    -webkit-transition: ease all .3s;
    -o-transition: ease all .3s;
    transition: ease all .3s;
}
.global_message_bar a:hover {
    opacity: 1;
}
.global_message_bar .global_message_bar_flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.global_message_bar * {
    text-decoration: none;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400; /* medium */
    margin-bottom: 0;
}
.global_message_bar *:hover {
    text-decoration: none;
}
.global_message_bar .left,
.global_message_bar .right {
    width: 600px;
    display: flex;
    flex-direction: row;
    column-gap: 45px;
}
.global_message_bar .center {
    margin-top: 3px;
}
.global_message_bar .left {
    justify-content: flex-start;
}
.global_message_bar .right {
    justify-content: flex-end;
}


/* Container padding for nav to prevent it being flush to side */
@media(max-width: 1830px) {
    .global_message_bar .nav_container_padding_desktop {
        padding-left: 50px;
        padding-right: 50px;
    }
}
@media(max-width: 1499.98px) {
    .global_message_bar * {
        font-size: 13px;
        line-height: 1.2;
    }
}
@media(max-width: 1299.98px) {
    .global_message_bar .nav_container_padding_desktop {
        padding-left: 15px;
        padding-right: 15px;
    }
}
@media(max-width: 1299.98px) {
    .global_message_bar {
        display: none;
    }
}
@media(max-width: 767.98px) {
    .global_message_bar * {
        font-size: 13px;
    }
    .global_message_bar {
        padding: 5px 0;
    }
    .global_message_bar .nav_container_padding_desktop {
        padding: 0 10px;
    }
    .global_message_bar .right {
        width: 140px;
        padding-left: 10px;
    }
}
@media(max-width: 767.98px) {
    .global_message_bar * {
        font-size: 12px;
    }
}
@media(max-width: 575px) {
    .global_message_bar .right {
        width: 105px;
        padding-left: 10px;
    }
    .global_message_bar .nav_container_padding_desktop {
        padding: 0 10px;
        padding-right: 5px;
    }
}
@media(min-width: 575px) {
    .global_message_bar br {
        display: none;
    }
}
/*** Navigation ***/
#mobile_navigation {
    display: none;
}
#desktop_navigation {
    display: block;
}
#mobile_navigation_tray {
    display: none;
}
#mobile_mega_menu_sub_tray {
    display: none;
}

/*** -------------------- DESKTOP -------------------- ***/
#desktop_navigation {
    background-color: var(--off-white);
}

#desktop_navigation .desktop_menu_flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-transition: ease all .2s;
    -o-transition: ease all .2s;
    transition: ease all .2s;
    padding-top: 20px;
    padding-bottom: 20px;
}


/*** Sticky Menu Styles -- add different padding to desktop_menu_flex if needed to shorten nav... ***/
header.sticky #desktop_navigation .desktop_menu_flex {

}

@media(max-width: 1499.98px) {
    #desktop_navigation .desktop_menu_flex {

    }
    header.sticky #desktop_navigation .desktop_menu_flex {

    }
}




#desktop_navigation .desktop_search_bar {
    width: 600px;
}

#desktop_navigation .dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input {
    background-color: var(--white);
    border-radius: 0;
    border: 1px solid var(--mid-grey);
    height: 60px;
    padding: 10px 25px;
    padding-right: 50px;
    line-height: 1;
}

#desktop_navigation .dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit {
    left: unset;
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

#desktop_navigation .dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp {
    padding: 0;
}


/*** Search Suggestions Box ***/
.dgwt-wcas-suggestions-wrapp {
    -webkit-box-shadow: 0px 30px 126px 2px rgba(0,0,0,0.18);
    box-shadow: 0px 30px 126px 2px rgba(0,0,0,0.18);
    max-height: calc(100vh - 300px) !important;
}

.dgwt-wcas-has-headings .dgwt-wcas-suggestion.dgwt-wcas-suggestion-headline {
    text-decoration: none;
}
.dgwt-wcas-st {
    font-size: 18px;
}
.dgwt-wcas-suggestion,
.dgwt-wcas-st,
.dgwt-wcas-suggestion:hover,
.dgwt-wcas-st:hover {
    text-decoration: none !important;
    -webkit-transition: ease all .3s;
    -o-transition: ease all .3s;
    transition: ease all .3s;
}

.dgwt-wcas-suggestion:hover,
.dgwt-wcas-st:hover {
    color: var(--brand);
}

.dgwt-wcas-suggestion.dgwt-wcas-suggestion-product .dgwt-wcas-st {
    font-size: 18px;
}

.dgwt-wcas-suggestion.dgwt-wcas-suggestion-product .dgwt-wcas-st:hover {
    color: var(--text-black);
}

.dgwt-wcas-st>span {
    display: inline;
    margin-left: 10px;
    vertical-align: bottom;
}
.dgwt-wcas-st-breadcrumbs {
    font-size: 70%;
}

.dgwt-wcas-suggestion.js-dgwt-wcas-suggestion-more.dgwt-wcas-suggestion-more {
    display: none;
}

.dgwt-wcas-suggestion.js-dgwt-wcas-suggestion-headline.dgwt-wcas-suggestion-headline:first-of-type {
    /*padding-top: 40px;*/
    padding-top: 10px;
}
.dgwt-wcas-open-pirx .dgwt-wcas-details-wrapp, .dgwt-wcas-open-pirx .dgwt-wcas-suggestions-wrapp {
    padding: 0;
}
html.dgwt-wcas-open-pirx, html.dgwt-wcas-open-pirx body {
    overflow-y: hidden!important;
}
/*.dgwt-wcas-meta .price-incl-vat {*/
/*    display: none;*/
/*}*/
.dgwt-wcas-meta .nw-price-suffix {
    opacity: .5;
    font-size: 10px;
    margin-top: -1px;
    display: block;
}
.dgwt-wcas-meta .price-incl-vat {
    margin-right: 0px;
}

/* image */
.dgwt-wcas-si {
    width: 120px;
}

.dgwt-wcas-si img {
    min-width: 100%;
}

/* suggestion product text */
.dgwt-wcas-suggestion-product .dgwt-wcas-st>span {
    display: inline-block;
}

/* price on right */
.dgwt-wcas-meta {
    width: 140px;
}
.dgwt-wcas-sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
}
.dgwt-wcas-has-img.dgwt-wcas-sp ins,
.dgwt-wcas-sp ins,
.dgwt-wcas-sp del,
.dgwt-wcas-sp bdi {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
    width: 100%;
}
.dgwt-wcas-sp del {
    /*opacity: 1;*/
}
.dgwt-wcas-sp ins bdi {
    color: var(--text-black);
}
.dgwt-wcas-sp ins {
    text-decoration: none;
}


/* Logo */
#desktop_navigation .main_logo {
    background-image: url('../assets/logo.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 170px;
    height: 24px;
}
#desktop_navigation .main_logo img {
    opacity: 0;
    width: auto;
    height: 24px;
}
#desktop_navigation .nav_border_bottom {
    /*border-bottom: 1px solid var(--dark-grey);*/
}
#desktop_navigation .nav_border_bottom::before {
    content: '';
    height: 1px;
    width: 1800px;
    max-width: 100%;
    margin: 0 auto;
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    background-color: #BCBAB4;
    transition: ease all .3s;
}
@media(max-width: 1830px) {
    #desktop_navigation .nav_border_bottom::before {
        max-width: calc(100% - 100px);
    }
}



#desktop_navigation .left_section,
#desktop_navigation .button_menu {
    width: 390px;
}

/***** ----- DESKTOP SEARCH BAR ----- *****/

#desktop_navigation .left_section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}



/* Center Menu */

#desktop_navigation .left_section a {
    cursor: pointer;
    text-decoration: none;
    font-size: 14px;
    line-height: 21px;
    position: relative;
    /*padding-top: 13px;*/
    /*padding-bottom: 13px;*/
    font-weight: 400;
    color: var(--deep-cove);

    font-family: indivisible, sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.5px;

    margin-right: 60px;

    padding-right: 15px;
}


#desktop_navigation .left_section a:last-of-type {
    margin-right: 0;
}


#desktop_navigation .left_section  a.normal_nav_link::before,
#desktop_navigation .left_section  a.tray_link_hover::before {
    content: '';
    width: 0;
    height: 1px;
    background-color: var(--deep-cove);
    position: absolute;
    bottom: -21px;
    left: 0;
    -webkit-transition: ease all .2s;
    -o-transition: ease all .2s;
    transition: ease all .2s;
}
#desktop_navigation .left_section  a.normal_nav_link.active::before,
#desktop_navigation .left_section  a.tray_link_hover.active::before {
    width: 100%;
}


#desktop_navigation .left_section  a.normal_nav_link::after,
#desktop_navigation .left_section  a.tray_link_hover::after {
    content: '';
    width: 10px;
    height: 10px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%) rotate(0deg);
    right: 0px;
    -webkit-transition: ease all .2s;
    -o-transition: ease all .2s;
    transition: ease all .2s;
    background-image: url('../assets/desktop/dropdown-arrow_black.svg');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
#desktop_navigation .left_section  a.normal_nav_link.active::after,
#desktop_navigation .left_section  a.tray_link_hover.active::after {
    transform: translateY(-50%) rotate(180deg);
}



@media(max-width: 1799.98px) {
    #desktop_navigation .left_section:last-of-type {
        margin-right: 0;
    }
}

@media(max-width: 1399.98px) {
    #desktop_navigation .left_section a {
        font-size: 15px;
        line-height: 20px;
    }
}




/* Button Menu */
#desktop_navigation .button_menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
}
#desktop_navigation .button_menu > span {
    margin-right: 80px;
    position: relative;
}
#desktop_navigation .button_menu > span:last-of-type {
    margin-right: 0;
}
#desktop_navigation .button_menu button,
#desktop_navigation .button_menu a {
    border: none;
    background-color: transparent;
    padding: 0;
    margin: 0;
    text-decoration: none;
    font-size: 15px;
    line-height: 22px;
    -webkit-transition: ease all .3s;
    -o-transition: ease all .3s;
    transition: ease all .3s;
}
#desktop_navigation .button_menu button:hover,
#desktop_navigation .button_menu a:hover {
    color: var(--dark-grey);
}
#desktop_navigation .button_menu span.cart-count {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -30px;
    height: 22px;
    width: 22px;
    background-color: transparent;
    border-radius: 50%;
    color: var(--deep-cove);
    border: 1px solid #BCBAB4;
    line-height: 0;
    font-size: 12px;
}
#desktop_navigation .button_menu span.cart-count:empty {
    display: none;
}

#desktop_navigation .button_menu button.icon_after,
#desktop_navigation .button_menu a.icon_after {
    position: relative;
}
#desktop_navigation .button_menu button.icon_after::after,
#desktop_navigation .button_menu a.icon_after::after {
    content: '';
    display: block;
    position: absolute;
    height: 16px;
    width: 16px;
    left: -25px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

#desktop_navigation .button_menu a span {
    position: relative;
    text-transform: uppercase;
    color: var(--deep-cove);
    font-size: 14px;
}

#desktop_navigation .button_menu button.search_button::after {
    background-image: url('../assets/spyglass.svg');
}
#desktop_navigation .button_menu button.search_button:hover::after {
    background-image: url('../assets/spyglass_hover.svg');
}

#desktop_navigation .button_menu a.search_button::after {
    background-image: url('../assets/spyglass.svg');
}
#desktop_navigation .button_menu a.basket_button::after {
    background-image: url('../assets/basket.svg');
    display: none;
}
#desktop_navigation .button_menu a.wishlist_button::after {
    background-image: url('../assets/wishlist.svg');
}
#desktop_navigation .button_menu a.projects_button::after {
    background-image: url('../assets/projects.svg');
}



/*** --------- Transparent Nav Settings ---------- ***/
header.transparent_nav:not(.nav_open):not(.sticky) .global_message_bar {
    background-color: var(--slate);
}
header.transparent_nav:not(.nav_open):not(.sticky) .global_message_bar * {
    color: var(--off-white);
}
header.transparent_nav:not(.nav_open):not(.sticky) #desktop_navigation {
    background-color: transparent;
}
header.transparent_nav:not(.nav_open):not(.sticky) #desktop_navigation .main_logo {
    background-image: url('../assets/logo_white.svg');
}
header.transparent_nav:not(.nav_open):not(.sticky) #desktop_navigation .nav_border_bottom::before {
    background-color: var(--off-white);
}
header.transparent_nav:not(.nav_open):not(.sticky) #desktop_navigation .left_section a {
    color: var(--off-white);
}
header.transparent_nav:not(.nav_open):not(.sticky) #desktop_navigation .left_section a::after {
    background-image: url('../assets/desktop/dropdown-arrow_white.svg');
}
header.transparent_nav:not(.nav_open):not(.sticky) #desktop_navigation .button_menu a span {
    color: var(--off-white);
    border-color: var(--off-white);
}
header.transparent_nav:not(.nav_open):not(.sticky) #desktop_navigation .button_menu a.projects_button::after {
    background-image: url("../assets/projects_white.svg");
}
header.transparent_nav:not(.nav_open):not(.sticky) #desktop_navigation .button_menu a.search_button::after {
    background-image: url("../assets/spyglass_white.svg");
}



/***  Desktop Sticky - Dont need this as we've used :not() classes above...  ***/
header.sticky:not(.nav_open) #desktop_navigation .nav_border_bottom::before {
    /*background-color: var(--off-white);*/
    /*bottom: 0;*/
}







/* Mega Menu Trays */
#desktop_navigation .mega_menu_tray {
    position: absolute;
    width: 100%;
    /*max-width: calc(100% - 100px);*/
    max-width: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: var(--off-white);
    padding: 60px;
    -webkit-transition: ease all .3s;
    -o-transition: ease all .3s;
    transition: ease all .3s;
    margin-top: 0px;
    z-index: 5000001;
}
#desktop_navigation .mega_tray_background {
    position: absolute;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    background-color: #000000;
    opacity: 0;
    -webkit-transition: ease all .3s;
    -o-transition: ease all .3s;
    transition: ease all .3s;
    z-index: 5000000;
}
@media(max-width: 1799.98px) {
    #desktop_navigation .mega_menu_tray {
        padding: 50px;
    }
}
@media(max-width: 1399.98px) {
    #desktop_navigation .mega_menu_tray {
        padding: 40px;
    }
}


/* Hide scrollbar for Chrome, Safari and Opera */
#desktop_navigation .mega_menu_tray::-webkit-scrollbar {
    display: none;
}
/* Hide scrollbar for IE, Edge and Firefox */
#desktop_navigation .mega_menu_tray {
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
}

/* closed and open tray states */
#desktop_navigation .mega_menu_tray {
    display: flex;
    opacity: 0;
    visibility: hidden;
    overflow-y: scroll;
    max-height: calc(100vh - 200px);
    pointer-events: none;
}
#desktop_navigation .mega_menu_tray.open {
    opacity: 1;
    visibility: visible;
    pointer-events: unset;
}
#desktop_navigation .mega_tray_background {
    opacity: 0;
    visibility: hidden;
}
#desktop_navigation .mega_tray_background.open {
    opacity: 0.5;
    visibility: visible;
}


/* Internal Tray Styles */


#desktop_navigation .mega_menu_tray .nav_container_padding_desktop {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

/* Link List */
#desktop_navigation .mega_menu_tray .column h5 {
    margin-bottom: 21px;
}
#desktop_navigation .mega_menu_tray .column ul.link_list {
    padding-right: 30px;
}
#desktop_navigation .mega_menu_tray .column ul.link_list li {
    list-style: none;
    margin-bottom: 13px;
    line-height: 1;
}
#desktop_navigation .mega_menu_tray .column ul.link_list li a {
    margin-bottom: 0;
    text-decoration: none;
    line-height: 24px;
}

/* Image Column */
#desktop_navigation .mega_menu_tray .image_wrap {
    position: relative;
}

/*** Container and Column Settings ***/

#desktop_navigation .tray_container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;

}

#desktop_navigation .mega_menu_tray .nav_container_padding_desktop {
    width: 1830px;
}

#desktop_navigation .mega_menu_tray .column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
#desktop_navigation .mega_menu_tray .splash_image {

}
#desktop_navigation .mega_menu_tray .splash_image a.description.button {
    margin-top: 10px;
}
#desktop_navigation .mega_menu_tray .splash_image a.description.button,
#desktop_navigation .mega_menu_tray .splash_image a.description.button:hover {
    background-color: transparent;
}



/**** 3 images row / 4 images row ****/
#desktop_navigation .mega_menu_tray .three_images_row .image_wrap a.button,
#desktop_navigation .mega_menu_tray .four_images_row .image_wrap a.button {
    width: 100%;
    position: relative;
    font-family: miller-display, serif;
    font-size: 22px;
    line-height: 1.2;
    padding: 10px 30px;
    padding-left: 0;
    text-align: left;
    color: var(--deep-cove);
    margin: 0;
    background-color: transparent;
    font-weight: 400;
}
#desktop_navigation .mega_menu_tray .three_images_row .image_wrap a.button:after,
#desktop_navigation .mega_menu_tray .four_images_row .image_wrap a.button:after {
    content: '';
    height: 15px;
    width: 20px;
    display: block;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    background-image: url('../assets/desktop/image_wrap_arrow.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}


/*** 4 images row ***/
#desktop_navigation .mega_menu_tray .four_images_row {
    display: flex;
    flex-direction: row;
    width: 100%;
    column-gap: 30px;
}
#desktop_navigation .mega_menu_tray .four_images_row .image_wrap {
    width: calc(25%);
}
#desktop_navigation .mega_menu_tray .four_images_row .image-2by3 {
    padding-bottom: 109.943%;
}

/*** 3 images row ***/
#desktop_navigation .mega_menu_tray .three_images_row {
    display: flex;
    flex-direction: row;
    width: 76%;
    column-gap: 30px;
}
#desktop_navigation .mega_menu_tray .three_images_row .image_wrap {
    width: calc(33.3%);
}
#desktop_navigation .mega_menu_tray .three_images_row .image-2by3 {
    padding-bottom: 107.8%;
}

#desktop_navigation .mega_menu_tray .three_images_row + .sub_tray_column_list  {
    width: 15%;
    margin-left: auto;
    border-left: 1px solid #BCBAB4;
}
@media(max-width: 1799.98px) {
    #desktop_navigation .mega_menu_tray .three_images_row + .sub_tray_column_list {
        width: 16%;
    }
}





/*** Specific Column Settings ***/

#desktop_navigation p.subheading {
    font-size: 13px;
    margin-bottom: 20px;
    color: var(--deep-cove);
}

/* 1 Column */
#desktop_navigation .mega_menu_tray .sub_tray_main_links_column {
    width: 14.723%;
    min-width: 14.723%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-left: 60px;
    border-left: 1px solid #BCBAB4;
    border-right: 1px solid #BCBAB4;
}
#desktop_navigation .mega_menu_tray .sub_tray_main_links_column p.subheading {
    padding: 0 35px;
}
#desktop_navigation .mega_menu_tray .sub_tray_main_links_column a.SUB_tray_link_hover {
    cursor: pointer;
    padding: 10px 34px;
    background-color: transparent;
    width: 100%;
    font-family: miller-display, serif;
    font-size: 22px;
    line-height: 1.2;
    text-decoration: none;
    transition: ease all .3s;
    position: relative;
}
#desktop_navigation .mega_menu_tray .sub_tray_main_links_column a.SUB_tray_link_hover::after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 15px;
    height: 9px;
    width: 5px;
    background-image: url('../assets/desktop/main-menu-arrow_black.svg');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
#desktop_navigation .mega_menu_tray .sub_tray_main_links_column a.SUB_tray_link_hover:hover,
#desktop_navigation .mega_menu_tray .sub_tray_main_links_column a.SUB_tray_link_hover.active_hover {
    background-color: #e4e2db;
}
#desktop_navigation .mega_menu_tray .sub_tray_main_links_column a.SUB_tray_link_hover.active {
    background-color: #EBE8E1;
}
#desktop_navigation .mega_menu_tray .splash_image {
    width: 37.835%;
}
#desktop_navigation .mega_menu_tray .splash_image .image-square {
    padding-bottom: 89.72%;
}

/*** SUB mega menu trays ***/
#desktop_navigation .sub_trays_container {
    position: relative;
    width: 44%;
    display: grid;
    grid-template-columns: 1fr;
}
#desktop_navigation .SUB_mega_menu_tray {
    /*position: absolute;*/
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    width: 100%;
    height: 100%;
    display: flex;
    transition: ease all .6s;
    position: relative;
    grid-row-start: 1;
    grid-column-start: 1;
}

#desktop_navigation .SUB_mega_menu_tray.open {
    display: flex;
    opacity: 1;
    visibility: visible;
}

#desktop_navigation .sub_tray_column_list {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    height: 100%;
    width: 33.3%;
    padding: 0 35px;
    border-right: 1px solid #BCBAB4;
}


#desktop_navigation .sub_tray_column_list .top {
    display: flex;
    flex-direction: column;
}

#desktop_navigation .sub_tray_column_list .top a {
    font-size: 18px;
    font-family: miller-display, serif;
    text-decoration: none;
    margin-bottom: 10px;
    transition: ease all .3s;
}
#desktop_navigation .sub_tray_column_list .top a:hover {
    color: var(--shale);
}
#desktop_navigation .sub_tray_column_list .bottom {
    /*padding-bottom: 20px;*/
    padding-top: 30px;
}
#desktop_navigation .sub_tray_column_list .bottom a {
    font-size: 14px;
    line-height: 1.2;
    color: var(--deep-cove);
    font-family: miller-display, serif;
    transition: ease all .3s;
}
#desktop_navigation .sub_tray_column_list .bottom a:hover {
    color: var(--shale);
}

#desktop_navigation .sub_tray_column_list.Colour_sub_tray_list,
#desktop_navigation .sub_tray_column_list.Furniture-Style_sub_tray_list {
    /*border-right: none;*/
}

#desktop_navigation .sub_tray_column_list .top a.color_category {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
}
#desktop_navigation .sub_tray_column_list .top a.color_category span {
    display: block;
    height: 16px;
    width: 16px;
    margin-right: 8px;
    border-radius: 50%;
}


@media(max-width: 1799.98px) {
    #desktop_navigation .mega_menu_tray .splash_image {
        width: 33.3%;
    }
    #desktop_navigation .sub_trays_container {
        width: 46%;
    }
    #desktop_navigation .mega_menu_tray .sub_tray_main_links_column {
        width: 16%;
    }
}


@media(max-width: 1599.98px) {
    #desktop_navigation .mega_menu_tray {
        padding-top: 30px;
        padding-bottom: 30px;
        max-height: calc(100vh - 100px);
    }
    #desktop_navigation .mega_menu_tray .splash_image .image-square {
        padding-bottom: 100%;
    }
    #desktop_navigation .sub_tray_column_list {
        padding: 0 20px;
    }
    #desktop_navigation p.subheading {
        font-size: 12px;
        margin-bottom: 10px;
    }
    #desktop_navigation .sub_tray_column_list .top a {
        font-size: 17px;
        margin-bottom: 7px;
    }
    #desktop_navigation .mega_menu_tray .sub_tray_main_links_column a.SUB_tray_link_hover {
        font-size: 22px;
    }

    #desktop_navigation .mega_menu_tray .three_images_row .image_wrap a.button,
    #desktop_navigation .mega_menu_tray .four_images_row .image_wrap a.button {
        font-size: 22px;
    }
    #desktop_navigation .mega_menu_tray .three_images_row .image_wrap a.button:after,
    #desktop_navigation .mega_menu_tray .four_images_row .image_wrap a.button:after {
        height: 14px;
        width: 18px;
        right: 15px;
    }
}

@media(max-width: 1399.98px) {
    #desktop_navigation .sub_tray_column_list {
        padding: 0 14px;
    }
    #desktop_navigation .mega_menu_tray .sub_tray_main_links_column a.SUB_tray_link_hover {
        padding-left: 20px;
    }
    #desktop_navigation .mega_menu_tray .sub_tray_main_links_column p.subheading {
        padding: 0 20px;
    }
}



@media(max-height: 900px) {
    #desktop_navigation .SUB_mega_menu_tray {
        padding-bottom: 30px;
    }
}
@media(max-width: 1599.98px) {
    #desktop_navigation .SUB_mega_menu_tray {
        padding-bottom: 30px;
    }
}


/* ------------------------------------------------------------------------------------------------------------ */


/****** STICKY FOR DESKTOP ********/
@media(min-width: 1300px) {

    #desktop_navigation .main_logo img,
    #desktop_navigation .desktop_menu_flex,
    #desktop_navigation .dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input {
        -webkit-transition: ease all .3s;
        -o-transition: ease all .3s;
        transition: ease all .3s;
    }

    header.sticky #desktop_navigation .main_logo img {
        height: 50px;
    }
    header.sticky #desktop_navigation .dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input {
        height: 50px;
    }



}





















/*** -------------------- MOBILE -------------------- ***/
@media(max-width: 1299.98px) {
    #desktop_navigation {
        display: none;
    }
    #mobile_navigation {
        display: block;
    }
    #dynamicSearch {
        display: block;
    }
    #mobile_navigation_tray {
        display: block;
    }
    #mobile_mega_menu_sub_tray {
        display: block;
    }


    /**** Global Message Bar ****/
    .global_message_bar .right ul {
        display: none;
    }

    /*** Mobile Main Bar ***/
    #mobile_navigation .mobile_menu_top_bar,
    #mobile_navigation .mobile_menu_bar {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;

        height: 62px !important;

        padding-right: 15px;
        padding-left: 20px;
        background-color: var(--off-white);
    }
    #mobile_navigation .mobile_menu_bar .left,
    #mobile_navigation .mobile_menu_bar .right {
        /*width: 130px;*/
    }


    #mobile_navigation .mobile_menu_top_bar .left,
    #mobile_navigation .mobile_menu_top_bar .right {
        width: 240px;
    }


    #mobile_navigation .mobile_menu_top_bar .right {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }

    #mobile_navigation .mobile_menu_bar .right {
        text-align: right;
    }

    #mobile_navigation .mobile_menu_button {
        background: none;
        border: none;
        cursor: pointer;
        outline: none;
        padding: 0;
        height: 18px;
        width: 18px;
    }

    #mobile_navigation .mobile_logo img {
        height: 20px;
        min-height: 20px;
        width: auto;
    }

    #mobile_navigation .search_button > img,
    #mobile_navigation .wishlist_button > img,
    #mobile_navigation .projects_button > img,
    #mobile_navigation .basket_button > img,
    #mobile_navigation .search_button > img {
        height: 100%;
        width: auto;
    }

    #mobile_navigation .mobile_menu_button,
    #mobile_navigation .search_button,
    #mobile_navigation .wishlist_button,
    #mobile_navigation .projects_button,
    #mobile_navigation .basket_button,
    #mobile_navigation .search_button {
        height: 50px;
        width: 50px;
        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-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        position: relative;
    }
    #mobile_navigation .mobile_menu_button,
    #mobile_navigation .search_button,
    #mobile_navigation .wishlist_button,
    #mobile_navigation .projects_button,
    #mobile_navigation .basket_button,
    #mobile_navigation .search_button {
        text-decoration: none !important;
        margin-right: 0;
        margin-left: 0;
    }

    #mobile_navigation .mobile_menu_button {
        margin-right: 0;
        width: 30px;
    }

    #mobile_navigation .mobile_menu_button > img,
    #mobile_navigation .search_button > img,
    #mobile_navigation .wishlist_button > img,
    #mobile_navigation .projects_button > img,
    #mobile_navigation .basket_button > img,
    #mobile_navigation .search_button > img {
        height: 25px;
        width: auto;
    }

    #mobile_navigation .mobile_menu_button > span.small_text,
    #mobile_navigation .search_button > span.small_text,
    #mobile_navigation .wishlist_button > span.small_text,
    #mobile_navigation .projects_button > span.small_text,
    #mobile_navigation .basket_button > span.small_text,
    #mobile_navigation .search_button > span.small_text {
        font-size: 10px;
        color: var(--text-black);
        text-decoration: none !important;
        text-align: center;
        line-height: 1.2;
    }


    #mobile_navigation .mobile_menu_button > img {
        height: 20px;
        width: auto;
    }
    #mobile_navigation .mobile_menu_button > span.small_text {
        margin-top: 5px;
    }


    #mobile_navigation .basket_button .cart-count {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        position: absolute;

        height: 28px;
        width: 28px;
        background-color: transparent;
        border: 1px solid var(--deep-cove);
        border-radius: 50%;
        color: var(--deep-cove);
        font-size: 13px;
        line-height: 1;

    }


    #mobile_navigation .dynamicSearch input[type="search"]::-webkit-input-placeholder {
        color: var(--black) !important;
    }


    #mobile_navigation .dynamicSearch input[type="search"]::-moz-placeholder {
        color: var(--black) !important;
    }


    #mobile_navigation .dynamicSearch input[type="search"]:-ms-input-placeholder {
        color: var(--black) !important;
    }


    #mobile_navigation .dynamicSearch input[type="search"]::-ms-input-placeholder {
        color: var(--black) !important;
    }


    #mobile_navigation .dynamicSearch input[type="search"]::placeholder {
        color: var(--black) !important;
    }
    #mobile_navigation .dynamicSearch input[type="search"]:-ms-input-placeholder {
        color: var(--black) !important;
    }
    #mobile_navigation .dynamicSearch input[type="search"]::-ms-input-placeholder {
        color: var(--black) !important;
    }
    #mobile_navigation .dynamicSearch input[type="search"] {
        padding-left: 50px;
        background-image: url('../assets/spyglass.svg');
        background-size: 18px;
        background-repeat: no-repeat;
        background-position: 18px center;
        margin: 0 auto;
        background-color: #F5F5F5;
        border-radius: 23px;
        border: none;
    }


    #mobile_navigation .dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp {
        padding: 0;
    }

    #mobile_navigation .dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input {
        height: 50px;
        border-radius: 0;
        border: 1px solid var(--mid-grey);
        padding: 20px;
        background-color: white;
    }
    .dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit {
        position: absolute;
        right: 10px;
        left: unset;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }


    .dgwt-wcas-overlay-mobile-on .dgwt-wcas-suggestions-wrapp {
        max-height: unset !important;
    }

    /************ -------------------------- MOBILE NAVIGATION TRAY -------------------------- **************/
    #mobile_navigation_tray {
        position: fixed;
        background-color: var(--off-white);
        top: 0;
        width: 500px;
        max-width: calc(100% - 20px);
        height: 100%;
        overflow-y: scroll;
        left: -500px;
        z-index: 300000;
        -webkit-transition: ease all 0.5s;
        -o-transition: ease all 0.5s;
        transition: ease all 0.5s;
        border-right: var(--light-grey) 1px solid;
    }
    #mobile_navigation_tray.open {
        left: 0;
    }
    .mobile_navigation_tray_background {
        opacity: 0;
        visibility: hidden;
        background-color: rgba(0,0,0,0.5);
        z-index: 299999;
        position: fixed;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        overflow: hidden;
    }
    .mobile_navigation_tray_background.open {
        opacity: 1;
        visibility: visible;
    }
    #mobile_navigation_tray::-webkit-scrollbar {
        display: none;
    }
    #mobile_navigation_tray {
        -ms-overflow-style: none;  /* IE and Edge */
        scrollbar-width: none;  /* Firefox */
    }
    #mobile_navigation_tray ul,
    #mobile_navigation_tray ul li {
        list-style: none;
    }
    #mobile_navigation_tray button.mobile_close_tray {
        background: none;
        border: none;
        cursor: pointer;
        outline: none;
        position: absolute;
        top: 20px;
        left: 20px;
        padding-right: 0;
        padding-left: 0;
    }
    #mobile_navigation_tray .mobile_menu_top {
        width: 100%;
        padding-top: 65px;
        border-bottom: 1px solid #DEDCD6;
    }
    #mobile_navigation_tray .mobile_menu_top h6 {
        position: absolute;
        top: 22px;
        left: 60px;
        margin: 0;
    }

    #mobile_navigation_tray .main_mobile_menu_tray {
        width: 100%;
        padding: 30px 20px;
        padding-right: 30px;
        padding-top: 10px;
    }
    #mobile_navigation_tray .main_mobile_menu_tray a {
        width: 100%;
        padding: 20px 0;
        font-size: 26px;
        line-height: 32px;
        border-bottom: #DEDCD6 1px solid;
        display: block;
        position: relative;
        cursor: pointer;
        text-decoration: none!important;
        color: var(--deep-cove);
        font-family: miller-display, serif;
    }

    #mobile_navigation_tray .main_mobile_menu_tray li {
        position: relative;
    }
    #mobile_navigation_tray .main_mobile_menu_tray li::after {
        content: '';
        position: absolute;
        right: 0px;
        top: 50%;
        transform: translateY(-50%);
        height: 14px;
        width: 8px;
        background-image: url('../assets/mobile/link_arrow.svg');
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
    }






    #mobile_navigation_tray .main_mobile_menu_tray li {

    }

    #mobile_navigation_tray .main_mobile_menu_tray li div.icon_image {
        width: 40px;
        height: 40px;
        background-color: #f3f3f3;
        position: absolute;
        top: 10px;
        left: 15px;
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
    }



    #mobile_navigation_tray .global_message_bar_mobile_links {
        margin-top: 100px;
    }
    #mobile_navigation_tray .global_message_bar_mobile_links a {
        font-size: 18px;
        line-height: 1.2;
        padding: 9px 0;
        border-bottom: none;
    }
    #mobile_navigation_tray .global_message_bar_mobile_links p.subheading {
        margin-bottom: 15px;
        font-size: 13px;
    }



    /*** Dynamic Search Bar ***/
    .mobile_search_bar .dynamicSearch input[type="search"]{
        margin-top: 0;
    }
    .mobile_search_bar {
        padding: 15px;
        padding-bottom: 15px;
        padding-top: 0;
        background: white;
        border-bottom: 1px solid var(--grey);
    }





    /*** Mobile Tray Menu Bottom ***/
    #mobile_navigation_tray .mobile_menu_bottom {
        padding-bottom: 30px;
        margin-top: -10px;
    }
    #mobile_navigation_tray .mobile_menu_bottom ul {
        padding-left: 21px;
        padding-right: 21px;
        list-style: none;
        margin: 0;
    }
    #mobile_navigation_tray .mobile_menu_bottom ul > li {
        padding-top: 20px;
        padding-bottom: 20px;
        margin: 0;
        border-bottom: solid 1px #ffffff;
    }

    #mobile_navigation_tray .mobile_menu_bottom ul > li:last-of-type {
        border-bottom: none;
    }

    #mobile_navigation_tray .mobile_menu_bottom a {
        line-height: 1;
        position: relative;
        padding-left: 25px;
        text-decoration: none;
    }

    #mobile_navigation_tray .mobile_menu_bottom a::before {
        content: '';
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        height: 15px;
        width: 15px;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        left: 0;
    }


    #mobile_navigation_tray .mobile_menu_bottom a.login_register::before {
        background-image: url('../assets/mobile/icon/login.svg');
    }
    #mobile_navigation_tray .mobile_menu_bottom a.help::before {
        background-image: url('../assets/mobile/icon/help.svg');
    }
    #mobile_navigation_tray .mobile_menu_bottom a.track_my_order::before {
        background-image: url('../assets/mobile/icon/track_order.svg');
    }


    /******* MEGA MENU SUB TRAYS *******/
    #mobile_mega_menu_sub_tray .mobile_mega_menu_tray,
    #mobile_mega_menu_sub_tray .mobile_sub_tray,
    #mobile_mega_menu_sub_tray .mobile_sub_sub_tray {
        position: fixed;
        background-color: var(--off-white);
        top: 0;
        width: 500px;
        max-width: calc(100% - 20px);
        height: 100%;
        overflow-y: scroll;
        left: -500px;
        z-index: 300000;
        -webkit-transition: ease all 0.5s;
        -o-transition: ease all 0.5s;
        transition: ease all 0.5s;
        border-right: var(--light-grey) 1px solid;
    }

    #mobile_mega_menu_sub_tray .mobile_mega_menu_tray.open,
    #mobile_mega_menu_sub_tray .mobile_sub_tray.open,
    #mobile_mega_menu_sub_tray .mobile_sub_sub_tray.open {
        left: 0;
    }


    #mobile_mega_menu_sub_tray .mobile_mega_menu_tray::-webkit-scrollbar,
    #mobile_mega_menu_sub_tray .mobile_sub_tray::-webkit-scrollbar,
    #mobile_mega_menu_sub_tray .mobile_sub_sub_tray::-webkit-scrollbar {
        display: none;
    }
    #mobile_mega_menu_sub_tray .mobile_mega_menu_tray,
    #mobile_mega_menu_sub_tray .mobile_sub_tray,
    #mobile_mega_menu_sub_tray .mobile_sub_sub_tray {
        -ms-overflow-style: none;  /* IE and Edge */
        scrollbar-width: none;  /* Firefox */
    }


    #mobile_mega_menu_sub_tray button.mobile_close_tray {
        background: none;
        border: none;
        cursor: pointer;
        outline: none;
        position: absolute;
        top: 20px;
        right: 16px;
        padding-right: 0;
    }

    #mobile_mega_menu_sub_tray button.tray_back,
    #mobile_mega_menu_sub_tray button.sub_tray_back,
    #mobile_mega_menu_sub_tray button.sub_sub_tray_back {
        background: none;
        border: none;
        cursor: pointer;
        outline: none;
        position: absolute;
        top: 21px;
        left: 16px;
        padding-right: 0;
        padding-left: 0;
        font-size: 0;
        transform: rotate(-180deg);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    #mobile_mega_menu_sub_tray button.tray_back::before,
    #mobile_mega_menu_sub_tray button.sub_tray_back::before,
    #mobile_mega_menu_sub_tray button.sub_sub_tray_back::before {
        content: '';
        display: inline-block;
        height: 18px;
        width: 9px;
        background-image: url('../assets/mobile/back.svg');
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
        margin-right: 10px;
    }


    #mobile_mega_menu_sub_tray .mobile_menu_top {
        width: 100%;
        background-color: var(--off-white);
        border-bottom: 1px solid #DEDCD6;
        padding-top: 65px;
    }


    #mobile_mega_menu_sub_tray .mobile_sub_sub_tray {
        overflow: hidden;
    }
    #mobile_mega_menu_sub_tray .top {
        overflow: scroll;
        height: calc(100vh - 100px);
    }
    /* Hide scrollbar for Chrome, Safari and Opera */
    #mobile_mega_menu_sub_tray .top::-webkit-scrollbar {
        display: none;
    }
    /* Hide scrollbar for IE, Edge and Firefox */
    #mobile_mega_menu_sub_tray .top {
        -ms-overflow-style: none;  /* IE and Edge */
        scrollbar-width: none;  /* Firefox */
    }



    #mobile_mega_menu_sub_tray .bottom {
        position: absolute;
        background-color: var(--off-white);
        padding: 16px;
        bottom: 0;
        width: 100%;
    }
    #mobile_mega_menu_sub_tray .bottom::before {
        content: '';
        width: 100%;
        height: 35px;
        display: block;
        position: absolute;
        top: -35px;
        left: 0;

        background: #F4F2EC;
        background: -webkit-linear-gradient(0deg, rgba(244, 242, 236, 1) 0%, rgba(244, 242, 236, 0) 100%);
        background: -moz-linear-gradient(0deg, rgba(244, 242, 236, 1) 0%, rgba(244, 242, 236, 0) 100%);
        background: linear-gradient(0deg, rgba(244, 242, 236, 1) 0%, rgba(244, 242, 236, 0) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#F4F2EC", endColorstr="#F4F2EC", GradientType=0);
    }

    #mobile_mega_menu_sub_tray .heading_sub_section {
        text-align: center;
        padding: 10px 16px;
        border-bottom: 1px solid #c8c8c8;
    }
    #mobile_mega_menu_sub_tray .heading_sub_section p {
        font-size: 18px;
        line-height: 26px;
        text-transform: capitalize;
        font-weight: bold;
        margin-bottom: 0;
        padding: 0;
    }

    #mobile_mega_menu_sub_tray .middle_link_section {
        padding-top: 30px;
        padding-left: 20px;
        padding-right: 30px;
        padding-bottom: 150px;
    }

    #mobile_mega_menu_sub_tray .middle_link_section h5 {
        font-size: 18px;
        line-height: 23px;
        margin-bottom: 18px
    }

    #mobile_mega_menu_sub_tray .middle_link_section .link_list {
        margin-bottom: 50px;
    }

    #mobile_mega_menu_sub_tray .middle_link_section .link_list li {
        list-style: none;
    }

    #mobile_mega_menu_sub_tray .middle_link_section .link_list li a {
        text-decoration: none;
        margin-bottom: 20px;
        display: block;
        line-height: 1;
    }

    #mobile_mega_menu_sub_tray .middle_link_section a.button.tertiary {
        margin-top: 10px;
        margin-bottom: 30px;
    }



    /*** Sub tray new li ***/


    #mobile_mega_menu_sub_tray .middle_link_section a {
        width: 100%;
        padding: 20px 0;
        font-size: 26px;
        line-height: 32px;
        text-transform: capitalize;
        border-bottom: #c8c8c8 1px solid;
        display: block;
        position: relative;
        cursor: pointer;
        text-decoration: none!important;
        color: var(--text-black);
        font-family: miller-display, serif;
    }
    #mobile_mega_menu_sub_tray .middle_link_section li:last-of-type a {
        border-bottom: #c8c8c8 1px solid;
    }

    #mobile_mega_menu_sub_tray .middle_link_section p.subheading {
        margin-bottom: 5px;
        font-size: 13px;
    }
    #mobile_mega_menu_sub_tray .mobile_sub_sub_tray .middle_link_section p.subheading {
        margin-bottom: 15px;
    }

    #mobile_mega_menu_sub_tray .middle_link_section li {
        position: relative;
    }
    #mobile_mega_menu_sub_tray .middle_link_section li::after {
        content: '';
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        height: 14px;
        width: 8px;
        background-image: url('../assets/mobile/link_arrow.svg');
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
    }

    /* remove pseudo arrow for safari devices because safari load is a load of cackapoopoo */
    @supports (-webkit-touch-callout: none) {
        @media (hover: none) {
            #mobile_navigation_tray .main_mobile_menu_tray li::after,
            #mobile_mega_menu_sub_tray .middle_link_section li::after {
                /*display: none;*/
                /*pointer-events: none;*/
            }
        }
    }


    #mobile_mega_menu_sub_tray .middle_link_section li.normal::after {
        display: none;
    }


    /* Color Swatches on Menu Sub Trays */
    #mobile_mega_menu_sub_tray .mobile_mega_menu_tray .top a.color_category {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: flex-start;
    }
    #mobile_mega_menu_sub_tray .mobile_mega_menu_tray .top a.color_category span {
        display: block;
        height: 16px;
        width: 16px;
        margin-right: 8px;
        border-radius: 50%;
    }



    #mobile_mega_menu_sub_tray .mobile_sub_sub_tray .middle_link_section a,
    #mobile_mega_menu_sub_tray .mobile_image_sub_links_tray .middle_link_section a,
    #mobile_mega_menu_sub_tray .mobile_image_sub_links_tray .middle_link_section a:last-of-type {
        padding: 9px 0;
        font-size: 18px;
        line-height: 1.2;
        border: none;
        border-bottom: none;
    }

    #mobile_mega_menu_sub_tray .mobile_image_sub_links_tray .middle_link_section p.subheading {
        margin-bottom: 15px;
    }




    #mobile_mega_menu_sub_tray .middle_link_section li {
        list-style: none;
    }

    #mobile_mega_menu_sub_tray .middle_link_section li div.icon_image {
        width: 40px;
        height: 40px;
        background-color: #f3f3f3;
        position: absolute;
        top: 10px;
        left: 15px;
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
    }


    #mobile_mega_menu_sub_tray .middle_link_section a.button.primary {
        border-radius: 3px;
        font-family: "indivisible", sans-serif;
        color: white;
        font-size: 14px;
        text-transform: uppercase;
        line-height: 1;
        padding: 15px;
        margin: 0;
    }



    .dgwt-wcas-sp bdi {
        font-size: 18px;
    }
    .dgwt-wcas-sp del bdi {
        font-size: 15px;
    }
    .dgwt-wcas-meta {
        width: 200px;
    }

}

@media(max-width: 1399.98px) {

}

@media(max-width: 991.98px) {

}

@media(max-width: 767.98px) {
    #mobile_navigation .vat-toggle-container {
        width: 100px;
    }

    .dgwt-wcas-sp bdi {
        font-size: 16px;
    }
    .dgwt-wcas-sp del bdi {
        font-size: 13px;
    }

    .global_message_bar .left, .global_message_bar .right {
        width: 140px;
        min-width: 140px;
    }
    .global_message_bar .right {
        padding-left: 20px;
    }

    #mobile_navigation .mobile_menu_button > img,
    #mobile_navigation .search_button > img,
    #mobile_navigation .wishlist_button > img,
    #mobile_navigation .projects_button > img,
    #mobile_navigation .basket_button > img,
    #mobile_navigation .search_button > img {
        height: 20px;
    }

    #mobile_navigation .mobile_menu_button,
    #mobile_navigation .search_button,
    #mobile_navigation .wishlist_button,
    #mobile_navigation .projects_button,
    #mobile_navigation .basket_button,
    #mobile_navigation .search_button {
        width: 28px;
        height: 28px;
        margin: 0 4px;
    }

    #mobile_navigation .basket_button .cart-count {
        height: 24px;
        width: 24px;
        font-size: 9px;
    }


}

@media(max-width: 575.98px) {


    .global_message_bar .left, .global_message_bar .right {
        width: 120px;
        min-width: 100px;
    }
    .global_message_bar .right {
        padding-left: 10px;
    }

    .global_message_bar * {
        font-size: 9px;
    }

    .dgwt-wcas-si {
        width: 80px;
    }

    .dgwt-wcas-suggestion.dgwt-wcas-suggestion-product .dgwt-wcas-st {
        font-size: 14px;
    }

    .dgwt-wcas-meta {
        width: 200px;
    }

    .dgwt-wcas-open-pirx .dgwt-wcas-details-inner,
    .dgwt-wcas-open-pirx .dgwt-wcas-suggestions-wrapp>.dgwt-wcas-suggestion {
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 5px;
        padding-bottom: 5px;
    }

    .dgwt-wcas-st>span {
        margin-left: 5px;
    }

    .dgwt-wcas-st {
        font-size: 16px;
    }

    .dgwt-wcas-sp bdi {
        font-size: 14px;
    }
    .dgwt-wcas-sp del bdi {
        font-size: 11px;
    }

    #mobile_navigation .dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input {
        padding: 10px;
        height: 45px;
    }

    #mobile_navigation_tray {
        border: none;
    }

    #mobile_mega_menu_sub_tray .mobile_mega_menu_tray {
        border-right: none;
    }

    #mobile_navigation .mobile_menu_bar .center img {
        min-width: 152px;
        width: 152px;
    }



    #mobile_navigation .mobile_menu_top_bar,
    #mobile_navigation .mobile_menu_bar {
        height: 50px !important;
        padding-left: 16px;
        padding-right: 10px;
    }

    #mobile_navigation .mobile_menu_top_bar .left,
    #mobile_navigation .mobile_menu_top_bar .right {
        width: 100px;
    }

    #mobile_navigation .mobile_logo img {
        height: 16px;
        min-height: 16px;
    }

    #mobile_navigation .mobile_menu_button {
        margin: 0;
    }

    #mobile_navigation .mobile_menu_button > img,
    #mobile_navigation .search_button > img,
    #mobile_navigation .wishlist_button > img,
    #mobile_navigation .projects_button > img,
    #mobile_navigation .basket_button > img,
    #mobile_navigation .search_button > img {
        height: 17px;
    }

    #mobile_navigation .search_button,
    #mobile_navigation .wishlist_button,
    #mobile_navigation .projects_button,
    #mobile_navigation .basket_button,
    #mobile_navigation .search_button {
        width: 24px;
        height: 24px;
        margin: 0 4px;
    }

    #mobile_navigation .basket_button .cart-count {
        height: 19px;
        width: 19px;
    }

    #mobile_navigation .search_button {
        margin-right: 0;
    }


    /*** sticky nav styles ***/



    header.sticky .mobile_search_bar {
        border-bottom: 1px solid var(--mid-grey);
    }

    header .mobile_menu_top_bar *,
    header #mobile_navigation .mobile_menu_top_bar {
        -webkit-transition: ease all .5s;
        -o-transition: ease all .5s;
        transition: ease all .5s;
    }

    /***
    This is required for the product card to not grow and shrink on vat toggle...
    When it wasn't fixed, it was affecting the nav grow/shrink menu on mobile...
    ***/

    .product-card-inner span.price {
        height: 60px;
        min-height: 60px;
        max-height: 60px;
        display: inline-block;
    }

    /***
    This is required for the product card to not grow and shrink on vat toggle...
    When it wasn't fixed, it was affecting the nav grow/shrink menu on mobile...
    ***/

}

@media(min-width: 576px) and (max-width: 1299.98px) {
    #mobile_navigation .mobile_menu_bar .right {
        width: 180px;
    }
}

@media(max-width: 350px) {
    #mobile_navigation .mobile_menu_bar .center img {
        min-width: 155px;
    }
}

@media(max-width: 330px) {
    #mobile_navigation .mobile_menu_bar .center img {
        min-width: 135px;
    }
}

/** sitewide skinny banner **/
.sitewide-banner {
    background-color: var(--black);
}
.sitewide-banner p {
    text-align:center;
    padding:5px 15px;
    font-size:12px;
    line-height:18px;
    margin-bottom:0;
}
.sitewide-banner p a,
.sitewide-banner a {
    color: unset;
    text-decoration: underline;
}
@media only screen and (min-width: 800px) {
    .sitewide-banner p {
        font-size:14px !important;
        line-height: 24px;
    }
}
.dgwt-wcas-content-wrapp p.product-grid-item--pack-quantity {
    font-size: 12px;
    width: 100%;
    margin-bottom: 0;
}
.dgwt-wcas-meta .price-incl-vat del ~ span.woocommerce-Price-amount.amount {
    color: var(--brand);
}
.dgwt-wcas-meta .price-excl-vat del ~ span.woocommerce-Price-amount.amount {
    color: var(--brand);
}


/*** Global message box ***/
.global_message_box {
    padding: 9px 15px 3px;
    text-align: center;
    margin-right: 45px;
    margin-top: 12px;
    border-radius: 2px;
}
.global_message_box p {
    line-height: 1.2;
    opacity: 1;
    text-transform: uppercase;
    font-weight: 600;
    color: #fff !important;
    text-decoration: none !important;
    font-size: 15px;
    margin-bottom: 2px;
}
.global_message_box p:nth-of-type(2) {
    font-size: 24px;
    margin-bottom: 0;
}

@media (max-width: 575.98px) {
    .global_message_box {
        padding: 7px 10px 3px;
        margin-top: -3px;
        margin-right: 5px;
        margin-left: 5px;
    }
}
@media (max-width: 1299.98px) {
    .global_message_box {
        margin-top: -3px;
        margin-right: 10px;
        margin-left: 10px;
    }
}
@media (max-width: 575.98px) {
    .global_message_box p, header.sticky .global_message_box p {
        font-size: 11px;
    }
}
@media (max-width: 1299.98px) {
    .global_message_box p, header.sticky .global_message_box p {
        font-size: 11px;
    }
}
@media (max-width: 575.98px) {
    .global_message_box p:nth-of-type(2), header.sticky .global_message_box p:nth-of-type(2) {
        font-size: 18px;
    }
}
@media (max-width: 1299.98px) {
    .global_message_box p:nth-of-type(2), header.sticky .global_message_box p:nth-of-type(2) {
        font-size: 18px;
    }
}

/*html body .mega_menu_tray#navigation_search_tray.open_search {*/
/*    opacity: 1;*/
/*    visibility: visible;*/
/*}*/