.bm-product-name-des p,
h2.donotcross {
    color: var(--e-global-color-text);
    font-family: Poppins, Sans-serif
}

.blindmatrix-v4-parameter-wrapper .blindmatrix-v4-color-data-wrapper,
.product_atributes,
.productmenubm.list,
.scrollable_desc {
    scrollbar-width: thin;
    scrollbar-color: var(--color-primary) var(--color-6)
}

:root {
    --color-1: #000;
    --color-2: #002746;
    --color-3: #198754;
    --color-4: #212529;
    --color-5: #222;
    --color-6: #C2D2E4;
    --color-7: #dc3545;
    --color-8: #ddd;
    --color-9: #dee2e6;
    --color-10: #f8f9fa;
    --color-11: #fff;
    --color-white: #fff;
    --bm_color-black: #222;
    --bs-breakpoint-xs: 0;
    --bs-breakpoint-sm: 576px;
    --bs-breakpoint-md: 768px;
    --bs-breakpoint-lg: 992px;
    --bs-breakpoint-xl: 1200px;
    --bs-breakpoint-xxl: 1400px
}

@font-face {
    font-family: FontAwesome;
    src: url('../webfonts/fa-solid-900.woff2') format('woff2'), url('..//webfonts/fa-solid-900.woff') format('woff'), url('../webfonts/fa-solid-900.ttf') format('truetype');
    font-weight: 400;
    font-style: normal
}

a,
body,
button,
html,
p {
    font-family: Poppins, Sans-serif !important;
    font-size: 14px
}

.w-68 {
    width: 68% !important
}

.dimensions .blindmatrix-v4-hinge-color-section label.fw-bolder.w-34,
.dimensions .blindmatrix-v4-range-section label.fw-bolder.w-34,
.w-34 {
    width: 34% !important
}

.primary-background-color {
    color: var(--color-white) !important;
    background-color: var(--color-primary) !important
}

.bm-primary-color {
    color: var(--color-primary) !important
}

.nav-dropdown {
    position: absolute;
    min-width: 260px;
    max-height: 0;
    z-index: 9;
    padding: 20px 0;
    opacity: 0;
    margin: 0;
    transition: opacity .25s;
    color: #777;
    background-color: var(--color-white);
    text-align: left;
    display: table;
    left: -99999px
}

ul.page-numbers li {
    margin: 5px 0;
    font-size: .85em;
    cursor: pointer;
    display: inline-block
}

.page-number.current,
a.page-number:hover {
    border-color: var(--color-secondary) !important;
    background-color: var(--color-secondary);
    color: var(--color-white) !important
}

.nav-pagination>li>.page-number {
    font-size: .9rem;
    display: block;
    width: auto;
    line-height: 2em;
    min-width: 2.25em;
    color: var(--color-secondary);
    padding: 0 7px;
    border-radius: 100%;
    border: 2px solid currentColor
}

.bm-product-name-des {
    margin: 2rem 0
}

h2.donotcross {
    text-align: left;
    font-size: 2.25rem;
    font-weight: 500 !important;
    text-transform: capitalize;
    align-items: center
}

.accordion-button,
.blindmatrix-v4-get_a_quote,
.bm-v4-buynow,
.bm-v4-listpagelink,
.single_add_to_cart_button {
    text-transform: math-auto !important
}

.bm-product-name-des p {
    padding: 15px 0 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5em
}

.grid {
    display: flexbox;
    display: flex;
    flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 4px;
    justify-content: center;
    margin: auto !important
}

.card-product__top {
    position: relative;
    height: 330px;
    overflow: hidden
}

.card-product__hero {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    transition: .4s
}

.card-product__top:hover .card-product__hero {
    opacity: .8;
    transform: scale(1.05)
}

.card-product__top::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .4);
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 600;
    opacity: 0;
    transition: opacity .3s;
    pointer-events: none
}

.card-product__top:hover::after {
    opacity: 1
}

.grid.blinds_container {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px
}

@media (max-width:767px) {
    div#row-product-list {
        padding: 10px
    }
    .list-banner .imagebm .box-text {
        height: 40vh !important
    }
    .my-4.page-title.category-page-title-container {
        margin: 10px !important
    }
    .d-flex.shutters-configurator {
        flex-direction: column
    }
    .home-headings h2,
    h2.donotcross {
        font-size: 1.5rem !important
    }
    .bm-product-name-des p {
        font-size: 1rem !important
    }
}

@media (min-width:768px) {
    .grid.blinds_container {
        grid-template-columns: repeat(2, 1fr)
    }
    .col-md-6,
    .product_visualizer_wrapper .col-md-6 {
        width: 50%
    }
    #row-product-list .col-md-2 {
        width: 19.666667% !important
    }
    .col-md-6 {
        flex: 0 0 auto
    }
}

@media (min-width:1024px) {
    .grid.blinds_container {
        grid-template-columns: repeat(3, 1fr)
    }
    div#row-product-list {
        padding-left: 0.5rem
    }
}

.card-grid__item {
    background: #fff;
    border-radius: 5px;
    overflow: hidden;
    transition: transform .3s, box-shadow .3s;
    display: flex;
    flex-direction: column;
    box-shadow: 0 5px 15px rgba(0, 0, 0, .08)
}

.card-product__copy,
.tooltiptext {
    background-color: var(--color-secondary);
    text-align: center
}

.card-grid__item:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, .15)
}

.card-product__copy {
    bottom: 0;
    padding: 10px 5px;
    width: 100%;
    z-index: 2;
    font-size: 1rem
}

.colour-option__item {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background-size: cover;
    background-position: center;
    border: 2px solid #fff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .1);
    transition: transform .2s;
    position: relative
}

.colour-option__item:hover {
    transform: scale(1.2)
}

.card-product__meta {
    padding: 20px;
    flex-grow: 1;
    display: flex;
    flex-direction: column
}

.blind_productname {
    font-size: 1.2rem;
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 10px
}

.price_container {
    margin: 5px 0
}

.tooltiptext {
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    color: var(--color-white);
    padding: 4px 8px;
    border-radius: 4px;
    font-size: .75rem;
    white-space: nowrap;
    opacity: 0;
    visibility: hidden;
    transition: opacity .3s;
    margin-bottom: 5px;
    z-index: 10;
    width: auto
}

.colour-option__item:hover .tooltiptext {
    opacity: 1;
    visibility: visible
}

.tooltipstered.text-center {
    font-weight: 600;
    font-family: Roboto
}

.tooltip-wrap:hover .tooltiptext {
    visibility: visible
}

.shuttertext {
    text-align: justify;
    color: var(--color-secondary);
    font-size: .9rem;
    line-height: 1.5;
    padding-top: 15px;
    border-top: 1px solid #eee
}

.colorcont {
    margin-bottom: 8px;
    color: #2c3e50
}

.colorcont,
.price_container {
    font-size: 16px !important;
    color: var(--e-global-color-accent);
    font-family: Poppins, Sans-serif;
    font-weight: 600
}

.color-wrapper {
    position: relative;
    width: 75px;
    height: 75px;
    border-radius: 50%;
    overflow: hidden;
    display: inline-block
}

.color-wrapper img.category_image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%
}

.color-wrapper::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 50%;
    background: linear-gradient(291deg, rgb(0 0 0 / 50%), rgba(255, 255, 255, .2));
    pointer-events: none
}

select.product_sorting.fw-semibold.w-100.rounded-3.py-0 {
    padding: 0 5px
}

.listpage li.cat-item.current-cat a::after,
li.color_list_filter.active label::after {
    content: "\f00c";
    font-family: FontAwesome;
    color: green !important;
    left: 5px;
    display: inline-block;
    position: relative
}

.sorting_section:focus-visible,
select.product_sorting:focus,
select.product_sorting:focus-visible {
    border-color: var(--color-primary) !important;
    box-shadow: unset !important
}

.listpage .clear_all_filter a {
    cursor: pointer;
    color: #c34947
}

img.product-frame {
    width: 100%;
    height: 100%
}

.rp-image-box img,
img.frame_backgound {
    background-repeat: no-repeat;
    background-size: 85%;
    background-position: 65% 30%
}

.garage-door-product-frame {
    background-size: 100% !important
}

.grid_img {
    width: 20px
}

.colour-options {
    display: flex;
    flex-wrap: wrap;
    gap: 8px
}

.colour-options img {
    max-width: 25px
}

.grid_img.selected {
    border: 2px solid var(--color-primary)
}

.mega-menu span.sub-menu-title,
.price-container,
.product-item-link,
.shutter_details p {
    font-size: 14px
}

.category-page-title-container {
    position: relative;
    top: 0;
    padding: 0;
    background:var(--color-secondary);
    border-radius: 5px
}

.category_img {
    min-height: 25px;
    max-height: 25px;
    box-shadow: rgba(0, 0, 0, .02) 0 1px 3px 0, rgba(27, 31, 35, .15) 0 0 0 1px
}

.page-title-inner.nws {
    min-height: unset
}

span.free-sample-price {
    font-size: 14px;
    font-weight: 400
}

.cat-parent {
    background-color:var(--color-secondary);
    border-radius: 5px;
    margin-bottom: 1em !important;
    box-shadow: 0 0 3px #c5c5c5
}

a.text-dark.py-2.ps-3 {
    color: var(--color-white) !important;
}

.listpage .active>.toggle {
    transform: rotate(-180deg)
}

.listpage .toggle {
    height: auto;
    width: 25px;
    line-height: 1;
    box-shadow: none !important;
    padding: 0;
    color:  var(--color-white) !important;
    min-height: 1em;
    margin: 0 0 0 5px;
    border: unset
}

label.fabric_list,
span.blindmatrix-v4-select2-img-single-product img {
    border-radius: 5px
}

.listpage .widget>ul>li ul {
    border-left: unset !important;
    margin: 0 !important;
    border-radius: 0 0 5px 5px;
    width: 100%;
    display: none
}

.listpage ul.children {
    background-color: var(--color-white);
    padding-inline: 0
}


.toggle_slats>#flap,
.v4_related_products h5:before,
.wc-block-cart__submit-container {
    background-color: var(--color-primary)
}

