.container-fluid.sectors-we-cover {
    background: #333333;
    padding-top: 90px;
    padding-bottom: 90px;
}

.sectors-we-cover .sector-block a {
    aspect-ratio: 1 / 1;
}

.product-category-listing .product-cat-block a .image-container,
.sectors-we-cover .sector-block a .image-container {
    left: 0;
    top: 0;
    border: solid 2px #F6F6F6;
}

.product-category-listing .product-cat-block a .overlayed-content,
.sectors-we-cover .sector-block a .overlayed-content {
    background: #F6F6F6;
    left: 0;
    bottom: 0;
    padding: 24px 28px;
    z-index: 3;
}

.product-category-listing .product-cat-block a .overlayed-content h3,
.sectors-we-cover .sector-block a .overlayed-content h3 {
    float: left;
    width: 100%;
    position: relative;
    margin: -5px 0 -7px 0;
    font-size: 26px;
    font-weight: 100;
    color: #333333;
    text-transform: none;
}

.sectors-we-cover .sector-block a .image-container .image{
    position:relative;
    overflow: hidden;
}

.sectors-we-cover .sector-block a .image-container .image:before{
    content:'';
    position: absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    opacity: 0;
    visibility: visible;
    background: #fff;
    z-index: 2;
}

.sectors-we-cover .sector-block a .image-container .image:after {
    content: '';
    position: absolute;
    left: 0;
    top: 80px;
    width: 100%;
    height: 100%;
    opacity: 0.69;
    visibility: visible;
    z-index: 1;
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 );
}

.sectors-we-cover .sector-block a:hover .image-container .image:before{
    opacity: 0.9;
}

.sectors-block.row::-webkit-scrollbar {
}

/* total width */
.sectors-block.row::-webkit-scrollbar {
    width: 55px;
}

.sectors-block.row::-webkit-scrollbar-track {
    box-shadow: inset 0 0 100px 100px #545454;
    border: solid 4px #545454;
    border-radius: 14px;
}

.sectors-block.row::-webkit-scrollbar-thumb {
    box-shadow: inset 0 0 14px 14px #FFFFFF;
    border: solid 4px #545454;
    border-radius: 14px;
}

/* set button(top and bottom of the scrollbar) */
.sectors-block.row::-webkit-scrollbar-button {
}

.sectors-block.row {
    margin: 0;
    white-space: nowrap;
    flex-wrap: nowrap;
    overflow-x: scroll;
    padding-bottom: 50px;
    gap: 20px;
}

.sectors-block.row article {
    padding: 0;
    -ms-flex: 0 0 calc(33.333333% - 13px);
    flex: 0 0 calc(33.333333% - 13px);
    max-width: calc(33.333333% - 13px);
}

.product-category-listing .row:not(.standard-title){
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-gap: 20px;
    margin: 0;
    margin-bottom: 20px;
}

.product-category-listing .row:not(.standard-title) article {
    grid-column: span 3;
    padding: 0;
    margin: 0;
}

.product-category-listing .row:not(.standard-title) article .product-cat-block {
    height: 271px;
}

.product-category-listing .row:not(.standard-title) article:nth-child(1){
    grid-column: span 4;
    grid-row: span 2;
}

.product-category-listing .row:not(.standard-title) article:nth-child(1) .product-cat-block {
    height: 100%;
}

.product-category-listing .row:not(.standard-title) article:nth-child(2),
.product-category-listing .row:not(.standard-title) article:nth-child(3){
    grid-column: span 2;
}

.product-category-listing .row:not(.standard-title) article:nth-child(4){
    grid-column: span 4;
    grid-row: span 2;
}

.product-category-listing .row:not(.standard-title) article:nth-child(5),
.product-category-listing .row:not(.standard-title) article:nth-child(6){
    grid-column: span 2;
}

.product-category-listing .row:not(.standard-title):nth-child(even) {
    direction: rtl;
}

.product-category-listing .row:not(.standard-title).has-odd-rows:last-of-type article {
    grid-column: span 3;
}

.product-category-listing .row:not(.standard-title):last-of-type {
    margin-bottom: 0;
}

.product-category-listing .row:not(.standard-title).has-odd-rows:last-of-type article .product-cat-block {
    height: 562px;
}

.product-category-listing .row:not(.standard-title) article:only-child {
    grid-column: span 6 !important;
}

.product-category-listing .row:not(.standard-title) article:only-child > .product-cat-block {
    height: 400px !important;
}

.container-fluid.download-tax-section {
    padding-top: 10px;
    padding-bottom: 10px;
}

.download-tax-section .download-content-inner {
    background: #fff;
    padding: 60px;
    width: 500px;
    max-width: 100%;
}

.download-tax-section .row.title-with-content .download-content-inner span.bask, .download-tax-section .row.title-with-content .download-content-inner .content {
    text-shadow: none;
    color: #000;
}

.download-tax-section .row.title-with-content .download-content-inner .content {
    margin: 32px 0 0 0;
    padding-right: 0;
}

.download-tax-section .row.title-with-content .download-content-inner .buttons {
    margin: 38px 0 0 0;
}

.container-fluid.global-usp-section {
    margin-bottom: 120px;
}

.global-usp-section .row.title-with-content {
    margin-bottom: 55px;
}

.global-usp-section .usp-block-container .icon-container {
    height: 80px;
    margin-bottom: 28px;
}

.global-usp-section .usp-block-container h3 {
    font-weight: 400;
    color: #333333;
    font-size: 20px;
    margin: -4px 0;
}

.global-usp-section .usp-block-container .content {
    margin-bottom: 28px;
    margin-top: 19px;
}

.global-usp-section .usp-block-container .content p {
    line-height: 30px;
}

.global-usp-section .usp-block-container .content > *:first-child {
    margin-top: -8px;
}

.global-usp-section .usp-block-container .content > *:last-child {
    margin-bottom: -8px;
}

a.usp-link.title {
    letter-spacing: 0.1em;
    font-weight: 600;
    box-shadow: none;
    text-decoration: underline !important;
    text-underline-offset: 6px;
    text-decoration-thickness: 2px !important;
    color: #333333;
}

a.usp-link.title:hover {
    color: #000000;
}

.post-type-archive-product .container-fluid.hero-new-style {
    margin-bottom: 60px;
}


.container-fluid.flexible-row-section.split-content-standard.seo-content-new {
    margin-bottom: 110px;
}

.split-content-standard.seo-content-new .row.title-with-content {
    margin-bottom: 0;
}

.split-content-standard.seo-content-new .row.title-with-content span.label-title {
    color: #91969D;
    font-weight: 500;
    letter-spacing: 0.1em;
    margin-bottom: 30px;
}

.split-content-standard.seo-content-new .row.title-with-content h2.bask,
.split-content-standard.seo-content-new .row.title-with-content span.bask {
    font-size: 46px;
    line-height: 60px;
}

.split-content-standard.seo-content-new .content.has_label_title {
    margin-top: 60px;
}

.split-content-standard.seo-content-new .content p {
    line-height: 30px;
}

.split-content-standard.seo-content-new .content > *:first-child {
    margin-top: -7px;
}

.split-content-standard.seo-content-new .content > *:last-child {
    margin-bottom: -7px;
}

.product-listing-filters .filter-bar-tabbed {}

.product-listing-filters .filter-bar-tabbed .tabs-container {
    gap: 15px;
}

.product-listing-filters .filter-bar-tabbed .tabs-container a {
    color: #BBBBBB;
    font-size: 20px;
    box-shadow: inset 0 -1px 0 0 #BBBBBB;
}

.product-listing-filters .filter-bar-tabbed .tabs-container a.active {
    color: #FFF;
    box-shadow: inset 0 -1px 0 0 #FFF;
}

.product-listing-filters .filter-bar-tabbed .tabs-container a:hover {
    color: #FFF;
    box-shadow: inset 0 -1px 0 0 #FFF;
}

.product-listing-filters .filter-bar-tabbed .filter-tabbed-content {
    margin-top: 23px;
    padding-right: 148px;
}

.product-listing-filters .filter-bar-tabbed .filter-tabbed-content .tabbed-inner {
    display: none;
}

.product-listing-filters .sorting-bar-list .field-inner.search-input {
    width: 100%;
    position: relative;
}

.product-listing-filters .sorting-bar-list .field-inner.search-input input[type="search"] {
    width: 100%;
    background: #fff;
    height: 56px;
    padding: 10px 26px;
}

.product-listing-filters .filter-bar-tabbed .filter-tabbed-content a#reset-filter {
    position: absolute;
    right: 0;
    top: 20px;
    font-size: 15px;
    line-height: 1;
    letter-spacing: 0.1em;
    color: #ddd;
    font-weight: 600;
    text-transform: capitalize;
}

.product-listing-filters .filter-bar-tabbed .filter-tabbed-content a#reset-filter svg {
    float: right;
    margin: 0 0 0 8px;
}



.product-listing-filters.top-filters div#filterable_search_filters div#filterable_search_filters_output .filter_container > a.filter-title {
    float: left;
    width: 100%;
    height: 56px;
    padding: 10px 26px;
    text-transform: none;
    font-size: 16px;
    font-weight: 300;
    border-radius: 0px;
    appearence: none;
    -webkit-appearance: none;
    box-shadow: none;
    border: 1px solid #cccccc;
    background: #ffffff;
    display: flex !important;
    flex-wrap: wrap;
    justify-content: start;
    align-items: center;
    padding-right: 50px;
}

.product-listing-filters.top-filters div#filterable_search_filters div#filterable_search_filters_output .filter_container > a.filter-title i.filters-toggle {
    position: absolute;
    right: 26px;
    top: 18px;
    line-height: 1;
}

.product-listing-filters.top-filters div#filterable_search_filters div#filterable_search_filters_output .filter_container .selectize-control,
.product-listing-filters.top-filters .sorting-bar-list .selectize-control {
    float: left;
    width: 100% !important;
    position: relative;
}
.product-listing-filters.top-filters div#filterable_search_filters div#filterable_search_filters_output .filter_container .selectize-control .selectize-input,
.product-listing-filters.top-filters .sorting-bar-list .selectize-control .selectize-input {
    float: left;
    width: 100%;
    height: 56px;
    padding: 10px 26px;
    text-transform: none;
    font-size: 16px;
    font-weight: 300;
    border-radius: 0px;
    appearence: none;
    -webkit-appearance: none;
    box-shadow: none;
    border: 1px solid #cccccc;
    background: #ffffff;
    display: flex !important;
    flex-wrap: wrap;
    justify-content: start;
    align-items: center;
    padding-right: 50px;
}
.product-listing-filters.top-filters div#filterable_search_filters div#filterable_search_filters_output .filter_container .selectize-control .selectize-input:after,
.product-listing-filters.top-filters .sorting-bar-list .selectize-control .selectize-input:after {
    content: "\f107"!important;
    font-family: "Font Awesome 5 Pro";
    border: none !important;
    width: auto !important;
    height: auto !important;
    top: auto !important;
    right: 23px !important;
    margin: 0px !important;
    font-weight: 400;
    opacity: 0.8;
    position: absolute;
    visibility: visible;
}
.product-listing-filters.top-filters div#filterable_search_filters div#filterable_search_filters_output .filter_container .selectize-control .selectize-input.dropdown-active:after,
.product-listing-filters.top-filters .sorting-bar-list .selectize-control .selectize-input.dropdown-active:after {
    content:"\f106"!important;
}
.product-listing-filters.top-filters div#filterable_search_filters div#filterable_search_filters_output .filter_container .selectize-dropdown,
.product-listing-filters.top-filters .sorting-bar-list .selectize-dropdown {
    padding-top: 10px;
    padding-bottom: 13px;
    top: 70px !important;
}
.product-listing-filters.top-filters div#filterable_search_filters div#filterable_search_filters_output .filter_container .selectize-dropdown,
.product-listing-filters.top-filters .sorting-bar-list .selectize-dropdown {
    top: 50px !important;
}
.product-listing-filters.top-filters div#filterable_search_filters div#filterable_search_filters_output .filter_container .selectize-dropdown .selectize-dropdown-content,
.product-listing-filters.top-filters .sorting-bar-list .selectize-dropdown .selectize-dropdown-content {
    max-height: 220px;
}
.product-listing-filters.top-filters div#filterable_search_filters div#filterable_search_filters_output .filter_container .selectize-dropdown .selectize-dropdown-content .option,
.product-listing-filters.top-filters .sorting-bar-list .selectize-dropdown .selectize-dropdown-content .option {
    padding: 13px 22px;
    cursor: pointer;
}
.product-listing-filters.top-filters div#filterable_search_filters div#filterable_search_filters_output .filter_container .selectize-control .selectize-input > input[type="select-one"],
.product-listing-filters.top-filters .sorting-bar-list .selectize-control .selectize-input > input[type="select-one"] {
    font-size: 16px;
}
.product-listing-filters.top-filters div#filterable_search_filters div#filterable_search_filters_output .filter_container .selectize-control .selectize-input > input[type="select-one"][placeholder],
.product-listing-filters.top-filters .sorting-bar-list .selectize-control .selectize-input > input[type="select-one"][placeholder] {
    width: 100% !important;
}
.product-listing-filters.top-filters div#filterable_search_filters div#filterable_search_filters_output,
.product-listing-filters.top-filters .filter-bar-tabbed .filter-tabbed-content .tabbed-inner .sorting-bar-list {
    gap: 15px;
}
.product-listing-filters.top-filters div#filterable_search_filters div#filterable_search_filters_output .filter_container .selectize-control .selectize-dropdown,
.product-listing-filters.top-filters .sorting-bar-list .selectize-control .selectize-dropdown {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    width: 100% !important;
    top: 56px !important;
}
.product-listing-filters.top-filters div#filterable_search_filters div#filterable_search_filters_output .filter_container,
.product-listing-filters.top-filters .filter-bar-tabbed .filter-tabbed-content .tabbed-inner .sorting-bar-list > .field-inner:not(.search-input) {
    margin: 0;
    position: relative;
    -ms-flex: 0 0 calc(33.333333% - 7.5px);
    flex: 0 0 calc(33.333333% - 7.5px);
    max-width: calc(33.333333% - 7.5px);
}

.product-main-content .summary {
    padding-top: 0;
    margin-bottom: 0;
    padding-bottom: 0;
    padding-left: 0;
}

.product-meta-top > div.product .product-main-content {
    padding-left: 10px;
}

.product-meta-top > div.product .image-slider-container {
    padding-right: 10px;
}

.product-main-content .summary .bottom-product-links {
    margin-bottom: 20px;
}

.product-main-content .summary .bottom-product-links > a {
    font-size: 17px;
    line-height: 1;
    text-decoration: underline !important;
    box-shadow: none !important;
    text-underline-offset: 3px;
}

.product-main-content .summary .bottom-product-links > a#product-card-button {
    letter-spacing: 0.1em;
    font-size: 15px;
}

.product-main-content .summary .bottom-product-links > a#product-card-button i {
    font-size: 12px;
    display: inline;
    position: relative;
    top: -1px;
}

.product-main-content .summary  .customisable-product-cta {
    background: #F6F6F6;
    padding: 13px 15px;
    margin: 0 0 30px 0;
}

.product-main-content .summary .customisable-product-cta .icon-container {
    float: left;
    width: 24px;
    height: 24px;
    min-width: 24px;
    max-width: 24px;
    margin-right: 12px;
}

.product-main-content .summary .customisable-product-cta  > span {
    font-size: 15px;
    line-height: 22px;
    color: #47505B;
    font-weight: 500;
}

.product-main-content .summary .cart-container form.cart {
    display: flex;
}

.product-main-content .summary .cart-container form.cart > .price-container {
    margin: 0;
    margin-right: auto;
    align-self: center;
}

.product-main-content .summary .cart-container form.cart > .price-container p.price {
    text-transform: none;
    font-size: 20px;
    letter-spacing: 0.04em !important;
}

.product-main-content .summary .cart-container form.cart > .price-container p.price > .amount {
    font-size: 34px;
}

.product-main-content .summary .cart-container form.cart > .price-container p.price * {
    color: #333333;
}

.product-main-content .summary .cart-container form.cart > .price-container p.price > .amount:after {
    color: #FE3939;
}

.woocommerce-pages .woocommerce .button#place_order,
.woocommerce-pages .woocommerce .cart-collaterals .cart_totals a.checkout-button,
.product-main-content .summary .cart-container form.cart button.btn {
    font-size: 18px;
    letter-spacing: 0.04em !important;
    padding: 15px 26px;
    border-width: 2px;
}

.product-main-content .summary .split-button-scrolls {
    margin: 0 0 25px 0;
}

.product-main-content .summary .split-button-scrolls a.scollingToSection {
    float: left;
    width: 100%;
    text-align: center;
    box-shadow: none;
    border: solid 1px #000;
    font-size: 15px;
    letter-spacing: 0.04em;
    color: #333;
    padding: 8px;
    line-height: 22px;
}

.product-main-content .summary .split-button-scrolls a.scollingToSection svg {
    display: inline;
    position: relative;
    top: -1px;
    margin-left: 2px;
}

.product-main-content .summary .split-button-scrolls a.scollingToSection:hover {
    background: #333;
    color: #fff;
}

.product-main-content .summary .split-button-scrolls a.scollingToSection:hover svg path {
    fill: #fff;
}

.product-main-content .summary .disclaimer-content.content {
    background: #FFEDED;
    color: #c92c2c;
    font-size: 15px;
    padding: 17px 15px;
}

