﻿.sunloader {
    background: rgba(0,0,0,.5);
    align-items: center;
    display: none;
    justify-content: center;
    z-index: 50;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
body.loading .sunloader {
    overflow: hidden;
}
body.loading .sunloader {
    display: flex;
}
/*Class to show delete image on hover of image*/
.sunimgdel {
    position: relative;
    float: left;
}
a.sunhoverimage i {
    box-shadow: none;
    position: absolute;
    right: 7px;
    top: -5px;
    margin-top: 4px;
    opacity: 0;
    display: block;
    transition: all .5s ease-in-out;
}
.sunimgdel:hover a.sunhoverimage i {
    opacity: 1;
    z-index: 99;
    position: absolute;
    top: 5px;
}
.sunimgdel:after {
    content: '';
    width: 200px;
    height: 200px;
    position: absolute;
    display: block;
    background: rgba(0, 0, 0, 0.3);
    top: 0px;
    z-index: 0;
    opacity: 0;
    transition: all .5s ease-in-out;
}
.sunimgdel:hover:after {
    opacity: 1;
}
/*End of imghover*/
.sun-form-group {
    padding: 0px;
    border: 1px solid #ced4da;
    margin: 0px;
}
.sun-form-group > label {
    position: absolute;
    top: -12px;
    left: 15px;
    background-color: white;
}
.sun-form-group > input {
    border: none;
}
label:not(.form-check-label):not(.custom-file-label) {
    font-weight: 400;
}
 td.narrow-column {
        width: 400px;
        word-wrap: break-word;
        word-break: break-all;
    }

 /*ProductList CSS*/
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap");

.cs_product_filter label {
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 1%;
    color: #05052d;
    margin-bottom: 0.5rem;
    display:block;
}

.cs_product_filter {
    font-family: "Inter", sans-serif;
}

    .cs_product_filter .required::after {
        content: " *";
        color: #dc3545;
    }

    .cs_product_filter .form-select {
        border: 1px solid #e4e4e4;
        border-radius: 5px;
        padding: 0rem 0.8rem;
        font-size: 14px;
        transition: all 0.15s ease-in-out;
        box-shadow: 0px 4px 64px 0px #00000008;
        color: #b2b2b2;
        letter-spacing: 1%;
        font-weight: 400;
        background: #f0f0f0 url(/images/list-arrows.png) no-repeat;
        background-position: right;
        height: 35px;
        font-family: "Inter", sans-serif;
        width: 100%;
        max-width: 100%;
        appearance: none;
    }

        .cs_product_filter .form-select:focus {
            border-color: #0d6efd;
            box-shadow: none;
            background-color: #fff;
        }
.cs_download-all.show > .btn-primary.dropdown-toggle {
    background-color: #09565f;
}

    .cs_product_filter .form-control {
        border: 1px solid #e4e4e4;
        border-radius: 5px;
        padding: 0rem 0.8rem;
        font-size: 14px;
        background-color: #f0f0f0;
        transition: all 0.15s ease-in-out;
        box-shadow: 0px 4px 64px 0px #00000008;
        color: #b2b2b2;
        letter-spacing: 1%;
        font-weight: 600;
        height: 35px;
        font-family: "Inter", sans-serif;
        width: 100%;
        max-width: 100%;
    }

        .cs_product_filter .form-control:focus {
            border-color: #0d6efd;
            box-shadow: none;
            background-color: #fff;
        }

        .cs_product_filter .form-control::placeholder {
            color: #b2b2b2;
        }

    .cs_product_filter .btn {
        font-family: "Inter", sans-serif;
        padding:0 1.5rem;
        font-size: 14px;
        font-weight: 500;
        letter-spacing: 1%;
        line-height: 1.5;
    }

    .cs_product_filter .btn-primary {
        color: #fff;
        background-color: #09565f;
        border-color: #09565f;
        border-width: 0px;
        border-radius: 5px;
        box-shadow: 0px 4px 64px 0px #00000008;
        height: 40px;
    }

    .cs_product_filter .btn-check:checked + .btn, .cs_product_filter .btn.active, .cs_product_filter .btn.show, .cs_product_filter .btn:first-child:active, .cs_product_filter :not(.btn-check) + .btn:active {
        background-color: #064148;
        border-color: #064148;
    }

.cs_product_filter .btn-downloads {
    padding-right: 30px;
}

.cs_product_filter .dropdown-menu {
    width: 100%;
    transform: translate3d(0px, 40px, 0px) !important;
}

.cs_product_filter .btn-downloads.dropdown-toggle::after {
    margin-left: 2.255em;
    background: url(../images/down_arrow_list_.svg) no-repeat;
    border-top: none;
    width: 17px;
    height: 9px;
    background-position-x: right 55%;
    vertical-align: .100em;
}

.cs_product_filter .btn-clear {
    background-color: #7E7E7E;
    border-color: #7E7E7E;
    color: #fff;
    border-radius: 5px;
    box-shadow: 0px 4px 64px 0px #00000008;
    height: 40px;
}

    .cs_product_filter .btn-clear:hover {
        background-color: #5a6268;
        border-color: #545b62;
        color: #fff;
    }

    .cs_product_filter .gap-3 {
        gap:1rem;
    }





    .cs_product_filter {
        background: #f2f5f9;
        padding: 60px 0px 90px 0px;
    }

    .cs_product_filter .filter-container {
        background: #fff;
        border-radius: 5px;
        padding: 2rem;
        box-shadow: 0px 4px 64px 0px #00000008;
        border: 1px solid #e4e4e4;
    }

    .cs_product_filter h2 {
        font-size: 24px;
        font-weight: 700;
        margin-bottom: 2rem;
        color: #05052d;
        font-family: "Inter", sans-serif;
        letter-spacing: 1%;
    }

    .cs_product_filter .filter-row {
        margin-bottom: 1rem;
    }



    .cs_product_listing .table th, .cs_product_listing .table td {
        vertical-align: middle;
        border: 1px solid #d9d9d9;
        font-weight: 400;
        font-size: 14px;
        letter-spacing: 1%;
        font-family: "Inter", sans-serif;
        padding: 22px 20px;
        color: #05052D;
    }

.cs_product_listing .table th {
    font-weight: 700;
    font-size: 15px;
}

.cs_product_listing .custom-header tr th {
    background: #E4E4E4;
    color: #05052D;
    white-space:nowrap;
}
    .cs_product_listing .custom-header tr th i.fas.fa-sort-up {
        top: 4px;
        position: relative;
    }

.cs_product_listing .custom-header tr th a {color: inherit;}


.cs_product_listing .table th:nth-child(1) {
    min-width: 85px;
}

.cs_product_listing .table th:nth-child(3) {
    width: 250px;
}

.cs_product_listing .table th:nth-child(2) {
    width: 140px;
}

.cs_product_listing .table > thead {
    height: 70px;
}

.cs_card-footer .page-link {
    color: #064148;
}
.cs_card-footer .page-link:hover {
    color: #064148;
}
.cs_card-footer .page-item.active .page-link {
    background-color: #064148;
    border-color: #064148;
    color:#FFFFFF;
}
.cs_product_listing .table > tbody > tr > td:nth-child(19) {
    text-align:center;
}
    .cs_product_listing .table > tbody > tr > td:nth-child(19) > a {
        color: #064148;
    }
.cs_product_listing .table > tbody > tr > td:nth-child(3) {
    min-width: 300px !important;
}

.cs_product_listing .table > tbody > tr > td:last-child {
    white-space: nowrap;
}

.card-footer.cs_card-footer {
    margin-top: 0.5rem;
    padding: 0 0.5rem;
}

.cs_card-footer ul.pagination {
    justify-content: flex-end;
}

@media (max-width:1366px) {
    .cs_product_filter {padding:30px 0 30px 0;}
        .cs_product_filter .form-select, .cs_product_filter .form-control {
            height: 35px;
            font-size: 12px;
        }
         
        .cs_product_filter label {
            font-size: 12px;
        }
        .cs_product_filter .btn-primary, .cs_product_filter .btn-clear {
            height: 35px;
            font-size: 12px;
        }
        .cs_product_filter h2 {
            font-size:20px;
        }
    
    .cs_product_listing .table th, .cs_product_listing .table td {
        padding: 10px;
        font-size: 12px;
    }
    .cs_product_listing .table > thead{height:auto;}
    
}

@media (max-width: 991px) {
    

    

    .cs_product_filter h2 {
        margin-bottom: 15px;
    }

    .cs_product_filter .filter-container {
        padding: 1.5rem;
    }

    .cs_product_filter {
        padding: 60px 0px 60px 0px;
    }

    .cs_product_filter label {
        margin-top: 0.8rem;
    }

    .cs_product_filter .filter-row {
        margin-bottom: 0rem;
    }

    .cs_product_filter .btn-container .btn {
        margin-bottom: 0.5rem;
    }

    .cs_product_listing .table th, .table td {
        padding: 16px 15px;
    }

    .cs_product_listing .table th {
        font-size: 14px;
    }

        .cs_product_listing .table th:nth-child(1) {
            min-width: 70px;
        }
}

@media (max-width: 574px) {
    .cs_product_filter .btn-container {
        flex-direction: column;
        align-items: stretch;
    }
}

/*END*/
/* MODEL POPUP FOR LIGHTING PRODUCTS*/

#myImg {
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
}

    #myImg:hover {
        opacity: 0.7;
    }

/* The Modal (background) */
.modal1 {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* Modal Content (image) */
.modal1-content {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
}

/* Caption of Modal Image */
#caption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px;
}

/* Add Animation */
.modal1-content, #caption {
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
}

/* The Close Button */
.close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}

    .close:hover,
    .close:focus {
        color: #bbb;
        text-decoration: none;
        cursor: pointer;
    }
/* MODEL POPUP FOR LIGHTING PRODUCTS ENDS HERE*/