.bundles-list .cst-product-price{
    display:none;
}

.cst-steps{
    margin-top:20px;
    padding:20px 40px;
    background:transparent;
}

.cst-step-number,
.cst-step-number-filled{
    background-color:var(--dialog-button-bg);
    color:var(--button-text-color);
    border-radius:50%;
    width:55px;
    height:50px;
    padding:10px;
    margin:10px;
    border: 5px solid transparent;
}
.cst-step-number-filled{
    background-color:var(--focus-color);
    color:var(--secondary-text-color);
}

.cst-step-number.current_step {
    font-weight: bold;
    border: 3px solid var(--focus-color);
}

/* Bundle edit */

.bundle-step-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    margin-top: 50px;
    background-color:var(--dialog-bg-color);
    padding: 12px;
    border-radius: 200px;
    box-shadow: 0 0 10px #0003;
}

.bundle-step-indicator {
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 33.34%;
    max-width: 33.34%;
    position: relative;
}

.bfr {
    position: absolute;
    background:var(--step-line-color);
    top: calc(50% - 1px);
    left: 0;
    right: calc(50% + 29px);
    height:2px;
    transition: background-color .4s ease-out;
}

.aft {
    position: absolute;
    background: var(--step-line-color);
    top: calc(50% - 1px);
    top: calc(50% - 1px);
    left: calc(50% + 29px);
    right: 0;
    height: 2px;
    transition: background-color .4s ease-out;
}

html.rtl .bfr {
    right: 0;
    left: calc(50% + 29px);
}

html.rtl .aft {
    right: calc(50% + 29px);
    left: 0;
}

.step-number {
    color:var(--step-text-color);
    font-weight: bold;
    background:var(--dialog-bg-color);
    border:4px solid var(--current-step-border-color);
    position: absolute;
    left: 50%;
    top: 0;
    height: 60px;
    width: 60px;
    transform: translateX(-50%);
    border-radius: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.current-bundle-step .step-number {
    color:var(--current-step-text-color);
    border-color:var(--current-step-border-color);
    background:var(--current-step-bg-color) !important;
}

@keyframes bundle-step-blink {
    0% {
        opacity: 1;
    }
    50% {
        opacity: .5;
    }
    100% {
        opacity: 1;
    }
}

.current-bundle-step.first-time-edit .step-number {
    animation: bundle-step-blink 2s ease-in-out infinite;
}

.completed-bundle-step:not(.current-bundle-step) .step-number {
    /* background:var(--checkbox-checkmark-color) var(--bg-icon-bundle-step-checked) no-repeat center / contain; */
    color:transparent;
    background:var(--checkbox-bg-color);

}

.completed-bundle-step .bfr,
.completed-bundle-step .aft,
.current-bundle-step .bfr {
    background-color: var(--step-line-color);
}

.bundle-step-names {
    display: flex;
    align-items: flex-start;
    justify-content: space-evenly;
}

.bundle-step-names > div {
    box-sizing: border-box;
    padding: 10px;
    text-align: center;
}

.bundle-step-names > div {
    color: transparent;
}

.bundle-step-names > .current-bundle-step {
    color: var(--bundle-step-focus-text-color);
}

.bundle-step-names > .completed-bundle-step:not(.current-bundle-step) {
    color: var(--completed-bundle-step-bg-color);
}

.bundle-step-names .de-icon-edit-alt{
    display: none;
}

.bundle-step-names .completed-bundle-step:not(.current-bundle-step) .de-icon-edit-alt,
.bundle-step-wrapper .edit-cart-item:not(.current-page) .edit-cart-item {
    display: flex;
}

.bundle-step-title {
    font-weight: bold;
}

.first-time-edit .bundle-step-title{
    font-size: 130%;
    line-height: 1;
}

.bundle-step-description {
    margin-bottom: 5px;
    font-size: 70%;
    margin-top: 4px;
    line-height: 1.15;
}

.first-time-edit .bundle-step-description {
    font-weight: bold;
    font-size: 80%;
}

.completed-bundle-step:not(.current-bundle-step).edit-cart-item .bundle-step-description,
.cst-addon-progress-title:not(.current-page) .bundle-step-description{
    display: none;
}

.bundle-steps{
    margin-top:50px;
    border-radius:100px;
    padding:15px 70px;
    font-size:30px;
    background-color:var(--bundle-step-wrapper-bg-color);
}
.bundle-steps.cst-addon-progress{
    margin:20px 25px;
    width:calc(100% - 50px);
    margin-bottom:100px;
}

.handicapped .bundle-steps.cst-addon-progress {
    zoom:.7;
}

.bundle-steps.cst-addon-progress::before{
    top:43px;
    z-index:1;
    border-width:3px;
}
.bundle-step .bundle-step-details{
    position:absolute;
    top:95px;
    text-align:center;
    color:var(--bundle-step-text-color);
}

.bundle-step .edit-step{
    display:none;
    width:100%;
    min-width:110px;
}

.bundle-step .cst-addon-progress-title,
.bundle-step .step-description{
    font-size:20px;
}
.bundle-step .cst-addon-progress-title{
    min-width:150px;
    font-weight:bold;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
    color:inherit;
    text-transform:uppercase;
    margin:5px auto;
    margin-bottom:2px;
}

.bundle-step.checked .bundle-step-details{
    color:var(--bundle-step-completed-text-color);
    text-align:center;
}
.bundle-step.checked .edit-step{
    display:flex;
}
.bundle-step.checked .step-description{
    display:none;
}
.bundle-step .cst-addon-progress-step{
    z-index:2;
    width:60px;
    height:60px;
}
.bundle-step .step-description{
    line-height:1.1;
    height:60px;
    max-width:150px;
    overflow:hidden;
    text-overflow:ellipsis;
}
.bundle-step.current-page .bundle-step-details{
    color:var(--bundle-step-focus-text-color);
}
