
.search-container{
	background: #fff;
    border: 0 none;
    border-radius: 5px;
    height: 53px;
    padding: 0;
	width: 450px;
    position: relative;
}
#search-by-category{float: right; padding: 15px 0;}
#category-search { height: 46px; }
.categories-container { 
	left: 0;
    position: absolute;
    top: 0;
    width: 120px;
	z-index: 99;
}
.hover-cate{
	background: #4d4d4d;
	border-right: 2px solid #363636;
    border-radius: 0px;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    line-height: 55px;
    padding: 0 6px;
	cursor: pointer;
}
.categories-container .item-cate{color: #000; padding: 3px 20px; line-height: 26px; }
.categories-container .fa{margin-left: 10px;}
#text-search { 
	-moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-image: none;
	border: none;
	color: #fff;
	background: #4d4d4d;
    border-radius: 0px;
    font-size: 12px;
    height: 55px;
    line-height: 50px;
    padding: 0 60px 0 130px;
	width: 100%;
}
#text-search:focus{box-shadow: none;}
#btn-search-category {
	-moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: #4d4d4d;
    border:none;
	box-shadow: none;
    border-image: none;
    border-radius: 0px;
    color: #fff;
    font-size: 16px;
    height: 55px;
    line-height: 50px;
    padding: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    transition: all 300ms ease 0s;
    width: 50px;
	margin: 0;
}
#btn-search-category:hover{background-color: #cc9b36;}
#btn-search-category:focus{outline: none;}
#btn-search-category i{font-style: normal;}
#btn-search-category .icon-search:before{
	content: "\f002";
	font-family: FontAwesome;
}
.ajax-loader-container { display: none; }
.ajax-result-item { list-style: none;}

.ajax-loader-container { position: absolute; top: 46px; z-index: 110; width: 470px; height: 300px; border: 2px solid antiquewhite; background-color: white; opacity: 0.5; }
.product-info { display: inline-block; width: 100%;}
.product-info > .product-img { float: left; }
.product-info > .detail { float: left; width: 100%; }
.product-info .price-old { text-decoration: line-through; }
#search-by-category .search-ajax{
	position: absolute;
    z-index: 9999 !important;
    background: none repeat scroll 0% 0% #fff;
    left: 50%;
    width: 68%;
    margin: 0 0 0 -125px;
}
#search-by-category .product-info .product-img{width: 100%; height: 100%;}
.ajax-result-container .ajax-result-list {
    display: block;
    border: 1px solid #ddd;
    max-height: 300px;
    overflow: auto;
    padding: 30px 10px 10px;
}
#search-by-category .search-ajax .product-name{
	color: #4a4a51;
    display: block;
    font-size: 14px;
    font-family: "Roboto Condensed",sans-serif;
    margin: 7px 0 0;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: color 300ms ease 0s;
    white-space: nowrap;
    text-transform: capitalize;
}
#search-by-category .search-ajax .product-name:hover{color: #f17183;}
#search-by-category .search-ajax .price-old{font-size: 10px;}
#search-by-category .search-ajax .price{font-size: 15px;color : black;}
#search-by-category .search-ajax .price .price-new{color: #000;}
