.live-search {
    width: 100%;
    max-height: 610px;
    position: absolute;
    z-index: 1000;
    padding: 0px 0 35px;
    margin-top: 40px;
    background-color: #FFF;
    border: 1px solid #00ff29;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border-top-left-radius: 1px;
    border-top-right-radius: 1px;
    box-shadow: 0px 0px 6px #00f70a;
    left: 0;
    display: none;
}
.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 {
    background-color: none;
    color: #006d13;
    width: 100%;
    height: 114px !important;
    margin-left: 0px;
    padding-top: 5px;
    padding-left: 3px;
    padding-right: 10px;
}
.live-search ul li:nth-child(even) {
	background-color: none;
    color: #006d13;
    width: 100%;
    margin-left: 0px;
}

.live-search ul li a{
text-decoration: none;
    display: block;
    color: #004d0a;
    margin-top: 6px;
}

.live-search ul li a:hover {
	color:#006b0e;
    outline: none;
}

.live-search ul li .product-image{
	float:left;
	margin-right:10px;
}
.live-search ul li .product-name p{
font-weight: normal;
    font-style: normal;
    font-size: 11px;
    color: #000000;
    margin: 0px;
    padding: 1px;
    line-height: 13px;
}
.live-search ul li .product-name{
font-weight: bold;
    float: left;
    width: 52%;
    font-size: 14px;
    line-height: 16px;
}
.live-search ul li .product-add-cart{
float: right;
    padding: 0px;
    width: 77px;
    height: 53px;
}

.live-search ul li .product-price {
    text-align: right;
    font-size: 12px;
    font-weight: bold;
    float: right;
    margin-top: 5px;
    margin-right: 5px;
    width: 25%;
}
.live-search ul li .product-price .price{
color: #028f15;
    display: block;
    font-size: 14px;
    margin-top: 9px;
}
.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: 17px;
    line-height: 35px;
    color: #02a309;
    background-color: #c9ffd4;
    position: absolute;
    bottom: 0;
    width: 100%;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border-top-left-radius: 1px;
    border-top-right-radius: 1px;
}
.live-search .view-all-results:hover {
	color: #157f03;
    outline: none;
}
.live-search .view-all-results {
	color: #157f03;
    font-size: smaller;
}
.live-search .product-image {
	width: auto;
}
.live-search .product-image img {
	width: auto;
}

@media (max-width: 1366px) {
	.live-search ul li .product-price .price {
    color: #028f15;
    display: block;
    font-size: 14px;
    margin-top: 5px;
}
}
@media (max-width: 1199px) {
    .live-search ul li .product-price .price {
    color: #028f15;
    display: block;
    font-size: 14px;
    margin-top: 9px;
}   
}
@media (max-width: 991px) {
	.live-search ul li .product-price .price {
    color: #028f15;
        display: block;
        font-size: 14px;
        margin-top: 9px;
}
@media (max-width: 767px) {
	.live-search ul li .product-price .price {
    color: #028f15;
    display: block;
    font-size: 14px;
    margin-top: -36px;
}

.live-search ul li .product-price {
text-align: right;
        font-size: 12px;
        font-weight: bold;
        float: right;
        margin-right: 5px;
        width: 25%;
        margin-top: 41px;
}

.live-search ul li .product-name {
    font-weight: bold;
    float: left;
    width: 49%;
    font-size: 14px;
    line-height: 16px;
}

}

@media (max-width: 475px) {
.live-search {
    width: 100%;
    min-height: 450px;
    position: absolute;
    z-index: 1000;
    padding: 0px 0 35px;
    margin-top: 40px;
    background-color: #FFF;
    border: 1px solid #00ff29;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border-top-left-radius: 1px;
    border-top-right-radius: 1px;
    box-shadow: 0px 0px 6px #00f70a;
    left: 0;
    display: none;
}

	.live-search ul li .product-price .price {
    color: #028f15;
    display: block;
    font-size: 14px;
    margin-top: -36px;
}
    .live-search ul li .product-price {
    text-align: right;
        font-size: 12px;
        font-weight: bold;
        float: right;
        margin-right: 10px;
        width: 39px;
        margin-top: 88px;
}
.live-search ul li .product-add-cart {
    float: right;
    padding: 0px;
    width: 72px;
    height: 3px;
    margin-right: -4px;

}

.live-search ul li .product-name {
font-weight: bold;
            float: left;
            width: 51%;
            font-size: 14px;
            line-height: 14px;
}
}