.matrix_bill_table button.form_option_edit {
    background-color: inherit;
    color: #000;
    font-weight: 500;
    border-bottom: 1px solid #000;
    padding: 0px;
}
.matrix_ship_table button.form_option_ship_edit {
    background-color: inherit;
    color: #000;
    font-weight: 500;
    border-bottom: 1px solid #000;
    padding: 0px;
}
.checkeddd {
    opacity: 0.5;
    pointer-events: none;
}
button.defalut_address {
    padding: 4px 3px;
    font-size: 10px;
    margin-right: 14px;
}
 button.defalt_addd_shipping {
    padding: 4px 3px;
    font-size: 10px;
    margin-right: 14px;
}
#matrix_billing_popup ::-webkit-scrollbar {
  width: 10px;
}

/* Track */
#matrix_billing_popup ::-webkit-scrollbar-track {
  background: #f1f1f1; 
   border-radius: 5px;
}
 
/* Handle */
#matrix_billing_popup ::-webkit-scrollbar-thumb {
  background: #b5b5b5; 
  width: 10px;
  border-radius: 5px;
}

/* Handle on hover */
#matrix_billing_popup ::-webkit-scrollbar-thumb:hover {
  background: #b5b5b5; 
  width: 10px;
}
#matrix_shipping_popup ::-webkit-scrollbar {
  width: 10px;
}

/* Track */
#matrix_shipping_popup ::-webkit-scrollbar-track {
  background: #f1f1f1; 
  border-radius: 5px;
}
 
/* Handle */
#matrix_shipping_popup ::-webkit-scrollbar-thumb {
  background: #b5b5b5; 
  width: 10px;
  border-radius: 5px;
}

/* Handle on hover */
#matrix_shipping_popup ::-webkit-scrollbar-thumb:hover {
  background: #b5b5b5; 
  width: 10px;
}
.matrix_billing_popup_class {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 99999; /* 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 */
}
.matrix_shipping_popup_class{
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 99999; /* 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 */
}

.matrix_billing_popup_body{overflow: hidden; position: relative;}
.matrix_billing_popup_body:after {
    position: absolute;
    background-color: rgba(255,255,255,0.5);
    content: "";
    width: 100%; height: 100%; left: 0; top: 0;
}
.matrix_shipping_popup_body{overflow: hidden; position: relative;}
.matrix_shipping_popup_body:after {
    position: absolute;
    background-color: rgba(255,255,255,0.5);
    content: "";
    width: 100%; height: 100%; left: 0; top: 0;
}
img.matrix_loader{
  position: fixed;
  top: 50%;
  left: 50%;
	 z-index: 999999999;
}
.matrix_close:hover, .matrix_close:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.matrix_close {
    font-size: 23px;
    font-weight: bold;
    position: absolute;
    right: 2%;
    top: 1%;
    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;
}
.matrix_modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    border: 1px solid #888;
    width: 40%;
    border-radius: 5px;
    padding: 37px 20px 80px 20px;
}
.select2-container{ z-index: 9999999; }

.woocommerce .select2-container{ z-index: 777; }

.matrix_bill_table td {
    padding: 0px;
    border:none;
}
.matrix_ship_table td {
    padding: 0px;
        border:none;
}
table.matrix_bill_table {
    width: 100%;
    border: none;
   
}
table.matrix_ship_table{
    width: 100%;
    border: none;
}
.matrix_bill_table tr {
    border: none;
}
.matrix_ship_table tr {
    border: none;
}
.cus_menu .shipping-button {
    width: 50%;
    float: left;
    display: inline-block;
}
.cus_menu .billling-button {
    width: 50%;
    float: left;
    display: inline-block;
}
.cus_menu {
    width: 100%;
    display: inline-block;
    float: left;
}
/*.matrix_bill_table tr:first-child {
    font-size: 23px;
}*/

select.matrix_select {
    width: 100%;
    margin-bottom: 5px;
}
.matrix_select_shipping{
width: 100%;
    margin-bottom: 5px;
}
h3.matrix_border {
    border: 4px solid red;
    padding: 10px;
    font-weight: bolder;
    text-align: center;
}
.matrix_table_ship {
    width: 50%;
    display: inline-block;
    float: left;
}
.matrix_table_bill {
    width: 50%;
    float: left;
    display: inline-block;
}
.matrix_table_custom {
    width: 100%;
    display: inline-block;
    float: left;
}
.form_option_billing, .form_option_shipping {
  display: inline-block;
  margin: 15px 0;
}
.matrix_inerror {
	border: 2px solid #dc3232 !important;
}

@media screen and (max-width: 767px){
  .matrix_modal-content {
      width: 96%;
  }
}

.billing_shipping_popup .form-row span.wpcf7-not-valid-tip {
  font-size: 14px;
  color: #FFFFFF;
  padding: 10px 15px;
  border: 2px solid transparent;
  background: #dc3232;
  width: 100%;
  line-height: 1;
  margin-top: 8px;
}

/*#matrix_gift_card_balance_popup .form-row div#gift_cart_balance_input-error{
  max-width: 290px;
  text-align: center;
}*/
#matrix_gift_card_balance_popup .form-row span.wpcf7-not-valid-tip {
  font-size: 14px;
  color: #dc3232;
  padding: 10px 15px;
  border: 2px solid transparent;
  background: transparent;
  width: 100%;
  line-height: 1;
  margin-top: 8px;  
}