@font-face {
    font-family: 'icomoon';
    src: url('../fonts/icomoon/icomoon.eot?x39bmz');
    src: url('../fonts/icomoon/icomoon.eot?x39bmz#iefix') format('embedded-opentype'),
    url('../fonts/icomoon/icomoon.ttf?x39bmz') format('truetype'),
    url('../fonts/icomoon/icomoon.woff?x39bmz') format('woff'),
    url('../fonts/icomoon/icomoon.svg?x39bmz#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}


.photo-links-element .column.full.column-full-link .image-container a.button.full-link, .section.pagelinks .column.one-half a.button.full-link, .column.full.column-full-link a.button.full-link{
    display: inline ! important;
}
.not-last-element.photo-links-element{
    padding-bottom: 90px !important;
}

html #root.page-template-eestairs-go #main .column.full p a{
    color: #fe8100;
}
html #root #wrap_all #main .section.projects .column.full h2{
    width: auto;
}
html #root #wrap_all #main .section.employees.employee[aria-hidden="true"] {
    display: none;
}
html body#root.page-template-eestairs-go #wrap_all #main .section.textblock .button-wrap.button-wrap-link-black .button.button-colored {
    background-color:var(--button-bgColor--black);
    color:var(--button-color--black) !important;
    border-radius: 30px;
    padding: 7px 20px;
    font-size: 14px;
    transition: 0.3sease-in-out;
    line-height: 1.66;
    font-family: 'Inter', Arial, Noto Sans, sans-serif;
    font-weight: 300;
    cursor: pointer;
    display: inline-block;
    text-transform: uppercase;
    border-bottom: none;
}
html body#root.page-template-eestairs-go #wrap_all #main .section.textblock .button-wrap.button-wrap-link-black .button.button-colored:hover{
    background-color: var(--button-bgColor--black-hover) !important;
    color: var(--button-color--black-hover) !important;
}
html body#root.page-template-eestairs-go #wrap_all #main .section.textblock.cta-text-custom .button-wrap .button.button-colored.background-black {
    background: #000 !important;
}
html body#root.page-template-eestairs-go #wrap_all #main .section.textblock.cta-text-custom .button-wrap .button.button-colored {
    background: #fe8100 !important;
    color: white !important;
    padding: 7px 20px !important;
    border-radius: 30px !important;
    text-transform: uppercase !important;
    border-bottom: none !important;
    font-size: 14px !important;
}
html body#root.page-template-eestairs-go #wrap_all #main .section.textblock.cta-text-custom .button-wrap .button.button-colored:hover{
    background: #fe8100 !important;
    color: white !important;
}

html #root #wrap_all footer .form.filled input[type="submit"]{
    color: #fff !important;
}

#gform_confirmation_wrapper_2, .invalid-email-address-message{
    display: none;
}
.email-error-message {
    position: absolute;
    background-color: black;
    color: white;
    padding: 8px 12px;
    border-radius: 6px;
    font-size: 14px;
    font-family: Arial, sans-serif;
    max-width: 250px;
    display: none;
    z-index: 10;
    position: absolute;
}

.email-error-message::before {
    content: "";
    position: absolute;
    top: -8px; /* Adjust position */
    left: 20px; /* Center arrow */
    border-width: 8px;
    border-style: solid;
    border-color: transparent transparent black transparent;
}
html body#root.page-template-eestairs-go #wrap_all #main .section.faq.faq .container .accordion-container li.accordion  .accordion-panel p a{
    color: #fe8100;
    display: contents;
    text-decoration: underline;
}
/*.section.faq .accordion-container li h3 button {
    font-family: 'Inter', Arial, Noto Sans, sans-serif;
    font-weight: 300 !important;
    color: #868686 !important;
    font-size: 20px !important;
    letter-spacing: -0.75px;
    line-height: 1.24;
    background: transparent;
    display: block;
    width: 100%;
    border: 0;
    text-align: left;
    cursor: pointer;
    padding: 20px 0 !important;
	font-style: normal !important;
}*/
.stairfinder--item.--no-results{
    display: none;
}

html #root #wrap_all #main .section.faq .container .accordion-container li h3 button[aria-expanded="true"] {
    color: #000000 !important;
}
#file {
    height: auto;
    font-size: 20px;
    line-height: 1.1;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 9px;
}

#file input {
    opacity: 0;
    visibility: hidden;
    height: 0;
    overflow: hidden;
}

#file > a {
    text-decoration: none;
    display: inline-block;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    width: auto;
}

.file-wrapper {
    visibility: hidden;
    opacity: 0;
    height: 0;
}

.file-wrapper.file-success {
    opacity: 1;
    visibility: visible;
    height: auto;
}

.inputsWrapper, .inputsWrapperUploaded {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.inputsWrapper .file-wrapper input{
    width: 0;
    position: absolute;
}

.inputsWrapper .file-wrapper .close, .inputsWrapperUploaded .file-wrapper-2 .close {
    position: absolute;
    right: 14px;
    top: 5px;
    font-size: 16px;
    text-decoration: none;
}

.inputsWrapper .value-wrapper, .inputsWrapperUploaded .value-wrapper-2 {
    position: relative;
    padding: 3px 35px 5px 10px;
    margin: 0 0 4px;
}
.input-wrap label mark {
    background: transparent;
    color: #fff;
    font-size: 16px;
}
#certificates-upload #order-certificates{
    margin: 0px auto 0 !important;
}
#certificates-upload .input-wrap.input-wrap-file{
    width: 100%;
}
#order-certificates #file {
    width: 100%;
    background: #7F7F7F;
    border: 1px solid #434444;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0px;
    font-size: 24px;
    line-height: 1.1;
    border-radius: 0px;
    color: #fff;
    position: relative;

    display: flex;        /* Enable Flexbox */
    justify-content: center; /* Center horizontally */
    align-items: center;    /* Center vertically */
    height: 100%;         /* Ensure it takes full height */
    width: 100%;          /* Optional: Ensure full width */
    text-align: center;    /* Align text in case of multiline */
}
#order-certificates #file a#upload-link{
    width: 100%;
    height: 350px;
    padding: 150px 0;
    color: #fff;
    position: relative;
}
#order-certificates a {
    color: #fff;
}
.required-text{
    color: #c02b0a;
    display: inline-block;
    font-size: 13.008px;
    padding-inline-start: 0.125em;
}
#order-certificates .input-wrap-file label{
    display: none;
}
.order-certificates-upload{
    margin: 70px 0 0px 0px;
}
.order-certificates-upload .upload-info{
    font-size: 16px;
    margin: 4px;
}
#order-certificates .navigation-btn{
    margin-top: 8px;
}
#progress-wrp {
    border: 1px solid #818181;
    padding: 1px;
    position: relative;
    height: 30px;
    border-radius: 3px;
    margin: 10px 0;
    text-align: left;
    background: #fff;
    box-shadow: inset 1px 3px 6px rgba(0, 0, 0, 0.12);
    display: none;
}

#progress-wrp .progress-bar {
    height: 100%;
    border-radius: 3px;
    background-color: #ff8200;
    width: 0;
    box-shadow: inset 1px 1px 10px rgba(0, 0, 0, 0.11);
}

#progress-wrp .status {
    top: 3px;
    left: calc(50% - 22px);
    position: absolute;
    display: inline-block;
    color: #000000;
    font-size: 18px;
}
#success-message, .success-message {
    display: none;
    font-style: italic;
    font-family: 'TeX Gyre Heros', Arial, 'Noto Sans', sans-serif;
    color: #818181;
    font-size: 23px;
    line-height: 25px;
}
#order-certificates .error-message, #order-certificates .error-message-size, #order-certificates .file-type-error {
    display: none;
    font-style: italic;
    font-family: 'TeX Gyre Heros', Arial, 'Noto Sans', sans-serif;
    color: red;
    font-size: 23px;
    line-height: 25px;
}
#order-certificates .error-message{
    margin-top: 22px;
}
#order-certificates span.spinner{
    background-image: url(../images/loading-wait-v2.gif);
    margin-top: 3px;
    width: 16px;
    height: 16px;
    position: absolute;
    left: -20px;
}



@media (min-width: 1200px) {
    html #root #wrap_all #main .section.search-results .list-container .entry:last-child {
        padding-bottom: 89px !important;
    }
}