.product-main-content .summary .disclaimer-content.content p {
    line-height: 25px;
}

.product-main-content .summary .disclaimer-content.content a {
    box-shadow: none !important;
    text-decoration: underline !important;
    color: #c92c2c;
    text-underline-offset: 2px !important;
}

.product-main-content .summary .disclaimer-content.content a:hover {
    color: #000;
}

.product-main-content .summary .cart-container form.cart .quantity button.minus {
    margin-left: 0;
}

.useful-information .filter-bar-tabbed .tabs-container a {
    font-size: 18px;
    letter-spacing: 0.04em;
    color: #91969D;
    padding: 0 15px 15px;
    box-shadow: inset 0 -3px 0 0 #3b3b3b;
}

.useful-information .filter-bar-tabbed .tabs-container a.active {
    color: #333333;
}

.useful-information .filter-bar-tabbed .tabs-container a:hover {
    color: #000;
}

.useful-information .filter-bar-tabbed .filter-tabbed-content {
    padding-top: 40px;
}

.useful-information .filter-bar-tabbed .filter-tabbed-content .tabbed-inner {
    display: none;
}

.useful-information .filter-bar-tabbed .filter-tabbed-content .modal-container-block .modal-inner-container {
    padding: 0;
    padding-top: 0;
}

.useful-information .filter-bar-tabbed .filter-tabbed-content .modal-container-block .modal-inner-container .title-container {
    position: relative;
    padding: 0;
    margin: 0 0 27px 0;
}

.useful-information .filter-bar-tabbed .filter-tabbed-content .modal-container-block .modal-inner-container .title-container h3 {
    font-size: 28px;
    text-transform: none;
    font-weight: 500;
    letter-spacing: 0.04em;
    line-height: normal;
    margin: -7px 0;
}

.useful-information .filter-bar-tabbed .filter-tabbed-content .modal-container-block .modal-inner-container  .finish-modal-content {
    height: auto;
    width: 100%;
}

.useful-information .filter-bar-tabbed .filter-tabbed-content .modal-container-block .modal-inner-container .finish-gallery-container {
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
}

.useful-information .filter-bar-tabbed .filter-tabbed-content .modal-container-block .modal-inner-container .finish-gallery-container a.finish-block .image-container {
    height: auto;
    aspect-ratio: 1 / 1;
}


.useful-information .filter-bar-tabbed .filter-tabbed-content .modal-container-block .modal-inner-container .finish-modal-content .content {
    margin: 0 0 27px 0;
}

.useful-information .filter-bar-tabbed .filter-tabbed-content .modal-container-block .modal-inner-container .finish-modal-content .content p {
    line-height: 30px;
}

.useful-information .filter-bar-tabbed .filter-tabbed-content .modal-container-block .modal-inner-container .finish-modal-content .please-note-content.content {
    padding: 0;
    background: none;
    font-weight: 500;
    margin: 0 0 30px 0;
    color: #47505B;
}

.useful-information .filter-bar-tabbed .filter-tabbed-content .modal-container-block .modal-inner-container .finish-modal-content .please-note-content.content > *:first-child {
    margin-top: -6px;
}

.useful-information .filter-bar-tabbed .filter-tabbed-content .modal-container-block .modal-inner-container .finish-modal-content .please-note-content.content > *:last-child {
    margin-bottom: -6px;
}

.product-listing-filters.top-filters div#filterable_search_filters div#filterable_search_filters_output .filter_container > .dropped-filters {
    position: absolute;
    left: 0;
    top: calc(100% - 1px);
    width: 100%;
    padding: 20px 23px;
    background: #fff;
    border: 1px solid #cccccc;
    border-top: none;
    padding-top: 0;
    display: none;
}

.product-listing-filters.top-filters div#filterable_search_filters div#filterable_search_filters_output .filter_container > .dropped-filters > a.term-link-container {
    float: left;
    width: 100%;
    position: relative;
    box-shadow: none;
    margin: 0 0 10px 0;
}

.product-listing-filters.top-filters div#filterable_search_filters div#filterable_search_filters_output .filter_container > .dropped-filters > a.term-link-container > label {
    float: left;
    width: 100%;
    position: relative;
    margin: 0;
}

.product-listing-filters.top-filters div#filterable_search_filters div#filterable_search_filters_output .filter_container > .dropped-filters > a.term-link-container > label span {
    float: left;
    width: 100%;
    position: relative;
    color: #47505B;
    font-weight: 100;
    font-size: 17px;
    line-height: 26px;
}

.product-listing-filters.top-filters div#filterable_search_filters div#filterable_search_filters_output .filter_container > .dropped-filters > a.term-link-container > label > input {
    clip: rect(1px, 1px, 1px, 1px);
    word-wrap: normal !important;
    border: 0;
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    overflow-wrap: normal !important;
    padding: 0;
    position: absolute !important;
    width: 1px;
}

.product-listing-filters.top-filters div#filterable_search_filters div#filterable_search_filters_output .filter_container > .dropped-filters > a.term-link-container > label span i {
    font-style: normal;
    margin: 0 5px;
}

.product-listing-filters.top-filters div#filterable_search_filters div#filterable_search_filters_output .filter_container > .dropped-filters > a.term-link-container > label span:after {
    content: "\f00c" !important;
    font-family: 'Font Awesome 5 Pro';
    font-weight: 500;
    font-size: 14px;
    text-align: center;
    line-height: 24px;
    position: absolute;
    width: 26px;
    height: 26px;
    display: block;
    border: solid 1px rgb(85 85 85 / 25%);
    background: #fff;
    color: transparent;
    visibility: visible;
    top: 0;
    right: 0;
}

.product-listing-filters.top-filters div#filterable_search_filters div#filterable_search_filters_output .filter_container > .dropped-filters > a.term-link-container > label input:checked ~ span:after {
    border-color: #333333;
    color: #333333;
}

.product-listing-filters.top-filters div#filterable_search_filters div#filterable_search_filters_output .filter_container > .dropped-filters > a.term-link-container:last-of-type {
    margin: 0;
}

.product-inner a.post-thumbnail.grid-version {
    height: auto;
    padding: 25px;
    aspect-ratio: unset;
}

.product-inner a.post-thumbnail.grid-version .product-images-grid {
    float: left;
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
}

.product-inner a.post-thumbnail.grid-version .product-images-grid .main-image {
    float: left;
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 1;
    margin-bottom: 25px;
}

.product-inner a.post-thumbnail.grid-version .product-images-grid .thumbs {
    float: left;
    width: 100%;
    position: relative;
    display: flex;
    gap: 10px;
}

.product-inner a.post-thumbnail.grid-version .product-images-grid .thumbs .count,
.product-inner a.post-thumbnail.grid-version .product-images-grid .thumbs img {
    float: left;
    width: calc(25% - 7.5px);
    height: auto;
    min-width: calc(25% - 7.5px);
    max-width: calc(25% - 7.5px);
    aspect-ratio: 1 / 1;
}

.filterable_search.family_style .container-fluid.product-listing-filters {
    margin-bottom: 60px !important;
}

.filterable_search.family_style .product-list div#filterable_search_results {
    padding-top: 0;
    padding-bottom: 0;
    margin-right: -10px;
    margin-left: -10px;
}

.filterable_search.family_style .product-list div#filterable_search_results > article {
    padding-right: 10px;
    padding-left: 10px;
}

.filterable_search.family_style .product-list .filters-sidebar-container {
    background: none;
    padding-left: 0;
    min-width: calc(100% + 20px);
    float: left;
}

.filterable_search.family_style .product-list .filters-sidebar-container:before {
    display: none;
}

.filters-sidebar-container .inner .category-filters-container .filter_container.family_style {}

.filters-sidebar-container .inner .category-filters-container .filter_container.family_style .range-slider,
.filters-sidebar-container .inner .category-filters-container .filter_container.family_style a.term-link-container {
    display: block;
}

.filters-sidebar-container .inner .category-filters-container .filter_container.family_style {
    padding-right: 0;
    padding: 0 0 16px 0;
    border-bottom: solid 1px #D0D9DC;
    margin: 0 0 16px 0;
}

.filters-sidebar-container .inner .category-filters-container .filter_container.family_style .inner_field {
    float: left;
    width: 100%;
    position: relative;
}

.filterable_search .product-list .filters-sidebar-container .inner div#filterable_search_filters {
    max-height: none !important;
    overflow: visible;
    padding: 0;
    position: relative;
    top: auto;
    left: auto;
}

.filters-sidebar-container .inner .category-filters-container .filter_container.family_style#filter-column-shape .inner_field,
.filters-sidebar-container .inner .category-filters-container .filter_container.family_style#filter-outdoor-use .inner_field,
.filters-sidebar-container .inner .category-filters-container .filter_container.family_style#filter-frame-material:not(.changed_style_dropdown) .inner_field,
.filters-sidebar-container .inner .category-filters-container .filter_container.family_style#filter-base-plate-shape .inner_field,
.filters-sidebar-container .inner .category-filters-container .filter_container.family_style#filter-design .inner_field,
.filters-sidebar-container .inner .category-filters-container .filter_container.family_style#filter-height .inner_field,
.filters-sidebar-container .inner .category-filters-container .filter_container.family_style#filter-table-base-height .inner_field {
    display: flex;
}

.filters-sidebar-container .inner .category-filters-container .filter_container.family_style .inner_field:not(.new_style) a.term-link-container {
    margin: 0;
}

.filters-sidebar-container .inner .category-filters-container .filter_container.family_style .inner_field:not(.new_style) a.term-link-container label {
    margin: 0;
}

.filters-sidebar-container .inner .category-filters-container .filter_container.family_style .inner_field:not(.new_style) a.term-link-container label span {
    font-size: 12px;
    padding: 10px 5px;
    font-family: 'ITC Kabel Std', sans-serif;
    letter-spacing: 0;
    text-align: center;
    line-height: 1;
    min-height: auto;
    color: rgb(71 80 91 / 50%);
    border: solid 1px rgb(71 80 91 / 50%);
    font-weight: 500;
    border-left: none;
}

.filters-sidebar-container .inner .category-filters-container .filter_container.family_style .inner_field:not(.new_style) a.term-link-container:first-of-type label span {
    border-left: solid 1px rgb(71 80 91 / 50%);
}

.filters-sidebar-container .inner .category-filters-container .filter_container.family_style#filter-outdoor-use .inner_field,
.filters-sidebar-container .inner .category-filters-container .filter_container.family_style#filter-frame-material:not(.changed_style_dropdown) .inner_field {
    flex-direction: row-reverse;
}

.filters-sidebar-container .inner .category-filters-container .filter_container.family_style#filter-outdoor-use .inner_field a.term-link-container label span,
.filters-sidebar-container .inner .category-filters-container .filter_container.family_style#filter-frame-material:not(.changed_style_dropdown) .inner_field a.term-link-container label span {
    border-left: none;
}

.filters-sidebar-container .inner .category-filters-container .filter_container.family_style#filter-outdoor-use .inner_field a.term-link-container:last-of-type label span,
.filters-sidebar-container .inner .category-filters-container .filter_container.family_style#filter-frame-material:not(.changed_style_dropdown) .inner_field a.term-link-container:last-of-type label span {
    border-left: solid 1px rgb(71 80 91 / 50%);
}



.filters-sidebar-container .inner .category-filters-container .filter_container.family_style .inner_field:not(.new_style) a.term-link-container label span:before {
    display: none;
}

.filters-sidebar-container .inner .category-filters-container .filter_container.family_style#filter-base-plate-shape .inner_field a.term-link-container label span {
    height: 34px;
    color: transparent;
    padding: 7px 0;
}

.filters-sidebar-container .inner .category-filters-container .filter_container.family_style#filter-base-plate-shape .inner_field a.term-link-container label span:before {
    display: block;
    position: relative;
    width: 100%;
    height: 18px;
    border: none;
    color: #333;
    content: '' !important;
    opacity: 0.5;
}

.filters-sidebar-container .inner .category-filters-container .filter_container.family_style#filter-base-plate-shape .inner_field a.term-link-container label input[data-slug="circle"] ~ span:before {
    background: url(/wp-content/themes/twentyseventeen-child/assets/images/new/circle.svg) no-repeat center center;
    background-size: contain;
}

.filters-sidebar-container .inner .category-filters-container .filter_container.family_style#filter-base-plate-shape .inner_field a.term-link-container label input[data-slug="oval"] ~ span:before {
    background: url(/wp-content/themes/twentyseventeen-child/assets/images/new/oval.svg) no-repeat center center;
    background-size: contain;
}

.filters-sidebar-container .inner .category-filters-container .filter_container.family_style#filter-base-plate-shape .inner_field a.term-link-container label input[data-slug="rectangle"] ~ span:before {
    background: url(/wp-content/themes/twentyseventeen-child/assets/images/new/rectangle.svg) no-repeat center center;
    background-size: contain;
}

.filters-sidebar-container .inner .category-filters-container .filter_container.family_style#filter-base-plate-shape .inner_field a.term-link-container label input[data-slug="square"] ~ span:before {
    background: url(/wp-content/themes/twentyseventeen-child/assets/images/new/square.svg) no-repeat center center;
    background-size: contain;
}

.filters-sidebar-container .inner .category-filters-container .filter_container.family_style#filter-base-plate-shape .inner_field a.term-link-container label input[data-slug="triangle"] ~ span:before {
    background: url(/wp-content/themes/twentyseventeen-child/assets/images/new/triangle.svg) no-repeat center center;
    background-size: contain;
}

.filters-sidebar-container .inner .category-filters-container .filter_container.family_style .inner_field:not(.new_style) a.term-link-container label input:checked ~ span {
    background: #333333;
    color: #fff;
    border-color: #333333;
}

.filters-sidebar-container .inner .category-filters-container .filter_container.family_style#filter-base-plate-shape .inner_field a.term-link-container label input:checked ~ span:before {
    filter: brightness(0) invert(1);
    opacity: 1;
}

.filters-sidebar-container .inner .category-filters-container .filter_container.family_style:first-of-type {
    padding-top: 16px;
    border-top: solid 1px #D0D9DC;
    margin-top: 0;
}

.filters-sidebar-container .inner .category-filters-container .filter_container.family_style > .filter-title {
    color: #333333;
    margin-bottom: 12px;
}

.filters-sidebar-container .inner .category-filters-container .filter_container.family_style .inner_field.dimensions_version {
    display: flex;
    align-items: center;
    gap: 25px;
}

.filters-sidebar-container .inner .category-filters-container .filter_container.family_style .inner_field.dimensions_version .dimension_field {
    float: left;
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
}

.filters-sidebar-container .inner .category-filters-container .filter_container.family_style .inner_field.dimensions_version .dimension_field input {
    min-width: auto;
    float: left;
    width: 100%;
    border: solid 1px rgb(208 217 220 / 50%);
    font-size: 17px;
    height: 40px;
    padding: 0 14px;
}

.filters-sidebar-container .inner .category-filters-container .filter_container.family_style .inner_field.dimensions_version .dimension_field b {
    font-family: 'ITC Kabel Std', sans-serif;
    letter-spacing: 0;
    font-size: 12px;
    font-weight: 500;
    color: #47505B;
}

.gutter-left-60 {
    padding-left: 60px;
}

.gutter-left-40 {
    padding-left: 40px;
}

form.filterable_search.family_style {
    margin-bottom: -40px;
}

.filterable_search.family_style .product-list div#filterable_search_results > article.col-md-3:not(.product_archive) {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}

.woocommerce-pages table thead th.product-quantity {
    text-align: center;
}

.woocommerce-pages table tbody td.product-quantity .quantity {
    float: none;
    display: table;
    margin: 0 auto;
}

.woocommerce-pages .woocommerce form.woocommerce-cart-form {
    max-width: calc(100% - 400px);
}

.woocommerce-pages .woocommerce .cart-collaterals {
    background: #333333;
    padding: 30px;
    max-width: 340px;
}

.woocommerce-pages table thead th, .table-section .table-block-container table.table thead tr th {
    border-bottom: solid 2px #333333;
    padding-bottom: 15px;
    text-transform: none;
    font-size: 15px;
    color: #333333;
    font-weight: 600;
    letter-spacing: 0.04em;
}

.woocommerce-pages .woocommerce .cart-collaterals .cart_totals h2 {
    text-transform: capitalize;
    color: #fff;
    font-size: 24px;
    font-weight: 500;
    letter-spacing: 0.04em;
    margin-bottom: 15px;
}

.woocommerce-pages .woocommerce .cart-collaterals .cart_totals table tr.order-total th {
    color: #fff;
}

.woocommerce-pages .woocommerce .cart-collaterals .cart_totals table tr.order-total td,
.woocommerce-pages .woocommerce .cart-collaterals .cart_totals table tr.order-total td strong {
    color: #fff;
}

.woocommerce-pages .woocommerce form.woocommerce-cart-form > h2 {
    line-height: 1;
    margin-top: -3px;
    text-transform: capitalize;
    color: #333333;
    font-size: 28px;
    font-weight: 500;
    letter-spacing: 0.04em;
    margin-bottom: 22px;
}

.woocommerce-pages .woocommerce .button#place_order,
.woocommerce-pages .woocommerce .cart-collaterals .cart_totals a.checkout-button {
    float: right;
    width: auto;
    padding: 15px 27px;
}