.color-filter-section:hover .colors_filter,
.d-block,
.listpage .active>ul.children,
.woocommerce-page.woocommerce-checkout form #order_review td.product-name,
.woocommerce.woocommerce-checkout form #order_review td.product-name {
    display: block !important
}

li.cat-item a {
    font-size: 90%;
    display: flex !important;
    flex-direction: row;
    align-content: center;
    padding: 8px 10px;
    line-height: 25px
}

select:focus-visible {
    outline-offset: 0px;
    outline: unset
}

.category-page-title-container .sce-col {
    width: 83%
}

.category-page-title-container .first-col {
    padding: 10px;
    color: var(--color-white);
    font-weight: 600;
    cursor: pointer;
    line-height: 25px;
    border-top-left-radius: 5px !important;
    border-bottom-left-radius: 5px !important
}

.woocommerce-ordering select {
    font-weight: 600;
    border-radius: 5px;
    font-size: 15px;
    display: inline-block;
    height: 30px
}

.blindmatrix-v4-parameter-wrapper-hidden,
.d-none,
.listpage ul.children li:before {
    display: none !important
}

.page-title {
    font-size: 16px !important
}

.filtertab-last {
    color: var(--color-white);
    display: inline-block;
    padding: 15px 25px;
    vertical-align: middle;
    text-align: center;
    border-top-right-radius: 5px !important;
    border-bottom-right-radius: 5px !important
}

#product-price,
.fw-bold,
.fw-bolder,
.fw-semibold,
.sample_addtocart_container,
p.paramlable {
    color: var(--color-secondary)
}

#shop-sidebar-home {
    position: sticky;
    z-index: 4;
    display: block;
    margin-top: -15px;
    transition: .3s
}

label.fabric_list {
    margin: 0;
    width: 260px;
    height: 30px;
    background: #e0e0e0;
    font-size: 13px !important;
    overflow: hidden;
    display: block !important;
    position: relative;
    transition: .3s;
    box-shadow: 0 0 8px 0 rgba(17, 17, 17, .34) inset;
    cursor: pointer
}

.fabriclist_listby_container {
    vertical-align: bottom;
    margin-right: 5px
}

.select2-container--default .select2-results>.select2-results__options {
    font-size: 14px;
    box-shadow: rgba(0, 0, 0, .1) 0 4px 6px -1px, rgba(0, 0, 0, .06) 0 2px 4px -1px
}

.checkout-button,
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: var(--color-primary) !important
}

span.blindmatrix-v4-select2-img-single-product {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px
}

.select2-container .select2-selection--multiple {
    min-height: 35px;
    border: 0 !important
}

.multiple-items-best-selling .slick-slide,
.select2-container--default .select2-selection--multiple {
    padding: 0
}

.category-page-title-container .filter_toggle i {
    font-size: 10px;
    float: right;
    font-weight: 900;
    line-height: 25px
}

.list_grid_style.me-2 {
    padding-top: 5px
}

div.btn-container.nws {
    display: table-cell;
    vertical-align: middle;
    text-align: center
}

.fa-minus:before {
    content: "\f068"
}

.btn-container .btn-color-mode-switch input[type=checkbox]:checked+label.fabric_list:before {
    content: attr(data-off);
    right: auto;
    left: 10px
}

.btn-container .btn-color-mode-switch>label.fabric_list:before {
    content: attr(data-on);
    position: absolute;
    font-weight: 600;
    top: 20%;
    right: 20px
}

.btn-container .btn-color-mode-switch input[type=checkbox]:checked+label.fabric_list:after {
    content: attr(data-on);
    left: 135px;
    width: 120px;
    background: var(--color-primary);
    color: var(--color-white)
}

.btn-container.nws .btn-color-mode-switch>label.fabric_list:after {
    content: attr(data-off);
    width: 140px;
    height: 27px;
    background: var(--color-primary);
    color: var(--color-white);
    border-radius: 5px;
    position: absolute;
    left: 2px;
    top: 2px;
    text-align: center;
    transition: .3s;
    box-shadow: 0 0 6px -2px #111;
    padding: 4px 0
}

input#fabric_list {
    cursor: pointer;
    width: 50px;
    height: 25px;
    opacity: 0;
    position: absolute;
    top: 0;
    z-index: -9;
    margin: 0
}

#product-price .woocommerce-Price-amount.amount {
    color: #ff4000;
    font-size: 16px;
    font-weight: 600
}

.bm-v4-buynow,
.bm-v4-listpagelink {
    border-color: var(--color-secondary) !important;
    padding: .8rem 0 !important;
    font-size: 11px !important;
    background-color: var(--color-secondary) !important
}

.bm-v4-buynow span,
.bm-v4-listpagelink span {
    display: inline-block;
    font-size: 14px;
    text-transform: math-auto !important
}

.products-five-row .bm-v4-buynow span,
.products-five-row .free-sample-price,
.products-five-row .price-container {
    font-size: 11px !important
}

.products-five-row .product-item-link {
    font-size: 13px !important
}

.products-five-row #product-price .woocommerce-Price-amount.amount {
    font-size: 14px !important
}

.products-five-row .product-image-container img {
    width: 60px;
    height: 60px
}

button.toggle:hover {
    color: #808285 !important
}

button.toggle {
    background-color: transparent
}

.box-shadow-2,
.row-box-shadow-2 .col-inner {
    box-shadow: 0 3px 6px -4px rgba(0, 0, 0, .16), 0 3px 6px rgba(0, 0, 0, .23) !important
}

.sample_addtocart_container {
    border-color: rgba(var(--color-secondary));
    padding: 10px;
    font-size: 11px;
    background-color: var(--color-white);
    border: 1px solid var(--color-secondary);
    text-align: center;
    font-weight: 700
}

.search-name,
.search-price {
    font-size: 14px;
    text-align: left;
    color: #3c3c3c;
    text-wrap-mode: wrap;
    padding: 10px;
    line-height: initial;
    cursor: pointer
}

.search-icon {
    background-color: var(--color-secondary) !important;
    color: var(--color-white);
    width: fit-content;
    padding: 12px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px
}

.autocomplete-suggestion:hover label,
.autocomplete-suggestion:hover span {
    color: var(--color-1)
}

.autocomplete-suggestion {
    display: flex;
    align-items: center;
    padding: 10px;
    z-index: 999;
    justify-content: space-evenly;
    background-color: var(--color-white);
    border-bottom: 1px solid #b7b7b7
}

.autocomplete-suggestions {
    position: absolute;
    max-height: 20.5rem;
    overflow-y: auto;
    z-index: 10000
}

.slider-container {
    border-top: 1px solid #ccc;
    position: absolute;
    cursor: pointer;
    font-size: 1.5em;
    top: 38%;
    color: #999
}

.blinds-parameters-form .blindmatrix-v4-parameter-wrapper,
.bmtable .productmenubm.list a.menu-lineitem,
.product-info,
.tabbed-content .bm_tab_product.nav-tabs>li {
    position: relative
}

.slider-container .prev {
    left: 0
}

.slider-container .next {
    right: 0
}

.selected_frame img {
    outline: 2px solid var(--color-primary)
}

a.multiple-frame-list-button img {
    margin: 3px;
    position: initial;
    width: auto;
    object-fit: unset
}

.blindmatrix-v4-slider .slick-slide,
.blindmatrix-v4-slider .slick-track {
    width: auto !important
}

.blindmatrix-v4-parameter-wrapper label {
    font-size: 14px;
    font-weight: 500
}

.blindmatrix-v4-parameter-wrapper label::before {
    content: "\f00c";
    font-family: FontAwesome;
    color: green !important;
    left: -5px;
    display: inline-block;
    position: relative
}

.blinds-parameters-form .blindmatrix-v4-parameter-wrapper .blindmatrix-v4-field-error-msg {
    position: absolute;
    right: 0;
    bottom: -12px
}

span.list-item input[type=radio] {
    display: inline;
    font-size: 16px;
    margin: 10px 5px
}

.blindmatrix-v4-parameter-wrapper .select2-container .select2-search--inline .select2-search__field {
    font-size: 14px;
    border: 0;
    color: #444;
    font-family: Roboto
}

.select2-container .select2-search--inline .select2-search__field {
    margin: .5em !important
}

#shop-sidebar-home .ast-mobile-popup-header,
.blindmatrix-v4-error-messages-wrapper,
.collapse:not(.show),
.shutters_parameters .blindmatrix-v4-parameter-wrapper label::before,
.toggle_slats>input[type=radio],
img.bm-main.menu-image,
table.variations tbody:not(.is-active) .subchild,
ul.sub-menu.bmtable.blinds.showmenu {
    display: none
}

.product-info {
    padding: 10px 50px 0;
    background: #f7f6f6;
    border: 1px solid #ccc;
    font-size: 14px;
    border-radius: 10px;
    align-content: space-between;
    border-top: 4px solid var(--color-primary)
}

.price_wrapper {
    font-size: 1.5em;
    margin: .5em 0;
    font-weight: bolder;
    text-align: center
}

.price_text {
    color: var(--color-primary);
    margin-bottom: .3em
}

.blindmatrix-v4-get-quote-form .form-group>* {
    width: 100%;
    padding: 2%
}

.blindmatrix-v4-get-quote-form .form-group {
    display: flex;
    flex-direction: column
}

.blindmatrix-v4-get-quote-form .form-group label,
ul.shop_by_colors,
ul.shop_by_products {
    margin-top: 10px !important
}

.blindmatrix-v4-parameter-wrapper span.select2-selection {
    border-radius: .5rem !important;
    line-height: 35px !important
}

.product_preview.configurator-preview,
.select2-container--default .select2-selection--multiple {
    padding-bottom: 0 !important
}

.blindmatrix-v4-parameter-wrapper span.select2-container {
    margin: 0;
    width: 75% !important;
    border-radius: .5rem;
    max-width: 69% !important
}

span.list-item {
    margin: 0 .5rem
}

