
body.modal-openned {
	overflow-y: hidden;
}

/* Always set the map height explicitly to define the size of the div
 * element that contains the map. */
#unicarrier_map {
	width: 100%;
	height: 100%;
}

#unidelivery_popup h2 {
	font-size: 18px;
    font-weight: 600;
    margin: -5px 15px 20px;
    color: #1b1b1b;
}

@media (max-width: 767px) {
	#unidelivery_popup > div {
	    display: -webkit-box;
	    display: -moz-box;
	    display: -ms-flexbox;
	    display: -webkit-flex;
	    display: flex;
	    flex-direction: column;
	}
	#unidelivery_popup > div > div:nth-of-type(1) {
	    order: 2;
	}
	#unidelivery_popup > div > div:nth-of-type(2) {
	    order: 1;
	}
}

.branches_block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column nowrap;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    height: 100%;
    /*overflow: hidden;*/
}

.branches_block .branch_searching {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    position: relative;
    padding: 0px 0 15px;
    border-bottom: 1px solid #e2e2e2;
    margin-bottom: 15px;
}
.branches_block .branch_searching > ul {
    width: 100%;
    box-shadow: 0 3px 5px #0000005c;
}

.branches_block .branch_searching input {
    width: 100%;
    height: 40px;
    padding: 0 10px;
    border: 1px solid #e2e2e2;
    font-size: 13px;
}
.branches_block .branch_searching input[type='button'] {
    display: none;
    float: right;
    width: 100px;
    background: #ff6433;
    border-left: 0 none;
    color: #fff;
    border-color: #ff6433;
    font-size: 15px;
    &:hover {
        background: #ff6a3b;
    }
}
.branches_block .branch_searching input:focus {
    outline: none;
    border-color: #b2b2b2;
}

.branches_block .branches {
    overflow: auto;
    overflow-x: hidden;
}
#unidelivery_popup {
    overflow-x: hidden;
}

.branches_block .branch {
    border: 1px solid #e2e2e2;
    border-bottom: 0 none;
    /*padding: 10px 15px;*/
    color: #000;
    cursor: pointer;
}
.branches_block .branch .branch_title {
    padding: 10px 15px;
}
.branches_block .branch:first-of-type {
	border-top: 0 none;
}
.branches_block .branch:hover {
    background: #f7f7f7;
}

.branches_block .branch:last-of-type {
    border-bottom: 1px solid #e2e2e2;
}

.branches .branch_image {
	float: left;
    margin-right: 10px;
}

.branches .branch_price {
	float: right;
    font-size: 12px;
    line-height: 15px;
    color: #b5b5b5;
}

.branches .branch_name {
	line-height: 14px;
    color: #000;
    font-size: 13px;
    padding-right: 45px;
}

.branches .branch_address {
    color: #b5b5b5;
    font-size: 11px;
    line-height: 12px;
}

.branches_block .branch_content {
    margin-top: 10px;
    clear: both;
    padding: 0px 15px 10px;
}

.branches_block .branch_content td {
    padding: 0 5px 0 0;
}

.branchInfo .selectBranch,
.branches_block .branch_content .selectBranch {
    display: table;
    margin: 0px auto 10px;
    text-align: center;
    clear: both;
    background: #00c500;
    color: #fff;
    padding: 6px;
    border-radius: 3px;
}
.branchInfo .selectBranch {
    margin-top: 10px;
}
.branches_filter .carrier_selector {
    cursor: pointer;
}
.branchInfo .selectBranch:hover,
.branches_block .branch_content .selectBranch:hover {
	background: #22af22;
    border-top: 1px solid #f7f7f7;
}

.branchInfo td {
    padding: 0 3px 0 0;
}

.branches_filter {
	border: 1px solid #e2e2e2;
    padding: 15px 15px 5px;
}

.filter_item {
    width: 50%;
    float: left;
}

.filter_item .checker {
    display: inline-block;
}

.selectedUniCarrier {
    font-style: italic;
    display: block;
    margin-bottom: 10px;
}

