
.addAdressBtn{
    width: 161px;
height: 41px ;
background: -webkit-gradient(linear, left top, left bottom, from(#FF6738), to(#FF3A00));
background: -o-linear-gradient(top, #FF6738 0%, #FF3A00 100%);
background: linear-gradient(180deg, #FF6738 0%, #FF3A00 100%);
border-radius: 6px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
    -ms-flex-pack: center;
        justify-content: center;
-webkit-box-align: center;
    -ms-flex-align: center;
        align-items: center;
font-size: 16px;
color: white !important;
margin-left: auto;
font-family: Gilroy-SemiBold ;
cursor: pointer;
}

.mainAddressDiv{
    margin-top: 30px;

}

.addressCard{
    border-radius: 10px;
    border: none;
    background: #F8F8F8 !important;
}
.card{
    padding: 0px 7px !important;
}

.addressuser{
    font-size: 25px;
line-height: 29px;
font-weight: 600;
color: #1D1D1D;
font-family: Gilroy-SemiBold;
margin-bottom: -7px;
}
.addressTypeBtn{
    color: #FF3A00 !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
background: rgba(255, 58, 0, 0.22);
border-radius: 50px;
height: 30px;
width: 85px;
font-size: 15px; 
font-weight: 400;
margin-left: 15px;
font-family: Gilroy-SemiBold;
cursor: context-menu;
}

.defaultbtn{
    color: white !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: -webkit-gradient(linear, left top, left bottom, from(#FF6738), to(#FF3A00));
    background: -o-linear-gradient(top, #FF6738 0%, #FF3A00 100%);
    background: linear-gradient(180deg, #FF6738 0%, #FF3A00 100%);
border-radius: 50px;
height: 30px;
width: 100px;
font-size: 15px; 
margin-left: 15px;
font-family: Gilroy-SemiBold;
cursor: context-menu;
}

.addresedBtn{
    color: #FF3A00 !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: rgba(255, 58, 0, 0.22);
    border-radius: 50%;
    height: 34px;
    width: 34px;
    margin-left: 5px;
    margin-top: -3px;
    font-size: 14px;
}

.addressSpan{
font-size: 15px;
line-height: 0px;
font-family: Gilroy-Regular;
color: #4D4D4D;
}
.addressNumberDiv{
 
    margin-top: 8px;
}
.adnumbespan{
    font-family: Gilroy-SemiBold;
    font-size: 16px;
line-height: 19px;
margin-left: 5px;
color: #696969;

}


/* ****************************************address Delete  model ********************************* */


.adDeModal{
    max-width: 350px;
height: 437px;
overflow: hidden;
}

.addressDeleteModal{
    padding-right: 17px !important;
    padding-left: 17px !important;

}
.addressDeleteModal::-webkit-scrollbar
{
  

    display: none;
}

.addressDeleteModal .modal-content{
    border-radius: 20px !important;
    padding: 40px 20px 20px 20px;
  text-align: center;
  height: 400px;
}


.addModalTitle{
    font-size: 24px;
    font-weight: bold; 
      color: #161616;
      font-family: Gilroy-Bold;
}
.addAppName{
    background: -webkit-linear-gradient(180deg, #FF6738 0%, #FF3A00 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 70px !important;
    margin: 20px 0px; 
    
}

.adddis{
    font-size: 20px;
line-height: 19px;
text-align: center;
margin: 10px 5px; 
color: #959595;
font-family: Gilroy-Regular;
}

.addressDeleteBtn{
    margin-top: 30px !important;
    background: -webkit-gradient(linear, left top, left bottom, from(#FF6738), to(#FF3A00));
    background: -o-linear-gradient(top, #FF6738 0%, #FF3A00 100%);
    background: linear-gradient(180deg, #FF6738 0%, #FF3A00 100%);
    color: #FFFFFF !important;
    font-family: Gilroy-SemiBold;
}


.add2Btn{
    
    border-radius: 5px;
    height: 38px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 14px;
    
    margin: 10px 0px;
    }

.addCancelBtn{
    background: #F4F4F4 !important;
    font-family: Gilroy-SemiBold;
    color: #535353!important;
}


/* **************************************** changes ************************************* */

.phoneRote{
    color: #FF3A00;  transform: rotate(-270deg);
}
@media only screen and (max-width: 900px) {
    .mainTitlediv{
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
            -ms-flex-direction: row !important;
                flex-direction: row !important;
    }
    .addAdressBtn{
        width: 120px;
    height: 41px ;
    margin-right: 0px;
   }
   .addressuser{
    font-size: 20px;
}
.addressSpan{
    font-size: 14px;
}

.defaultbtn{
    width: 80px;
    font-size: 13px;
}
.addressTypeBtn{
    width: 70px;
    font-size: 13px;
}
}
@media only screen and (max-width: 600px) {
.itemName{
    font-size: 17px !important;
}
.addressDeleteModal .modal-dialog-centered { 
    margin: auto;
  }  
}

@media only screen and (max-width: 500px) {
    .mainAddressDiv{
        margin-right: 7px !important;
    }
 
    .card{
        padding: 15px 15px !important;
    }
    .card-body{
        padding: 0px !important;
    }
}