.product-info:not(.shutters_parameters) .blinds-measurement .value {
    display: inline-block;
    padding: 0 10px;
    border-radius: 25px;
    box-shadow: 0 0 1px 0 rgba(24, 94, 224, .15), 0 6px 12px 0 rgba(24, 94, 224, .1);
    background: var(--color-white);
    border-left: 4px solid var(--color-primary);
    border-right: 4px solid var(--color-primary)
}

.blindmatrix-v4-add_to_cart_button {
    border-radius: 5px !important;
    border-color: rgba(var(--color-secondary)) !important;
    color: var(--color-secondary) !important;
    background-color: var(--color-white) !important;
    border: 1px solid var(--color-secondary) !important;
    font-weight: 700;
    box-shadow: none
}

.list-banner a,
.list-banner h2,
.list-banner p,
.woocommerce-variation-add-to-cart.variations_button {
    text-align: center
}

img.configurator-main-headertype {
    object-fit: cover;
    object-position: center;
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: 42% 75%;
    background-repeat: no-repeat;
    background-position: 50% 15%
}

.product_preview {
    width: 100%;
    display: block;
    position: relative;
    padding-bottom: 70% !important
}

.blindmatrix-v4-parameter-wrapper>label {
    margin: 5px
}

.page-template-full-width-wrapper a {
    text-decoration: none !important;
    outline: 0 !important
}

.cusordersample {
    padding: 6px;
    border: 1px solid #ccc;
    background: #f7f6f6;
    border-radius: 10px
}

.blinds-measurement {
    text-align: center;
    margin-bottom: 10px;
    margin-top: 10px
}

.ordersampleimg img {
    max-width: 80px
}

.guides-page-contianer a {
    width: 100%;
    display: inline-block;
    background: var(--color-secondary);
    padding: 8px 5px;
    font-size: 14px;
    color: var(--color-white);
    border-radius: 10px;
    text-align: center
}

.nav-tabs>li>button.active {
    border-top-color: var(--color-secondary) !important;
    padding: 10px 15px;
    background-color: var(--color-white) !important
}

.product_details_bm td {
    border: 0;
    width: 50%;
    background: #efebeb;
    color: var(--color-secondary)
}

.nav-tabs+.tab-panels {
    border: 1px solid var(--color-8);
    background-color: var(--color-white);
    padding: 30px
}

.nav>li>button {
    padding: 10px 0;
    display: inline-flex;
    flex-wrap: wrap;
    flex-wrap: wrap;
    box-align: center;
    flex-align: center;
    align-items: center
}

.tabbed-content .nav-tabs>li button {
    border-radius: 10px 10px 0 0;
    border-bottom: 0;
    border-top: 2px solid var(--color-8);
    border-left: 1px solid var(--color-8);
    border-right: 1px solid var(--color-8);
    background-color: rgba(0, 0, 0, .04);
    padding: 10px;
    margin-right: 5px;
    color: var(--color-5);
    text-transform: capitalize;
    font-family: Poppins, Sans-serif !important
}

table.product_details_bm {
    border-width: 0
}

.blindmatrix-v4-parameter-wrapper .select2-selection--single,
.blindmatrix-v4-parameter-wrapper>input,
.fraction_array select {
    height: 2.507em !important;
    border: 0;
    background-color: var(--color-white)
}

.fraction_array select {
    padding-top: 0 !important;
    padding-bottom: 0 !important
}

.select2-selection--single span {
    line-height: 1.5 !important;
    padding: 0 10px
}

.product-from-price .price,
.product-from-price .price span.woocommerce-Price-amount.amount {
    font-weight: bolder
}

.free-sample-price .amount {
    color: brown
}

.breadcumbsbm a,
.freesample-button .amount,
.mega-menu a.nav-link,
.wc-block-components-button__text {
    color: var(--color-white)
}

.product_details_dec_v4 {
    width: 59%
}

.product_details_dec_v4 p {
    line-height: 25px;
    padding-right: 6px;
    color: var(--color-secondary)
}

.bm-menu-item:hover>.bm-menu-link span,
.productaname a,
.related_product_slider .slick-arrow,
a.menu-lineitem:hover,
a.wc-block-components-product-name {
    color: var(--color-primary)
}

.scrollable_desc {
    max-height: 200px;
    overflow-y: auto
}

.product_details_bm {
    width: 40%
}

.v4_related_products {
    color: var(--color-5) 222;
    font-weight: bolder;
    font-size: 27px !important;
    text-align: center;
    padding: 20px 0
}

.v4_related_products h5 {
    text-align: left;
    position: relative;
    font-weight: 600
}

.v4_related_products h5:before {
    position: absolute;
    top: 1.5rem;
    width: 5.9%;
    height: 2px;
    content: ""
}

.product_tab_panels_bm {
    padding: 15px !important
}

.multiple-items-best-selling .blind_productname {
    background-color: #002745;
    height: 43px;
    text-align: center;
    line-height: 43px
}

.multiple-items-best-selling .slick-arrow {
    position: absolute;
    top: 48%;
    width: 1rem;
    cursor: pointer;
    color: var(--color-primary);
    font-size: 20px
}

.related_product_slider .slick-arrow {
    padding: 10px;
    margin: 10px;
    cursor: pointer;
    font-size: 20px
}

.relatedproduct_right_arrow {
    right: -1%
}

.relatedproduct_left_arrow {
    left: -3%
}

.bm-spec-tagline-minprice {
    font-size: 14px;
    font-weight: 300;
    line-height: 1.5em;
    margin: 0;
    padding-bottom: 10px;
    color: var(--color-secondary)
}

/* .bm-nav-container,
.list-banner {
    background-color: var(--color-secondary)
} */

.list-banner h2 {
    font-weight: 700 !important;
    padding: 10px 0
}

.box.box-text-bottom.imagebm.d-none.d-sm-block {
    display: flex !important;
    flex-direction: row;
    align-content: center;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap
}

.list-banner .imagebm .box-text {
    position: relative !important;
    display: flex !important;
    justify-content: center;
    align-items: center;
    margin: auto !important;
    width: 100%;
    flex-direction: column;
    height: 50vh
}

.imagebm {
    position: relative;
    overflow: hidden
}

.imagebm::before {
    content: "";
    position: absolute;
    inset: 0;
    background: var(--color-secondary);
    z-index: 1;
    opacity: .65
}

.imagebm .box-text,
.imagebm .box-text-inner {
    position: relative;
    z-index: 2
}

@media (min-width:468px) and (max-width:768px) {
    .col-md-3 {
        flex: 0 0 auto;
        width: 33.33333333%
    }
}

.mobile_view .ast-mobile-popup-header button.menu-toggle-close {
    padding: 0;
    top: 0;
    position: absolute;
    background-color: transparent;
    color: var(--bm_color-black);
    display: flex !important;
    right: 0
}

.mobile_view .ast-mobile-popup-overlay {
    background-color: rgba(0, 0, 0, .4);
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 1;
    transition: opacity .2s ease-in-out
}

.page_container_bmv4 {
    max-width: 1250px;
    margin: auto;
    padding: 10px
}

.colour-option__item--more {
    background: var(--color-11);
    border-radius: 0;
    margin-right: 0
}

.card-product__price-disclaimer {
    font-size: .9rem;
    color: var(--color-secondary);
    margin-top: 5px;
    padding-bottom: .5rem;
    font-family: Poppins, Sans-serif
}

.ast-builder-html-element>p,
.blindmatrix-v4-parameter-wrapper span.select2-selection ul,
button,
input,
optgroup,
select,
textarea {
    margin: 0
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 33px
}

.ast-header-break-point .bmpopupheader .main-navigation .stack-on-mobile li {
    margin-left: 5px
}

.freesample-button {
    font-size: .9rem !important
}

.fs-5,
.share_text {
    font-size: 1rem !important
}

.ast-mobile-popup-drawer.active .ast-mobile-popup-inner.bmpopupheaderinner {
    max-width: 60%
}

.required {
    color: red
}

.measure-icon {
    height: 35px;
    background: #707478;
    border-radius: 10px;
    width: 35px;
    padding: 7px
}

.mega-menu li.mega_menu_sub_list:hover,
.title_shopbm,
a.menu-lineitem:hover {
    background-color: rgba(0, 0, 0, .03)
}

