#custom-search-form {
    max-width: 230px;
    width: 100%;
    position: relative;

}

#custom-search-form input {
    border-radius: 30px;
}

#custom-search-form button {
    position: absolute;
    right: 0;
    margin-right: 0;
    padding: 0px 5px;
    background-color: transparent !important;
    border-color: transparent !important;
    box-shadow: none;
    color: currentColor !important;
}

#search-popup {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    border: 1px solid #ccc;
    width: 400px;
    /* max-height: 400px; */
    /* overflow-y: hidden; */
    z-index: 9999;
    border-radius: 18px;
}
#popup-results{
    padding: 20px;

}
#search-popup #prd_result{
    overflow-y:auto ;
}
#prd_result{
    overflow-y: auto;
        width: 100%;
}
#prd_result a{
    display: flex;
    align-items: center;
    gap: 10px;
    width: 100%;
    border-color: rgb(226 232 240) ;
    border-width:1px 0 0 0 ;
    border-style: solid;
}
#prd_result .prd_thumb{
flex: 0 0 70px
}
#view-more-link{
    width: 100%;
    display: block;
    padding: 10px 0;
    text-align: center;
    border-top: solid 1px rgb(226 232 240);
}
#popup-results-prd{
max-height: 400px;
    overflow: auto;
}
.search-price ins span{
    color: #d0021c ;
}
.search-price del span bdi{
    color: #141414;
}
.search-price span bdi{
    color: #d0021c ;

}