.ucl-search-1 {
	display: block;
	background-color: #eae4e4;
	border-radius: 35px;
	padding: 10px;
}

.ucl-search-1 .ucl-input-field {
	position: relative;
	width: 100%;
	height: 50px;
	font-size: 15px;
	font-weight: 500;
	color: #848484;
	background: transparent;
	padding: 10px 10px 10px 25px;
	border: none;
}

.ucl-search-1 .ucl-input-field:focus {
	border: none;
	outline: none;
	background-color: transparent;
}

.ucl-search-1 .ucl-input-wrap {
	position: relative;
}

.ucl-search-1 .ucl-btn {
	width: 100%;
}

.ucl-search-1 .row > div {
	position: relative;
}

.ucl-search-1 .row > div:before {
	position: absolute;
	content: '';
	background: #e6ebeb;
	width: 1px;
	height: calc(100% + 20px);
	top: -10px;
	right: 0px;
}

.ucl-search-1 .row > div:nth-last-child(1):before {
	display: none;
}

.ucl-search-1 .nice-select {
	position: relative;
	display: block;
	width: 100%;
	height: 50px;
	border: none !important;
	background: transparent;
	font-size: 15px;
	color: #848484;
	font-weight: 500;
	padding: 4px 25px;
}

.ucl-search-form .nice-select .list {
	margin: 0;
	left: -20px;
	right: 0;
	padding: 0;
}

.ucl-search-form .nice-select .list li {
	margin: 0;
}

.ucl-search-1 .ucl-input-wrap i {
	font-size: 16px;
	display: inline;
	position: absolute;
	top: 16px;
	z-index: 1;
	line-height: 1;
}

.ucl-price-search-wrap .ucl-input-field {
	width: 35%;
	padding: 10px 0;
	display: inline-block;
}

.ucl-price-search-wrap .ucl-price-label {
	padding: 10px 0;
	width: 30%;
	display: inline-block;
}

.ucl-price-search-wrap .ucl-price-label .p-symbol {
	font-size: 13px;
}

.uclwp-loader {
	margin: 20px 0;
	display: none;
}

.ucl-no-results .bi {
	border-radius: 50%;
	background: #16b2d4;
	width: 20px;
	height: 20px;
	display: inline-block;
	text-align: center;
	line-height: 20px;
	color: white;
}

.uclwp-bs-wrapper .ucl-search-1 .ucl-btn {
	box-shadow: none !important;
}