* {
    margin: 0;
    padding: 0;
}

h1,
h2,
h3,
div,
span{

    font-family: "Montserrat", sans-serif;
}

p,
a,
h4,
h5,
h6 {
    font-family: "Roboto", sans-serif;
}

/* <-- ---------------------Buyers-Guide-css---------------------------------- --> */

.buyers-guide-heading {
    text-align: center;
    font-weight: 600;
    margin: 12px auto 20px;
    color: #000000;
    font-size: 28px;
    max-width: 1140px;
}
.buyers-guide-heading-col {
    padding: 10px;
    text-align: center;
}
.plugins-heading-col {
    text-align: center;
     padding: 10px;
}
.buyers-guide-bottom-heading {
    text-align: center;
    font-weight: bold;
    margin-top: 32px;
    color: #000000;
    font-size: 20px;
    font-family: "Roboto", sans-serif;
}
.buyers-guide-inner-sec {
    max-width: 1140px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    gap: 20px;
}

.buyers-guide-col {
    border: 2px solid;
    border-radius: 10px;
    background: #000;
    box-shadow: rgba(50, 50, 93, .25) 0 2px 5px -1px, rgba(0, 0, 0, .3) 0 1px 3px -1px;
    width: 33%;
    cursor: pointer;
}

.buyers-guide-main-sec {
    padding: 30px;
}

.buyers-guide-col img {
    width: 100%;
    height: 380px;
    object-fit: cover;
    border-radius: 10px 10px 0 0;
}

.buyers-guide-heading-col span {
    font-size: 20px;
    color: #fff;
    font-weight: 600;
    text-align: center;
    padding: 10px 0;
}

.buyers-guide-img-col img {
    opacity: .2;
}

.buyers-guide-col:hover .buyers-guide-img-col img {
    opacity: 1;

}

/* <-- ---------------------PLUG-INs-heading-sec-css---------------------------------- --> */

.plugins-heading {
    text-align: center;
    font-weight: bold;
    margin: 12px auto 20px;
    color: #000000;
    font-size: 20px;
    max-width: 1140px;
}
.plugins-inner-sec {
    max-width: 1140px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

.plugins-col {
    border: 2px solid;
    border-radius: 10px;
    background: #000;
    box-shadow: rgba(50, 50, 93, .25) 0 2px 5px -1px, rgba(0, 0, 0, .3) 0 1px 3px -1px;
    width: 100%;
    cursor: pointer;
}

.plugins-main-sec {
    padding: 30px;
    border-top: 1px solid #ccc;
}

.plugins-col img {
    width: 100%;
    height: 380px;
    object-fit: cover;
    border-radius: 10px 10px 0 0;
}

.plugins-heading-col span {
    font-size: 20px;
    color: #fff;
    font-weight: 600;
    text-align: center;
    padding: 10px 0;
}

.plugins-img-col img {
    opacity: .2;
}

.plugins-col:hover .plugins-img-col img {
    opacity: 1;

}

/* <-- ---------------------runs-main-heading-sec-css---------------------------------- --> */

.runs-main-heading-sec {
    background: #1c1c1c;
    padding: 40px 0;
}

.runs-main-heading-inner-sec {
    max-width: 1140px;
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.runs-main-heading-col h2 {
    font-size: 34px;
    line-height: 44px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 20px;
    text-align: center;
}

.runs-main-heading-col p {
    color: #fff;
    margin-top: 0;
    text-align: center;

}

.runs-main-heading-col img {
    width: 100px;
}

.runs-main-heading-col a {
    background: #c7060c;
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    font-weight: 700;
    padding: 12px 20px;
}

/* <-- ---------------------length-product-sec-css---------------------------------- --> */
.length-product-sec-main {
    background-color: #000000;
    padding: 30px 0;
}

.length-product-sec-bottom-col img {
    width: 100%;
}

.length-product-sec-bottom {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}

.length-product-sec-inner {
    max-width: 1140px;
    margin: 0 auto;
}

.length-product-sec-bottom-col  {
    width: 33%;
    cursor: pointer;
    padding: 0 10px;
}

.length-product-sec-heading  {
    color: aliceblue;
     text-align: center;
    font-size: 18px;
}

div#length-product-center {
    border-left: 1px solid #c7060c;
    border-right: 1px solid #c7060c;
    padding: 0 5px;
}

.length-product-img-col img {
    height: 346px;
    object-fit: cover;
}

.length-product-img-col {
    overflow: hidden;
}

.length-product-sec-bottom-col:hover .length-product-img-col img {
    transform: scale(1.03);
    transition: all 0.5s ease-in-out;
}

.length-product-sec-bottom-col span {
    font-size: 13px;
    font-weight: 600;
    color: white;
    margin-top: 10px;
}
.new-white span  {
    color: #000000;
}
.new-white {
    color: #000000 !important;
}
.regular-price-custom {
    font-size: 16px;
    font-weight: 400;
    color: white;
    margin-top: 20px;
}

.sku-custom {
    font-size: 14px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.75);
    margin-top: 5px;
}

