/*.btn-search {
	width: 100%;
}
.search-box {
	width: 100%;
}*/
.btn__search {
	cursor: pointer;
	border-radius: 0;
}

.btn__search:hover {
	background-color: rgb(243, 111, 54);
	border-color: rgb(243, 111, 54);
}

.btn__search--orange {
	background-color: rgb(243, 111, 54);
	border-color: rgb(243, 111, 54);
}

.icon--white {
	color: white;
}