.live-search {
    width: 100%;
    position: absolute;
    z-index: 1000;
    padding: 20px 20px 25px;
    margin-top: 60px;
    left: 0;
    display: none;
    background: #FFFFFF;
    border-radius: 12px;
}
.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:0px;
	margin:0px 0px;
	background-color:#FFF;
	min-height:50px;
	clear:both;
}

.live-search ul li:hover {
	/*background-color:#F0F7FA;*/
}
.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;
	color:#555555;
	margin:0px;
	padding:0px;
}

.live-search ul li .product-add-cart{
	float: right;
	padding: 7px;
}

.live-search ul li .product-price {
    margin-top: 0px;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    color: #004D84;
}

.live-search .product-name {
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #2E3230;
}

.live-search ul li .product-price .price{
	color: #004D84;
    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;
    margin-bottom: -5px;
    margin-top: 10px;
}

a.view-all-results {
    color: #004D84 !important;
    font-size: 14px;
    font-weight: 500;
    border-bottom: 1px dashed;
}

.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;
}

.live-search .product-image img {
    border: 1px solid #E8E8E8;
    box-sizing: border-box;
    border-radius: 5px;
}

.block-categories-move {
    border-bottom: 1px solid #E7E7E7;
    padding: 0px 0px 17px;
    margin: 0px 0px 17px;
}

span.title-move-to-cat {
    font-weight: 500;
    font-size: 13px;
    line-height: 15px;
    color: #B1B1B1;
    margin-bottom: 5px;
    display: block;
}

.item-categories-search a {
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #2E3230;
}

.item-categories-search a img {
    margin-right: 5px;
    position: relative;
    top: -1px;
}

.item-categories-search {
    margin-bottom: 13px;
}

.item-categories-search:last-child {
    margin-bottom: 0px;
}

img.category-search-text {
    width: 13px;
}

span.text-in-cat {
    color: #9E9E9E;
}

.block-categories-search {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #E7E7E7;
}

#product-search h1 {
    font-weight: bold;
    font-size: 32px;
    line-height: 20px;
    color: #2E3230;
    margin-bottom: 30px;
}

@media (max-width: 767px) {


    .live-search ul li {
        margin: 5px 0px;
    }

    .live-search ul li a {
        display: flex;
    }

    .live-search .product-name {
        font-weight: 500;
        font-size: 14px;
        line-height: 1.1;
        color: #2E3230;
    }

    .open-search-mob .btns-wish {
        opacity: 0;
    }



#search button.btn.btn-default.btn-lg {
    display: none;
}

#search input.form-control.input-lg {
    padding-left: 45px;
}

.live-search {
    margin-top: 40px;
    top: 0;
    border-radius: 0px !important;
    width: 100vw;
    margin-left: -53px;
    height: calc(100vh - 49px);
}

.live-search.active-search {
    display: block !important;
}

.open-search-mob #search input.form-control.input-lg {
    padding-left: 45px;
    position: relative;
    left: -35px;
    width: 100%;
    right: 0;
    transition: all 0.4s ease-in-out;
}

.open-search-mob span.input-group-btn {
    width: 90px;
    overflow: hidden;
    margin-right: -55px;
    transition: all 0.4s ease-in-out;
}

.open-search-mob .btn-search-row {
    position: absolute;
    right: auto;
    top: 8px;
    z-index: 9;
    left: 34px;
    transition: all 0.4s ease-in-out;
}

.open-search-mob span.cancel-search {
    background: #fff;
    position: relative;
    z-index: 9;
    transition: all 0.4s ease-in-out;
}

#search input.form-control.input-lg {
	left:  0;
}


}