.search-title {
	margin: 20px 0;
}

co-input-text input {
	background: transparent!important;
	background-image: none!important;
	border: none!important;
}

.price-input-wrapper .price-inputs co-input-text {
	height: auto;
}

.navigation-menu {
	top: 70px!important;
	height: calc(100% - 70px)!important;
}

.menu-close {
	padding: 0!important;
}

@media screen and (max-width: 767px) {
	
	.navigation-menu {
		top: 60px!important;
		height: calc(100% - 60px)!important;
	}
	
}