.form-control{
    font-size: 14px;
}

/*otp*/

.subbutton{
    font-size:14px;
    margin-top:30px;
    
}

.forminput{
    line-height: 60px;
 
}

.forminput{
    margin-bottom: 20px;
    margin-bottom: 20px;
   
 
}

/*
home badge

*/

.ps-badge i{color: #fff;}

.offbadge{
    color: #ff7200
}


/*spinner loader*/




.overlay{
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 99999;

    background: rgba(255,255,255,0.8) center no-repeat;
}
/* Turn off scrollbar when body element has the loading class */
body.loading{
    overflow: hidden;   
}
/* Make spinner image visible when body element has the loading class */
body.loading .overlay{
    display: block;
}

/* Modal*/
.modalradio{
   padding-left: 140px;
}

/* customer orders*/

.customer .orders{
    width: 100%;
    font-size: 14px;
}
.customer .orders .single{
    width: 100%;
    border: 1px solid rgb(185, 185, 185);
    margin-bottom: 30px;
    display: flex;
    padding: 10px 10px;
    justify-content: space-between;
}

.customer .orders .single .image{
    padding: 10px 10px;
}

.customer .orders .single .matter{
    padding: 10px 10px;
}

.customer .orders .singleitem{
    width: 100%;
    border: 1px solid rgb(185, 185, 185);
    margin-bottom: 30px;
    display: flex;
    padding: 10px 10px;
   
}

.customer .orders .singleitem .status{
    margin-left: 30px;

   
}




.customer .orders .singleaddress{
    width: 100%;
    border: 1px solid rgb(185, 185, 185);
    margin-bottom: 30px;
    display: flex;
    padding: 10px 10px;
    flex-direction: column;
    
}


.editprofile .input-group{
    margin-top: 20px;
}


/* modal view product */

.dddmodal{
    z-index:10000000;
    
}

/*Cart page*/

.dlvrymsg{
    text-align: center;
    margin-top: 5px;
    color: #579605;
}

.succesmsg{

    color: #55bb02 ;
}

.combutton{
    font-size:14px;
    margin-top:30px;
    height: 30px;
}

