/* HELPER CLASSES
  –––––––––––––––––––––––––––––––––––––––––––––––––– */
:not(.elementor-editor-active) .scroll-down .scrolled-menu-wrapper {
  position: fixed;
  top: 0;
  z-index: 2;
  display: flex;
  width:100%;
  max-width: 1196px;

  transition: top 700ms !important;
}
:not(.elementor-editor-active).scroll-down .scrolled-menu-wrapper > div {
  /* margin:0; */
  width: 100%;
}

body:not(.scroll-down) .scrolled-menu-wrapper {
  top: -400px;
  position: fixed;
  transition: top 700ms !important;
}

body.elementor-editor-active .scrolled-menu-wrapper {
  top: auto;
  position: relative;
}
