#cart_ui div 
{
    width:100%;  
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid rgb(202, 200, 200);
    margin-bottom: 30px;
}
#cart_ui div img
{
    height: 100px;
    width: 100px;   
    border-radius: 50%;
    padding: 10px;
}
.cart .pro_title p
{
    overflow: hidden;
}
.div_aty_1
{
    width:10% !important;
    border: none !important;
    text-align: center;
    padding: 15px;
    display: block;
    margin-top:20px;
}
.qty_remove,.qty_add
{
    cursor: pointer;
    user-select: none;
}