.width-measure-icon {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.drop-measure-icon {
    transform: rotate(90deg);
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.ast-builder-menu .main-navigation>ul {
    align-self: center
}

.main-navigation ul {
    list-style: none;
    margin: 0;
    padding-left: 0;
    position: relative
}

.ast-flex {
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -js-display: flex;
    display: flex;
    flex-wrap: wrap
}

.menu-lineitem span {
    font-size: 90%;
    font-weight: 600;
    text-wrap-mode: wrap;
    text-align: center;
    padding-top: 10px;
    line-height: 1.5em
}

.bm-menu-container h3.blind-typography.title {
    font-size: 1.25em;
    font-weight: 700;
    text-align: left;
    padding-bottom: 10px
}

.bm-menu-container .blind-typography.paragraph.normal {
    font-size: 85%;
    font-weight: 400;
    height: 80%;
    line-height: 23px;
    text-align: left
}

.bm-menu-container .image-desc-container {
    padding-right: 15px
}

.product-wrapper .button,
p.paramlable {
    padding: 10px !important
}

.productmenubm.list {
    height: 300px;
    overflow: auto;
    border-right: 1px solid #e8e7e7
}

.sub-menu.blinds.showmenu,
.sub-menu.d-flex.blinds.showmenu {
    padding-top: 20px
}

.productmenubm.list li {
    flex-direction: column;
    justify-content: center
}

.bmtable .productmenubm.list {
    height: auto
}

.bmtable .productmenubm.list span.menu-image-title-after.menu-image-title {
    position: absolute;
    left: 27%;
    top: 50%;
    transform: translateY(-50%)
}

.productmenubm.list::scrollbar-thumb {
    background: var(--color-primary);
    border-radius: 3px
}

.productmenubm.list::scrollbar {
    width: 6px
}

.title_shopbm {
    text-transform: uppercase;
    font-size: .8em;
    font-weight: 700;
    color: rgba(17, 17, 17, .85);
    margin-left: 10px
}

.blindmatrix-v4-parameter-wrapper .select2-container--open span.select2-selection,
tbody:not(:first-child).is-active td.config-heading-td {
    border-radius: unset !important
}

.sub-menu.d-flex.blinds {
    display: none !important;
    width: 1130px
}

@media (max-width:1060px) {
    .quote-section-wrapper {
        flex-direction: column-reverse
    }
    .quote-section-wrapper>div {
        width: 100%;
        margin: 5px 0
    }
}

@media (min-width:1600px) {
    .sub-menu.bmtable.blinds,
    .sub-menu.d-flex.blinds {
        width: 1690px
    }
}

.ast-builder-layout-element.site-header-focus-item.ast-header-html-3 {
    padding-right: 0
}

.ast-builder-menu-1.ast-builder-menu.ast-flex.ast-builder-menu-1-focus-item.ast-builder-layout-element.site-header-focus-item {
    padding-left: 0
}

.productmenudes.desc {
    box-shadow: -5px 0 5px -5px #707070
}

.card-product__colours {
    margin: .5rem
}

.text-dark {
    --bs-text-opacity: 1;
    color: var(--color-5) !important
}

.blinds_container h5.blind_productname {
   
    font-weight: 500;
    font-size: 20px;
    line-height: 40px
}

nav.breadcrumbs {
    font-size: .75em
}

.quote-error {
    border: 2px solid red !important
}

.Show_order_details:focus {
    box-shadow: none !important
}

.Show_order_details {
    font-weight: 700;
    font-size: 15px;
    margin-bottom: 0;
    padding: 7px;
    background-color: #f7f6f6 !important;
    color: unset !important
}

.bm_search_contianer .fa.fa-search.bmloader {
    padding: 1rem !important;
    margin-top: 2.5px;
    background-color: unset !important
}

.bm_search_contianer .fa.fa-search.bmloader:before {
    content: '';
    background-image: url('../image/circle-loader.gif');
    z-index: 9;
    position: absolute !important;
    width: 23px;
    height: 23px;
    background-repeat: no-repeat;
    background-size: contain;
    left: 0;
    top: 50%;
    padding: 0;
    transform: translateY(-50%)
}

.v4-send-enquiry {
    background-color: var(--color-primary) !important;
    padding: 12px 15px !important
}

.card-product-meta {
    padding: 10px 25px;
    background: #cecece
}

.bm-menu-item:hover>.bm-sub-menu,
.productaname a {
    display: block
}

ul.color_list_group {
    column-count: 2;
    list-style: none
}

.woocommerce-cart-form .product-name dl,
ul.color_list_group>li:nth-child(n+2) {
    margin-top: 10px
}

.brands_label {
    opacity: .7
}

.brands_label,
.color-filter-section .color_label {
    padding: .5em;
    border: 1px solid #d2d2d2;
    background-color: var(--color-white);
    font-size: .9375em
}

@media (max-width:425px) {
    .color-filter-section .colors_filter {
        left: 20%
    }
}

.color-filter-section .colors_filter {
    display: none;
    position: absolute;
    z-index: 1020;
    box-sizing: border-box;
    min-width: 300px;
    padding: 25px;
    background-color: var(--color-white);
    color: #666;
    box-shadow: 0 5px 12px rgba(0, 0, 0, .15)
}

.bm_tab_product .nav-link,
.tabbed-content .bm_tab_product.nav-tabs>li button {
    background: var(--color-primary) !important;
    min-width: auto;
    overflow: unset;
    padding: 6px 30px
}

#open-chat,
.blindmatrix-v4-share-url .container a,
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled),
button:not(:disabled),
li.color_list_filter:hover label {
    cursor: pointer
}

.blindmatrix-v4-parameter-wrapper>input:focus-visible {
    outline: 0
}

.blindmatrix-v4-parameter-wrapper img~input {
    border-left: 0 !important;
    margin: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.bm_tab_product .nav-link {
    color: var(--color-white);
    border: 0;
    border-top-left-radius: 1.5rem
}

.tabbed-content .bm_tab_product.nav-tabs li:first-child button,
.tabbed-content .bm_tab_product.nav-tabs>li:first-child:before button {
    border-top-left-radius: 1.5rem
}

.tabbed-content .bm_tab_product.nav-tabs>li button {
    color: var(--color-white);
    border: 0
}

.tabbed-content .bm_tab_product.nav-tabs>li:before {
    transform: skew(20deg);
    background-color: var(--color-primary);
    position: absolute;
    right: 0;
    width: 100%;
    height: 100%;
    content: ''
}

h3#product_dtl {
    margin-bottom: 10px
}

.py-3 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important
}

tr.guides-page-contianer .justify-content-between {
    column-gap: 0;
    justify-content: space-between !important
}

p.price.product-page-price.proprice {
    padding-left: 10px
}

#mega-menu-wrap-primary a.mega-menu-link,
.blindmatrix-result-count,
.filter-button,
.fw-semibold {
    font-weight: 600 !important
}

.gap-2 {
    gap: .5rem !important
}

.bm_search_contianer input {
    height: 38px;
    width: 100%;
    font-size: 14px;
    border: unset;
    background-color: #ededed;
    padding-left: 10px
}

.bm_search_contianer input:focus-visible {
    outline: 0
}

.bm_search_contianer .form-group.search.d-flex {
    flex-direction: row-reverse
}

.search-image {
    box-shadow: rgba(0, 0, 0, .24) 0 3px 8px !important
}

.blindmatrix-v4-parameter-wrapper .label_info {
    font-size: 10px;
    cursor: pointer
}

li.mega_menu_sub_list img.menu-image {
    min-height: 25px;
    max-height: 25px;
    max-width: 25px;
    min-width: 25px
}

.mega-menu a.nav-link:focus,
.mega-menu a.nav-link:focus-visible {
    outline: unset !important;
    box-shadow: none !important
}

.min-vw-75 {
    min-width: 75vw !important
}

.empty_space {
    min-height: 2rem
}

@media (max-width:768px) {
    .empty_space {
        min-height: 1rem
    }
    .sorting_section {
        width: 50%
    }
    div#row-product-list .col-md-3.col-6 {
        padding: 5px !important
    }
    h1.product-title.product_title {
        font-size: 22px
    }
    .bm-spec-tagline-minprice {
        font-size: 14px
    }
    .blindmatrix-v4-parameter-wrapper>label,
    .select2-container--default .select2-results>.select2-results__options {
        font-size: 11px
    }
    .blindmatrix-v4-parameter-wrapper span.select2-container,
    .blindmatrix-v4-parameter-wrapper>.w-75 {
        width: 65% !important
    }
    .blindmatrix-v4-drop-val.w-68,
    .blindmatrix-v4-width-val.w-68 {
        width: 55% !important
    }
    .fraction_array select {
        padding: 0 10px !important
    }
    i.fa-solid.fa-cart-shopping.fa-lg {
        font-size: 15px
    }
    .blindmatrix-v4-view-color-selection-name {
        font-size: 10px !important;
        padding: 3px !important
    }
    .select2-container--default .select2-results>.select2-results__options img {
        width: 35px !important;
        height: unset !important
    }
    .blindmatrix-v4-parameter-wrapper span.select2-selection {
        background-position: 94% 50% !important
    }
    .select2-selection--single span {
        line-height: 12px !important
    }
    a.multiple-frame-list-button img {
        height: 7vh !important
    }
    .list-banner .imagebm .box-text {
        height: 40vh
    }
    .blindmatrix-v4-share-url {
        width: 80%;
        height: 40px
    }
    .blindmatrix-v4-share-url .dashicons-share {
        line-height: 50px
    }
    .blindmatrix-v4-share-url .share_text {
        height: 50px;
        line-height: 50px
    }
    .blindmatrix-v4-share-url .container {
        height: 50px
    }
    .guides-flex-wrapper {
        justify-content: space-between
    }
    .blindslistdescription,
    .product_details_bm {
        width: 100% !important
    }
    #shop-sidebar-home {
        position: absolute;
        transform: translateX(-270px);
        transition: transform .2s;
        transition: transform .2s, transform .2s
    }
    label.fabric_list {
        display: none !important
    }
    .category-page-title-container .first-col,
    .filtertab-last.custabchild.nws,
    .list_grid_style,
    .mobile_view .cat-parent .toggle {
        display: none
    }
    .bm .ast-mobile-popup-header {
        z-index: 999;
        position: absolute;
        right: 0
    }
    .category-page-title-container .sce-col {
        padding: 5px;
        width: 100%
    }
    a.filter-button.uppercase.plain {
        color: var(--color-primary);
        background: var(--color-primary);
        color: var(--color-white);
        padding: 7px 20px;
        border-radius: 5px;
        margin: 5px
    }
    .category-filtering.category-filter-row {
        display: inline-block !important;
        width: 50%
    }
    .woocommerce-ordering {
        display: inline-block
    }
    .cusoffsec {
        position: unset !important
    }
    #shop-sidebar-home.mobile_view {
        display: block !important;
        width: 100%;
        position: absolute;
        z-index: 99999999999;
        top: 0 !important;
        height: 100%;
        left: 0;
        transform: translate(0, 0)
    }
    #shop-sidebar-home.mobile_view .filter_container {
        position: fixed !important;
        width: 45%;
        background-color: var(--color-white);
        padding: 2%;
        z-index: 9;
        top: 0;
        height: 100%;
        left: 0
    }
    .mobile_view .widget>ul>li ul {
        display: block !important
    }
    .filter_container .sidebar-inner {
        overflow-x: scroll;
        height: 100%
    }
    .mobile_view .ast-mobile-popup-header {
        display: block !important;
        position: absolute;
        text-align: right;
        width: 85%
    }
    .mobile_view .clear_all_filter.text-end {
        text-align: unset !important
    }
    .product_details_v4 {
        display: flex;
        flex-direction: column
    }
    .product-info {
        padding: 10px !important
    }
    .product_details_dec_v4,
    .product_details_dec_v4>div:first-child {
        width: 100%
    }
}

