.nmps-ready .twitter-typeahead,
.nmps-ready .autocompleate-wrapper {
	width: 100%;
}

.nmps-ready .tt-menu,
.nmps-ready .tt-hint {
	display: none !important;
}

.nmps-results {
	position: absolute;
	top: calc(100% + 6px);
	left: 0;
	right: 0;
	z-index: 999999999;
	display: none;
	min-width: 340px;
	max-height: 520px;
	overflow-y: auto;
	background: #fff;
	border: 1px solid rgba(0,0,0,.10);
	border-radius: 4px;
	box-shadow: 0 16px 45px rgba(0,0,0,.16);
	text-align: left;
	font-family: inherit;
}

.nmps-results.is-open {
	display: block;
}

.nmps-list {
	display: block;
}

.nmps-item {
	display: flex !important;
	align-items: center;
	gap: 12px;
	padding: 11px 14px;
	background: #fff;
	border-bottom: 1px solid #eee;
	color: #222 !important;
	text-decoration: none !important;
	transition: background .18s ease;
}

.nmps-item:hover,
.nmps-item:focus {
	background: #f7f7f7;
	color: #111 !important;
	text-decoration: none !important;
}

.nmps-thumb {
	flex: 0 0 62px;
	width: 62px !important;
	height: 62px !important;
	max-width: 62px !important;
	margin: 0 !important;
	padding: 0 !important;
	object-fit: cover;
	background: #f5f5f5;
	border-radius: 3px;
}

.nmps-copy {
	display: flex;
	flex: 1 1 auto;
	min-width: 0;
	flex-direction: column;
	gap: 3px;
}

.nmps-title {
	display: block;
	overflow: hidden;
	color: #202020;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.35;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.nmps-sku {
	display: block;
	color: #777;
	font-size: 11px;
	line-height: 1.3;
	letter-spacing: .02em;
}

.nmps-price {
	display: block;
	color: #555;
	font-size: 13px;
	line-height: 1.35;
}

.nmps-price del {
	opacity: .55;
	margin-right: 4px;
}

.nmps-price ins {
	text-decoration: none;
}

.nmps-message {
	padding: 16px;
	color: #666;
	font-size: 13px;
	line-height: 1.5;
	background: #fff;
}

.nmps-view-all {
	display: block !important;
	padding: 12px 14px;
	background: #fafafa;
	color: #111 !important;
	font-size: 12px;
	font-weight: 700;
	line-height: 1.4;
	text-align: center;
	text-decoration: none !important;
	text-transform: uppercase;
	letter-spacing: .04em;
}

.nmps-view-all:hover {
	background: #f1f1f1;
	color: #000 !important;
}

@media (max-width: 767px) {
	.nmps-results {
		min-width: 280px;
		max-height: 420px;
	}

	.nmps-thumb {
		flex-basis: 50px;
		width: 50px !important;
		height: 50px !important;
		max-width: 50px !important;
	}

	.nmps-title {
		font-size: 13px;
	}
}
