.search-suggest {
    z-index: 10;
    position: absolute;
    left: 0%;
    top: 50px;
    right: auto;
    bottom: auto;
    display: none;
    width: 100%;
    padding: 20px 25px;
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 0 0 25px -5px rgb(34 34 34 / 30%);
}

.search-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: -25px;
    flex-flow: row wrap;
}

.search-flex-item {
    flex: 1 0 50%;
    padding-left: 25px;
    padding-bottom: 25px;
}

.search-submit {
    flex: 0 0 100%;
    padding-left: 25px;
}

.search-submit button {
    max-width: none;
}

.search-flex-product {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 20px;
    margin-bottom: 0px;
    padding-top: 20px;
    padding-bottom: 0px;
    border-top: 1px solid #ecf2f6;
    border-bottom: 1px none #ecf2f6;
}

.search-flex-product.last {
    padding-bottom: 0px;
    border-bottom-style: none;
}

.search-head {
    margin-top: 0px;
    margin-bottom: 0px;
    color: #0f578d;
    font-size: 20px;
    line-height: 1.3;
    font-weight: 500;
    text-transform: uppercase;
}

.search-head-custom {
    color: #b70039;
}

.search-img-wrap {
    margin-right: 10px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.search-img {
    max-width: 65px;
}

.search-text {
    color: #222;
    font-size: 16px;
    line-height: 1.95;
    font-weight: 400;
    white-space: normal;
}

.search-art {
    display: block;
    margin-top: -3px;
    font-size: 12px;
}

.search-price {
    display: block;
    margin-top: -30px;
    color: #0f578d;
    font-size: 16px;
    font-weight: 600;
}

.search-price-custom {
    color: #b70039;
}