#eebookSuccess,
#ebookError,
#formErrorMessage,
#nameIsRequiredErrorMessage,
#emailIsRequiredErrorMessage,
#addressIsRequiredErrorMessage,
#errorSendingMessage,
#formSuccessMessage,
#formFailedMessage,
#firstNameIsRequiredErrorMessage,
#lastNameIsRequiredErrorMessage,
#orderQuantityIsRequiredErrorMessage,
#companyNameIsRequiredErrorMessage{
    display: none;
}

.dialog__position-center {
    overflow-x: hidden;
    max-width: 100% !important;
}

.gform_wrapper.gravity-theme .gform_fields {
    grid-template-columns: auto !important;
}

select#country {
    width: 100%;
}

.gform_wrapper.gravity-theme .gform_card_icon_container div.gform_card_icon {
    background-image: url("../images/gf-creditcards.svg") !important;
}


html #root.page-id-1152 #wrap_all #main .section.pagelinks .container{
    padding-top: 140px;
}
html #root.page-id-1152 #wrap_all #main .section.pagelinks .container .column .heading h2 {
    font-size: 70px;
    line-height: 1;
    font-weight: bold;
}

html #root.page-id-1152 #wrap_all #main .section.pagelinks .container .column .heading {
    display: block;
}
html #root.page-id-1152 #wrap_all #main .section.pagelinks .container .column .button-wrap .button {
    background: #202020;
    color: #868686 !important;
}
html #root.page-id-1152 #wrap_all #main .section.pagelinks .container .column .button-wrap .button:hover {
    background: #fe8100;
    color: #ffffff !important;
}


html #root #wrap_all footer .share a{
    position: relative;
    width: 18px;
    height: 16px;
    padding-block: 20px;
}
html #root #wrap_all footer .share a .icon{
    -webkit-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
    position: absolute;
    top: 12px;
    left: 0;
}

html #root footer .share a .icon{
    opacity: 1;
}
html #root footer .share a .icon.to-hover{
    opacity: 0;
}


html #root footer .share a.hover-icon .icon.default-icon{
    opacity: 0;
}
html #root footer .share a.hover-icon .icon.to-hover{
    opacity:1;
}
#eemm .gfield-hidden{
    display: none;
}
#eemm .subscribe-emails{
    visibility: hidden;
}
#eemm textarea#emails{
    min-height: 100px;
    height: auto !important;
}
.subscribed-success{
    display: none;
    color: #fe8100;
    font-size: 16px;
    margin-top: 10px;
}
.return-message{
    color: #c02b0a;
    font-size: 16px;
    margin-top: 10px;
}

.gform_wrapper_lower{
    margin: 70px 0 0 0;
}
.gform_wrapper_custom.gform_wrapper.gravity-theme .gform_footer{
    margin: 1px 0 0;
    padding: 2px 0;
}
html #root #wrap_all #main .section.textblock .gform_wrapper_custom.gform_wrapper.gravity-theme form{
    margin: 20px auto 0;
}
.section.title .column.full h2 a{
    color: #000000;
    text-decoration: none;
}
.button-wrapper.disabled input[type="submit"] {
    pointer-events: none;
}
.eemm-loader{
    position: relative;
    width: 31px;
    height: 31px;
}
.eemm-loader img{
    position: absolute;
    left: 0px;
    top: 6px;
}
html body#root #wrap_all .section.textblock.section-become-host a.button.button-colored{
    text-decoration: none;
}

@media (min-width: 768px) {
    html #root #wrap_all #main .section.textblock .gform_wrapper_custom.gform_wrapper form.eemm-new .button-wrapper .gform_button{
        margin-bottom: -9px;
    }
    .client .ac {
        margin-bottom: 37px !important;
    }
}
@media (max-width: 767px) {
    html #root #wrap_all #main .section.textblock .gform_wrapper_custom.gform_wrapper form.eemm-new .gform_fields{
        width: 100%;
        display: block !important;
    }
    html #root #wrap_all #main .section.textblock .gform_wrapper_custom.gform_wrapper form.eemm-new .gform_fields .field-wrapper,
    html #root #wrap_all #main .section.textblock .gform_wrapper_custom.gform_wrapper form.eemm-new .gform_fields .button-wrapper
    {
        width: 100%;
        display: block;
        max-width: 100% !important;
    }
    html #root #wrap_all #main .section.textblock .gform_wrapper_custom.gform_wrapper form.eemm-new .gform_fields .button-wrapper
    {
        text-align: right;
        margin-top: 15px;
    }
    html #root #wrap_all #main .section.textblock .gform_wrapper_custom.gform_wrapper form.eemm-new .button-wrapper .gform_button
    {
        font: normal normal normal 12px/14px 'Inter', sans-serif;
        letter-spacing: 0px;
        color: #FFFFFF;
    }
    html #root #wrap_all #main .section.textblock .gform_wrapper_custom.gform_wrapper form.eemm-new .button-wrapper .gform_button{
        padding: 5px 19px !important;
        margin-left: 3px;
    }
    html #root #wrap_all #main .section.textblock .gform_wrapper_custom.gform_wrapper_custom_new form.eemm-new input[type="email"],
    html #root #wrap_all #main .section.textblock .gform_wrapper_custom.gform_wrapper_custom_new form.eemm-new input[type="url"],
    html #root #wrap_all #main .section.textblock .gform_wrapper_custom.gform_wrapper_custom_new form.eemm-new input[type="text"],
    html #root #wrap_all #main .section.textblock .gform_wrapper_custom.gform_wrapper_custom_new form.eemm-new textarea
    {
        font: normal normal 300 14px/17px "Inter", sans-serif;
    }
    html #root #wrap_all #main .section.textblock .gform_wrapper_custom_new.gform_wrapper_lower {
        margin: 66px 0 0 0;
    }
    html #root #wrap_all #main .section.textblock .gform_wrapper_custom_new.gform_wrapper_lower.gform_wrapper_lower_bottom {
        margin: 63px 0 0 0;
    }
    .eemm-loader{
        display:inline-block;
        width:30px;
        height:30px;
        margin-left:8px;
        vertical-align:middle;
    }
    .eemm-loader img{
        left: 0px;
        top: 0px;
    }
    .responsive-menu-active .search-and-language .cart-holder{
        display: none;
    }
    .search-and-language .search .open-search .icon.search{
        margin-top: 5px;
    }
    body:not(.responsive-menu-active) .search .open-search .icon.search {
        visibility: hidden !important;
        transition: none !important;
    }
    #tabpanel-stairfinder > h2 {
        font-size: 14px !important;
    }
    html #root #wrap_all #main section.section.stairfinder .tab-container .tablist:has(.stairfinder--filter.filter .filter__toggle[aria-expanded="true"]) #tab-stairfinder,
    html #root #wrap_all #main section.section.stairfinder .tab-container .tablist:has(.stairfinder--filter.filter .filter__toggle[aria-expanded="true"]) #tab-materials,
    html #root #wrap_all #main section.section.stairfinder .tab-container .tablist:has(.stairfinder--filter.filter .filter__toggle[aria-expanded="true"]) #tab-favorites{
        color: transparent;
        text-shadow: none;
    }
    html #root #wrap_all #main section.section.stairfinder .tab-container .tablist:has(.stairfinder--filter.filter .filter__toggle[aria-expanded="true"] .counter-wrapper:not(.empty)) #filter-dialog.filter__dialog{
        overflow: visible;
    }
    html #root #wrap_all #main section.section.stairfinder .tab-container .tablist:has(#tab-favorites.tab.favorites[aria-selected="true"]):has(.favorites__share.share .share__toggle[aria-expanded="false"]) .favorites__share.share::after {
        visibility: hidden !important;
    }
    html #root #wrap_all.background-black #main p.empty-fav-message{
        text-align: center;
    }
    html #root #main .section.blog .blog__container.container p,
    html #root #main .section.blog .blog__container.container .blog__title,
    html #root #main .section.blog .blog__container.container .blog__heading
    {
        font-size: 14px;
    }
    html #root #wrap_all #main .section.textblock--one_col .container .button-wrap{
        margin-bottom: 10px;
    }

}
html #root #wrap_all.background-black #main p.empty-fav-message{
    color: #7e7d7e;
}

.cart-holder[aria-hidden='true'], .cart-holder .cart[aria-hidden='true'] {
    visibility: hidden;
}
.cart-holder[aria-hidden='false'], .cart-holder .cart[aria-hidden='false'] {
    visibility: visible;
}

