.ppz-ns .module--service-search-form {
    margin-bottom: 20px;
}

@media (min-width: 640px) {
    .ppz-ns .module--service-search-form {
        max-width: 420px;
    }
}

.store-finder-form {
    text-align: left;
}

@media (min-width: 860px) {
    .store-finder-form {
        width: 299px;
    }
}

.store-finder-form .form-label {
    width: 105px;
}

.store-finder-form .form-group {
    margin-bottom: 10px;
}

.store-finder-form .form-group select {
    margin-bottom: 4px;
}

.store-finder-form .form-group .country-code {
    width: 100%;
}

.store-finder-form input[type="text"] {
    width: 100%;
}

/*.store-finder-form .form-group.form-item-location {*/
/*    -ms-flex: 1 0 60%;*/
/*    flex: 1 0 60%;*/
/*}*/

/*.store-finder-form .form-group.form-item-distance {*/
/*    -ms-flex-align: center;*/
/*    align-items: center;*/
/*    display: -ms-flexbox;*/
/*    display: flex;*/
/*    -ms-flex-pack: justify;*/
/*    justify-content: space-between;*/
/*}*/

/*@media (min-width: 640px) {*/
/*    .store-finder-form .form-group.form-item-distance {*/
/*        -ms-flex-pack: start;*/
/*        justify-content: start;*/
/*    }*/
/*}*/

@media (min-width: 640px) {
    .store-finder-form .form-group .location::-webkit-input-placeholder,
    .store-finder-form .form-group .zip::-webkit-input-placeholder {
        color: transparent;
        transition: color 0.2s ease;
    }

    .store-finder-form .form-group .location::-moz-placeholder,
    .store-finder-form .form-group .zip::-moz-placeholder {
        color: transparent;
        transition: color 0.2s ease;
    }

    .store-finder-form .form-group .location:-ms-input-placeholder,
    .store-finder-form .form-group .zip:-ms-input-placeholder {
        color: transparent;
        transition: color 0.2s ease;
    }
}

.store-finder-form .form-group .location:-ms-input-placeholder,
.store-finder-form .form-group .zip:-ms-input-placeholder {
    text-transform: uppercase;
}

.store-finder-form .form-group .location::placeholder,
.store-finder-form .form-group .zip::placeholder {
    text-transform: uppercase;
}

.store-finder-form .form-group .form-group-text {
    display: inline-block;
    font-size: 14px;
    margin: 0 5px 0 3px;
}

@media (min-width: 640px) {
    .store-finder-form .form-group .form-group-text {
        font-size: 12px;
    }
}

/*.store-finder-form .form-group .zip {*/
/*    width: 60px;*/
/*}*/

/*.store-finder-form .form-group .location {*/
/*    width: 100%;*/
/*}*/

/*@media (min-width: 640px) {*/
/*    .store-finder-form .form-group .location {*/
/*        width: calc(100% - 115px);*/
/*    }*/
/*}*/

.store-finder-form .form-group .distance {
    text-transform: none;
}

.store-finder-form .form-group input,
.store-finder-form .form-group select {
    background-color: #fff;
    font-size: 14px;
}

@media (min-width: 640px) {
    .store-finder-form .form-group input, .store-finder-form .form-group select {
        font-size: 12px;
        margin-bottom: 4px;
    }
}

.store-finder-form .form-group input[type="text"] {
    padding: 0 5px;
}

.store-finder-form .contact-form-submit {
    background-color: #3088ce;
    margin-bottom: 5px;
    text-align: center;
}

@media (min-width: 640px) {
    .store-finder-form .contact-form-submit {
        background-color: transparent;
        margin-top: 20px;
        text-align: right;
        width: auto;
    }
}

.retailer-certified {
    background-image: url("../Icons/certified.png");
    background-size: 30px 30px;
    height: 30px;
    left: 5px;
    overflow: hidden;
    width: 30px;
}

.retailer-neorest {
    background-image: url("../Icons/Icon_NEOREST-Premuim-Showroom.png");
    background-size: 30px 30px;
    height: 30px;
    left: 5px;
    overflow: hidden;
    width: 30px;
}

.retailer-testing-available {
    background-image: url("../Icons/testing.png");
    background-size: 30px 30px;
    width: 30px;
    height: 30px;
}

.link-test {
    background-image: url("../Icons/testing.png");
    background-size: 20px 20px;
    color: #737373;
}

.retailer-premiumshowroom {
    background-image: url("../Icons/premiumshowroom.png");
    background-size: 30px 30px;
    height: 30px;
    left: 5px;
    overflow: hidden;
    width: 30px;
}

.retailer-fastexchange {
    background-image: url("../Icons/fastex.png");
    background-size: 30px 30px;
    height: 30px;
    left: 5px;
    margin-top: 5px;
    overflow: hidden;
    width: 30px;
}
