.header-search{position:relative;}
.live-search {
    background-color: #f5f5f5;
    display: none;
    right: 0;
    padding: 15px;
    position: absolute;
    top: 40px;
	border-radius: 0;
	width: 350px;
	z-index: 1000;
	border:none;
	border-top:2px solid #232F3E;
}
.ajaxcart
{
	background-color: #fff;
}
.ajaxcart:hover{
	background-color: #232F3E;

}
.live-search .loading {
	display: block;
	margin-left: auto;
	margin-right: auto
}
.live-search ul {
	list-style-type: none;
	margin: 0;
	padding: 0
}
.live-search ul li {
	cursor: pointer;
	padding: 5px;
	margin: 0 0 10px;
	clear: both;
	float: left;
	height: auto!important;
	width: 100%
}
.live-search ul li a {
	text-decoration: none;
	display: block
}
.live-search ul li .product-name {
	color: #000
}
.live-search ul li a:hover,
.live-search ul li .product-name:hover {
	color: #da251d
}
.live-search ul li .product-image {
	float: left;
	margin-right: 10px;
	border: 1px solid #ebebeb;
	border-radius: 0;
	overflow: hidden;
}
.live-search ul li .product-name p {
	font-weight: 400;
	font-style: italic;
	font-size: 12px;
	color: #a4a4a4;
	margin: 0;
	padding: 0
}
.live-search ul li .product-name {
	font-weight: 400;
	float: left;
	width: 65%;
	font-size: 13px
}
.live-search ul li .product-name:hover,
.live-search ul li .product-name:focus {
	color: #000
}
.live-search ul li .product-price {
	text-align: left;
	font-weight: 400;
	float: left;
	margin: 5px 0 10px;
	width: 65%;
	font-size: 13px
}
.live-search ul li .product-price .price {
	float: left;
	margin: 0 0 0 5px
}
.live-search ul li .product-price .special {
	color: #d9534f;
	text-decoration: line-through;
	float: left
}
.live-search .result-text {
	background-color: #232F3E;
	font-size: 14px;
	font-weight: 400;
	line-height: 32px;
	margin-top: 20px;
	text-align: center;
	clear: both;
	border-radius: 0;
}
.live-search .result-text a {
	color: #fff
}
.live-search .result-text:hover{
	background-color: #da251d;
	transition: all 0.6s ease 0s
}
.live-search .result-text:hover a {
	color: #fff;
	transition: all 0.6s ease 0s
}
@media (min-width: 992px) and (max-width: 1199px) {
    .live-search {width: 415px;}
}
@media (max-width: 991px) {
.live-search {width: 361px;}
}
@media (max-width: 767px) {
.live-search {width: 100%;left:0;}
}
@media (max-width: 479px) {
	.live-search ul li .product-image{width:56px;}
	.live-search ul li .product-price{margin:0 0 3px;}
	.live-search{width:230px;}
}