.nb-checkout-progress-bar-1 .nb-slider-item {
    position: relative;
    flex: 1 0;
}

.nb-checkout-progress-bar-1 .nb-step-basket .nb-step-title {
    padding: 0 5px;
    text-align: center;
}

.nb-checkout-progress-bar-1 .nb-slider-init {
    display: flex;
    justify-content: center;
}

.nb-checkout-progress-bar-1 .nb-step-basket:before,
.nb-checkout-progress-bar-1 .nb-step-basket:after {
    content: '';
    height: 1px;
    background: var(--nb-border-color);
    width: calc(50% - 35px);
    display: block;
    top: calc(var(--nb-step-basket-step-height)/2);
    position: absolute;
    left: 0;
}

.nb-checkout-progress-bar-1 .nb-step-basket:after {
    right: 0;
    left: unset;
}

.nb-checkout-progress-bar-1 .nb-slider-item:first-of-type .nb-step-basket:before,
.nb-checkout-progress-bar-1 .nb-slider-item:last-of-type .nb-step-basket:after {
    height: 0;
}

.nb-checkout-progress-bar-1 .nb-step-basket.solved{
    cursor: pointer;
}

.nb-checkout-progress-bar-1 .nb-slider .slider .nb-slider-init .nb-slider-item.slick-slide{
    margin: 0 !important;
}

@media screen and (max-width: 1600px) {
    .nb-checkout-progress-bar-1 {
        padding: 10px 0;
    }
}

@media screen and (max-width: 768px) {

    .nb-checkout-progress-bar-1 {
        position: fixed;
        padding: 10px 0;
        background-color: var(--nb-color-white);
        box-shadow: 0 -4px 8px 0 #00000014;
        bottom: 0;
        left: 0;
        width: 100%;
        z-index: 10000;
    }

    .nb-checkout-progress-bar-1 .nb-step-basket .nb-step-title{
        line-height: 1;
    }

    .nb-step-basket .nb-step-number{
        margin-bottom: 5px;
    }

}