.length-product-sec-bottom-col p {
    font-size: 16px;
    color: white;
    margin-top: 20px;
    text-align: center;
    line-height: 22px;
    min-height: 75px;
}

.length-product-button-col a {
    background: #c7060c;
    text-align: center;
    padding: 11px;
    margin: 6px 0;
    text-decoration: none;
    color: #fff !important;
    font-weight: 700;
    display: block;
}

div#length-product-center .length-product-button-col {
    padding: 0 3px;
}

.hanging-product-sec-bottom-col {
    width: 50%;
}


div#hanging-product-center {
    border-left: 1px solid #c7060c;

}

.length-product-sec-heading {
    margin-bottom: 20px;
}

/* <-- ---------------------feeds-product-sec-css---------------------------------- --> */

.feeds-product-sec-main {
    background-color: white;
}

.feeds-product-sec-main .length-product-sec-bottom-col h3 {
    color: #121212;
}

.feeds-product-sec-main h4.regular-price-custom {
    color: #121212;
}

.feeds-product-sec-main h5.sku-custom {
    color: rgba(18, 18, 18, 0.75);
    margin-top: 20px;
}

.feeds-product-sec-main .length-product-sec-bottom-col p {
    color: #121212;
}

.feeds-product-sec-main .length-product-sec-bottom-col p {
    min-height: 90px;
}

/* <-- ---------------------POWER-PLUG-INs-heading-sec-css---------------------------------- --> */

.POWER-PLUG-INs-main-heading-sec img {
    height: 50px;
}

.power-plugins-inner-sec {
    max-width: 1140px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

.power-plugins-col {
    border: 2px solid;
    border-radius: 10px;
    background: #000;
    box-shadow: rgba(50, 50, 93, .25) 0 2px 5px -1px, rgba(0, 0, 0, .3) 0 1px 3px -1px;
    width: 100%;
    cursor: pointer;
}

.power-plugins-main-sec {
    padding: 30px;
}

.power-plugins-col img {
    width: 100%;
    object-fit: cover;
    border-radius: 10px 10px 0 0;
}

.power-plugins-heading-col span {
    font-size: 20px;
    color: #fff;
    font-weight: 600;
    text-align: center;
    padding: 10px 0;
}

.power-plugins-img-col img {
    opacity: .2;
}

.power-plugins-col:hover .power-plugins-img-col img {
    opacity: 1;

}

/* <-- ---------------------one-pole-product-sec-css---------------------------------- --> */

.one-pole-product-sec-main {
    background-color: white;
}

.one-pole-product-sec-main .length-product-sec-bottom-col h3 {
    color: #121212;
}

.one-pole-product-sec-main h4.regular-price-custom {
    color: #121212;
}

.one-pole-product-sec-main h5.sku-custom {
    color: rgba(18, 18, 18, 0.75);
    margin-top: 20px;
}

.one-pole-product-sec-main .length-product-sec-bottom-col p {
    color: #121212;
}

.one-pole-product-sec-main .length-product-sec-bottom-col p {
    min-height: 90px;
}

/* <-- ---------------------two-pole-product-sec-css---------------------------------- --> */

#two-pole-product-sec {
    border-top: 1px solid #ccc;
}

.two-pole-product-sec-main {
    background-color: white;
}

.two-pole-product-sec-main .length-product-sec-bottom-col h3 {
    color: #121212;
}

.two-pole-product-sec-main h4.regular-price-custom {
    color: #121212;
}

.two-pole-product-sec-main h5.sku-custom {
    color: rgba(18, 18, 18, 0.75);
    margin-top: 20px;
}

.two-pole-product-sec-main .length-product-sec-bottom-col p {
    color: #121212;
}

.two-pole-product-sec-main .length-product-sec-bottom-col p {
    min-height: 90px;
}

/* <-- ---------------------three-pole-product-sec-css---------------------------------- --> */

.three-pole-product-sec-main {
    background-color: white;
}

.three-pole-product-sec-main .length-product-sec-bottom-col h3 {
    color: #121212;
}

.three-pole-product-sec-main h4.regular-price-custom {
    color: #121212;
}

.three-pole-product-sec-main h5.sku-custom {
    color: rgba(18, 18, 18, 0.75);
    margin-top: 20px;
}

