.filter-search-tool-wrapper {
    max-width: 700px;
    margin: 0 auto;
    min-height: 50vh;
}

.search-title {
    color: #777;
    font-size: 26px;
    font-weight: 700;
    text-align: center;
}

.filter-search-bar {
    margin-top: 30px;
}

.filter-search-bar .search {
    width: 100%;
    position: relative;
    display: flex;
}

.filter-search-bar .searchTerm {
    width: 100%;
    border: 1px solid #555;
    border-right: none;
    padding: 5px 15px;
    outline: none;
    color: #000;
    font-weight: 100;
    font-size: 18px;
    font-family: AvenirLTStd-Roman;
}

.filter-search-bar .searchTerm::-webkit-input-placeholder {
    /* Edge */
    color: #7a7a7a;
}

.filter-search-bar .searchTerm:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #7a7a7a;
}

.filter-search-bar .searchTerm::placeholder {
    color: #7a7a7a;
}

.filter-search-bar .searchTerm:focus {
    color: #1a1a1a;
}

.filter-search-bar .searchButton {
    max-width: 80px;
    height: 50px;
    border: 1px solid #e03a3e;
    background: #e03a3e;
    text-align: center;
    color: #fff;
    border-radius: 0px;
    cursor: pointer;
    font-size: 20px;
    width: 100%;
    position: relative;
}

.serach-icon {
    background: url('../images/search-icon.png') no-repeat left top;
    width: 32px;
    height: 32px;
    position: absolute;
    z-index: 2;
    left: 10px;
    top: 50%;
    background-size: 22px;
    right: 0px;
    margin: 0 auto;
    margin-top: -10px;
}

.search-loader {
    margin-top: 25px;
    margin-bottom: 25px;
}

.svg-loader {
    display: flex;
    justify-content: center;
}

.border-text p {
    font-size: 18px;
    color: #777;
    margin-bottom: 12px;
}

.border-text .border-line {
    border-bottom: 1px solid #aaa;
    position: relative;
}

.border-text .border-line:after {
    content: "";
    position: absolute;
    left: 0px;
    top: -6px;
    background: #315bc3;
    height: 7px;
    max-width: 200px;
    width: 100%;
}

.border-text .model {
    font-weight: 700;
    font-size: 20px;
    color: #555;
}

.result-panel {
    border: 1px solid #555;
    margin-top: 20px;
    margin-bottom: 20px;
}

.result-item {
    border-bottom: 1px solid #555;
    padding: 8px 12px;
}

.result-item p {
    color: #555;
    font-size: 17px;
}

.result-item:last-child {
    border-bottom: 0px;
}

.search-result {
    margin-top: 30px;
}

.search-result p.disclaimer-text {
    color: #555;
    font-size: 15px;
    font-style: italic;
}

.no-search-result {
    margin-top: 30px;
}

p.input-validate {
    color: #e03a3e;
    font-size: 17px;
    margin-top: 20px;
}

.searchButton:disabled,
button[disabled] {
    border: 1px solid #999999;
    background-color: #cccccc;
    cursor: not-allowed;
}

/* Hide Find a dealer filter in goodman */

.dl-filter__block,
.dl-search-by-filter__wrap.hidden-xs {
    display: none;
}

.dl-zipcode-search__block #errMsg {
    position: absolute;
    left: 0;
    top: 114px;
    text-align: -webkit-center;
    color: #f00000;
    font-size: 14px;
    width: 100%;
    display: block;
    right: 0px;
    margin: 0 auto;
    font-weight: 900;
}

.gm-product-img .gm-bv-rating {
    bottom: 0px;
}

.regulations-columns h2 {
    width: 100%;
}

.gm-product-wrap.regulations-columns .gm-product {
    width: 30%;
    text-align: center;
    justify-content: center;
    margin-bottom: 10px;
}

.gm-product-wrap.regulations-columns .gm-product p{
    text-align: center;
    margin-top: 17px;
}

.gm-product-wrap.regulations-columns .regulation-title{
    margin-top: 30px;
}

@media screen and (min-width: 768px) {
    .dl-zipcode-search__block .zipcode-miles__wrap {
        justify-content: center;
        padding: 50px 0px;
    }

    .gm-product-img{
        min-height: 300px;
    }

    .gm-product-wrap .gm-product-img a img {
        max-height: 200px;
        max-width: 200px;
    }

}

@media screen and (max-width: 767px) {
    #zipFilterWrap .dl-zipcode-search__block {
        padding: 30px 15px;
    }

    .dl-zipcode-search__block #errMsg {
        position: relative;
        top: 0;
        left: 0;
        margin-bottom: 10px;
        text-align: left;
    }
    .gm-product-img {
        min-height: 170px;

    }
    .gm-product-wrap.regulations-columns .gm-product {
        width: 100%;
    }

}