.selectedUniCarrier .chooseBranch {
	background: #00c500;
    color: #fff !important;
    padding: 4px;
    border-radius: 3px;
    margin-left: 5px;
    line-height: 20px;
}

.selectedUniCarrier .chooseBranch:hover {
	background: #22af22;
}

.branchNotSelected {
    background: #ff8989;
    color: #fff;
    padding: 10px;
    display: inline-block;
    margin-bottom: 5px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    cursor: pointer;
    text-decoration: underline;
}
.branchNotSelected a {
    text-decoration: underline;
}
.branchNotSelected:hover,
.branchNotSelected:hover a {
    text-decoration: none;
}

.branchNotSelected .chooseBranch {
    color: #fff;
    text-decoration: underline;
    border-bottom: none;
}

.branchNotSelected .chooseBranch:hover {
    color: #fff;
    text-decoration: none;
}
#unicarrier_map {
    background-image: url(./../img/map_placeholder.jpg);
    background-position: center;
    background-size: cover;
}
#unidelivery_popup #unicarrier_map.hide_placeholder {
    background-image: none;
}
#unidelivery_popup.loading-blur > * {
    filter: blur(2px);
}
#unidelivery_popup.loading-blur:before {
    content: '';
    position: absolute;
    inset: 0;
    z-index: 999;
}
#unidelivery_popup.loading-blur:after {
    content: '\f110';
    font-family: 'FontAwesome';
    inset: 50%;
    position: absolute;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    font-size: 40px;
    line-height: 40px;
    width: 40px;
    height: 39px;
    z-index: 999;
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8);
    color: #262626;
}
.ac_results.uni_result {
    box-sizing: content-box;
    box-shadow: 0 3px 5px #0000005c;
}
.ac_results.uni_result li {
    color: #343434;
    font-size: 14px;
    border-color: #e1e1e1;
}
.ac_results.uni_result li:hover {
    background: #f3f3f3;
}
.ac_results.uni_result .added_info {
    display: block;
    color: grey;
    font-size: 12px;
}


