.disabled-menu {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: #000;
  padding: 1.5rem;
  border-bottom: 1px solid #91ff00;
  z-index: 10000; }
  .disabled-menu .container {
    display: block; }
  .disabled-menu .option {
    display: inline-block;
    text-align: center;
    margin-left: 1em;
    margin-right: 1em;
    cursor: pointer;
    color: #fff; }
    .disabled-menu .option .icon {
      font-size: 2rem; }
    .disabled-menu .option .title {
      font-weight: bold;
      font-size: 1rem; }
    .disabled-menu .option.active {
      color: #91ff00; }

body.grayscale {
  filter: grayscale(100%); }

body.contrast {
  background-color: #000 !important; }
  body.contrast * {
    color: #91ff00; }
  body.contrast .alert {
    background-color: #000 !important;
    border-color: #91ff00 !important;
    color: #91ff00 !important; }
  body.contrast .modal .modal-content {
    background-color: #000 !important;
    border-color: #91ff00 !important; }
    body.contrast .modal .modal-content * {
      color: #91ff00 !important; }
    body.contrast .modal .modal-content .modal-header {
      border-color: #91ff00 !important; }
    body.contrast .modal .modal-content .modal-body .list-group .list-group-item {
      background-color: #000;
      border-color: #91ff00; }
  body.contrast .hr-bottom {
    background-image: none !important; }
  body.contrast .hr-top {
    background-image: none !important; }
  body.contrast .btn,
  body.contrast .theme-button-light-outline,
  body.contrast .theme-button-primary,
  body.contrast .theme-button-primary-outline {
    border: 1px solid #91ff00 !important;
    background-color: #000 !important;
    color: #91ff00 !important;
    box-shadow: none !important; }
  body.contrast .form-control {
    border: 1px solid #91ff00 !important;
    background-color: #000 !important;
    color: #91ff00 !important;
    box-shadow: none !important; }
  body.contrast .box-call-for-weiter {
    border: 1px solid #91ff00;
    background-color: #000; }
    body.contrast .box-call-for-weiter * {
      color: #91ff00; }
  body.contrast header,
  body.contrast footer {
    color: #91ff00 !important;
    background-color: #000 !important;
    background-image: none; }
    body.contrast header *,
    body.contrast footer * {
      color: #91ff00 !important; }
    body.contrast header > img,
    body.contrast footer > img {
      display: none; }
  body.contrast .separator > img {
    display: none; }
  body.contrast .meny-day-selector-days-list {
    border-color: #91ff00 !important; }
    body.contrast .meny-day-selector-days-list .button-day-select {
      color: #91ff00 !important; }
    body.contrast .meny-day-selector-days-list .button-day-select-selected {
      background-color: #91ff00 !important;
      color: #000 !important; }
  body.contrast .menu-navigation .theme-categories li a {
    color: #91ff00 !important; }
    body.contrast .menu-navigation .theme-categories li a.active {
      border-bottom: 1px solid #91ff00 !important; }
    body.contrast .menu-navigation .theme-categories li a:hover {
      border-bottom: 1px solid #91ff00 !important; }
  body.contrast .menu-items .product-item {
    background-color: #000 !important;
    border-color: #91ff00 !important; }
    body.contrast .menu-items .product-item .price {
      color: #91ff00 !important; }
    body.contrast .menu-items .product-item .quantity > button {
      border: 1px solid #91ff00 !important;
      background-color: #000 !important;
      color: #91ff00 !important;
      box-shadow: none !important; }
  body.contrast #basket {
    background-color: #000 !important;
    border-color: #91ff00 !important; }

/*# sourceMappingURL=disability-menu.css.map */
