:root {
    --columnCount: 6;
}

.customDivContainer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border: none;
    width: calc(100% + 4px);
    height: initial;
}

.pb_labelFontSize {
    font-size: 14px;
}

.pb_greyBox {
    background: #d1d5d6;
    padding: 7px 7px 7px 0px;
}

.pb_blackFont {
    color: #000;
}

.pb_paddingLeft {
    padding-left: 7px;
}

.vertical-align-top {
    vertical-align: top;
}

.pb_footerSection {
    padding: 7px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.pb_whiteBox {
    background: #fff;
    padding: 7px 7px 7px 3px;
    display: block;
    border: 1px solid #000;
}

.pb_footerLabel {
    width: 10%;
    float: left;
    margin-top: 8px;
}

.catNumber {
    display: block;
    padding: 10px 5px 10px 10px;
}

.pb_mod {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.pb_description {
    margin-top: 5px;
    word-wrap: break-word;
    min-height: 100px !important;
}


.pb_btnSection {
    display: block;
    text-align: right;
    margin-top: 15px;
}
    .pb_btnSection .row {
        padding-top: 10px;
        margin: 0;
        display: flex;
        justify-content: flex-end;
    }
 

.PageAlertMessage {
    padding-right: 7px;
}

#myAlertModal .modal-dialog {
    position: absolute;
    margin: 0;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.fixture {
    width: 100%;
}


.quantity input:not(.btn) {
    border: none;
    padding: 7px 7px 7px 3px;
    min-width: 80px;
}

.pb_footerText {
    width: 90%;
}

.configurationSection {
    border-top: 10px solid #fff;
}

.form-control {
    color: #000;
}

.PriceBuilderColumnTitle {
    display: block;
    padding: 10px 7px 10px 7px;
    background: #D9D9D9;
    color: #000 !important;
    font-weight: bold !important;
    font-family: Gotham-Bold;
    margin-bottom: 0 !important;
    border-bottom: 1px solid rgb(0, 0, 0);
}

.customDivContainer .customDiv {
    background: none !important;
}

.customDivContainer .Test {
    width: calc((100% / 6) - 10px) !important;
    width: calc((100% / var(--columnCount)) - 10px) !important;
    /*border: 4px solid #fff;*/
    border-left-width: 0;
    border-top: none;
    margin-bottom: 10px;
    margin-right: 10px;
}

    .customDivContainer .Test:last-of-type {
        /*border-right-width:1px !important;*/
    }

    .customDivContainer .Test select {
        font-size: 15px !important;
        background: url(/images/arrowdown_white.png) no-repeat right #000 !important;
        background-size: 15px !important;
        padding-right: 24px !important;
        background-position: 98% !important;
        cursor: pointer;
        color: #fff;
        padding: 10px 0 10px 10px;
        /* width: fit-content;
         border: none; */
        border-left: none;
        border-right: none;
        border-bottom: none;
    }

.w50 {
    width: 50%;
}

.w100 {
    width: 100%;
}

@media (max-width: 1400px) {
    .customDivContainer .Test select {
        font-size: 10px !important;
    }
}

@media (max-width: 992px) {
    .customDivContainer .Test select {
        font-size: 12px !important;
    }
}

.customDivContainer .Test div.customDiv {
    width: 100% !important;
    display: block !important;
    height: 100%;
    border-left: none;
}

    .customDivContainer .Test div.customDiv ul {
        min-height: 100%;
        height: initial !important;
        margin-top: 0;
        /*padding: 5px 7px;*/
    }

        .customDivContainer .Test div.customDiv ul li {
            text-align: left !important;
        }

            .customDivContainer .Test div.customDiv ul li:first-of-type {
                margin-top: initial;
            }

            .customDivContainer .Test div.customDiv ul li .tableBtn {
                padding: 10px 5px 10px 10px;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
                -webkit-box-pack: justify;
                -ms-flex-pack: justify;
                justify-content: space-between;
                /*padding-right: 20px;*/
            }

                .customDivContainer .Test div.customDiv ul li .tableBtn .optionItems {
                    width: 100%;
                    display: -webkit-box;
                    display: -ms-flexbox;
                    display: flex;
                }

@media (max-width: 1400px) {
    .customDivContainer .Test div.customDiv ul li .tableBtn .optionItems {
        font-size: 10px;
    }
}

@media (max-width: 992px) {
    .customDivContainer .Test div.customDiv ul li .tableBtn .optionItems {
        font-size: 12px;
    }
}

.customDivContainer .Test div.customDiv ul li .tableBtn .optionItems b {
    white-space: nowrap;
}

.customDivContainer .Test div.customDiv ul li .tableBtn .optionItems div {
    visibility: initial;
}

.customDivContainer .Test div.customDiv ul li .tableBtn.activetableBtn {
    cursor: default;
}

    .customDivContainer .Test div.customDiv ul li .tableBtn.activetableBtn .fa {
        display: block;
        cursor: pointer;
    }

        .customDivContainer .Test div.customDiv ul li .tableBtn.activetableBtn .fa:hover {
            color: #ff6961;
        }

.customDivContainer .Test div.customDiv ul.d-flexWrap li .tableBtn {
    width: 100%;
}

.customDivContainer .Test div.customDiv ul.d-flexWrap li select {
    border-top: 0;
    width: 70px !important;
    background-position: 50px !important;
    min-width: 70px;
}

.customDivContainer .Test:last-of-type {
    border-right-width: 1px;
}

.quantity {
    display: inline-block;
    width: fit-content;
    text-align: right;
    margin-left: 20px;
    /*padding-top: 10px;
  padding-bottom: 10px;*/
}

.OptionsCBL tbody td,
.CBL_heading {
    color: #000;
}

.pricebuilderList li {
    /*padding: 0px 0px !important;*/
}

.OptionsCBL tbody td label {
    font-weight: normal !important;
    font-size: 75%;
}

.CBL_heading label,
.OptionsTitle {
    color: #000;
    font-weight: bold !important;
    font-size: 75%;
}

.CBL_heading label {
    font-size: 90%;
}

.OptionsTitle {
    padding-left: 10px;
    /*padding-left:0 !important;*/
}

.configurationSection {
    padding: 0 !important;
    color: #000 !important;
    background: #fff;
}

.customDiv {
    color: #000 !important;
}

@media (max-width: 1220px) {
    .customDivContainer .Test {
        width: 18.75% !important;
    }
}

@media (max-width: 1024px) {
    .customDivContainer .Test {
        width: 23.75% !important;
    }
}

@media (max-width: 992px) {
    .customDivContainer .Test {
        width: 23.7% !important;
    }
}

@media (max-width: 768px) {
    .customDivContainer .Test {
        width: calc((100% / (var(--columnCount) - 3)) - 10px) !important;
    }

        .customDivContainer .Test div.customDiv ul {
            font-size: 90%;
        }
}

@media (max-width: 650px) {
    .customDivContainer .Test {
        width: 32% !important;
    }
}

/*@media (max-width:525px)
{
    .customDivContainer .Test
    {
        width: 49.5% !important;
    }

        .customDivContainer .Test div.customDiv ul
        {
            font-size: 85%;
        }
}*/
@media (max-width: 500px) {
    .customDivContainer .Test {
        width: 49.5% !important;
    }

        .customDivContainer .Test div.customDiv ul {
            font-size: 85%;
        }
}

@media (max-width: 425px) {
    .customDivContainer .Test {
        width: 100% !important;
    }

        .customDivContainer .Test div.customDiv ul {
            font-size: 85%;
        }
}

.customDivContainer .Test div.customDiv ul li * {
    max-width: 100%;
}

.customDivContainer .Test div.customDiv ul li b {
    font-weight: bold !important;
    font-family: Gotham-Bold;
}

.btnNone {
    padding: 0;
}

    .btnNone label {
        display: block;
        padding-left: 0;
        background: #666666;
        text-align: center;
        padding: 10px 0;
    }

.btnShowHide input,
.cbNone input {
    display: none;
}

.btnShowHide label,
.cbNone label {
    display: block;
    background: #fff;
    text-align: center;
    padding: 10px 0;
    text-transform: uppercase;
    cursor: pointer;
}

/*.btnShowHide label:hover, .cbNone label:hover
    {
        background: #666666;
    }*/
.btnShowHide input[type="checkbox"]:checked ~ label {
    background: #666666;
}

.cbNone label,
.cbNone input[type="checkbox"]:checked ~ label {
    background: #666666;
}

/*.btnShowHide input[type=checkbox]:checked ~ label:hover, .cbNone input[type=checkbox]:checked ~ label:hover
    {
        background: #fff;
    }*/
.OptionQuantity {
    display: none;
}

.LumenOutput {
    -webkit-box-ordinal-group: 23;
    -ms-flex-order: 22;
    order: 22;
}

.CRITrue {
    -webkit-box-ordinal-group: 22;
    -ms-flex-order: 21;
    order: 21;
}

.ColorTemp {
    -webkit-box-ordinal-group: 21;
    -ms-flex-order: 20;
    order: 20;
}

.BeamAngle {
    -webkit-box-ordinal-group: 20;
    -ms-flex-order: 19;
    order: 19;
}

.Voltage {
    -webkit-box-ordinal-group: 19;
    -ms-flex-order: 18;
    order: 18;
}

.Driver {
    -webkit-box-ordinal-group: 18;
    -ms-flex-order: 17;
    order: 17;
}

.TrimFinish {
    -webkit-box-ordinal-group: 17;
    -ms-flex-order: 16;
    order: 16;
}

.GimbalFinish {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}

.CableLength,
.HousingInterior {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
}

.FlangeType {
    -webkit-box-ordinal-group: 15;
    -ms-flex-order: 14;
    order: 14;
}

.FrameFinish {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}

.HousingType {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
}

.GridType {
    -webkit-box-ordinal-group: 17;
    -ms-flex-order: 16;
    order: 16;
}

.Housing {
    -webkit-box-ordinal-group: 18;
    -ms-flex-order: 17;
    order: 17;
}

.LEDSystem {
    -webkit-box-ordinal-group: 19;
    -ms-flex-order: 18;
    order: 18;
}

.LensOption {
    -webkit-box-ordinal-group: 20;
    -ms-flex-order: 19;
    order: 19;
}

.Trimless {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
}

.Wattage {
    -webkit-box-ordinal-group: 21;
    -ms-flex-order: 20;
    order: 20;
}

.RunType {
    -webkit-box-ordinal-group: 22;
    -ms-flex-order: 21;
    order: 21;
}

.Option {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
}

.OptionQuantity {
    -webkit-box-ordinal-group: 23;
    -ms-flex-order: 22;
    order: 22;
}

.LampSource,
.Length {
    -webkit-box-ordinal-group: 32;
    -ms-flex-order: 31;
    order: 31;
}

.Size {
    -webkit-box-ordinal-group: 34;
    -ms-flex-order: 33;
    order: 33;
}

.Collar {
    -webkit-box-ordinal-group: 35;
    -ms-flex-order: 34;
    order: 34;
}

.LEDSystem_Direct {
    -webkit-box-ordinal-group: 36;
    -ms-flex-order: 35;
    order: 35;
}

.LEDSystem_Indirect {
    -webkit-box-ordinal-group: 37;
    -ms-flex-order: 36;
    order: 36;
}

.Finish {
    -webkit-box-ordinal-group: 38;
    -ms-flex-order: 37;
    order: 37;
}

.Circuiting {
    -webkit-box-ordinal-group: 39;
    -ms-flex-order: 38;
    order: 38;
}

.InsertFinish {
    -webkit-box-ordinal-group: 40;
    -ms-flex-order: 39;
    order: 39;
}

.LampSpacing {
    -webkit-box-ordinal-group: 41;
    -ms-flex-order: 40;
    order: 40;
}

.customDiv li .activetableBtn {
    top: 0;
    left: 0;
    -webkit-transition: initial;
    transition: initial;
    text-transform: uppercase;
    font-family: inherit;
    text-decoration: none;
    outline: 0;
    font-weight: inherit;
}

.active_customDiv {
    top: 0;
    left: 0;
    text-transform: initial;
    font-family: inherit;
    background: none;
    text-decoration: none;
    outline: 0;
    font-weight: initial;
}

.errorMessageRow {
    padding: 7px;
}

.Test {
    border: 1px solid #000 !important;
}

    .Test .pricebuilderList {
        visibility: initial;
    }

        .Test .pricebuilderList li {
            position: relative;
        }

            .Test .pricebuilderList li .removeButton {
                display: none !important;
            }

            .Test .pricebuilderList li div {
                width: calc(100% - 20px);
            }

            .Test .pricebuilderList li.activetableBtn {
                cursor: default;
            }

            .Test .pricebuilderList li a:hover {
                background: rgba(97, 95, 95, 0.2);
            }

            .Test .pricebuilderList li.activeli {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-align: stretch;
                -ms-flex-align: stretch;
                align-items: stretch;
                -webkit-box-pack: justify;
                -ms-flex-pack: justify;
                justify-content: space-between;
            }

                .Test .pricebuilderList li.activeli .removeButton {
                    display: block !important;
                    padding: 10px 5px 10px 5px;
                    background: #000;
                    color: #fff;
                    position: absolute;
                    right: 0;
                    height: 100%;
                }

@media (max-width: 1400px) {
    .Test .pricebuilderList li.activeli .removeButton {
        padding: 10px 4px 4px;
    }
}

.Test .pricebuilderList li.activeli .removeButton:hover {
    color: #ff6961;
}

.Test .pricebuilderList li.uniqueLi {
    display: block;
}

.Test .pricebuilderList li.setOfTwoDDL {
    visibility: initial;
}

    .Test .pricebuilderList li.setOfTwoDDL .setOfTwoDDLRow {
        width: 100%;
        position: relative;
    }

        .Test .pricebuilderList li.setOfTwoDDL .setOfTwoDDLRow select {
            visibility: initial;
        }

            .Test .pricebuilderList li.setOfTwoDDL .setOfTwoDDLRow select.bigDDL {
                width: calc(75% - 5px) !important;
            }

            .Test .pricebuilderList li.setOfTwoDDL .setOfTwoDDLRow select.smallDDL {
                width: 25% !important;
            }

.Test .pricebuilderList li .ValidationError {
    color: #ff6961;
    position: absolute;
    left: 10px;
    bottom: 0;
    font-size: 12px !important;
}

.Test .pricebuilderList tr:hover {
    background: rgba(97, 95, 95, 0.2);
}

.Test .activetableBtn {
    background-color: #000 !important;
    color: #fff !important;
}

.Test .btnShowHide_container .btnShowHide input[type="checkbox"]:checked ~ label {
    background-color: #000 !important;
    color: #fff !important;
}

.Test .btnShowHide_container .btnShowHide label {
    background: #bcc1c2;
}

.disableLi {
    background-color: #e6e6e6;
    color: #b6b8ba;
    cursor: not-allowed;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .disableLi * {
        color: #b6b8ba !important;
        cursor: not-allowed !important;
    }

        .disableLi *:hover {
            background-color: #e6e6e6 !important;
        }

    .disableLi:before {
        height: 100%;
        content: ".";
        position: absolute;
        width: 100%;
        color: #e6e6e6;
        left: 0;
    }

input[type="checkbox"][disabled] {
    background-color: #e6e6e6 !important;
    color: #b6b8ba;
    cursor: not-allowed;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    input[type="checkbox"][disabled] ~ label {
        background-color: #e6e6e6 !important;
        color: #b6b8ba;
        cursor: not-allowed;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

.priceBuilder .Test td input[type="checkbox"] {
    display: none;
}

    .priceBuilder .Test td input[type="checkbox"]:checked ~ label {
        background: #000;
        color: #fff;
    }

        .priceBuilder .Test td input[type="checkbox"]:checked ~ label:after {
            font: normal normal normal 14px/1 FontAwesome;
            content: "\f00d";
            position: absolute;
            right: 5px;
            top: 50%;
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
        }

            .priceBuilder .Test td input[type="checkbox"]:checked ~ label:after:hover {
                color: #ff6961;
                cursor: pointer;
            }

.priceBuilder .Test td label {
    position: relative;
    width: 100% !important;
    height: 100%;
    padding: 10px 5px 10px 10px;
    margin-bottom: 0;
}

.resetButton {
    /* margin-bottom: 5px; */
    background: #000;
    color: #fff;
    border: 0;
    padding: 5px;
    /* float: right; */
    /* margin-right: 1.3%;
    margin-top: 0.55%; */
    min-height: 41px;
    display: block;
}

.showInPDF {
    display: none;
}

    .showInPDF .orderInformation {
        visibility: initial;
    }

        .showInPDF .orderInformation .heading {
            padding: 10px;
            background: #000;
            color: #fff;
            font-family: Gotham-Bold;
        }

        .showInPDF .orderInformation .projectDetails {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            padding: 5px 0.55%;
            width: 100%;
            padding-right: 1.1%;
        }

            .showInPDF .orderInformation .projectDetails .projectDetailsRow {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                margin: 10px 0;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
            }

            .showInPDF .orderInformation .projectDetails .left {
                width: 65%;
            }

                .showInPDF .orderInformation .projectDetails .left .rowLabel {
                    width: 95px;
                }

                .showInPDF .orderInformation .projectDetails .left .rowData {
                    width: calc(100% - 95px);
                }

            .showInPDF .orderInformation .projectDetails .right {
                width: 35%;
            }

                .showInPDF .orderInformation .projectDetails .right .rowLabel {
                    width: 65px;
                    padding-left: 15px;
                }

                .showInPDF .orderInformation .projectDetails .right .rowData {
                    width: calc(100% - 65px);
                }

            .showInPDF .orderInformation .projectDetails input {
                width: 100%;
                background: #fff;
                padding: 7px 7px 7px 3px;
                border: none;
            }

.projectHeader {
    margin-right: 10px;
}

    .projectHeader .hearderBar {
        color: #fff;
        background: #000;
        padding: 10px 7px 10px 7px;
        font-size: 18px;
    }

    .projectHeader .projectDetails {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: center;
    }

@media (max-width: 1400px) {
    .projectHeader .projectDetails {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-top: 10px;
    }
}

.projectHeader .projectDetails .data_row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #000;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 10px 0;
}

.projectDetails .data_row:last-of-type .catalogRight .text {
    margin-bottom: 0;
}

.projectHeader .projectDetails .data_row:last-of-type {
    margin-bottom: 50px;
}

.product-configurator .projectDetails .data_row:last-of-type {
    margin: 0;
    gap: 10px;
    justify-content: end;
    align-items: center;
    flex-wrap: wrap;
}

    .product-configurator .projectDetails .data_row:last-of-type > div {
        display: flex;
        gap: 10px;
        justify-content: end;
        width: 100%;
    }

@media (max-width: 1400px) {
    .projectHeader .projectDetails .data_row {
        margin: 0 0 10px;
    }
}

@media (max-width: 767px) {
    .projectHeader .projectDetails .data_row {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.projectHeader .projectDetails .data_row .label {
    color: #000;
    font-size: 16px;
    background: #D9D9D9;
    border-radius: 0;
    margin-right: 5px;
    border: 1px solid #000;
    width: 130px;
    font-family: Gotham-Bold;
    text-align: left;
    min-height: 41px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width: 767px) {
    .projectHeader .projectDetails .data_row .label {
        width: 100%;
        margin-right: 0px;
        margin-bottom: 5px;
    }
}

.projectHeader .projectDetails .data_row .text {
    width: calc(100% - 130px);
}

@media (max-width: 767px) {
    .projectHeader .projectDetails .data_row .text {
        width: 100%;
    }
}

.projectHeader .projectDetails .data_row .text input {
    width: 100%;
    min-height: 41px;
    padding: 0 4px;
    height: 100%;
}

.projectHeader .projectDetails > .left {
    width: calc((100% - (100% / 6) * 2) + 10px);
    width: calc((100% - (100% / var(--columnCount)) * 2) + 10px);
    margin-right: 10px;
}

@media (max-width: 1400px) {
    .projectHeader .projectDetails > .left {
        width: 100%;
        margin-right: 0px;
    }
}

.projectHeader .projectDetails > .right {
    width: calc((100% / 6) * 2);
    width: calc((100% / var(--columnCount)) * 2);
}

@media (max-width: 1400px) {
    .projectHeader .projectDetails > .right {
        width: 100%;
    }
}

.projectHeader .projectDetails > .right .left,
.projectHeader .projectDetails > .right .right {
    width: 50%;
}

.projectHeader .projectDetails > .right .label {
    width: 100px;
}

@media (max-width: 1400px) {
    .projectHeader .projectDetails > .right .label {
        width: 130px;
    }
}

@media (max-width: 767px) {
    .projectHeader .projectDetails > .right .label {
        width: 100%;
        margin-right: 0px;
        margin-bottom: 5px;
    }
}

.projectHeader .projectDetails > .right .text {
    width: calc(100% - 100px);
}

@media (max-width: 1400px) {
    .projectHeader .projectDetails > .right .text {
        width: calc(100% - 130px);
    }
}

@media (max-width: 767px) {
    .projectHeader .projectDetails > .right .text {
        width: 100%;
    }
}

.topButtonContainer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: initial;
    -ms-flex-align: initial;
    align-items: initial;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

@media (max-width: 1400px) {
    .topButtonContainer {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.topButtonContainer .buttonsAbovePriceBuilder {
    width: calc(100% - (100% / 6));
    width: calc(100% - (100% / var(--columnCount)));
    /* margin-top: 50px; */
}

@media (max-width: 1400px) {
    .topButtonContainer .buttonsAbovePriceBuilder {
        width: 100%;
    }
}

.topButtonContainer .buttonsAbovePriceBuilder .filterButtons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.topButtonContainer .buttonsAbovePriceBuilder .priceBuilderTopButtons {
    /* width: calc((100% / 5) - 10px);
    width: calc((100% / (var(--columnCount) - 1)) - 10px); */
    margin: 0px 10px 10px 0;
    min-height: 76px;
    width: calc((100% / var(--columnCount)) - 8px);
    border: 1px solid #000;
}

@media (max-width: 1400px) {
    .topButtonContainer .buttonsAbovePriceBuilder .priceBuilderTopButtons {
        width: calc((100% / (var(--columnCount) - 3)) - 10px);
    }
}

@media (max-width: 767px) {
    .topButtonContainer .buttonsAbovePriceBuilder .priceBuilderTopButtons {
        width: 100%;
    }
}

.topButtonContainer .buttonsAbovePriceBuilder .priceBuilderTopButtons:not(.active) .priceBuilderTopButtons_row {
    color: #000 !important;
}

.topButtonContainer .buttonsAbovePriceBuilder .priceBuilderTopButtons:hover * {
    color: #fff !important;
}

.topButtonContainer .clearAllContainer {
    width: calc((100% / 6) - 10px);
    width: calc((100% / var(--columnCount)) - 10px);
    /* margin: 0px 10px 10px 0; */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media (max-width: 1400px) {
    .topButtonContainer .clearAllContainer {
        width: calc((100% / (var(--columnCount) - 3)) - 10px);
    }
}

@media (max-width: 767px) {
    .topButtonContainer .clearAllContainer {
        width: 100%;
    }
}

.topButtonContainer .clearAllContainer .resetButton {
    float: initial;
    margin: 0;
    width: 100%;
}

.topButtonContainer .clearAllContainer .downloadSpecsheet {
    margin-right: 0;
    margin-bottom: 0;
}

    .topButtonContainer .clearAllContainer .downloadSpecsheet .btnDownloadSpecsheet,
    .topButtonContainer .clearAllContainer .downloadSpecPackage .btnDownloadSpecPackage {
        width: 100%;
    }

.filterHeading .clearAllContainer {
    margin-bottom: 0;
}

.configuratorSection {
    padding: 0 15px;
}

@media (max-width: 767px) {
    .configuratorSection {
        padding: 0 5px;
    }
}

.downloadSpecsheet, downloadSpecPackage {
    margin: 0px 10px 10px 0;
    text-align: right;
}

    .downloadSpecsheet .btnDownloadSpecsheet,
    .downloadSpecPackage .btnDownloadSpecPackage{
        width: calc((100% / 6) - 8px);
        width: calc((100% / var(--columnCount)) - 8px);
        min-height: 41px;
    }

@media (max-width: 1400px) {
    .downloadSpecsheet .btnDownloadSpecsheet,
    .downloadSpecPackage .btnDownloadSpecPackage {
        width: calc((100% / (var(--columnCount) - 3)) - 10px);
    }
}

@media (max-width: 767px) {
    .downloadSpecsheet .btnDownloadSpecsheet,
    .downloadSpecPackage .btnDownloadSpecPackage {
        width: 100%;
    }
}

.bntPB {
    border: 0;
    padding: 5px;
    border: 1px solid #000;
    font-size: 16px;
    font-family: 'Gotham-Medium';
}

.otherBtn {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    text-align: center;
}

    .otherBtn > .otherBtn_one {
        /* padding-left: 7px; */
        display: flex;
        justify-content: flex-end;
        gap: 10px;
        /* width: calc((100% / var(--columnCount)) * 2); */
        width: 5.9rem;
    }

        .otherBtn > .otherBtn_one .bntPB.black {
            /* background: #000;
        color: #fff; */
            flex: 1;
        }

.bntPB.black:hover {
    background: #fff !important;
    color: #000 !important;
}

.bntPB.white {
    background: #fff;
    color: #000;
}

    .bntPB.white:hover {
        background: #000;
        color: #fff;
    }

.mr-10 {
    margin-right: 10px !important;
}

.ml-10 {
    margin-left: 10px !important;
}

.mt-10 {
    margin-top: 10px !important;
}

.mb-10 {
    margin-bottom: 10px !important;
}

.filterHeading {
    font-size: 16px;
    margin-bottom: 10px;
    line-height: 16px;
}

.mr-5 {
    margin-right: 5px !important;
}

.ml-5 {
    margin-left: 5px !important;
}

.customDivContainer .Test div.customDiv .runtype_item {
    padding: 0px;
}

.Test .pricebuilderList li .runtype_item_div {
    display: inline-block;
    width: auto;
}

.customDivContainer .Test div.customDiv ul .runtype_item_li {
    padding: 0;
    background-color: #000 !important;
    color: #fff !important;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: -internal-light-dark(rgb(118, 118, 118), rgb(133, 133, 133));
}

    .customDivContainer .Test div.customDiv ul .runtype_item_li .runtype_item_div1 {
        width: calc(75% - 5px) !important;
    }

    .customDivContainer .Test div.customDiv ul .runtype_item_li .runtype_item_div2 {
        border-left-width: 1px;
        border-left-style: solid;
        border-left-color: -internal-light-dark(rgb(118, 118, 118), rgb(133, 133, 133));
        width: 25% !important;
    }

.fixtureheadspacing_custom {
    border-left-width: 1px;
    border-left-style: solid;
    border-left-color: -internal-light-dark(rgb(118, 118, 118), rgb(133, 133, 133));
    width: 25% !important;
    background-color: black;
    color: white;
}
/*# sourceMappingURL=priceBuilderStyle.css.map */

.collapseItem {
    margin: 0 !important;
}

    .collapseItem .collapseItemBody {
        /* max-height: 0; */
        overflow: hidden;
        /* transition: all 0.35s; */
    }

    .collapseItem .collapseItemHeaderText {
        font-size: 20px !important;
        line-height: 24px;
        margin-top: 18px !important;
        margin-bottom: 6px;
    }

    .collapseItem .clearAllContainer {
        display: none;
        margin-top: 10px;
    }

.select-downlight-type {
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 4px;
    margin-top: 15px;
}


.txtCatalogNum {
    width: 100%;
    height: 41px;
    min-height: 41px;
    line-height: 41px;
    padding: 0 4px;
    overflow: hidden;
    resize: none;
    vertical-align: middle;
    border: 1px solid rgb(118, 118, 118);
    white-space: nowrap;
    word-break: break-all;
}
