.toggle-form-wrap {
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
}

.toggle-form-wrap input, 
.toggle-form-wrap select {
	border-radius: 0 !important;
	height: 48px;
	margin: 0;
}

.toggle-select {
	width: 250px;
}

.toggle-form {
	position: relative;
	margin: 0;
	display: flex;
	width: 100%;
}

.toggle-form .toggle-submit {
	width: 48px;
	height: 48px;
	border: none;
	border-radius: 0;
	margin: 0;
	padding: 0;
	background: var(--wp--custom--secondary--light) url(/wp-content/themes/optik-theme-6/images/icon-search.svg) center center no-repeat;
	background-size: 20px;
  transition: all 300ms ease-in-out;
}

.toggle-form .toggle-submit:hover {
	background-color: var(--wp--custom--primary--light);
}

@media screen and (max-width: 1024px) {
.toggle-form-wrap {
	margin-left: 0;
	margin-right: auto;
}
}

@media screen and (max-width: 900px) {
	.toggle-form-wrap {
		flex-wrap: wrap;
	}
	.toggle-select {
		width: 100%;
	}
}
