.smartsearch {
    position: absolute;
    width: 150%;
    top: 39px;
    left: -50%;
    z-index: 999;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    border-top: none;
    -webkit-box-shadow: 0 4px 23.75px 1.25px rgba(0,0,0,.1);
    box-shadow: 0 4px 23.75px 1.25px rgba(0,0,0,.1);
    margin-top: 5px;
    display: none;
}
@media (max-width:1720px){
    .smartsearch {
        width: 200%;
    }
}
@media (max-width:1450px){
    .smartsearch {
        right: 0;
        left: auto;
    }
}
@media (max-width:1170px){
    .smartsearch {
        width: 150%;
    }
}
@media (max-width:900px){
    .smartsearch {
        width: 100%;
    }
}
.smartsearch ul.items {
    margin: 0;
    padding: 0;
}
.smartsearch li.item {
    list-style-type: none;
    border-top: 1px solid #ccc;
}
.smartsearch li.item:hover {
    background-color: #f4f4f4;
    -webkit-transition: ease-out 0.3s;
    transition: ease-out 0.3s;
}
.smartsearch li.item.current {
    background: #fcfeab;
}
.smartsearch li.item .item_block {
    display: flex;
    align-items: center;
}
.smartsearch li.item .item_block .image {
    display: flex;
    padding: 5px 10px;
}
@media (max-width:480px){
    .smartsearch {
        left: 0;
        width: 100%;
        top: 56px;
        border: none;
    }
    .smartsearch li.item:first-child {
        border-top: none;
    }
}
.smartsearch li.item .item_block .image img {

}
.smartsearch li.item .item_block .title {
    padding: 10px 10px;
    width: 100%;
    margin-bottom: 0;
    font-size: inherit;
    line-height: inherit;
    font-weight: inherit;
    text-transform: inherit;
    text-align: inherit;
    color: inherit;
    letter-spacing: inherit;
}
.smartsearch li.item .item_block .price {
    display: flex;
    padding: 10px 10px;
    white-space: nowrap;
    color: #444;
}
.smartsearch li.item .item_block .oldprice {
    margin-right: 5px;
    text-decoration: line-through;
    font-size: 11px;
    color: #cd0000;
}
.smartsearch li.item .item_block a {
    width: 100%;
    color:#333;
}
.smartsearch li.item .item_block a b {
    color: #000;
}
.smartsearch .button {
    text-align: center;
    background: #eee;
    padding: 10px 10px;
}
