@media (min-width: 768px){
  #kco-extra-checkout-fields .kl_newsletter_checkbox_field input[type="checkbox"]{
    height: 16px;
    width: 16px;
  }

  #kl_newsletter_checkbox_field {
    width: 100%
  }
  #kco-order-review #kco-extra-checkout-fields {
    font-size: 16px !important
  }

  #kco-extra-checkout-fields .mxbm-crossells-title {
    text-align: center;
    padding-bottom: 0;
    margin-bottom: 7px;
  }
  #kl_newsletter_checkbox_field > span > label {
    display: flex;
    align-items: center;
    width: 100% !important;
    gap: 8px;
    }
  }
  #kco-order-review #kco-extra-checkout-fields {
    font-size: 12px
  }
  .woocommerce-additional-fields {
    margin-top: 10px;
  }


  #kl_newsletter_checkbox_field {
    max-width: 90%
  }

  #kl_newsletter_checkbox_field > span > label {
    display: flex;
    align-items: center;
    font-size: 12px
  }

  #kl_newsletter_checkbox_field > span > label > input {
    margin-right: 15px;
    width: unset !important;
  }

  #kco-extra-checkout-fields{
    display: flex !important;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-top: 5px solid #EDEFEE;
    border-bottom: 5px solid #EDEFEE;
  }

  #kco-extra-checkout-fields .bm-checkout-shipping-desc{
  padding-bottom: 12px;
  margin: 0 auto;
  max-width: 90%;
  }


  #kco-extra-checkout-fields .notes, #kco-extra-checkout-fields .kco_shipping_data {
  display: none;
  }
