/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

.findstore-container {
    margin: 0 auto;
    max-width: 824px;
    height: auto;
    padding: 12px;
}

.findstore-container.full {
    max-width: 100% !important;
}

.findstore-img-responsive {
    max-width: 100%;
    height: auto;
    display: inline-block;
}

.findstore-img-cover {
    position: relative;
    max-width: 100vw;
    overflow: hidden;
    vertical-align: middle;
    text-align: center;
}

.findstore-img-cover img {
    width: 100%;
    height: auto;
}

.findstore-search-form {
    position: relative;
    display: inline-block;
    width: 100%;
    height: auto;
    padding: 12px;
}

.findstore-search-input {
    min-height: 50px;
    line-height: 50px;
    background-color: #FFFFFF;
    border: 1px solid #EFEFEF !important;
    color: #363636;
    font-weight: bold;
    padding: 0 18px !important;
    width: 100%;
    border-radius: 12px !important;
}

.findstore-search-input:focus {
    outline: none;
    border-color: #BDBDBD;
}

.findstore-search-input::placeholder {
    color: #ADADAD;
}

.findstore-search-button {
    margin: 0;
    padding: 0 12px;
    background-color: #EC2971;
    min-height: 50px;
    width: auto;
    line-height: 50px;
    border: 1px solid #ff367f;
    color: #FFFFFF;
    font-size: large;
    border-radius: 12px;
    cursor: pointer;
    transition-duration: 400ms;
    -webkit-transition-duration: 400ms;
}

.findstore-search-button:hover {
    background-color: #c90c51;
}

.findstore-search-button:focus {
    background-color: #ff367f;
}

.findstore-search-form .findstore-search-input {
    position: relative;
    display: inline-block;
}

.findstore-search-form .findstore-search-button {
    position: absolute;
    right: 12px;
    top: 13px;
    padding: 0 18px !important;
    border-radius: 0 12px 12px 0;
    border: 1px solid #efefef !important;
    line-height: 0px;
}

.findstore-result {
    position: relative;
    z-index: 1;
    width: 100%;
}