.action_buttons_style{
padding: 3px 8px;
display: inline-block;
font-size: 14px;
line-height: 24px;
font-weight: 600;
margin: 5px 5px 10px 0px;
border-radius: 3px;
width: 30%;
text-align: center;	
background-color: #96588a;
color: white;
}
.left{
float: left;
width: 50%;
}
.butondisplay{
background-color: #E24545 !important;
color: white !important;
border:2px solid !important;
border-color:#E24545 !important;
}
.butondisplay:hover
{
background-color: white !important;
color: #E24545 !important;
border:2px solid !important;
border-color:#E24545 !important;
}
.right{
float: left;
width: 50%;
}
.viewlables1{
color: black;
font-weight: 600;
font-size: 14px;
line-height: 24px;
margin-top: 10px;
display: block;
}
.table_back{
background: white;
border: 1px solid #0000001c;
vertical-align: top;
width: 47%;
padding: 15px;
margin: 0px 8px 15px;
border-radius: 5px;
display: inline-block;
-webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-ms-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}
.delcheck{
padding:0;
list-style: none;
margin: 0;
width: 100%;
}
.billing_edit{
padding:0;
list-style: none;
margin: 0;
width: 100%;
}
.table_back h5{
font-size: 12px;
line-height: 22px;
color: black;
font-weight: 600;
position: relative;
padding-left: 18px;
}
.table_back .default_billing_address_front,
.table_back .default_shipping_address_front {
position: absolute;
top: 4px;
left: 0;
cursor: pointer;
}
.load_more_styling{
border:2px solid !important;
padding: 3px 8px !important;
display: inline-block !important;
font-size: 14px !important;
line-height: 24px !important;
font-weight: 600 !important;
margin: 5px 5px 10px 0px !important;
border-radius: 3px !important;
text-align: center !important;
}
.address_title{
font-weight: 650;
margin-top: 2% !important;
}
.required{
color:red;
}
.message{
color: red;
}
.message_billing{
color:red;
}
@media only screen and (max-width: 480px){
.action_buttons_style {
padding: 3px 8px;
display: inline-block;
font-size: 14px;
line-height: 24px;
font-weight: 600;
margin: 5px 5px 10px 0px;
border-radius: 3px;
width: 46%;
text-align: center;
background-color: #96588a;
color: white;
box-sizing: border-box;
}
}