/* GoGoG Address Autocomplete */

.gogog-ac-wrap {
	position: relative;
}

.gogog-ac-list {
	position: absolute;
	z-index: 9999;
	top: 100%;
	left: 0;
	right: 0;
	margin: 2px 0 0;
	padding: 0;
	list-style: none;
	background: #fff;
	border: 1px solid #d4d4d4;
	border-radius: 4px;
	box-shadow: 0 6px 18px rgba( 0, 0, 0, 0.12 );
	max-height: 300px;
	overflow-y: auto;
	text-align: left;
}

.gogog-ac-item {
	display: block;
	margin: 0;
	padding: 10px 14px;
	cursor: pointer;
	font-size: 14px;
	line-height: 1.35;
	color: #222;
	border-bottom: 1px solid #f1f1f1;
	white-space: normal;
}

.gogog-ac-item:last-of-type {
	border-bottom: 0;
}

.gogog-ac-item.is-active,
.gogog-ac-item:hover {
	background: #f3f6fb;
}

.gogog-ac-main {
	font-weight: 600;
}

.gogog-ac-secondary {
	color: #707070;
	font-weight: 400;
}

.gogog-ac-foot {
	margin: 0;
	padding: 6px 14px;
	font-size: 11px;
	color: #9a9a9a;
	text-align: right;
	background: #fafafa;
	border-top: 1px solid #f1f1f1;
	cursor: default;
	pointer-events: none;
}
