.cart-form, .total-price, h3{
    width: 70%;
    margin: auto;
}
.total-price{
    font-size: 1.6rem;
    margin-top: 20px;
}
.products{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.product{
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin: 10px;
}
.realize-btn, .total-price{
    float: right !important;
    margin-top: 30px !important;
}