.estimate__order {
    padding-bottom: 192px;
}
.product {
    border-bottom: 1px solid #BFBFBF;
}
.product__price__label {
    font-size: 28px;
    font-weight: 400;
}

.product__quantity__input {
    width: 115px;
    height: 60px;
    border: 1px solid #707070;
    border-radius: 5px;
}

.product__price__input {
    width: 150px;
    height: 60px;
    border: 1px solid #707070;
    padding: 0 10px;
    border-radius: 5px;
}

.product__payment_method__select {
    width: 190px;
    height: 60px;
    margin-left: 24px;
    border: 1px solid #707070;
    border-radius: 5px;
}

.product__sub-info__item {
    float: left;
    width: calc(100% / 5);
}

.product__name-size {
    font-weight: 400;
    font-size: 22px;
    color: #5F5F5F;
}

.product__sub-info__label {
    font-weight: 400;
    font-size: 18px;
    color: #A3A3A3;
}

.product__devision {
    width: 100%;
}

.delete__icon {
    width: 25px;
    height: 25px;
    margin: 17px;
    font-size: 25px
}

.product__quantity {
    float: left;
    width: 100%;
    display: flex;
    align-items: center;
    margin-bottom: 5px;
}

.product__quantity__label {
    float: left;
}

.product__sub-item {
    margin: 30px;
}

.color-text-gray {
    color: #5F5F5F;
}

.product__input {
    background: #FFFFFF;
    border: 1px solid #707070;
    border-radius: 5px;
}

.product__image {
    width: 280px;
    height: 280px
}
.product__delivery_select {
    width: 284px;
    height: 60px;
}

.product__total-order {
    padding-left:42px;
    padding-right: 8px;
}