.woocommerce-pages .woocommerce .button#place_order:before,
.woocommerce-pages .woocommerce .button#place_order:after,
.woocommerce-pages table tbody td button.button[name="update_cart"]:before,
.woocommerce-pages table tbody td button.button[name="update_cart"]:after,
.woocommerce-pages .woocommerce .cart-collaterals .cart_totals a.checkout-button:before,
.woocommerce-pages .woocommerce .cart-collaterals .cart_totals a.checkout-button:after {
    display: none;
}

.woocommerce-pages .woocommerce .cart-collaterals .cart_totals a.checkout-button:hover {
    color: #e1e1e1 !important;
    border-color: #e1e1e1 !important;
}

.woocommerce-pages .woocommerce .button#place_order:hover {
    color: #000 !important;
    border-color: #000 !important;
}

.woocommerce-pages table tbody td button.button[name="update_cart"] {
    padding: 0;
    line-height: 1;
    height: auto;
    border: none;
    font-size: 18px;
    letter-spacing: 0.04em;
    box-shadow: inset 0 -2px 0 0 #333333 !important;
    color: #333333;
    padding-bottom: 5px;
}

.woocommerce-pages table tbody td button.button[name="update_cart"]:hover {
    color: #000;
    box-shadow: inset 0 -2px 0 0 #000 !important;
}

.woocommerce-pages table tbody td a.remove {
    background: url(/wp-content/themes/twentyseventeen-child/assets/images/new/bin-icon.svg) no-repeat center center;
    background-size: contain;
    color: transparent !important;
    border-radius: 0;
    width: 18px;
    height: 22px;
    padding: 0;
}

form.checkout.woocommerce-checkout div#customer_details {
    flex-direction: row;
    margin: 0;
    flex-grow: 1;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 0;
    float: left;
    width: 100%;
}

form.checkout.woocommerce-checkout div#customer_details > div {
    flex: 0 0 100%;
    max-width: 100%;
    min-width: 100%;
    width: 100%;
    padding: 0;
}

form.checkout.woocommerce-checkout div#customer_details > div > .woocommerce-additional-fields {
    padding-left: 0;
    margin-bottom: 0;
}

form.checkout.woocommerce-checkout {
    display: flex;
    align-items: flex-start;
    gap: 60px;
}

form.checkout.woocommerce-checkout .order_table_contents {
    min-width: 340px;
    max-width: 340px;
    width: 100%;
    background: #333333;
    padding: 30px;
}

form.checkout.woocommerce-checkout .order_table_contents h3#order_review_heading {
    text-transform: capitalize;
    color: #fff;
    font-size: 24px;
    font-weight: 500;
    letter-spacing: 0.04em;
    margin-bottom: 15px;
}

form.checkout.woocommerce-checkout .order_table_contents table {
    margin: 0;
}

form.checkout.woocommerce-checkout .order_table_contents table thead {
    display: none !important;
}

form.checkout.woocommerce-checkout .order_table_contents table th,
form.checkout.woocommerce-checkout .order_table_contents table td {
    color: #ddd;
    padding: 11px 0;
    height: auto;
    font-size: 17px;
    border-bottom: solid 1px #666666 !important;
}

.woocommerce-pages .woocommerce .woocommerce-billing-fields p#billing_phone_field {
    width: 48%;
}

.woocommerce-pages .woocommerce .woocommerce-billing-fields p#billing_email_field {
    width: 48%;
    float: right;
    clear: none;
}

form.checkout.woocommerce-checkout .order_table_contents table tfoot tr.order-total th,
form.checkout.woocommerce-checkout .order_table_contents table tfoot tr.order-total td,
form.checkout.woocommerce-checkout .order_table_contents table tfoot tr.order-total td strong {
    color: #fff;
    border: none !important;
}

.woocommerce-pages .woocommerce .woocommerce-billing-fields h3,
.woocommerce-pages .woocommerce .woocommerce-additional-fields h3 {
    line-height: 1;
    margin-top: -3px;
    text-transform: capitalize;
    color: #333333;
    font-size: 28px;
    font-weight: 500;
    letter-spacing: 0.04em;
    margin-bottom: 22px;
}

.blockquote-section.center-block .testimonial-block {
    text-align: center;
    padding: 0 20px;
}

.blockquote-section .testimonial-block .content.title {
    letter-spacing: 0.04em;
    font-weight: 100;
}

.blockquote-section .testimonial-block .content.title p {
    font-weight: 100;
    color: #333333;
}



.blockquote-section .testimonial-block .content p svg.quote-left {
    margin-left: -34px;
    margin-top: -5px;
    -moz-transform: none;
    -webkit-transform: none;
    -o-transform: none;
    -ms-transform: none;
    transform: none;
    opacity: 1;
}

.blockquote-section .testimonial-block .content p svg.quote-right {
    -webkit-transform: none;
    transform: none;
    margin-left: 1px;
    margin-top: 33px;
    opacity: 1;
}

.blockquote-section .testimonial-block .content p svg.quote-left path,
.blockquote-section .testimonial-block .content p svg.quote-right path {
    fill: #ddd;
}

.container-fluid.flexible-row-section.stepped-process-section-new {
    background: #333;
    padding-top: 90px;
    padding-bottom: 90px;
}

.stepped-process-section-new .row.process-step-row {
    margin-bottom: 50px;
    margin-left: -37.5px;
    margin-right: -37.5px;
}

.stepped-process-section-new .row.process-step-row > div {
    padding-left: 37.5px;
    padding-right: 37.5px;
}

.stepped-process-section-new .row.process-step-row:last-of-type {
    margin-bottom: 0px;
}

.stepped-process-section-new .row.process-step-row .step-block {
    padding-left: 65px;
    position: relative;
}

.stepped-process-section-new .row.process-step-row .step-block .icon-container {
    width: 50px;
    height: 50px;
    position: absolute;
    left: 0;
    top: 0;
}

.stepped-process-section-new .row.process-step-row .step-block .icon-container img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.stepped-process-section-new .row.process-step-row .step-block .inner {
    float: left;
    width: 100%;
}

.stepped-process-section-new .row.process-step-row .step-block .inner h4 {
    color: #fff;
    font-size: 18px;
    line-height: normal;
    margin-bottom: 5px;
    letter-spacing: 0.04em;
}

.stepped-process-section-new .row.process-step-row .step-block .inner .content {
    color: #fff;
}

.stepped-process-section-new .row.process-step-row .step-block .inner .content p {
    line-height: 25px;
}

.stepped-process-section-new .row.process-step-row .step-block .inner .content > *:first-child {
    margin-top: 0;
}

.stepped-process-section-new .row.process-step-row .step-block .inner .content > *:last-child {
    margin-bottom: 0;
}

.stepped-process-section-new .row.process-step-row > div:after {
    content: '';
    background: url(/wp-content/themes/twentyseventeen-child/assets/images/new/process-arrow-2.svg) no-repeat center center;
    background-size: contain;
    width: 50px;
    height: 10px;
    position: absolute;
    left: calc(100% - 25px);
    display: block !important;
    visibility: visible;
    top: 32px;
}

.stepped-process-section-new .row.process-step-row.arrow-style-right > div:after {
    background: url(/wp-content/themes/twentyseventeen-child/assets/images/new/process-arrow-1.svg) no-repeat center center;
    background-size: contain;
}

.stepped-process-section-new .row.process-step-row > div:last-of-type:after {
    display: none !important;
}

.stepped-process-section-new .row.process-step-row.arrow-style-left > div:nth-child(1):before {
    content: '';
    background: url(/wp-content/themes/twentyseventeen-child/assets/images/new/process-arrow-3.svg) no-repeat center center;
    background-size: contain;
    width: 50px;
    height: 50px;
    position: absolute;
    left: 40%;
    display: block !important;
    visibility: visible;
    top: calc(100% + 40px);
}

.stepped-process-section-new .row.process-step-row.arrow-style-right > div:last-of-type:before {
    content: '';
    background: url(/wp-content/themes/twentyseventeen-child/assets/images/new/process-arrow-4.svg) no-repeat center center;
    background-size: contain;
    width: 50px;
    height: 50px;
    position: absolute;
    left: 100%;
    display: block !important;
    visibility: visible;
    top: 32px;
}

.container-fluid.brands-section.full-width-brands.new_style.no-padding {}

.flexible-row-section.brands-logos-section.has-global-dark-bg {
    padding-top: 60px;
    padding-bottom: 60px;
    background: #333333;
}

.flexible-row-section.brands-logos-section.has-global-dark-bg .container-fluid.brands-section {
    margin-bottom: 0;
}

.brands-logos-section.has-global-dark-bg .brands-section .brands-full-slider .brand-logo .logo-container,
.brands-logos-section.has-global-dark-bg .brands-section .brands-full-slider .brand-logo a {
    filter: brightness(0) invert(1);
}

.brands-logos-section.has-global-dark-bg .brands-section .brands-full-slider .brand-logo {
    height: 65px;
}

.brands-logos-section.has-global-dark-bg .brands-section .brands-full-slider .slick-list {
    overflow: visible;
}



.container-fluid.flexible-row-section.accordions-section.dark_style {
    background: #333;
    padding-top: 84px;
    padding-bottom: 90px;
}

.accordions-section.dark_style .accordion-section {
    background: #F6F6F6;
    opacity: 1;
    margin: 0 0 15px 0;
    padding: 0;
}

.accordions-section.dark_style .accordion-section .acc-title {
    font-family: 'Baskerville Old Face', sans-serif;
    letter-spacing: 0.01em !important;
    text-transform: none;
    font-size: 22px;
    color: #333333;
    padding: 19px 25px;
    padding-right: 70px;
}

.accordions-section.dark_style .accordion-section .acc-title:after {
    display: none;
}

.accordions-section.dark_style .accordion-section .acc-title .icon-container {
    position: absolute;
    right: 25px;
    top: 21px;
}

.accordions-section.dark_style .accordion-section.active .acc-title .icon-container {
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.accordions-section.dark_style .accordion-section.active .acc-title .icon-container svg path {
    fill: #FE3939;
}

.accordions-section.dark_style .accordion-section .acc-title .icon-container svg {
    float: left;
}

.accordions-section.dark_style .accordion-section .acc-section {
    background: #f6f6f6;
    padding: 25px;
    padding-top: 5px;
    padding-bottom: 30px;
}

.row.title-with-content.content-title-split .content {
    margin-top: 32px;
}

.ctas-section-list-new .cta-new-block {
    float: left;
    width: 100%;
    position: relative;
    background: #f6f6f6;
    padding: 40px 30px;
    height: 100%;
}

.ctas-section-list-new .cta-new-block .icon-container {
    width: 100%;
    height: 80px;
    margin-bottom: 30px;
}

.ctas-section-list-new .cta-new-block .inner {
    float: left;
    width: 100%;
    position: relative;
}

.ctas-section-list-new .cta-new-block .inner > h4 {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 20px;
    line-height: 28px;
    font-weight: 500;
    letter-spacing: 0.04em;
    padding: 0 42px;
    margin: -5px 0;
}

.ctas-section-list-new .cta-new-block .inner > .content {
    text-align: center;
    font-size: 17px;
    margin-top: 26px;
}

.ctas-section-list-new .cta-new-block .inner > .content ul li {
    line-height: 30px;
    padding: 0 0 10px 0;
    margin: 0 0 10px 0;
}

.ctas-section-list-new .cta-new-block .inner > .content ul li:last-of-type {
    margin: 0;
    padding: 0;
}

.ctas-section-list-new .cta-new-block .inner > .content ul li:before {
    display: none;
}

.ctas-section-list-new .cta-new-block .inner > .content ul li:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 130px;
    max-width: 100%;
    height: 1px;
    background: #D0D9DC;
    visibility: visible;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.ctas-section-list-new .cta-new-block .inner > .content ul li:last-of-type:after {
    display: none;
}

.ctas-section-list-new .cta-new-block .inner > .content > *:last-child {
    margin-bottom: -8px;
}

.ctas-section-list-new .cta-new-block .inner > .content > *:first-child {
    margin-top: -8px;
}

.flexible-article-sections .container-fluid.flexible-row-section.ctas-section-list-new {
    margin-bottom: 110px;
    padding-top: 75px;
    border-top: solid 1px #D0D9DC;
}


.container-fluid.flexible-row-section.timeline-steps-section-new {
    background: #333;
    padding-top: 60px;
    padding-bottom: 60px;
}

.timeline-steps-section-new .timeline-steps-inner {
    float: left;
    width: 100%;
    position: relative;
    gap: 50px;
}

.timeline-steps-section-new .timeline-steps-inner > h2 {
    margin: 0;
    font-weight: 100;
    font-size: 30px;
    line-height: 1;
}

.timeline-steps-section-new .timeline-steps-inner > .steps {
    gap: 25px;
    position: relative;
}

.timeline-steps-section-new .timeline-steps-inner > .steps .step-block {
    position: relative;
    padding-bottom: 37px;
    min-width: 200px;
    max-width: 200px;
}

.timeline-steps-section-new .timeline-steps-inner > .steps .step-block:first-child {
    min-width: 250px;
    max-width: 250px;
}

.timeline-steps-section-new .timeline-steps-inner > .steps .step-block:after {
    content: '';
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 0;
    width: 18px;
    height: 18px;
    border: solid 2px rgb(255 255 255 / 30%);
    visibility: visible;
    border-radius: 50%;
}

.timeline-steps-section-new .timeline-steps-inner > .steps .step-block:before {
    content: '';
    position: absolute;
    left: calc(50% + 9px);
    bottom: 7px;
    width: 207px;
    height: 2px;
    background: rgb(255 255 255 / 30%);
    visibility: visible;
}

.timeline-steps-section-new .timeline-steps-inner > .steps .step-block:first-child:before {
    width: 232px;
}

.timeline-steps-section-new .timeline-steps-inner > .steps .step-block:last-child:before {
    display: none;
}

.timeline-steps-section-new .timeline-steps-inner > .steps .step-block h4 {
    text-align: center;
    float: left;
    width: 100%;
    font-size: 18px;
    letter-spacing: 0.04em;
    margin: 0;
}

/*.timeline-steps-section-new .timeline-steps-inner > .steps:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background: rgb(255 255 255 / 30%);
    visibility: visible;
}

.timeline-steps-section-new .timeline-steps-inner > .steps:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 2px;
    background: rgb(255 255 255 / 100%);
    visibility: visible;
}*/



.timeline-steps-section-new .timeline-steps-inner > .steps.active-steps-1 .step-block:nth-child(1):after {
    border-color: #fff;
    background: #fff;
}

.timeline-steps-section-new .timeline-steps-inner > .steps.active-steps-2 .step-block:nth-child(1):before {
    background: #fff;
}
.timeline-steps-section-new .timeline-steps-inner > .steps.active-steps-2 .step-block:nth-child(2):after,
.timeline-steps-section-new .timeline-steps-inner > .steps.active-steps-2 .step-block:nth-child(1):after {
    border-color: #fff;
    background: #fff;
}

.timeline-steps-section-new .timeline-steps-inner > .steps.active-steps-3 .step-block:nth-child(2):before,
.timeline-steps-section-new .timeline-steps-inner > .steps.active-steps-3 .step-block:nth-child(1):before {
    background: #fff;
}
.timeline-steps-section-new .timeline-steps-inner > .steps.active-steps-3 .step-block:nth-child(3):after,
.timeline-steps-section-new .timeline-steps-inner > .steps.active-steps-3 .step-block:nth-child(2):after,
.timeline-steps-section-new .timeline-steps-inner > .steps.active-steps-3 .step-block:nth-child(1):after {
    border-color: #fff;
    background: #fff;
}

.timeline-steps-section-new .timeline-steps-inner > .steps.active-steps-4 .step-block:nth-child(3):before,
.timeline-steps-section-new .timeline-steps-inner > .steps.active-steps-4 .step-block:nth-child(2):before,
.timeline-steps-section-new .timeline-steps-inner > .steps.active-steps-4 .step-block:nth-child(1):before {
    background: #fff;
}
.timeline-steps-section-new .timeline-steps-inner > .steps.active-steps-4 .step-block:nth-child(4):after,
.timeline-steps-section-new .timeline-steps-inner > .steps.active-steps-4 .step-block:nth-child(3):after,
.timeline-steps-section-new .timeline-steps-inner > .steps.active-steps-4 .step-block:nth-child(2):after,
.timeline-steps-section-new .timeline-steps-inner > .steps.active-steps-4 .step-block:nth-child(1):after {
    border-color: #fff;
    background: #fff;
}



.hero-new-style.split_new_style {
    margin-bottom: 10px;
}

.hero-new-style.split_new_style .hero-bg-image {
    right: 0;
    top: 0;
}

.hero-new-style.split_new_style .hero-bg-image > a {
    width: 70px;
    height: 70px;
    border: solid 2px #FFFFFF;
    position: absolute;
}

.hero-new-style.split_new_style .inner-hero-split-content {
    min-height: 630px;
    padding: 30px 40px 30px 30px;
}

.hero-new-style.split_new_style .container {
    max-width: 100%;
}

.hero-new-style.split_new_style .inner-hero-split-content > .label-title {
    color: #91969D;
    font-weight: 500;
    letter-spacing: 0.1em;
    margin-bottom: 30px;
}

.hero-new-style.split_new_style .inner-hero-split-content >  h1.bask {
    font-size: 46px;
    line-height: 60px;
}

.hero-new-style.split_new_style .inner-hero-split-content > .logo-container {
    margin-top: 40px;
    height: 66px;
    display: block;
    width: auto;
}

.hero-new-style.split_new_style .inner-hero-split-content > .logo-container img {
    width: auto;
    height: 100%;
}

.container-fluid.hero-breadcrumbs.has-split_new_style {
    margin-bottom: 10px;
}

.woocommerce-pages .woocommerce .woocommerce-checkout-review-order .place-order button#place_order {
    margin-top: 25px;
}

