#header_search_content {
    position: relative;
    top: -10px;
    left: -235px;
    border: 1px solid #dadada;
    border-top: unset;
    background: white;
    padding: 0 15px 15px 15px;
    z-index: 999;
    border-radius: 10px;
    width: 260px;
    max-height: 400px;
    overflow-y: scroll;
    border: 1px solid #fe8918b8;
}

#header_search_content_mobile {
    position: relative;
    top: -10px;
    left: -235px;
    border: 1px solid #dadada;
    border-top: unset;
    background: white;
    padding: 0 15px 15px 15px;
    z-index: 999;
    border-radius: 10px;
    width: 260px;
    max-height: 400px;
    overflow-y: scroll;
    border: 1px solid #fe8918b8;
}

.smart_search_item {
    display: flex;
    color: #333;
    margin-top: 15px;
    border-bottom: 1px solid #dadada;
    padding-bottom: 15px;
}

.smart_search_item_img {
    width: 60px;
    height: 60px;
    line-height: initial;
}

.smart_search_item_img img {
    width: 60px;
    height: auto;
}

.smart_search_item_name {
    width: calc(100% - 60px);
    height: 60px;
    padding-left: 25px;
    text-align: left;
    text-decoration: unset;
    overflow: hidden;
    font-size: 12px;
    margin-bottom: 0px;
    color: #3b191b;
    font-weight: 500;
    line-height: initial;
}

.smart_search_item_view_all {
    display: block;
    padding: 5px;
    border-radius: 5px;
    color: white;
    background: #fa752c;
    text-align: center;
    line-height: initial;
}

.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: -216px;
        width: 260px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {}

@media (min-width: 768px) and (max-width: 991px) {}

@media (max-width: 767px) {
    #header_search_content_mobile {
        top: 30px;
        left: -222px;
    }
}