.background-black .cart-holder .cart__items-count {
    border:none;
}
.background-white .cart-holder .cart__items-count {
    border:none;
}
.background-black .cart-holder .cart-dropdown {
    background-color: #000;
}
.background-black .cart-holder .cart-dropdown {
    background-color: #000;
}
.background-black .search-and-language .cart-holder .cart-dropdown .cart__list a{
    color: #fff;
}
.background-black .search-and-language .cart-holder .cart-dropdown .cart-item__remove{
    color: #808182;
}
.search-and-language .cart-holder .cart-dropdown .cart-item__remove{
    font-size: 25px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath d='M432 256C432 264.8 424.8 272 416 272h-176V448c0 8.844-7.156 16.01-16 16.01S208 456.8 208 448V272H32c-8.844 0-16-7.15-16-15.99C16 247.2 23.16 240 32 240h176V64c0-8.844 7.156-15.99 16-15.99S240 55.16 240 64v176H416C424.8 240 432 247.2 432 256z' fill='%2377787a'/%3E%3C/svg%3E");
    rotate: 45deg;
    width: 20px;
    height: 21px;
}
.background-black .search-and-language .cart-holder .cart-dropdown .link{
    margin-top: 18px;
    color: #ff8200 !important;;
}

.background-black .search-and-language .cart__list .delete__item.active {
    background-color: #000000;
}
.background-black .search-and-language .cart__list .delete__item.active span{
    color: #fff !important;
}

.search-and-language .col-4 {
    width: 33.3333333333%;
}

.search-and-language .col-8 {
    width: 66.6666666667%;
}

.search-and-language .list-unstyled,
.search-and-language .list-unstyled ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.search-and-language .cart {
    padding: 0;
    border: none;
    cursor: pointer;
    font-size: 20px;
    right: 32px;
    top: 50%;
    position: absolute;
    transform: translateY(-50%);
    background-color: transparent;
    transition: color .35s cubic-bezier(.3, .86, .36, .95);
}

.search-and-language .responsive-menu-active .cart {
    position: relative;
    right: 0;
}

.search-and-language .cart:hover {
    color: #ff8200;
}

.search-and-language .cart-holder {
    padding-right: 15px;
    align-items: center;
    display: inline-flex;
}

.search-and-language .cart-holder.active .cart {
    color: #ff8200;
}

.search-and-language .cart-holder.active .cart-dropdown {
    opacity: 1;
    visibility: visible;
}

.search-and-language .cart__items-count {
    top: -1px;
    right: -13px;
    display: flex;
    color: #ffffff;
    min-width: 18px;
    font-size: 12px;
    min-height: 18px;
    align-items: center;
    font-family: 'Inter', Arial, Noto Sans, sans-serif;
    border-radius: 50%;
    position: absolute;
    border: solid 1px #ffffff;
    justify-content: center;
    background-color: #ff8200;
}

.search-and-language .cart-dropdown {
    right: 28px;
    top: 100%;
    opacity: 0;
    z-index: 3;
    width: 100%;
    visibility: hidden;
    position: absolute;
    background-color: #ffffff;
    border-top: solid 1px #808182;
    border-bottom: solid 1px #808182;
    padding: 12px 11px 16px 19px;
    transition: opacity .35s cubic-bezier(.3, .86, .36, .95), visibility .35s cubic-bezier(.3, .86, .36, .95);
}

.search-and-language .cart-empty {
    top: -100%;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    font-family: 'Inter', Arial, Noto Sans, sans-serif;
    transition: opacity .35s cubic-bezier(.3, .86, .36, .95), visibility .35s cubic-bezier(.3, .86, .36, .95);
}

.search-and-language .cart-empty.is-empty {
    opacity: 1;
    position: static;
    visibility: visible;
}

.search-and-language .cart__list {
    gap: 21px;
    display: flex;
    flex-wrap: wrap;
}

.search-and-language .cart__list li {
    width: 100%;
    height: 100%;
    display: flex;
    font-size: 16px;
    flex-wrap: wrap;
    position: relative;
    align-items: center;
    transition: opacity .35s cubic-bezier(.3, .86, .36, .95), visibility .35s cubic-bezier(.3, .86, .36, .95), height .35s cubic-bezier(.3, .86, .36, .95);
}

.search-and-language .cart__list li.is-removed {
    top: 0;
    height: 0;
    opacity: 0;
    position: absolute;
    visibility: hidden;
}

.search-and-language .cart__list li div:has(.cart-item__remove) {
    position: relative;
    padding-right: 30px;
}

.search-and-language .cart__list li .col-8 {
    padding-right: 31px;
}

.search-and-language .cart__list li .col-4 {
    padding-left: 25px;
}

.search-and-language .cart__list li span {
    margin: 0;
    width: 100%;
    display: block;
    font-size: 16px;
    overflow: hidden;
    text-align: left;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-weight: 300;
}

.search-and-language .cart__list li p {
    margin: 0;
}

.search-and-language .cart__list li .col-4 {
    gap: 17px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.search-and-language .cart__list a {
    color: #000000;
    -webkit-text-decoration: underline !important;
    text-decoration: underline !important;
}

.search-and-language .cart__list a:hover {
    color: #ff8200 !important;
}

.search-and-language .cart__list .delete__item {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    gap: 20px;
    width: 100%;
    z-index: 1;
    cursor: auto;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    align-items: center;
    justify-content: flex-end;
    transition: opacity .35s cubic-bezier(.3, .86, .36, .95), visibility .35s cubic-bezier(.3, .86, .36, .95);
}

.search-and-language .delete__item {
    transition: background-color .35s cubic-bezier(.3, .86, .36, .95);
}

.search-and-language .delete__item button {
    font-size: 100%;
}

.search-and-language .cart__list .delete__item.active {
    opacity: 1;
    visibility: visible;
    background-color: #ffffff;
}

.search-and-language .cart__list .delete__item button {
    border: none;
    color: #808182;
    cursor: pointer;
    background-color: transparent;
    font-family: 'Inter', Arial, Noto Sans, sans-serif;
}

.search-and-language .cart__list .delete__item span {
    width: auto;
    color: #000000 !important;
}

.search-and-language .cart__list .delete__item-yes {
    color: #ff8200 !important;
}

.search-and-language .cart-item__remove {
    top: 47%;
    right: 7px;
    border: none;
    font-size: 20px;
    cursor: pointer;
    position: absolute;
    transform: translateY(-50%);
    background-color: transparent;
    transition: color .35s cubic-bezier(.3, .86, .36, .95);
}

.search-and-language .cart-item__remove:hover {
    color: #ff8200;
}

/********EEMM+********/
.gform_wrapper_custom_new.gform_wrapper_lower{
    margin: 80px 0 0 0;
}
html #root #wrap_all #main .section.textblock .gform_wrapper_custom.gform_wrapper form.eemm-new .gform_fields{
    display: flex;
    grid-column-gap: 1%;
}
html #root #wrap_all #main .section.textblock .gform_wrapper_custom.gform_wrapper form.eemm-new .button-wrapper .gform_button{
    padding: 6px 22px 4px 22px;
    border-radius: 28px;
}
html #root #wrap_all #main .section.textblock .gform_wrapper_custom.gform_wrapper form.eemm-new .button-wrapper .gform_button[aria-hidden="true"]{
    visibility: hidden;
}
html #root #wrap_all #main .section.textblock .gform_wrapper_custom.gform_wrapper form.eemm-new .gform_footer.button-wrapper  input.gform_button:hover{
    opacity: 0.9;
}
html #root #wrap_all #main .section.textblock .gform_wrapper_custom.gform_wrapper form.eemm-new .gform_footer.button-wrapper  input.gform_button.subscribe-emails:hover,
html #root #wrap_all #main .section.textblock .gform_wrapper_custom.gform_wrapper form.eemm-new .gform_footer.button-wrapper  input.gform_button.subscribe-emails:focus,
html #root #wrap_all #main .section.textblock .gform_wrapper_custom.gform_wrapper form.eemm-new .gform_footer.button-wrapper  input.gform_button.fetch-emails:hover,
html #root #wrap_all #main .section.textblock .gform_wrapper_custom.gform_wrapper form.eemm-new .gform_footer.button-wrapper  input.gform_button.fetch-emails:focus
{
    background: #fe8100;
}
.gform_wrapper_custom.gform_wrapper .eemm-new .gform_fields {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 100%;
    padding: 0;
}

.gform_wrapper_custom.gform_wrapper .eemm-new .field-emails-wrapper {
    flex: 0 0 50%;
    max-width: 50%;
}

