#topsearchelastic_widget {
    display: inline-block;
    float: right;
	/*z-index: 1;*/
	z-index:101;
}

#topsearchelastic_widget form {
    position: relative
}

#topsearchelastic_widget form input[type=text] {
    padding: 10px;
    min-width: 255px;
    color: #7a7a7a;
    border: 1px solid rgba(0, 0, 0, .25);
    border-radius: 5px;
}

#topsearchelastic_widget form input[type=text]:focus {
    outline: 3px solid #2F54E8;
    color: #011638;
    background: #fff
}

#topsearchelastic_widget form input[type=text]:focus + button .search {
    color: #2F54E8
}

#topsearchelastic_widget form button[type=submit] {
    position: absolute;
    background: none;
    border: none;
    bottom: .3125rem;
    right: .125rem;
    color: #7a7a7a;
	z-index: 10000; 
}

#topsearchelastic_widget form button[type=submit] .search:hover {
    color: black!important;
}

.header-top #topsearchelastic_widget form input[type=text] {
    min-width: inherit;
    width: 100%
}

#checkout #search_widget {
    display: none
}

#pagenotfound .page-content #search_widget {
    width: 100%
}

.page-not-found #topsearchelastic_widget form {
    display: inline-block
}

@media (min-width: 768px) {
    #topsearchelastic_widget {
		width: 50%;
    }
}


#topsearchelastic_result {
    
    overflow: hidden;
    background-color: #ffffff;
    border: 1px solid #bbb;
    margin-top: 1px;
    box-sizing: border-box;
    font: 400 13px Montserrat;
    font-family: Montserrat,Manrope,sans-serif;
    color: #344;
    position: absolute;
    -webkit-box-shadow: 0px 0px 3px 0px rgba(34, 51, 51, 0.75);
    -moz-box-shadow:    0px 0px 3px 0px rgba(34, 51, 51, 0.75);
    box-shadow:         0px 0px 3px 0px rgba(34, 51, 51, 0.75);
    display: none;
    z-index: 100;
	
	margin-top:10px;
    right: -5%;
	width:110%;
}

#topsearchelastic_result_left {
    box-sizing: border-box;
    border-right: 1px solid #ccc;
    margin-right: -0.5px;
}

#topsearchelastic_result_right {
    box-sizing: border-box;
    border-left: 1px solid #ccc;
    margin-left: -0.5px;
}

#topsearchelastic_result .col-xs-12 {
    overflow: hidden;
}


.topsearchelastic_item {
    cursor: pointer;
    display: block;
    width: 100%;
    box-sizing: border-box;
}

.topsearchelastic_item img {
    float: left;
	width: 150px;
	margin-bottom:10px;
}
.img-box{
	width:100%;
	float:right;
}
.results_header {
    width: 100%;
    line-height: 20px;
    text-align: center;
    color: #ffffff;
    background: #011638;
    font-weight: 600;
	margin-top: 10px;
}

#category_results .topsearchelastic_item,
#suggestion_results .topsearchelastic_item {
    line-height: 27px;
    padding: 0 9px;
}

#category_results .topsearchelastic_item b,
#suggestion_results .topsearchelastic_item b {
    color: black;
}

#category_results .topsearchelastic_item.active,
#suggestion_results .topsearchelastic_item.active {
    
}

#product_results .topsearchelastic_item.active {
	color: black;

}

#product_results .topsearchelastic_item {
    padding:8px;
    height: 220px;
	width:20%;
	float: left;
	font-weight: 600;
}

#product_results .topsearchelastic_item:last-child {
    border: 0
}


@media (max-width:1024px) {
    #topsearchelastic_result_left,
    #topsearchelastic_result_right {
        float: none;
        border: none;
        margin: 0;
        padding: 0;
    }
	#topsearchelastic_result_left{
		display: none;
	}
    #topsearchelastic_result {
        max-height: none;
        padding: 0;
    }
	#product_results .topsearchelastic_item {
		width:33.333%;
	}
	#topsearchelastic_result {
		width:100%;
		right:0px;
	}
}

@media (max-width: 767px) {
    .header-top #topsearchelastic_widget {
        float: none
    }

    .header-top #topsearchelastic_widget form {
        margin: 0 auto
    }

    .header-top #topsearchelastic_widget form input[type=text] {
        min-width: inherit;
        background: #fff
    }
	#topsearchelastic_result_left{
		display:none;
	}
	#product_results .topsearchelastic_item {
		width:50%;
	}
	#topsearchelastic_result {
		width:100%;
		right:0px;
	}
	  #topsearchelastic_widget {
		width: 100%;
    }
}