.smart-item {
    display: flex;
    align-items: center;
    padding: 8px 0;
    border-bottom: 1px solid #f1f1f1;
    text-decoration: none !important;
    color: #000;
}
.smart-item:last-child {
    border-bottom: none;
}
.smart-item:hover {
    background-color: #f9f9f9;
}
.smart-img {
    width: 45px;
    height: 45px;
    margin-right: 12px;
    flex-shrink: 0;
}
.smart-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 4px;
}
.smart-info {
    flex: 1;
    overflow: hidden;
}
.smart-item-title {
    margin: 0 0 3px 0;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.4;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #000;
}
.smart-price {
    font-size: 13px;
    color: #b22825;
    font-weight: bold;
}
.smart-price del {
    font-size: 11px;
    color: #999;
    font-weight: normal;
    margin-right: 5px;
}
.smart-date {
    font-size: 11px;
    color: #888;
}
.smart-no-result {
    font-size: 13px;
    color: #888;
    padding: 10px 0;
}
header .smart-result{
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 8009;
    background: #fff;
    border-radius: 0 0 10px 10px;
    padding: 10px;
}
header .list.list-product{
    max-height: 350px;
    overflow-x: hidden;
    overflow-y: auto;
}
header .smart-result .title{
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
    color: #000;
    padding: 10px 0;
}
header .smart-result .title i{
    font-size: 20px;
}
.smart-search-wrapper .resultsContent {
    width: 100%;
    max-width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    margin-left: auto;
    margin-right: auto;
}