/*!
Theme Name: theme-sp
Theme URI:
Author:  Freightcenter
Author URI:
Description: professional development and configuration of sites of any complexity
Version: 3.3.97
License: GNU General Public License v2 or later
License URI: LICENSE
*/

.page_worldwide .s-delivery__content {
    column-gap: 35px;
}
body:not(.bodyReady) * {
    transition: all 0s;
  }

  @media(max-width:900px) {
    .header__content>.header__menu {
      display: none;
    }

    .header__icons .button {
      display: none;
    }
  }

  .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
  }

  @media(max-width:900px) {
    .header__content>.header__menu {
      display: none;
    }

    .header__icons .button {
      display: none;
    }
  }

  .btn-disabled {
    background-color: gray !important;
    border-color: gray !important;
    cursor: not-allowed !important;
  }

  .item-action:hover .tip .tip__content {
    pointer-events: all;
    visibility: visible;
    opacity: 1;
    z-index: 99;
  }

  .hide-tip {
    display: none;
  }

form.form-ltl-short-for-event {
    padding: 24px !important;
}
