#eais-wrapper {
    padding: 0;
    margin-top: 10px;
    margin-left: 10px;
}
#eais-wrapper #eais-form {
    padding: 0;
    position: relative;
    width: 100%;
    float: left;
    height: 50px;
    color: #999999;
}
#eais-wrapper label{
	display:none;
}
#eais-wrapper #eais-button{
    position: absolute;
    top: 0px;
    right: 0px;
    height: 50px;
    text-align: center;
    width: 160px;
    color: #ffffff;
    background: #ea0500;
    border-radius: 0;
    padding: 6px 8px;
    border: 0;
    font-weight:bold;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    transition: all 300ms linear;
}
#eais-wrapper #eais-button span{
    color: #ffffff;
}
/*
#eais-wrapper #eais-button i {
    font-size: 20px;
    line-height: 40px;
    width: 40px;
}
*/
#eais-wrapper #eais-input {
    padding: 0 90px 0 30px;
    background: #222222;
    border: 1px solid rgba(36, 38, 43, 0.4);
    width: 100%;
    height: 50px;
    line-height: 50px;
    font-size: 15px;
    color: #ffffff;
    border-radius: 0;
}
#eais-wrapper #eais-input:focus{
	box-shadow:none;
	color:#ffffff;
	border-bottom-left-radius:0;
	border-bottom-right-radius:0;
	max-width:100%;
}
.aksuggest{
    position: absolute;
    top: 50px;
    left: 0;
    border: 1px solid #222222 !important;
    box-shadow:0 8px 30px rgba(0,0,0,.12);
    border-radius:0;
    overflow: hidden;
    z-index: 99999;
	padding:0;
	background:#ffffff;
	width:100%;
}
#eais-results {
    display: none;
	position:relative;
    width: 100%;
    background: #ffffff;
    text-align: left;
    padding: 0px;
	float:left;
}
#eais-suggestions {
    display: none;
	position:relative;
    width: 100%;
    background: #ffffff;
    text-align: left;
    padding: 0px;
	float:left;
	margin:20px 5px;
}
#eais-suggestions ul li{
	padding:5px;
}
#eais-suggestions ul li.eais-more-results{
	display:block;
	margin-top:7px;
	margin-bottom:-7px;
	margin-left:15px;
}
#eais-suggestions ul li a{
	color:#666666;
	text-align:left;
}
#eais-suggestions ul li a:hover{
	color:#000000;
}
#eais-suggestions ul li a i{
	display:inline;
	padding:5px;
	color:#cccccc;
}
#eais-results ul {
    width: 100%;
    list-style-position: outside;
    list-style: none;
    padding: 0;
    margin: 0;
	border-bottom:1px solid #222222;
	float:left;
}
#eais-results li {
    margin: 0;
    padding: 2px 5px;
    display: inline-block;
	min-height:195px;
    font-size: 12px;
    line-height: 16px;
    overflow: hidden;
}
#eais-results li {
    cursor: pointer !important;
	transition: all .15s ease;
}
#eais-results li.ac_over,
#eais-results li.selected {
    background: #f5f5f5;
}
#eais-results li:hover {
    background: #f5f5f5;
}
#eais-results li a{
	color:#000000 !important;
    gap:12px;
}
#eais-results li img {
    width: 60px;
	height:60px;
    object-fit:contain;
    flex-shrink:0;
}
#eais-results li.odd {
    background-color: #eeeeee;
}
#eais-results li:hover {
    background-color: #efefef !important;
    color: #000000 !important;
}
#eais-results li:hover a {
    display: block;
}
#eais-results .eais-title {
    padding: 3px 0;
	min-height:55px;
    max-width: 170px;
    display: inline-block;
}
#eais-results .eais-price {
    font-weight: 700;
    line-height: 60px;
}
.eais_product_dimension {
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    padding: 6px 0 8px 0;
    display: block;
}
.eais_product_dimension p {
    font-size: 12px;
    display: inline;
    font-weight: bold;
}
#header .wrap_seach{
    float: right;
    right: 1%;
    float: right;
}