.CheckOption input[type="checkbox"] {
    display: inline-block;
}

.Filters {
    font-family: 'proxima-nova', Helvetica, Arial, sans-serif;
    font-weight: 500;
    color: #000000;
    /*display: flex;*/
    /*flex-direction: column;*/
}
.Filters .secondPart {
    display: flex;
    width: 100%;
    margin-top: 48px;
}
#FilteredWrapper {
    width: calc(100% - 215px);
    min-height: 500px;
}
.filterSR{
    line-height: 19px;
}
.FiltersUsed_sticky{
    position: fixed;
    z-index: 199;
    background: #fff;
    padding-bottom: 10px;
}
.sticky {
    position: sticky;
    top: 100px;
    background: #fff;
    height: 75vh;
}
.FilteredWrapper_ML{
    margin-left: 215px;
}
.FiltersUsed-in-wrapp{
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding-top: 13px;
}
.Container-Pushed .filters-search_view .FiltersUsed{
    display: flex;
    transition: 0ms;
    padding: 0;
    padding-bottom: 12px;
}
.Container-Pushed .Container.Filters{
    justify-content: left;
}
.FiltersTab {
    width: 215px;
    padding-top: 11px;
    padding-bottom: 12px;
}

.FiltersTab.fixed {
    top: 0;
    left: 0;
    background: #fff;
    position: fixed;
    padding-left: 20px;
    padding-right: 20px;
    width: calc(100% - 40px);
    z-index: 1;
}

.FiltersUsed-Sorted.fixed {
    top: 0;
    left: 0;
    background: #fff;
    position: fixed;
    padding-left: 20px;
    padding-right: 20px;
    width: calc(100% - 40px);
    z-index: 1;
}

.FiltersTab-Titles {
    align-items: flex-end;
    display: flex;
    justify-content: flex-start;
    padding-left: 20px;
    position: relative;
    min-height: 40px;
}

.FiltersTab-Titles:after {
    content: attr(data-after);
    position: absolute;
    right: 0;
    top: 10px;
}

.FiltersTab-Title {
    align-items: center;
    border: 1px solid #d9d9d9;
    cursor: pointer;
    display: flex;
    height: 34px;
    margin-bottom: -1px;
    margin-right: 10px;
    padding: 0 20px;
    text-transform: uppercase;
    transition: .3s;
    white-space: normal;
}

.FiltersTab-Title:hover {
    height: 39px;
    transition: .3s;
}

.FiltersTab-Title.active {
    background-color: #f2f2f2;
    border-bottom: none;
    color: #37C2DD;
    height: 40px;
}

.FiltersTab-BodyWrapper {
    background-color: #f2f2f2;
    transition: .5s;
}


.FiltersTab-Body {
    display: none;
    max-height: 76vh;
    overflow: auto;
    box-sizing: border-box;
    padding: 20px 20px 5px 0;
    /*overflow-x:hidden;*/
}
.FiltersTab-Body::-webkit-scrollbar {
    width: 10px;
}

/* Track */
.FiltersTab-Body::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
.FiltersTab-Body::-webkit-scrollbar-thumb {
    background: #888;
}

/* Handle on hover */
.FiltersTab-Body::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.FiltersTab-Body.active {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
    align-content: flex-start;
}

.Filter-Title {
    color: #000000;
    font-size: 19px;
    padding-bottom: 10px;
    text-transform: none;
    font-family: 'proxima-nova-condensed', Helvetica, Arial, sans-serif;
    font-weight: 600;
}

.Filter-Items {
    max-height: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;
}

.Filter-Item {
    max-height: 100%;
    padding-bottom: 2px;
    padding-top: 3px;
    transition: .5s;
}

.Filter-Items > .Filter-Item:last-child {
    padding-bottom: 0;
}

.Filter {
    box-sizing: border-box;
    padding: 0 0 30px 20px;
    min-width: 160px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;
}

#filtersTabContainer .wrap_html_prg {min-width: 110px;}

.Filter-Items.TwoColumns {
   /* columns: 2 120px;*/
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    min-width: 400px;
}


.TwoColumns .Filter-Item {
    display: flex;
    flex-direction: column;
    flex-basis: 100%;
    flex: 1;
    min-width: 110px;
}

#htmlbase {
    min-width: 270px;
    height: 210px;
}

#htmlbase .Filter-Item{
    min-width: 80px;
}

#htmlshape {
    min-width: 370px;
    height: 274px;
}

#htmlapp {
    min-width:510px;
    height: 140px;
    height: 180px;

}

#htmlcategory {
    min-width: 580px;
    height: 175px;
}

#htmldiameter {
    min-width: 300px;
    height: 210px;
}

#htmlbase_spread {
    min-width: 450px;
    height: 450px;
}

#htmlapp {
    min-width: 370px;
    height: 260px;
}
.hide_menu-midleSize{
    display: none;
}
@media all and (max-width: 1560px) {
    #htmlcategory {
        min-width: 430px;
        height: 260px;
    }
}

@media all and (max-width: 1386px) {
    #htmlcategory {
        min-width: 380px;
        height: 240px;
    }
}

@media all and (max-width: 1056px) {
    #htmlapp {
        min-width: 700px;
        height: 105px;
    }
}

