.live-search {
	width:100%;
	position: absolute;
	z-index: 1000;
	padding: 5px 0 20px;
	margin-top: 40px;
	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;
	top: 5px;
	display: none;
	height: 300px;
	overflow-y: auto;
}
.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:5px;
	margin:0px 5px;
	background-color:#FFF;
	min-height:50px;
	clear:both;
}

.live-search-bottom-row{
	display: flex !important;
	align-items: center;
	padding: 8px 0;
	border-bottom: 1px solid #efefef;
}

.live-search-bottom-row .product-add-cart .btn-primary{
	padding: 3px 10px !important;
	font-size: 13px !important;
	background-color: rgba(198, 7, 7, 0.96) !important;
	border: 1px solid rgba(198, 7, 7, 0.96) !important;
}


.live-search ul li a{
	text-decoration: none;
	display:block;
}
.live-search ul li .product-image{
	float:left;
	margin-right:5px;
}
.live-search ul li .product-name p{
	font-weight: normal;
	font-style: italic;
	font-size: 10px;
	line-height: 11px;
	color:#555555;
	margin:0px;
	padding:0px;
}

.live-search ul li .product-add-cart{
	justify-self: flex-end;
	margin-left: 0;
}

.live-search ul li .product-price {
	text-align: left;
	font-size: 12px;
	font-weight: bold;
	width:25%;
	flex-grow: 1;
}
.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{
	font-weight: bold;
	text-align: center;
	font-size: 11px;
	line-height: 24px;
	color:#555555;
	height: 24px;
	background-color:#ececec;
	position: absolute;
	bottom: 0;
	width: 100%;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	display: none;
}
.live-search .view-all-results:hover {
	color: #23527c;
}
.live-search .view-all-results {
	color: #23a1d1;
}
.live-search .product-image {
	width: auto;
}
.live-search .product-image img {
	width: auto;
}

.header-search .twitter-typeahead .tt-menu {
	display: none !important;
}

.live-search-prod-row{
	display: flex;
}

.live-search-prod-row .product-name{
	flex-grow: 1;
	font-size: 13px;
}

.live-search-prod-row .product-image{
	min-width: 60px;
	min-height: 60px;
	max-width: 60px;
	max-height: 60px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 15px !important;
	border: 1px solid #efefef;
}

.live-search-prod-row .product-image img{
	max-width: 90%;
	max-height: 90%;
	display: block;
}
