.chlisList
{
    overflow:scroll;
    height:100%;
    min-height:70vh;
    max-height:85vh;
}
.btn_div_prodlit{
    position:relative;
    margin:10px auto;
    width:100%;
    text-align:center;
    padding:15px 0;
}
.btn_prodlit {
    width:100%;
    padding:14px 0 !important;
}
@media (min-width:768px) {
    .btn_prodlit {
        max-width: 50%;
    }
}

/*PayStyle*/
.cart {
    display:flex;
    flex-direction: column;
    height: 100%;
    border: 2px dashed gray;
}