#header_search_content {
    position: relative;
    width: 425px;
    top: 0;
    left: 110px;
    border: 1px solid #dadada;
    border-top: unset;
    background: white;
    padding: 0 15px 15px 15px;
    max-height: 450px;
    overflow-y: scroll;
    z-index: 999;
}

.smart_search_item {
    display: flex;
    color: #333;
    margin-top: 15px;
}

.smart_search_item_img {
    width: 80px;
    height: 80px;
}

.smart_search_item_name {
    width: calc(100% - 80px);
    height: 80px;
    padding-left: 15px;
    text-decoration: unset;
    overflow: hidden;
}

.smart_search_item_view_all {
    display: block;
    padding: 5px;
    border-radius: 5px;
    color: white;
    background: #fa752c;
    text-align: center;
}

.smart_search_item_view_all:hover {
    color: white;
    text-decoration: unset;
}

@media (min-width: 1920px) {}

@media (min-width: 1600px) and (max-width: 1919px) {}

@media (min-width: 1200px) and (max-width: 1599px) {
    #header_search_content {
        left: 50px;
        width: 345px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {}

@media (min-width: 768px) and (max-width: 991px) {}

@media (max-width: 767px) {}