.gform_wrapper_custom.gform_wrapper .eemm-new .ginput_container input[type="email"] {
    width: 100%;
    padding: 12px 15px;
    font-size: 16px;
    background: transparent;
    border: none;
    border-bottom: 1px solid #555;
    color: #fff;
    outline: none;
}
html #root #wrap_all #main .section.textblock form.eemm-new input[type="email"],
html #root #wrap_all #main .section.textblock form.eemm-new input[type="url"],
html #root #wrap_all #main .section.textblock form.eemm-new input[type="text"]
{
    font-weight: normal;
    font-size: 23px;
}
html #root #wrap_all #main .section.textblock form.eemm-new textarea#emails-text {
    resize: none;
    height: auto;
    width: 100%;
}
html #root #wrap_all #main .section.textblock form.eemm-new textarea.emails-list{
    border-bottom: none;
}
html #root #wrap_all #main .section.textblock form.eemm-new [aria-hidden="true"]{
    visibility: hidden;
}

.gform_wrapper_custom.gform_wrapper .eemm-new .button-wrapper.gform_footer {
    flex: 0 0 50%;
    max-width: 50%;
    display: flex;
    justify-content: flex-start;
    gap: 22px;
    padding-left: 10px;
}
.gform_wrapper_custom.gform_wrapper .eemm-new .button-wrapper.gform_footer.disabled{
    opacity: 0.6;
}
.gform_wrapper_custom_new.gform_wrapper_lower.gform_wrapper_lower_bottom {
    margin: 102px 0 0 0;
}

.gform_wrapper_custom.gform_wrapper .eemm-new .gform_button {
    padding: 10px 18px;
    font-size: 14px;
    font-weight: bold;
    border-radius: 20px;
    border: none;
    cursor: pointer;
    text-transform: uppercase;
}

html #root #wrap_all #main .section.textblock .gform_wrapper_custom.gform_wrapper form.eemm-new .un-subscribe-emails,
html #root #wrap_all #main .section.textblock .gform_wrapper_custom.gform_wrapper form.eemm-new .cancel
{
    background: #818181;
}

.gform_wrapper_custom.gform_wrapper .eemm-new .gform_button:disabled,
.gform_wrapper_custom.gform_wrapper .eemm-new .gform_button[disabled],
.gform_wrapper_custom.gform_wrapper .eemm-new .gform_button[aria-disabled="true"]{
    opacity:.35; /* faded */
    filter:saturate(.3);
    cursor:not-allowed;
    pointer-events:none;
}

/* optional: small hover feedback only when enabled */
.gform_wrapper_custom.gform_wrapper .eemm-new .gform_button:not(:disabled):hover{
    opacity:.9
}
/********END EEMM+********/

@media (min-width: 768px) {
    .search-and-language .cart {
        padding-top: 5px;
    }

    .search-and-language .cart-holder {
        position: relative;
    }

    .search-and-language .cart-dropdown {
        width: 450px;
        top: calc(100% + 9px);
        border: solid 1px #808182;
    }
}

.background-black .search-and-language .icon-cart-main {
    fill: white;
    transition: fill .35s cubic-bezier(.3, .86, .36, .95);
}

.background-black .search-and-language .cart:hover .icon-cart-main {
    fill: #ff8200;
}

.search-and-language .cart-empty {
    color: #000000;
}
#root #wrap_all.background-white #header.cart-dropdown .cart__list{
    color: #000000 !important;
}

.charts-page #chartContainer {
    width: 100%;

}

.charts-page .btn-group {
    text-align: center;
    margin-bottom: 20px;
}

.charts-page .btn-group button {
    background: none;
    border: none;
    font-size: 15px;
    padding: 8px 14px;
    margin: 0 5px;
    cursor: pointer;
    transition: 0.3s;
    font-weight: 300;
}
#root #main .client li:has(.client__img) button:focus-visible, #root #main .client li:has(.client__img) button:hover {
    text-decoration-thickness: 1px;
}

/*.charts-page .btn-group button.active {*/
/*    text-decoration: underline;*/
/*}*/
.charts-page #filters {
    margin-bottom: 20px;
}
.charts-page label {
    font-weight: bold;
    margin-right: 10px;
}
.charts-page select,.charts-page  input {
    margin-right: 10px;
    padding: 5px;
}
.charts-page canvas {
    width: 100%;
    background: #0e0e0e;
    max-height: 50vh;
}

@media (max-width: 1023px) {
    html #root:not(.responsive-menu-active) #wrap_all #header .search-and-language {
        opacity: 1 !important;
        visibility: hidden;
    }

    .search-and-language .cart-holder {
        opacity: 1;
        visibility: visible;
    }
}
@media (max-width: 767px) {
    #main-menu-container .search-and-language .cart-dropdown {
        right: 0px;
    }
}

/*
*
*Styles for materials page
*
*/

html #root #wrap_all.no-header {
    padding-top: 70px !important;
}

html #root #wrap_all #main .section.textblock.materials {
    padding: 5px 0 !important;
}

.materials .materials-container {
    max-width: 2200px !important;
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
}

.materials .nav-container {
    background: #000;
    /*border-top: 1px solid rgba(129, 128, 128, 0.8);*/
    /*border-bottom: 1px solid rgba(129, 128, 128, 0.8);*/
    position: sticky;
    top: 65px;
    z-index: 55;
}

@media screen and (max-width: 860px){
    .materials .nav-container{
        z-index: 99;
        top: 50px;
    }
}

.materials #materialSummary {
    margin-top: 9rem;
    margin-bottom: 150px;
}

.materials .nav-tabs {
    display: flex;

    justify-content: space-between;
    align-items: center;
    padding: 0px 20px;
}

.materials .nav-tabs.container{
    padding-right: 5px !important;
    padding-left: 0 !important;
}

