.product-header-filter {
    background: #f4f6f7;
    padding: 10px;
}
.wmi-ajax-search-form ul {
    height: 40px;
    width: auto;
    padding: 0;
    max-width: 240px;
    background:#fff;
}
.wmi-ajax-search-form ul li {
    padding: 5px 10px;
    z-index: 2;
    min-width: 200px;
    transition:all 0.3s ease-in-out;
    height: 40px;
    padding-top: 6px!important;
}

.wmi-ajax-search-form ul li:not(.init):hover, 
.wmi-ajax-search-form ul li.selected:not(.init) {
    background: #ff9740;
    color:#fff;
}
.wmi-ajax-search-form ul li:not(.init) {
    float: none;
    width: 100%;
    display: none;
    background: #fff;
    position: relative;
    height: 40px;
}
.wmi-ajax-search-form li.init::before {
    content: "";
    position: absolute;
    right: 10px;
    font-family: 'Flaticon';
    font-weight: 300;
    font-size: 16px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    transition:all 0.3s ease-in-out;
}
.p-filter-show li.init::before {
    transform: rotateX(180deg);
}
.wmi-ajax-search-form li.init { 
    cursor: pointer; 
    position:relative;
}

label.post-per-page-selector {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    align-items: center;
    gap: 10px;
}
#xloader::before {
    content: "";
    background-color: rgba(255,255,255,0.7);
    position: fixed;
    z-index: +100 !important;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    
}
div#xloader img {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    max-height:60px;
    max-width: 60px;
}

@media(min-width:600px) and (max-width:800px){
label.post-per-page-selector {
    justify-content: center;
}
}
@media(max-width:600px){
label.post-per-page-selector {
    display: flex;
    flex-direction: column;
}
.wmi-ajax-search-form ul {
    max-width: 100%;
    width: 100%;
}
}