#search-dropdown {
	list-style: none;
}
#search-results {
	z-index: 10000;
	background-color: #fff;
	position: absolute;
	border: medium double #555555;
	display: none;
	overflow-y: scroll;
	max-height: 550px;
	-webkit-box-shadow: 0px 5px 15px -5px rgba(0,0,0,0.56); 
box-shadow: 0px 5px 15px -5px rgba(0,0,0,0.56);
}
#search-dropdown, .popular-dropdown {
	list-style: none;
}

.display-results {
	display: block;
}
 .search-image {
	/* float: left;
	margin: 0 10px 0 -10px; */
	width: 12%;
} 
.search-name{
width: 70%;
}
.price-box{
	width: 18%;
	margin: 0px!important;
}
.price-box .price{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-end;
	font-size: 14px;
	font-weight: bold!important;
	color:#000000!important;
}
.price-box .price span{font-weight: bold!important;}
.price-box .price strike{
	color: #a3a3a3!important;
}
.search-list {
	max-height: 90px;
	cursor: pointer;
	overflow: hidden;
	padding: 8px;
	display: flex;
	justify-content: space-between;
	align-items:center;
}
.search-list:not(:last-child) {
	border-bottom: 1px solid #c7c7c7;
}
.price-box {
	/* float: right; */
	margin: 0 10px;
	font-family: inherit!important;
	font-weight: bold;
	font-size: 14px;
	color: #989797;
	font-style: italic;
	max-height: 50px;
}
.search-name {
	font-family: inherit!important;
	/* font-weight: 700!important; */
	font-size: 14px!important;
	color: #000000;
	text-decoration: none;
	font-style: italic;
	padding: 10px;
}
.search-name:hover {
	font-weight: 400!important;	
}
.search-disc {
	font-family: sans-serif;
	font-style: bold;
	font-size: 12px;
	color: #b3b3b3;
	text-decoration: none;
}
.all-search {
	float: right;
	margin-right: 20px;
	font-size: 14px!important;
	color: #444;
	font-style: bold;
	text-decoration: none;
	cursor: pointer;
	font-family: inherit!important;
}
.wktop {
	text-align: center;
	font-family: sans-serif;
	font-weight: bold;
	font-size: 18px;
	color: #888888;
	margin-top: 10px;
	margin-bottom: 5px;
}
.popular {
	margin-bottom: 5px;
}
.search-not-found {
	color: red;
	font-family: sans-serif;
	font-size: 14px!important;
	font-style: italic;
	padding: 0px 10px;
	display: block;
	height: 40px;
	display: flex;
	align-items: center;
}

.wk-search {
	padding: 0;
}
.button-parent {
	padding: 0;
}
#search {
	margin-bottom: 0;
}
#searchbtn-wrapper{
	position:absolute;
	right: 0;
	z-index: 10;
}
#searchbtn-wrapper #searchid,#searchbtn-wrapper #searchid:hover{
	background-color: transparent!important;
	color: #000000!important;
	box-shadow: none!important;
	font-size: 18px!important;
}
.desktop-search-wrapper{
	position: relative;
	height: auto!important;
}
#search-results{
	position: absolute;
	top: 50px;
	padding: 0px;
}
.wktop{
	display: none;
}
#wksearch{
	height: 100% !important;
	background-color: #f3f3f3!important;
    border: 2px solid rgba(0,0,0,0) !important;
    padding: 10px 40px 10px 15px !important;
    border-color: none !important;
    color: #4b4b4b !important;
    border-radius: 6px!important;
    box-sizing: border-box !important;
    outline: none !important;
    font-size: 16px!important;
    /* padding-left: 10px!important; */
    width: 100%!important;
    max-width: 100%!important;
}
#wksearch:focus{
	box-shadow: none!important;
}
@media screen and (max-width:1180px){
	.mobile-search-wrapper #search{
		position: absolute!important;
    width: 100%!important;
    left: 0!important;
    height: 45px!important;
	top: 60px!important;
	display: none;
	background-color: #FFFFFF;
	padding: 5px;
	}
	#searchbtn-wrapper{
		top:0;
	}
	.mobile-search-wrapper.open.animating #search{
		display: block;
	}
	#search-results{
		left: 0;
    top: 105px;
	}
	#search-dropdown{
		padding: 0px;
	}
}
@media screen and (max-width: 768px) {
	/* #searchbtn-wrapper #searchid,#searchbtn-wrapper #searchid:hover{
		  width: 48px;
		  height: 48px;
	  } */
	#searchbtn-wrapper #searchid,
	#searchbtn-wrapper #searchid:hover {
	  width: 20px;
	  height: 20px;
	  margin-top: 4px;
	  margin-right: 5px;
	}
  }