.materials .nav-tabs-left {
    display: flex;
    gap: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.charts-page .btn-group{
    margin-bottom: 5px !important;
}

.materials .charts-page .btn-group button.active {
    text-decoration: none !important;
}

.materials .charts-page .btn-group {
    margin-bottom: 1px !important;
}

.materials .nav-tab {
    background: none;
    border: none;
    color: #666;
    font-size: 14px;
    cursor: pointer;
    padding: 5px 0;
    transition: color 0.3s;
}

.materials .nav-tab.active {
    color: #ff8c00;
}

.materials .nav-tab:hover {
    color: #999;
}

.materials .time-filter {
    position: relative;
}

.materials .time-filter-btn {
    background: none;
    border: none;
    color: #fff;
    font-size: 14px;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 0;
    border-bottom: 1px solid transparent !important;
}

@media (max-width: 768px) {
    .materials .time-filter-btn {
        padding: 8px 5px 8px 5px;
    }
}

.materials .time-filter .remove-icon{
    display: none;
    width: 15px;
    height: 16px;
    /*margin-bottom: 6px;*/
    /*font-size: 16px;*/
}

.materials .time-filter-btn:hover{
    border-bottom: 1px solid #ff8c00 !important;
    color: #ff8c00;
}

.materials .time-filter-btn:hover .icon-filter svg{
    color: #ff8c00;
}

.icon-filter {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;            /* icon color */
    width: 15px;
    height: 16px;
}

.icon-filter svg {
    display: block;
    width: 100%;
    height: 100%;
}

/* example hover state */
.icon-filter:hover { color: #00c6ff; }

.materials .dropdown-menu {
    position: absolute;
    top: calc(100% + 9px);
    right: 0;
    background: #1a1a1a;
    border: 1px solid #444;
    padding: 20px;
    margin-top: 0;
    min-width: 280px;
    display: none;
    z-index: 99999999;
}

.materials .dropdown-menu::before {
    content: '';
    position: absolute;
    top: -21px;
    left: 0;
    right: 0;
    height: 21px;
    background: transparent;
}

.materials .dropdown-menu.show {
    display: block;
}

.materials .mobile-material-selector {
    display: none;
    position: relative;
    width: 38%;
    padding: 10px;
}

.materials .mobile-material-btn {
    background: none;
    border: none;
    color: #ff8c00;
    font-size: 14px;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 6px;
    /*justify-content: space-between;*/
    padding: 8px 0;
    /*width: 100%;*/
}

/*.mobile-material-btn {*/
/*    display: flex;*/
/*    align-items: center;*/
/*    gap: 8px; !* Space between text and icon *!*/
/*}*/

.angle-down {
    display: inline-flex;
    align-items: center;
}

.angle-down svg {
    width: 16px;
    height: 16px;
}



.materials .mobile-material-btn .angle-down{
    color: #fff;
}

.materials .mobile-material-dropdown {
    position: absolute;
    top: calc(100% + 10px);
    left: 0;
    right: 5px;
    background: #2a2a2a;
    border: 1px solid #444;
    border-radius: 4px;
    padding: 10px 0;
    display: none;
    z-index: 999990;
    width: auto;
    box-sizing: border-box;
}

.materials .mobile-material-dropdown.show {
    display: block;
}

.materials .mobile-material-option {
    background: none;
    border: none;
    color: #999;
    padding: 12px 20px;
    cursor: pointer;
    text-align: left;
    font-size: 14px;
    width: 100%;
    transition: all 0.3s;
}

.materials .mobile-material-option.active {
    color: #ff8c00;
    background: rgba(255, 140, 0, 0.1);
}

.materials .mobile-material-option:hover {
    background: rgba(255, 255, 255, 0.05);
}


.materials .dropdown-options {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin-bottom: 20px;
}

.materials .dropdown-option {
    background: none;
    border: none;
    color: #999;
    padding: 8px 12px;
    cursor: pointer;
    text-align: left;
    font-size: 13px;
    border-radius: 3px;
    transition: all 0.3s;
}

.materials .dropdown-option.active {
    color: #ff8c00;
    /*background: rgba(255, 140, 0, 0.1);*/
}

.materials .dropdown-option:hover {
    color: #fff;
    /*background: rgba(255, 255, 255, 0.05);*/
}

.materials .dropdown-selects {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.materials .dropdown-selects label {
    font-size: 12px;
    color: #999;
    margin-bottom: 5px;
    display: block;
}

.materials .dropdown-selects select {
    background: #2a2a2a;
    border: 1px solid #444; /* Add subtle border */
    color: #fff;
    padding: 12px 12px;
    font-size: 13px;
    width: 100%;
    outline: none;
    scrollbar-width: none;
    border-radius: 4px; /* Add slight rounding */

    /* Remove default styling */
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;

    /* Custom dropdown arrow */
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 12px center;
    background-size: 16px;
    padding-right: 40px;

    /* Smooth transition on hover/focus */
    transition: border-color 0.2s ease;

    /* Safari-specific fixes */
    min-height: 0; /* Remove Safari's default min-height */
    height: auto; /* Let padding control height */
    line-height: normal; /* Reset line-height */

    /* Force remove Safari's internal padding */
    -webkit-padding-start: 12px;
    -webkit-padding-end: 40px;

    /* Ensure box-sizing is consistent */
    box-sizing: border-box;
}

/* Hide scrollbar (Chrome, Edge, Safari) */
.materials .dropdown-selects select::-webkit-scrollbar {
    width: 0 !important;
    display: none;
}

/* For completeness — avoid white track showing */
.materials .dropdown-selects select::-webkit-scrollbar-track {
    background: #2a2a2a;
}

.materials .dropdown-selects select::-webkit-scrollbar-thumb {
    background: #2a2a2a;
}

.materials .dropdown-selects select:focus {
    outline: none;
}
.materials .dropdown-selects select::-webkit-focus-ring-color {
    color: transparent;
}

.materials .dropdown-selects select option {
    color: #999;
}

.materials .dropdown-selects select option:hover {
    background-color: red;
}

.materials .dropdown-selects input[type="month"]::-webkit-calendar-picker-indicator {
    filter: invert(1);
    opacity: 0.8;
    cursor: pointer;
}

.materials .custom-select-container {
    display: flex;
    flex-direction: column;
    gap: 5px;
    width: 100%;
}

.materials .custom-select label {
    font-size: 12px;
    color: #999;
    margin-bottom: 5px;
    display: block;
    font-weight: 100;
}

.materials .custom-select {
    position: relative;
    user-select: none;
    padding: 2px 5px;
}

.materials .select-trigger {
    background: #2a2a2a;
    color: #fff;
    padding: 10px 12px;
    border: 1px solid #444;
    /*border-radius: 4px;*/
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.materials .select-trigger span{
    font-size: 13px;
}

.materials .select-arrow {
    width: 8px;
    height: 8px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: rotate(45deg);
    transition: transform 0.2s ease;
    margin-left: 10px;
    position: relative;
    z-index: 1;
}

/* Rotate arrow when open */
.materials .custom-select.open .select-arrow {
    transform: rotate(-135deg);
}

.materials .select-options-container{
    padding: 0 4px;
    position: relative;
}

.materials .select-options {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #2a2a2a;
    /*border: 1px solid #444;*/
    /*border-radius: 4px;*/
    margin-top: 4px;
    list-style: none;
    list-style-type: none;
    display: none;
    max-height: 250px;
    overflow-y: auto;
    scroll-behavior: smooth;

    /* Firefox */
    scrollbar-width: thin;
    scrollbar-color: #555 #2a2a2a;
    z-index: 100;

    -webkit-padding-start: 0;
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
}

.materials .select-options li {
    list-style: none;
    padding: 8px;
    padding-left: 8px !important;  /* Override the global padding-left: 20px */
    cursor: pointer;
    color: #fff;
    font-size: 12px;
    position: static !important;   /* Override position: relative */
}

.materials .select-options li::before,
.materials .select-options li::after {
    content: none !important;
    display: none !important;
}

.materials .select-options li:hover {
    background: #444;
}


@media screen and (max-width: 992px) {
    .materials #materialSummary {
        width: 100%;
        overflow-x: auto;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
        display: block;
        white-space: nowrap;
        /* Hide scrollbar for WebKit browsers (Safari, Chrome) */
        scrollbar-width: thin;       /* Firefox */
        scrollbar-color: rgba(0,0,0,0.3) transparent; /* Firefox */
    }

    .materials #materialSummary::-webkit-scrollbar {
        height: 6px;                 /* smaller height */
    }

    .materials #materialSummary::-webkit-scrollbar-thumb {
        background-color: rgba(0, 0, 0, 0.3);
        border-radius: 3px;
    }

    .materials #materialSummary::-webkit-scrollbar-track {
        background: transparent;
    }

    .materials #materialSummary table {
        width: 100%;
        min-width: 800px;
        border-collapse: collapse;
    }

    .materials .charts-page .btn-group button {
        padding: 8px 6px !important;
    }



    .materials .nav-tabs-left {
        gap: 5px;
    }

    .materials .dropdown-menu {
        left: 0;
        transform: translateX(-50%);
    }

    .materials .container {
        padding: 0 10px !important;
    }
}

.materials .apply-btn-div {
    padding-top: 1rem;
    display: flex;
    justify-content: flex-end;
}

.materials .apply-btn {
    background: #fe8100;
    border: none;
    color: #fff;
    padding: 7px 20px;
    border-radius: 25px;
    cursor: pointer;
    font-size: 13px;
    font-weight: 300;
    margin-top: 20px;
    text-transform: uppercase;
    transition: background 0.3s;
}

.materials .apply-btn:hover {
    background: #ff9d1f;
}

.materials .currency-cell {
    position: relative;
}

.materials .currency-selector {
    position: relative;
    width: 120px;
}

.materials .currency-display {
    background: transparent;
    padding: 6px 10px;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 6px;
    color: #fff;
    margin-left: auto;
}

.materials .currency-menu {
    position: absolute;
    top: 32px;
    left: 0;
    background: #111;
    border: 1px solid #333;
    width: 160px;
    display: none;
    flex-direction: column;
    z-index: 9999;
}

.materials .currency-menu div {
    padding: 10px 14px;
    color: #fff;
    cursor: pointer;
    border-bottom: 1px solid #222;
}

.materials .currency-menu div:hover {
    background: #222;
}

.materials .currency-menu div.active {
    color: #ff8c00;
}


.materials .currency-dropdown {
    background: #111;
    border: none !important;
    color: #ff8c00;
    padding: 8px 28px;
    border-radius: 4px;
    font-size: 13px;
    cursor: pointer;
    appearance: none;
    position: relative;
    width: 70px;
}

/* When dropdown is not expanded, selected option color */
.material .currency-dropdown:focus,
.material .currency-dropdown option:checked,
.material .currency-dropdown option[selected] {
    color: #ff8c00; /* yellow */
}

.materials .currency-dropdown:focus {
    outline: none;
    border-color: #666;
}

.materials .currency-cell::after {
    content: '▼';
    position: absolute;
    right: 25px;
    top: 50%;
    transform: translateY(-50%);
    color: #ff8c00;
    font-size: 10px;
    pointer-events: none;
}

