button.form_option {
  width: 36%;
  font-size: 12px;
}

/* .additional-address-actions{
	display: flex;
	flex-direction: row-reverse;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: baseline;
	align-content: stretch;
    margin-bottom: 10px;
} */

button.form_option_edit,
.form_option_ship_edit {
  background-color: inherit;
  color: #2f2f2f;
  border: none;
  border-bottom: 1px solid #000;
  padding: 0px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.additional-address-actions a {
  float: right;
}
.additional-address-actions::after {
  clear: both;
}
/* button.form_option_ship_edit {
    background-color: inherit;
    color: #000;
    font-weight: 500;
    border-bottom: 1px solid #000;
    padding: 0px;
} */
#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: 0;
  top: 0;
  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 {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  border: 1px solid #888;
  width: 60%;
  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;
}
.billling-button {
  width: 48%;
  float: left;
}
.shipping-button {
  width: 48%;
  float: right;
}
.cus_menu {
  width: 100%;
}
.cus_menu:after {
  content: "";
  clear: both;
}
.cus_menu button {
  border: none;
}
/*.ocwma_bill_table tr:first-child {
    font-size: 23px;
}*/

select.ocwma_select,.ocwma_select_shipping {
  width: 100%;
  padding: 0 10px;
  height: 38px;
  margin-bottom: 5px;
  border-radius: 0;
  border-color: #DFDFDF;
  color: #425141;
  background-color: #ffffff;
  background-image: url('../images/productos-flecha.png');
  background-repeat: no-repeat;
  background-position: center right;
}
h3.ocwma_border {
  border: 4px solid red;
  padding: 10px;
  font-weight: bolder;
  text-align: center;
}
.ocwma_table_ship,
.ocwma_table_bill {
  width: 48%;
}
.ocwma_table_bill {
  float: left;
}
.ocwma_table_ship {
  float: right;
}
.ocwma_table_custom {
  width: 100%;
  overflow: hidden;
}
.ocwma_table_custom h5 {
  color: #ed8c20;
}
#multiple_address_billing_country_field {
  min-height: 63px;
}

.ocwma_modal-content button{
 background-color: #ed8c20;
 color: #ffffff;
 border: none;
 padding: 10px 15px;
 font-size: 16px;
 border: 1px solid #ffffff;
}

.ocwma_modal-content button:hover{
  background-color: #ffffff;
  color: #ed8c20;
  border: 1px solid #ed8c20;
 }
 
 .multiple-address-checkout.add-billing-button{
  padding: 3px;
  margin: 0 0 6px;
 }
 .multiple-address-checkout.add-billing-button button{
  background-color: #ed8c20;
  color: #ffffff;
  border: none;
  padding: 5px 7.5px;
  /* font-size: 16px; */
  border: 1px solid #ffffff;
 }
 .multiple-address-checkout.add-billing-button button:hover{
  background-color: #ffffff;
  color: #ed8c20;
  border: 1px solid #ed8c20;
 }
@media screen and (max-width: 767px) {
  .ocwma_modal-content {
    width: 96%;
  }
  /* .ocwma_close {
    right: 0px;
    top: 88px;
  } */

  .ocwma_table_ship,
  .ocwma_table_bill {
    width: 100%;
    float: none;
  }
}
