.live-search {
    width: 100%;
    position: absolute;
    z-index: 999999;
    padding: 5px 0 10px;
    margin-top: 40px;
    background-color: #FFF;
    border: 1px solid #DDD;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.06);
    border-radius: 5px;
    left: 0;
    display: none;
    top: 0;
}

.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 .search_desc {
    display: flex;
    flex-direction: column;
}

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

.live-search ul li .product-image {
    float: left;
    margin-right: 10px;
}

.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-name {
    font-weight: 400;
    float: left;
    width: auto;
}

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

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

.live-search ul li .product-price {
    font-size: 14px;
    font-weight: 400;
    float: right;
    margin-top: 10px;
    width: 25%;
}

.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 {
    margin-top: 10px;
}

.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;
    border-radius: 5px;
}


.live-search .live-search-razdel-head {
    font-size: 14px;
    font-weight: 700;
    padding: 20px 15px 0px 15px;
}

.live-search h4 {
    padding: 15px;
    margin: 0;
}

.before-text {
    column-count: 1;
    padding: 20px 15px 15px 15px;
}

.before-text .list-group-item .product-name {
    margin: 10px 0;
}

@media (max-width: 830px) {
    .live-search {
        width: calc( 100% + 30px);
        z-index: 9999999;
        padding: 5px 0 10px;
        margin-top: 45px;
        background-color: #FFF;
        border: none;
        box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.06);
        border-radius: 5px;
        left: -15px;
        display: none;
        top: 0;
        height: auto;
        overflow: scroll;
        position: absolute;
    }

    /*.head_line .top_seatch {*/
        /*box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.06);*/
        /*border: none;*/
        /*width: 100%;*/
        /*!*height: 100%;*!*/
        /*position: fixed;*/
        /*left: 0;*/
        /*background: #fff;*/
        /*z-index: 9999;*/
    /*}*/
    /*.head_line .top_seatch button {*/
        /*border: 1px #fff !important;*/
        /*outline: none;*/
        /*background: #fff;*/
        /*padding: 4px 12px 0px 12px;*/
    /*}*/
}