.shop-available .deanar-shopmap .smap_filters{
    margin: 0 0 50px;
    /*max-width: 840px;*/
}
.shop-available .deanar-shopmap .smap_filters .smap_filter-line{
    width: 79.7%;
    overflow: visible;
    margin: 0;
}
.shop-available .deanar-shopmap .smap_filters .smap_filter-line .smap_filter{
    width: 100%;
    margin: 0;
    float: none;
}
.shop-available .deanar-shopmap .smap_filters .smap_filter-line.smap_filter-line-filters .select2{
    width: 100% !important;
    height: 53px;
}
.shop-available .select2-container--default .select2-selection--single{
    border-radius: 50px;
    height: 53px !important;
    line-height: 53px !important;
    border: none;
    background: #f7f9fc;
}
.shop-available .select2-container--default.select2-container--open.select2-container--below .select2-selection--single{
    border-radius: 50px;
}
.shop-available .select2-container--default .select2-selection--single .select2-selection__rendered{
    height: 53px !important;
    line-height: 53px !important;
}
.shop-available .select2-container .select2-selection--single .select2-selection__rendered{
    padding: 0 60px 0 47px;
    background: url(img/location-search.png) no-repeat 21px center;
    color: #010101 !important;
}
.shop-available .select2-container--default .select2-selection--single .select2-selection__arrow{
    height: 100% !important;
    width: 60px;
    top: 0;
    right: 0;
}
.shop-available .select2-container--default .select2-selection--single .select2-selection__arrow::after{
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    border-bottom: #000 2px solid;
    border-right: #000 2px solid;
    transform: rotate(45deg);
    right: 23px;
    top: 19px;
    transition: transform ease .2s;
}
.shop-available .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow::after{
    transform: rotate(-135deg);
    top: 24px;
}
.shop-available .select2-container--default .select2-selection--single .select2-selection__arrow b{
    display: none;
}
.shop-available .smap_mode-switcher-inner a{
    color: #005bff;
}
.shop-available .smap_mode-switcher-inner a.selected{
    text-decoration: underline;
}
.shop-available .smap_mode-switcher-inner a:first-child{
    margin: 0 7px 0 0;
}
.shop-available .deanar-shopmap .shops-list .items .item{
    font-size: 16px;
    line-height: 24px;
    border: none;
}
.shop-available .deanar-shopmap .shops-list .items .item span{
    background: #FFF;
    position: relative;
    z-index: 1;
    padding: 0 5px 0 0;
}
.shop-available .deanar-shopmap .shops-list .items .item i{
    font-style: normal;
    color: #005bff;
    display: none;
}
.shop-table {
    width: 100%;
}
.shop-table div{
    position: relative;
}
.shop-table div::after{
    content: "";
    position: absolute;
    width: 100%;
    bottom: 7px;
    left: 0;
    border-top: #000 1px dotted;
}
.shop-table td{
    padding: 0 0 25px;
}
.shop-table td:last-child{
    white-space: nowrap;
    /*padding: 0 0 0 86px;*/
    padding: 0 0 0 5px;
    color: #005bff;
    width: 1px;
}
.shop-table tbody:last-child tr:last-child td{
    padding-bottom: 0;
}
.shop-available .deanar-shopmap .shops-list{
    margin: 0;
    /*max-width: 840px;*/
}
.show-more-address{
    margin: 40px 0 0;
    text-align: center;
}
.show-more-address a, .show-more-address span{
    color: #005bff !important;
    cursor: pointer;
}
.show-more-address a:hover, .show-more-address span:hover{
    text-decoration: underline;
}