.hero-new-style.split_new_style .hero-bg-image .video-container {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: none;
}

form.filterable_search.bottom-border-addition,
.post-list.projects-list,
.post-list.blog-archive-listing,
.post-list.reviews-archive-listing {
    margin-bottom: 90px;
    padding-bottom: 90px;
    border-bottom: solid 1px #D0D9DC;
}

.post-list.reviews-archive-listing div#filterable_search_results {}

.post-list.reviews-archive-listing div#filterable_search_results article:nth-child(odd) > .row {
    flex-direction: row-reverse;
}



/* NEW BUTTON */
.btn.btn-secondary {
    font-size: 18px;
    letter-spacing: 0.04em !important;
    padding: 15px 30px;
    border-width: 2px;
}
.btn.btn-primary {
    font-size: 18px;
    letter-spacing: 0.04em !important;
    padding: 15px 30px;
}
/* NEW BUTTON */



.split-content-standard.seo-content-new .buttons {
    margin-top: 45px;
}

.container-fluid.latest-projects-slider.new_style:not(.other-projects) {
    background: #333;
    padding-top: 90px;
    padding-bottom: 90px;
}

.projects-list .row.case-post-row,
.latest-projects-slider.new_style .row.case-post-row {
    margin-left: -10px;
    margin-right: -10px;
}

.projects-list .row.case-post-row > div,
.latest-projects-slider.new_style .row.case-post-row > div {
    padding-left: 10px;
    padding-right: 10px;
}

.projects-list .row.case-post-row article,
.latest-projects-slider.new_style .row.case-post-row article {
    margin-bottom: 20px;
}

.projects-list .row.case-post-row article:last-of-type,
.latest-projects-slider.new_style .row.case-post-row article:last-of-type {
    margin-bottom: 0;
}

.projects-list .row.case-post-row article:only-child .featured-case-study-slide {
    height: 100%;
}

.projects-list .row.case-post-row .featured-case-study-slide,
.latest-projects-slider.new_style .row.case-post-row .featured-case-study-slide {
    float: left;
    width: 100%;
    position: relative;
    height: 343px;
}

.projects-list .row.case-post-row .featured-case-study-slide a,
.latest-projects-slider.new_style .row.case-post-row .featured-case-study-slide a {
    aspect-ratio: 1 / 1;
}

/*.projects-list .row.case-post-row .featured-case-study-slide a .post-thumbnail,*/
.latest-projects-slider.new_style .row.case-post-row .featured-case-study-slide a .post-thumbnail {
    left: 0;
    top: 0;
    border: solid 2px #F6F6F6;
}

/*.projects-list .row.case-post-row .featured-case-study-slide a .featured-case-study-content,*/
.latest-projects-slider.new_style .row.case-post-row .featured-case-study-slide a .featured-case-study-content {
    background: #F6F6F6;
    left: 0;
    bottom: 0;
    padding: 26px 25px;
    z-index: 3;
}

/*.projects-list .row.case-post-row .featured-case-study-slide a .featured-case-study-content h4,*/
.latest-projects-slider.new_style .row.case-post-row .featured-case-study-slide a .featured-case-study-content h4 {
    float: left;
    width: 100%;
    position: relative;
    margin: -4px 0 -6px 0;
    font-size: 20px;
    font-weight: 500;
    color: #333333;
    text-transform: none;
    letter-spacing: 0.04em;
}

/*.projects-list .row.case-post-row .featured-case-study-slide a .post-thumbnail .image,*/
.latest-projects-slider.new_style .row.case-post-row .featured-case-study-slide a .post-thumbnail .image{
    position: relative;
    overflow: hidden;
}

/*.projects-list .row.case-post-row .featured-case-study-slide a .post-thumbnail .image:before,*/
.latest-projects-slider.new_style .row.case-post-row .featured-case-study-slide a .post-thumbnail .image:before{
    content:'';
    position: absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    opacity: 0;
    visibility: visible;
    background: #fff;
    z-index: 2;
}

/*.projects-list .row.case-post-row .featured-case-study-slide a .post-thumbnail .image:after,*/
.latest-projects-slider.new_style .row.case-post-row .featured-case-study-slide a .post-thumbnail .image:after {
    content: '';
    position: absolute;
    left: 0;
    top: 80px;
    width: 100%;
    height: 100%;
    opacity: 0.69;
    visibility: visible;
    z-index: 1;
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 );
}

/*.projects-list .row.case-post-row .featured-case-study-slide a:hover .post-thumbnail .image:before,*/
.latest-projects-slider.new_style .row.case-post-row .featured-case-study-slide a:hover .post-thumbnail .image:before{
    opacity: 0.9;
}

/*.projects-list .row.case-post-row > div.main-slide article,
.projects-list .row.case-post-row > div.main-slide article .featured-case-study-slide,*/
.latest-projects-slider.new_style .row.case-post-row > div.main-slide article,
.latest-projects-slider.new_style .row.case-post-row > div.main-slide article .featured-case-study-slide {
    height: 100%;
}

/*.projects-list .row.case-post-row .featured-case-study-slide a .featured-case-study-content .meta-info,*/
.latest-projects-slider.new_style .row.case-post-row .featured-case-study-slide a .featured-case-study-content .meta-info{
    margin-top: 16px;
    float: left;
    width: 100%;
    position: relative;
}

/*.projects-list .row.case-post-row .featured-case-study-slide a .featured-case-study-content .meta-info span,*/
.latest-projects-slider.new_style .row.case-post-row .featured-case-study-slide a .featured-case-study-content .meta-info span {
    float: left;
    width: 100%;
    position: relative;
    font-size: 17px;
    font-weight: 300;
    color: #47505B;
}

/*.projects-list .row.case-post-row .featured-case-study-slide a .featured-case-study-content .meta-info span > i,*/
.latest-projects-slider.new_style .row.case-post-row .featured-case-study-slide a .featured-case-study-content .meta-info span > i {
    float: left;
    position: relative;
    margin: -1px 11px 0 0;
}

.projects-list .row.case-post-row {
    row-gap: 20px;
}

.home .container-fluid.product-list,
.home .container-fluid.latest-projects-slider.new_style,
.home .container-fluid.global-usp-section,
.home .flexible-row-section.brands-logos-section.has-global-dark-bg {
    margin-bottom: 110px;
}

.container-fluid.post-list.featured_articles_new {
    padding-top: 90px;
    border-top: solid 1px #D0D9DC;
    margin-bottom: 85px;
}

.post-list .post-inner h4 {
    font-size: 20px;
    letter-spacing: 0.04em;
}

.post-list .post-inner h4 a {
    font-weight: 500;
    color: #333333;
}

.post-list .post-inner h4 a:hover {
    color: #47505B;
}

.post-list.featured_articles_new .row.posts_list {
    margin-right: -10px;
    margin-left: -10px;
}

.post-list.featured_articles_new .row.posts_list > article {
    padding-right: 10px;
    padding-left: 10px;
}

.post-list .post-inner span.meta {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.01em;
}

.products-slider-list-NEW_STYLE::-webkit-scrollbar {
}

/* total width */
.products-slider-list-NEW_STYLE::-webkit-scrollbar {
    width: 55px;
}

.products-slider-list-NEW_STYLE::-webkit-scrollbar-track {
    box-shadow: inset 0 0 100px 100px #F6F6F6;
    border: solid 4px #F6F6F6;
    border-radius: 14px;
}

.products-slider-list-NEW_STYLE::-webkit-scrollbar-thumb {
    box-shadow: inset 0 0 14px 14px #47505B;
    border: solid 4px #F6F6F6;
    border-radius: 14px;
}

/* total width */
.has-global-dark-bg .products-slider-list-NEW_STYLE::-webkit-scrollbar {
    width: 55px;
}

.has-global-dark-bg .products-slider-list-NEW_STYLE::-webkit-scrollbar-track {
    box-shadow: inset 0 0 100px 100px #545454;
    border: solid 4px #545454;
    border-radius: 14px;
}

.has-global-dark-bg .products-slider-list-NEW_STYLE::-webkit-scrollbar-thumb {
    box-shadow: inset 0 0 14px 14px #FFFFFF;
    border: solid 4px #545454;
    border-radius: 14px;
}

.products-slider-list-NEW_STYLE {
    margin: 0;
    flex-wrap: nowrap;
    overflow-x: scroll;
    padding-bottom: 50px;
    gap: 20px;
}

.products-slider-list-NEW_STYLE article {
    padding: 0;
    -ms-flex: 0 0 calc(25% - 15px);
    flex: 0 0 calc(25% - 15px);
    max-width: calc(25% - 15px);
    margin-bottom: 0;
}

.hero-new-style.split_new_style.homepage_style {
    margin-top: 10px;
    z-index: 1;
}

.hero-new-style.split_new_style.homepage_style .inner-hero-split-content {
    padding-bottom: 70px;
    padding-top: 10px;
}

.hero-new-style.split_new_style .hero-bg-image .image-hotspots-container {
    top: 0;
    left: 0;
    z-index: 1;
}

.hero-new-style.split_new_style .hero-bg-image .image-hotspots-container > .circle-container {
    position: absolute;
    width: 20px;
    height: 20px;
}

.hero-new-style.split_new_style .hero-bg-image .image-hotspots-container > .circle-container > a {
    width: 20px;
    height: 20px;
    position: absolute;
    display: flex;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 0 0 6px rgb(255 255 255 / 30%);
    justify-content: center;
    align-items: center;
}

.hero-new-style.split_new_style .hero-bg-image .image-hotspots-container > .circle-container .product-pop-container {
    position: absolute;
    width: 240px;
    height: auto;
    background: #F6F6F6;
    bottom: calc(100% + 30px);
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    display: none;
    padding: 15px 10px 20px;
}

.circle-container .product-pop-container article.product-article .product-inner > a.post-thumbnail {
    height: auto;
    padding: 0 20px;
    margin-bottom: 10px;
}

.circle-container .product-pop-container article.product-article .product-inner > .content h4 {
    margin: 0;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0.04em !important;
}

.container-fluid.category_list_new_hero {
    position: relative;
    z-index: 2;
    margin-top: -80px;
    margin-bottom: 110px;
}

.category-slider-list-NEW_STYLE::-webkit-scrollbar {
}

/* total width */
.category-slider-list-NEW_STYLE::-webkit-scrollbar {
    width: 55px;
}

.category-slider-list-NEW_STYLE::-webkit-scrollbar-track {
    box-shadow: inset 0 0 100px 100px #F6F6F6;
    border: solid 4px #F6F6F6;
    border-radius: 14px;
}

.category-slider-list-NEW_STYLE::-webkit-scrollbar-thumb {
    box-shadow: inset 0 0 14px 14px #47505B;
    border: solid 4px #F6F6F6;
    border-radius: 14px;
}

/* set button(top and bottom of the scrollbar) */
.category-slider-list-NEW_STYLE::-webkit-scrollbar-button {
}

.category-slider-list-NEW_STYLE {
    margin: 0;
    flex-wrap: nowrap;
    overflow-x: scroll;
    padding-bottom: 50px;
    gap: 15px;
}

.category-slider-list-NEW_STYLE article {
    padding: 0;
    -ms-flex: 0 0 calc(20% - 12px);
    flex: 0 0 calc(20% - 12px);
    max-width: calc(20% - 12px);
}

.hero-content-block {
    float: left;
    width: 100%;
    position: relative;
    height: 100%;
}

.hero-content-block a {
    float: left;
    width: 100%;
    position: relative;
    height: 100%;
    box-shadow: none !important;
    background: #F6F6F6;
    display: flex;
    flex-direction: column;
    justify-content: stretch;
    padding: 10px;
    padding-bottom: 19px;
}

.hero-content-block a:hover {
    background: #eaeaea;
}

.hero-content-block a > .image-container {
    float: left;
    width: 100%;
    aspect-ratio: 1 / 1;
    margin-bottom: 14px;
}

.hero-content-block a > .image-container img {
    object-fit: cover;
}

.hero-content-block a > .image-container img.product_image {
    object-fit: contain;
    mix-blend-mode: multiply;
}

.hero-content-block a > h4 {
    float: left;
    width: 100%;
    position: relative;
    text-align: center;
    font-size: 18px;
    letter-spacing: 0.04em;
    font-weight: 500;
    line-height: normal;
    margin: -6px 0;
    padding: 0 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin: auto 0;
}

.hero-new-style.split_new_style .inner-hero-split-content .buttons {
    margin-top: 38px;
}

.reviews-archive-listing article.reviews-col-container {
    margin-bottom: 10px;
}

.reviews-archive-listing article.reviews-col-container:last-of-type {
    margin-bottom: 0;
}

.reviews-archive-listing article.reviews-col-container > .row {
    margin-right: -5px;
    margin-left: -5px;
}

.reviews-archive-listing article.reviews-col-container > .row > div {
    padding-left: 5px;
    padding-right: 5px;
}

.reviews-archive-listing article.reviews-col-container .content-section {
    background: #f6f6f6;
    padding: 45px 35px;
    text-align: center;
}

.reviews-archive-listing article.reviews-col-container .content-section > .content {
    font-size: 24px;
    line-height: 42px;
}

.reviews-archive-listing article.reviews-col-container .content-section > .content > * {
    font-size: inherit;
    line-height: inherit;
}

.reviews-archive-listing article.reviews-col-container .content-section > .content > *:first-child {
    margin-top: 0;
}

.reviews-archive-listing article.reviews-col-container .content-section > .content > *:last-child {
    margin-bottom: 0;
}

.reviews-archive-listing article.reviews-col-container .content-section .stars-container {
    margin-bottom: 25px;
}

.reviews-archive-listing article.reviews-col-container .content-section > h4 {
    font-size: 15px;
    letter-spacing: 0.04em;
    font-weight: 500;
    line-height: 1;
    margin: 30px 0 0 0;
}

.images-container.has-gallery-images {
    gap: 10px;
    min-height: 510px;
}

.images-container.has-gallery-images .main-image {
    max-height: calc(50% - 5px);
}

.images-container.has-gallery-images .sub-images {
    height: calc(50% - 5px);
    gap: 10px;
}

.post-list.projects-list .row.pagination-row,
.post-list.reviews-archive-listing .row.pagination-row {
    margin-top: 60px;
}

.header .header-elements a.new_header_icon {
    font-size: 0px !important;
    float: left;
    position: relative;
    line-height: 0px !important;
    text-indent: -99999px;
}

.header .header-elements a.new_header_icon:hover {
    opacity: 0.6;
}

.header .header-elements a.new_header_icon svg {
    float: left;
    height: 18px;
}

.header .header-elements a.new_header_icon#quote > b.cart-count {
    font-size: 9px;
    position: absolute;
    top: -7px;
    right: -4px;
    background: #fff;
    width: 13px;
    height: 13px;
    text-align: center;
    line-height: 13px;
    border-radius: 50%;
    box-shadow: 0px 0px 0px 2px #333333;
    text-indent: 0px;
}

.header .header-elements {
    display: flex;
    gap: 13px;
}

.header .header-elements > span {
    color: transparent;
    width: 1px;
    height: 18px;
    background: #666666;
}

.fallback-image {
    background: url(https://hillcrossfurniture.co.uk/wp-content/uploads/2024/12/hc-logo-coloured.png) no-repeat center center;
    background-size: contain;
    mix-blend-mode: multiply;
    opacity: 0.5;
}



.header .mega-menu-container .inner-mega {
    padding: 10px;
    max-height: calc(100vh - 100px);
    overflow: auto;
}

.header .mega-menu-container .inner-mega .side-content-section {
    min-width: 650px;
    max-width: 650px;
    width: 650px;
}

.header .mega-menu-container .inner-mega .menu-sections-inner {
    flex-grow: 1;
    padding: 40px 50px;
}

.header .mega-menu-container .inner-mega .menu-sections-inner .menu-inner {}

.header .mega-menu-container .inner-mega .menu-sections-inner .menu-inner h3 {
    float: left;
    width: 100%;
    position: relative;
    font-size: 20px;
    line-height: 1;
    letter-spacing: 0.04em;
    color: #333;
    margin: 0;
    padding: 0;
    font-weight: 500;
}

.header .mega-menu-container .inner-mega .menu-sections-inner .menu-inner ul.menu-links {
    float: left;
    width: 100%;
    position: relative;
    margin: 0;
    padding: 0;
    margin-bottom: -19px;
    margin-top: 30px;
}

.header .mega-menu-container .inner-mega .menu-sections-inner .menu-inner ul.menu-links li {
    float: left;
    width: 100%;
    position: relative;
    margin: 0;
    padding-bottom: 19px;
}

.header .mega-menu-container .inner-mega .menu-sections-inner .menu-inner ul.menu-links li a:not(.btn) {
    float: left;
    position: relative;
    margin: 0;
    padding: 0;
    max-width: 100%;
    font-size: 18px;
    line-height: normal;
    color: #47505B;
    font-weight: 500;
    letter-spacing: 0;
}

.header .mega-menu-container .inner-mega .menu-sections-inner .menu-inner ul.menu-links li a:not(.btn):hover {
    color: #000;
}

.header .mega-menu-container .inner-mega .menu-sections-inner .menu-inner.split-links-inner {}

.header .mega-menu-container .inner-mega .menu-sections-inner .menu-inner.split-links-inner ul.menu-links {
    column-count: 2;
    column-gap: 10px;
}

.header .mega-menu-container .inner-mega .menu-sections-inner .menu-inner.split-links-inner ul.menu-links li {
    break-inside: avoid;
    margin: 0;
    padding-bottom: 19px;
}

.header .mega-menu-container .inner-mega .side-content-section.page-blocks-container {
    gap: 10px;
}

.header .mega-menu-container .inner-mega .side-content-section.page-blocks-container article {
    -ms-flex: 0 0 calc(50% - 5px);
    flex: 0 0 calc(50% - 5px);
    max-width: calc(50% - 5px);
    padding: 0;
}

.side-content-section.page-blocks-container .product-cat-block a {
    height: 232px;
}

.side-content-section.page-blocks-container .product-cat-block a .image-container {
    left: 0;
    top: 0;
    border: solid 2px #F6F6F6;
}

.side-content-section.page-blocks-container .product-cat-block a .overlayed-content {
    background: #F6F6F6;
    left: 0;
    bottom: 0;
    padding: 22px 25px;
    z-index: 3;
}

.side-content-section.page-blocks-container .product-cat-block a .overlayed-content h3 {
    float: left;
    width: 100%;
    position: relative;
    margin: -5px 0 -7px 0;
    font-size: 20px;
    font-weight: 500;
    color: #000;
    text-transform: none;
    letter-spacing: 0.04em;
}

.side-content-section.page-blocks-container .product-cat-block a .image-container .image{
    position:relative;
    overflow: hidden;
}

.side-content-section.page-blocks-container .product-cat-block a .image-container .image:before{
    content:'';
    position: absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    opacity: 0;
    visibility: visible;
    background: #fff;
    z-index: 2;
}

.side-content-section.page-blocks-container .product-cat-block a .image-container .image:after {
    content: '';
    position: absolute;
    left: 0;
    top: 80px;
    width: 100%;
    height: 100%;
    opacity: 0.69;
    visibility: visible;
    z-index: 1;
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 );
}

