button.form_option {
    width: 36%;
    font-size: 12px;
}

button.form_option_edit {
    background-color: inherit;
    color: #8f8f8f;
    text-decoration: underline;
    font-weight: 500;
    /*border-bottom: 1px solid #000;*/
    padding: 0px;
    font-size: 15px;
    padding-right: 10px;
    border-style: none;
    margin-top: 20px;
}
button.form_option_ship_edit {
    background-color: inherit;
    text-decoration: underline;
    color: #8f8f8f;
    font-size: 15px;
    font-weight: 500;
    /*border-bottom: 1px solid #000;*/
    padding: 0px;
    padding-right: 10px;
    border-style: none;
    margin-top: 20px;
}
#ocwma_billing_popup ::-webkit-scrollbar {
  width: 10px;
}

/* Track */
#ocwma_billing_popup ::-webkit-scrollbar-track {
  background: #f1f1f1; 
   border-radius: 5px;
}
 
/* Handle */
#ocwma_billing_popup ::-webkit-scrollbar-thumb {
  background: #b5b5b5; 
  width: 10px;
  border-radius: 5px;
}

/* Handle on hover */
#ocwma_billing_popup ::-webkit-scrollbar-thumb:hover {
  background: #b5b5b5; 
  width: 10px;
}
#ocwma_shipping_popup ::-webkit-scrollbar {
  width: 10px;
}

/* Track */
#ocwma_shipping_popup ::-webkit-scrollbar-track {
  background: #f1f1f1; 
   border-radius: 5px;
}
 
/* Handle */
#ocwma_shipping_popup ::-webkit-scrollbar-thumb {
  background: #b5b5b5; 
  width: 10px;
  border-radius: 5px;
}

/* Handle on hover */
#ocwma_shipping_popup ::-webkit-scrollbar-thumb:hover {
  background: #b5b5b5; 
  width: 10px;
}
.ocwma_billing_popup_class {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 999999; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}
.ocwma_shipping_popup_class{
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 999999; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

.ocwma_billing_popup_body{overflow: hidden; position: relative;}
.ocwma_billing_popup_body:after {
    position: absolute;
    background-color: rgba(255,255,255,0.5);
    content: "";
    width: 100%; height: 100%; left: 0; top: 0;
}
.ocwma_shipping_popup_body{overflow: hidden; position: relative;}
.ocwma_shipping_popup_body:after {
    position: absolute;
    background-color: rgba(255,255,255,0.5);
    content: "";
    width: 100%; height: 100%; left: 0; top: 0;
}
img.ocma_loader{
    position: fixed;
    top: 50%;
    left: 50%;
	 z-index: 999999999;
}
.ocwma_close:hover, .ocwma_close:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.ocwma_close {
   font-size: 23px;
    font-weight: bold;
    position: absolute;
    right: 415px;
    top: 105px;
    height: 25px;
    line-height: 26px;
    width: 25px;
    vertical-align: middle;
    background-color: #000;
    text-align: center;
    color: #fff;
    z-index: 9999999;
    border-radius: 50%;
    font-family: arial;
}
.ocwma_modal-content {
    background-color: #fefefe;
    margin: auto;
    border: 1px solid #888;
    width: 40%;
    border-radius: 5px;
  /*  padding: 10px 0px 20px 20px;*/
    padding: 37px 20px 80px 20px;
}
.select2-container{ z-index: 9999999; }

.woocommerce .select2-container{ z-index: 777; }

.ocwma_bill_table td {
    padding: 0px;
    border:none;
}
.ocwma_ship_table td {
    padding: 0px;
        border:none;
}
table.ocwma_bill_table {
    width: 100%;
    border: none;
   
}
table.ocwma_ship_table{
    width: 100%;
    border: none;
}
.ocwma_bill_table tr {
    border: none;
}
.ocwma_ship_table tr {
    border: none;
}
.shipping-button {
    width: 50%;
    float: left;
    display: inline-block;
}
.billling-button {
    width: 50%;
    float: left;
    display: inline-block;
}
.cus_menu {
    width: 100%;
    display: inline-block;
    float: left;
}
/*.ocwma_bill_table tr:first-child {
    font-size: 23px;
}*/

select.ocwma_select {
    width: 100%;
    margin-bottom: 5px;
}
.ocwma_select_shipping{
width: 100%;
    margin-bottom: 5px;
}
h3.ocwma_border {
    border: 4px solid red;
    padding: 10px;
    font-weight: bolder;
    text-align: center;
}
.ocwma_table_ship {
    width: 50%;
    display: inline-block;
    float: left;
}
.ocwma_table_bill {
    width: 50%;
    float: left;
    display: inline-block;
}
.ocwma_table_custom {
    width: 100%;
    display: inline-block;
    float: left;
}

@media screen and (max-width: 767px){
.ocwma_modal-content {
    width: 96%;
}
.ocwma_close {
    right: 0px;
    top: 88px;
  }
}

#ocwma_shipping_popup p#shipping_company_field{
  display: none;
}

#ocwma_shipping_popup p.form-row, #ocwma_billing_popup p.form-row{
    padding-top: 10px;
    padding-bottom: 10px;
}

#ocwma_shipping_popup select#shipping_country, #ocwma_billing_popup select#billing_country {
    width: 100%!important;
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
}

#ocwma_shipping_popup button.button.save_address, #ocwma_billing_popup button.button.save_address{
    background-color: #a46497;
    color: #fff;
    border-style: none;
    padding: 5px;
}

#ocwma_shipping_popup p.form-row label, #ocwma_billing_popup p.form-row label {
    display: block;
}

#ocwma_shipping_popup input#shipping_phone, #ocwma_billing_popup input#billing_phone{
  width: 100%!important;
}


.add_new_addresss_link {
    color: white;
    text-decoration: none;
    background-color: #a46497;

}

.ocwma_table_ship {
    position: relative;
    float: right;
    left: 18px;
}

.add_new_addresss_link:hover {
    color: white;
    text-decoration: none;
}

.ocwma_table_bill p, .ocwma_table_ship p {
  line-height: 0px !important;
}

.add_multi_address {
    max-width: max-content;
    border-style: none;
    padding: 10px;
    background: #a46497;
}

.add_multi_address {
    margin-top: 13px;
    margin-bottom: 18px;
}