@media all and (max-width: 986px) {
    #htmlapp {
        min-width: 565px;
        height: 165px;
    }
}

@media all and (max-width: 1024px) {
     .NavigationWrapper .haveAQuestion{
        display: none;
    }
    .MainMenu-Wrapper .NavigationWrapper{
        width: auto;
        margin-left: auto;
    }
    .MainMenu-Wrapper .hamburger{
        padding: 0px 7px 7px;
    }
    .Container-Pushed .Filters .FiltersUsed{
        top: 78px;
        overflow: visible;
    }
    .NavigationWrappButtons{
        visibility: hidden;
        position: absolute;
        background-color: #fff;
        left: -2000px;
        transition: .3s;
        top: 90px;

    }
    .NavigationWrappButtons.show_menu-header{
        position: absolute;
        visibility: visible;
        left: 0;
        width: 100%;
        height: 100vh;
        background: white;
        z-index: 2;
        top: 87px;
    }
    .SubMenu-UserPart .customer-service-portal{
        border: 1px solid #37C2DD;
    }
}
.Filter-Range {
    min-width: 20%;
    max-width: 40%;
}

.TextInput {
    width: 74px;
    height: 24px;
    margin-left: 10px;
    margin-right: 15px;
    background-color: #f7f7f7;
    border: 1px solid #bbbbbb;
    padding: 0 10px;
    font-family: 'proxima-nova', Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #000000;

}

.PriceLabel {
    display: inline;
    color: #000000;
    font-size: 14px;
    font-weight: 500;
    line-height: 0;
}

.FilterFromTo {
    text-align: center;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.FiltersUsed {
    display: flex;
    justify-content: center;
    padding-top: 13px;
    margin-bottom: -8px;
    position: fixed;
    z-index: 200;
    background: white;
    /*-webkit-box-shadow: 0 5px 5px -4px rgb(0 0 0 / 48%);*/
    /*box-shadow: 0 5px 5px -4px rgb(0 0 0 / 48%);*/
}

.Button {
    border: 1px solid #bbbbbb;
    padding: 4px 15px 5px 15px;
    font-size: 14px;
    font-weight: 500;
    border-radius: 0px;
    height: 32px;
    cursor: pointer;
    outline: none;
}

.Button.disabled {
    filter: grayscale(100%);
    opacity: .4;
    cursor: auto;
}

.Button.success {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
    cursor: auto;
}

.Button.success .Button-Circle {
    background-color: #218838;
}

.ClearButtonTitle {
    position: relative;
    padding-right: 0;
    transition: 0.5s;
    margin-right: -15px;
}

.FiltersUsed-Button_Clear .FiltersUsed-text_cross {
    opacity: 0;
    transition: .5s;
}
#visual_choice_title {
    text-decoration: none;
    text-transform: none;
    text-align: center;
    font-family: 'proxima-nova-condensed', Helvetica, Arial, sans-serif;
    font-weight: 600;
    font-size: 20px;
    color: #000;
    margin-right: 20px;
    padding-top: 6px;
}
.FiltersUsed-Button {
    color: #000000;
    background-color: #fff;
    margin-right: 15px;
    margin-bottom: 0px;
    text-transform: uppercase;
    border: 1px solid #bbbbbb;
    padding: 1px 15px 1px 15px;
    font-size: 14px;
    font-weight: 500;
    border-radius: 0px;
    height: 28px;
}

.FiltersUsed-Button:hover .FiltersUsed-text_cross {
    transform: rotate(180deg);
    transform-origin: center center;
    transition: .5s;
}

.FiltersUsed-text_bold {
    font-weight: 500;
}

.FiltersUsed-text_cross {
    display: inline-block;
    margin-left: 5px;
    transition: .5s;
}

.FiltersUsed-Button_Clear {
    border: 1px solid #37C2DD;
    color: #37C2DD;
    background-color: #fff;
}

.FiltersUsed-Sorted {
    display: flex;
    align-items: center;
    height: 30px;
}

.FiltersUsed-Label {
    padding-right: 10px;
    margin: 0;
    font-size: 20px;
    white-space: nowrap;
    text-transform: none;
    font-family: 'proxima-nova-condensed', Helvetica, Arial, sans-serif;
    font-weight: 600;
}

.SortBy {
    padding: 4px;
    color: #000000;
    font-size: 14px;
    font-weight: 500;
    background-color: #f7f7f7;
    border-radius: 15px;
    height: 32px;
    outline: none;
    width: 180px;
}

.selectric-SortBy .selectric {
    padding: 4px;
    color: #000;
    font-size: 14px;
    font-family: 'proxima-nova', Helvetica, Arial, sans-serif;
    font-weight: 500;
    background-color: #fff;
    border-radius: 0px;
    height: 22px;
    outline: none;
    border: 1px solid #000;
}

.selectric-SortBy .selectric .label {
    font-family: 'proxima-nova', Helvetica, Arial, sans-serif;
    font-size: 14px;
    color: #000000;
    line-height: 25px;
    height: 22px;
}

.selectric-SortBy .selectric .button {
    height: 32px;
    width: 32px;
}
/*
.selectric .button:hover{
    background: #fff !important;
}
.selectric .button:after{
    border-top-color: #fff !important;
}
*/


