/* Styly pro integraci do Nav2 */
.multishop-switcher .btn-unstyle {
    background: #f2f2f2;
    border: none;
    color: #232323;
    font-size: 14px;
    padding: 8px 12px;
    line-height: 1.4;
    border-radius: 4px;
}

.multishop-switcher .btn-unstyle .shop-name {
    margin-left: 10px;
}

.multishop-switcher .btn-unstyle:after {
    margin-left: 0.5rem;
}

.multishop-switcher .btn-unstyle .flag-img {
    width: 21px;
    height: 21px;
}

.multishop-switcher .dropdown-item {
    font-size: 14px;
    padding: 8px 15px;
}

.multishop-switcher .dropdown-item:hover,
.multishop-switcher .dropdown-item:focus {
    background: #f3f3f3;
}

.multishop-switcher .dropdown-item.active,
.multishop-switcher .dropdown-item:active {
    background-color: #eeeeee;
    color: #232323;
    font-weight: 600;
}

.multishop-switcher .dropdown-item i {
    font-size: 17px;
    font-weight: 600;
    color: #d66327;
}

.multishop-switcher .flag-img {
    width: 25px;
    height: 25px;
    display: block;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    object-fit: cover;
    box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.25) !important;
    -moz-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.25) !important;
    -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.25) !important;
}

.multishop-switcher .dropdown-menu {
    z-index:9000;
}

.justify-content-between {
    justify-content: space-between !important;
}

@media (max-width:450px) {
    .multishop-switcher .btn-unstyle .shop-name {
        display:none;
        visibility: hidden;
    }
}

@media (max-width:375px) {
    .multishop-switcher .btn-unstyle .flag-img {
        width:18px;
        height:18px;
    }

    .multishop-switcher .btn-unstyle {
        padding:8px;
    }
}