/* hide number input arrows */
.materials input[type="text"]::-webkit-inner-spin-button,
.materials input[type="text"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.materials input[type="text"] {
    -moz-appearance: textfield;
    background: #2a2a2a;
    border: none !important;
    color: #666;
    padding: 20px 1px;
    font-size: 13px;
    width: 100%;
}

.materials input[type="text"]:focus {
    outline: none;
    border-color: #666;
}

.materials .price-column {
    /*text-align: center;*/
    padding-left: 10px;
}

.materials .currency-input {
    position: relative;
    display: inline-block;
    padding: 0 9px;
    background: #2a2a2a;
}

.materials .bg-dark {
    background: #2a2a2a;
}

.materials .currency-input span {
    position: absolute;
    left: 5px;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    pointer-events: none;
    font-size: 14px;
}

.materials .currency-input input {
    box-sizing: border-box;
    height: 57px;
    font-size: 14px;
    font-weight: 100;
    color: #fff;
}

.materials .currency-input input.currency-symbol {
    padding-left: 10px;
}

/* CHF → 30px */
.materials .currency-input input.currency-symbol.chf {
    padding-left: 30px;
}

/* CAD → 20px */
.materials .currency-input input.currency-symbol.cad {
    padding-left: 20px;
}


.materials .date-filters {
    display: flex;
    justify-content: space-between;
}

/* Tooltip styling */
.chartjs-tooltip {
    opacity: 1;
    position: absolute;
    color: white;
    /*border: 1px solid #444;*/
    /*border-radius: 4px;*/
    padding: 12px;
    pointer-events: none;
    transform: translate(-50%, -100%);
    transition: all 0.1s ease;
    font-size: 12px;
    min-width: 150px;
    z-index: 9999;
}

.chartjs-tooltip .tooltip-title {
    font-weight: 600;
    margin-bottom: 8px;
    padding-bottom: 8px;
}

.chartjs-tooltip .tooltip-row {
    display: flex;
    justify-content: space-between;
    margin-top: 4px;
    margin-bottom: 10px;
}

.tooltip-badge {
    background: #fff2e5;
    border-radius: 5px;
    padding: 2px 5px;
    font-size: 11px;
    color: darkred;
    margin-top: 5px;
}

.materials .summary-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    color: #fff;
    font-size: 14px;
    background-color: #000;
    /*background-color: #0e0e0e;*/
    table-layout: fixed;
}

.materials #materialSummary {
    margin-top: 40px;
    padding: 0 8px 0 10px;
}

.materials .hr-container{
    padding: 5px 6px 15px 6px;
}

.materials .hr-container .hr {
    border-top: 1px solid rgba(129, 128, 128, 0.8);
}

.materials .summary-table th,
.materials .summary-table td {
    /*border-bottom: 1px solid rgba(129, 128, 128, 0.8);*/
    text-align: left;
}

.materials .summary-table tbody td{
    height: 45px !important;
}


.materials .summary-table tbody td{
    border-bottom: 1px solid rgba(129, 128, 128, 0.8);
}


.materials .summary-table th,
.materials .summary-table .total-row td {
    /*padding: 10px 10px;*/
}


.materials .summary-table th {
    font-size: 14px;
    font-weight: 300;
    color: #fff;
    text-align: left;
    padding-top: 8px;
    padding-bottom: 8px;
    border-bottom: 1px solid rgba(129, 128, 128, 0.8);
}

.materials .summary-table td.currency-input {
    width: 210px;
}

.materials .summary-table thead th:first-child, .materials .summary-table .total-row td:first-child{
    padding-left: 20px;
}

.materials .summary-table thead th:nth-child(2) {
    padding-left: 5px;
    width: 200px;
}

.materials .summary-table thead th:nth-child(3) {
    width: 80px;
    padding: 0;
}

.materials .summary-table thead th:nth-child(4) {
    padding-left: 10px;
}

.materials .summary-table thead th:last-child {
    padding-right: 20px;
}

.materials .summary-table .currency-selector {
    position: relative;
    display: inline-block;
}

.materials .summary-table .currency-dropdown {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
    z-index: 2;
}


.materials .summary-table .currency-dropdown option {
    background: #1a1a1a;
    color: #fff;
}

.materials .summary-table .dropdown-wrapper {
    position: relative;
    display: inline-flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    gap: 4px;
    cursor: pointer;
}

.materials .filter-btn{
    color: #ccc;
    font-family: 'Inter', Arial, Noto Sans, sans-serif !important;
}

.materials .filter-btn.all.active {
    color: #ff8c00;
}

.materials .filter-btn.steel.active {
    color: #6c8ff0;
}

.materials .filter-btn.wood.active {
    color: #70d46c;
}

.materials .filter-btn.glass.active {
    color: #a689f0;
}

.materials .filter-btn.stainless.active {
    color: #d46c6c;
}
.materials .summary-table .dropdown-wrapper:hover{
    color:  #ff8c00;
}

/* remove any leftover pseudo-element that might still be blocking */
.materials .summary-table .dropdown-wrapper::before,
.materials .summary-table .dropdown-wrapper::after {
    content: "" !important;
    display: none !important;
    pointer-events: none !important;
}

/* base: allow absolute placement */
.materials .summary-table .dropdown-wrapper {
    position: relative;
    display: inline-block;
}

.materials  .summary-table .currency-menu div.active {
    color: #FF8C00;
}

.materials  .summary-table .currency-menu div.active:hover {
    color: #FF8C00 !important;
    background: #222;
}


/* ensure the SVG itself won't capture pointer events */
.materials .summary-table .dropdown-wrapper .currency-display .angle-down,
.materials .summary-table .dropdown-wrapper .currency-display .angle-down svg {
    pointer-events: none;
    display: inline-block;
    vertical-align: middle;
}

/* make the select the clickable element and keep it on top */
.materials .summary-table .dropdown-wrapper .currency-dropdown {
    position: relative;
    z-index: 3;
    -webkit-appearance: none;
    appearance: none;
    width: 100%;
    padding-right: 44px; /* leave space for the visual icon */
    background: transparent;
}



.materials .summary-table .dropdown-wrapper:hover::after {
    color: #ff8c00;
}
.materials .summary-table .currency-display {
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    gap: 4px;
    /*pointer-events: none;*/
    text-align: center;
    position: relative;
    z-index: 999;
}

.materials .summary-table .currency-display:hover{
    color: #ff8c00;
    /*background-color: #ff8c00;*/
}


.materials .summary-table .currency-display .currency-icon:hover{
    color: #ff8c00 !important;
    /*background-color: #ff8c00;*/
}


.materials .summary-table .currency-dropdown option.selected-orange {
    color: #FF8C00;
    /*background: red;*/
}

.materials .summary-table .currency-dropdown option.selected-orange:hover {
    color: #FF8C00 !important;
    /*background: red;*/
}

.materials .summary-table .text-light {
    font-weight: 300;
    color: #aaa !important;
}

.materials .summary-table tr:hover {
    background-color: #1a1a1a;
}

.materials .mat-label {
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 200;
    color: #aaa;
}

.materials .mat-color {
    width: 10px;
    height: 10px;
    border-radius: 2px;
    display: inline-block;
}

.materials .diff {
    text-align: right;
    font-weight: 500;
}

.materials .diff .pct {
    color: #888;
    font-size: 12px;
    margin-left: 6px;
}

.materials .total-row {
    /*border-top: 2px solid #818080;*/
    font-weight: 600;
}

@media screen and (max-width:780px){
    .materials .nav-tabs {
        flex-direction: row;
        padding: 10px 10px;
    }
    .materials .nav-tabs-left {
        display: none;
    }

    .materials .mobile-material-selector {
        display: block;
    }

}


/**
 * Plugs styles
 */
html #root.plugs-root :focus {
    outline: 2px solid #fff;
}
/*html #root.plugs-root{*/
/*    overflow-y: hidden;*/
/*}*/
.ac{--color-white:#fff;--color-light-grey:#eee;--color-grey:#8a8a8a;--color-black:#111;margin-bottom:8px;border:1px solid var(--color-light-grey);background-color:var(--color-white);box-sizing:border-box}.ac .ac-header{margin:0;padding:0}.ac .ac-trigger{font:bold 16px Arial,sans-serif;color:var(--color-black);text-align:left;width:100%;padding:8px 32px 8px 8px;display:block;cursor:pointer;background-color:transparent;transition:color .25s ease;position:relative;text-decoration:none;margin:0;border:0}.ac .ac-trigger::after{content:"+";text-align:center;width:15px;transform:translate(0,-50%);position:absolute;right:10px;top:50%}.ac .ac-trigger:focus{color:var(--color-grey)}.ac .ac-panel{overflow:hidden;transition-property:height,visibility;transition-timing-function:ease}.ac .ac-panel .ac-text{font:15px/24px Arial,sans-serif;color:var(--color-black);padding:8px;margin:0}.ac.js-enabled .ac-panel{visibility:hidden}.ac.is-active .ac-panel{visibility:visible}.ac.is-active>.ac-header .ac-trigger::after{content:"\2013"}

html #root.plugs-root #wrap_all #header {
    background-color: #fff;
}

