#clearButton3 {
	position: absolute;
	right: 110px;
	top: 50%;
	transform: translateY(-50%);
	cursor: pointer;
	font-size: 18px;
	color: #333;
	opacity: 1 !important;
	display: none;
	padding-left: 10px;
	padding-right: 10px;
}

#clearButton3:hover {
	color: #a447bf;
	opacity: 1;
}

.search-page-wrap .form-control input[type="text"] {
	padding: 0 145px 0 16px !important;
}