.selectric-SortBy .selectric-items li {
    font-family: 'proxima-nova', Helvetica, Arial, sans-serif;
    font-size: 14px;
    color: #000000;
    padding-left: 7px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.selectric-SortBy .selectric-items {
    top: calc(100% - 1px);
}

.selectric-SortBy .selectric.isOpen {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

 .FiltersUsed-Button_Clear {
    visibility: hidden;
}

.FiltersUsed-Button_Clear.active  {
    visibility: visible;
}

.Filtered {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    padding: 11px 0 0 0;
    margin-right: -20px;
}

.Filtered-Item {
    box-sizing: border-box;
    padding-left: 20px;
    position: relative;
   /* overflow: hidden;*/
    box-sizing: border-box;
    padding-right: 0px;
    position: relative;
    width: 33.3333%;
}

.Filtered-Item:before {
    content: "";
    opacity: 0;
    transition: opacity 1s;
}

.Filtered-Item.active:before {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    border-top: 1px solid #d9d9d9;
    border-left: 1px solid #d9d9d9;
    transform: rotate(45deg);
    bottom: -10px;
    right: 130px;
    background-color: #fff;
    z-index: 21;
    opacity: 1;
    transition: opacity 1s;
}

@media all and (max-width: 430px) {
    .Filtered-Item.active:before {
        left: 40px;
    }
}

/**/
.Filtered-ImageContainer {
    max-width: 100%;
    overflow: hidden;
    transition: .5s;
    cursor: pointer;
    display: block;
    position: relative;
}

.FilteredImage {
    height: auto;
    width: 100%;
    max-width: none;
    transition: .5s;
}

.Filtered-ImageContainer:hover {
   /* transform: scale(1.03);*/
    transition: .5s;
}

Filtered-ImageContainer:hover .FilteredImage {
    transform: scale(1.03);
    transition: .5s;
}

.Filtered-SelectTitle {
    position: relative;
    border-left: 1px solid #d9d9d9;
    text-align: right;
    font-size: 14px;
    margin: 0;
    cursor: pointer;
    box-sizing: border-box;
    width: 75px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-right: 20px;
}

.Filtered-SelectTitle:after {
    content: "";
    position: absolute;
    display: inline-block;
    width: 8px;
    height: 8px;
    top: 15px;
    right: 7px;
    border-right: 1px solid #555555;
    border-bottom: 1px solid #555555;
    transition: transform .5s;
    transform: rotate(45deg);
}

.FiltersUsed-Buttons {
display: flex;
    justify-content: start;
}

.Filtered-SelectTitle.active {
    color: #d13529;
}

.Filtered-SelectTitle.active:after {
    transform: rotate(-135deg);
    top: 20px;
    border-color: #d13529;
    transition: transform .5s;
}

.Filtered-Title {
    font-size: 21px;
    word-break: keep-all;
    min-height: 20px;
    text-align: left;
}

.Filtered-SubTitle {
    padding-top: 4px;
    text-align: left;
    width: 100%;
    color: #989898;
}

.Filtered-InfoWrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 10px;
    padding-bottom: 20px;

}

.Filtered-Shapes, .Details-Shapes {
    padding-top: 10px;

}

.Filtered-Shapes > img {
    margin-right: 5px;
    max-height: 16px;
}

.Details-Shapes > img {
    margin-right: 5px;
    max-height: 16px;
}
@media (max-width: 1516px){
    .Buttons-Title {
        font-size: 19px;
    }
}

.Filtered-Details {
    display: flex;
    padding: 20px 50px 20px 20px;
    border: 1px solid #dddddd;
    width: 100%;
    height: 100%;
    position: relative;
    box-sizing: border-box;
}

.Details-ImageContainer {
    overflow: hidden;
    width: 50%;
    max-height: 100%;
}

.Details-Title {
    font-size: 29px;
    font-weight: 400;
    position: relative;
    margin-top: 30px;
}

.Details-Title:after {
    content: '';
    width: 150px;
    max-width: 100%;
    height: 2px;
    background: #d13529;
    left: 0;
    margin-top: 10px;
    position: absolute;
    display: block;
}

.Details-Info {
    width: 50%;
    padding-left: 50px;
    box-sizing: border-box;
}

.Details-Buttons {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 30px;
}

.Details-Buttons:last-child {
    padding-bottom: 0;
}

.Details-ButtonsWrapper {
    width: 52%;
    padding-top: 0;
}

.Filtered-DetailsWrapper-Bases .Details-ButtonsWrapper {
    width: 100%;
    padding-top: 0;
}

.use_new_buttons-2 .Filtered-DetailsWrapper.Filtered-DetailsWrapper-Bases {
    width: 100%;
    margin-top: 0px;
    padding: 0;
    margin-left: 0px;
    margin-right: 0px;
    max-height: none;
    height: auto;
}

.active .Filtered-DetailsWrapper.Filtered-DetailsWrapper-Bases {
    display: block;
}

.Filtered-DetailsWrapper-Bases .Buttons-Description {
    display: none;
}

.Buttons-Title {
    font-size: 22px;
    color: #d13529;
    font-weight: 500;
    margin: 0;
}

.Buttons-Description {
    text-align: right;
    width: 280px;
}

.Button-Configure {
    align-items: center;
    justify-content: center;
    background-color: #37C2DD;
    border: 1px solid #37C2DD;
    border-radius: 0px;
    color: #fff;
    display: flex;
    height: 40px;
    margin: 0 30px;
    overflow: hidden;
    padding: 0;
    position: relative;
    text-decoration: none;
    width: 180px;
    min-width: 180px;
}

.Button-Details {
    height: 33px;
    text-decoration: none;
    border: 1px solid #37C2DD;
    width: 200px;
    display: flex;
    align-items: center;
    border-radius: 0px;
    padding: 0px 28px;
    justify-content: center;
    transition: .3s;
}
#update_quote_project_number .Button-Details {
    color: white;
    background: #37C2DD;
}


