
/* MyPouf Flyout 502 Full Page v9 */
@media (min-width:768px) {
  html.mpf9-page-open,
  body.mpf9-page-open {
    overflow: hidden !important;
    overscroll-behavior: none !important;
  }

  body > .j-dropdown.mpf9-fullpage {
    position: fixed !important;
    inset: 0 !important;
    z-index: 2147483000 !important;
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    width: 100vw !important;
    min-width: 100vw !important;
    max-width: 100vw !important;
    height: 100vh !important;
    min-height: 100vh !important;
    max-height: 100vh !important;
    margin: 0 !important;
    padding: 78px 0 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    transform: none !important;
    background: #fff !important;
    box-shadow: none !important;
    overflow: hidden !important;
    pointer-events: auto !important;
  }

  body > .j-dropdown.mpf9-fullpage::before,
  body > .j-dropdown.mpf9-fullpage::after {
    display: none !important;
  }

  .mpf9-toolbar {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    height: 78px !important;
    z-index: 100 !important;
    display: flex !important;
    align-items: center !important;
    gap: 16px !important;
    box-sizing: border-box !important;
    padding: 0 22px !important;
    background: #fff !important;
    border-bottom: 1px solid #e1e5e2 !important;
    box-shadow: 0 4px 18px rgba(0,0,0,.06) !important;
  }

  .mpf9-back,
  .mpf9-close {
    height: 46px !important;
    border-radius: 11px !important;
    font-family: inherit !important;
    cursor: pointer !important;
    transition: .16s ease !important;
  }

  .mpf9-back {
    display: inline-flex !important;
    align-items: center !important;
    gap: 8px !important;
    padding: 0 16px !important;
    border: 1px solid #dce2dd !important;
    background: #fff !important;
    color: #2d3831 !important;
  }

  .mpf9-back span { font-size: 20px !important; }
  .mpf9-back b { font-size: 13px !important; font-weight: 800 !important; }

  .mpf9-title {
    flex: 1 !important;
    min-width: 0 !important;
    text-align: center !important;
  }

  .mpf9-title strong {
    display: block !important;
    color: #27322b !important;
    font-size: 20px !important;
    line-height: 1.15 !important;
    font-weight: 900 !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
  }

  .mpf9-title small {
    display: block !important;
    margin-top: 3px !important;
    color: #8d968f !important;
    font-size: 11px !important;
    font-weight: 600 !important;
  }

  .mpf9-close {
    position: relative !important;
    flex: 0 0 48px !important;
    width: 48px !important;
    padding: 0 !important;
    border: 1px solid #efb936 !important;
    background: #f7c84e !important;
    color: #222a25 !important;
    font-size: 0 !important;
    box-shadow: 0 7px 18px rgba(180,128,10,.18) !important;
  }

  .mpf9-close::before,
  .mpf9-close::after {
    content: "" !important;
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    width: 22px !important;
    height: 2px !important;
    border-radius: 999px !important;
    background: currentColor !important;
  }

  .mpf9-close::before { transform: translate(-50%,-50%) rotate(45deg) !important; }
  .mpf9-close::after { transform: translate(-50%,-50%) rotate(-45deg) !important; }

  .mpf9-back:hover {
    border-color: #e97a5a !important;
    color: #d96043 !important;
    background: #fff6f2 !important;
  }

  .mpf9-close:hover { transform: scale(1.04) !important; }

  .mpf9-fullpage > .flyout-menu {
    position: relative !important;
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    background: #fff !important;
    overflow: hidden !important;
  }

  .mpf9-fullpage > .flyout-menu > .j-menu {
    position: absolute !important;
    inset: 0 auto 0 0 !important;
    width: 340px !important;
    min-width: 340px !important;
    max-width: 340px !important;
    margin: 0 !important;
    padding: 12px 0 24px !important;
    border: 0 !important;
    border-right: 1px solid #e0e4e1 !important;
    background: #fff !important;
    overflow-y: auto !important;
    overflow-x: hidden !important;
    z-index: 10 !important;
  }

  .mpf9-fullpage > .flyout-menu > .j-menu > .flyout-menu-item {
    position: static !important;
    width: 100% !important;
    min-height: 74px !important;
    margin: 0 !important;
    border: 0 !important;
    border-bottom: 1px solid #ecefed !important;
    background: #fff !important;
  }

  .mpf9-fullpage > .flyout-menu > .j-menu > .flyout-menu-item > a {
    position: relative !important;
    display: flex !important;
    align-items: center !important;
    width: 100% !important;
    min-height: 74px !important;
    box-sizing: border-box !important;
    padding: 9px 42px 9px 12px !important;
    border: 0 !important;
    background: transparent !important;
    color: #2e3631 !important;
    font-size: 13px !important;
    font-weight: 800 !important;
    text-decoration: none !important;
  }

  .mpf9-fullpage > .flyout-menu > .j-menu > .flyout-menu-item > a > img {
    flex: 0 0 60px !important;
    width: 60px !important;
    height: 54px !important;
    margin-right: 12px !important;
    object-fit: cover !important;
    border-radius: 8px !important;
    background: #f4f6f5 !important;
  }

  .mpf9-fullpage > .flyout-menu > .j-menu > .flyout-menu-item > a .open-menu {
    position: absolute !important;
    right: 14px !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    color: #ed7657 !important;
  }

  .mpf9-fullpage > .flyout-menu > .j-menu > .flyout-menu-item.mpf9-active > a,
  .mpf9-fullpage > .flyout-menu > .j-menu > .flyout-menu-item:hover > a {
    background: #f7f8f7 !important;
    color: #df684b !important;
  }

  .mpf9-fullpage > .flyout-menu > .j-menu > .flyout-menu-item.mpf9-active > a::before {
    content: "" !important;
    position: absolute !important;
    left: 0 !important;
    top: 11px !important;
    bottom: 11px !important;
    width: 4px !important;
    background: #ed7657 !important;
    border-radius: 0 999px 999px 0 !important;
  }

  .mpf9-fullpage > .flyout-menu > .j-menu > .flyout-menu-item > .j-dropdown {
    position: fixed !important;
    top: 78px !important;
    left: 340px !important;
    right: 0 !important;
    bottom: 0 !important;
    display: block !important;
    width: auto !important;
    min-width: 0 !important;
    max-width: none !important;
    height: auto !important;
    max-height: none !important;
    margin: 0 !important;
    padding: 26px 32px 40px !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: #fff !important;
    box-shadow: none !important;
    transform: none !important;
    overflow-y: auto !important;
    overflow-x: hidden !important;
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
    z-index: 5 !important;
  }

  .mpf9-fullpage > .flyout-menu > .j-menu > .flyout-menu-item.mpf9-active > .j-dropdown {
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
  }

  .mpf9-fullpage .flyout-menu-item > .j-dropdown::before,
  .mpf9-fullpage .flyout-menu-item > .j-dropdown::after {
    display: none !important;
  }

  .mpf9-fullpage .mega-menu-content {
    width: 100% !important;
    max-width: none !important;
    min-height: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    background: #fff !important;
    box-shadow: none !important;
  }

  .mpf9-fullpage .mega-menu-content .grid-cols,
  .mpf9-fullpage .mega-menu-content .grid-cols-wrapper,
  .mpf9-fullpage .mega-menu-content .grid-row {
    width: 100% !important;
    max-width: none !important;
  }

  .mpf9-fullpage .module-title {
    color: #28322c !important;
    font-weight: 900 !important;
  }

  .mpf9-fullpage .mega-menu-content a:hover {
    color: #df684b !important;
  }

  .mpf9-fullpage.mpf9-home::after {
    content: "Επιλέξτε μία κατηγορία από το αριστερό μενού";
    position: fixed !important;
    top: 78px !important;
    left: 340px !important;
    right: 0 !important;
    bottom: 0 !important;
    z-index: 6 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 40px !important;
    box-sizing: border-box !important;
    background: radial-gradient(circle at center, #fff8f4 0%, #fff 55%, #fafbfa 100%) !important;
    color: #69736d !important;
    font-size: 17px !important;
    font-weight: 700 !important;
    text-align: center !important;
  }

  .mpf9-fullpage.mpf9-home > .flyout-menu > .j-menu > .flyout-menu-item > .j-dropdown {
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
  }

  @media(max-width:1100px) {
    .mpf9-fullpage > .flyout-menu > .j-menu {
      width: 285px !important;
      min-width: 285px !important;
      max-width: 285px !important;
    }

    .mpf9-fullpage > .flyout-menu > .j-menu > .flyout-menu-item > .j-dropdown,
    .mpf9-fullpage.mpf9-home::after {
      left: 285px !important;
    }
  }
}

@media(max-width:767px) {
  body > .j-dropdown.mpf9-fullpage { display: none !important; }
}
