/* BEGIN LOCATION-BASED RESULTS SEARCHING */
#rkt-shuttle:not(.rkt-no-x) .rkt-x {
	width: 25px !important;
	height: 25px !important;
	background-color: #E5E5E5 !important;
	border-radius: 0px !important;
	color: #C80B0B !important;
	font-size: 18px !important;
	top: -2px !important;
	right: 0px !important;
	cursor: pointer !important;
	padding: 3px 0px !important;
	border: 0px !important;
}
#rkt-shuttle:not(.rkt-no-x) .rkt-x::after {
	font-size: 10px !important;
}
#rkt-shuttle {
	border-radius: 0px !important;
}
.location-search-text {
	text-align: center;
	color: #fff;
	font-weight: 700;
	mix-blend-mode: difference;
	margin-top: 10px;
}
.location-search-text > i {
	font-size: 20px;
	vertical-align: bottom;
}
.location-search-text > span {
	margin-left: 5px;
}
.location-search-text > a {
	margin-left: 15px;
}
.location-search-popup {
	margin: 20px;
	box-sizing: border-box;
}
.location-search-popup h1 {
	font-size: 22px;
	margin-bottom: 15px;
	margin-top: 25px;
}
.location-search-popup > form > div > span {
	position: absolute;
	top: 30px;
	right: 22px;
}
.location-search-popup > form > div > span > a {
	text-decoration: none;
	color: #8f8f8f;
}
.location-search-popup > form > div > span > a:hover {
	color: #3a3a3a;
}
.location-search-popup input, .location-search-popup select {
	border-color: #efefef;
	border-width: 2px;
	border-radius: 7px;
	padding-left: 15px;
	font-size: 12px;
	font-weight: bold;
	height: 43px;
}
.location-search-popup .cancel-button {
	background-color: white;
	color: #8f8f8f;
	margin-right: 30px;
}
.location-search-popup .form-group {
	position: relative;
}
.location-search-popup label {
	position: absolute;
	right: 20px;
	top: 13px;
	color: #8f8f8f;
	font-size: 12px;
	display: inline;
}

@media (max-width: 767px) {
	#rkt-shuttle {
		overflow: hidden !important;
	}
	#rkt-shuttle:not(.rkt-no-x) .rkt-x::after {
		font-size: 20px !important;
	}
	#rkt-shuttle:not(.rkt-no-x) .rkt-x {
		width: 52px !important;
		height: 52px !important;
		padding: 17px 0px !important;
	}
	.location-search-text {
		padding: 10px;
	}
	.location-search-popup > form > div > span {
		top: 34px;
		right: 65px;
	}
	.location-search-popup input, .location-search-popup select {
		padding-left: 10px;
	}
	.location-search-popup label {
		right: 10px;
	}
}
/* END LOCATION-BASED RESULTS SEARCHING */
