.ny-filter-title{font-size: 14px;font-weight: 600;color: #333333;padding: 10px 0px;}
.ny-filter-title:hover{cursor:pointer}
.ny-filter-title i{font-size: 14px;font-weight: bold;float: right;  margin-top: 3px;}
.ny-filter-item{overflow-y: scroll;max-height: 105px;margin-bottom:10px;display: none;}
.ny-filter-item.active {display: block;}
.ny-filter-itemMob {display: none;}
.ny-filter-itemMob.active {display: block;}
@media only screen and (min-width: 768px) {
    .ny-filter-titleMob{display: none}
    .ny-filter-itemMob{display: block}
    .ny-filter-home{padding-left: 0px}
    .ny-filter-Mob{
        padding: 30px 15px;
    }
}
@media only screen and (max-width: 768px) {
    .ny-filter-Mob{
        width: 100%;
        font-size: 23px;
        font-weight: bold;
        padding: 15px 15px 0px 15px;
    }
}

.ny-filter-item.show {max-height: 200px;}
.ny-filter-home:nth-child(n+2){border-top: 1px solid #d3d3d3;}

.ny-readMore{position: absolute;bottom: 5px;cursor: pointer;color:#000000;font-size: 14px;font-weight: 500;}
.ny-filter-item::-webkit-scrollbar {width: 9px;}
.ny-filter-item::-webkit-scrollbar-thumb {background-color: #666;border-radius: 3px;}
.ny-filter-item::-webkit-scrollbar-track {background-color: white;}
.ny-filter-item::-webkit-scrollbar {width: 9px;}
.ny-filter-item::-webkit-scrollbar-thumb {background-color: #666;}
.ny-filter-item::-webkit-scrollbar-track {background-color: white;}
.ny-filter-item.full{margin-bottom:30px}
.skeleton-loader1 {width: 60%;height: 20px;margin:10px 0px;background: linear-gradient(90deg, #EEEEEE 25%, #DEDEDE 50%, #EEEEEE 75%);background-size: 200% 100%;animation: loading 2s infinite ease-in-out;border-radius: 2px;}
.skeleton-loader {width: 100%;height: 40px;background: linear-gradient(90deg, #EEEEEE 25%, #DEDEDE 50%, #EEEEEE 75%);background-size: 200% 100%;animation: loading 2s infinite ease-in-out;border-radius: 2px;}
@keyframes loading {
    0% {
        background-position: 200% 0;
    }
    100% {
        background-position: -200% 0;
    }
}
.skeleton-hr{margin: 10px 0px;}
.ny-filter-item label{cursor:pointer;color:#666;font-size: 12px;font-weight: 500;margin-bottom: 0px}
.ny-filter-item label a {color:#666;font-size: 12px;font-weight: 500}
.ny-filter-item label input{vertical-align:baseline;}
.ny-filterSubList{padding-left: 10px;display: none;}
.ny-filterSubList.active{display: block;}
.ny-subCategoryIcon{cursor: pointer}
.nyFilterPriceInput{
    margin-bottom: 5px;
    height: 36px;
    background-color: #fafafa;
    border: solid 1px #e2e2e2;
    border-radius: 6px;
    width: 80px;
    text-align: center;
}
.nyFilterPriceInputSpan{
    line-height: 36px;
    padding: 0px 5px;
}
.nyFilterPriceRangeBt{
    height: 35px;
    cursor: pointer;
    margin-left: 10px;
    border: 1px solid #d3d3d3;
}
#filterArea{
    padding: 0px 10px;
}
.ny-filter-home{
padding: 0px!important;
}
