#store_search .form-group {
    width: 100%;
}

#user-location-btn img {
    width: 20px;
    height: 20px;
}

.store-finder-tab-pane {
    margin-top: 10px;
}

.store-finder-list {
    padding-left: 10px;
}

.store-finder-list-item {
    list-style: none;
}

.store-finder-list-item:before {
    content: '';
    display: inline-block;
}

.li-quiz-logo:before {
    background-image: url("/_images/assets/store-finder/quiz-sq.jpg");
    background-repeat: no-repeat;
    height: 29px;
    width: 29px;
    vertical-align: top;
}

.li-doddle-logo:before {
    background-image: url(/_images/assets/store-finder/doddle-sq.jpg');
    background-repeat: no-repeat;
    height: 29px;
    width: 29px;
    vertical-align: top;
}

.store-finder-list-item-text {
    display: inline-block;
}

.store-finder-container,
.store-finder-col {
    padding-left: 0;
    padding-right: 0;
}

#store-locator-country {
    margin-bottom: 10px;
    width: 100%;
    margin: auto;
}

.store-finder-search-input-container {
    width: 100%;
    margin-top: 10px;
}

.store-finder-dashed-link {
    border-bottom: 1px dashed;
    color: #111;
    cursor: pointer;
}

.store-finder-form-links {
    margin: auto;
    margin-top: 5px;
    text-align: left;
}

@media screen and (min-width: 768px) {
    #store_search .form-group {
        width: 100%;
    }

    .store-finder-container,
    .store-finder-col {
        padding-left: 15px;
        padding-right: 15px;
    }

    #store-locator-country,
    .store-finder-search-input-container,
    .store-finder-form-links {
        width: 50%;
    }

    .store-finder-results-text {
        display: inline-block;
        margin-right: 10px;
    }
}
