
.product_search_form.rounded_input input {
	/* border-radius: 30px 0px 0px 30px !important; */
	border-radius: 30px !important;
}

.heading_s2 h1,
.heading_s2 h2,
.heading_s2 h3,
.heading_s2 h4,
.heading_s2 h5,
.heading_s2 h6 {
	position: relative !important;
	z-index: 8 !important;
}

#search-form input {
	border-radius: 30px !important;
}


#product_search_result{
    background-color: rgb(243, 243, 243);
    width: 100%;
    position: absolute;
    top: 52px;
    right: 0;
    z-index: 10;
    box-shadow: 0 8px 6px -6px black;
    border-radius: 4px !important; 
    display: none;
}

#product_search_result a{color: #ED5C31 !important;}
#product_search_result .product-more{padding: 8px 16px; margin-bottom: 0px !important; background-color: #ED5C31; color: #fff;}
#product_search_result .product-more .r{font-size: 26px;}
#product_search_result .product-more a{color: #fff !important; text-decoration: underline;}

.search_result_table p{padding: 0 !important; }
.search_result_table tr{ margin: 0px !important; padding: 0px !important; }
.search_result_table td{ padding: 16px 4px 4px 4px !important;}
.search_result_table td.product-img img{width: 64px; margin: 0px !important;}
.search_result_table .product-name{color: #000; }

.search_result_table .product-category{color: #545454; font-size: 14px; }
p.product-notfound{text-align: center !important; padding-top: 12px; color: #000; }


.search-loading {
	position: absolute;
	left: 10px;
	top: 10px;
	border: 0;
	border-radius: 100%;
	font-size: 14px;
	color: #fff;
	z-index: 11;
	width: 24px;
	height: 24px;
    border-color: none;
}
.search-loading-img{display: none;}