html #root.plugs-root #wrap_all.no-header #header {
    padding-bottom: 2px;
    border-bottom: 1px solid #828282;
}

html #root.plugs-root #wrap_all #header .responsive-menu .menu-toggle .icon, html #root.plugs-root #wrap_all #header .responsive-menu .menu-toggle .icon::before, html #root.plugs-root #wrap_all #header .responsive-menu .menu-toggle .icon::after{
    background-color: #000;
}

html #root.plugs-root #wrap_all #header .responsive-menu .menu-toggle.open .icon{
    background-color: #fff !important;
}
html #root.plugs-root #wrap_all #header a{
    color: #000;
}
html  #root.plugs-root #wrap_all #header .lang-switcher .sub-menu::before, html #root.plugs-root #wrap_all #header .lang-switcher .sub-menu::after, html #root.plugs-root #wrap_all #header .lang-switcher::before, html #root.plugs-root #wrap_all #header .lang-switcher::after, html #root.plugs-root #wrap_all #header .search-drop .sub-menu::before, html #root.plugs-root #wrap_all #header .search-drop .sub-menu::after, html #root.plugs-root #wrap_all #header .search-drop::before, html #root.plugs-root #wrap_all #header .search-drop::after, html #root.plugs-root #wrap_all #header .responsive-menu-container .sub-menu::before, html #root.plugs-root #wrap_all #header .responsive-menu-container .sub-menu::after, html #root.plugs-root #wrap_all #header .responsive-menu-container::before, html #root.plugs-root #wrap_all #header .responsive-menu-container::after{
    background: #fff;
    /*border-bottom: 1px solid #828282;*/
}


html #root.plugs-root .input__text input:focus,
html #root.plugs-root .input__text textarea:focus {
    outline: none;                 /* removes Safari focus ring */
    border: 1px solid #989898;     /* force same border */
    box-shadow: none;              /* removes Safari inner glow */
    background-color: #f8f8f8;
}

#root.plugs-root .counter input[type="number"]:focus {
    outline: none;
    border:none;
    box-shadow: none;
    background-color: #fff !important;

    -webkit-appearance: none; /* Only remove in Safari on focus */
    appearance: none;
}
html  #root.plugs-root #wrap_all #header.scrolled
{
    background-color: #fff;
    border-bottom: none;
}

html body#root.page-template-eestairs-go.plugs-root #wrap_all #main {
    padding-bottom: 0 !important;
}

html #root #wrap_all #header .search-and-language .open-search .icon::before
{
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='29px' height='17px' viewBox='0 0 29 17' version='1.1'%3E%3Ctitle%3EGroup 3%3C/title%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Single-project' transform='translate(-1651.000000,-24.000000)' stroke='%23fff'%3E%3Cg id='Group-3' transform='translate(1652.000000,24.000000)'%3E%3Ccircle id='Oval' cx='19.90248' cy='7.5' r='7'/%3E%3Cline x1='0' y1='15.7839862' x2='13.4328746' y2='10.1496363' id='Path-3'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");

}

@media (min-width: 1024px) {
    .plugs-container .container-xl {
        max-width: 1518px;
    }
}
@media (min-width: 1024px) {
    .plugs-container .container {
        max-width: 1160px;
        padding-left: 40px;
        padding-right: 40px;
    }
    html #root #main .section.blog .blog__container.container p,
    html #root #main .section.blog .blog__container.container .blog__title,
    html #root #main .section.blog .blog__container.container .blog__heading
    {
        font-size: 24px !important;
    }
    form.home-exp__form .input-field input,
    form.home-exp__form .input-field textarea {
        font-size: 16px;
    }

}

.plugs-container .container {
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
}

.plugs-container .payment-gateway--holder {
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    width: 1400px;
}
html  #root.plugs-root #wrap_all .plugs-container .container {
    max-width: 1630px;
}
html #root.plugs-root #wrap_all #header .search-and-language .lang-switcher a:hover {
    color:#FE8100 !important;
}


html body#root.plugs-root #wrap_all .payment-gateway--price li:not(.fof-roman) p {
    /*color: rgba(0, 0, 0, .7);;*/
}

html body#root.plugs-root contact--holder contact--form.basket-bg-color-right{
    overflow-y: hidden;
    position: sticky;
}

html #root.plugs-root #wrap_all #header .responsive-menu .responsive-menu-container .sub-menu{
    background: #fff !important;
}

html #root.plugs-root #wrap_all #header .responsive-menu .responsive-menu-container .sub-menu li a:hover{
    color:#FE8100 !important;
}


@media (min-width: 768px) {
    .plugs-container .payment-gateway--holder>div:first-child {
        width: 34.4%;
    }
    #post-popup .section.mediablock[data-project-file-type="Portrait"] {
        display: none !important;
    }
}
.plugs-container .payment-gateway--holder>div {
    width: 100%;
}
@media (min-width: 768px) {
    .plugs-container .payment-gateway--price {
        padding-right: 45px;
    }
}

.plugs-container .payment-gateway--price {
    padding-bottom: 45px;
    padding-top: 45px;
}

@media (min-width: 768px) {
    .plugs-container .payment-gateway--holder>div:last-child {
        width: 65.6%;
    }
}
.plugs-container .payment-gateway--holder>div {
    width: 100%;
}

@media (min-width: 768px) {
    .plugs-container .contact--form {
        padding-bottom: 80px;
        padding-left: 45px;
    }
}

.plugs-container .checkout-price-summary li p {
    font-family: 'Inter', Arial, Noto Sans, sans-serif;
}

.plugs-container .basket-bg-color-right:before {
    left: 0;
    right: -1199px;
}
.plugs-container .basket-bg-color-left:before, .plugs-container .basket-bg-color-right:before {
    background-color: #f7f7f7 !important;
    bottom: 0;
    content: "";
    min-height: 100vh;
    position: absolute;
    top: 0;
    z-index: -1;
}

.plugs-container .contact--form {
    padding-top: 49px;
}
.plugs-container .basket-bg-color-left, .plugs-container .basket-bg-color-right {
    position: relative;
}

.plugs-container .sticky {
    position: sticky;
    top: calc(var(--headerHeight) + 45px);
}

.plugs-container .payment-gateway--price .title {
    font-size: 16px;
    margin-bottom: 18px;
}
.plugs-container  .title {
    font-family: 'TeX Gyre Heros', Arial, 'Noto Sans', sans-serif !important;
    font-size: 18px !important;
    font-style: italic;
    font-weight: 700 !important;
    line-height: 1.22 !important;
    margin-bottom: 12px !important;
    margin-top: 0 !important;
}

.plugs-container #submission-outcomes{
    padding-bottom: 20px;
}

.plugs-container .payment-gateway--price .price__list li {
    /*border-width: 1px;*/
    border-top: 2px solid #dadada !important;
    gap: 20px;
    padding: 10px 0 13px;
}

.plugs-container .price__list li:last-child {
    border-bottom: 2px solid #dadada !important;
}

/*.plugs-container .input__country--wrapper .country__img{*/
/*    position: relative !important;*/
/*}*/

/* For the selected country inside the input */
.plugs-container .input__country--wrapper .country__img {
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
}

/* For dropdown list options */
.plugs-container .ts-dropdown .country__img {
    position: static !important;  /* participate in normal flow */
    /*top: 90%;*/
    width: 24px;
    height: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    flex-shrink: 0;
    /*padding-top: 10px;*/
}

.plugs-container .ts-dropdown .country__img img {
    width: 100%;
    height: auto;
    object-fit: contain;
}
/*.plugs-container .ts-dropdown .option {*/
/*    display: flex;*/
/*    align-items: center;*/
/*    gap: 10px;*/
/*    padding: 10px 15px;*/
/*}*/


html body#root #wrap_all .payment-gateway--price p {
    margin: 0px;
    font-family: 'Inter', Arial, Noto Sans, sans-serif !important;
    font-size: 16px !important;
}

