.parcelshopPopupClose {
    margin: 6px 0px 0px 0px;
    cursor: pointer;
    float: right;
    width: 15px;
    height: 15px;
    background: url('data:image/svg+xml,<svg id="Vrstva_2" data-name="Vrstva 2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 552.06 552.06"><defs><style> .cls-1 { fill: %23333; } </style></defs><g id="Layer_1" data-name="Layer 1"><g><path class="cls-1" d="M530.35,168.58c-13.9-32.87-33.8-62.39-59.14-87.73-25.34-25.34-54.85-45.23-87.73-59.14C349.43,7.3,313.28,0,276.03,0s-73.4,7.3-107.46,21.71c-32.87,13.9-62.39,33.8-87.73,59.14-25.34,25.34-45.23,54.85-59.14,87.73C7.3,202.63,0,238.78,0,276.03s7.3,73.4,21.71,107.46c13.9,32.87,33.8,62.39,59.14,87.73,25.34,25.34,54.85,45.24,87.73,59.14,34.06,14.4,70.21,21.71,107.46,21.71s73.4-7.3,107.46-21.71c32.87-13.9,62.39-33.8,87.73-59.14,25.34-25.34,45.23-54.85,59.14-87.73,14.4-34.06,21.71-70.21,21.71-107.46s-7.3-73.4-21.71-107.46Zm-254.32,343.59c-130.42,0-236.14-105.72-236.14-236.14S145.62,39.89,276.03,39.89s236.14,105.72,236.14,236.14-105.72,236.14-236.14,236.14Z"/><path class="cls-1" d="M304.24,276.03l93.45-93.45c7.79-7.79,7.79-20.42,0-28.21-7.79-7.79-20.42-7.79-28.21,0l-93.45,93.45-93.45-93.45c-7.79-7.79-20.42-7.79-28.21,0-7.79,7.79-7.79,20.42,0,28.21l93.45,93.45-93.45,93.45c-7.79,7.79-7.79,20.42,0,28.21,7.79,7.79,20.42,7.79,28.21,0l93.45-93.45,93.45,93.45c7.79,7.79,20.42,7.79,28.21,0h0c7.79-7.79,7.79-20.42,0-28.21l-93.45-93.45Z"/></g></g></svg>');
    top: 0;
    right: 10px;
    position: absolute; 
}

#menuItemsPbh {
    background-color: #fff;
    height: 75%;
}

#menuCouriersPbhWrap {
    margin: 30px 10px;
}

#menuCouriersPbhWrap * {
    box-sizing: border-box;
}

.pickMappHeader {
    position: relative;
    margin:10px 10px 0px 10px; 
    background-color: #FFF; 
    height: 25px;
}

#pickMappWrapp {
    display: flex;
}

#pickMappWrapp * {
    box-sizing: border-box;
}

#pickMapp {
    opacity: 1.0 !important;
    padding: 0px 0px 10px 10px;
}

#pickMapp img.parcelshopIconPbh {
    height: 50px;
}

#searchPbh {
    margin-top:  10px;
}

#searchBtnPbh {
    margin-top:  10px;
}

@media only screen and (max-width: 1000px) {

    #pickMapp {
        opacity: 1.0 !important;
        padding: 0px 10px 10px 10px;
    }

    .parcelshopDistance {
        margin-top: 3%;
    }

    #leafletMapPbh {
        height: 300px;
    }

    #leafletMapPbhWrapper {
        width: 100%;
        margin-top: 0px;
    }
}

.pac-container {
    z-index: 999999 !important;
}

.filterPbhRow td {
    color: black;
}