button.menu_btn {
    right: 100px;
}

/** Header: Search form **/
.search-form {
    position: absolute;
    right: 40px;
    top: 50px;
    transition: all .35s ease-in-out;
}

#header.scrolled .search-form {
    top: 20px;
}

.search-form .search-submit {
    position: absolute;
    right: 0;
    height: 60px;
    width: 60px;
    background: #34495F;
    border-radius: 0;
    border: 0;
	background-image: url(https://tbg2.tbgparkering.no/wp-content/uploads/2019/09/bg-pattern-e1569832876814.png?id=1782) !important;
}

.search-form .search-wrapper {
    position: absolute;
    right: 0;
    top: 60px;
    width: 250px;
    display: none;
}

.search-form .search-wrapper button {
    border-radius: 0;
    background: #eee;
}

.search-form .search-wrapper.active {
    display: flex;
}

.search-form .search-field {
    width: 100%;
    height: 40px;
    padding: 0 10px;
    border-radius: 0;
    border: 1px solid #cccccc;
}