.three-pole-product-sec-main .length-product-sec-bottom-col p {
    color: #121212;
}

.three-pole-product-sec-main .length-product-sec-bottom-col p {
    min-height: 90px;
}

/* <-- ---------------------data-plugin-product-sec-css---------------------------------- --> */

#data-plugin-product-sec {
    border-top: 1px solid #ccc;
}

.data-plugin-product-sec-main {
    background-color: white;
}

.data-plugin-product-sec-main .length-product-sec-bottom-col h3 {
    color: #121212;
}

.data-plugin-product-sec-main h4.regular-price-custom {
    color: #121212;
}

.data-plugin-product-sec-main h5.sku-custom {
    color: rgba(18, 18, 18, 0.75);
    margin-top: 20px;
}

.data-plugin-product-sec-main .length-product-sec-bottom-col p {
    color: #121212;
}

.data-plugin-product-sec-main .length-product-sec-bottom-col p {
    min-height: 90px;
}

.data-plugin-product-sec-bottom {
    margin-bottom: 20px;
}

/* <-- ---------------------POWER-PLUG-INs-heading-sec-css---------------------------------- --> */

.lighting-plugin-main-heading-sec img {
    height: 50px;
}

.lighting-plugin-inner-sec {
    max-width: 1140px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

.lighting-plugin-col {
    border: 2px solid;
    border-radius: 10px;
    background: #000;
    box-shadow: rgba(50, 50, 93, .25) 0 2px 5px -1px, rgba(0, 0, 0, .3) 0 1px 3px -1px;
    width: 100%;
    cursor: pointer;
}

.lighting-plugin-main-sec {
    padding: 30px;
}

.lighting-plugin-col img {
    width: 100%;
    height: 390px;
    object-fit: cover;
    border-radius: 10px 10px 0 0;
}
.power-plugins-heading-col {
    text-align: center;
    padding: 12px;
}
.lighting-plugin-heading-col h3 {
    font-size: 20px;
    color: #fff;
    font-weight: 600;
    text-align: center;
    padding: 10px 0;
}

.lighting-plugin-img-col img {
    opacity: .2;
}

.lighting-plugin-col:hover .lighting-plugin-img-col img {
    opacity: 1;

}

/* <-- ---------------------accent-lights-product-sec-css---------------------------------- --> */

#accent-lights-product-sec {
    border-top: 1px solid #ccc;
}

.accent-lights-product-sec-main {
    background-color: white;
}

.accent-lights-product-sec-main .length-product-sec-bottom-col h3 {
    color: #121212;
}

.accent-lights-product-sec-main h4.regular-price-custom {
    color: #121212;
}

.accent-lights-product-sec-main h5.sku-custom {
    color: rgba(18, 18, 18, 0.75);
    margin-top: 20px;
}

.accent-lights-product-sec-main .length-product-sec-bottom-col p {
    color: #121212;
}

.accent-lights-product-sec-main .length-product-sec-bottom-col p {
    min-height: 90px;
}

.accent-lights-product-sec-bottom {
    margin-bottom: 20px;
}

/* <-- --------------------linear-lights-product-sec-css---------------------------------- --> */

#linear-lights-product-sec {
    border-top: 1px solid #ccc;
}

.linear-lights-product-sec-main {
    background-color: white;
}

.linear-lights-product-sec-main .length-product-sec-bottom-col h3 {
    color: #121212;
}

.linear-lights-product-sec-main h4.regular-price-custom {
    color: #121212;
}

.linear-lights-product-sec-main h5.sku-custom {
    color: rgba(18, 18, 18, 0.75);
    margin-top: 20px;
}

.linear-lights-product-sec-main .length-product-sec-bottom-col p {
    color: #121212;
}

.linear-lights-product-sec-main .length-product-sec-bottom-col p {
    min-height: 90px;
}

.linear-lights-product-sec-bottom {
    margin-bottom: 20px;
}

/* <-- ---------------------pendant-lights-product-sec-css---------------------------------- --> */

.pendant-lights-product-sec-main {
    background-color: white;
}

.pendant-lights-product-sec-main .length-product-sec-bottom-col h3 {
    color: #121212;
}

.pendant-lights-product-sec-main h4.regular-price-custom {
    color: #121212;
}

.pendant-lights-product-sec-main h5.sku-custom {
    color: rgba(18, 18, 18, 0.75);
    margin-top: 20px;
}

.pendant-lights-product-sec-main .length-product-sec-bottom-col p {
    color: #121212;
}

.pendant-lights-product-sec-main .length-product-sec-bottom-col p {
    min-height: 90px;
}

