/** NEW DESIGN **/
.top-navigation-bar {
    padding: 3px 0;
}

.header_text {
    margin: 0 10px;
}

.top-navigation-links a {
    color: #000000;
    font-size: 13px;
    font-weight: 400;
}

.top-navigation-contact {
    color: #000000;
    font-size: 13px;
    font-weight: 500;
}

.top-navigation-login {
    padding-right: 0;
}

.top-login a {
    font-size: 13px;
    font-weight: 500;
}

.header_phone {
    font-weight: 500;
    background-color: #D9FFE7;
    padding: 5px 10px;
    border-radius: 8px;
}

.header_phone a {
    text-decoration: none;

}

.header-search-bar {
    padding-bottom: 10px;
}

.header-search  {
    width: 90% !important;
}

.card {
    border: 1px solid #8955DF;
    border-radius: 8px;
}

#seastr {
    font-size: 16px;
    font-weight: 400;
    padding: 9px 4px 9px 40px;
    background: transparent url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%238955DF' class='bi bi-search' viewBox='0 0 16 16'%3E%3Cpath d='M11.742 10.344a6.5 6.5 0 1 0-1.397 1.398h-.001c.03.04.062.078.098.115l3.85 3.85a1 1 0 0 0 1.415-1.414l-3.85-3.85a1.007 1.007 0 0 0-.115-.1zM12 6.5a5.5 5.5 0 1 1-11 0 5.5 5.5 0 0 1 11 0z'%3E%3C/path%3E%3C/svg%3E") no-repeat 13px center;
}

#searchInput button {
    border-radius: 8px;
    font-size: 16px;
    font-weight: 400;
}

.header-basket a {
    padding-left: 0 !important;
    width: 100%;
}

.header-basket .fa-shopping-basket {
    width: 40px;
    height: 40px;
    font-size: 40px;
    color: #8955DF;
    margin-right: 55px;
}
.header-basket .count2 {
    position: absolute;
    background-color: #A0EDBC;
    bottom: -5px;
    left: 40px;
    color: #000000;
    font-size: 12px;
    font-weight: 700;
    border-radius: 1em;
    display: inline-block;
    line-height: 14px;
    min-width: 20px;
    height: 20px;
    padding: 1px;
    text-align: center;
}

.header-basket a .tag-price {
    font-size: 20px;
    font-weight: 600;
    color: #000000;
    line-height: 45px;
    padding-right: 60px;
}

.header-basket .tag-arrow {
    width: 27px;
    height: 36px;
    font-size: 20px;
    color: #000000;
    background-color: #F8F3FF;
    border-radius: 8px;
    position: absolute;
    top: 10px;
    right: 0;
    text-align: center;
}

.header-basket .tag-arrow i {
    position: absolute;
    top: 10px;
    left: 8px;
    font-weight: 200;
    font-size: 16px;
    border-radius: 8px;
}

.autocomplete-wrapper {
    display: flex;
    gap: 20px;
    padding: 10px;
    justify-content: space-between;
    border: 0 !important;
}

.autocomplete-left, .autocomplete-right {
    width: 50%;
}
.autocomplete-wrapper .ui-menu-item-wrapper li {
    border-top: 0px !important;
}

.autocomplete-wrapper .autocomplete-title {
    font-size: 20px;
    font-weight: 600;
    margin: 5px 10px;
}
.li-auto img {
    width: 40px;
    height: 40px;
    object-fit: cover;
    margin-right: 10px;
}
#autocomplete-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.4); /* ztmavení */
    z-index: 999; /* pod autocomplete */
    display: none;
}