.kk-ecwid-search-wrapper {
    display: flex !important;
    width: 600px !important;
        max-width: 600px !important;
    display: flex !important;
    /* max-width: 100%; */
    /* padding: 20px; */
     background: #fff; 
     border: 1px solid #ccc; 
    /* position: relative; */
        gap: 6px;
}
input#kk-ecwid-search-input {
    border: 2px solid #1d3c6c;
    border-radius: 8px;
}
#kk-ecwid-search-input {
    width: unset !important;
    flex: 1;
    padding: 6px 8px;
    border: 2px solid #1d3c6c;    outline: none;
    font-size: 12px;
}

#kk-ecwid-search-btn {
    padding: 6px 10px;
    background: #1d3c6c;
    color: #fff;
    font-size: 12px;
    border: none;
    cursor: pointer;
}

#kk-ecwid-search-results {
       position: absolute;
    top: 100%;
    left: 400px;
    width: 50% !important;
    max-height: 300px;
    background: #fff;
    border: 1px solid #ccc;
    border-top: none;
    z-index: 999;
    overflow-y: auto;

    display: none;
}

.kk-ecwid-res-item {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 6px 8px;
    border-bottom: 1px solid #eee;
    text-decoration: none;
    color: #333;
}

.kk-ecwid-res-item img {
    width: 40px;
    height: 40px;
    object-fit: cover;
    border-radius: 3px;
}

.kk-ecwid-res-info {
    display: flex;
    flex-direction: column;
}

.kk-ecwid-res-info .kk-res-name {
    font-weight: 600;
    font-size: 12px;
    line-height: 1.2;
}

.kk-ecwid-res-info .kk-res-price {
    font-size: 11px;
    color: #666;
}

.kk-ecwid-loading,
.kk-ecwid-no-res {
    padding: 8px 10px;
    font-size: 12px;
    color: #666;
}

.kk-ecwid-popular {
    padding: 6px 10px;
    font-size: 11px;
    color: #999;
}

.kk-ecwid-popular a {
    color: #1d3c6c;
    text-decoration: none;
    margin-right: 6px;
    font-weight: 500;
    font-size: 11px;
}