#update_quote_project_number .Button-Details:hover {
    color: #37C2DD;
    background: white;
}
#update_quote_project_number .Button-Details{
    width: 160px;
    margin-top: 25px;
}
.j-modal__content .Button-Details Button-DetailsText{
padding-bottom: 2px;
}
.j-modal__content .h3_title{
    text-transform: uppercase;
}

.MobileFilterButtonsWrapper {
    display: none;
}

.Button-Image {
    height: 40px;
    width: 40px;
    min-width: 40px;
    padding: 5px;
    box-sizing: border-box;
    z-index: 1;
}

.Button-Text {
    width: 100%;
    text-align: center;
    font-size: 18px;
    color: #fff;
    font-weight: 500;
    padding-right: 10px;
    z-index: 1;
}

.FilterWhite {
    filter: brightness(0) invert(1);
}

.Close {
    position: absolute;
    top: 27px;
    right: 20px;
    font-size: 22px;
    line-height: 0;
    cursor: pointer;
    transition: .5s;
}

.Close:hover {
    color: #37C2DD;
    transform: rotate(180deg);
    transform-origin: center center;
    transition: .5s;
}

.Pagination {
    display: flex;
    justify-content: center;
    width: 100%;
}

.Pagination > div {
    height: 30px;
    width: 30px;
    border: 1px solid #dddddd;
    margin-left: -1px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    color: #919191;
    margin-bottom: 40px;
    cursor: pointer;
    transition: .3s;
}

.Pagination > div:not(.Pagination-Dots):hover {
    background-color: #37C2DD;
    color: #fff;
    transition: .3s;
}

.Pagination > div.active {
    background-color: #37C2DD;
    color: #fff;
}

