.not_found_title {
    text-align: center;
    font-size: 20px;
    padding-top: 50px;
}

.diabled-link {
    pointer-events: none;
    background-color: #efefef;
}

.view_icon {
    color: #5b646e;
    font-size: 23px;
    padding: 0px 3px;
    cursor: pointer;
}

.view_title {
    font-size: 18px;
    margin-bottom: 0px;
    line-height: 33px;
    padding-right: 5px;
}

.ctg_input {
    margin-right: 6px;
}
.brand_input {
    margin-right: 6px;
}
.filter_title_div {
    border-bottom: 1px solid #ddd;
    margin-bottom: 30px;
}
.filter_heading {
    /* border-bottom: 1px solid #ddd; */
    /* padding-bottom: 22px; */
    margin-top: 8px;
    margin-bottom: 22px;
    font-size: 20px;
    font-weight: 600;
    color: #444;
}
.filter_title {
    font-size: 16px;
    font-weight: 600;
    color: var(--theme-color);
}
.select2-selection__rendered {
    line-height: 31px !important;
}
.select2-container .select2-selection--single {
    height: 35px !important;
}
.select2-selection__arrow {
    height: 34px !important;
}
.select2-results__option {
    min-width: 100%;
}
.form-check input,
.form-check label {
    cursor: pointer;
}

.page-link {
    box-shadow: none !important;
}
.show_fl_btn {
    display: none;
    border-radius: 7px;
    margin-bottom: 10px;
}
.filter_items_div {
    display: block;
}

/* Media query for screens under 990px wide */
@media (max-width: 990px) {
    .show_fl_btn {
        display: block;
    }
    .filter_items_div {
        display: none;
    }
}
@media (max-width: 660px) {
    .show_fl_btn {
        display: block;
    }
    .filter_items_div {
        display: none;
    }
    .sort_div {
        flex-direction: column;
        align-items: start !important;
    }
    .filter_div {
        flex-direction: column;
        align-items: start;
        margin-top: 14px;
    }
}
