/* address modal styles */
#address_modal .modal-content, #deleteModal .modal-content{
    position: relative;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgb(0 0 0 / 50%);
    box-shadow: 0 3px 9px rgb(0 0 0 / 50%);
}
#address_modal .modal-header, #deleteModal .modal-header{
    min-height: 16.43px;
    padding: 15px;
    border: unset;
    display: inherit !important ;
}
/* #address_modal .modal-title{
    padding: 0 15px;
} */
#address_modal h4{
    font-size: 18px;
    position: relative;
    color: #000;
    margin-top: 0;
    margin-bottom: 10px;
    font-weight: 700;
}

/* #address_modal .modal-header .close{
    padding: 1rem;
    margin: -2rem -1rem -1rem auto;
} */
#address_modal button{
    transition: all .4s ease;
    outline: none;
    overflow: visible;
    font: inherit;
}

#address_modal .modal-header h3, #deleteModal h3{
    font: normal normal normal 35px/46px Poppins;
    line-height: .5;
    text-align: left;
    letter-spacing: 0;
    color: #111;
    opacity: 1;
    margin: 0;

}
#address_modal .modal-body, #deleteModal .modal-body{
    position: relative;
    padding: 15px 30px;
    /* padding: 15px !important; */
}
#address_modal .row:before{
    display: table;
    content: " ";
}
#address_modal p{
    font-size: 1.4rem;
    line-height: 1.6em;
}
#address_modal .modal-body p{
    padding: 0 15px;
    color: var(--main-color);
    position: relative;
}
#address_modal .modal-body p:before{
    content: "";
    position: absolute;
    width: 62%;
    height: 1px;
    background: #F2F2F2;
    top: 50%;
    transform: translateY(50%);
    right: 160px;
}

#address_modal .modal .form-row>.col, .modal .form-row>[class*=col-]{
    padding-right: 5px;
    padding-left: 5px;
}
#address_modal .btn_choose_sent {
    background: transparent;
    border: none;
    border-radius: 3px;
    font-size: 16px;
    line-height: 10px;
    padding: 14px 19px 14px 20px;
    text-align: left;
    display: inline-block;
    text-decoration: none;
    margin-right: 30px;
    transition: all .3s;
    height: auto;
    cursor: pointer;
    position: relative;
    outline: none;
    color: #666 !important;
    font-size: 14px !important;
}
.btn_choose_sent input:not(:checked){
    background-position: 20px;
}
.btn_choose_sent input:checked{
    background-position: 0 0 !important;
    -webkit-transition: background-position .2s .15s cubic-bezier(0, 0, .2, 1), -webkit-transform .25s cubic-bezier(0, 0, .2, 1);
}
.modal input, .modal select, .modal textarea{
    background-color: #F8F8F8 !important;
    border-radius: 8px !important;
    border: none !important;
}
#address_modal .btn_choose_sent input{
    position: absolute;
    right: -25px;
    z-index: 99;
    top: 4px;
    -webkit-appearance: none;
    display: block;
    margin: 10px 10px;
    width: 12px;
    height: 12px;
    border-radius: 12px;
    cursor: pointer;
    vertical-align: middle;
    background-color: hsla(0, 0%, 0%, .2);
    background-image: -webkit-radial-gradient(#FF9933 0%, #FF9933 15%, #FF9933 28%, #FF9933 70%);
    background-repeat: no-repeat;
    -webkit-transition: background-position .15s cubic-bezier(.8, 0, 1, 1), -webkit-transform .25s cubic-bezier(.8, 0, 1, 1);
    outline: none;
}
#address_modal .btn_choose_sent input:after{
    position: absolute;
    content: '';
    width: 15rem;
    left: 0;
    right: 0;
    height: 40px;
    top: -10px;
}
#address_modal .form-group{
    margin-bottom: 10px;
    display: flex;
    flex-wrap: wrap;
    /* margin-right: -5px; */
    /* margin-left: 0px; */
}
#address_modal .form-row{
    margin-right: -5px;
    margin-left: -5px;
}
#address_modal .form-control{
    font-size: 14px;
    padding: 0 20px;
    height: 50px;
    background-color: transparent;
    /* border: 1px solid #ddd; */
    border-radius: 0;
    box-shadow: 0 0 transparent;
    transition: all .4s ease;
    box-shadow: 0 0 0 #000;
}
#address_modal label{
    padding-bottom: 5px;
    font-size: 13px;
}
#address_modal .form-group>label{
    margin-bottom: 1.5rem;
    font-weight: 400;
    color: #000;
    line-height: 1em;
}
#address_modal textarea.form-control{
    height: auto;
    padding: 2rem;
    resize: none;
}
#address_modal .btn, #deleteModal .btn{
    color: #fff;
    border-radius: 3px;
    background: var(--main-color);
    border: var(--main-color);
}
#address_modal .btn-profile-secondary{
    background-color: #FF9933 !important;
    font-size: 16px;
    color: white;
    border: 1px solid #058057;
    height: 46px;
}

/* Delete Address */
#deleteModal .modal-title{
    font-size: 22px;
    padding: 0;
}
#deleteModal .modal-dialog{
    top: 30%;
}
#deleteModal .modal-header {
    padding-bottom: 0 !important;
}
#deleteModal .modal-header .close{
    padding: 1rem;
}
#deleteModal h3{
    margin: 0 !important;
    color: var(--sub-main-color);
}
#deleteModal .delete-div{
    font-size: 16px;
    margin-bottom: 20px;
}
#deleteModal .delete-address-modal-button {
    text-align: end !important;
}
#deleteModal .form-group{
    margin-bottom: 10px;
}
#deleteModal .modal-body button {
    font-size: 16px;
    font-weight: 700;
}
#deleteModal .modal-body button:hover{
    color: #FFF !important;
}
#deleteModal .btn-outline-success:hover{
    background-color: #058057;
}
#deleteModal  .btn-outline-danger:hover{
    background: #a94442;
}
