.nb-cart-summary-2-card .nb-text-wrapper{
    display: flex;
    justify-content: space-between;
    margin-bottom: 16px;
}

.nb-cart-summary-2-card .nb-text-wrapper > *{
    flex: 1;
}

.nb-cart-summary-2-card .nb-text-wrapper > *:last-child{
    text-align: right;
}

.nb-cart-summary-2-card .nb-text-wrapper:last-child{
    margin-bottom: 0;
}

.nb-cart-summary-2-card .nb-content-wrapper.top-wrapper{
    padding-bottom: 16px;
    border-bottom: var(--nb-card-border-width) var(--nb-border-style) var(--nb-border-color);
}

.nb-cart-summary-2-card .nb-content-wrapper.bottom-wrapper{
    padding-top: 16px;
}

.nb-cart-summary-2-card .nb-content-wrapper.bottom-wrapper .nb-text-wrapper{
    align-items: flex-end;
}

.nb-cart-summary-2-card .nb-card-footer > * + * {
    margin-top: 10px;
}

.nb-cart-summary-2-card .nb-card-footer .nb-btn{
    width: 100%;
}

.nb-cart-summary-2-card .total-value{
    font-weight: var(--nb-font-semibold);
}

.nb-cart-summary-2-card .content-wrapper.nb-free-delivery-wrapper{
    display: flex;
    flex-direction: column;
}

@media screen and (max-width: 1600px) {
    .nb-cart-summary-2-card .nb-text-wrapper{
        margin-bottom: 10px;
    }

    .nb-cart-summary-2-card .nb-content-wrapper.bottom-wrapper{
        padding-top: 10px;
    }
}