.Pagination-Begin {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

.Pagination-End {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

/*CUSTOM CHECKBOX*/
.CheckOption {
    display: inline-block;
    padding-left: 40px;
    padding-right: 20px;
    min-width: 70px;
}

/*.CheckOption:hover {*/
/*    color: #41b7d1;*/
/*}*/

.CheckOption:hover .CheckBox{
    border: 1px solid #41b7d1;
}

.CheckInput {
    position: absolute;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.CheckOption > label.checked:hover .CheckBox {
    background-color: #37C2DD;
}

.CheckOption.disabled {
    cursor: auto;
    opacity: .6;
}

.CheckOption.disabled:hover {
    color: #000000;
}

.CheckOption.disabled:hover .CheckBox{
    border: 1px solid #bbbbbb;
}

.CheckOption.disabled .CheckBox {
    background-color: #dedede;
}

.CheckOption.disabled label,
.CheckOption.disabled input {
    cursor: auto;
}

.CheckBox {
    position: absolute;
    margin-top: 0px;
    margin-left: -40px;
    margin-right: 14px;
    width: 20px;
    height: 20px;
    overflow: hidden;
    border-radius: 0px;
    background-color: #f7f7f7;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    border: 1px solid #868686;
}
#filtersTabContainer .CheckBox {
    position: static;
}

.CheckInput:checked + .CheckBox {
    background-color: #37C2DD;
    border: 1px solid #37C2DD;
    background-image: url(/assets/filters/check-mark.svg);
}

/*END CUSTOM CHECKBOX*/

/*CUSTOM RADIO BUTTON*/
.RadioRow {
    display: flex;
    padding-bottom: 30px;
}

.Filter-Items .RadioRow:last-child {
    padding-bottom: 0;
}

.RadioOption {
    display: block;
    padding: 3px 30px 15px 40px;
}

.RadioOption:hover {
    color: #37C2DD;
}

.RadioOption:hover .RadioBox{
    border: 1px solid #37C2DD;
}

.RadioInput {
    position: absolute;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.RadioBox {
    position: absolute;
    margin-top: -2px;
    margin-left: -40px;
    width: 20px;
    height: 20px;
    overflow: hidden;
    border-radius: 50%;
    background-color: #f7f7f7;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    border: 1px solid #bbbbbb;
}

.RadioInput:checked + .RadioBox {
    background-color: #37C2DD;
    border: 1px solid #37C2DD;
    background-image: url(/assets/filters/radio-button.svg);
}
/*END CUSTOM RADIO BUTTON*/

/*CUSTOM RANGE SLIDER*/
.irs {
    margin-top: 10px;
}

.irs--round .irs-line {
    height: 2px;
    background-color: #bbbbbb;
}

.irs--round .irs-bar {
    height: 2px;
    background-color: #37C2DD;
}

.irs--round .irs-handle {
    top: 22px;
    width: 30px;
    height: 30px;
    border: 1px solid #bbbbbb;
    background-color: #f7f7f7;
    border-radius: 50%;
    box-shadow: none;
    cursor: pointer;
}

.irs--round .irs-handle.state_hover,
.irs--round .irs-handle:hover {
    background-color: #ebebeb;
}

.irs--round .irs-from,
.irs--round .irs-to,
.irs--round .irs-single {
    background-color: #a7a7a7;
    font-family: 'proxima-nova', Helvetica, Arial, sans-serif;
    font-weight: 500;
    padding: 5px 5px;
}

.irs-from, .irs-to,
.irs-single {
    top: -8px;
}

.irs--round .irs-from:before,
.irs--round .irs-to:before,
.irs--round .irs-single:before {
    border-top-color: #a7a7a7;
}

.irs--round .irs-min, .irs--round .irs-max {
    font-family: 'proxima-nova', Helvetica, Arial, sans-serif;
    font-weight: 500;
    color: #fff;
    padding: 5px;
    top: -8px;
}
/*END CUSTOM RANGE SLIDER*/

.Filter-SubLabel {
    text-align: left;
    font-size: 14px;
    margin: 0;
    padding-bottom: 10px;
    color: #37C2DD;
}

.Filtered-DetailsWrapper {
    padding-right: 20px;
    max-height: 0;
    overflow: hidden;
    width: 100%;
    height: 337px;

    display: none;
    position: absolute;
    background-color: transparent;

    top: 50%;
    transform: translateY(-50%);
    margin: 0;
}

.Filtered-Item:hover .Filtered-DetailsWrapper {
    display: block;
}

@media screen and (max-width: 1680px) {

    .Filtered-DetailsWrapper {

        height: 100%;
    }
}
.Filtered-SelectButton:hover .Filtered-SelectTitle {
    color: #37C2DD;
}

.Filtered-SelectButton:hover .Filtered-SelectTitle:after {
    border-color: #37C2DD;
}

.Button-DetailsText {
    position: relative;
    padding-right: 0;
    transition: 0.5s;
    text-align: center;
}
#update_quote_project_number .Button-DetailsText {
    text-transform: uppercase;
    top: 2px;
}


/*.Button-DetailsText:after {*/
/*    content: '»';*/
/*    position: absolute;*/
/*    opacity: 0;*/
/*    top: -6px;*/
/*    right: 0;*/
/*    font-size: 22px;*/
/*    transition: 0.5s;*/
/*}*/

/*.Button-Details:hover .Button-DetailsText {*/
/*    padding-right: 20px;*/
/*    transition: .5s;*/
/*}*/

.Button-Details:hover .Button-DetailsText:after {
    opacity: 1;
}

.Button-Details.disabled:hover .Button-DetailsText {
    padding-right: 0;
}

.Button-Details.disabled:hover .Button-DetailsText:after {
    opacity: 0;
}

.Button-Circle {
    width: 0;
    height: 0;
    opacity: 0;
    line-height: 40px;
    border-radius: 50%;
    background: #37C2DD;
    position: absolute;
    transition: all .5s ease-Out;
    top: 20px;
    left: 90px;
    z-index: 0;
}

.Button-Configure:hover .Button-Circle {
    width: 200%;
    height: 500%;
    opacity: 1;
    top: -90px;
    left: -90px;
    transition: all .5s ease-Out;
}

.Button-Configure.disabled:hover .Button-Circle {
    width: 0;
    height: 0;
    opacity: 0;
    top: 0;
    left: 0;
}

.ShowMobileFilters {
    display: none;
}

.SelectWrapper {
    display: flex;
    align-items: center;
}

.ImageDetailsWrapper {
    width: 50%;
    display: flex;
    flex-wrap: wrap;
}

.FilterFromTo {
    display: none;
}

.Filtered-Info .product-link {
    text-decoration: none;
    color: #000000;
    transition: .3s;
    font-family: 'proxima-nova-condensed', Helvetica, Arial, sans-serif;
    font-weight: 600;
    text-transform: none;

}
.Filtered-short_description{
    margin-top: 10px;
    color: gray;
    font-weight: 400;
    font-size: 16px;
}

.Filtered-Info {
    width: 100%;
    display: flex;



    flex-wrap: wrap;
    justify-content: flex-start;

    text-align: left;


}

.Buttons-Title.disabled {
    filter: grayscale(100%);
    opacity: .4;
}

#visual_choice {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap
}

#length_filter {
    padding: 20px 0 0 0;
    max-width: 100%;
}

.RadioStyles .CheckOption {
    display: inline-block;
    padding-left: 40px;
    padding-right: 0;
    min-width: 40px;
}

.Filter-Items.RadioStyles {
    display: flex;
    justify-content: flex-start;
}

.FilteredImage {
    opacity: 0;
    position: absolute;
    transition: .5s;
}

.FilteredImage.active {
    opacity: 1;
    position: relative;
    transition: .5s;
}

.Loader {
    position: absolute;
    bottom: 0;
    right: 0;
    max-width: 30px;
}


.Details-Buttons .hided {display: none;}
.hided {display: none;}

