.card-group {
    display: flex;
}

.ms-box {
  width: 100% !important;
  height: 100% !important;
  padding: 0 !important;
}

.wc_payment_method > label > img {
  height: 2em !important;
}

/* input[type=text] {
  box-sizing: border-box !important;
  font-size: inherit !important;
  width: 100% !important;
  margin: 0px !important;
} */

select.form-control {
  font-size: inherit !important;
  padding: .6180469716em;

  /* border-style: solid; */
  /* border-color: var(--formFieldBorderColor);
  border-width: var(--formFieldBorderWidth);
  padding: var(--formFieldPadding); */
  /* margin: 8px 0; */
  /* padding: var(--cardNumber); */
}

.woocommerce-checkout #payment ul.payment_methods li img {
  height: 25px !important;
}

#order_comments_field label, .shipping_address label, #payment label, .woocommerce-billing-fields label {
  font-weight: 400 !important;
  display: inline !important;
  width: 100% !important;
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px !important;
  margin: 0 0 1.41575em;
}

.woocommerce-checkout #payment ul.payment_methods li img {
  vertical-align: middle;
  margin: 0 0 0 0.5em;
  padding: 0;
  position: relative;
  box-shadow: none;
  display: block;
  float: right;
  padding-top: 2px;
}

.justify-content-between {
    -ms-flex-pack: justify!important;
    justify-content: space-between!important;
}

.d-flex {
    display: -ms-flexbox!important;
    display: flex!important;
}

.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.form-group {
    margin-bottom: 1rem;
}

.form-control {
    display: block;
    width: 100%;
    /* padding: 0.375rem 0.75rem; */
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    /* border: 1px solid #ced4da; */
    /* border-radius: 0.25rem; */
    /* transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; */
}

.input-group {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
    
    /* margin: 8px 0; */
  }
  
  .input-group > .form-control,
  .input-group > .custom-select,
  .input-group > .custom-file {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0;
  }
  
  .input-group > .form-control:focus,
  .input-group > .custom-select:focus,
  .input-group > .custom-file:focus {
    z-index: 3;
  }
  
  .input-group > .form-control + .form-control,
  .input-group > .form-control + .custom-select,
  .input-group > .form-control + .custom-file,
  .input-group > .custom-select + .form-control,
  .input-group > .custom-select + .custom-select,
  .input-group > .custom-select + .custom-file,
  .input-group > .custom-file + .form-control,
  .input-group > .custom-file + .custom-select,
  .input-group > .custom-file + .custom-file {
    margin-left: -1px;
  }
  
  .input-group > .form-control:not(:last-child),
  .input-group > .custom-select:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  
  .input-group > .form-control:not(:first-child),
  .input-group > .custom-select:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  
  .input-group > .custom-file {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  
  .input-group > .custom-file:not(:last-child) .custom-file-label,
  .input-group > .custom-file:not(:last-child) .custom-file-label::before {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  
  .input-group > .custom-file:not(:first-child) .custom-file-label,
  .input-group > .custom-file:not(:first-child) .custom-file-label::before {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

#payment .payment_methods li p {
    margin-bottom: 6px !important;
}

.col-md-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  padding-right: 15px;
  padding-left: 15px;
}

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

/* @media (min-width: 768px){
  .col-md-6 {
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 50%;
      padding-right: 15px;
      padding-left: 15px;
  }
} */

.spiner-block {
  width: 100%;
  display: block;
  height: 100%;
}

.spiner-block img {
  margin-left: 40%;
  margin-right: 40%;
  margin-top: 50%;
  height: 100px;
}
