#informacion_waybill .col-md-12,
#shipment_info .col-md-12 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50% !important;
    max-width: 50% !important;
}


/* Selecciona cualquier <input> que está en modo de solo lectura */
/* Soportado en Firefox usando prefijo */
input:-moz-read-only {
    background-color: #ccc;
  }

  /* El prefijo no es necesario en navegadores basados en Blink/WebKit/Edge  */
  p:read-only {
    cursor: not-allowed;
  }
  input:read-only {
    background-color: #ccc;
  }


  #wpcargo-result-print #shipper-info {
    display: none;
  }


  @media only screen and (max-width: 600px) {
    .elementor-jet-slider .elementor-column {
        width: 100% !important;
    }
  }