
#stores #map {
    height: 447px;
    margin-bottom: 26px;
    width: 100%;
}
#stores input#addressInput {
    display: inline-block;
    width: 410px;
    max-width: 100%;
    border: 1px solid #ccc;
    font-size: 13px;
    background: #fff;
    background-repeat: no-repeat;
    background-size: contain;
    height: 35px;
    outline-width: 2px!important;
}
#stores .address-input {
    float: left;
    margin-right: 19px;
}
.ets_stores_map {
    border: 1px solid #ddd;
    background: #fff;
    padding: 15px;
    margin-bottom: 30px;
}
#stores input#addressInput.gm-err-autocomplete {
    padding-left: 35px;
}
@media (max-width: 767px) {
    #stores .address-input {
        margin: 0 0 20px;
        width: 100%;
    }
}
#stores .address-input label {
    margin-right: 5px;
}
#stores .radius-input {
    float: left;
    line-height: 23px;
    margin-right: 20px;
    display: flex;
    align-items: center;
}
#stores .radius-input label {
    margin-bottom: 0;
}
#stores .radius-input label, #stores .radius-input .selector {
    float: left;
}
#stores .radius-input label {
    margin-right: 10px;
}
#stores .radius-input #radiusSelect {
    width: 100px;
    background: #fff;
    border: 1px solid #ccc;
    outline-width: 2px!important;
    height: 35px;
    font-size: 14px;
    padding-top: 0;
    text-align: center;
    padding-bottom: 0;
}
.ets_stores_map button.btn-default.btn-primary {
    height: 35px;
    padding-top: 0;
    padding-bottom: 0;
    outline: none;
    font-size: 14px;
    box-shadow: none;
    padding-left: 10px;
    padding-right: 10px;
}
.ets_stores_map .alert.alert-warning {
    margin-top: 15px;
}
#stores .store-content-select .selector {
    display: none;
    visibility: hidden;
}
div#map {
    border: 1px solid #ccc;
    background: #fff;
}
#stores-table img{
    max-width: 100px;
}
#stores .store-content-select.active {
    border-top: 1px solid #eee;
    margin-top: 10px;
    margin-bottom: 10px;
}
#stores .store-content-select.active .selector {
    display: block;
    visibility: visible;
}
#stores .store-title {
    margin-bottom: 16px;
}
#stores label {
    color: #777;
    font-weight: normal;
}
#stores #stores_loader {
    display: none;
    margin-left: 5px;
}
#stores #locationSelect {
    max-width: 100%;
    display: none;
    width: auto;
    margin-top: 20px;
}
#stores #stores-table {
    display: none;
    margin-top: 25px;
    font-size: 13px;
}
#stores #stores-table tbody td {
    padding: 20px;
}
#stores #stores-table tbody td.num {
    background: #fbfbfb none repeat scroll 0 0;
    width: 46px;
}
#stores #stores-table td.num,
#stores #stores-table th.num{
    text-align: center;
}
#stores #stores-table tbody td.name span {
    padding-left: 15px;
}
.ets_stores_map .store-content {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    width: 100%;
}
.mp_map_button_group button.button:not(:last-child) {
    margin-right: 10px;
}
.mp_map_button_group {
    display: flex;
    display: -webkit-flex;
}
.ets_stores_map .store-content > div:not(:last-child) {
    margin-bottom: 10px;
}
@media (max-width: 767px) {
    #stores #stores-table tbody td.name img {
        display: none;
    }
}
.fancybox-outer {
    position: relative;
    width: 100%;
    height: 100%;
    background: #fff;
}
.store-image img {
    min-width: 100px;
    width: 100%;
}
.store-content-select select#locationSelect {
    border: 1px solid #ccc;
    font-size: 14px;
    background: #fff;
    height: 35px;
    padding: 0 25px 0 15px;
}
.store-content-select.selector3 {
    clear: both;
}
p.fancybox-error.ets_map_error {
    text-align: center;
    display: block;
    max-width: 100%;
    padding: 10px;
    margin-bottom: 0;
}
.fancybox-opened .fancybox-outer, .fancybox-opened .fancybox-inner, .fancybox-opened .fancybox-bg, .fancybox-opened .fancybox-stage {
    display: inline-block;
}
#map span.shop_map_info ~ a {
    margin-top: 5px;
    display: block;
}
#map span.shop_map_info {
    line-height: 1.4;
    width: 280px;
    display: block;
}
@media (max-width: 479px){
    .gm-style img {
        max-width: 50px;
    }
    #map span.shop_map_info {
        line-height: 1.4;
        width: auto;
    }
}