.Details-Buttons {justify-content: flex-end;}
.Buttons-Description {margin-right: 20px;}

.select_config_pv {
    display: flex;
    padding: 20px;
    background: white;
}

.select_config_pv { display: flex; padding: 20px;     background: white;}
.select_config_pv .cols {margin-right: 15px; margin-left: 15px;}
.select_config_pv .cols:last-of-type {margin-right: 0px;}
.select_config_pv .cols_title {
    color: #454444;
    margin-bottom: 20px;
    margin-top: 15px;

    font-size: 25px;
    font-weight: 400;
    font-family: 'proxima-nova', Helvetica, Arial, sans-serif;
    text-align: center;
}
.select_config_pv .btn { margin: 0;     border: 1px solid #af1f12;
    background: #cc2211; color: white; text-decoration: none; padding: 11px 20px;
    font-size: 14px;
    text-transform: none;
    font-family: 'proxima-nova', Helvetica, Arial, sans-serif;
    margin-left: 40px;
    margin-right: 10px;
    font-weight: 400;
    display: inline-block;
    position: relative;
    text-align: left;
    margin-bottom: 15px;
}
.select_config_pv  .cols_img {text-align: center; display: flex; justify-content: center;}
.select_config_pv .graybtn {    color: #606060;  background-color: #eaeaea;    border: 1px solid #c6c7c7;}

#select_config2 .Button {
    margin: 0 20px;
}


#select_config2 .Button-Configure {

    width: 140px;
    min-width: 140px;
  }

#select_config2 .cols_btn_wrap{display: flex;     justify-content: center;}
#select_config2 .cols_text {
    line-height: 24px;
    font-size: 16px;
    font-weight: 400;
}

/*.lity-wrap .lity-close {
    margin-top: -270px;
    margin-left: 210px;
    right: auto;
    top: auto;
}*/
.left-btn {
    justify-content: start;
    width: 130px;
}

.left-btn .Button-Image {
    height: 35px;
    width: 35px;
    margin-left: 4px;
    margin-right: 10px;
    min-width: 35px;
}
.left-btn:hover {
    background: #37C2DD;
    color: white;
}

.Details-Availability {
    font-size: 18px;
    font-weight: 500;
    position: relative;
    margin-top: 30px;
}

.Details-Availability-Msg {
    font-size: 14px;
    font-weight: 500;
    margin-top: 10px;
}

.Details-label-image {
    float: left;
    max-height: 14px;
    margin-right: 10px;
    margin-top: 8px;
}

.Details-label-image.award {
    max-height: 30px;
    margin-top: 0;
}

.Filter .inp-container {
    white-space: nowrap;
    display: flex;
    align-items: center;
}

.Filter.Filter-Range .Filter-Items {
    display: block;
}

.Filter.Filter-Range {
    display: block;
    flex-grow: 1;
}




.hide {
    display: none !important;
}

.Filter.wrap_html_fold .Filter-Items,
.Filter.wrap_html_flip .Filter-Items,
.Filter.wrap_html_cs .Filter-Items,
.Filter.wrap_html_mp .Filter-Items,
.Filter.wrap_html_ps .Filter-Items,
.Filter.wrap_html_gr .Filter-Items,
.Filter.wrap_html_pd .Filter-Items,
.Filter.wrap_html_wm .Filter-Items {
    flex-direction: row;
}

.FilterLast {
    flex-grow: 1;
}

.Filtered-Details .Close {
    top: 14px;
    right: 5px;
}

.FiltersTab-Body[data-tab='BaseOptions'] {
    height: 270px;
    overflow: hidden;
    position: relative;
}

.filter-more-button {
    position: absolute;
    right: 40px;
    bottom: 6px;
    line-height: 30px;
    height: 30px;
    color: #000000;
    font-size: 15px;
    cursor: pointer;
}

.filter-more-button:after {
    content: "";
    position: absolute;
    display: inline-block;
    width: 12px;
    height: 12px;
    top: 5px;
    right: -22px;
    border-right: 1px solid #555555;
    border-bottom: 1px solid #555555;
    transition: transform .5s, top .5s;
    transform: rotate(45deg);
}

.filter-more-button.active:after {
    transform: rotate(-135deg);
    top: 13px;
    border-color: #d13529;
    transition: transform .5s, top .5s;
}


.Filtered-DetailsWrapper-Bases  .Close {display: none;}

.Filtered-Item.itemTypebases.active:before {
    content: '';
    display: block;
    height: 30px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    background:none;
    border: none;
    width: auto
}


.itemTypebases .Filtered-Details { border: none; padding: 0px;}
.itemTypebases .Filtered-Details .Button-Configure img{ display: none;}
.itemTypebases .Button-Configure {min-width: 150px; width: 150px;}
.itemTypebases .Button-Configure p{padding: 0px}
.itemTypebases .Button-Details {    width: 120px;}
.itemTypebases .Details-Buttons { justify-content: space-around; wdith: calc(100% - 20px)}
.itemTypebases  .Filtered-DetailsWrapper-Bases .Button-Configure {
    margin: 0 10px 0 0;
    min-width: unset;
}

