.top-search{
    background-color: #fff;
    padding: 10px 0;
    display: none;
    z-index: 200;
    position: fixed;
    width: 100%;
    box-shadow: rgb(0 0 0 / 10%) 0px 5px 5px 0px;
}

.search_and_profile {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    
}

.search-form {
    position: relative;
    line-height: 100px;
    border: 1px solid transparent;
}


input.search-suggest {
    border: 2px solid #000;
    height: 34px;
    padding: 0px 15px;
}
.tsb {
	background-color: #000;
    border: none;
    height: 34px;
    color: #fff;
    padding: 0px 20px;
}
.tsb:hover {
	background-color: #00AD9F;
    border: none;
    height: 34px;
    color: #fff;
    padding: 0px 20px;
}
@media (max-width:500px) {
    input.search-suggest {
        width: 65%;
    }
}