.searchListProd {
    position: relative;
    width: 100%;
    height: auto;
    left: -1px;
    top: 0px;
            
    /*background: #000;*/
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 0px 0px 6px 6px;
            
    display: block;
            
    padding: 15px;
            
}
        
.searchProdRes {
    height: 300px; overflow-y: scroll; padding-right: 5px
}
        
.searchList p a {
    font-style: normal;
    font-weight: 350;
    font-size: 14px;
    line-height: 17px;
            
    color: #8f67dc;
    display: block;
    text-decoration: none;
}
        
/* width */
::-webkit-scrollbar {
    width: 4px;
    border-radius: 2px;
          
}
        
/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}
        
/* Handle */
::-webkit-scrollbar-thumb {
    background: #098DD6;
    border-radius: 2px;
}
        
/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #8f67dc;
}