@media(max-width:599px){

.buyers-guide-main-sec {
    padding: 20px;
}
.buyers-guide-col {
    width: 50%;
}
.buyers-guide-col img {
    height: auto;
}
.plugins-main-sec {
    padding: 20px;
    border-top: 1px solid #ccc;
}
.plugins-inner-sec {
    flex-direction: column;
}
.plugins-col img {
    height: auto;
}
.plugins-col {
    width: 100%;
}
.runs-main-heading-sec {
    padding: 20px;
}
.runs-main-heading-inner-sec {
    flex-direction: column;
    gap: 30px;
}
.runs-main-heading-col img {
    display: none;
}
.length-product-sec-main {
    padding: 20px;
}
.length-product-sec-bottom {
    flex-direction: column;
    gap: 10px;
}
.length-product-sec-bottom-col {
    width: 100%;
}
.power-plugins-main-sec {
    padding: 20px;
}
.power-plugins-inner-sec {
    flex-direction: column;
}
.power-plugins-col {
    width: 100%;
}
.lighting-plugin-main-sec {
    padding: 20px;
}
.lighting-plugin-inner-sec {
    flex-direction: column;
}
.lighting-plugin-col {
    width: 100%;
}

}
/*date 09-09-2025*/
.less-width a {
    align-content: center;
    width: 50%;
}.less-width {
    display: flex;
    gap: 12px;
}.feeds-product-sec-main .less-width {
    align-items: center;
    font-size: 13px;
}
.pendant-lights-product-sec-main{
    align-items: center;
    font-size: 13px;
}a {
    font-size: 14px;
}a.buyers-guide-tile {
    text-decoration: none !important;
}
@media (max-width: 767px) {
    .lighting-plugin-img-col.custom-width img {
    height: 100px !important;
}
    .plugins-inner-sec {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    }.plugins-heading-col span {
    font-size: 12px;
    }.power-plugins-inner-sec {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    }.power-plugins-heading-col span {
    font-size: 12px;
    }
    .lighting-plugin-inner-sec {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    }.lighting-plugin-heading-col h3 {
    font-size: 12px;
    }
    .buyers-guide-img-col img {
    height: 100px !important;
    }.plugins-img-col img {
    height: 100px !important;
    }.power-plugins-img-col img {
    height: 100px !important;
    }.lighting-plugin-img-col img {
    height: 100px !important;
}
}
/*10-09-2025*/
a.disabled {
  background: #ccc;       
  color: #666 !important;
 cursor: not-allowed !important;
}.flex-div {
    display: flex;
    align-content: space-between;
    justify-content: space-between;
}.flex-div a {
    background: #c7060c;
    text-align: center;
    padding: 11px;
    margin: 6px 0;
    text-decoration: none;
    color: #fff !important;
    font-weight: 700;
    display: block;
}.buyers-guide-img-col img {
    height: 400px;
}.plugins-img-col img {
    height: 400px;
}.power-plugins-img-col img {
    height: 400px;
}.lighting-plugin-img-col img {
    height: 400px;
}  
/*10-09-2025*/
/* Popup background */
    .modal {
      display: none;
      position: fixed;
      z-index: 9999;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background: rgba(0,0,0,0.7);
      justify-content: center;
      align-items: center;
    }

    /* Popup box */
    .modal-content {
      background: #fff;
      border-radius: 12px;
      width: 90%;
      max-width: 800px;
      overflow: hidden;
      position: relative;
      box-shadow: 0 10px 25px rgba(0,0,0,0.3);
    }

    model-viewer {
      width: 100%;
      height: 500px;
      background-color: #f8f8f8;
    }

    /* Close button */
    .close-btn {
      position: absolute;
      top: 12px;
      right: 16px;
      font-size: 28px;
      font-weight: bold;
      color: #333;
      cursor: pointer;
      z-index: 10000;
    }

    /* Action bar below model */
    .action-bar {
      display: flex;
      justify-content: flex-end;
      padding: 10px 16px;
      background: #f0f0f0;
      border-top: 1px solid #ddd;
    }

    #downloadLink {
     cursor: pointer;
    background: #c7060c !important;
    text-align: center;
    padding: 11px;
    margin: 6px 0;
    text-decoration: none;
    color: #fff !important;
    font-weight: 700;
    display: block;
    border: none;
    }

    button#openViewerBtn {
    cursor: pointer;
    background: #c7060c;
    width: 100%;
    text-align: center;
    padding: 11px;
    margin: 6px 0;
    text-decoration: none;
    color: #fff !important;
    font-weight: 700;
    display: block;
    border: none;
}.lighting-plugin-img-col.custom-width img {
    height: 300px;
}.left-align {
    justify-content: left !important;
        margin-top: 20px  !important;
}