.searchautocomplete .searchautocomplete-placeholder {
    background: #FFF;
    position: absolute;
    z-index: 102;
    border: 1px solid #ddd;
    top: 46px;
    width: 100%;
    line-height: 120%;
}

.searchautocomplete .columns .index {
    padding: 13px;
    line-height: 22px;
}

.searchautocomplete .columns ul {
    list-style: none;
    padding: 0;
    line-height: 19px;
}

.searchautocomplete .columns ul li {
    font-size: 14px;
}

.searchautocomplete .columns ul li:hover a {
    text-decoration: underline;
    color: #041B15;
}

.searchautocomplete .columns ul li a {
    display: block;
    padding: 6px 0px;
}

.searchautocomplete .columns .index {
    border-bottom: 1px solid #ddd;
}

.searchautocomplete .columns .index-title {
    color: #586453;
    font-weight: bold;
    font-size: 13px;
    margin-bottom: 12px;
}

.searchautocomplete .all {
    background-color: #B8E8A6;
    text-align: center;
    display: flex;
    font-size: 14px;
    overflow: hidden;
    height: 35px;
    align-items: center;
    justify-content: center;
    border: none;
    width: 100%;
}

.searchautocomplete .columns .product-row {
    display: flex;
    line-height: 130%;
    position: relative;
    margin-bottom: 20px;
}
.searchautocomplete .columns .product-row:hover {
    cursor: pointer;
}

.searchautocomplete .columns .product-row a {
    padding: 0;
}

.searchautocomplete .columns .product-row .product-right {
    width: 100%;
    color: #041B15;
    margin-right: 70px;
    margin-left: 10px;
}

.searchautocomplete .columns .product-row .author {
    font-size: 12px;
    margin-bottom: 5px;
}

.searchautocomplete .columns .product-row .author a {
    font-weight: normal;
    display: inline;

}

.searchautocomplete .columns .product-row .searchautocomlete-image img {
    max-height: none;
}

.searchautocomplete .columns .price-wrapper {
    position: absolute;
    right: 0;
    top: 0;
    text-align: right;
    color: #041B15;
    line-height: 140%;
}

.searchautocomplete .columns .price-wrapper strong {
    font-size: 14px;
}

.searchautocomplete .columns .price-wrapper .old-price {
    display: block;
    margin-top: 2px;
    font-size: 12px;
    color: #586453;
}

.searchautocomplete .columns .price-wrapper .icon-discounted {
    background: url('/skin/frontend/patogu/default/img/icons/discount.svg') no-repeat;
    width: 16px;
    height: 20px;
    content: "";
    display: inline-block;
    position: relative;
    top: 2px;
    margin-left: 7px;
}
.searchautocomplete .columns .price-wrapper .new-price {
    display: flex;
    align-items: center;
}
.searchautocomplete .quick-search {
    display: flex;
}
.searchautocomplete .search-box {
    width: 100%;
    position: relative;
}
.searchautocomplete .nav-search-in {
    height: 46px;
    z-index: 11;
    display: flex;
    align-items: center;
    background: #B8E8A6;
    border-radius: 3px;
    position: relative;
    white-space: nowrap;
    margin-right: 5px;
}
.searchautocomplete .nav-search-in .category {
    opacity: 0;
    filter: alpha(opacity=0);
    background: white;
    color: black;
    cursor: pointer;
    left: 0;
    margin: 0;
    outline: 0;
    padding: 0;
    position: absolute;
    top: 0;
    visibility: visible;
    width: 100%;
    height: 100%;
}
.searchautocomplete .nav-search-in .category-fake {
    color: #041B15;
    cursor: pointer;
    font-size: 13px;
    padding: 0 30px 0 15px;
    text-align: center;
    align-content: center;
    font-weight: 600;
    height: 100%;
    width: 100%;
    display: inline;
}
.searchautocomplete .nav-search-in .nav-down-arrow::after {
    background: url(../../../img/icons/menu_arrow_down.svg) no-repeat center;
    background-size: 12px;
    width: 14px;
    height: 10px;
    content: "";
    display: inline-block;
    position: absolute;
    top: 20px;
    right: 11px;
}
.searchautocomplete .nav-search-in:hover .category-fake {
    color: #000;
}
.searchautocomplete .nav-search-in:hover .nav-down-arrow {
    background-position: -6px -34px;
}

@media only screen and (min-width: 1400px) {
    .searchautocomplete .columns {
        border-bottom: 1px solid #ddd;
    }

    .searchautocomplete .two-column {
        display: flex;
    }

    .searchautocomplete .columns .column-left {
        width: 35%;
    }

    .searchautocomplete .columns .column-right {
        width: 65%;
    }

    .searchautocomplete .columns .column-right {
        border-left: 1px solid #ddd;
    }

    .searchautocomplete .columns .index {
        border-bottom: none;
    }

    .searchautocomplete .columns .index:nth-of-type(2) {
        border-top: 1px solid #ddd;
    }
}

@media only screen and (max-width: 767px) {
    #mobile_search_autocomplete {
        display: none;
    }

    body.search-active #mobile_search_autocomplete {
        display: block;
    }

    .searchautocomplete .searchautocomplete-placeholder {
        border: none;
    }

    body.search-active {
        overflow: hidden !important;
    }

    body.search-active .search-bg {
        background: #fff;
        position: fixed;
        height: 100%;
        width: 100%;
        left: 0;
        display: block !important;
        bottom: 0;
        z-index: -1;
    }

    body.search-active .search-autocomplete-mobile {
        clear: both;
        z-index: 99;
        position: sticky;
        width: 100%;
        left: 0;
        height: 100%;
        background: #fff;
        overflow-x: hidden;
        overflow-y: auto;
        padding-bottom: 50px;
        text-align: left;
    }

    .searchautocomplete .all {
        position: fixed;
        bottom: 0;
        width: 100%;
        border-top: 1px solid #ddd;
        color: #041B15;
    }
    .searchautocomplete .nav-search-in {
        background: none;
        display: inline-flex;
        height: auto;
        margin-bottom: 10px;
    }
    .searchautocomplete .nav-search-in .nav-down-arrow::after {
        top: 5px;
    }
    .searchautocomplete .quick-search {
        display: block;
        text-align: center;
    }
}