.side-content-section.page-blocks-container .product-cat-block a:hover .image-container .image:before{
    opacity: 0.9;
}

.header .mega-menu-container .inner-mega .menu-sections-inner a.see-all-link {
    letter-spacing: 0.04em;
    box-shadow: inset 0 -2px 0 0 #333;
    font-size: 18px;
    font-weight: 600;
    color: #333;
}

.header .mega-menu-container .inner-mega .menu-sections-inner a.see-all-link:hover {
    color: #000;
    box-shadow: inset 0 -2px 0 0 transparent;
}

.header .mega-menu-container .inner-mega .side-content-section.images-container {
    gap: 10px;
}

.container-fluid.flexible-row-section.download-tax-section {
    margin-bottom: 110px;
}

.useful-information .filter-bar-tabbed .tabs-container {
    box-shadow: inset 0 -3px 0 0 #3b3b3b;
}

.product-inner a.post-thumbnail {
    height: auto;
    aspect-ratio: 1 / 1;
}

.has-global-dark-bg.product-list .product-inner .content .price-container p *,
.has-global-dark-bg.product-list .product-inner .content .price-container p,
.has-global-dark-bg.product-list .product-inner .content h4 a {
    color: #ddd;
}

.has-global-dark-bg.product-list .product-inner .content h4 a {
    color: #fff;
}

.has-global-dark-bg.product-list .product-inner .content h4 a:hover {
    color: #d7d7d7;
}



.product-inner .wishlist-tag {
    position: absolute;
    right: 15px;
    top: 15px;
    z-index: 222;
}

.product-main-content .summary .title-container .wishlist-tag .yith-add-to-wishlist-button-block,
.product-inner .wishlist-tag .yith-add-to-wishlist-button-block {
    margin: 0;
}

.product-main-content .summary .title-container .wishlist-tag .yith-add-to-wishlist-button-block a.yith-wcwl-add-to-wishlist-button,
.product-inner .wishlist-tag .yith-add-to-wishlist-button-block a.yith-wcwl-add-to-wishlist-button {
    box-shadow: none;
    gap: 0;
}

.product-main-content .summary .title-container .wishlist-tag .yith-add-to-wishlist-button-block a.yith-wcwl-add-to-wishlist-button .yith-wcwl-add-to-wishlist-button__label,
.product-inner .wishlist-tag .yith-add-to-wishlist-button-block a.yith-wcwl-add-to-wishlist-button .yith-wcwl-add-to-wishlist-button__label {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0;
}

.products-slider-list-NEW_STYLE.by-5-products article {
    -ms-flex: 0 0 calc(20% - 16px);
    flex: 0 0 calc(20% - 16px);
    max-width: calc(20% - 16px);
}

.product-main-content .summary .title-container .wishlist-tag {
    position: absolute;
    right: -4px;
    top: 4px;
}

.product-main-content .summary .title-container .wishlist-tag .yith-add-to-wishlist-button-block a.yith-wcwl-add-to-wishlist-button svg,
.product-inner .wishlist-tag .yith-add-to-wishlist-button-block a.yith-wcwl-add-to-wishlist-button svg {
    width: 25px;
    height: 20px;
}

form#yith-wcwl-form {
    margin: 0;
}

form#yith-wcwl-form > .wishlist-title-container {
    display: none !important;
}

form#yith-wcwl-form > table.shop_table.wishlist_table {
    float: left;
    width: 100%;
    position: relative;
    font-size: 17px;
    margin: 0;
}

form#yith-wcwl-form > table.shop_table.wishlist_table thead tr th {
    border-bottom: solid 1px #333333;
    border-top: none;
    padding-top: 0;
    padding-bottom: 20px;
    text-transform: uppercase;
    font-size: 14px;
    color: #333333;
    font-weight: 600;
}

form#yith-wcwl-form > table.shop_table.wishlist_table tbody tr td {
    vertical-align: middle;
    height: 70px;
    border-top:none;
    border-bottom: solid 1px #333333;
}

form#yith-wcwl-form > table.shop_table.wishlist_table tbody tr:hover td {
    border-color: #333333 !important;
}

form#yith-wcwl-form > table.shop_table.wishlist_table thead tr th {
    border-bottom: solid 2px #333333;
    padding: 20px;
    padding-bottom: 15px;
    text-transform: none;
    font-size: 15px;
    color: #333333;
    font-weight: 600;
    letter-spacing: 0.04em;
    background: none;
    text-align: left;
    padding-top: 0;
}

form#yith-wcwl-form > table.shop_table.wishlist_table tbody tr td.product-thumbnail,
form#yith-wcwl-form > table.shop_table.wishlist_table thead tr th.product-thumbnail {

}

form#yith-wcwl-form > table.shop_table.wishlist_table tbody tr td.product-thumbnail a {
    float: left;
    width: 70px;
    height: 70px;
    box-shadow: none !important;
}

form#yith-wcwl-form > table.shop_table.wishlist_table tbody tr td.product-thumbnail a img {
    float: left;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

form#yith-wcwl-form > table.shop_table.wishlist_table tbody tr td a.add_to_cart_button {
    display: block !important;
    float: right;
    clear: both;
}

form#yith-wcwl-form > table.shop_table.wishlist_table tbody tr td .dateadded {
    float: right;
    clear: both;
    font-size: 14px;
    font-weight: 500;
    margin: 0 0 10px 0;
}

form#yith-wcwl-form > table.shop_table.wishlist_table tbody tr td.product-name > a {
    max-width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    float: left;
}

form#yith-wcwl-form > table.shop_table.wishlist_table tbody tr td a.remove {
    background: url(/wp-content/themes/twentyseventeen-child/assets/images/new/bin-icon.svg) no-repeat center center;
    background-size: contain;
    color: transparent !important;
    border-radius: 0;
    width: 18px;
    height: 22px;
    padding: 0;
    font-size: 0px;
    box-shadow: none !important;
}

form#yith-wcwl-form > table.shop_table.wishlist_table tbody tr td {
    padding: 20px 20px;
    text-align: left;
}

form#yith-wcwl-form > table.shop_table.wishlist_table tbody tr td.wishlist-empty {
    text-align: center;
}



.header .header-elements .quote-container {
    float: left;
    position: relative;
}

.header .header-elements .quote-container .mini-cart-container {
    position: absolute;
    right: -10px;
    top: calc(100% + 24px);
    background: #fff;
    z-index: 3;
    width: 360px;
    -webkit-box-shadow: 0 0 30px 0 rgba(71, 80, 91, 0.05);
    box-shadow: 0 0 30px 0 rgba(71, 80, 91, 0.05);
    display: none;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}

.header .header-elements .quote-container .mini-cart-container:before {
    content: '';
    position: absolute;
    right: 8px;
    top: -17px;
    visibility: visible;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 0 11.5px 19.9px 11.5px;
    border-color: transparent transparent #fff transparent;
    transform: rotate(0deg);
}

.header .header-elements .quote-container .mini-cart-container .inner {
    height: 100%;
    overflow: auto;
    max-height: calc(100vh - 150px);
    padding: 30px;
}

.header .header-elements .quote-container .mini-cart-container > .inner > .title {
    float: left;
    width: 100%;
    position: relative;
    margin: 0;
    font-size: 20px;
    letter-spacing: 0.04em;
    font-weight: 500;
    color: #333;
}

.header .header-elements .quote-container .mini-cart-container > .inner > table {
    float: left;
    width: 100%;
    position: relative;
    margin: 0;
    text-align: left;
}

.header .header-elements .quote-container .mini-cart-container > .inner > table tfoot tr th,
.header .header-elements .quote-container .mini-cart-container > .inner > table tbody tr td {
    padding: 13px;
    height: auto;
}

.header .header-elements .quote-container .mini-cart-container > .inner > table tfoot tr th:first-child,
.header .header-elements .quote-container .mini-cart-container > .inner > table tbody tr td:first-child {
    padding-left: 0;
}

.header .header-elements .quote-container .mini-cart-container > .inner > table tfoot tr th:last-child,
.header .header-elements .quote-container .mini-cart-container > .inner > table tbody tr td:last-child {
    padding-right: 0;
    text-align: right;
}

.header .header-elements .quote-container .mini-cart-container > .inner > table tfoot tr th {
    font-weight: 500;
    color: #333333;
    border-bottom: none !important;
}

.header .header-elements .quote-container .mini-cart-container > .inner > a.btn {
    float: left;
    margin: 15px 0 0 0;
}

.useful-information .filter-bar-tabbed .filter-tabbed-content .tabbed-inner#tab-finishes > .row {
    margin-bottom: 30px;
}

.useful-information .filter-bar-tabbed .filter-tabbed-content .tabbed-inner#tab-finishes > .row:last-of-type {
    margin-bottom: 0;
}

.container-fluid.product-meta-top {
    min-height: auto;
    margin-bottom: 110px;
}

.product-main-content .summary .disclaimer-content.content:last-of-type {
    margin-bottom: 0;
}


.product-meta-top > div.product .image-slider-container a.open-3d-model,
.woocommerce div.product .image-slider-container .images a.woocommerce-product-gallery__trigger {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: solid 1px #47505B;
    display: block !important;
    top: 31px;
    left: 31px;
    right: auto;
    box-shadow: none !important;
    background-color: transparent;
}

.product-meta-top > div.product .image-slider-container a.open-3d-model {
    left: 77px;
    background: url(/wp-content/themes/twentyseventeen-child/assets/images/new/3d-icon.svg) no-repeat center center;
    background-size: 17px;
}

.woocommerce div.product .image-slider-container .images a.woocommerce-product-gallery__trigger {
    background: url(/wp-content/themes/twentyseventeen-child/assets/images/new/zoom-icon.svg) no-repeat center center;
    background-size: 15px;
}

.product-meta-top > div.product .image-slider-container a.open-3d-model:hover,
.woocommerce div.product .image-slider-container .images a.woocommerce-product-gallery__trigger:hover {
    background-color: #47505B !important;
}

.product-meta-top > div.product .image-slider-container a.open-3d-model:hover {
    background: url(/wp-content/themes/twentyseventeen-child/assets/images/new/3d-icon-white.svg) no-repeat center center;
    background-size: 17px;
}

.woocommerce div.product .image-slider-container .images a.woocommerce-product-gallery__trigger:hover {
    background: url(/wp-content/themes/twentyseventeen-child/assets/images/new/zoom-icon-white.svg) no-repeat center center;
    background-size: 15px;
}



.woocommerce div.product .image-slider-container .images a.woocommerce-product-gallery__trigger:before,
.woocommerce div.product .image-slider-container .images a.woocommerce-product-gallery__trigger:after {
    display: none;
}


.product-meta-top > div.product .image-slider-container .dimensions-container {
    background: none;
    width: 190px;
    backdrop-filter: none;
    padding: 0;
    right: 10px;
    top: 20px;
}

.product-meta-top > div.product .image-slider-container .dimensions-container b.title {
    padding: 15px;
}

.product-meta-top > div.product .image-slider-container .dimensions-container p {
    padding: 10px 15px;
    margin-bottom: 0;
    background: rgb(248 248 248 / 85%);
    width: 100%;
}

.product-meta-top > div.product .image-slider-container .dimensions-container p:last-of-type {
    padding-bottom: 15px;
}

.product-meta-top > div.product .image-slider-container .dimensions-container p:nth-child(2) {
    margin-top: 5px;
}

.product-meta-top > div.product .image-slider-container .dimensions-container b.title.active {
    background: rgb(248 248 248 / 85%);
}

.product-meta-top > div.product .image-slider-container .dimensions-container b.title:after {
    top: 15px;
    right: 20px;
}

.product-meta-top > div.product .image-slider-container .images ol.flex-control-nav li {
    width: 80px;
    height: 80px;
    margin: 0 10px 0 0;
    background: #F6F6F6;
}

.product-meta-top > div.product .image-slider-container .images ol.flex-control-nav {
    margin: 10px 0 0 0;
}

