.headercont-button {
    display: inline-block;
}

.search-button {
    padding: 0px;
    background: none;
    border: none;
    outline: none;
}

.searchwindow {
    opacity: 0;
    top: -145vh;
    left: 0;
    width: 100%;
    position: fixed;
    z-index: 9999999;
    height: 100vh;
    transition: opacity 0.3s;
}
.searchwindow-open {
    top: 0;
    opacity: 1;
    transition: opacity 0.3s;
}

.header-search2 input {
    width: calc(100% - 30px);
}

.searchwindow-over {
    background: rgba(0, 0, 0, 0.8);
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    height: 100%;
}
.searchwindow-iner {

}
.searchwindow-iner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background:#fff;
    border-radius: 16px;
    padding: 24px;
    box-sizing: border-box;
    width: 600px;
}



.search-button-header {
    -webkit-appearance: none;
    background: none;
    margin: 0;
    padding: 0;
    border: none;
    width: 16px;
    height: 16px;
    background-image: url('data:image/svg+xml,<svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M8.11115 15.2223C12.0385 15.2223 15.2223 12.0385 15.2223 8.11115C15.2223 4.18377 12.0385 1 8.11115 1C4.18377 1 1 4.18377 1 8.11115C1 12.0385 4.18377 15.2223 8.11115 15.2223Z" stroke="%233C3C3C" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M17 17L13.1333 13.1333" stroke="%233C3C3C" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    cursor: pointer;
}

.header-search input, .header-search span {
    border: none;
    box-shadow: none;
    padding: 0;
    margin: 0;
    background: inherit;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 21px;
    color: #3C3C3C;
}

@media(min-width: 1000px){
    .searchwindow-iner	.search-button-header {
        width: 24px;
        height: 24px;
    }
    .searchwindow-iner {
        width: 820px;
    }
    .searchwindow-iner .header-search input {
        font-size: 16px;
        line-height: 24px;
    }
}

@media (max-width: 650px) {
    .searchwindow-iner {
        border-radius: 14px;
        padding: 20px;
        box-sizing: border-box;
        width: calc(100% - 30px);
    }
}