.blindmatrix-v4-parameter-wrapper .blindmatrix-v4-color-data-wrapper {
    display: flex !important;
    flex-direction: row;
    flex-wrap: wrap;
    width: 65%;
    max-height: 160px;
    overflow: auto
}

.blindmatrix-v4-parameter-wrapper .blindmatrix-v4-color-data-wrapper div {
    display: inline-block !important;
    cursor: pointer !important;
    background-color: var(--color-white);
    border-radius: 2px;
    border: 2px solid transparent;
    margin: 5px 2px;
    vertical-align: top;
    text-align: center;
    min-width: 40px !important;
    order: 2
}

.blindmatrix-v4-parameter-wrapper .blindmatrix-v4-color-data-wrapper div img {
    border: 1px solid #d4d3cf
}

.blindmatrix-v4-parameter-wrapper .blindmatrix-v4-color-data-wrapper div:hover {
    transform: translateY(-2px)
}

.blindmatrix-v4-parameter-wrapper .blindmatrix-v4-color-data-wrapper div.selected:before {
    content: '';
    background-image: url('/wp-content/plugins/blindmatrix-v4-hub/assets/image/Right-2.png');
    width: 12px;
    height: 12px;
    background-size: contain;
    position: absolute;
    z-index: 9;
    top: -5px;
    right: -5px;
    background-repeat: no-repeat
}

.blindmatrix-v4-parameter-wrapper .blindmatrix-v4-color-data-wrapper div.selected {
    position: relative;
    outline: 2px solid var(--color-primary);
    order: 1
}

.blindmatrix-v4-view-color-selection-name-span {
    display: block;
    width: 85%;
    margin-top: 1rem
}

.blindmatrix-v4-view-color-selection-name {
    display: inline;
    word-break: break-all;
    background: var(--color-primary);
    color: var(--color-white);
    padding: 7px 10px 7px 7px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgb(46 53 71 / 50%);
    font-weight: 500;
    width: 30%;
    margin-top: 3px;
    font-size: 12px
}

.blindmatrix-v4-view-color-selection-name i:before {
    content: "\f00c";
    font-family: FontAwesome
}

.blindmatrix-v4-suppliers-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    margin-top: 3%
}

.blindmatrix-v4-suppliers-list a {
    color: var(--color-5) 222;
    display: flex;
    width: 30%;
    box-shadow: rgba(0, 0, 0, .35) 0 5px 15px !important;
    justify-content: center;
    padding: 12px;
    border-radius: 10px;
    margin-bottom: 25px;
    margin-right: 25px;
    font-weight: 600
}

.blindmatrix-v4-suppliers-list-wrapper {
    margin-top: 3%
}

.col_inner {
    max-width: 91.6666666667%;
    flex-preferred-size: 91.6666666667%;
    flex-basis: 91.6666666667%
}

.headContainer {
    padding-top: 30px
}

.headContainer .head a,
.headContainer .head a span {
    color: #00c1fe;
    font-size: 14px;
    font-weight: 700
}

.dimensions td.value {
    display: flex;
    flex-wrap: wrap
}

.dimensions .measure-icon {
    height: 34px !important
}

.dimensions .blindmatrix-v4-parameter-wrapper label.fw-bolder.w-34,
.dimensions .product_atributes,
.w-100 {
    width: 100% !important
}

.dimensions .blindmatrix-v4-parameter-wrapper input.blindmatrix-v4-input {
    width: 87% !important;
    height: 2.407em !important
}

.dimensions .blindmatrix-v4-parameter-wrapper .fraction_array select {
    width: 90% !important
}

.dimensions .blindmatrix-v4-parameter-wrapper input.blindmatrix-v4-input::placeholder {
    font-size: 13px
}

@media (max-width:786px) {
    .dimensions .blindmatrix-v4-parameter-wrapper {
        width: 100% !important
    }
    .shutters_parameters .product_atributes label.shutter_color_cl {
        min-width: 30% !important
    }
    .shutters_parameters .select2-selection--single span {
        line-height: 1.5 !important
    }
    .dimensions .blindmatrix-v4-parameter-wrapper:nth-child(2),
    .dimensions .blindmatrix-v4-parameter-wrapper:nth-child(3) {
        width: 100%
    }
}

.shutters_parameters .blindmatrix-v4-parameter-wrapper label {
    font-size: 16px
}

.shutters_parameters h3.config-heading.edit i.fa-solid.fa-pen {
    font-size: 10px
}

.configurator-toggle-slats.js-toggleShutters {
    width: 200px;
    margin: auto;
    text-align: center
}

.toggle_slats {
    position: relative;
    border: solid 1px var(--color-primary);
    border-radius: 10px;
    transition: transform .4s cubic-bezier(0, 0, .3, 2);
    transform-style: preserve-3d;
    perspective: 800px;
    margin-bottom: 20px
}

.toggle_slats>label {
    display: inline-block;
    padding: 5px;
    font-size: 14px;
    text-align: center;
    color: var(--color-primary);
    cursor: pointer;
    width: 45%
}

.toggle_slats>#flap {
    position: absolute;
    top: calc(0px - 2px);
    left: 50%;
    height: calc(100% + 2px* 2);
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    transform-style: preserve-3d;
    transform-origin: left;
    transition: transform .5s cubic-bezier(.4, 0, .2, 1)
}

.toggle_slats>#flap,
.toggle_slats>label {
    font-weight: 700;
    text-transform: capitalize
}

.toggle_slats>#flap>.content {
    color: var(--color-white);
    transition: transform 0s linear .25s;
    transform-style: preserve-3d
}

.toggle_slats>#choice1:checked~#flap {
    transform: rotateY(-180deg)
}

.toggle_slats>#choice1:checked~#flap>.content {
    transform: rotateY(180deg)
}

.box-image img {
    object-fit: cover;
    width: 100%;
    max-height: 350px
}

.shutter-type-styles a.box-button {
    background-color: var(--color-2) !important;
    color: var(--color-white);
    min-height: 2.29em;
    width: 100%;
    padding: 10px !important;
    text-align: center;
    border-radius: 0 !important;
    text-transform: initial;
    display: block
}

table.variations tbody.is-active td.config-heading-td:before {
    opacity: 1;
    border-top-color: var(--color-2)
}

table.variations td.config-heading-td:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 16px;
    height: 0;
    width: 0;
    border: 14px solid transparent;
    border-top-color: #e8e8e8;
    transition: border .15s;
    opacity: 0
}

table.variations .configurator-options-dimensions .measure td {
    flex-direction: row;
    align-items: center;
    justify-content: center
}

table.variations td.config-heading-td {
    text-align: left;
    color: #b9b9b9;
    text-transform: none;
    cursor: pointer;
    font-size: 17px;
    line-height: 1.6153846154rem;
    padding: 12px 20px 12px 15px;
    margin-bottom: 0;
    font-weight: 700;
    transition: background .15s
}

table.variations tbody.is-active td.config-heading-td {
    background-color: var(--color-2);
    color: var(--color-white);
    margin-bottom: 1rem
}

.config-heading-td .config-heading {
    margin-top: unset !important;
    margin-bottom: 0 !important;
    font-size: 100%;
    display: inline-block;
    text-align: left;
    width: 70%;
    color: var(--color-1);
    font-weight: 700
}

.is-active .config-heading {
    color: var(--color-white) !important
}

.config-heading-td .config-heading.edit {
    display: inline-block;
    width: 28%;
    font-size: 14px;
    text-align: right;
    cursor: pointer
}

tbody:not(:last-child) td.config-heading-td.heading-td-bottom {
    border-bottom: 1px solid #d2d2d2
}

table.variations .subchild td.value {
    width: 100%;
    padding: 0
}

table.variations .is-active h3.config-heading.edit {
    visibility: hidden
}

table.variations tbody.is-active .subchild {
    display: flex !important
}

.product_atributes {
    padding: 1em;
    text-align: center;
    overflow: auto;
    max-height: 350px
}

.product_atributes .shutter_color_cl.selected {
    border: 2px solid var(--color-2)
}

.product_atributes label.shutter_color_cl {
    display: inline-block;
    cursor: pointer;
    position: relative;
    box-shadow: 2px 2px 0 rgb(46 53 71 / 20%);
    transition: border-color .2s cubic-bezier(.26, .01, .73, .99);
    will-change: border-color;
    background-color: var(--color-white);
    border-radius: 2px;
    border: 2px solid transparent;
    margin: 5px 2px;
    vertical-align: top;
    min-width: 22%;
    padding: 0
}

tbody td.config-heading-td {
    background-color: #e8e8e8;
    color: #555
}

.product_atributes .shutter_color_cl img {
    border-radius: 50%;
    border: 1px solid #cfd2d8;
    padding: 0 !important;
    max-width: 100%;
    height: auto
}

.sample_image_shutter {
    padding: 10px 0 0;
    width: 80px;
    height: 80px;
    margin: auto;
    position: relative;
    text-align: center
}

.shutters-configurator .customiser-card-title {
    padding: 5px;
    margin: 5px auto;
    color: var(--color-5);
    font-size: 13px
}

.shutters_parameters table {
    border: unset
}

.shutters_parameters {
    border-top: unset
}

.shutters_parameters .blindmatrix-v4-parameter-wrapper {
    padding-right: 1em;
    padding-left: 1em;
    border-bottom: 1px solid #e5e3de
}

.parameter-shutter-preview {
    display: inline-block;
    max-width: 70px;
    height: 70px;
    cursor: pointer;
    box-shadow: 1px 0 5px #ccc;
    border-radius: 10px;
    margin-top: 10px;
    padding: 5px;
    margin-right: 10px;
    transition: transform .3s
}

.shutter-heading-info-section {
    margin-bottom: 1.5rem
}

@media (max-width:768px) {
    .shutters-configurator .product-info {
        padding: 0 !important
    }
    .parameter-shutter-preview {
        display: none
    }
    .sorting_section.nosiderbar {
        width: 100%
    }
}

#blindmatrix_v4_parameters_form span.select2-selection.select2-selection--single {
    display: flex !important;
    padding: 0 !important;
    align-items: center !important;
    border: 0 !important
}

