.searchHistoryMobile {
	font-size: 14px;
	margin-top: 20px;
}

.searchHistoryMobile a {
	display: block;
	color: #fff;
	text-decoration: underline;
	margin-bottom: 20px;
}

.searchHistoryMobile .uk-button-link {
	color: #0355ff;
}

.resetMobileSearch {
	position: absolute;
	right: 55px;
	top: 50%;
	transform: translateY(-50%);
	color: #3055ff;
	transition: all .3s;
}

.mobileSearchDelimeter {
	width: 1px;
	height: 20px;
	position: absolute;
	background: #3055ff;
	right: 40px;
	top: 50%;
	transform: translateY(-50%);
}