
.checkoutProgress-col {
    width: 50%;
    padding: 0 26px;
    position: relative
}

.checkoutProgress-col:before {
    content: "";
    position: absolute;
    top: 24px;
    left: 0;
    width: 100%;
    height: 5px;
    background-color: #fff;
    transition: background-color .25s
}

.checkoutProgress-circleActive:before {
    background-color: #1d1d1b
}

@media (min-width: 1024px) {
    .checkoutProgress-col:before {
        top: 40px;
        height: 10px
    }
}

.checkoutProgress-circle {
    position: relative;
    width: 54px;
    height: 54px;
    border-radius: 50%;
    background-color: #fff;
    margin: 0 auto 12px;
    color: #1d1d1b;
    font-size: 22px;
    font-weight: 500;
    transition: background-color .25s, color .25s
}

.checkoutProgress-circle i,
.checkoutProgress-circle span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%)
}

.checkoutProgress-circle span {
    font-size: 1.125rem;
    font-family: franklin-gothic-condensed, sans-serif, -apple-system, BlinkMacSystemFont
}

@media (min-width: 1024px) {
    .checkoutProgress-circle {
        width: 90px;
        height: 90px;
        font-size: 36px;
        margin-bottom: 1.5px
    }

    .checkoutProgress-circle i {
        font-size: 2.25rem
    }

    .checkoutProgress-circle span {
        font-size: 1.875rem
    }
}

.checkoutProgress-circleActive .checkoutProgress-circle {
    background-color: #1d1d1b;
    color: #fff
}

.checkoutProgress-label {
    color: #1d1d1b;
    font-family: franklin-gothic-condensed, sans-serif, -apple-system, BlinkMacSystemFont;
    font-size: 1rem;
    font-weight: bold;
    letter-spacing: 1.5px;
    line-height: 1.5rem;
    text-transform: uppercase
}

@media (min-width: 1024px) {
    .checkoutProgress-label {
        font-size: 1.5rem;
        line-height: 2em;
    }
}

.button-root.alert__box__confirmBtn {
    align-items: center;
    background-color: transparent;
    color: #fff;
    display: inline-flex;
    font-size: 1rem;
    font-weight: bold;
    justify-content: center;
    letter-spacing: 1px;
    padding: 13px 32px;
    min-width: 160px;
    text-align: center;
    text-transform: uppercase;
    transition: background-color .25s, color .25s
}

@media (min-width: 991px) {
    .button-root.alert__box__confirmBtn {
        padding: 13px 48px
    }
}

.button-ghost.alert__box__confirmBtn {
    color: #1d1d1b;
    background-color: #fff;
    border: 1px solid #1d1d1b
}

.button-ghost.alert__box__confirmBtn:hover {
    color: #fff;
    background-color: #fe6b00;
    border-color: #fe6b00
}

.button-root.alert__box__confirmBtn:disabled {
    background: #777;
    color: #e8e8e8
}

@media (min-width: 768px) {
    .button-root.alert__box__confirmBtn {
        max-width: 350px
    }
}

.popup .con {
    max-width: 926px;
    max-height: 614px;
    background-color: #fff;
    position: relative;
    width: 75%;
    height: auto;
    justify-content: flex-start;
    align-items: center;
    padding: 70px 30px 60px 30px;
    flex-direction: column;
    text-align: center;
}

.popup .checkoutProgress-label {
    width: 100%;
    text-align: center;
    display: block;
    font-size: 1.875rem;
    margin-top: 1em;
    line-height: 1.5em;
}

.popup .checkoutProgress-col {
    width: 60%;
    margin-bottom: 2rem;
}

.popup .con p {
    line-height: 2em;
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 2rem;
    color: #000;
}

.popup .popup-close {
    position: absolute;
    right: 2rem;
    top: 2rem;
    font-size: 2rem;
}

@media (max-width: 767px) {
    .checkoutShipping-root .container {
        max-width: 540px;
    }

    .product-box {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .popup .con {
        width: 90%;
        padding: 35px 20px 30px 20px;
    }

    .popup .checkoutProgress-col {
        width: 100%;
    }

    .popup .popup-close {
        top: 1rem;
        right: 1rem;
    }
}

@media (max-width: 320px) {
    .popup {
        align-items: flex-start;
        padding-top: 2rem;
    }

    .popup .checkoutProgress-col {
        margin-bottom: 1rem;
    }

    .popup .checkoutProgress-label {
        font-size: 1.5rem;
        margin-top: .5em;
    }

    .popup .con p {
        margin-bottom: 1rem;
    }

    .popup .con p {
        font-size: 1rem;
    }
}