.page-header h1{
    font-weight: 100;
    font-size: 2.5rem;
    color: #0085B9;
}
.country-wrap {
    position: relative;
}
.country-input {
    position: absolute;
    right: 42px;
    z-index: 10;
    top: 10px;
    width: 25%;
}
.store-search {
    margin: 80px auto;
}
p.store-title {
    font-size: 15px;
    color: #82B632;
    font-weight: 400;
}
.store-search label{
    display: inline-block;
    font-family: "Noto Sans,sans-serif"!important;
    color: #777;
    font-weight: 100!important;
    font-size: 1.1rem;
}
.address-input label input{
    position: relative;
    bottom: -1px;
}
.store-search .form-control {
    background: #f2f8fd;
    color: #adadad;
    border: 1px solid #b3cf47;
    border-radius: 10px;
}
.store-search .progress {
    -webkit-appearance: none;
    width: 100%!important;
    height: 15px;
    border-radius: 5px;
    background: #d3d3d3;
    outline: none;
    opacity: 0.7;
    -webkit-transition: .2s;
    transition: opacity .2s;
    margin-bottom: 0;
    margin-top: 0;
}
.store-search .progress::-webkit-slider-thumb {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    -webkit-appearance: none;
    cursor: ew-resize;
    background: #d3d3d3;
}
.store-search input[type=submit].btn-block {
    width: auto;
    margin: 30px auto;
    color: #fff;
    font-size: 14px;
    font-family: Lato,sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1.2em;
    letter-spacing: 2px;
    background-color: #0085b9;
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-color: #0085b9;
    border-radius: 50px;
    box-shadow: 2px 2px 4px 0 rgba(0,0,0,.2);
    padding: 0.5rem 1.25rem;
}
.store-search input[type=submit].btn-block:hover {
    background-color: #fff;
    color: #0085b9;
}