.bazar-live-dd {
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	z-index: 9999;
	background: #fff;
	border: 1px solid #e5e5e5;
	border-radius: 0 0 12px 12px;
	box-shadow: 0 14px 30px rgba(0, 0, 0, 0.14);
	max-height: 420px;
	overflow: auto;
	display: none;
	margin-top: 4px;
}

.bazar-live-dd a {
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 10px 12px;
	text-decoration: none;
	border-bottom: 1px solid #f0f0f0;
}

.bazar-live-dd a:last-child {
	border-bottom: none;
}

.bazar-live-dd a:hover,
.bazar-live-dd a:focus {
	background: #faf7f2;
	outline: none;
}

.bazar-live-dd img {
	width: 44px;
	height: 56px;
	object-fit: cover;
	border-radius: 6px;
	background: #f5f5f5;
	flex: 0 0 auto;
}

.bazar-live-dd .b-info {
	display: flex;
	flex-direction: column;
	gap: 2px;
}

.bazar-live-dd .b-name {
	font-size: 14px;
	font-weight: 500;
	color: #1a1a1a;
	line-height: 1.25;
}

.bazar-live-dd .b-price {
	font-size: 13px;
	color: #1a1a1a;
	font-weight: 600;
}

.bazar-live-dd .b-empty,
.bazar-live-dd .b-msg {
	padding: 16px;
	color: #888;
	font-size: 13px;
	text-align: center;
}

.bazar-live-dd .b-msg {
	color: #999;
	font-style: italic;
}
