.search_form_container { padding-bottom: 25px; }
.search-form .filter {
    border-bottom: 2px solid #fdb813;
    padding-bottom: 10px;
}
.search-form .select-row {
    flex: auto;
    width: auto;
    display: inline;
    justify-content: space-between;
}
.search-form .select-row select { margin-bottom: 15px; }
.search-form .hidden { display: none; }
.search_result_container { padding: 58px 0 60px 0; }

.ajax-loader-wrapper {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(14,14,14,.58);
    z-index: 999;
    display: none
}
.ajax-loader-wrapper.show {
    display: block
}
.ajax-loader-wrapper .ajax-loader {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    background: #fff;
    width: 35px;
    height: 35px;
    box-shadow: 1px 0 12px 0 #000;
    border-radius: 3px
}
.ajax-loader-wrapper .ajax-loader img {
    margin-top: 1.5px;
    margin-left: 1.5px
}

/* input[type="text"], input[type="email"], input[type="url"],
input[type="password"], input[type="search"], input[type="tel"],
input[type="number"], textarea */
