.pdli {
    background-color: #F5F5F5;
}

.resultLR {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: end;
    padding-bottom: 10px;
    border-bottom: 1px solid #dadada;
    margin-bottom: 16px;
}

    .resultLR h1 {
        font-size: 16px;
        line-height: 18px;
        margin-right: 4px;
    }

    .resultLR strong {
        color: #036DB1;
    }

.pdliMn {
    display: flex;
    padding: 0 0 50px 0;
    gap: 20px;
    position: relative;
}

.pdliMlft {
    width: 290px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    height: 100%;
    background-color: #fff;
    margin-top: 1rem;
}

.pdliMryt {
    width: 100%;
    margin-top: 1rem;
}

.pdli .fpCards h6 {
    font-size: 16px;
}

.pdli .sBar {
    font-size: 14px;
}

    .pdli .sBar img {
        height: 20px;
        width: 20px;
    }

.pdliMlft h3 {
    font-size: 18px;
    padding: 10px 15px;
    border-bottom: 1px solid #dadada;
}

.filter {
    padding: 15px;
    user-select: none;
}

.filter a.active {
    color: #036DB1;
}

    .filter ul {
        width: 100%;
    }

        .filter ul ul {
            padding-left: 10px;
            padding-bottom: 15px;
        }

        .filter ul li {
            position: relative;
            list-style: none;
        }

    .filter > ul > li {
        border-bottom: 1px solid #dadada;
    }

    .filter > ul ul {
        display: none;
    }

    .filter ul li.active > ul {
        display: block;
    }

    .filter > ul > li:last-child {
        border-bottom: none;
    }

    .filter ul li div {
        position: absolute;
        right: 0;
        top: 0;
        height: 28px;
        display: flex;
        align-items: center;
        z-index: 3;
    }

    .filter > ul > li > div {
        height: 48px;
    }

    .filter ul li div span {
        display: inline-block;
        width: 20px;
        height: 20px;
        cursor: pointer;
        position: relative;
        line-height: 0;
        transform: translateY(2px);
        font-size: 18px;
        font-weight: 600;
    }

    .filter > ul > li > div > span {
        transform: translateY(-2px);
    }

    .filter ul li div span::before {
        content: '+';
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .filter ul li div span::after {
        content: '-';
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        display: none;
    }

    .filter ul li.active > div span::before {
        display: none;
    }

    .filter ul li.active > div span::after {
        display: block;
    }

    .filter ul li a {
        text-decoration: none;
        font-size: 14px;
        font-weight: 500;
        display: block;
        width: 100%;
        padding: 10px 0;
        color: #191919;
    }

        .filter ul li a:hover {
            color: #036DB1;
            transition-duration: .3s;
        }

    .filter > ul > li > a {
        padding: 15px 0;
        text-transform: uppercase;
        font-weight: 600;
        letter-spacing: 1px;
    }

#catToggle {
    height: 32px;
}

.pdDescr {
    width: 100%;
    padding: 50px 0;
    overflow-x: auto;
}

    .pdDescr h3 {
        font-size: 24px;
        letter-spacing: .3px;
        margin-top: 20px;
        margin-bottom: 15px;
        color: #036DB1;
    }

    .pdDescr p, .pdDescr li {
        font-size: 16px;
        line-height: 150%;
        margin-bottom: 5px;
    }

    .pdDescr table {
        width: 100%;
        border-color: #eee;
    }

        .pdDescr table * {
            font-size: 16px !important;
            line-height: 150% !important;
        }

        .pdDescr table td {
            padding: 3px 8px !important;
        }

        .pdDescr table tbody tr:nth-child(even) {
            background-color: #EDF8FF !important;
        }

    .pdDescr ul, .pdDescr ol {
        padding-left: 20px;
    }

.expMore {
    background-color: #F5F5F5;
    padding: 50px 0;
}

.expSlider .fpCards {
    width: 100%;
    height: 100%;
}

    .expSlider .fpCards h6 {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        line-clamp: 2;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        min-height: 50px;
    }