#blindmatrix_v4_parameters_form span.select2-selection.select2-selection--single .select2-selection__rendered,
.d-flex {
    display: flex !important
}

.blindmatrix-v4-copy-product,
.blindmatrix-v4-edit-product,
.blindmatrix-v4-get_a_quote,
.cusordersample .single_add_to_cart_button,
.guides-page-contianer td a,
.jconfirm-buttons .btn,
.return-to-shop .button,
.share_text,
.v4-send-enquiry,
.woocommerce-cart-form .button {
    border-color: rgba(var(--color-secondary)) !important;
    color: var(--color-secondary) !important;
    background-color: var(--color-white) !important;
    border: 1px solid var(--color-secondary) !important;
    font-weight: 700;
    box-shadow: none;
    font-size: 14px
}

#fkcart-modal .fkcart-checkout-wrap #fkcart-checkout-button,
.blindmatrix-v4-share-url {
    border: 1px solid var(--color-secondary) !important
}

.blindmatrix-v4-get_a_quote,
.blindmatrix-v4-share-url,
.cusordersample .single_add_to_cart_button,
.guides-page-contianer td a,
.rounded-3,
.v4-send-enquiry {
    border-radius: 5px !important
}

.freesample-button .amount {
    color: var(--color-secondary) !important
}

.image-fade_in_back {
    position: relative;
    display: block;
    overflow: hidden;
    width: 100%;
    height: 100%
}

.frame-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    z-index: 1
}

.product-frame.frame_backgound {
    position: relative;
    z-index: 2;
    width: 100%;
    height: 100%
}

.bm-zoom-icon {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 1000;
    padding: 5px;
    border-radius: 3px;
    display: none
}

.bm-magnifier-lens {
    position: absolute;
    width: 180px;
    height: 180px;
    border: 2px solid var(--color-8);
    border-radius: 10px !important;
    background-repeat: no-repeat;
    pointer-events: none;
    display: none;
    z-index: 100;
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
    transform: translate(-50%, -50%)
}

.bm_fabric_zoom {
    cursor: crosshair
}

@media only screen and (min-width:1025px) {
    .bm-zoom-icon {
        display: block
    }
}

.accordion-button,
.blindmatrix-v4-share-url,
.blindmatrix-v4-share-url-wrapper,
.guides-flex-wrapper,
.nav,
.row {
    display: flex;
    display: flex
}

.guides-container {
    width: 100%;
    border: 0
}

.guides-flex-wrapper {
    gap: .25rem;
    justify-content: space-around;
    padding: .5rem 0 0;
    flex-wrap: wrap
}

.guide-link {
    flex: 1;
    min-width: 120px;
    text-align: center;
    padding: 10px;
    text-decoration: none;
    color: var(--color-secondary);
    border: 1px solid transparent;
    border-radius: .25rem;
    transition: .2s;
    background-color: var(--color-10);
    border-color: var(--color-9)
}

.guide-link:hover {
    background-color: #f7f7f7;
    border-color: var(--color-9)
}

.productaname {
    font-weight: 500;
    padding-top: 1rem
}

.product-footer.w-100.container.mt-md-5.p-1 {
    padding-right: 1rem !important;
    padding-left: 1rem !important
}

.blindmatrix-v4-share-url {
    position: relative;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    cursor: pointer;
    max-width: 220px;
    width: 100%;
    height: 35px;
    padding: 0;
    margin: 0;
    will-change: transform;
    transition: .2s ease-in-out
}

.blindmatrix-v4-share-url i {
    opacity: 0;
    font-size: 20px;
    color: #1f1e1e;
    will-change: transform;
    transform: scale(.1);
    transition: .3s
}

.blindmatrix-v4-share-url:hover {
    transform: scale(1.1)
}

.blindmatrix-v4-share-url .share_text {
    position: absolute;
    z-index: 99;
    width: 200px;
    height: 72px;
    border-radius: 80px;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    line-height: 70px;
    color: #eeeeed;
    background-color: #00b67a;
    padding: 0 18px;
    transition: 1.2s;
    cursor: pointer;
    pointer-events: none
}

.blindmatrix-v4-share-url .dashicons-share {
    line-height: 70px
}

.blindmatrix-v4-share-url .container {
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 220px;
    height: 64px;
    border-radius: 80px;
    cursor: pointer
}

.blindmatrix-v4-share-url .container i:first-of-type {
    transition-delay: 1.1s
}

.blindmatrix-v4-share-url .container i:nth-of-type(2) {
    transition-delay: .9s
}

.blindmatrix-v4-share-url .container i:nth-of-type(3) {
    transition-delay: .7s
}

.blindmatrix-v4-share-url .container i:nth-of-type(4) {
    transition-delay: .4s
}

.blindmatrix-v4-share-url:hover .share_text {
    transition-delay: .25s;
    transform: translateX(-280px)
}

.blindmatrix-v4-share-url:hover i {
    opacity: 1;
    transform: scale(1)
}

.blindmatrix-v4-share-url-wrapper {
    flex-wrap: wrap;
    justify-content: flex-end;
    margin-top: 1rem
}

a.button.blindmatrix-v4-run-now-action {
    padding: 10px;
    border-radius: 5px
}

:root,
[data-bs-theme=light] {
    --bs-blue: #0d6efd;
    --bs-indigo: #6610f2;
    --bs-purple: #6f42c1;
    --bs-pink: #d63384;
    --bs-red: var(--color-7);
    --bs-orange: #fd7e14;
    --bs-yellow: #ffc107;
    --bs-green: var(--color-3);
    --bs-teal: #20c997;
    --bs-cyan: #0dcaf0;
    --bs-black: var(--color-1);
    --bs-white: var(--color-11);
    --bs-gray: #6c757d;
    --bs-gray-dark: #343a40;
    --bs-gray-100: var(--color-10);
    --bs-gray-200: #e9ecef;
    --bs-gray-300: var(--color-9);
    --bs-gray-400: #ced4da;
    --bs-gray-500: #adb5bd;
    --bs-gray-600: #6c757d;
    --bs-gray-700: #495057;
    --bs-gray-800: #343a40;
    --bs-gray-900: var(--color-4);
    --bs-primary: #0d6efd;
    --bs-secondary: #6c757d;
    --bs-success: var(--color-3);
    --bs-info: #0dcaf0;
    --bs-warning: #ffc107;
    --bs-danger: var(--color-7);
    --bs-light: var(--color-10);
    --bs-dark: var(--color-4);
    --bs-primary-rgb: 13, 110, 253;
    --bs-secondary-rgb: 108, 117, 125;
    --bs-success-rgb: 25, 135, 84;
    --bs-info-rgb: 13, 202, 240;
    --bs-warning-rgb: 255, 193, 7;
    --bs-danger-rgb: 220, 53, 69;
    --bs-light-rgb: 248, 249, 250;
    --bs-dark-rgb: 33, 37, 41;
    --bs-primary-text-emphasis: #052c65;
    --bs-secondary-text-emphasis: #2b2f32;
    --bs-success-text-emphasis: #0a3622;
    --bs-info-text-emphasis: #055160;
    --bs-warning-text-emphasis: #664d03;
    --bs-danger-text-emphasis: #58151c;
    --bs-light-text-emphasis: #495057;
    --bs-dark-text-emphasis: #495057;
    --bs-primary-bg-subtle: #cfe2ff;
    --bs-secondary-bg-subtle: #e2e3e5;
    --bs-success-bg-subtle: #d1e7dd;
    --bs-info-bg-subtle: #cff4fc;
    --bs-warning-bg-subtle: var(--color-11) 3cd;
    --bs-danger-bg-subtle: #f8d7da;
    --bs-light-bg-subtle: #fcfcfd;
    --bs-dark-bg-subtle: #ced4da;
    --bs-primary-border-subtle: #9ec5fe;
    --bs-secondary-border-subtle: #c4c8cb;
    --bs-success-border-subtle: #a3cfbb;
    --bs-info-border-subtle: #9eeaf9;
    --bs-warning-border-subtle: #ffe69c;
    --bs-danger-border-subtle: #f1aeb5;
    --bs-light-border-subtle: #e9ecef;
    --bs-dark-border-subtle: #adb5bd;
    --bs-white-rgb: 255, 255, 255;
    --bs-black-rgb: 0, 0, 0;
    --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
    --bs-body-font-family: var(--bs-font-sans-serif);
    --bs-body-font-size: 1rem;
    --bs-body-font-weight: 400;
    --bs-body-line-height: 1.5;
    --bs-body-color: var(--color-4);
    --bs-body-color-rgb: 33, 37, 41;
    --bs-body-bg: var(--color-11);
    --bs-body-bg-rgb: 255, 255, 255;
    --bs-emphasis-color: var(--color-1);
    --bs-emphasis-color-rgb: 0, 0, 0;
    --bs-secondary-color: rgba(33, 37, 41, 0.75);
    --bs-secondary-color-rgb: 33, 37, 41;
    --bs-secondary-bg: #e9ecef;
    --bs-secondary-bg-rgb: 233, 236, 239;
    --bs-tertiary-color: rgba(33, 37, 41, 0.5);
    --bs-tertiary-color-rgb: 33, 37, 41;
    --bs-tertiary-bg: var(--color-10);
    --bs-tertiary-bg-rgb: 248, 249, 250;
    --bs-heading-color: inherit;
    --bs-link-color: #0d6efd;
    --bs-link-color-rgb: 13, 110, 253;
    --bs-link-decoration: underline;
    --bs-link-hover-color: #0a58ca;
    --bs-link-hover-color-rgb: 10, 88, 202;
    --bs-code-color: #d63384;
    --bs-highlight-color: var(--color-4);
    --bs-highlight-bg: var(--color-11) 3cd;
    --bs-border-width: 1px;
    --bs-border-style: solid;
    --bs-border-color: var(--color-9);
    --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
    --bs-border-radius: 0.375rem;
    --bs-border-radius-sm: 0.25rem;
    --bs-border-radius-lg: 0.5rem;
    --bs-border-radius-xl: 1rem;
    --bs-border-radius-xxl: 2rem;
    --bs-border-radius-2xl: var(--bs-border-radius-xxl);
    --bs-border-radius-pill: 50rem;
    --bs-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    --bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
    --bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);
    --bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);
    --bs-focus-ring-width: 0.25rem;
    --bs-focus-ring-opacity: 0.25;
    --bs-focus-ring-color: rgba(13, 110, 253, 0.25);
    --bs-form-valid-color: var(--color-3);
    --bs-form-valid-border-color: var(--color-3);
    --bs-form-invalid-color: var(--color-7);
    --bs-form-invalid-border-color: var(--color-7)
}