@media (min-width: 768px) {
    .plugs-container .price__list li {
        padding: 10px 0 13px;
    }
    .section.configurations.conf h2.conf__title + p {
        font-weight: 300;
        font-style: italic;
        font-family: 'TeX Gyre Heros', Arial, 'Noto Sans', sans-serif;
        line-height: 1.875 !important;
        font-size: 24px;
    }
}
body#root.plugs-root #wrap_all #main label{
    font-family: 'Inter', Arial, Noto Sans, sans-serif;
}

@media screen and (max-width: 920px){
    html body#root.plugs-root #wrap_all .container {
        padding: 0;
    }
    .plugs-container .payment-gateway--holder>div {
        width: 100%;
        padding: 10px 20px;
    }
}

@media (min-width: 1024px) {
    html body#root.plugs-root
    {
        font-size: 16px !important;
    }
}

.plugs-container .input__text_for_business{
    display: none;
}

.plugs-container #radio-two:checked ~ .plugs-container .input__text_for_business {
    display: block;
}

.plugs-container .contact--form button[type=submit]
{
    left: 52%;
    z-index: 99999;
}

.plugs-container .contact--form .input__text.input__text_for_business .input-error
{
    top: 84px !important;
}

.plugs-container .form-plugs{
    padding-bottom: 1.8rem;
    margin-bottom: 1.8rem !important;
    border-bottom: 1px solid #dadada;
}

.plugs-container .counter {
    display: inline-flex;
    align-items: center;
    border: 1px solid #989898;
    border-radius: 6px;
    overflow: hidden;
    background-color: white;
}

.plugs-container .counter button {
    background-color: white;
    border: none;
    padding: 10px 18px;
    font-size: 18px;
    cursor: pointer;
    color: #ff6b35;
    transition: background-color 0.2s;
    font-weight: 400;
}

.plugs-container .counter button:hover {
    background-color: #fafafa;
}

.plugs-container .counter input {
    border: none;
    text-align: center;
    width: 70px;
    font-size: 15px;
    padding: 10px 5px;
    background-color: white;
    font-weight: 400;
}

.plugs-container .counter input:focus {
    outline: none;
}

.plugs-container  .contact--form .input__text input
{
    padding: 10px 20px 15px 13px;
}

@media (min-width: 768px) {
    .plugs-container .country-select .ts-control:after {
        content: "" !important;
    }
}

.plugs-container .country-select .ts-control{
    padding: 18px 50px;
}

.plugs-container .payment-status .payment, .plugs-container .payment-status .payment, .plugs-container .payment{
    display: none;
}

.plugs-container .plug-payment-status{
    background-color: #f7f7f7;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    align-content: center;
}

.plugs-container .plug-payment-status .payment{
    margin: 0 auto;
}

.plugs-container .plug-payment-status h2{
    color: #417505;
    font-family: 'TeX Gyre Heros', Arial, 'Noto Sans', sans-serif;
    font-size: 16px;
    font-style: italic;
    font-weight: 900;
    margin: 0 0 13px;
    text-transform: uppercase;
    line-height: 1.1875;
}

.plugs-container .plug-payment-status p:first-of-type {
    font-weight: bold;
}

.plugs-container .plug-payment-status span{
    font-weight: bold;
}
/*New EEMM redesign styles*/
html #root #wrap_all #main .section.textblock form .gfield{
    width: 1048px;
}



.button-wrapper .dropdown {
    position: relative;
    top: 9px;
}

.button-wrapper.switcher{
    gap: 2px !important;
}

.button-wrapper .subscribe-buttons{
    display: flex;
    gap: 22px;
}

.button-wrapper .dropdown-selected {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 6px 22px 4px 22px;
    border-bottom-left-radius:28px;
    border-top-left-radius:28px;
    line-height: 1.66;
    background: #fe8100;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
    user-select: none;
}

@media screen and (max-width: 767px){
    html #root #wrap_all #main .section.textblock .gform_wrapper_custom.gform_wrapper form.eemm-new .gform_fields .button-wrapper.switcher{
        display:flex;
    }
    .button-wrapper.switcher{
        gap: 0 !important;
    }
    .button-wrapper .dropdown {
        max-width: 70px;
        top: 0;
    }


    .button-wrapper .subscribe-buttons{
        gap: 4px !important;
    }
    .button-wrapper .dropdown-selected{
        padding: 4px 19px !important;
        line-height: normal;
        font-size: 14px !important;
    }
    html #root #wrap_all #main .section.textblock .gform_wrapper_custom.gform_wrapper form.eemm-new .gform_fields .button-wrapper.switcher {
        text-align:left;

    }
}

@media screen and (max-width: 641px) {
    .button-wrapper .dropdown-selected {
        padding: 7px 19px !important;
    }
}


.button-wrapper .merge-btn, .button-wrapper.f-switcher .subscribe-emails{
    border-bottom-left-radius: 0 !important;
    border-top-left-radius: 0 !important;
}
@media (min-width: 768px) {
    html #root #wrap_all #main .section.textblock .gform_wrapper_custom.gform_wrapper form.eemm-new .button-wrapper.f-switcher .gform_button {
        margin-left: 2px;
    }
    html #root #main .section.blog .blog__container.container p,
    html #root #main .section.blog .blog__container.container .blog__title,
    html #root #main .section.blog .blog__container.container .blog__heading
    {
        font-size: 18px;
    }
}

.button-wrapper .dropdown-icon {
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 5px solid #fff;
}

.button-wrapper .dropdown-menu {
    position: absolute;
    top: 100%;
    /*right: 0;*/
    background-color: #1a1a1a;
    border: 1px solid #333;
    min-width: 130px;
    max-height: 200px;
    overflow-y: auto;
    display: none;
    z-index: 10000;
    margin-top: 5px;
}

@media (min-width: 768px) and (max-width: 920px) {
    .btn {
        /* styles applied ONLY in this range */
    }
}


.gform_wrapper_custom.gform_wrapper .eemm-new
.button-wrapper.gform_footer.disabled:has(.dropdown.active) {
    opacity: 1;
}

/* Slim scrollbar styling */
.button-wrapper .dropdown-menu::-webkit-scrollbar {
    width: 4px;
}

.button-wrapper .dropdown-menu::-webkit-scrollbar-track {
    background: #1a1a1a;
}

.button-wrapper .dropdown-menu::-webkit-scrollbar-thumb {
    background: #444;
    border-radius: 2px;
}

.button-wrapper .dropdown-menu::-webkit-scrollbar-thumb:hover {
    background: #555;
}

/* Firefox scrollbar */
.button-wrapper .dropdown-menu {
    scrollbar-width: thin;
    scrollbar-color: #444 #1a1a1a;
}

.button-wrapper .dropdown.active .dropdown-menu {
    display: block;
}

.button-wrapper .dropdown-option {
    padding: 6px 12px;
    color: #888;
    cursor: pointer;
    font-size: 0.95rem;
    transition: all 0.2s;
}

.button-wrapper .dropdown-option:hover {
    color: #fff;
    background: #222;
}

.button-wrapper .dropdown-option.selected {
    color: #fff;
}

html #root .section.textblock .column.full p a{
    display: inline;
    text-decoration: underline;
    color: #fe8100 !important;

}
html #root .section.textblock .column.full p a:hover{
    text-decoration: none;
}


#tabpanel-stairfinder > h2 {
    font-size: 24px;
    margin: 0 0 40px;
}
#tabpanel-stairfinder > p {
    width: 100%;
    margin: 0 0 50px !important;
}

.home-exp__form .field-error {
    display: none;
    color: #c0392b;   /* match your orange/red */
    font-size: 0.85em;
    margin-top: 4px;
}
.home-exp__form .field-error.active {
    display: block;
}
.home-exp__form .input-field {
    position: relative;
}
.home-exp__form .input-field .not-valid{
    background-color: #fff2e5;
    border-color: #ff8200;
}
.home-exp__form .input-error {
    color: #ff8200;
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
    margin-left: auto;
    opacity: 0;
    position: absolute;
    right: 0;
    top: calc(100% + 8px);
    transition: opacity .35s cubic-bezier(.3, .86, .36, .95), visibility .35s cubic-bezier(.3, .86, .36, .95);
    visibility: hidden;
    font-family: 'TeX Gyre Heros', Arial, 'Noto Sans', sans-serif !important;
    font-style: italic;
    font-weight: 700;
    font-size: 16px;
}
.modal__content .experience-success-message {
    font-size: 16px;
    font-style: italic;
    line-height: 1.25;
    margin: 0 0 16px;
    display: none;
    font-family: 'TeX Gyre Heros', Arial, 'Noto Sans', sans-serif !important;
}