#mobile-search {
    height: 40px;
    position: absolute;
    right: 55px;
    top: 50%;
    margin-top: -16px;
}
.mobile-search-a {
	font-size: 20px;
}

body.wpex-mobile-toggle-menu-icon_buttons #site-header-inner.container {
	padding-right: 100px;
}

.wpex-mobile-search-toggle {
	display: block;
}

/* Search Panel */
#klee-product-search-panel,
.klee-product-search-panel {
    background-color: #f9f9f9;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	position: absolute;
	z-index: 10;
	background: #fff;
	margin: 0 auto;
	left: 0;
	right: 0;
}

@media only screen and (min-width: 650px) {
	#klee-product-search-panel,
	.klee-product-search-panel {
		width: 80%;
		max-width: 950px;
		min-width: 350px;
/*		height: 660px; */
	}
	#klee-product-search-results {
		overflow-y: scroll;
		overflow-x: hidden;
		height: 100%;
	}
}
@media only screen and (max-width: 650px) {
	#klee-product-search-panel,
	.klee-product-search-panel {
		width: 100%;
		height: 6000px;
	}
	#klee-product-search-results {
		height: 100%;
	}
}
h1.klee-product-search-panel-headline {
	margin: 4px 18px;
	border-bottom: 1px solid #ddd;
}
/* only show on mobile search */

@media only screen and (min-width: 1024px) {
	.klee-product-search-panel-form {
		display: none;
	}	
}
@media only screen and (max-width: 1024px) {
	.klee-product-search-panel-form {
		display: inline;	
		width: 100%;
		float:left;
	}
	#klee-product-search-input {
		width: 100%;
	}
	#klee-product-search-results .results {
		display: none;
	}
}

/* Search Form */
.klee-product-search-form {
	padding: 0px !important;
	margin-right: -100px;
	width: 400px;
}
.wpex-full-width .klee-partner-search-header-form {
	margin-right: 0px;
}
.klee-partner-search-header-form label.product-search-icon {
	background-image: url("../img/search.png");
}

/* search results */
.search-wrapper {
	float: left;
	margin: 0 14px 0 18px;
	max-height: 620px;
    float: left;
	width: 920px;
}
@media only screen and (max-width: 1024px) {
	.search-wrapper {
		width: 100%; 
		margin-right: 27px;
	}
}
.search-wrapper .group,
#klee-product-search-results .results .group {
	float: left; 
	width: 152px;
	padding-top: 5px;
	text-align: center;
	height: 152px;
	border: 1px solid white;
	background: linear-gradient(#fdfdfd,#f1f1f1);
}
.search-wrapper .group:hover,
#klee-product-search-results .results .group:hover {
	background: linear-gradient(#ededed,#e1e1e1);
}
.search-wrapper .group .img,
#klee-product-search-results .results .group .img {
	margin: 0 auto;
	height: 100px;
	vertical-align: middle;
}
.search-wrapper .group .img img,
#klee-product-search-results .results .group .img img {
	vertical-align: middle;
    max-height: 100px;
}
.search-wrapper .group .img .helper,
#klee-product-search-results .results .group .img .helper {
	display: inline-block;
    height: 100%;
    vertical-align: middle;
}
.search-wrapper .group a,
#klee-product-search-results .results .group a {
	text-decoration: none;
}
#klee-product-search-results .results {
	position: absolute;
	width: 155px;
	right: 10px;
	height: 600px;
	background: inherit;
}
.search-wrapper div.item {
	margin: 0 14px 0 18px;
	float: left;
	width: 100%;
}
.search-wrapper div.item > button {
	float: right;
}
.nounderscore {
	width: 100%;
	float: left;
	text-decoration: none !important;
	color: #000;
	border-bottom: 1px solid #ddd;
	margin: 10px 0; 
}
.nounderscore:hover {
	background: linear-gradient(#fdfdfd,#f1f1f1);
}
.search-wrapper .item .img {
	float: left;
	
}
.search-wrapper .item .img,
#klee-product-search-results .results .item .img {
	margin: 0 auto;
	height: 100px;
	vertical-align: middle;
}
.search-wrapper .item .img img,
#klee-product-search-results .results .item .img img {
	vertical-align: middle;
    max-height: 100px;
}
.search-wrapper .item .img .helper,
#klee-product-search-results .results .item .img .helper {
	display: inline-block;
    height: 100%;
    vertical-align: middle;
}
@media only screen and (min-width: 650px) {
	.search-wrapper .item .note {
		max-width: 700px;
		padding-left: 120px;
	}
}
@media only screen and (max-width: 1024px) {
	.search-wrapper .item .note {
		float: right;
		width: 75%;
		padding-right: 27px;
	}
}