.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-right: auto;
    margin-left: auto
}

.row {
    flex-wrap: wrap;
    align-items: center;
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-.5 * var(--bs-gutter-x));
    margin-left: calc(-.5 * var(--bs-gutter-x))
}

.row>* {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-top: var(--bs-gutter-y)
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2;
    color: var(--bs-heading-color)
}

.mb-1,
.py-2 {
    line-height: 1.5em
}

.text-start {
    text-align: left !important
}

.justify-content-evenly {
    justify-content: space-evenly !important
}

.flex-column {
    flex-direction: column !important
}

.flex-nowrap {
    flex-wrap: nowrap !important
}

.flex-row {
    flex-direction: row !important
}

.flex-wrap {
    flex-wrap: wrap !important
}

.col-4,
.col-7,
.col-8 {
    flex: 0 0 auto
}

.col-4 {
    width: 33.33333333%
}

.col-7 {
    width: 58.33333333%
}

.col-8 {
    width: 66.66666667%
}

.col-12 {
    flex: 0 0 auto;
    width: 100%
}

.w-75 {
    width: 75% !important
}

.text-center {
    text-align: center !important
}

.text-end {
    text-align: right !important;
    margin-bottom: .5em
}

.text-white {
    --bs-text-opacity: 1;
    color: var(--color-11)
}

.align-content-center {
    align-content: center !important
}

.align-items-center {
    align-items: center !important
}

.justify-content-center {
    justify-content: center !important
}

.justify-content-between {
    justify-content: space-between !important
}

.justify-content-around {
    justify-content: space-around !important
}

.justify-content-end {
    justify-content: flex-end !important
}

.position-absolute {
    position: absolute !important
}

.p-0 {
    padding: 0 !important
}

.ps-3 {
    padding-left: .5rem !important
}

.py-2 {
    padding-top: .5rem !important;
    padding-bottom: .5rem !important;
    color: var(--color-secondary)
}

.p-2 {
    padding: .5rem !important
}

.mt-2 {
    margin-top: .5rem !important
}

.me-2 {
    margin-right: .5rem !important;
    vertical-align: middle
}

.m-2 {
    margin: .5rem !important
}

.mb-0 {
    margin-bottom: 0 !important
}

.my-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important
}

.my-2 {
    margin-top: .5rem !important;
    margin-bottom: .5rem !important
}

.col-2 {
    flex: 0 0 auto;
    width: 16.66666667%
}

.pe-2 {
    padding-right: .5rem !important
}

.p-1 {
    padding: .25rem !important
}

#bm-main-menu>li:first-child>a.bm-menu-link,
.px-0 {
    padding-left: 0 !important
}

.pb-4 {
    padding-bottom: 1rem !important
}

.px-3 {
    padding-right: 1rem !important
}

.pt-2 {
    padding-top: .5rem !important;
    padding-bottom: .5rem
}

.gap-1 {
    gap: .25rem !important
}

.px-0 {
    padding-right: 0 !important
}

.mx-0 {
    margin-right: 0 !important;
    margin-left: 0 !important
}

.m-0 {
    margin: 0 !important
}

.text-uppercase {
    text-transform: uppercase !important
}

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

.z-0 {
    z-index: 0 !important
}

.border-0 {
    border: 0 !important
}

.fw-bold {
    font-weight: 700 !important
}

.mb-3 {
    margin-bottom: 1rem !important
}

.accordion-header,
.nav {
    margin-bottom: 0
}

.accordion {
    --bs-accordion-color: var(--color-secondary);
    --bs-accordion-bg: var(--bs-body-bg);
    --bs-accordion-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
    --bs-accordion-border-color: var(--bs-border-color);
    --bs-accordion-border-width: var(--bs-border-width);
    --bs-accordion-border-radius: var(--bs-border-radius);
    --bs-accordion-inner-border-radius: calc(var(--bs-border-radius) - (var(--bs-border-width)));
    --bs-accordion-btn-padding-x: 1.25rem;
    --bs-accordion-btn-padding-y: 1rem;
    --bs-accordion-btn-color: var(--bs-body-color);
    --bs-accordion-btn-bg: var(--bs-accordion-bg);
    --bs-accordion-btn-icon: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23212529' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='M2 5L8 11L14 5'/%3e%3c/svg%3e");
    --bs-accordion-btn-icon-width: 1.25rem;
    --bs-accordion-btn-icon-transform: rotate(-180deg);
    --bs-accordion-btn-icon-transition: transform 0.2s ease-in-out;
    --bs-accordion-btn-active-icon: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23052c65' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='M2 5L8 11L14 5'/%3e%3c/svg%3e");
    --bs-accordion-btn-focus-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
    --bs-accordion-body-padding-x: 1.25rem;
    --bs-accordion-body-padding-y: 1rem;
    --bs-accordion-active-color: var(--bs-primary-text-emphasis);
    --bs-accordion-active-bg: var(--bs-primary-bg-subtle)
}

.accordion-item:last-of-type>.accordion-header .accordion-button.collapsed {
    border-bottom-right-radius: var(--bs-accordion-inner-border-radius);
    border-bottom-left-radius: var(--bs-accordion-inner-border-radius)
}

.accordion-item:first-of-type>.accordion-header .accordion-button {
    border-top-left-radius: var(--bs-accordion-inner-border-radius);
    border-top-right-radius: var(--bs-accordion-inner-border-radius)
}

.accordion-item:first-of-type {
    border-top-left-radius: var(--bs-accordion-border-radius);
    border-top-right-radius: var(--bs-accordion-border-radius)
}

.accordion-item {
    color: var(--bs-accordion-color);
    background-color: var(--bs-accordion-bg);
    border: var(--bs-accordion-border-width) solid var(--bs-accordion-border-color)
}

.accordion-button:not(.collapsed) {
    color: var(--bs-accordion-active-color);
    background-color: var(--bs-accordion-active-bg);
    box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color)
}

.accordion-collapse {
    overflow: hidden;
    transition: max-height .3s;
    max-height: 0
}

.accordion-collapse.show {
    max-height: 1000px
}

.accordion-button:not(.collapsed)::after {
    background-image: var(--bs-accordion-btn-active-icon);
    transform: var(--bs-accordion-btn-icon-transform)
}

.accordion-button::after {
    flex-shrink: 0;
    width: var(--bs-accordion-btn-icon-width);
    height: var(--bs-accordion-btn-icon-width);
    margin-left: auto;
    content: "";
    background-image: var(--bs-accordion-btn-icon);
    background-repeat: no-repeat;
    background-size: var(--bs-accordion-btn-icon-width);
    transition: var(--bs-accordion-btn-icon-transition)
}

.accordion-item:last-of-type>.accordion-collapse {
    border-bottom-right-radius: var(--bs-accordion-border-radius);
    border-bottom-left-radius: var(--bs-accordion-border-radius)
}

.accordion-button {
    position: relative;
    align-items: center;
    width: 100%;
    padding: 10px;
    font-size: 1rem;
    color: var(--bs-accordion-btn-color);
    text-align: left;
    background-color: var(--bs-accordion-btn-bg);
    border: 0;
    border-radius: 0;
    overflow-anchor: none;
    transition: var(--bs-accordion-transition)
}

.accordion-button:focus {
    z-index: 3;
    outline: 0;
    box-shadow: var(--bs-accordion-btn-focus-box-shadow)
}

*,
::after,
::before {
    box-sizing: border-box
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: var(--bs-nav-tabs-link-active-color);
    background-color: var(--bs-nav-tabs-link-active-bg);
    border-color: var(--bs-nav-tabs-link-active-border-color)
}

.bm-menu-item.menu_2>.bm-sub-menu.style2,
.bm-menu-item.productsubclass>.bm-sub-menu.blinds {
    position: absolute;
    top: 100%;
    background: var(--color-white);
    box-shadow: 0 5px 20px rgba(0, 0, 0, .15)
}

.nav-tabs {
    --bs-nav-tabs-border-width: var(--bs-border-width);
    --bs-nav-tabs-border-color: var(--bs-border-color);
    --bs-nav-tabs-border-radius: var(--bs-border-radius);
    --bs-nav-tabs-link-hover-border-color: var(--bs-secondary-bg) var(--bs-secondary-bg) var(--bs-border-color);
    --bs-nav-tabs-link-active-color: var(--bs-emphasis-color);
    --bs-nav-tabs-link-active-bg: var(--bs-body-bg);
    --bs-nav-tabs-link-active-border-color: var(--bs-border-color) var(--bs-border-color) var(--bs-body-bg);
    border-bottom: var(--bs-nav-tabs-border-width) solid var(--bs-nav-tabs-border-color)
}

.nav {
    --bs-nav-link-padding-x: 1rem;
    --bs-nav-link-padding-y: 0.5rem;
    --bs-nav-link-font-weight: ;
    --bs-nav-link-color: var(--bs-link-color);
    --bs-nav-link-hover-color: var(--bs-link-hover-color);
    --bs-nav-link-disabled-color: var(--bs-secondary-color);
    flex-wrap: wrap;
    padding-left: 0;
    list-style: none
}

.tab-pane {
    display: none;
    opacity: 0;
    transition: opacity .3s
}

.tab-pane.show.active {
    display: block;
    opacity: 1
}

.fade:not(.show) {
    opacity: 0
}

.fade {
    transition: opacity .15s linear
}

.bm-menu-link,
.bm-product-menu-list li a.menu-lineitem,
.bm-sub-menu.style3 li a {
    text-decoration: none;
    transition: background-color .3s
}

