.live-search {
	width: 100%;
position: absolute;
z-index: 1000;
padding: 5px 0 40px;
margin-top: 41px;
background-color: #FFF;
border: 1px solid #DDD;
border-bottom-left-radius: 10px;
border-bottom-right-radius: 10px;
box-shadow: 0 2px 2px #DDDDDD;
left: 0;
	display: none;
}
#search .form-control {height: 65px;}
#search {padding: 50px 25px;width: 100%;}
.live-search .loading{
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.live-search ul {
	list-style-type: none;
	margin:0px;
	padding:0px;
}
.live-search ul li {
	cursor:pointer;
	padding:15px 5px;
	margin:0px;
	background-color:#FFF;

	clear:both;
	border-left: 1px solid grey;
border-right: 1px solid grey;
	border-bottom: 1px solid lightgrey;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
.live-search ul li:nth-child(even) {
	background-color: #FAFAFA;
}
.live-search ul li:hover {
	background-color:#F0F7FA;
}
.live-search ul li a{
	text-decoration: none;
	display:block;
	font-size: 16px;
}

.product-price a {color: red !important;padding-top: 5px;font-size:1.1em!important;font-weight:300!important}
.live-search ul li .product-name p{
	font-weight: normal;
	font-style: italic;
	font-size: 10px;
	color:#555555;
	margin:0px;
	padding:0px;
}
.live-search ul li .product-add-cart{
	float: right;
	padding: 7px;
	display:none;
}

@media screen and (min-width: 601px) {
	
.closesearch{width: 20px !important;
position: absolute !important;
right: -10px !important;
top: -14px !important;
padding: 0 !important;
color: red !important;
font-weight: bold !important;
border-radius: 20px 20px 20px 7px !important;
height: 20px !important;
font-size: 12px !important;
z-index: 999 !important;
line-height: 18px !important;
border: none !important;
background: white !important;}

.closesearch:hover{color: #e1530f !important;
background: lightgray !important;}

.live-search ul li .product-image{
width: 100%;
}

.live-search ul li .product-name{
width: 100%;
font-size: 18px;
font-weight: 300;
text-align: left;
}

.live-search ul li .product-price {
text-align: left;
font-size: 18px;
font-weight: bold;
width: 100%;
}
}

@media screen and (max-width: 600px) {
	
.closesearch{width: 20px !important;
position: absolute !important;
right: -10px !important;
top: -14px !important;
padding: 0 !important;
color: red !important;
font-weight: bold !important;
border-radius: 20px 20px 20px 7px !important;
height: 20px !important;
font-size: 12px !important;
z-index: 999 !important;
line-height: 18px !important;
border: none !important;
background: white !important;}

.closesearch:hover{color: #e1530f !important;
background: lightgray !important;}
	
	.live-search ul li .product-image{
width: 100%;
}

.live-search ul li .product-name{
width: 100%;
font-size: 18px;
font-weight: 300;
text-align: left;
}

.live-search ul li .product-price {
text-align: left;
font-size: 18px;
font-weight: bold;
width: 100%;
}
}

.live-search ul li .product-price .price{
	color: #333333;
	display:block;
}
.live-search ul li .product-price .special{
	color: #FF0000;
	text-decoration: line-through;
	display:block;
}

.live-search .product-price > .special {
	margin-top: -5px;
}

.live-search .result-text{
	text-align: center;
line-height: 14px;
color: black;
position: absolute;
bottom: 0;
width: 100%;
border-bottom-left-radius: 10px;
border-bottom-right-radius: 10px;
height: 25px;
font-size: 20px;
background: white;
}
.live-search .view-all-results:hover {
	color: #23527c;
}
.live-search .view-all-results {
	color: black;
}
.live-search .product-image {
	width: auto;
}
.live-search .product-image img {
	width: auto;
}