/* STEPPER */
.fixed-top {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
}

.stepper-container {
    display: flex;
    justify-content: space-between;
    background-color: #fff;
    padding: 10px 15px;
    border-bottom: 1px solid #F0F0F0;
}

.stepper {
    text-align: center;
}

.stepper .stepper-icon {
}

.stepper .stepper-line {
    margin-top: -10px;
}


.stepper .stepper-title {
    font-size: 12px;
    font-weight: 400;
    color: #ccc;
}

.stepper .stepper-title.active {
    color: #000;
}


/* COUPON */
.leavepop_all {
    background: #fff;
    border-radius: 10px;
    padding-bottom: 0px;
    padding: 0px;
    overflow: hidden;
    background-image: url(../../images/checkout/checkout-product-cart.webp);
    background-size: 50%;
    background-position: left;
    background-repeat: no-repeat;
}

@media screen and (max-width: 480px){
    .leavepop_all{
        background-image: none !important;
    }
}

.partZero {
    width: 100%;
    float: left;
    background: #000;
    padding: 10px 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.partZeroMob {
    display: none;
}

.partZero h2 {
    font-size: 32px;
    font-weight: 700;
    line-height: 48px;
    text-align: left;
    color: #fff;
    margin: 0 auto; 
    text-align: center;
    flex: 1;
}

.partZero h2 span {
    color: #FFD933;
}

.partOne {
    width: 50%;
    float: left;

}

.partOne .desktop-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.partOne .mobile-image {
    display: none;
}

.partTwo {
    width: 50%;
    float: right;
    background: #FFD933;
    padding: 2rem;
}


.innrPrt {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

#innerA1 {
    font-size: 40px;
    font-weight: 700;
    line-height: 51px;
    color: #000;
    margin-top: 0;
}

#innerA2 {
    font-size: 28px;
    line-height: 1.4;
    margin-top: 0;
    font-weight: 500;
    color: #000;
}
#innerA2 span {
    font-weight:700
}
#innerE1 #timeCount {
    font-family: 'Poppins', sans-serif;
    font-size: 48px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    margin: 1rem 0;
}

.partTwo p {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    margin-top: 15px;
}
.partTwo span {
    font-weight: 700;
}
.innerButton_all {
    border: 1px solid #008824;
    box-shadow: 0px 4px 4px 0px #1B16004D;
    background: #00AF2E;
    height: 54px;
    border-radius: 8px;
    font-weight: 800;
    padding: 9px 0;
    color: #fff;
    font-size: 19px;
    font-weight: bold;
    text-align: center;
    width: 100%;
}
.innerButton_all:hover { 
    background: #000;
    border: 1px solid #000;
    color: #fff;
}
.leaveX_all {
    background: #fff;
    border: 1px solid #000;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    cursor: pointer;
    font-weight:800;
    margin-left: auto;
}

@media (max-width:900px) {
    .leavepop_all {
        height: 500px;
    }

    .partOne img {
        width: 87%;
    }

    .leaveX_all {
        right: 0px;
        top: 0px;
        width: 30px;
        height: 30px;
        font-size: 20px;
    }
}

@media (max-width:768px) {
    .leavepop_all {
        height: 400px;
    }

    .innrPrt {
        padding: 0;
        margin: 0;
    }


    .partOne {
        width: 50%;
        min-height: initial;
    }

    .partOne img {
        width: 100%;
        height: inherit;
    }

    .partTwo {
        width: 100% !important;
        min-height: initial;
        padding: 0;
        margin-bottom: 0 !important;
    }

    .partZeroMob {
        display: block;
        /*padding-top: 15px;*/
    }

    .partZero h2 {
        font-size: 22px;
        line-height: 30px;
        padding: 0;
    }

    #innerA1 {
        font-size: 20px;
        line-height: 30px;
        padding: 0 10px 5px 10px;
    }

    #innerA2 {
        font-size: 16px;
        line-height: 27px;
        padding-right: 5px;
    }

    #innerE1 #timeCount {
        font-size: 35px;
        line-height: 45px;
    }

    .partTwo p {
        font-size: 16px;
        line-height: 24px;
        margin-top: 0;
    }

    .innerButton_all {
        font-size: 20px;
        width: 300px;
        height: 51px;
    }

    #leavePop2 {
        height: initial;
        padding-bottom: 25px;
    }

    #innerB1 {
        font-size: 49px;
        line-height: 31px;
        padding-top: 35px;
    }

    #innerB2 {
        font-size: 18px;
        font-weight: 400;
        line-height: 29px;
        padding: 25px 25px 10px 25px;
    }

    .leaveX_all {
        margin-right: 0;
        padding-right: 5px;
        right: -15px;
        top: -15px;
        width: 40px;
        height: 40px;
    }


}
    
    @media (max-width: 480px) {
        .leavepop_all {
            width: 90%;
            max-width: 400px;
            height: auto;
        }
        .partOne {
            width: 100%;
            height: auto;
        }
        .partOne .desktop-image {
            display: none;
        }
        .partOne .mobile-image {
            display: block;
            width: 100%;
            height: auto;
        }
        .partTwo {
            width: 100% !important;
            padding: 1.5rem;
        }
        .partZero h2 {
            font-size: 18px;
            margin-top: 0px;
        }
        #innerA1 {
            font-size: 24px;
        }
        #innerA2 {
            font-size: 18px;
        }
        #innerE1 #timeCount {
            font-size: 40px;
        }
        .innerButton_all {
            font-size: 16px;
        }
    }
.stepper-popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
}