/*Bootstrap default css*/
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-sm-1_5, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    box-sizing: border-box;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-sm-1_5 {
    float: left;
}
.col-xs-12 {
    width: 100%;
}
.col-xs-11 {
    width: 91.66666667%;
}
.col-xs-10 {
    width: 83.33333333%;
}
.col-xs-9 {
    width: 75%;
}
.col-xs-8 {
    width: 66.66666667%;
}
.col-xs-7 {
    width: 58.33333333%;
}
.col-xs-6 {
    width: 50%;
}
.col-xs-5 {
    width: 41.66666667%;
}
.col-xs-4 {
    width: 33.33333333%;
}
.col-xs-3 {
    width: 25%;
}
.col-xs-2 {
    width: 16.66666667%;
}
.col-xs-1 {
    width: 8.33333333%;
}
.col-xs-pull-12 {
    right: 100%;
}
.col-xs-pull-11 {
    right: 91.66666667%;
}
.col-xs-pull-10 {
    right: 83.33333333%;
}
.col-xs-pull-9 {
    right: 75%;
}
.col-xs-pull-8 {
    right: 66.66666667%;
}
.col-xs-pull-7 {
    right: 58.33333333%;
}
.col-xs-pull-6 {
    right: 50%;
}
.col-xs-pull-5 {
    right: 41.66666667%;
}
.col-xs-pull-4 {
    right: 33.33333333%;
}
.col-xs-pull-3 {
    right: 25%;
}
.col-xs-pull-2 {
    right: 16.66666667%;
}
.col-xs-pull-1 {
    right: 8.33333333%;
}
.col-xs-pull-0 {
    right: auto;
}
.col-xs-push-12 {
    left: 100%;
}
.col-xs-push-11 {
    left: 91.66666667%;
}
.col-xs-push-10 {
    left: 83.33333333%;
}
.col-xs-push-9 {
    left: 75%;
}
.col-xs-push-8 {
    left: 66.66666667%;
}
.col-xs-push-7 {
    left: 58.33333333%;
}
.col-xs-push-6 {
    left: 50%;
}
.col-xs-push-5 {
    left: 41.66666667%;
}
.col-xs-push-4 {
    left: 33.33333333%;
}
.col-xs-push-3 {
    left: 25%;
}
.col-xs-push-2 {
    left: 16.66666667%;
}
.col-xs-push-1 {
    left: 8.33333333%;
}
.col-xs-push-0 {
    left: auto;
}
.col-xs-offset-12 {
    margin-left: 100%;
}
.col-xs-offset-11 {
    margin-left: 91.66666667%;
}
.col-xs-offset-10 {
    margin-left: 83.33333333%;
}
.col-xs-offset-9 {
    margin-left: 75%;
}
.col-xs-offset-8 {
    margin-left: 66.66666667%;
}
.col-xs-offset-7 {
    margin-left: 58.33333333%;
}
.col-xs-offset-6 {
    margin-left: 50%;
}
.col-xs-offset-5 {
    margin-left: 41.66666667%;
}
.col-xs-offset-4 {
    margin-left: 33.33333333%;
}
.col-xs-offset-3 {
    margin-left: 25%;
}
.col-xs-offset-2 {
    margin-left: 16.66666667%;
}
.col-xs-offset-1 {
    margin-left: 8.33333333%;
}
.col-xs-offset-0 {
    margin-left: 0;
}
@media (min-width: 768px) {
    .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
        float: left;
    }
    .col-sm-12 {
        width: 100%;
    }
    .col-sm-11 {
        width: 91.66666667%;
    }
    .col-sm-10 {
        width: 83.33333333%;
    }
    .col-sm-9 {
        width: 75%;
    }
    .col-sm-8 {
        width: 66.66666667%;
    }
    .col-sm-7 {
        width: 58.33333333%;
    }
    .col-sm-6 {
        width: 50%;
    }
    .col-sm-5 {
        width: 41.66666667%;
    }
    .col-sm-4 {
        width: 33.33333333%;
    }
    .col-sm-3 {
        width: 25%;
    }
    .col-sm-1_5 {
        width: 20%;
        margin-bottom: 1em;
    }
    .col-sm-2 {
        width: 16.66666667%;
    }
    .col-sm-1 {
        width: 8.33333333%;
    }
    .col-sm-pull-12 {
        right: 100%;
    }
    .col-sm-pull-11 {
        right: 91.66666667%;
    }
    .col-sm-pull-10 {
        right: 83.33333333%;
    }
    .col-sm-pull-9 {
        right: 75%;
    }
    .col-sm-pull-8 {
        right: 66.66666667%;
    }
    .col-sm-pull-7 {
        right: 58.33333333%;
    }
    .col-sm-pull-6 {
        right: 50%;
    }
    .col-sm-pull-5 {
        right: 41.66666667%;
    }
    .col-sm-pull-4 {
        right: 33.33333333%;
    }
    .col-sm-pull-3 {
        right: 25%;
    }
    .col-sm-pull-2 {
        right: 16.66666667%;
    }
    .col-sm-pull-1 {
        right: 8.33333333%;
    }
    .col-sm-pull-0 {
        right: auto;
    }
    .col-sm-push-12 {
        left: 100%;
    }
    .col-sm-push-11 {
        left: 91.66666667%;
    }
    .col-sm-push-10 {
        left: 83.33333333%;
    }
    .col-sm-push-9 {
        left: 75%;
    }
    .col-sm-push-8 {
        left: 66.66666667%;
    }
    .col-sm-push-7 {
        left: 58.33333333%;
    }
    .col-sm-push-6 {
        left: 50%;
    }
    .col-sm-push-5 {
        left: 41.66666667%;
    }
    .col-sm-push-4 {
        left: 33.33333333%;
    }
    .col-sm-push-3 {
        left: 25%;
    }
    .col-sm-push-2 {
        left: 16.66666667%;
    }
    .col-sm-push-1 {
        left: 8.33333333%;
    }
    .col-sm-push-0 {
        left: auto;
    }
    .col-sm-offset-12 {
        margin-left: 100%;
    }
    .col-sm-offset-11 {
        margin-left: 91.66666667%;
    }
    .col-sm-offset-10 {
        margin-left: 83.33333333%;
    }
    .col-sm-offset-9 {
        margin-left: 75%;
    }
    .col-sm-offset-8 {
        margin-left: 66.66666667%;
    }
    .col-sm-offset-7 {
        margin-left: 58.33333333%;
    }
    .col-sm-offset-6 {
        margin-left: 50%;
    }
    .col-sm-offset-5 {
        margin-left: 41.66666667%;
    }
    .col-sm-offset-4 {
        margin-left: 33.33333333%;
    }
    .col-sm-offset-3 {
        margin-left: 25%;
    }
    .col-sm-offset-2 {
        margin-left: 16.66666667%;
    }
    .col-sm-offset-1 {
        margin-left: 8.33333333%;
    }
    .col-sm-offset-0 {
        margin-left: 0;
    }
}
@media (min-width: 992px) {
    .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
        float: left;
    }
    .col-md-12 {
        width: 100%;
    }
    .col-md-11 {
        width: 91.66666667%;
    }
    .col-md-10 {
        width: 83.33333333%;
    }
    .col-md-9 {
        width: 75%;
    }
    .col-md-8 {
        width: 66.66666667%;
    }
    .col-md-7 {
        width: 58.33333333%;
    }
    .col-md-6 {
        width: 50%;
    }
    .col-md-5 {
        width: 41.66666667%;
    }
    .col-md-4 {
        width: 33.33333333%;
    }
    .col-md-3 {
        width: 25%;
    }
    .col-md-2 {
        width: 16.66666667%;
    }
    .col-md-1 {
        width: 8.33333333%;
    }
    .col-md-pull-12 {
        right: 100%;
    }
    .col-md-pull-11 {
        right: 91.66666667%;
    }
    .col-md-pull-10 {
        right: 83.33333333%;
    }
    .col-md-pull-9 {
        right: 75%;
    }
    .col-md-pull-8 {
        right: 66.66666667%;
    }
    .col-md-pull-7 {
        right: 58.33333333%;
    }
    .col-md-pull-6 {
        right: 50%;
    }
    .col-md-pull-5 {
        right: 41.66666667%;
    }
    .col-md-pull-4 {
        right: 33.33333333%;
    }
    .col-md-pull-3 {
        right: 25%;
    }
    .col-md-pull-2 {
        right: 16.66666667%;
    }
    .col-md-pull-1 {
        right: 8.33333333%;
    }
    .col-md-pull-0 {
        right: auto;
    }
    .col-md-push-12 {
        left: 100%;
    }
    .col-md-push-11 {
        left: 91.66666667%;
    }
    .col-md-push-10 {
        left: 83.33333333%;
    }
    .col-md-push-9 {
        left: 75%;
    }
    .col-md-push-8 {
        left: 66.66666667%;
    }
    .col-md-push-7 {
        left: 58.33333333%;
    }
    .col-md-push-6 {
        left: 50%;
    }
    .col-md-push-5 {
        left: 41.66666667%;
    }
    .col-md-push-4 {
        left: 33.33333333%;
    }
    .col-md-push-3 {
        left: 25%;
    }
    .col-md-push-2 {
        left: 16.66666667%;
    }
    .col-md-push-1 {
        left: 8.33333333%;
    }
    .col-md-push-0 {
        left: auto;
    }
    .col-md-offset-12 {
        margin-left: 100%;
    }
    .col-md-offset-11 {
        margin-left: 91.66666667%;
    }
    .col-md-offset-10 {
        margin-left: 83.33333333%;
    }
    .col-md-offset-9 {
        margin-left: 75%;
    }
    .col-md-offset-8 {
        margin-left: 66.66666667%;
    }
    .col-md-offset-7 {
        margin-left: 58.33333333%;
    }
    .col-md-offset-6 {
        margin-left: 50%;
    }
    .col-md-offset-5 {
        margin-left: 41.66666667%;
    }
    .col-md-offset-4 {
        margin-left: 33.33333333%;
    }
    .col-md-offset-3 {
        margin-left: 25%;
    }
    .col-md-offset-2 {
        margin-left: 16.66666667%;
    }
    .col-md-offset-1 {
        margin-left: 8.33333333%;
    }
    .col-md-offset-0 {
        margin-left: 0;
    }
}
.branch_image img {
    max-width: 30px;
    max-height: 100%;
    object-fit: contain;
}
.branch_cont {
    margin-left: 40px;
}
.branch_cont .green,
.branchInfo .green {
    color: #01b706;
}
.branch_cont .red,
.branchInfo .red  {
    color: #ff4040;
}
.pac-container.pac-logo {
    z-index: 9999;
}
.branches_block .branch.inactive {
    background: #fff5f5;
    pointer-events: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.branches_block .branch.inactive > * {
    opacity: 0.6;
}
.branches_block .branch.inactive > .blocked,
.branchInfo .blocked {
    display: inline-flex;
    padding: 5px 10px;
    vertical-align: middle;
    opacity: 1;
    background: #c01b02;
    color: #ffffff;
    border-radius: 3px;
    margin-right: 5px;
}
.branchInfo .blocked {
    display: inline-block;
    margin: 5px auto;
}
.map-holder {
    margin: 0;
    padding: 0 15px 0 0;
}
.smap .cluster div {
    box-sizing: content-box;
}
.smap-suggest {
    max-width: 100%;
}
#unicarrier_map .jumping {
    -webkit-animation: jumping 2s infinite ease-in-out;
    -moz-animation: jumping 2s infinite ease-in-out;
    -o-animation: jumping 2s infinite ease-in-out;
    animation: jumping 2s infinite ease-in-out;
}
#unicarrier_map .jumping_leaf {
    -webkit-animation: jumping_leaf 2s infinite ease-in-out;
    -moz-animation: jumping_leaf 2s infinite ease-in-out;
    -o-animation: jumping_leaf 2s infinite ease-in-out;
    animation: jumping_leaf 2s infinite ease-in-out;
}
#unicarrier_map [id*="marker_"] {
    margin-top: -20px;
    margin-left: -7px;
}
.branch_content .warning-alzabox {
    padding: 5px;
    background: #FFF3D7;
    color: #886920;
    border: 1px solid #D2A63C;
    border-left-width: 3px;
    display: flex;
    flex-direction: row;
    gap: 0.5em;
    align-items: center;
    margin-bottom: 10px;
}
.branch_content .warning-alzabox:before {
    content: '\f071';
    color: #D2A63C;
    font-family: 'FontAwesome';
    font-size: 2em;
    height: 1em;
    vertical-align: middle;
    line-height: 1em;
}
.branch_content a.branch_link {
    margin: 5px 0 0;
    display: inline-block;
    text-decoration: underline;
    color: #0b75cb;
    border-bottom: none;
}
.branch_content a.branch_link:hover {
    text-decoration: none;
}
.branch_content .branch_gallery {
    margin-top: 5px;
    max-width: 100%;
    flex-wrap: wrap;
    display: flex;
    gap: 5px;
}
.branch_content .branch_gallery > a,
.branch_content .branch_gallery > a > img {
    max-width: 100%;
    max-height: 50px;
    aspect-ratio: 1/1;
    border: none;
    object-fit: cover;
}
#unidelivery_popup ~ .fancybox-type-image.fancybox-wrap {
    z-index: 10000;
}
#unidelivery_popup ~ .fancybox-overlay,
#unidelivery_popup ~ .fancybox-type-image.fancybox-wrap + .fancybox-overlay {
    z-index: 9999;
}
#unidelivery_popup .two-columns {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 30px;
}
#unidelivery_popup .two-columns .branch_detail {
    min-width: 105px;
}
.branch_content i.icon-spinner {
    display: inline-block;
    margin: 0 0 0 calc(50% - 0.5em);
    width: 1em;
    height: 1em;
    vertical-align: middle;
    text-align: center;
    float: none;
    font-size: 2em;
}
@-moz-keyframes jumping {
    0% { margin-top: 0px; }
    20% { margin-top: -10px; }
    40% { margin-top: 0px; }
    60% { margin-top: -5px; }
    80% { margin-top: 0px; }
    100% { margin-top: 0px; }
}
@-webkit-keyframes jumping {
    0% { margin-top: 0px; }
    20% { margin-top: -10px; }
    40% { margin-top: 0px; }
    60% { margin-top: -5px; }
    80% { margin-top: 0px; }
    100% { margin-top: 0px; }
}
@-o-keyframes jumping {
    0% { margin-top: 0px; }
    20% { margin-top: -10px; }
    40% { margin-top: 0px; }
    60% { margin-top: -5px; }
    80% { margin-top: 0px; }
    100% { margin-top: 0px; }
}
@keyframes jumping {
    0% { margin-top: 0px; }
    20% { margin-top: -10px; }
    40% { margin-top: 0px; }
    60% { margin-top: -5px; }
    80% { margin-top: 0px; }
    100% { margin-top: 0px; }
}
@-moz-keyframes jumping_leaf {
    0% { top: 0px; }
    20% { top: -10px; }
    40% { top: 0px; }
    60% { top: -5px; }
    80% { top: 0px; }
    100% { top: 0px; }
}
@-webkit-keyframes jumping_leaf {
    0% { top: 0px; }
    20% { top: -10px; }
    40% { top: 0px; }
    60% { top: -5px; }
    80% { top: 0px; }
    100% { top: 0px; }
}
@-o-keyframes jumping_leaf {
    0% { top: 0px; }
    20% { top: -10px; }
    40% { top: 0px; }
    60% { top: -5px; }
    80% { top: 0px; }
    100% { top: 0px; }
}
@keyframes jumping_leaf {
    0% { top: 0px; }
    20% { top: -10px; }
    40% { top: 0px; }
    60% { top: -5px; }
    80% { top: 0px; }
    100% { top: 0px; }
}
@media (max-width: 767px) {
    #unidelivery_popup {
        overflow: hidden;
        overflow-y: auto;
        top: 0px !important;
        height: 100% !important;
        max-height: 100% !important;
    }
    .branches_block .branches {
        min-height: 50vh;
    }
    #unidelivery_popup h2 {
        margin: -10px 15px 10px;
    }
    #unidelivery_popup .close_modal:before {
        font-size: 170%;
    }
    #unidelivery_popup #unicarrier_map {
        height: 40vh !important;
    }
    #unidelivery_popup .map-holder {
        padding: 0 15px;
    }
    #unidelivery_popup .branches_block .branch_searching {
        margin-top: 10px;
        padding: 0;
        border-bottom: 0;
        margin-bottom: 10px;
    }
    #unidelivery_popup .branches_block .branch_searching input#unicarrier_search_input {
        width: calc(100% - 100px);
        font-size: 16px;
    }
    #unidelivery_popup .branches_block .branch_searching input[type='button'] {
        display: block;
    }
}
.leaflet-marker-icon.markercluster-icon {
    background: #fff;
    border-radius: 50%;
    color: rgb(61, 102, 207);
    border: 10px solid rgba(0, 0, 0, .4);
    background-clip: padding-box;
    text-align: center;
    font-weight: 700;
    font-size: 17px;
    box-sizing: content-box;
    display: flex;
    justify-content: center;
    align-items: center;
}
/* Skryti mapy.cz upozorneni */
#unicarrier_map.smap > .szn-ending-tooltip {
    display: none;
}
#unicarrier_map.smap > .szn-ending-popup-cover,
body .szn-ending-popup-cover {
    display: none !important;
}