.active.use_new_buttons-2 .containerWrap {
/*    z-index: 100;
    background-color: #fff;
    margin-left: -17px;
    margin-top: -12px;
    padding: 12px 17px 19px 17px;
    right: 0;
    box-shadow: 0 0 13px 0 rgba(0, 0, 0, .4);
    margin-right: -17px;
    margin-bottom: -12px;*/
}

.Filtered-Item.active {
    z-index: 80;
    overflow: visible;
}

.Filtered-Item.active:last-child {
    min-height: 328px;
}

.active.itemTypebases .Filtered-InfoWrapper {
    padding-bottom: 15px;
}
.itemTypebases .Filtered-Info {margin-left: 4px;}

.itemTypebases .Filtered-Shapes {display: none;}
.Filtered-Item.use_new_buttons-2 {
    height: auto;
}

.use_new_buttons-2  .Filtered-InfoWrapper, .active.use_new_buttons-2 .Filtered-InfoWrapper {
    padding: 0px;
    padding-top: 0px;
    margin-top: 17px;
}


.use_new_buttons-2 .Filtered-SelectButton {
    display: none;
}

.use_new_buttons-2 .Filtered-Info {
    margin: 0;
    justify-content: flex-start;
}

.use_new_buttons-2 .Filtered-SubTitle {
    padding-top: 4px;
    text-align: center;
    min-height: 16px;
}

.use_new_buttons-2 .containerWrap {
    padding: 0px 0px 20px 0px;
}

.use_new_buttons-2.active .containerWrap {
/*    position: absolute;
    padding: 22px 37px 72px 27px;
    left: -10px;
    right: 0;
    top: -10px;
    bottom: -30px;
    margin: 0;*/
}

.use_new_buttons-2.active.gsa-item .containerWrap {
    bottom: -70px;
}

.Button-Text span {
    display: none;
}
.Button-DetailsText span {
    display: none;
}

@media all and (max-width: 1560px) {
    .use_new_buttons-2 .Button-Configure {
        min-width: 110px;
        width: 110px;
    }

    .use_new_buttons-2 .Details-Buttons {
        justify-content: space-evenly;
    }


}
@media all and (max-width: 1280px) {
    .use_new_buttons-2  .Button-Details {
     height: 32px;
        width: 90px;
    }
    .use_new_buttons-2 .Button-Configure {
        height: 32px;
        font-size: 14px;
        min-width: 100px;
        width: 100px;

    }
    .use_new_buttons-2 .Filtered-DetailsWrapper-Bases .Button-DetailsText {
        font-size: 14px;
    }
}

.use_new_buttons-2 .Button-Text {
    font-size: 16px;
}
.Filter-Item label {
    font-size: 16px;
    text-transform: none;
    font-weight: 400;
}
.use_new_buttons-2 .Button-Details {height: 33px; width: 85px; font-size: 16px; margin-right: 20px }
.use_new_buttons-2 .Button-Details .Button-DetailsText span {display: none; }
.use_new_buttons-2 .Button-Configure {height: 33px;     min-width: 140px;  width: 140px; }

.use_new_buttons-2 .Details-Buttons {
    justify-content: center;
    flex-direction: column;
    align-items: center;
}
.special_offer {
    top: 45px;
    left: 9px;
    position: absolute;
    transform: rotate(-45deg);
    background: #4ab0b3;
    color: white;
    z-index: 79;
    padding: 3px 11px 4px 11px;
}
.active .special_offer {
    top: 55px;
    left: 19px;
}
.selectric-SortBy{
    width: 160px !important;
}

.special_offer:after {

    content: '';
    transform: rotate(45deg);
    position: absolute;
    left: 94px;
    top: 9px;
    width: 0;
    height: 0;
    border-left: 16px solid transparent;
    border-right: 16px solid transparent;
    border-top: 16px solid #4ab0b3;
    clear: both;
}

.special_offer:before {

    content: '';
    transform: rotate(-45deg);
    position: absolute;
    left: -21px;
    bottom: -2px;
    width: 0;
    height: 0;
    border-left: 16px solid transparent;
    border-right: 16px solid transparent;
    border-top: 16px solid #4ab0b3;
    clear: both;
}

/*.active.use_new_buttons-2.itemTypetables .Filtered-DetailsWrapper {overflow: auto; height: 50px; bottom: auto; margin-top: -50px; max-height: initial; margin-left: auto;}*/
.active.use_new_buttons-2.itemTypetables:before {display: none;}
.options__item .special_offer {
    top: 13px;
    left: 0;
    position: absolute;
    transform: rotate(-45deg);
    background: #4ab0b3;
    color: white;
    z-index: 79;
    font-size: 12px;
    padding: 3px 0 4px 0;
}

.options__item  .special_offer:before {
    content: '';
    transform: rotate(-45deg);
    position: absolute;
    left: -19px;
    bottom: -2px;
    width: 0;
    height: 0;
    border-left: 14px solid transparent;
    border-right: 15px solid transparent;
    border-top: 15px solid #4ab0b3;
    clear: both;
}

.options__item   .special_offer:after {
    content: '';
    transform: rotate(45deg);
    position: absolute;
    left: 36px;
    top: 8px;
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 14px solid transparent;
    border-top: 15px solid #4ab0b3;
    clear: both;
}

.Reduced {width: 100%; color: #007679;
    font-size: 15px;
    line-height: 20px;
}

