
.cart-page{
    display: flex;
    flex-direction: column;
    padding-top: 15px;
}

.cart-form{
    flex: 1;
}

.cart-values{
    flex: 1;
}

.cart-buttons{
    display: flex;
    justify-content: space-between;
    flex-direction: row;
}
