/* Checkout custom controls: preserve a visible 3px keyboard focus indicator. */
body.page-order .custom-radio input:focus + span,
body.page-order .custom-checkbox input:focus + span,
body#checkout .custom-radio input:focus + span,
body#checkout .custom-checkbox input:focus + span {
  outline: 3px solid #006eb6 !important;
  outline-offset: 3px !important;
}
