
@media all {
	.mobile-search {
		position: relative;
		padding: 12px 10px;
	}
	.mobile-search__input {
		background-color: #f0f0f0;
		border: none;
		height: 50px;
		padding: 0 40px 0 16px;
		width: 100%;
	}
	.mobile-search__button {
		border: none;
		background: none;
		position: absolute;
		color: #4e4e4e;
		height: 50px;
		width: 40px;
		right: 10px;
		top: 12px;
		display: flex;
		align-items: center;
		justify-content: center;
		font-size: 20px;
	}
}