#smartsearch {
    position: absolute;
    width: 540px;
    right: 0;
    top: 52px;
    z-index: 3;
    background: #fff;
    display: none;
}
#smartsearch > .flex {
    position: absolute;
    width: 100%;
    bottom: 0;
    transform: translate(0, 100%);
    background: #fff;
}
#smartsearch > .flex > div:first-child {
    display: flex;
    align-items: center;
    justify-content: center;
}
#smartsearch > .flex > div:first-child strong {
    margin: 0 5px;
    display: inline-block;
}

#smartsearch ul.items {
	margin: 0px;
    padding: 0px;
    max-height: 500px;
    overflow: auto;
    display: block;
}
#smartsearch li.item {
	list-style-type: none;
}
#smartsearch li.item:hover,
#smartsearch li.item.current {
    background: #f6f6f6;
}
#smartsearch li.item .item_block {
	display: flex;
    align-items: center;
    padding: 10px 0;
}
#smartsearch li.item .item_block .image {
	display: flex;
    padding: 0 2px;
    flex: 1 1 120px;
}
#smartsearch li.item .item_block .image img {
    padding: 0;
    min-width: 100px;
}
#smartsearch li.item .item_block .title {
    padding: 0 10px;
    width: 100%;
    flex: 1 1 auto;
}
#smartsearch li.item .item_block .title a {
    font-weight: bold;
    color: #181818;
}
#smartsearch li.item .item_block .title span {
    font-size: 14px;
}
#smartsearch li.item .item_block .price {
    padding: 10px 35px 10px 10px;
    font-weight: bold;
    flex: 1 1 155px;
    min-width: 155px;
    text-align: right;
}
#smartsearch li.item .item_block .oldprice {
    text-decoration: line-through;
    display: block;
    font-weight: 300;
}
#smartsearch li.item .item_block a {
	width: 100%;
}
#smartsearch .button {
    text-align: center;
}
#smartsearch .button a {
    display: block;
}
#smartsearch .button a:after {
    content: url(/catalog/view/theme/default/image/kominki/btn-arrow.png);
    margin-left: 14px;
    position: relative;
    top: 3px;
}
#smartsearch .category-title {
    font-size: 14px;
    text-transform: uppercase;
}
@media screen and (max-width: 1450px) {
    #smartsearch ul.items {
        max-height: 370px;
    }
}
