.columns-desktop-menu .mega-menu-horizontal > li:first-child a.mega-menu-link {
    padding-left: 0px !important;
}

.menu-dashed > ul {
    width: 100%;
}

.menu-dashed > ul > li {
    align-self: stretch;
  }
  
  .menu-dashed-first > ul > li:first-child::before {
    position: absolute;
    top: -11px;
    left: 0;
    width: 100%;
    content: '';
    border-bottom: 1px dashed #000;
  }
  
  
  .menu-dashed > ul > li::after {
    position: absolute;
    bottom: -14px;
    left: 0;
    width: 100%;
    content: '';
    border-bottom: 1px dashed #000;
  }
  
  nav.menu-dashed > ul > li {
    font-weight: bold;
  }
  
  nav.menu-dashed > ul > li.menu-indent {
    font-weight: normal;
    padding-left: 16px;
  }
  
  nav.menu-dashed:not(:has(.color-branda)) {
    margin-top: 51px;
  }
  
  .column-header li.mega-menu-item:has(> a.mega-menu-link[aria-expanded="true"]) {
    border-bottom: solid 2px white !important;
  }
  
  a.mega-menu-link + ul.mega-sub-menu {
    margin-top: 0px !important;
  }
  
  a.mega-menu-link + ul.mega-sub-menu {
    margin-top: 2px !important;
  }
  
  nav.nav-user {
    margin-block-start: 16px !important;
  }

  @media (min-width: 1201px) {
    .wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open) {
      display: block;
      width: 100%;
      position: relative;
      z-index: auto;
      background-color: inherit;
    }
    .wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open) .wp-block-navigation__responsive-container-close {
      display: none;
    }
    .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container {
      left: 0;
    }
    .wp-block-navigation__responsive-container-open:not(.always-shown) {
      display: none;
    }
  }

  @media (max-width: 1200px) {
    .one-column-tablet {
  flex-wrap: wrap !important;
      flex-direction: column;
    }
    .wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open) {
      display: none;
    }
    .wp-block-navigation__responsive-container-open:not(.always-shown) {
      display: flex;
    }
  
    .header-logo img.custom-logo {
      width: 160px;
    }
  }
  
  li.mega-item-align-right {
    margin-left: 0px !important;
  }
  
  @media (max-width: 1200px) {
    .only-desktop {
        display: none !important;
    }

    .header-row-brandaccount {
   align-items: center !important;
    }
}

div.mobile-menu-account ul.max-mega-menu > li > a,
div.mobile-menu-search ul.max-mega-menu > li > a {
  display: none !important;
}

div.mobile-menu-search ul.max-mega-menu > li > ul {
  display: block !important;
}

div.mobile-menu-account ul.max-mega-menu > li > ul {
  display: block !important;
}

.mobile-search input[type='search'] {
  border-radius: 4px;
}

.link-socials-twitter a::before,
.link-socials-linkedin a::before {
  content: '';
  width: 18px;
  height: 18px;
  background-repeat:no-repeat;
  background-size:cover;  
  margin-right: 8px;
  display: inline-block;
}

.link-socials-twitter a::before {
  background-image: var(--svg-twitter);
}

.link-socials-linkedin a::before {
  background-image: var(--svg-linkedin);
}


.mobile-menu-account button {
  width: 32px;
  height: 32px;
  background-image: var(--svg-person) !important;
    background-size: contain !important;
}

.mobile-menu-search button {
    width: 32px;
    height: 32px;
    background-image: var(--svg-search) !important;
    background-size: contain !important;
}

.mobile-menu-account button > span,
.mobile-menu-search button > span {
display: none !important;
}

.row-mobile-menu ul.max-mega-menu {
  margin-top: 32px !important;
}


.nav-user .wp-block-navigation > li, .nav-user .wp-block-loginout {
    padding: 4px 8px !important;
    border-radius: 6px;
  }

  .mobile-menu-main a.mega-menu-link > .mega-indicator {
    width: 60px !important;
    background-color: rgba(0,0,0,0.05) !important;
  }
  
  .mobile-menu-main a.mega-menu-link > .mega-indicator::after {
    width: 100% !important;
    text-align: center !important;
  }