:root{
    --nb-cart-price-total-with-label-1-label-fs: 10px;
    --nb-cart-price-total-with-label-1-label-fw: var(--nb-font-regular);
    --nb-cart-price-total-with-label-1-price-fs: 12px;
    --nb-cart-price-total-with-label-1-price-fw: var(--nb-font-bold);
}

.nb-cart-price-total-with-label-1{
    display: flex;
    flex-direction: column;
}
.nb-cart-price-total-with-label-1 .custom-text{
    font-size: var(--nb-cart-price-total-with-label-1-label-fs);
    font-weight: var(--nb-cart-price-total-with-label-1-label-fw);
}
.nb-cart-price-total-with-label-1 .nb-price-cart-total-1{
    font-size: var(--nb-cart-price-total-with-label-1-price-fs);
    font-weight: var(--nb-cart-price-total-with-label-1-price-fw);
    line-height: 1.3;
}