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

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

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

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

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

@media screen and (max-width: 992px) {
    .nb-checkout-progress-bar-2 .slick-list{
        padding-bottom: 15px;
    }
    .nb-checkout-progress-bar-2 .slick-track{
        background: var(--nb-step-basket-step-2-box-bg);
    }
}

@media screen and (max-width: 768px) {
    /*.nb-checkout-progress-bar-2 {*/
    /*    position: fixed;*/
    /*    top: 0;*/
    /*    left: 0;*/
    /*    width: 100%;*/
    /*    z-index: 10000;*/
    /*}*/

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

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