.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;color: #A7A4B0}
.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: 6px;}
.ny-filter-item::-webkit-scrollbar-thumb {background-color: #a8a4b0;border-radius: 3px;}
.ny-filter-item::-webkit-scrollbar-track {background-color: white;}
.ny-filter-item::-webkit-scrollbar {width: 6px;}
.ny-filter-item::-webkit-scrollbar-thumb {background-color: #a8a4b0;}
.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}
.nyFilterPriceInputSpan{line-height: 36px;padding: 0px 5px;color: #a8a4b0}
.nyFilterPriceRangeBt{height: 35px;cursor: pointer;margin-left: 10px;border: 1px solid #d3d3d3;}
#filterArea{padding: 0px 10px;}
.ny-filter-home{padding: 0px!important;}
.ny-checkbox-sub {margin-left: 10px;padding-left: 12px;}
.ny-checkbox-sub .ny-checkbox {
    opacity: .95;

}
.ny-filter-home {font-family: inherit;}
.ny-filter-title {font-weight: 600;display: flex;align-items: center;justify-content: space-between;cursor: pointer;}
.ny-checkbox {display: flex;align-items: center;gap: 3px;padding: 2px 0px;cursor: pointer;user-select: none;line-height: 1.4;}
.ny-checkbox-input {display: none;}
.ny-checkbox-box {width: 15px;height: 15px;border-radius: 4px;border: 2px solid #cfd4dc;background: #fff;display: flex;align-items: center;justify-content: center;transition: all .2s ease;flex-shrink: 0;}
.ny-checkbox-box::after {content: "";width: 9px;height: 5px;border-left: 2px solid #fff;border-bottom: 2px solid #fff;transform: rotate(-45deg) scale(0);transition: transform .15s ease;}
.ny-checkbox-input:checked + .ny-checkbox-box {background: #2563eb;border-color: #2563eb;}
.ny-checkbox-input:checked + .ny-checkbox-box::after {transform: rotate(-45deg) scale(1);}
.ny-checkbox:hover .ny-checkbox-box {border-color: #2563eb;}
.ny-checkbox-text {display: flex;align-items: center;gap: 2px;}
.ny-checkbox-count {font-size: 11px;color: #A4A4B0;}
.nyFilterPriceRangeBt {width: 50px;flex: 0 0 50px;}
.nyFilterPriceInput {margin-bottom: 5px;height: 36px;background-color: #fafafa;border: solid 1px #e2e2e2;border-radius: 6px;width: 80px;text-align: center;flex: 1 1 0;}
.nyFilterPriceRangeBt {width: 50px;flex-shrink: 0;border-radius: 6px;}
.ny-checkbox .fa-star{color: #ffde28}
.ny-readMore{ display:none!important; }
.ny-filter-item.full{ margin-bottom: 15px; }
.ny-selected-filters-title {display: flex;justify-content: space-between;align-items: center;font-size: 14px;font-weight: 600;margin: 8px 0px;}
.ny-clear-all-filters {font-size: 13px;color: #ef4444;text-decoration: none;}
.ny-clear-all-filters:hover {text-decoration: underline;}
.ny-selected-filters-list {display: flex;flex-wrap: wrap;gap: 8px;}
.ny-selected-filter-chip {display: flex;align-items: center;gap: 6px;background: #f1f5f9;border: 1px solid #e2e8f0;padding: 6px 10px;border-radius: 10px;font-size: 13px;cursor: pointer;transition: all .2s ease;}
.ny-selected-filter-chip:hover {background: #e0f2fe;border-color: #3b82f6;}
.ny-chip-text {white-space: nowrap;}
.ny-chip-remove {font-size: 16px;line-height: 1;color: #64748b;cursor: pointer;}
.ny-chip-remove:hover {color: #ef4444;}