body{
    font-family: Inter, -apple-system, "system-ui", "segoe ui", Roboto, Helvetica, Arial, sans-serif;
}

.cart-name{
    font-size: 16px;
    padding-bottom: 5px;
    font-weight: bold;
}

.cart-desc{
    font-size: 12px;;
}

.cart-qty{
    font-size:14px;
    padding-bottom: 5px;
    padding-top: 5px;
    font-weight: bold;
}

.p-5{
    padding:10px;
}

.modal-body{
    line-height: 20px;
    font-size: 14px;
}

.cart-total-bayar{
    font-size: 20px;
    font-weight: bold;
}

.cart-total-bayar .small{
    font-size: 16px;
    font-weight: normal;
}

label{
    padding-bottom: 5px;
}

.table td{
    font-size:12px;
}
