.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;
        position: -webkit-sticky;
        position: sticky;
        height: 100%;
        top: 10px;
        background: #fff;
}
.pdliMryt{
    width: 100%;
}
.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: 25px 15px;
    user-select: none;
}
.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;
}
.pdDs{
    display: flex;
    justify-content: space-between;
    max-width: 100%;
    gap: 20px;
    padding: 50px;
}
.pdDescr{
    padding: 0 50px;
    margin-bottom: 50px;
    width: 100vw;
    overflow-x: auto;
}
.pdDescr h2{
    font-size: 22px;
    letter-spacing: .5px;
    padding-bottom: 7px;
    border-bottom: 1px dotted #dadada;
}
.pdDescr h3{
    font-size: 16px;
    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{
    min-width: 40%;
}
.pdDescr table{
    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;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    min-height: 50px;
}
.expMore h3{
    font-size: 22px;
    margin-bottom: 25px;
}
.proInSwiper .swiper-pagination{
    bottom: 0;
    top: unset;
}
.proInSwiper{
    padding-bottom: 15px;
}
.zoomContainer{
    display: none;
}
.zoomContainer.currentShow{
    display: block;
}
.proInSwiper .swiper-pagination-bullet-active{
    background-color: #036DB1;
    width: 14px;
    border-radius: 4px;
}
.proInSwiper .swiper-button-next, 
.proInSwiper .swiper-button-prev {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin-top: 0;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    height: 60px;
    width: 35px;
}
.proInSwiper .swiper-button-prev:after, .proInSwiper .swiper-button-next:after{
    font-size: 22px;
}
.expSlider .swiper-button-next, 
.expSlider .swiper-button-prev {
    position: absolute;
    top: 50%;
    z-index: 9;
    transform: translateY(-50%);
    margin-top: 0;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #000;
    color: rgb(126, 126, 126);
}
.expSlider .swiper-button-prev, .expSlider .swiper-button-next {
    color: #fff;
    height: 80px;
    width: 40px;
}
.expSlider .swiper-button-prev:after, .expSlider .swiper-button-next:after{
    font-size: 29px;
}
.pdDsL{
    display: flex;
    justify-content: center;
    align-items: center;
    user-select: none;
}
.pdDsL img{
   max-width: 100%;
   object-fit: contain;
   height: 300px;
   width: 436px;
   display: block;
   margin: auto;
}

.pdN h1{
    font-size: 28px;
    line-height: 40px;
    margin: 20px 0;
}
.pinfos h2{
    font-size: 16px;
    color: #121414;
    line-height: 120%;
}
.pinfos>div>div{
    font-size: 16px;
    font-weight: 400;
    color: #71716e;
    line-height: 120%;
}
.pdDsM{
    padding-left: 25px;
    border-top: 1px dotted #dadada;
    border-bottom: 1px dotted #dadada;
}
.p-heading-2 h4 {
    font-size: 35px;
    margin-bottom: 30px;
    color: #036DB1;
    position: relative;
    font-weight: bold;
}
.pdDsR{
    border: 1px solid #eee;
    padding: 30px;
}
.cataBtn{
    display: block;
    width: 100%;
    color: #fff;
    padding: 10px 15px;
    text-decoration: none;
    background-color: #05A081;
    border-radius: 30px;
    display: flex;
    justify-content: center;
    gap: 10px;
}
.pinfos>div{
    margin-bottom: 14px;
}
.pinfos>div>h2{
    margin-bottom: 4px;
}
.p-list hr {
    margin-top: 0;
    margin-bottom: 0;
}
.btn {
    user-select: none;
    -moz-user-select: none;
    background: #036DB1;
    border: medium none;
    border-radius: 50px;
    color: #fff;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1.2rem;
    margin-bottom: 0;
    padding: 20px 34px;
    text-align: center;
    text-transform: uppercase;
}

.btn:hover {
    color: #fff;
}
.product-b {
    background-color: #036DB1;
    border-radius: 30px;
    color: #fff;
    padding: 10px 15px;
    font-size: 16px;
    gap: 6px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    border: none;
    cursor: pointer;
}
.product-b img{
    height: 28px;
}
.p-button {
    padding-top: 18px;
    display: flex;
    gap: 15px;
}
.p-button a:hover {
    text-decoration: none;
    color: #fff;
}

.pdDs > div:first-child {
    width: 25%;
   
}
.pdDs > div:nth-child(2) {
    width: 45%;
    
}
.pdDs > div:nth-child(3) {
   width: 30%;
}
.pdDsL{
    border: 1px solid #eee;
    padding: 15px 0;
}
.zoomWindow{
    border: 1px dotted #000!important;
}
.zoomLens{
    border: none!important;
}
.form-grp span {
    font-size: 12px;
    color: #fc0000;
}
@media all and (min-width:1024px){
    #catToggle, #catBack{
    display: none;
    }
}
@media all and (max-width:1024px){
    .pdDs{
        flex-wrap: wrap;
        gap: 0;
    }
    .pdDs > div:first-child{
        width: 40%;
    }
    .pdDs > div:nth-child(2){
        width: 60%;
    }
    .pdDs > div:nth-child(3){
        width: 100%;
    }
    .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;
    }
}
@media all and (max-width:768px){
    .pdDs, .pdDescr{
        padding: 50px 0;
    }
    .pdDs{
        padding-top: 15px;
        padding-bottom: 0;
    }
    .pdDescr{
        margin-bottom: 0;
    }
    .pdDs > div:first-child, .pdDs > div:nth-child(2){
        width: 100%;
    }
    .pdDsR{
        padding: 15px;
    }
    .p-button{
        padding-top: 15px;
    }
    .pdDsM{
        padding-left: 0;
        padding-bottom: 15px;
    }
    .pdN h1{
        font-size: 20px;
        line-height: 26px;
    }
    .enqMin{
        width: 98%;
    }
}

  
  