[type=button],
[type=reset],
[type=submit],
button {
    appearance: button
}

button,
select {
    text-transform: none
}

label {
    display: inline-block
}

.position-relative {
    position: relative !important
}

.overflow-visible {
    overflow: visible !important
}

.position-sticky {
    position: sticky !important;
    position: sticky !important
}

.sticky-top {
    position: sticky;
    position: sticky;
    top: 0;
    z-index: 1020
}

.rounded-end {
    border-top-right-radius: var(--bs-border-radius) !important;
    border-bottom-right-radius: var(--bs-border-radius) !important
}

@media (min-width:576px) {
    .d-sm-none {
        display: none !important
    }
}

@media (min-width:1400px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1320px
    }
}

@media (min-width:1200px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1140px
    }
    .fs-4 {
        font-size: 1.5rem !important
    }
}

@media (min-width:992px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm {
        max-width: 960px
    }
}

@media (min-width:768px) {
    .col-md-4 {
        flex: 0 0 auto;
        width: 33.33333333%
    }
    .col-md-3 {
        flex: 0 0 auto;
        width: 25%
    }
    .mt-md-5 {
        margin-top: 3rem !important
    }
    .d-md-flex {
        display: flex !important;
        gap: .5rem !important
    }
    .col-md-6 {
        flex: 0 0 auto;
        width: 50%
    }
    .container,
    .container-md,
    .container-sm {
        max-width: 720px
    }
}

@media (max-width:576px) {
    .guides-flex-wrapper {
        flex-direction: column;
        gap: .5rem
    }
    .guide-link {
        min-width: 100%;
        margin: .5rem 0
    }
    .container,
    .container-sm {
        max-width: 540px
    }
    .col-sm-12 {
        flex: 0 0 auto;
        width: 100%
    }
}

.bm-main-menu {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: space-between;
    position: relative;
    align-content: center;
    align-items: center;
    flex-wrap: wrap
}

.bm-menu-link {
    display: flex;
    align-items: center;
    padding: 15px 10px;
    color: var(--bs-white);
    cursor: pointer;
    text-transform: capitalize
}

.bm-icon-arrow svg {
    width: 18px;
    height: 18px;
    fill: currentColor;
    margin-left: 8px;
    transition: transform .2s ease-in-out;
    stroke-width: 1;
    stroke: currentColor
}

.bm-menu-item.productsubclass>.bm-sub-menu.blinds {
    left: 0;
    transform: translateX(0);
    width: 100vw;
    max-width: 1200px;
    display: none;
    padding: 20px;
    box-sizing: border-box;
    z-index: 999;
    transition: .3s;
    margin: 0
}

.bm-menu-item.productsubclass>.bm-sub-menu.blinds.showmenu {
    opacity: 1;
    display: flex
}

.bm-menu-item.menu_2>.bm-sub-menu.style2 {
    width: fit-content;
    display: none;
    padding: 10px;
    box-sizing: border-box;
    z-index: 999;
    transition: .3s;
    margin: auto;
    width: max-content;
}

.bm-menu-item.shop-by-products>.bm-sub-menu.style3,
.bm-menu-item.shop-our-shutter>.bm-sub-menu.style3 {
    position: absolute;
    top: 100%;
    background: var(--color-white);
    box-shadow: 0 5px 20px rgba(0, 0, 0, .15);
    display: none !important;
    z-index: 999;
    transition: .3s;
    box-sizing: border-box
}

.bm-menu-item.menu_2>.bm-sub-menu.style2.showmenu {
    opacity: 1;
    display: block
}

.bm-menu-item.shop-by-products>.bm-sub-menu.style3 {
    left: 0%;
    transform: translateX(-0%);
    width: 1200px !important;
    padding: 20px;
    margin:auto;
}

.bm-menu-item.shop-our-shutter>.bm-sub-menu.style3 {
    padding: 10px
}

.bm-menu-item.menu_3>.bm-sub-menu.style3.showmenu {
    opacity: 1;
    display: block !important
}

.bm-sub-menu .bm-product-menu-desc,
.bm-sub-menu .bm-product-menu-img,
.bm-sub-menu .bm-product-menu-list {
    padding: 0 15px;
    box-sizing: border-box
}

.bm-product-menu-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 5px;
    overflow-y: auto;
    border-right: solid 1px var(--color-secondary);
    min-height: 100%
}

.bm-product-menu-list ul {
    list-style: none;
    padding: 0;
    margin: 0
}

.bm-product-menu-list li a.menu-lineitem {
    display: flex;
    align-items: center;
    padding: 8px 10px;
    color: var(--color-secondary);
    border-radius: 4px;
    flex-direction: column
}

.bm-product-menu-list li a.menu-lineitem:hover,
.bm-sub-menu li a:hover {
    background-color: #f5f5f5
}

.bm-product-menu-list li a.menu-lineitem .icon-test {
    width: 45px;
    height: 45px
}

.bm-product-menu-desc .blind-typography.title {
    margin-top: 0;
    font-size: 1.5em;
    color: var(--color-secondary)
}

.bm-product-menu-desc .blind-typography.paragraph {
    font-size: 1em;
    line-height: 1.6;
    color: var(--color-secondary)
}

.image-desc-container {
    width: 100%;
    height: 100%;
    min-height: 300px
}

.bm-sub-menu.style3 li a {
    padding: 10px 15px;
    display: flex;
    color: #333;
    white-space: nowrap;
    align-content: center;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
    gap: .5em;
    width: max-content
}

.bm-d-flex {
    display: flex;
    align-items: center
}

.gap-3 {
    gap: 1rem
}

.bm-product-menu-img .background-image {
    width: 100%;
    min-height: 250px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    display: flex;
    align-items: center;
    justify-content: center
}

.bm-product-menu-img .background-image .product_img_menu {
    max-width: 300px;
    visibility: hidden
}

.p-3 {
    padding: 1rem !important
}

.my-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important
}

h1.product-title.entry-title.fw-bolder {
    margin-bottom: 10px;
    align-items: flex-start !important;
    width: 100%
}

.mb-1 {
    margin-bottom: .25rem !important
}

h3.product-option__title.fs-4.fw-bolder {
    margin-bottom: .5rem
}

h1.heading {
    margin: 10px 0
}

.dimensions .blindmatrix-v4-parameter-wrapper:nth-child(2),
.dimensions .blindmatrix-v4-parameter-wrapper:nth-child(3) {
    width: 50%;
    flex-wrap: wrap;
    margin-top: 0 !important;
    padding-top: 0 !important;
    justify-content: unset !important
}

.blindmatrix-v4-hinge-color-section,
.blindmatrix-v4-range-section,
.dimensions .blindmatrix-v4-hinge-color-section,
.dimensions .blindmatrix-v4-range-section {
    justify-content: space-between !important;
    width: 100% !important;
    align-items: center !important;
    flex-wrap: nowrap !important
}

.select2-container.select2-container--open .select2-dropdown--below {
    border: none !important
}

.select2-container .select2-dropdown,
.select2-container .select2-selection {
    border: unset !important
}

.blindmatrix-v4-shop-by-color .col-1 {
    padding: 25px 25px 0
}

.bm .elementor-icon-box-wrapper {
    flex-direction: row;
    display: flex;
    gap: 5px
}

.product.row-box-shadow-2.slick-slide {
    padding: 10px 17px
}

.wc-block-checkout__actions .wc-block-checkout__actions_row .wc-block-components-checkout-place-order-button {
    padding: .5em !important;
    background-color: var(--color-primary);
    border: none
}

button.wc-block-components-button.wp-element-button.wc-block-components-totals-coupon__button.contained {
    background-color: var(--color-primary);
    border: none
}

.blinds-measurement label.align-middle {
    display: flex;
    flex-direction: row;
    align-items: center
}

.blindmatrix-v4-show-order-details-contents {
    max-height: 350px;
    overflow-y: auto;
    display: block;
    border-collapse: collapse
}

.blindmatrix-v4-show-order-details-contents td,
.blindmatrix-v4-show-order-details-contents th {
    padding: 8px 12px
}

.blindmatrix-v4-show-order-details-contents th {
    text-align: left;
    background: #f9f9f9
}

h3.wc-block-components-product-name {
    font-size: larger !important
}

.woocommerce .woocommerce-customer-details .woocommerce-column__title,
h2.woocommerce-order-details__title {
    margin: 30px 0
}

.woocommerce-order {
    margin-top: 30px
}

.shutters_parameters tbody:first-child tr:first-child td:first-child {
    border-radius: 10px 10px 0 0
}

.tawk-form-footer .tawk-button {
    margin: 10px !important
}

p {
    line-height: 1.5rem !important
}

.list_view_name_section {
    display: flex !important;
    flex-wrap: wrap !important;
    flex-direction: row !important;
    align-content: center !important;
    justify-content: center !important;
    min-height: 20px !important
}

.show-order-details-contents tbody tr td:last-child {
    width: 70% !important
}

.show-order-details-contents tbody tr,
.show-order-details-contents tbody tr:hover td:last-child {
    background: #f5f7fa !important
}

.woocommerce-cart-form .product-name dl p {
    margin-bottom: 5px !important
}

.listing-fabric-color-name {
    margin-bottom: 1.5rem !important
}

.product-categories li a {
    color: #333 !important;
    font-weight: 600 !important
}

@media (max-width:767px) {
    .show-order-details-contents tbody tr {
        background: #f5f7fa !important
    }
    .show-order-details-contents tbody tr td:last-child {
        width: 100% !important
    }
}

@media only screen and (max-width:1024px) {
    .hfe-nav-menu__breakpoint-tablet .hfe-nav-menu {
        padding: 5px
    }
}

ul.bm-sub-menu.style2 li {
    padding: 10px;
    max-width: fit-content;
} 

.supplier_nav {
    display: flex;
    flex-direction: row;
    align-content: center;
    align-items: center;
    gap: 5px;
}

.card-product__meta .m-1 {
    padding: 10px 0;
}

.product_des.m-1{

    line-height: 1.5em;
}