.adv-filters-wrapper input.fillimp {
    height: 27px;
    width: 100px; /* کمی بیشتر برای جا شدن متن */
    margin: 0 5px;
    font-size: 11px;
    text-align: center;
    font-family: inherit;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

/* مخفی بودن باکس‌ها در حالت عادی */
.filbox {
    position: absolute;
    background: #fff;
    box-shadow: 0 10px 25px rgba(0,0,0,0.1);
    padding: 15px;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
    border-radius: 8px;
    min-width: 250px;
}

/* اسکرول برای لیست‌های طولانی مثل دسته‌بندی */
.pnib_top_scroll {
    max-height: 200px;
    overflow-y: auto;
}

.adv-check-item {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
    cursor: pointer;
    font-size: 13px;
}

.adv-check-item input {
    margin-left: 10px;
}

.apply_ajax_wrapper {
    margin-top: 20px;
    text-align: center;
}

.adv_ajax_submit_btn {
    background: #007bff;
    color: #fff;
    padding: 10px 25px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}
.arch_submit_reg,.arch_submit_cat{
        background: #9e9e9e;
    padding: 8px 12px;
    border-radius: 7px;
    color: #fff;
    cursor: pointer;
    font-size: 12px;
    margin-top: 15px;
}
@media only screen and (max-width: 600px) {
    .filbox {
 
    left: 0;
    right: 0;
    margin: 0 auto;
}
}