.footer-search {

}

.footer-search form {
	position: relative;
	width: 250px;
}

.footer-search input[type="text" i] {
	width: calc(100% - 52px);
	padding-right: 40px;
}

.footer-search button {
	position: absolute;
	top: 2px;
	right: 0px;
	width: 33px;
	height: 29px;
	border: none;
	background: none;
	border-radius: 0 15px 15px 0;
	cursor: pointer;
}

.footer-search button:before {
	position: absolute;
	top: 2px;
	right: 13px;
	content: "\203a";
	font-size: 20px;
	font-weight: 700;
	color: var(--theme-color);
}