.product-meta-top > div.product .image-slider-container .images ol.flex-control-nav li img {
    border: none;
    background: none;
    opacity: 1;
    padding: 5px;
    mix-blend-mode: multiply;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.useful-information .filter-bar-tabbed .filter-tabbed-content .modal-container-block .modal-inner-container .finish-gallery-container a.finish-block .image-container img {
    height: 100% !important;
    object-fit: cover !important;
}

.finish-gallery-container .finish-title-col .finish-title {
    font-size: 15px;
    text-transform: none;
    letter-spacing: 0;
}

.finish-gallery-container .finish-title-col .finish-title {
    font-size: 15px;
    text-transform: none;
    letter-spacing: 0;
    font-family: 'Gill Sans', sans-serif;
}

.modal-container-block .modal-inner-container .finish-modal-content > .btn {
    font-weight: 500 !important;
    font-size: 15px;
}

.modal-container-block .modal-inner-container .finish-modal-content > .btn > i {
    margin: 0 0 0 6px;
    top: 2px;
}

.container-fluid.model-viewer-modal span.model-notice .inner {
    height: auto;
}

.container-fluid.model-viewer-modal span.model-notice {
    height: auto;
    padding: 0 10px;
}

.case-study-product-showcase-slide .row.inner-case-study-slider-row {
    margin-left: -10px;
    margin-right: -10px;
}

.case-study-product-showcase-slide .row.inner-case-study-slider-row article {
    padding-left: 10px;
    padding-right: 10px;
}


.button-section .multiple-buttons-list .btn {
    min-width: auto;
}

.button-section .multiple-buttons-list {
    gap: 20px;
}

.post-list .products-slider-list-NEW_STYLE .post-inner a.post-thumbnail {
    height: auto;
    aspect-ratio: 1 / 1;
}

.post-list .products-slider-list-NEW_STYLE .post-inner a.post-thumbnail img {
    height: 100% !important;
    object-fit: cover !important;
}

.post-list .products-slider-list-NEW_STYLE .post-inner.download-post-inner h4 {
    text-transform: none;
    float: left;
    width: 100%;
    text-align: center;
    font-size: 20px;
    margin: 0;
    letter-spacing: 0.05em !important;
    font-weight: 500;
    margin-top: -6px;
    font-family: 'ITC Kabel Std', sans-serif;
    line-height: 28px;
}

.post-list .products-slider-list-NEW_STYLE .post-inner.download-post-inner h4 a {
    font-weight: 500;
    color: #fff;
}

.post-list .products-slider-list-NEW_STYLE .post-inner.download-post-inner h4 a:hover {
    color: #d7d7d7;
}

.latest-projects-slider.new_style .row.case-post-row .top-full-width-col .featured-case-study-slide a {
    aspect-ratio: 16 / 6;
}

.latest-projects-slider.new_style .row.case-post-row > div.top-full-width-col {
    margin-bottom: 20px;
}

.product-main-content .summary .supplier-meta {
    gap: 15px;
    margin-bottom: 22px;
}

.product-main-content .summary .supplier-meta span {
    color: #47505B;
    font-weight: 600;
    letter-spacing: 0.04em;
}

.container-fluid.hero-breadcrumbs.has-split_new_style .container {
    max-width: calc(100% - 55px);
}

.hero-new-style.split_new_style .hero-bg-image .image-hotspots-container > .circle-container .product-pop-container button.closePreviewHotspot {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 24px;
    height: 24px;
    z-index: 1;
    background: #333;
    border-radius: 50%;
    font-size: 0px;
    cursor: pointer;
}

.hero-new-style.split_new_style .hero-bg-image .image-hotspots-container > .circle-container .product-pop-container button.closePreviewHotspot:hover{
    opacity: 0.7;
}

.hero-new-style.split_new_style .hero-bg-image .image-hotspots-container > .circle-container .product-pop-container button.closePreviewHotspot:before {
    font-family: 'Font Awesome 5 Pro';
    font-weight: 300;
    position: relative;
    content: "\f00d";
    font-size: 14px;
    float: left;
    width: 100%;
    text-align: center;
    line-height: 22px;
    color: #fff;
    visibility: visible;
    left: 0px;
}



.woosw-btn-has-icon .woosw-btn-icon:before {
    visibility: visible;
}

.product-main-content .summary .title-container .wishlist-tag button.woosw-btn,
.product-inner .wishlist-tag button.woosw-btn {
    padding: 0;
    background: none;
    -webkit-appearance: none !important;
}

.product-main-content .summary .title-container .wishlist-tag button.woosw-btn > .woosw-btn-icon,
.product-inner .wishlist-tag button.woosw-btn > .woosw-btn-icon {
    font-size: 22px;
}

.woosw-popup *:before, .woosw-popup *:after {
    visibility: visible;
}

.content > .woosw-list {
    margin: 0;
    float: left;
    width: 100%;
    position: relative;
}

.content > .woosw-list *:before,
.content > .woosw-list *:after {
    visibility: visible;
}

.content > .woosw-list table.woosw-items {
    float: left;
    width: 100%;
    position: relative;
    font-size: 17px;
    margin: 0;
    text-align: left;
}

.content > .woosw-list table.woosw-items thead tr th {
    border-bottom: solid 1px #333333;
    border-top: none;
    padding-top: 0;
    padding-bottom: 20px;
    text-transform: uppercase;
    font-size: 14px;
    color: #333333;
    font-weight: 600;
}

.content > .woosw-list table.woosw-items tbody tr td {
    vertical-align: middle;
    height: 70px;
    border-top:none;
    border-bottom: solid 1px #333333;
}

.content > .woosw-list table.woosw-items tbody tr:hover td {
    border-color: #333333 !important;
}

.content > .woosw-list table.woosw-items thead tr th {
    border-bottom: solid 2px #333333;
    padding: 20px;
    padding-bottom: 15px;
    text-transform: none;
    font-size: 15px;
    color: #333333;
    font-weight: 600;
    letter-spacing: 0.04em;
    background: none;
    text-align: left;
    padding-top: 0;
}

.content > .woosw-list table.woosw-items tbody tr td.woosw-item--image a {
    float: left;
    width: 70px;
    height: 70px;
    box-shadow: none !important;
}

.content > .woosw-list table.woosw-items tbody tr td.woosw-item--image a img {
    float: left;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.content > .woosw-list table.woosw-items tbody tr td a.add_to_cart_button {
    display: block !important;
    float: right;
    clear: both;
    line-height: 24px;
}

.content > .woosw-list table.woosw-items tbody tr td .woosw-item--time {
    float: left;
    clear: both;
    font-size: 14px;
    font-weight: 500;
    margin: 0;
}

.content > .woosw-list table.woosw-items tbody tr td .woosw-item--name {
    float: left;
    width: 100%;
    margin: 0 0 10px 0;
}

.content > .woosw-list table.woosw-items tbody tr td.woosw-item--remove span {
    background: url(/wp-content/themes/twentyseventeen-child/assets/images/new/bin-icon.svg) no-repeat center center;
    background-size: contain;
    color: transparent !important;
    border-radius: 0;
    width: 18px;
    height: 22px;
    padding: 0;
    font-size: 0px;
    box-shadow: none !important;
}

.content > .woosw-list table.woosw-items tbody tr td {
    padding: 20px 20px;
    text-align: left;
}

.header .mega-menu-container .inner-mega .menu-sections-inner .menu-inner ul.menu-links li a.btn {
    margin: 0;
    color: #fff;
}


.product-meta-top > div.product .looking-for-something-else {
    background: #333;
    padding: 25px 30px;
    color: #fff;
    gap: 20px;
    margin-top: 25px;
    box-shadow: none !important;
}

.product-meta-top > div.product .looking-for-something-else:hover {
    background: #F6F6F6;
}

.product-meta-top > div.product .looking-for-something-else > .title.main-title {
    font-size: 28px;
    text-transform: none;
    font-weight: 500;
    letter-spacing: 0.04em;
    line-height: normal;
    margin: -7px 0;
    color: #fff;
}

.product-meta-top > div.product .looking-for-something-else > .title.sub-title {
    font-size: 17px;
    text-transform: none;
    font-weight: 500;
    letter-spacing: 0.04em;
    line-height: normal;
    margin: -7px 0;
    color: #fff;
}

.product-meta-top > div.product .looking-for-something-else:hover > .title.main-title,
.product-meta-top > div.product .looking-for-something-else:hover > .title.sub-title {
    color: #47505B;
}






.product-listing-filters.top-filters div#filterable_search_filters div#filterable_search_filters_output .filter_container#filter-outdoor-categories {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.filter_container#filter-outdoor-categories .listed_filters {
    float: left;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
}

.filter_container#filter-outdoor-categories .listed_filters a.term-link-container {
    float: left;
    position: relative;
    box-shadow: none;
}

.filter_container#filter-outdoor-categories .listed_filters a.term-link-container > label {
    float: left;
    width: 100%;
    position: relative;
    margin: 0;
}

.filter_container#filter-outdoor-categories .listed_filters a.term-link-container > label span {
    float: left;
    width: 100%;
    position: relative;
    color: #fff;
    font-weight: 100;
    font-size: 17px;
    line-height: 26px;
    padding-left: 40px;
}

.filter_container#filter-outdoor-categories .listed_filters a.term-link-container > label > input {
    clip: rect(1px, 1px, 1px, 1px);
    word-wrap: normal !important;
    border: 0;
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    overflow-wrap: normal !important;
    padding: 0;
    position: absolute !important;
    width: 1px;
}

.filter_container#filter-outdoor-categories .listed_filters a.term-link-container > label span i {
    font-style: normal;
    margin: 0 5px;
    display: none !important;
}

.filter_container#filter-outdoor-categories .listed_filters a.term-link-container > label span:after {
    content: "\f00c" !important;
    font-family: 'Font Awesome 5 Pro';
    font-weight: 500;
    font-size: 14px;
    text-align: center;
    line-height: 24px;
    position: absolute;
    width: 26px;
    height: 26px;
    display: block;
    border: solid 1px rgb(85 85 85 / 25%);
    background: #fff;
    color: transparent;
    visibility: visible;
    top: 0;
    left: 0;
}

.filter_container#filter-outdoor-categories .listed_filters a.term-link-container > label input:checked ~ span:after {
    border-color: #333333;
    color: #333333;
}

body.tax-product_cat.term-61 .product-listing-filters .filter-bar-tabbed .filter-tabbed-content a#reset-filter {
    top: 0;
}

.product-inner a.post-thumbnail.grid-version .product-images-grid .thumbs .count {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #333;
    color: #fff;
}

.filters-sidebar-container .inner .category-filters-container .filter_container.family_style#filter-design .inner_field {
    flex-wrap: wrap;
}

.filters-sidebar-container .inner .category-filters-container .filter_container.family_style#filter-design .inner_field a.term-link-container {
    width: auto;
    flex-grow: 1;
}

.filters-sidebar-container .inner .category-filters-container .filter_container.family_style#filter-design .inner_field a.term-link-container label span {
    border: solid 1px rgb(71 80 91 / 50%);
    margin: 0px !important;
}



.woocommerce div.product .image-slider-container .images > #secondary-slider,
.woocommerce div.product .image-slider-container .images > .primary-slider {
    float: left;
    width: 100%;
    position: relative;
}

.woocommerce div.product .image-slider-container .images > .primary-slider .splide__track {
    float: left;
    width: 100%;
    position: relative;
}

.woocommerce div.product .image-slider-container .images > .primary-slider .splide__track ul.splide__list {
    float: left;
    width: 100%;
    position: relative;
}

.woocommerce div.product .image-slider-container .images > .primary-slider .splide__track ul.splide__list li {
    float: left;
    width: 100% !important;
    padding: 0;
}

.woocommerce div.product .image-slider-container .images > .primary-slider .splide__track ul.splide__list li .tc_video_slide {
    float: left;
    width: 100%;
    position: relative;
    height: auto;
}

.woocommerce div.product .image-slider-container .images > .primary-slider .splide__track ul.splide__list li .tc_video_slide video {
    float: left;
    width: 100%;
    position: relative;
    height: auto;
}

.woocommerce div.product .image-slider-container .images > #secondary-slider .splide__track ul.splide__list li:before,
.woocommerce div.product .image-slider-container .images > .primary-slider .splide__track ul.splide__list li:before {
    display: none;
}

.woocommerce div.product .image-slider-container .images > .primary-slider .splide__track ul.splide__list li > .fme_zoom {
    float: left;
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 1;
    background: #F6F6F6;
    padding: 30px;
}

.woocommerce div.product .image-slider-container .images > .primary-slider .splide__track ul.splide__list li > .fme_zoom > img.fme_small {
    float: left;
    width: auto;
    position: relative;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    mix-blend-mode: multiply;
}

.woocommerce div.product .image-slider-container .images > #secondary-slider .splide__track {
    float: left;
    width: 100%;
    position: relative;
}

.woocommerce div.product .image-slider-container .images > #secondary-slider .splide__track ul.splide__list {
    float: left;
    width: 100%;
    position: relative;
    gap: 20px;
}

.woocommerce div.product .image-slider-container .images > #secondary-slider .splide__track ul.splide__list li {
    padding: 0;
    border: none;
    width: 80px;
    height: 80px;
    background: #F6F6F6;
}

.woocommerce div.product .image-slider-container .images > #secondary-slider .splide__track ul.splide__list li .tc_video_slide {
    width: 100%;
    height: 100%;
}

.woocommerce div.product .image-slider-container .images > #secondary-slider .splide__track ul.splide__list li .tc_video_slide video {
    width: 100%;
    height: 100% !important;
    object-fit: cover !important;
}

.woocommerce div.product .image-slider-container .images > #secondary-slider .splide__track ul.splide__list li {
    background-size: 55px !important;
    background-color: #f6f6f6 !important;
    background-blend-mode: multiply !important;
}

.woocommerce div.product .image-slider-container .images > #secondary-slider {
    margin: 20px 0 0 0;
}

.woocommerce div.product .image-slider-container .images > #secondary-slider .splide__track ul.splide__list li > i.fa.fa-play-circle-o {
    width: 10px;
    height: 10px;
    position: absolute;
    padding: 23px !important;
}

.woocommerce div.product .image-slider-container .images > #secondary-slider .splide__track ul.splide__list li > i.fa.fa-play-circle-o:before {
    visibility: visible;
    content: '\f04b';
    border: solid 1px #fff;
    padding: 10px;
    width: 30px;
    display: flex;
    height: 30px;
    align-items: center;
    justify-content: center;
    font-size: 15px;
}

.woocommerce div.product .image-slider-container .images > .primary-slider .splide__track ul.splide__list li > .fme_zoom .fme_lightbox_icon {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: solid 1px #47505B;
    display: block !important;
    top: 31px;
    left: 31px;
    right: auto;
    box-shadow: none !important;
    background-color: transparent;
    background: url(/wp-content/themes/twentyseventeen-child/assets/images/new/zoom-icon.svg) no-repeat center center;
    background-size: 15px;
    margin: 0 !important;
}

.woocommerce div.product .image-slider-container .images > .primary-slider .splide__track ul.splide__list li > .fme_zoom .fme_lightbox_icon:hover {
    background-color: #47505B !important;
    background: url(/wp-content/themes/twentyseventeen-child/assets/images/new/zoom-icon-white.svg) no-repeat center center;
    background-size: 15px;
}

.content > .woosw-list table.woosw-items tbody tr td .woosw-item--price,
.woocommerce-pages .woocommerce .cart-collaterals .cart_totals table,
form.checkout.woocommerce-checkout .order_table_contents table .product-total, form.checkout.woocommerce-checkout .order_table_contents table tfoot {
    display: none !important;
}

.woocommerce-pages .woocommerce .cart-collaterals .cart_totals a.checkout-button {
    float: left;
    margin: 10px 0 0 0;
}

.hero-new-style.split_new_style.about_hero_style {
    margin-bottom: 66px;
}

.hero-new-style.split_new_style.about_hero_style .inner-hero-split-content .content {
    margin: 30px 0 0 0;
}

.container-fluid.team-members-section {
    margin-bottom: 50px;
}

.hero-new-style.split_new_style .hero-bg-image .video-container .vimeo-block-content {
    float: left;
    width: 100%;
    height: 100%;
    background: #000;
}

.hero-new-style.split_new_style .hero-bg-image .video-container .vimeo-block-content .vimeo-block-vid {
    float: left;
    width: 100%;
    height: 100%;
}

.hero-new-style.split_new_style .hero-bg-image .video-container .vimeo-block-content .vimeo-block-vid div#vimeoContainerInner {
    float: left;
    width: 100%;
    height: 100%;
}

.hero-new-style.split_new_style .hero-bg-image .video-container .vimeo-block-content .vimeo-block-vid div#vimeoContainerInner iframe {
    float: left;
    width: 100%;
    height: 100%;
}

.hero-new-style.split_new_style .hero-bg-image .gallery-slider-main {
    float: left;
    width: 100%;
    height: 100%;
    position: relative;
}

.hero-new-style.split_new_style .hero-bg-image .gallery-slider-main .slick-list {
    height: 100%;
}

.hero-new-style.split_new_style .hero-bg-image .gallery-slider-main .slick-list .slick-track {
    height: 100%;
    display: flex;
}

.hero-new-style.split_new_style .hero-bg-image .gallery-slider-main .slick-list .slick-track .slick-slide {
    height: inherit !important;
}

.hero-new-style.split_new_style .hero-bg-image .gallery-slider-main ul.slick-dots {
    position: absolute;
    margin: 0;
    bottom: 40px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.hero-new-style.split_new_style .hero-bg-image .gallery-slider-main ul.slick-dots li button {
    background: rgb(204 204 204 / 80%);
}

.hero-new-style.split_new_style .hero-bg-image .gallery-slider-main ul.slick-dots li button:hover {
    background: rgb(204 204 204 / 100%);
}

.hero-new-style.split_new_style .hero-bg-image .gallery-slider-main ul.slick-dots li.slick-active button {
    background: #fff;
}

.split-70-50.image-content-split-section .split-content-inner .buttons {
    margin-top: 30px;
    gap: 15px;
}




.filters-sidebar-container .inner .category-filters-container .filter_container.family_style#filter-3d-files {}

.filters-sidebar-container .inner .category-filters-container .filter_container.family_style#filter-quick-lead-time .inner_field,
.filters-sidebar-container .inner .category-filters-container .filter_container.family_style#filter-sustainable .inner_field,
.filters-sidebar-container .inner .category-filters-container .filter_container.family_style#filter-sample-available .inner_field,
.filters-sidebar-container .inner .category-filters-container .filter_container.family_style#filter-stackable .inner_field,
.filters-sidebar-container .inner .category-filters-container .filter_container.family_style#filter-3d-files .inner_field {
    display: flex;
}

.filters-sidebar-container .inner .category-filters-container .filter_container.family_style#filter-quick-lead-time {
    border-top: none;
    padding-top: 0px;
}

.filters-sidebar-container .inner .category-filters-container .filter_container.family_style.changed_style_dropdown .inner_field {
    display: none;
    margin: 12px 0 0 0;
}

.filters-sidebar-container .inner .category-filters-container .filter_container.family_style.changed_style_dropdown  > a.filter-title {
    margin-bottom: 0;
}

.filters-sidebar-container .inner .category-filters-container .filter_container.family_style.changed_style_dropdown > a.filter-title i.filters-toggle:before {
    display: none;
}

.filters-sidebar-container .inner .category-filters-container .filter_container.family_style.changed_style_dropdown .inner_field.new_style a.term-link-container:last-child {
    margin-bottom: 0;
}

.filters-sidebar-container .inner .category-filters-container .filter_container.family_style.changed_style_dropdown .inner_field.new_style a.term-link-container label span {
    font-size: 14px;
    padding-left: 40px;
    min-height: 30px;
    padding-top: 7px;
}

.filters-sidebar-container .inner .category-filters-container .filter_container.family_style.changed_style_dropdown .inner_field.new_style a.term-link-container label span:before {
    width: 30px;
    height: 30px;
}

.filters-sidebar-container .inner .category-filters-container .filter_container.family_style.changed_style_dropdown .inner_field.new_style a.term-link-container label input:checked ~ span:before {
    line-height: 29px;
}

.product-listing-filters.no-reset .filter-bar-tabbed .filter-tabbed-content {
    padding-right: 0;
}

.header .mega-menu-container#sectorsMenu .inner-mega .menu-sections-inner .menu-inner ul.menu-links,
.header .mega-menu-container#aboutMenu .inner-mega .menu-sections-inner .menu-inner ul.menu-links {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 50px;
    -moz-column-gap: 50px;
    column-gap: 50px;
}

.header p.phone-tag-header span {
    font-size: 18px;
    margin: 0 10px;
}

.header p.phone-tag-header i.fa-envelope {
    font-size: 16px;
    position: relative;
    top: 1px;
    margin-right: 5px;
}