.expMore h3 {
    font-size: 22px;
    margin-bottom: 25px;
}

.proInSwiper {
    border: 1px solid #DFE3E6;
    border-radius: 16px;
    margin-bottom: 10px;
}

    .proInSwiper .swiper-slide img {
        width: 356px;
        height: 356px;
        object-fit: contain;
        display: block;
    }

.zoomContainer {
    display: none;
}

    .zoomContainer.currentShow {
        display: block;
    }

.zoomWindow {
    border: 1px dotted #000 !important;
}

.zoomLens {
    border: none !important;
}

.form-grp span {
    font-size: 12px;
    color: #fc0000;
}

.proThumbSwiper .swiper-slide {
    cursor: pointer;
    border: 1px solid #DFE3E6;
    border-radius: 6px;
    overflow: hidden;
    padding: 5px;
}

.proThumbSwiper .swiper-slide-thumb-active {
    opacity: .8;
}

.proThumbSwiper img {
    width: 100%;
    height: 70px;
    object-fit: contain;
    display: block;
}

.xPd {
    max-width: 1020px;
    padding: 40px 15px 30px 15px;
    margin: 0 auto;
}

.xPdFlex {
    display: flex;
    justify-content: space-between;
    gap: 40px;
    border-bottom: 1px solid #DFE3E6;
    padding-bottom: 50px;
}

.xPdLft {
    max-width: 356px;
}

.xPdRht {
    width: 100%;
}

    .xPdRht h1 {
        color: #036DB1;
        font-size: 45px;
        line-height: 110%;
        letter-spacing: 2%;
        margin-bottom: 45px;
    }

    .xPdRht table, .xPdRht p {
        margin-bottom: 40px;
    }

    .xPdRht p {
        line-height: 140%;
    }

    .xPdRht button {
        border-radius: 8px;
        display: inline-flex;
        align-items: center;
        gap: 8px;
        border: 1px solid #000;
        padding: 10px 16px;
        margin-right: 5px;
        cursor: pointer;
        font-family: "Inter", sans-serif;
        font-weight: 500;
        font-size: 18px;
    }

        .xPdRht button img {
            width: 20px;
        }

        .xPdRht button.xDownload {
            background-color: #fff;
            color: #000;
        }

        .xPdRht button.xEnquiry {
            border-color: #036DB1;
            background-color: #036DB1;
            color: #fff;
        }

.pdDescr > *:first-child, .pdDescr > *:first-child > *:first-child, .pdDescr > *:first-child > *:first-child > *:first-child {
    margin-top: 0 !important;
}

@media all and (min-width:1024px) {
    #catToggle, #catBack {
        display: none;
    }
}

@media all and (max-width:1024px) {
    .pdliMlft {
        position: fixed;
        height: calc(100vh - 100px);
        width: 100%;
        top: 100px;
        right: -100%;
        z-index: 11;
        box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
        transition-duration: .3s;
        overflow-y: auto;
    }

        .pdliMlft.visible {
            right: 0;
            transition-duration: .3s;
        }

    .filHead h3 {
        display: flex;
        width: 100%;
        gap: 15px;
    }

    .resultLR h1 {
        font-size: 14px;
    }

    .xPdFlex {
        flex-direction: column;
        align-items: center;
        gap: 35px;
    }

    .xPdRht h1 {
        font-size: 32px;
        margin-bottom: 32px;
    }

    .xPdRht table, .xPdRht p {
        margin-bottom: 32px;
    }
}

@media all and (max-width:768px) {
    .pdDescr {
        margin-bottom: 0;
        padding: 50px 0;
    }

    .enqMin {
        width: 98%;
    }

    .proInSwiper .swiper-slide img {
        width: 100%;
    }

    .xPdRht button {
        display: flex;
        justify-content: center;
        width: 100%;
        margin-right: 0;
        margin-top: 15px;
    }
}
