#mainSearchFilters {
    width: 100%
}

#mainSearchFilters .commonSearchFilters {
    width: 45%
}

form#searchform_header {
    margin-bottom: 40px;
    width: 100%;
    position: relative
}

form#searchform_header::before {
    content: "\f002";
    text-indent: 0 !important;
    font-family: "Font Awesome 5 Pro";
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    width: 40px;
    background: 0 0;
    border: none;
    box-shadow: none;
    outline: 0;
    font-size: 30px;
    color: #999;
    font-weight: 100
}

form#searchform_header div {
    display: flex;
    align-items: center;
    width: 100%;
    position: relative
}

form#searchform_header input#searchform_query {
    width: 100%;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #64666a;
    padding: 10px 50px 10px 10px;
    height: 50px
}

form#searchform_header button {
    position: absolute;
    right: 0;
    color: #999;
    background: 0 0;
    border: none;
    font-size: 24px;
    cursor: pointer
}

.commonSearchFilters select:active, .commonSearchFilters select:focus {
    outline: 0 !important;
    box-shadow: none !important
}

.commonSearchFilters select::-ms-expand {
    display: none
}

.commonSearchFilters {
    position: relative
}

.commonSearchFilters select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    outline: 0;
    border-radius: 0 !important;
    background: 0 0;
    cursor: pointer;
    border: none;
    border-bottom: 1px solid #64666a;
    width: 100%;
	z-index:9;
	position:relative;
    padding-bottom: 25px;
    padding-left: 10px;
    color: #999
}

.commonSearchFilters::after {
    content: "\f078";
    font-family: fontawesome;
    position: absolute;
    margin-top: 1px;
    right: 0;
    font-size: 20px;
    color: #999;
    z-index: 1;
    font-weight: 800;
    width: 50px;
    height: 30px;
    border-left: 1px solid #64666a;
    display: inline-flex;
    align-items: center;
    justify-content: center
}

button i.fa-spinner-third {
    -webkit-animation: rotating .5s linear infinite;
    -moz-animation: rotating .5s linear infinite;
    -ms-animation: rotating .5s linear infinite;
    -o-animation: rotating .5s linear infinite;
    animation: rotating .5s linear infinite
}

@media only screen and (max-width: 576px) {
    #mainSearchFilters {
        flex-direction: column
    }

    #mainSearchFilters .commonSearchFilters {
        width: 100%
    }

    .searchCategoryFilter {
        margin-bottom: 30px
    }

    section#searchPageSection {
        padding: 50px 0
    }
}