.filters-sidebar-container .inner .category-filters-container .filter_container.family_style#filter-3d-files,
.filters-sidebar-container .inner .category-filters-container .filter_container.family_style#filter-fsc-certified,
.filters-sidebar-container .inner .category-filters-container .filter_container.family_style#filter-quick-lead-time,
.filters-sidebar-container .inner .category-filters-container .filter_container.family_style#filter-sample-available,
.filters-sidebar-container .inner .category-filters-container .filter_container.family_style#filter-stackable,
.filters-sidebar-container .inner .category-filters-container .filter_container.family_style#filter-sustainable {
    display: flex;
    align-items: center;
    order: 1;
}

.filters-sidebar-container .inner .category-filters-container .filter_container.family_style#filter-3d-files,
.filters-sidebar-container .inner .category-filters-container .filter_container.family_style#filter-fsc-certified,
.filters-sidebar-container .inner .category-filters-container .filter_container.family_style {
    order: 999;
}

.filters-sidebar-container .inner .category-filters-container .filter_container.family_style#filter-3d-files > .filter-title,
.filters-sidebar-container .inner .category-filters-container .filter_container.family_style#filter-fsc-certified > .filter-title,
.filters-sidebar-container .inner .category-filters-container .filter_container.family_style#filter-quick-lead-time > .filter-title,
.filters-sidebar-container .inner .category-filters-container .filter_container.family_style#filter-sample-available > .filter-title,
.filters-sidebar-container .inner .category-filters-container .filter_container.family_style#filter-stackable > .filter-title,
.filters-sidebar-container .inner .category-filters-container .filter_container.family_style#filter-sustainable > .filter-title {
    margin-bottom: 0;
}

.filters-sidebar-container .inner .category-filters-container .filter_container.family_style#filter-3d-files .inner_field:not(.new_style) a.term-link-container label span,
.filters-sidebar-container .inner .category-filters-container .filter_container.family_style#filter-fsc-certified .inner_field:not(.new_style) a.term-link-container label span,
.filters-sidebar-container .inner .category-filters-container .filter_container.family_style#filter-quick-lead-time .inner_field:not(.new_style) a.term-link-container label span,
.filters-sidebar-container .inner .category-filters-container .filter_container.family_style#filter-sample-available .inner_field:not(.new_style) a.term-link-container label span,
.filters-sidebar-container .inner .category-filters-container .filter_container.family_style#filter-stackable .inner_field:not(.new_style) a.term-link-container label span,
.filters-sidebar-container .inner .category-filters-container .filter_container.family_style#filter-sustainable .inner_field:not(.new_style) a.term-link-container label span {
    position: relative;
    text-align: left;
    padding: 12px 0;
    padding-left: 40px;
    text-indent: -99999px;
    overflow: hidden;
    border-radius: 100px;
    line-height: 1;
    font-size: 0px;
    border: solid 1px rgb(71 80 91 / 50%) !important;
}

.filters-sidebar-container .inner .category-filters-container .filter_container.family_style#filter-3d-files .inner_field:not(.new_style) a.term-link-container label span:before,
.filters-sidebar-container .inner .category-filters-container .filter_container.family_style#filter-fsc-certified .inner_field:not(.new_style) a.term-link-container label span:before,
.filters-sidebar-container .inner .category-filters-container .filter_container.family_style#filter-quick-lead-time .inner_field:not(.new_style) a.term-link-container label span:before,
.filters-sidebar-container .inner .category-filters-container .filter_container.family_style#filter-sample-available .inner_field:not(.new_style) a.term-link-container label span:before,
.filters-sidebar-container .inner .category-filters-container .filter_container.family_style#filter-stackable .inner_field:not(.new_style) a.term-link-container label span:before,
.filters-sidebar-container .inner .category-filters-container .filter_container.family_style#filter-sustainable .inner_field:not(.new_style) a.term-link-container label span:before {
    position: absolute;
    left: 7px;
    top: 4px;
    border-radius: 50%;
    background: #ccc;
    display: block !important;
    width: 16px;
    height: 16px;
    color: transparent;
    content: '' !important;
}

.filters-sidebar-container .inner .category-filters-container .filter_container.family_style#filter-3d-files .inner_field,
.filters-sidebar-container .inner .category-filters-container .filter_container.family_style#filter-fsc-certified .inner_field,
.filters-sidebar-container .inner .category-filters-container .filter_container.family_style#filter-quick-lead-time .inner_field,
.filters-sidebar-container .inner .category-filters-container .filter_container.family_style#filter-sample-available .inner_field,
.filters-sidebar-container .inner .category-filters-container .filter_container.family_style#filter-stackable .inner_field,
.filters-sidebar-container .inner .category-filters-container .filter_container.family_style#filter-sustainable .inner_field {
    width: 70px;
}

.filters-sidebar-container .inner .category-filters-container .filter_container.family_style#filter-3d-files .inner_field:not(.new_style) a.term-link-container label input:checked ~ span:before,
.filters-sidebar-container .inner .category-filters-container .filter_container.family_style#filter-fsc-certified .inner_field:not(.new_style) a.term-link-container label input:checked ~ span:before,
.filters-sidebar-container .inner .category-filters-container .filter_container.family_style#filter-quick-lead-time .inner_field:not(.new_style) a.term-link-container label input:checked ~ span:before,
.filters-sidebar-container .inner .category-filters-container .filter_container.family_style#filter-sample-available .inner_field:not(.new_style) a.term-link-container label input:checked ~ span:before,
.filters-sidebar-container .inner .category-filters-container .filter_container.family_style#filter-stackable .inner_field:not(.new_style) a.term-link-container label input:checked ~ span:before,
.filters-sidebar-container .inner .category-filters-container .filter_container.family_style#filter-sustainable .inner_field:not(.new_style) a.term-link-container label input:checked ~ span:before {
    left: 33px;
    background: #fff;
}

form.filterable_search.family_style.no-content {
    margin-bottom: 60px;
}

.filters-sidebar-container .inner .category-filters-container .filter_container.family_style#filter-quick-lead-time > .filter-title,
.filters-sidebar-container .inner .category-filters-container .filter_container.family_style#filter-sample-available > .filter-title,
.filters-sidebar-container .inner .category-filters-container .filter_container.family_style#filter-stackable > .filter-title,
.filters-sidebar-container .inner .category-filters-container .filter_container.family_style#filter-sustainable > .filter-title {
    padding-left: 40px;
    position: relative;
}

.filters-sidebar-container .inner .category-filters-container .filter_container.family_style#filter-quick-lead-time > .filter-title:before,
.filters-sidebar-container .inner .category-filters-container .filter_container.family_style#filter-sample-available > .filter-title:before,
.filters-sidebar-container .inner .category-filters-container .filter_container.family_style#filter-stackable > .filter-title:before,
.filters-sidebar-container .inner .category-filters-container .filter_container.family_style#filter-sustainable > .filter-title:before {
    content: '';
    width: 25px;
    height: 25px;
    overflow: hidden;
    float: left;
    border-radius: 50%;
    background: #333;
    color: transparent;
    position: absolute;
    left: 0;
    top: -1px;
    visibility: visible;
}

.filters-sidebar-container .inner .category-filters-container .filter_container.family_style#filter-quick-lead-time > .filter-title:before{
    content: '\f0d1';
    line-height: 25px;
    text-align: center;
    color: #fff;
    visibility: visible;
    font-family: "Font Awesome 5 Pro";
    font-weight: 800;
    font-size: 10px;
}

.filters-sidebar-container .inner .category-filters-container .filter_container.family_style#filter-sample-available > .filter-title:before{
    background: url(https://hillcross-furniture.s3.amazonaws.com/2024/08/Sample-Icon.png) no-repeat center center #333;
    background-size: 14px;
}

.filters-sidebar-container .inner .category-filters-container .filter_container.family_style#filter-stackable > .filter-title:before{
    background: url(https://hillcross-furniture.s3.amazonaws.com/2022/04/chair-icon.png) no-repeat center center #333;
    background-size: 11px;
}

.filters-sidebar-container .inner .category-filters-container .filter_container.family_style#filter-sustainable > .filter-title:before{
    content: '\f06c';
    line-height: 25px;
    text-align: center;
    color: #fff;
    visibility: visible;
    font-family: "Font Awesome 5 Pro";
    font-weight: 800;
    font-size: 10px;
}

.hero-new-style .row.hero-buttons-row {
    margin-top: 40px;
}

.hero-new-style.split_new_style.added_margin {
    margin-bottom: 46px;
}

.filters-sidebar-container .inner .category-filters-container .filter_container.family_style .inner_field:not(.new_style) a.term-link-container.term-id-616 {
    display: none !important;
}

.hero-new-style p.project-meta.designed-by span i {
    margin-top: -1px;
}

.hero-new-style p.project-meta.designed-by.has-location {
    margin-top: 15px;
}

.hero-new-style p.project-meta.photography span i {
    margin-top: -1px;
}

.hero-new-style p.project-meta.photography.has-location {
    margin-top: 15px;
}

.btn {
    text-transform: capitalize !important;
}




.category_list_new_hero > .container {
    max-width: 100%;
}

.category-slider-list-NEW_STYLE article {
    padding: 0;
    -ms-flex: 0 0 200px;
    flex: 0 0 200px;
    max-width: 200px;
}

.row.full-width-filter-styles {
    margin-bottom: 50px;
}

.row.full-width-filter-styles .filters-sidebar-container {
    float: left;
    position: relative;
}

.row.full-width-filter-styles .filters-sidebar-container .inner {
    position: relative;
}

.row.full-width-filter-styles .filters-sidebar-container .inner div#filterable_search_filters div#filterable_search_filters_output div#filter-filter-by-category a.filter-title {
    pointer-events: none;
    float: left;
    width: 100%;
    position: relative;
    margin: 0 0 20px 0;
    font-size: 18px;
    font-weight: 500;
    color: #000;
}

.row.full-width-filter-styles .filters-sidebar-container .inner div#filterable_search_filters div#filterable_search_filters_output div#filter-filter-by-category a.filter-title i {
    display: none;
}

.row.full-width-filter-styles .filters-sidebar-container .inner div#filterable_search_filters div#filterable_search_filters_output div#filter-filter-by-category .dropped-filters {
    float: left;
    width: 100%;
    position: relative;
    display: flex;
    column-gap: 40px;
    flex-wrap: wrap;
    row-gap: 20px;
}

.row.full-width-filter-styles .filters-sidebar-container .inner div#filterable_search_filters div#filterable_search_filters_output div#filter-filter-by-category .dropped-filters a.term-link-container {
    width: auto;
    display: block;
}

.row.full-width-filter-styles .filters-sidebar-container .inner div#filterable_search_filters a#reset-filter {
    margin: 30px 0 0 0;
    color: #555555;
    text-decoration: none !important;
    box-shadow: none !important;
    margin-right: 0;
    font-size: 15px;
    line-height: 1;
    letter-spacing: 0.1em;
    font-weight: 600;
    text-transform: capitalize;
    float: left;
}

.row.full-width-filter-styles .filters-sidebar-container .inner div#filterable_search_filters a#reset-filter svg {
    float: right;
    margin: 0 0 0 8px;
}

.row.full-width-filter-styles .filters-sidebar-container .inner div#filterable_search_filters a#reset-filter:hover{
    color: #333;
}





.case-study-block {
    height: 550px;
    position: relative;
}

.case-study-block.small-style {
    height: 255px;
}

.case-study-block.standard-style {
    height: 255px;
}

.projects-list .row.case-post-row .featured-case-study-slide a {
    overflow: hidden;
}

.projects-list .row.case-post-row .featured-case-study-slide a .post-thumbnail .image:before {
    content: '';
    visibility: visible;
    width: 100%;
    height: 50%;
    display: block;
    bottom: -20px;
    left: 0;
    background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
    background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
    background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 );
    opacity: 0.69;
    position: absolute;
}

.projects-list .row.case-post-row .featured-case-study-slide a .post-thumbnail .image:after{
    content:'';
    visibility: visible;
    top:0;
    left:0;
    width:100%;
    height: 100%;
    opacity: 0;
    background: #ffffff;
    position: absolute;
}

.projects-list .row.case-post-row .featured-case-study-slide a:hover .post-thumbnail .image:after{
    opacity: 0.54;
}

.projects-list .row.case-post-row .featured-case-study-slide a .featured-case-study-content {
    bottom: 0;
    left: 0;
    padding: 55px 45px;
}

.projects-list .row.case-post-row .featured-case-study-slide a .post-thumbnail .image:before,
.projects-list .row.case-post-row .featured-case-study-slide a .post-thumbnail .image:before {
    height: 100%;
    bottom: 0;
}

.projects-list .row.case-post-row .featured-case-study-slide a .featured-case-study-content h4 {
    color: #ffffff;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 300;
    float: left;
    width: 100%;
    line-height: 29px;
    margin: 0 0 25px 0;
    padding: 0;
}

.projects-list .row.case-post-row .featured-case-study-slide a .featured-case-study-content h4:last-child {
    margin-bottom: 0;
}

.projects-list .row.case-post-row .featured-case-study-slide a .featured-case-study-content .meta-info {
    color:#ffffff;
    float:left;
    width:100%;
}

.projects-list .row.case-post-row .featured-case-study-slide a .featured-case-study-content .meta-info span {
    color: #ffffff;
    float: left;
    width: auto;
    margin: 0 28px 0 0;
    font-weight: 400;
    line-height: 24px;
    font-size: 17px;
}

.projects-list .row.case-post-row .featured-case-study-slide a .featured-case-study-content .meta-info span i {
    color: #ffffff;
    margin: -1px 10px 0 0;
    float: left;
}

.projects-list .row.case-post-row .featured-case-study-slide a .featured-case-study-content .meta-info span i svg path{
    fill: #fff;
}

.projects-list .row.case-post-row .featured-case-study-slide a .featured-case-study-content .meta-info span i:before{
    color: #fff;
}

.projects-list .row.case-post-row .featured-case-study-slide a:hover .featured-case-study-content h4,
.projects-list .row.case-post-row .featured-case-study-slide a:hover .featured-case-study-content .meta-info span,
.projects-list .row.case-post-row .featured-case-study-slide a:hover .featured-case-study-content .meta-info span i:before{
    color:#1b1b1b;
}

.projects-list .row.case-post-row .featured-case-study-slide a:hover .featured-case-study-content .meta-info span i svg path{
    fill: #1b1b1b;
}

.hero-new-style.split_new_style.projects_style_split {
    margin-bottom: 66px;
}


.woosw-popup .woosw-items .woosw-item .woosw-item-inner .woosw-item--note,
.content > .woosw-list table.woosw-items tbody tr td .woosw-item--note {
    float: left;
    clear: both;
    font-size: 14px;
    font-weight: 500;
    margin: 10px 0 0 0;
    border: none;
    font-style: normal;
    padding: 4px 8px;
    background: #000;
    color: #fff;
}

.woosw-popup .woosw-items .woosw-item .woosw-item-inner .woosw-item--note-add,
.content > .woosw-list table.woosw-items tbody tr td > .woosw-item--note-add {
    float: left;
    width: 100%;
    position: relative;
    clear: both;
    font-size: 14px;
    font-weight: 500;
    margin: 10px 0 0 00;
}

.woosw-popup .woosw-items .woosw-item .woosw-item-inner .woosw-item--note-add > input[type="text"],
.content > .woosw-list table.woosw-items tbody tr td > .woosw-item--note-add > input[type="text"] {
    border: solid 1px #000;
    border-radius: 0 !important;
}

.woosw-popup .woosw-items .woosw-item .woosw-item-inner .woosw-item--note-add input.woosw_add_note,
.content > .woosw-list table.woosw-items tbody tr td > .woosw-item--note-add input.woosw_add_note {
    background: #000;
    color: #fff;
    right: 1px;
    border-radius: 0 !important;
    width: 40px !important;
    padding: 0 !important;
}

.woosw-popup .woosw-items .woosw-item .woosw-item-inner .woosw-item--note-add input.woosw_add_note:hover,
.content > .woosw-list table.woosw-items tbody tr td > .woosw-item--note-add input.woosw_add_note:hover {
    opacity: 0.6;
}

.content > .woosw-list > .woosw-switcher {
    justify-content: flex-start;
    position: relative;
    align-items: center;
    gap: 11px;
}
.content > .woosw-list > .woosw-switcher:before {
    content: 'Change wishlist :';
    float: left;
}
.content > .woosw-list > .woosw-switcher .selectize-control {
    float: left;
    width: auto !important;
    position: relative;
}
.content > .woosw-list > .woosw-switcher .selectize-control .selectize-input {
    float: left;
    width: 100%;
    height: 40px;
    padding: 7px 15px;
    text-transform: none;
    font-size: 16px;
    font-weight: 300;
    border-radius: 0px;
    appearence: none;
    -webkit-appearance: none;
    box-shadow: none;
    border: 1px solid #cccccc;
    background: #ffffff;
    display: flex !important;
    flex-wrap: wrap;
    justify-content: start;
    align-items: center;
    padding-right: 35px;
}
.content > .woosw-list > .woosw-switcher .selectize-control .selectize-input:after {
    content: "\f107"!important;
    font-family: "Font Awesome 5 Pro";
    border: none !important;
    width: auto !important;
    height: auto !important;
    top: auto !important;
    right: 15px !important;
    margin: 0px !important;
    font-weight: 400;
    opacity: 0.8;
    position: absolute;
    visibility: visible;
}
.content > .woosw-list > .woosw-switcher .selectize-control .selectize-input.dropdown-active:after {
    content:"\f106"!important;
}
.content > .woosw-list > .woosw-switcher .selectize-dropdown .selectize-dropdown-content {
    max-height: 220px;
}
.content > .woosw-list > .woosw-switcher .selectize-dropdown .selectize-dropdown-content .option {
    padding: 13px 22px;
    cursor: pointer;
}
.content > .woosw-list > .woosw-switcher .selectize-control .selectize-input > input[type="select-one"] {
    font-size: 16px;
}
.content > .woosw-list > .woosw-switcher .selectize-control .selectize-input > input[type="select-one"][placeholder] {
    width: 100% !important;
}
.content > .woosw-list > .woosw-switcher .selectize-control .selectize-dropdown {
    padding-top: 0px;
    padding-bottom: 0px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    width: 100% !important;
    top: 41px !important;
}

