
.search-container{
	padding: 0;
    position: relative;
    background: #fff;
    width: 435px;
    height: 35px;
    border: 1px solid #fff;
}
#search-by-category{float: left; padding: 35px 0 40px;}
#category-search { height: 46px; }
.categories-container { 
	left: 0;
    position: absolute;
    top: 0;
    width: 120px;
	z-index: 99;
}
.hover-cate{
	padding: 0 0 0 10px;
    font-size: 13px;
    line-height: 33px;
    font-weight: bold;
	cursor: pointer;
    border: 0;
    background: #fff;
    color: #4a4a51;
    border-right: 1px solid #38383f;
}
.hover-cate span{line-height: 33px !important;}
.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-color: -moz-use-text-color -moz-use-text-color #e8e8e8;
    border: none;
    font-size: 16px;
    height: 33px;
    line-height: 33px;
    padding: 0 60px 0 130px;
	width: 100%;
}
#btn-search-category {
	-moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: #4a4a51 none repeat scroll 0 0;
    border-color: -moz-use-text-color -moz-use-text-color #323235;
    border: none;
    color: #fff;
    font-size: 16px;
	border-radius: 0;
    height: 33px;
    line-height: 33px;
    padding: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    transition: all 300ms ease 0s;
    width: 50px;
	margin: 0;
}
#btn-search-category i{font-style: normal; font-weight: 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; }
.product-info > .product-img { float: left; }
.product-info > .detail { float: left; }
.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: 18px;}