/** Shopify CDN: Minification failed

Line 8:25 Unexpected "{"
Line 8:33 Expected ":"
Line 8:38 Unexpected "{"

**/
.main-section-container-{{section.id}}{
    background:rgb(237, 255, 242);
  
    }
    .round_item {
    width: 30px;
    aspect-ratio: 1;
    height: 30px;
    border: 3.21px solid #ABABAB;
    border-radius: 50%;
    background-color: #FFFFFF;
    }
    .progress_items {
    display: flex;
    align-items: center;
    }
    .progress_bar_checkout .line_item {
    height: 0;
    border: 1.5px solid #ABABAB;
    width: 100%;
    max-width: 257px;
    }
    .progress_bar_checkout *:empty {
    display: unset;
    }
    .progress_text p {
    font-family: DRLCircular-Bold;
    font-size: 16px;
    
    color: #ABABAB;
    font-weight: 700;
    line-height: 19.68px;
    text-align: left;
    margin-top: 14px;
    text-transform: capitalize;
}
.progress_elements.active .progress_text p {
    color: #004A45;
}
.progress_bar_checkout__inner {
    display: flex;
    width: 85%;
    justify-content: center;
    margin: auto;
    max-width: 1144px;
}
.progress_elements{
    width: 25%;
}
.progress_bar_checkout__inner .progress_elements:last-child{
    width: max-content;
}
.progress_elements.active .line_item{
    border-color:#2ECC71;
}
.progress_elements.active .round_item,.progress_elements.psedo-active{
    border: none;

}
.progress_elements.psedo-active .round_item{
    border-color:#2ECC71 ;
}
.progress_elements.active svg ,.progress_elements.psedo-active{
    display: block;
}
.progress_elements svg {
    display: none;
}

.progress_text p {
    width: max-content;
    transform: translateX(-20%);
}
.cart_display{
    display: none;
}

    
    @media screen and (max-width:750px) {
        .progress_elements.active svg {
            width: 16px;
            height: 16px;
        }
        .progress_bar_checkout .line_item{
            border: .5px solid #ABABAB;
        }
        .progress_text p{
            font-size: 12px;
            line-height: 14px;
        }
        .progress_text p{
            transform: translateX(-35%);
        }
    .progress_bar_checkout__inner{
        width: 80%;
    }
    .progress_bar_checkout__inner {
    width: 90%;
    
    transform: translateX(5%);
    }
    .round_item{
        width: 16px;
        height: 16px;
    } 


        
    }

    @media screen and (max-width:400px){
        .progress_bar_checkout__inner{
            width: 90%;
        }
    }