.woosw-popup .woosw-items {
    text-align: left;
}

.woosw-new-wishlist input#woosw_wishlist_name {
    border: solid 1px #000;
    border-radius: 0 !important;
}

.woosw-new-wishlist input#woosw_add_wishlist {
    background: #000;
    color: #fff;
    border-radius: 0 !important;
    padding: 10px 20px !important;
    line-height: 1 !important;
}

.woosw-new-wishlist input#woosw_add_wishlist:hover {
    opacity: 0.6;
}




.side-content-section.page-blocks-container .product-cat-block a .overlayed-content {
    top: 0;
    left: 0;
    bottom: auto;
    height: 100%;
    background: rgb(0 0 0 / 20%);
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    border: none;
}

.side-content-section.page-blocks-container .product-cat-block a .overlayed-content h3 {
    color: #fff;
}

.side-content-section.page-blocks-container .product-cat-block a:hover .overlayed-content {
    background: rgb(255 255 255 / 40%);
}

.side-content-section.page-blocks-container .product-cat-block a:hover .overlayed-content h3 {
    color: #000;
}

.side-content-section.page-blocks-container .product-cat-block a .image-container {
    border: none;
}

.mobile-menu .mobile-menu-inner-new .mobile-menu-container > div > ul.menu > li > ul.sub-menu.furniture-mega-sub {
    margin-bottom: 20px;
}

.mobile-menu .mobile-menu-inner-new .mobile-menu-container > div > ul.menu > li > ul.sub-menu.furniture-mega-sub > li.title-row {
    float: left;
    width: 100%;
    position: relative;
    margin: 0 0 30px 0;
}

.mobile-menu .mobile-menu-inner-new .mobile-menu-container > div > ul.menu > li > ul.sub-menu.furniture-mega-sub > li.title-row > a {
    font-weight: 500;
    font-size: 16px;
    line-height: 1;
}

.mobile-menu .mobile-menu-inner-new .mobile-menu-container > div > ul.menu > li > ul.sub-menu.furniture-mega-sub > li.title-row > a[href="#"]{
    cursor: pointer;
    pointer-events: none;
}

.mobile-menu .mobile-menu-inner-new .mobile-menu-container > div > ul.menu > li > ul.sub-menu.furniture-mega-sub > li.title-row > ul.menu-links {
    float: left;
    width: 100%;
    position: relative;
    margin-top: 10px;
}

.mobile-menu .mobile-menu-inner-new .mobile-menu-container > div > ul.menu > li > ul.sub-menu.furniture-mega-sub > li.title-row > ul.menu-links > li {
    padding: 0;
}

.mobile-menu .mobile-menu-inner-new .mobile-menu-container > div > ul.menu > li > ul.sub-menu.furniture-mega-sub > li.title-row > ul.menu-links > li > a {
    color: #fff;
    font-weight: 100;
}

.mobile-menu .mobile-menu-inner-new .mobile-menu-container > div > ul.menu > li > ul.sub-menu.furniture-mega-sub > li.title-row:last-of-type {
    margin: 0;
}

.product-inner a.post-thumbnail.grid-version .product-images-grid .thumbs img:not([src]) {
    opacity: 0;
}

.hero-new-style .row.hero-buttons-row .tax_style {
    gap: 20px;
}

.hero-new-style.split_new_style.add_spacing_bottom {
    margin-bottom: 80px;
}

.content ul.checkbox-item li:before {
    width: 16px;
    height: 16px;
    background: none;
    content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 640"><path d="M553.9 146.5L539.9 166L275.9 534L259.4 557L239.4 537L103.4 401L86.4 384L120.3 350.1L137.3 367.1L253.3 483.1L500.8 138.1L514.8 118.6L553.8 146.6z"/></svg>');
    line-height: 1;
    top: 10px;
}

.family-product-slider .products-slider-list-NEW_STYLE {
    overflow-x: visible;
    flex-wrap: wrap;
    padding-bottom: 0;
}

.family-product-slider .products-slider-list-NEW_STYLE article {
    -ms-flex: unset !important;
    flex: unset !important;
    max-width: none !important;
    float: left;
    width: 100%;
    position: relative;
}

.family-product-slider .products-slider-list-NEW_STYLE .slick-track {
    display: flex !important;
}

.family-product-slider .products-slider-list-NEW_STYLE .slick-slide {
    height: inherit !important;
    margin: 0 10px;
}

.family-product-slider .products-slider-list-NEW_STYLE .slick-list {
    margin: 0 -10px;
}

.family-product-slider .products-slider-list-NEW_STYLE ul.slick-dots li:only-child {
    display: none !important;
}

.family-product-slider .products-slider-list-NEW_STYLE ul.slick-dots {
    margin-top: 0;
    float: left;
    width: 100%;
    display: flex;
    justify-content: center;
}

.family-product-slider .products-slider-list-NEW_STYLE ul.slick-dots li {
    margin-top: 50px !important;
}

.family-product-slider .products-slider-list-NEW_STYLE ul.slick-dots li.slick-active button {
    background: #fff;
}

.hero-new-style .row.hero-buttons-row .tax_style a.btn {
    font-size: 16px;
}

.filters-sidebar-container .inner .category-filters-container .filter_container.family_style:not(#filter-stackable-height) .inner_field.dimensions_version.new_style .dimension_field {
    width: 46%;
}

.filters-sidebar-container .inner .category-filters-container .filter_container.family_style:not(#filter-stackable-height) .inner_field.dimensions_version.new_style .dimension_field:last-of-type {
    float: right;
}

.product-main-content .summary .pedrali-logo-container {
    padding: 25px 15px;
    background: #fff;
    width: auto;
    float: left;
    margin-bottom: 30px;
}

.product-main-content .summary .pedrali-logo-container img {
    height: 13px;
    object-fit: contain;
    width: auto !important;
}



.row.full-width-filter-styles .filters-sidebar-container .inner div#filterable_search_filters div#filterable_search_filters_output .filter_container label span {
    min-height: auto;
    color: #fff;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    background: #333333;
    background: -moz-linear-gradient(left, #333333 0%, #2e2d2d 100%);
    background: -webkit-linear-gradient(left, #333333 0%, #2e2d2d 100%);
    background: linear-gradient(to right, #333333 0%, #2e2d2d 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#2e2d2d',GradientType=1 );
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    font-family: 'ITC Kabel Std', sans-serif;
    line-height: 20px;
    border-radius: 0px;
    height: 53px;
    float: left;
    display: block;
    position: relative;
    text-align: center;
    border: none;
    outline: none !important;
    z-index: 1;
    -webkit-backface-visiblity: hidden;
    backface-visibility: hidden;
    overflow: hidden;
    font-weight: 600 !important;
    letter-spacing: 0.04em !important;
    padding: 15px 30px;
    font-size: 16px;
}

.row.full-width-filter-styles .filters-sidebar-container .inner div#filterable_search_filters div#filterable_search_filters_output div#filter-filter-by-category .dropped-filters a.term-link-container {
    margin-bottom: 0;
}

.row.full-width-filter-styles .filters-sidebar-container .inner div#filterable_search_filters div#filterable_search_filters_output .filter_container label span:before {
    content: '' !important;
    height: 100%;
    top: 0;
    background: #333333;
    background: -moz-linear-gradient(left, #333333 0%, #2e2d2d 100%);
    background: -webkit-linear-gradient(left, #333333 0%, #2e2d2d 100%);
    background: linear-gradient(to right, #333333 0%, #2e2d2d 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#2e2d2d',GradientType=1 );
    z-index: -1;
    left: 0;
    width: 100%;
}

.row.full-width-filter-styles .filters-sidebar-container .inner div#filterable_search_filters div#filterable_search_filters_output .filter_container label span:after {
    content: '' !important;
    height: 100%;
    top: 0;
    background: #555555;
    z-index: -1;
    left: 0;
    transform: translate(-100%, 0%);
    width: 50%;
    opacity: 0;
    position: absolute;
    visibility: visible;
}

.row.full-width-filter-styles .filters-sidebar-container .inner div#filterable_search_filters div#filterable_search_filters_output .filter_container {
    padding-right: 0;
}

.row.full-width-filter-styles .filters-sidebar-container .inner div#filterable_search_filters div#filterable_search_filters_output .filter_container label span:hover:after {
    transform: translate(0%, 0%);
    width: 100%;
    opacity: 1;
    left: 0;
}

.row.full-width-filter-styles .filters-sidebar-container .inner div#filterable_search_filters div#filterable_search_filters_output .filter_container label span:hover {
    background: none !important;
}

.row.full-width-filter-styles .filters-sidebar-container .inner div#filterable_search_filters div#filterable_search_filters_output div#filter-filter-by-category .dropped-filters {
    gap: 20px;
}

.no-margin-bottom {
    margin-bottom: 0 !important;
}

.container-fluid.hero-new-style span.meta {
    font-weight: 500;
    font-size: 14px;
    line-height: 1;
    margin-top: 30px;
}

.woocommerce-pages .woocommerce nav ul li.woocommerce-MyAccount-navigation-link--customer-logout {
    margin-left: auto !important;
}

.woocommerce-pages .woocommerce nav ul {
    display: flex;
}

.woocommerce-pages .woocommerce nav ul li.woocommerce-MyAccount-navigation-link--customer-logout > a {
    padding: 0;
    float: left;
    width: 100%;
    padding: 15px 25px;
    background: #000;
    color: #fff;
    opacity: 1;
    line-height: 17px;
}

.woocommerce-pages .woocommerce nav ul li.woocommerce-MyAccount-navigation-link--customer-logout > a:before {
    display: none;
}

.woocommerce-pages .woocommerce nav ul li.woocommerce-MyAccount-navigation-link--customer-logout > a:hover {
    opacity: 0.5;
}

.row.full-width-filter-styles.blog-filter-style .filters-sidebar-container .inner div#filterable_search_filters div#filterable_search_filters_output div#filter-filter-by-category .dropped-filters > label {
    width: auto;
}


.product-main-content .summary .product-features {
    margin: 0 0 25px 0;
    border-bottom: solid 1px #D0D9DC;
    padding-bottom: 25px;
    column-gap: 30px;
    row-gap: 20px;
}

.product-main-content .summary .product-features span {
    float: left;
    position: relative;
    margin: 0;
}

.product-main-content .summary .product-features span:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    color: #fff;
    visibility: visible;
    font-family: "Font Awesome 5 Pro";
    font-weight: 800;
    font-size: 14px;
    border-radius: 50%;
    background: #333;
    color: #fff;
    margin: 0 6px 0 0;
}

.product-main-content .summary .product-features span.feature-stackable:before {
    background: url(https://hillcross-furniture.s3.amazonaws.com/2022/04/chair-icon.png) no-repeat center center #333;
    background-size: 11px;
}

.product-main-content .summary .product-features span.feature-sustainable:before{
    content: '\f06c';
}

.product-main-content .summary .product-features span.feature-quick-lead-time:before {
    content: '\f0d1';
    text-indent: 2px;
    line-height: 36px;
}

.product-main-content .summary .product-features span.feature-sustainable:before{
    content: '\f06c';
}

.product-main-content .summary .product-features > span.feature-sample-available:before {
    background: url(https://hillcross-furniture.s3.amazonaws.com/2024/08/Sample-Icon.png) no-repeat center center #333;
    background-size: 14px;
}

.woocommerce div.product .image-slider-container .images .container-fluid.model-viewer-modal {
    display: block;
}

.row.full-width-filter-styles .filters-sidebar-container .inner div#filterable_search_filters div#filterable_search_filters_output .filter_container.filtered label input:not(:checked) ~ span:before {
    background: #737373;
}

.product-meta-top > div.product .image-slider-container.has-3d-image-file .images ol.flex-control-nav li:nth-child(1) img {
    position: relative;
    z-index: 2;
    opacity: 0;
}

.product-meta-top > div.product .image-slider-container.has-3d-image-file .images ol.flex-control-nav li:nth-child(1):before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: block;
    background: url(/wp-content/themes/twentyseventeen-child/assets/images/new/3d-icon.svg) no-repeat center center;
    background-size: 40px;
}

.product-meta-top > div.product .image-slider-container.has-3d-image-file .images ol.flex-control-nav li:nth-child(1) {
    position: relative;
}

.product-inner a.post-thumbnail .product-features span.feature-stackable {
    overflow: visible;
    font-size: 0px;
}

.product-main-content .summary .product-features span.feature-stackable b,
.product-inner a.post-thumbnail .product-features span.feature-stackable b {
    position: absolute;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 18px;
    background: #ccc;
    color: #000;
    font-size: 12px;
    border-radius: 50%;
    top: -5px;
    right: -10px;
    border: solid 1px #fff;
}

.product-main-content .summary .product-features span.feature-stackable b {
    top: -5px;
    right: auto;
    left: 22px;
}

.product-main-content .summary .cart-container form.cart .wl-button-wrap {
    display: none;
}




/*
STROKE
url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path d="M378.9 64c-32.4 0-62.9 15.6-81.9 41.9l-28 38.7c-3 4.2-7.8 6.6-13 6.6s-10-2.5-13-6.6l-28-38.7 0 0c-19-26.3-49.5-41.9-81.9-41.9-55.9 0-101.1 45.3-101.1 101.1 0 55 34.4 107.1 71.8 152.5 42.1 51.2 93.4 96 128.5 122.9 6.2 4.8 14.4 7.5 23.7 7.5s17.4-2.7 23.7-7.5c35.1-26.8 86.4-71.7 128.5-122.9 37.3-45.4 71.8-97.5 71.8-152.5 0-55.9-45.3-101.1-101.1-101.1zM271 87.1c25-34.6 65.2-55.1 107.9-55.1 73.5 0 133.1 59.6 133.1 133.1 0 67.4-41.6 127.3-79.1 172.8-44.1 53.6-97.3 100.1-133.8 127.9-12.4 9.4-27.6 14.1-43.1 14.1s-30.8-4.6-43.1-14.1C176.4 438 123.2 391.5 79.1 338 41.6 292.4 0 232.5 0 165.1 0 91.6 59.6 32 133.1 32 175.8 32 216 52.5 241 87.1l15 20.7 15-20.7z"/></svg>')
 */

/*
FULL COLOUR
url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path d="M241 87.1l15 20.7 15-20.7C296 52.5 336.2 32 378.9 32 452.4 32 512 91.6 512 165.1l0 2.6c0 112.2-139.9 242.5-212.9 298.2-12.4 9.4-27.6 14.1-43.1 14.1s-30.8-4.6-43.1-14.1C139.9 410.2 0 279.9 0 167.7l0-2.6C0 91.6 59.6 32 133.1 32 175.8 32 216 52.5 241 87.1z"/></svg>')
 */

.product-meta-top > div.product .others-downloads {
    padding-left: 10px;
    margin-top: 50px;
}

.product-meta-top > div.product .others-downloads .product-info-downloads {
    min-height: auto;
    padding: 0;
}

.product-meta-top > div.product .others-downloads .product-info-downloads:before {
    display: none;
}

.product-meta-top > div.product .others-downloads .product-info-downloads .row.standard-title {
    margin-bottom: 30px;
}

.product-meta-top > div.product .others-downloads .product-info-downloads .row.standard-title {
    margin-bottom: 30px;
}

.product-meta-top > div.product .others-downloads .product-info-downloads .downloads-list {
    float: left;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.product-meta-top > div.product .others-downloads .product-info-downloads .downloads-list > .download-item {
    margin: 0;
}

.product-meta-top > div.product .others-downloads .product-info-downloads .downloads-list > .download-item .file-icon {
    background: #333;
    color: #fff;
}

.product-meta-top > div.product .others-downloads .product-info-downloads .downloads-list > .download-item .file-meta .content p.name {
    color: #333;
}

.product-meta-top > div.product .others-downloads .product-info-downloads .downloads-list > .download-item .file-meta .content small {
    color: #666;
}

.product-meta-top > div.product .others-downloads .product-info-downloads .downloads-list > .download-item .download-button {
    color: #333;
}

.product-meta-top > div.product .others-downloads .product-info-downloads .downloads-list > .download-item .download-button i {
    color: #000;
    border-color: #000;
}

.product-meta-top > div.product .others-downloads .product-info-downloads .downloads-list > .download-item .download-button i:before {
    color: #000;
}

.product-meta-top > div.product .others-downloads .product-info-downloads .downloads-list > .download-item .download-button i:after {
    background: #000;
}

.product-meta-top > div.product .others-downloads .product-info-downloads .downloads-list > .download-item:hover .download-button i:before {
    color: #fff;
}

.woocommerce-pages .woocommerce ul.woocommerce-order-overview li.woocommerce-order-overview__total.total {
    display: none !important;
}

.woocommerce-pages .woocommerce section table.woocommerce-table--order-details .amount {
    display: none !important;
}

.woocommerce-pages .woocommerce section table.woocommerce-table--order-details th.product-total {
    color: transparent;
    font-size: 0px;
}