.nb-pre-confirmation-checkout-overview .nb-items-wrapper {
    display: flex;
    flex-wrap: wrap;
    border-top: var(--nb-info-box-border-width) var(--nb-border-style) var(--nb-info-box-border-color);
    border-left: var(--nb-info-box-border-width) var(--nb-border-style) var(--nb-info-box-border-color);
}

.nb-pre-confirmation-checkout-overview .nb-items-wrapper > *{
    flex: 1 1 50%;
}

.nb-pre-confirmation-checkout-overview .nb-info-box .nb-left-col .nb-paragraph {
    display: none;
}

.nb-pre-confirmation-checkout-overview .nb-info-box .nb-content-wrapper.nb-left-col {
    max-width: 50px;
}

.nb-pre-confirmation-checkout-overview .nb-info-box .nb-content-wrapper.nb-right-col {
    background-color: var(--nb-color-white);
}

.nb-pre-confirmation-checkout-overview .nb-cart-info-box,
.nb-pre-confirmation-checkout-overview .nb-info-box {
    min-height: 50px;
    border-top: unset;
    border-left: unset;
}
.nb-pre-confirmation-checkout-overview .nb-cart-info-box .nb-icon,
.nb-pre-confirmation-checkout-overview .nb-info-box .nb-icon {
    color: var(--nb-text-color-primary);
    font-size: var(--nb-font-size-20);
}

.nb-pre-confirmation-checkout-overview .nb-info-box .nb-content-wrapper {
    padding: 5px 15px;
}

.nb-pre-confirmation-checkout-overview .nb-cart-promo-code .nb-cart-promo-code-value {
    font-weight: var(--nb-font-semibold);
}

.nb-pre-confirmation-checkout-overview .nb-cart-info-box .custom-text,
.nb-pre-confirmation-checkout-overview .nb-cart-promo-code .nb-cart-promo-code-label{
    font-weight: var(--nb-font-regular);
}

.nb-pre-confirmation-checkout-overview .nb-cart-info-box .custom-text span {
    font-weight: var(--nb-font-semibold);
}

@media screen and (max-width: 768px) {
    .nb-pre-confirmation-checkout-overview .nb-items-wrapper > *{
        flex: 1 1 100%;
    }
}