#me_search .btn-me-search{
	padding: 10px 16px;
	border-top-left-radius: 0;
    border-bottom-left-radius: 0;
	line-height: 18px;
	font-size:15px;
	outline:0;
	background-color:#e7e7e7;
	color:#777;
}
.me_search_bar{
	display:flex;
	width: 100%;
	margin-bottom:10px;
}
#me_search .input-lg{
	border-top-right-radius: 0;
    border-bottom-right-radius: 0;
	width:100%;
	height: 40px;
    line-height: 20px;
	box-shadow: none;
}
#me_search.round-search .input-lg{
	border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
}
#me_search.round-search .btn-me-search{
	border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
}
#me_search.square-search .input-lg{
	border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
#me_search.square-search .btn-me-search{
	border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
#me_search .btn-default{
	background-image:none;
	text-shadow:none;
}
header .me_dropdown{
	width:100%;
	padding:0;
	border-radius:0;
	font-size:12px;
	border: none;
	margin-top: 10px;
	top:100%;
	-webkit-box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
    box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
}
.text-right{
	text-align:right;
}
.pull-right{
	float:right;
}
.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}
.center-block {
    display: block;
    margin-right: auto;
    margin-left: auto;
}
.me_dropdown:before{
	content: "";
    position: absolute;
    left: 10px;
    top: -10px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 10px 10px;
    border-color: transparent transparent #fff transparent;
    z-index: 9999;
}
.searchcategories{
	height:40px;
	width: 20%;
    border-radius: 0;
    border-left: 0;
    border-right: 0;
}
.searchcategories.form-control{
	box-shadow:none;
	border-color:#ccc;
}
#me_search_input:focus{
	box-shadow:none;
}
.me_seach_dropdown.focused .searchcategories.form-control,.me_seach_dropdown.focused .btn-me-search{
	border-color:#66afe9;
}
.searchcategories + .searchcategories{
	border-left:1px solid #ccc;
}
.me-search-input{
	position:relative;
	width: 100%;
}
.me_dropdown li.me_product_list{
	display:inline-block;
	width:100%;
	padding:10px 0;
	vertical-align: top;
}
.me_autosuggestheading{
	display:inline-block;
	width:100%;
	padding:10px;
	vertical-align: top;
	text-transform:uppercase;
	font-size:14px;
	color:#777;
}
.me_dropdown li.me_product_list:hover{
	background-color:#e7e7e7;
}
.me_dropdown li.me_category_list{
    display: inline-block;
    width: 50%;
    vertical-align: top;
	padding:2px 0;
}
.me_sepearator{
	border-top:1px solid #ddd;
	margin: 2px 0;
}
.dropdown-menu li.view-all a{
	display: block;
    padding: 5px 10px;
    border-bottom: none;
    border-top: 1px solid #ddd;
    font-size: 15px;
    font-weight: 600;
}
.me_image{
	float:left;
	width:20%;
	padding: 0 10px;
}
.me_caption{
	float:left;
	width:80%;
	padding: 0 10px;
}
.me_caption h4{
	font-size: 13px;
	font-weight: 600;
    margin-top: 5px;
}
.me_caption h4 a{
	color:#2f2f2f;
}
.me_caption .price{
	text-align:right;
}
.me_caption .price-new {
	font-weight: 600;
}
.me_caption .price-old {
	color: #999;
	text-decoration: line-through;
	margin-left: 10px;
}
.me_name_price{
	display: inline-block;
    width: 100%;
}
.me_caption p{
	margin-bottom:5px;
}
button.btn-me_search,button.btn-me_search:hover,button.btn-me_search:focus{
	color: #fff;
    background-color: #229ac8;
    font-weight: 600;
    padding: 5px 10px;
    border-color: #229ac8;
    box-shadow: none;
}
.me_brand_name{
	/* margin-top:5px;
	display:inline-block; */
}
.me_caption_left{
	width:60%;
	float:left;
}
.me_caption_right{
	width:40%;
	float:left;
}
.no_results{
	padding:5px 10px;
}
.clearable__clear{
    display: none;
    position: absolute;
	right: 10px;
	top: 10px;
	padding: 0 8px;
	font-style: normal;
	font-size: 18px;
	cursor: pointer;
}
.border_none{
	border-left:none;
}
.me_seach_dropdown{
	display:flex;
	width:100%;
}
.search-trigger{
	display:none;
}
@media(max-width:768px){
	.searchcategories{
		width:30%;
	}
}