.ngs-fast-search-results {
	z-index: 2147483646 !important;
	background: #fff !important;
	border: 1px solid rgba(0,0,0,.12) !important;
	border-radius: 6px !important;
	box-shadow: 0 14px 36px rgba(0,0,0,.18) !important;
	overflow-y: auto !important;
	text-align: left !important;
	box-sizing: border-box !important;
	min-width: 280px;
}

.ngs-fast-search-results[hidden] {
	display: none !important;
}

.ngs-fast-search-item {
	display: flex !important;
	align-items: center !important;
	gap: 12px !important;
	padding: 10px 12px !important;
	margin: 0 !important;
	text-decoration: none !important;
	color: #111 !important;
	background: #fff !important;
	border: 0 !important;
	border-bottom: 1px solid rgba(0,0,0,.07) !important;
	box-sizing: border-box !important;
	min-height: 84px !important;
	width: 100% !important;
}

.ngs-fast-search-item:last-child {
	border-bottom: 0 !important;
}

.ngs-fast-search-item:hover,
.ngs-fast-search-item:focus {
	background: #f6f7f8 !important;
}

.ngs-fast-search-thumb {
	display: block !important;
	width: 68px !important;
	height: 68px !important;
	min-width: 68px !important;
	max-width: 68px !important;
	object-fit: cover !important;
	border-radius: 5px !important;
	background: #f3f3f3 !important;
	margin: 0 !important;
}

.ngs-fast-search-info {
	display: flex !important;
	flex-direction: column !important;
	justify-content: center !important;
	min-width: 0 !important;
	flex: 1 1 auto !important;
}

.ngs-fast-search-name {
	display: block !important;
	font-size: 14px !important;
	font-weight: 700 !important;
	line-height: 1.3 !important;
	color: #111 !important;
	white-space: normal !important;
}

.ngs-fast-search-sku {
	display: block !important;
	margin-top: 3px !important;
	font-size: 11px !important;
	line-height: 1.3 !important;
	color: #777 !important;
}

.ngs-fast-search-meta {
	display: flex !important;
	align-items: center !important;
	gap: 10px !important;
	margin-top: 5px !important;
	flex-wrap: wrap !important;
}

.ngs-fast-search-price {
	font-size: 13px !important;
	font-weight: 700 !important;
	color: #111 !important;
}

.ngs-fast-search-stock {
	font-size: 10px !important;
	font-weight: 700 !important;
	text-transform: uppercase !important;
	letter-spacing: .03em !important;
	color: #16833b !important;
}

.ngs-fast-search-empty {
	display: block !important;
	padding: 15px !important;
	color: #666 !important;
	font-size: 13px !important;
	line-height: 1.4 !important;
	background: #fff !important;
}

@media (max-width: 767px) {
	.ngs-fast-search-results {
		min-width: 0 !important;
		border-radius: 5px !important;
		-webkit-overflow-scrolling: touch;
	}

	.ngs-fast-search-item {
		padding: 10px !important;
		min-height: 78px !important;
	}

	.ngs-fast-search-thumb {
		width: 58px !important;
		height: 58px !important;
		min-width: 58px !important;
		max-width: 58px !important;
	}

	.ngs-fast-search-name {
		font-size: 13px !important;
	}

	.ngs-fast-search-price {
		font-size: 12px !important;
	}
}


.ngs-fast-search-more-wrap {
	display: block !important;
	width: 100% !important;
	padding: 10px 12px !important;
	margin: 0 !important;
	background: #fff !important;
	box-sizing: border-box !important;
	position: sticky !important;
	bottom: 0 !important;
	z-index: 5 !important;
	border-top: 1px solid rgba(0,0,0,.08) !important;
}

.ngs-fast-search-more {
	display: block !important;
	width: 100% !important;
	height: 42px !important;
	margin: 0 !important;
	padding: 0 16px !important;
	border: 1px solid #111 !important;
	border-radius: 4px !important;
	background: #111 !important;
	color: #fff !important;
	font-size: 12px !important;
	font-weight: 700 !important;
	line-height: 40px !important;
	text-align: center !important;
	text-transform: uppercase !important;
	letter-spacing: .04em !important;
	cursor: pointer !important;
	box-sizing: border-box !important;
}

.ngs-fast-search-more:hover,
.ngs-fast-search-more:focus {
	background: #292929 !important;
	color: #fff !important;
}

.ngs-fast-search-more:disabled {
	opacity: .65 !important;
	cursor: wait !important;
}

@media (max-width: 767px) {
	.ngs-fast-search-more-wrap {
		padding: 8px 10px !important;
	}

	.ngs-fast-search-more {
		height: 40px !important;
		line-height: 38px !important;
		font-size: 11px !important;
	}
}
