#live_search_results {
    margin:0px;
    color: #fff;
    position: relative;
    z-index: 1005;
    padding: 10px 0;
    margin-top: 40px;
}
#search-autocomplite {
        width:auto;
    height: 50px;
    position: absolute;
    padding: 10px;
    padding-left: 10.5px;
    margin-top: 0.5px;
}
#search-autocomplite ~ input {
    position: relative!important;
}
#search .input-lg{
  border-radius: 6px;
    border-bottom-right-radius: 0px;
    border-top-right-radius: 0px;
}
input[name="search"]{
    background-color: transparent;
}
#live_search_results #live_search_results_body {
    color: #fff;
    position: relative;
}
#live_search_results_body > .row:hover,.selected, #live_search_results_body > .result_block > .row:hover{
  background-color: rgb(238, 238, 238);
}
.fa-spinner{
    align-self: center;
    color: black;
}
h4{
    margin-bottom: 0px;
}
.all_results:hover{
    cursor: pointer;
}
.btn_all_results {
    text-align: center;
    margin: 60px 0 0 0;
}
.all_results{
    clear: both;
}
#live_search_results_body > .result_block > .result-link > div > img, #live_search_results_body > .result-link > div > img {
    border: 1px solid rgb(238, 238, 238);
}
.block-text{
    width: 100%;
    padding-top: 24px;
    padding-left: 20px;
    color: #000;
    font-size: 20px;
    font-weight: 600;
}
.result_block .result-link img{
    border-radius: 15px;
}
.result_block .result-link .search_name {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 150%;
    color: #111111;
}
.result_block .result-link .price_row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top:20px;
    margin-bottom:8px;
}
.result_block .result-link .price_row .price{
    font-weight: bold;
    font-size: 18px;
    line-height: 25px;
    color: #111111;
}
.result_block .result-link .price_row .price span{
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    color: #707070;
    margin-left: 10px;
    text-decoration: line-through;
}
.result_block .result-link .price_row .favorites button {
    border: none;
    background: none;
    outline: none;
}
.result_block .result-link .price_row .favorites button svg {
    stroke: #111111;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}
.result_block .result-link .price_row .favorites button svg:hover {
    stroke: #00C0FF;
}
.no-results {
    text-align: center;
    color: #111111;
    justify-content: center;
    display: flex;
    align-items: center;
}
.no-results i {
    margin-right: 10px;
}
.block-text:first-letter {
    text-transform: uppercase;
}
.where-find{
    background-color: #f5f5f5;
    color: #929292;
    margin-top: 10px;
    float: left;
}
.category_row {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.category_row .result-link{
    padding-left: 0px;
    margin-right: 30px;
    margin-bottom: 40px;
    text-align: left;
    width: auto;
    height: auto;
    font-family: Montserrat;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 140%;
    color: #111111;
}
.product_row {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 24px 30px;
    align-content: start;
    overflow-y: auto;
    /* Показуємо перший ряд повністю + ~20% другого як натяк на скрол */
    max-height: 360px;
    padding-right: 10px;
}
.product_row .result-link {
    font-size: 13px;
    color: rgb(0, 0, 0);
    line-height: 1.538;
    text-align: left;
    width: 100%;
    margin: 0;
    box-sizing: border-box;
}
.product_row .result-link .search_image img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}
hr{
    margin-bottom: 0px;
    border-top: 2px solid #eee;
}
.saggestion{
      font-size: 15px;
      padding-left: 19px;
      padding-top: 20px;
      padding-bottom: 20px;
      /* margin-bottom: 24px; */
      color: rgb(131, 131, 131);
      line-height: 1.333;
      background-color: #f5f5f5;
      border-bottom: 1px solid #e0e0e0;
      margin-top: -11px;
}
.saggestion-result{
    color: #000;
    font-weight: 600;
}
#live_search_results .row .col.va-center {
    /* vertical-align: middle; */
}
#live_search_results .row .col .old-price {
    text-decoration:line-through;
}

@media screen and (max-width: 767px) {
    .product_row {
        grid-template-columns: repeat(2, 1fr);
        gap: 16px 16px;
        max-height: 300px;
    }
    .product_row .result-link {
        width: 100%;
    }
    .product_row .result-link .search_image img {
        height: 160px;
    }
}