/* .search {
	display: flex;
}

.search form {
	display: flex;
	align-items: center;
	margin: 0;
	border: 1px solid;
	overflow: hidden;
	transition: all 0.25s ease-in-out;
}

.search .form-item {
	width: 233px;
}

.search .form-text {
	width: 100%;
	height: 32px;
	border: none;
	padding: 0 10px;
	background-color: transparent;
	font-size: 15px;
}

.search .form-text:focus {
	box-shadow: none;
}

.search .form-actions {
	margin-left: -1px;
	width: 32px;
	height: 32px;
	z-index: 1;
	transition: all 0.25s ease-in-out;
}

.search .form-actions:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}

.search .form-submit {
	width: 100%;
	height: 100%;
	border: none;
	background-color: transparent;
	text-indent: -999999px;
	padding: 0;
	transition: background-color 0.25s ease-in-out;
	position: relative;
	z-index: 1;
}

.search__submit {
	position: absolute;
	z-index: -1;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	transition: all 0.25s ease-in-out;
	cursor: pointer;
}

.search__submit:before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
} */
/*# sourceMappingURL=maps/search_1.css.map */
