.address_divs{
    margin: 10px 50px;
}
.userscontacts{
    
height: auto;
/* top: 416px; */
/* left: 76px; */
gap: 0px;
border-radius: 5px;
border: 1px 0px 0px 0px;
opacity: 0px;
/* border: 1px solid #E8E8E8; */
/* display: flex; */
/* align-items: center; */
padding: 12px;
/* display: none; */

}
.usersaddress{
    height: auto;
top: 416px;
left: 80px;
gap: 0px;
border-radius: 5px;
border: 1px 0px 0px 0px;
opacity: 0px;
border: 1px solid #E8E8E8;
/* display: flex; */
/* align-items: center; */
padding: 12px;

}
.consinputs>input:focus{
   box-shadow: none;
   border-color: #E8E8E8;
}
.delivery_div{
    width: 100%;
height: auto;
top: 502px;
left: 60px;
gap: 0px;
border-radius: 5px;
border: 1px 0px 0px 0px;
opacity: 0px;
border: 1px solid #E8E8E8;
padding: 12px;
}
.dsv{
    background-color:#B117BDB2;
    width: 138px;
height: 46px;
border:none;

}
.dsv:hover{
    background-color:#B117BDB2;
    width: 138px;
height: 46px;
border:none;

}

.right-div{
/* border: 2px solid #db7777; */
height: 260px;
gap: 0px;
border-radius: 5px;
border: 2px;
opacity: 0px;
padding: 16px;
margin: 0 50px;
/* background-color: blue; */
}
.right-div>.userpayment_confirm{
    border: 1px solid #E8E8E8;

}
.userpayment-details{
    border: 1px solid #E8E8E8;
    height: auto;
    width: 100%;
    padding: 10px;
    border-radius: 5px;


}
input[type="radio"]:checked{
    background-color: #B117BDB2;
    border-color: #B117BDB2;
}
input[type="checkbox"]:checked{
    background-color: #B117BDB2;
    border-color: #B117BDB2;
}
.address-option {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.address-option input[type="radio"] {
    margin-right: 10px;
}

.address-option label {
    margin: 0;
}

.address-details {
    margin-left: 25px;
    color: gray;
}
.addresspages{
height:1000px;}

.add-address-btn {
    display: inline-block;
    padding: 10px 20px;
    background-color: #d55bcb;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
}