 
#search  .dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 270px;
	padding: 5px 0;
	margin: 2px 0 0;
	font-size: 12px;
	text-align: left;
	list-style: none;
	background-color: #fff;
	-webkit-background-clip: padding-box;
					background-clip: padding-box;
	border: 1px solid #ccc;
	border: 1px solid rgba(0, 0, 0, .15);
	border-radius: 4px;
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
					box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}
#search .dropdown-menu.pull-right {
	right: 0;
	left: auto;
}
#search .dropdown-menu .divider {
	height: 1px;
	margin: 9px 0;
	overflow: hidden;
	background-color: #e5e5e5;
}
#search .dropdown-menu > li > a,
#search .dropdown-menu  li.disabled {
	display: block;
	padding: 3px 10px;
	clear: both;
	font-weight: normal;
	line-height: 1.42857143;
	color: #333;
	white-space: unset;
	text-decoration: none;
}
#search .dropdown-menu  li.inline a {
	border-radius: 5px;
	padding: 5px 5px;
}
#search .dropdown-menu  li.more a {
	padding: 0;
}
#search .dropdown-menu > li > a:hover,
#search .dropdown-menu > li > a:focus {
	color: #262626;
	text-decoration: none;
	background-color: #f5f5f5;
	background-image: none;
}
#search .dropdown-menu > .active > a,
#search .dropdown-menu > .active > a:hover,
#search .dropdown-menu > .active > a:focus {
	color: #fff;
	text-decoration: none;
	background-image: none;
	outline: 0;
}
#search .dropdown-menu > .disabled > a,
#search .dropdown-menu > .disabled > a:hover,
#search .dropdown-menu > .disabled > a:focus {
	color: #777;
}
#search .dropdown-menu > .disabled > a:hover,
#search .dropdown-menu > .disabled > a:focus {
	text-decoration: none;
	cursor: not-allowed;
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}

#search .dropdown-menu { 
	max-width: 100%;
	overflow: hidden auto;
	max-height: 60vh;
}
#search .dropdown-menu::-webkit-scrollbar-track {
	background-color: transparent;
}
#search .dropdown-menu::-webkit-scrollbar {
	width: 4px;
	background-color: white;
}
#search .dropdown-menu::-webkit-scrollbar-thumb {
	background-color: rgba(0,0,0,0.2);
	border-radius: 10px;
}

#search .dropdown-menu li {
	list-style-image:  none !important;
	clear: both;
}
#search .dropdown-menu li:not(.disabled, .inline, .more) {
	border-bottom: 1px solid #f1f1f1;
}
#search .dropdown-menu li.inline { 
	display: inline-block;
	margin-left: 5px;
	vertical-align: top;
}
#search .dropdown-menu li.inline .search-suggestion{ 
	text-align: center;
}
#search .dropdown-menu li .title {
	font-size: 1em;
	text-transform: none;
	line-height: normal;
}
#search .dropdown-menu li.disabled .title {
	width: fit-content;
	padding-bottom: 5px;
	font-size: 1.2em;
}
.search-suggestion {
	overflow: hidden;
	width: 100%;
	display: flex;
	gap: 15px;
}
.search-suggestion .center {
	flex-grow: 1;
	min-width: 0;
	text-align: left;
}
li:not(.inline, .more) .search-suggestion .center > div {
	margin-bottom: 3px;
}
.search-suggestion .left, .search-suggestion .right  {
	align-self: center;
	text-align: center;
}
.search-suggestion .label {
	font-weight: normal;
	color: darkgray;
	padding-left: 0;
	padding-right: 5px;
}
.search-suggestion  .image img {
	border-radius: 5px;
}
.search-suggestion  .price-old {
	/*text-decoration: line-through;*/
	text-decoration: none;
	display: block;
	margin-right: 2px;
	color: #979393;  
	position: relative;	
	font-weight: normal;
	font-size: 0.8em;
}
.search-suggestion  .price-old:before {
	content: "";
	border-bottom: 1px solid #979393;
	position: absolute;
	width: 100%;
	height: 50%;
	transform: rotate(-12deg);
	font-size: 0.8em;
}
.search-suggestion  .price-new {
	display: block;
	color: #ff2e2e;
}
.search-suggestion  .price-base {
	color: black;
}
.search-suggestion .more {
	line-height: 30px;
	text-align: center;
	font-size: 1.1em;
	color: white;
	opacity: 0.7;
}
.search-suggestion .more:hover {
	opacity: 1;
}
.search-suggestion .out-stock .value {
	color: #ff2e2e;
	color: white;
	background-color: #ff2e2e;
	width: fit-content;  
	padding: 1px 5px;
	border-radius: 4px;
	font-size: 0.8em;
	font-weight: 700;
}
.search-suggestion .in-stock .value {
	color: #00dd00;
	color: white;
	background-color: #00dd00;
	width: fit-content;  
	padding: 1px 5px;
	border-radius: 4px;
	font-size: 0.8em;
	font-weight: 700;
}
.search-suggestion .stock-delivery .value {
	color: orange;
	color: white;
	background-color: orange;
	width: fit-content;  
	padding: 1px 5px;
	border-radius: 4px;
	font-size: 0.8em;
	font-weight: 700;
}
