.store-listing-map .container-full .store-map-wrapper {
    height: 700px !important;
}

#map-canvas {
    height: 500px !important;
}

.store-listing-map .stores-list {
    height: 480px !important;
}

.store-listing-map .czech-map,
.store-listing-map .czech-map > div {
    z-index: 0;
}

.czech-map,
.czech-map > div {
    width: 100% !important;
    /*height: 100% !important;*/
    position: relative !important;
}

.czech-map .card {
    position: relative !important;
}

.czech-map .card-footer,
.czech-map .card-header {
    display: none !important;
}

.czech-map .card-body {
    padding: 0;
}
.czech-map .card-body .store-info-wrapper .link-wrapper,
.czech-map .card-body .store-info-wrapper .address-wrapper,
.czech-map .card-body .store-info-wrapper .phone-wrapper {
    display: flex;
}

.czech-map .card .heading-wrapper {
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.czech-map .card .title {
    font-size: 13px;
    margin-right: 20px;
}

.czech-map .card .content {
    font-size: 13px;
}

.czech-map .card .store-link {
    font-size: 13px;
    font-weight: 600;
}


.store-listing-map .czech-map img {
    cursor: pointer;
}

.packetomat-store-wrapper .store-listing-map .container-full .store-map-wrapper {
    height: 500px !important;
}
.packetomat-store-wrapper .store-listing-map .stores-list {
    height: 100% !important;
}

.packetomat-store-wrapper .item {
    display: flex;
    gap: 10px;
}


.modal.modal-store .modal-body > div {
    height: 500px;
}
.modal.modal-store .modal-body > div > div,
.modal.modal-store .modal-body .row {
    height: 100%;
}


.modal.modal-store .storelocator-panel {
    overflow-y: scroll;
}

.modal.modal-store .storelocator-panel {
    max-height: unset;
    height: 100%;
}

.modal-map > div:first-child {
    width: 100% !important;
    height: 100% !important;
}

.czech-map .leaflet-popup {
    margin-bottom: 50px;
}

.storelocator-filter > div[for="feature-filter-title"] {
    margin-top: 5px;
}


.storelocator-filter > div[for="feature-filter-title"] {
    margin-top: 5px;
}

.no-search-result-message {
    color: #E23034;
}

.store-listing-map .stores-list.list-unstyled.no-results {
    display: none;
}

@media (min-width: 1200px) {
    .store-listing-map .stores-list:not(.list-unstyled) {
        margin-left: 50px;
        margin-top: 10px;
    }

    .store-map-wrapper.active .show-store-list {
        top: 10px;
        left: 60px;
    }

}

@media (max-width: 567px) {
    .czech-map,
    .czech-map > div {
        width: 100% !important;
        height: 300px !important;
        position: relative !important;
    }

    .smap .card {
        width: 250px !important;
        height: 140px;
    }

    .czech-map .leaflet-popup-content {
        max-width: calc(100vw - 60px);
    }

    .panel .icon:not(.fa-star) {
        top: 0 !important;
    }

}