#popup-selection-popup{
    position: fixed!important;
    /*top: 0!important;
    left: 0!important;*/
}
#popup-window-overlay-popup-selection-popup{
    width: 100%!important;
}
.popup-location .wrapper {
    width: 300px;
}

.popup-location .wrapper .title {
    font-weight: bold;
    font-size: 22px;
    padding-bottom: 25px;
}

.popup-location .wrapper .items {
    display: flex;
    flex-wrap: wrap;
}

.popup-location .wrapper .items .item {
    width: 50%;
    font-size: 16px;
    padding-bottom: 5px;
}

.popup-location .fancybox-close-small:after {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: "\f00d";
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 10px;
    top: 10px;
}

.popup-location .fancybox-close-small svg {
    display: none;
}


.select-location {
    width: 750px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 25px 15px;
    margin: 0 auto;
    background: white;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.select-location .sl-title {
    text-align: center;
    font-weight: bold;
}

.select-location .sl-search {
    width: 100%;
    margin: 20px 0 30px 0;
}

.select-location .sl-search input {
    width: 100%;
    height: 40px;
    border: 1px solid #D8D8D8;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    padding: 0 15px;
}

.select-location .sl-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    overflow-y: scroll;
    max-height: 200px;
}

.select-location .sl-list .item {
    width: 24.9%;
    margin-bottom: 10px;
}

.select-location .sl-list .item a {
    color: #666;
}

.select-location .sl-list .item.active,
.select-location .sl-list .item.active a {
    text-decoration: none;
    color: #4bc0e4;
}

.select-location .sl-subtitle{
    margin-bottom: 20px;
}
.select-location .sl-subtitle span + a{
    margin-left: 10px;
}
.select-location .sl-list .item-more{
    display: none;
}
.select-location .sl-subtitle .sl-more {
    color: #4bc0e4;
    border-bottom: 1px dotted #4bc0e4;
}

@media screen and (max-width: 768px) {
    .select-location {
        width: 550px;
    }

    .select-location .sl-list .item {
        width: 50%;
    }
}

@media screen and (max-width: 576px) {
    .select-location {
        width: 300px;
    }
}

.location {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    height: 100%;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.location i.fa-location-arrow {
    margin-right: 10px;
}
@media screen and (max-width: 576px ) {
    .location {
        position: unset;
    }
}
