.search_form_container { padding-bottom: 25px; }
.search-form .filter {
    border-bottom: 2px solid #fdb813;
    padding-bottom: 10px;
}
.selectMenus {
    display:inline-block;
    flex:auto;
    justify-content: space-between;
    width: auto;
    margin-bottom: 15px;
}
.dealer-location-table {
    box-shadow: 5px 10px 15px 1px rgba(0,0,0,0.5);
    margin: 0 0 20px;
}
.dealer-location {
    background: #000;
    padding: 5px;
}
.dealer-location h2 {
    text-align: left;
    color: #fff;
    padding: 0 0 0 5px;
    margin: 0;
}
.dealer-details {
    font-size: 1rem;
    padding: 5px;
}
.product-logos {
    float: left;
    width: auto;
    display: inline-block;
    font-size: .9375rem;
    font-weight: 600;
    text-align: center;
    vertical-align: middle;
    padding: 5px;
    margin: 5px;
}
.product-logos-border {
    border-right: 1px solid #ebebeb;
    float: left;
    vertical-align: middle;
}
.product-logos.not-offered {
    opacity: 0.2;
}
.product-logos img {
    width: auto;
    display: inline-block;
}

p[data-name] {
    padding: 29px 0;
    margin: 0;
}
p[data-name] a.dealer-links {
    display: inline-block;
    padding: 12px;
    margin: 0;
    text-align: center;
}

.search_form_container .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 */
