.checkout-grand-total{
    display:flex;
    justify-content:space-between;
    align-items:center;

    font-size:20px;
    font-weight:700;

    padding-top:15px;
    margin-top:15px;

    border-top:2px solid #e9ecef;
}

.checkout-summary-row{
    display:flex;
    justify-content:space-between;
    align-items:center;

    margin-bottom:12px;
}