#l_prg_212 {    margin-top: 20px; color: #4ab0b3; font-weight: 500; font-size:16px }

#l_prg_212 .CheckInput:checked + .CheckBox {
    background-color: #4ab0b3;
    border: 1px solid #4ab0b3;
}


@media all and (min-width: 1024px)   and (max-width: 1224px) {
    .Filtered-Item {
        width: 33.333%;
    }
}

@media all and (min-width: 1224px)   and (max-width: 1620px) {
    .Filtered-Item {
        width: 33.33%;
    }
}

.use_new_buttons-2.gsa-item .Details-Buttons {
    flex-wrap: wrap;
}

.use_new_buttons-2.gsa-item .Button {
    margin-bottom: 10px;
    margin-right: 5px;
    width: auto;
    margin-left: 5px;
    padding: 0 15px;
}

.use_new_buttons-2.gsa-item .Button:last-child {
    margin-bottom: 0;
}

@media all and (max-width: 1200px) {
    .use_new_buttons-2.gsa-item .Button-Details .Button-DetailsText span {
        display: none;
    }
}

.Button-Text span.gsa-title {
    display: inline;
}

@media all and (max-width: 430px) {
    .use_new_buttons-2 .Filtered-DetailsWrapper.Filtered-DetailsWrapper-Bases {
        display: block;
    }

    .title_wrap #gsa {
        padding: 0;
        /*display: flex !important;*/
        justify-content: center;
    }

    .Filtered {
        width: 100%;
        display: block;
    }

    .Filtered-Item {
        padding-right: 0;
    }

    .active.use_new_buttons-2 .containerWrap {
        box-shadow: none;
    }

    .use_new_buttons-2 .containerWrap {
        padding-bottom: 30px;
    }

    .itemTypebases .Filtered-DetailsWrapper {
        max-height: 0;
    }
}
.j-modal__content .update_quote_project_number .Button-Details{
    height: 34px;
    text-decoration: none;
    border: 1px solid #37C2DD;
    /* color: #37C2DD; */
    width: 200px;
    display: flex;
    align-items: center;
    border-radius: 25px;
    padding: 0;
    justify-content: center;
    transition: .5s;
}

.Details-Buttons a.white-button {
    color: #37C2DD;
    border: 1px solid #37C2DD;
    background-color: white;
}
.Details-Buttons a, .Details-Buttons div {
    margin: 0 0 10px 0;
    width: 38%;
    text-align: center;
    padding: 2% 4%;
    font-size: 15px;
}
.containerWrap .Details-Buttons .commercial, .containerWrap .Details-Buttons .contract, .containerWrap .Details-Buttons .open_in_modal {
    border: 1px solid #37C2DD;
    background-color: #37C2DD;
    color: white;
}
.containerWrap .Details-Buttons .view:hover {
    border: 1px solid #37C2DD;
    background-color: #37C2DD;
    color: white;
    font-weight: 400;
}
/*contract_quote_popup*/
#contract_quote_popup .j-modal__content {
    width: 350px;
    padding: 20px 20px 0 20px;
}
#contract_quote_popup h3{
    text-align: center;
}
#contract_quote_popup .j-modal__wrap{
    padding: 0px;
}
#contract_quote_popup .cancel-wrapper{
    padding: 0px;
    margin: 0 20px 20px;
}
#contract_quote_popup .cancel-wrapper a{
    margin-bottom: 0px;
    line-height: 30px;
    text-transform: capitalize;
    font-weight: 600;
    width: calc(50% - 20px);
    padding: 0px 20px
}
#contract_quote_popup .cancel-wrapper a.apply{
    margin-left: 0px;
}
#contract_quote_popup .Inputs-Wrap{
    margin: 30px 0 40px 0;
    display: flex;
    justify-content: space-around;
}
#contract_quote_popup .Inputs-Wrap .custom-control-label{
    margin-left: 5px;
}
#contract_quote_popup .Inputs-Wrap .custom-control{
    display: flex;
    align-items: center;
}





.Details-Buttons .white-button:hover {
    background: white;
    color: #37C2DD;
}
.catalog-button{
    text-align: center;
    border: 1px solid #37C2DD;
}
.catalog-button:hover{
    background-color: #37C2DD;
    color: white;
}
.Details-Buttons .customer-service-link {min-width: 64px;}
.selectric .button {
    padding:0px
}
.selectric .button:active:after, .selectric .button:focus:after, .selectric .button:hover:after {
    border-width:  4px;
}
.selectric-open .isOpen .button:after{
    transform: rotate(
        180deg
);
}

.containerWrap .isDev:before {
    content: 'COMING SOON!';
    background: #f78b33;
    color: white;
    position: absolute;
    z-index: 1;
    padding: 3px 30px;
    transform: rotateY(
            0deg
    ) rotate(
            -45deg
    );
    top: 32px;
    left: -35px;

}

.filters-search_view.content-inside {
    padding: 0 20px 15px 20px;
}
.Filtered-Item:hover .FilteredImage {
    opacity: 0.75;
}
.Filtered-Item:hover .isOverlay{
    background: black;
    box-sizing: content-box;
    width: 100%;
    position: absolute;
    display: block;
    height: calc(100% - 6px);
}