.order-price-pp-table tr td,
.order-price-pp-table tr th {
    padding-left: 0;
}

.order-price-pp-table-wrap.bth__table-wrap {
    padding: 0;
    border: none;
    margin-bottom: 0;
}

.order-price-pp-choser {
    padding-bottom: 15px;
    border-bottom: 1px solid #ccc;
}

.order-price-pp-choser .uppercase {
    margin-right: 25px;
}

.order-price-pp-choser > div {
    display: inline-block;
}

@media screen and (max-width: 750px) {
    .order-price-pp-choser * {
        font-size: 13px;
    }

    .order-price-pp-choser > div {
        display: block;
        margin-bottom: 5px;
    }

    .order-price-pp-choser .uppercase {
        margin-right: 10px;
    }
    .order-price-pp-table-wrap.bth__table-wrap div.fz13{
        display: inline-block;
    }

}

