.order__delivery-info {
    margin-top: .5rem;
    padding-left: 1.9375rem;
    font-size: .75rem;
    color: var(--grey-76);

    .bx-soa-pp-company-subTitle {
        display: none;
    }

    .bx-soa-pp-company-block {
        margin-bottom: .5rem;
    }

    .bx-soa-pp-list li {
        margin-bottom: .5rem;
    }

    a {
        padding: 0;
        color: var(--brown-c1);
        text-decoration: underline;
        text-underline-offset: 25%;
    }

    span {
        display: block;
        margin-top: .5rem;
        font-size: .9375rem;
    }

    .bx-soa-pp-company-desc {
        display: none;
    }
}

.bx-price-old {
    display: inline;
    text-decoration: line-through;
    font-size: .75rem;
}

.bx-soa-cart-d:has(.bx-soa-price-free) {
    text-align: right;
}

.order__total-note .bx-soa-customer-field {
    margin-bottom: 12px;
}

.order__total-note .bx-soa-customer-field > label {
    display: none;
}

.order__total-note .soa-property-container {
    align-items: flex-start;
}