.h-55{
    height: 55%!important;    
}

.ml-40{
        margin-left: 40px;
}
.ml-30{
        margin-left: 30px;
}
.ml-20{
        margin-left: 20px;
}
.ml-10{
        margin-left: 10px;
}



.mr-40{
        margin-right: 40px;
}
.mr-30{
        margin-right: 30px;
}
.mr-20{
        margin-right: 20px;
}
.mr-10{
        margin-right: 10px;
}
#already_registered,#failed_otp{
    display:none;
}

.cart_bottom{
    padding-right: 5px;
    padding-left: 5px;
    padding-bottom: 10px;
    background: antiquewhite;
    font-weight: 500;
}
.cart_bottom span{
    float: right;
}
.footer{
    position: fixed;
    z-index: 999999999;
    width: -webkit-fill-available;
    bottom: 0;
}
.vh-150{
    /*margin-bottom: 80px !important;*/
    height: 150vh!important;
}
.homepage {
    margin-bottom: 80px !important;
    
}

.canvas_close_btn{
    float: right;
    background: #ff5921;
    color: white;
    border-radius: 40px;
    padding: 2px;
}


.payment_btn{
    font-size: 14px;
    padding: 15px 15px;
    margin-top: -120px;
    position: absolute;
    bottom: 0;
    z-index: 99;
}
.delivery_addr_Select_canvas{
        margin-bottom: 80px;
}

.pt-3,.py-3{
    background: white;
}

.itemCard{
    border: 1px solid #e5e5e5;
    width: 162px;
    padding: 5px;
    border-radius: 10px;
    margin-left: 10px;
}

.cartbadge{
    position: absolute;top: 30px;
}

