header#header {
  background-color: #111111;
  /* .site-name {
      img {
          filter: invert(1);
      }
  } */
}
header#header .top-nav-login,
header#header .cart-count {
  display: none;
}
header#header .navigation-in.menu {
  background-color: #111111;
}
header#header .navigation-in.menu a {
  color: #ffffff;
}
header#header .navigation-in.menu ul ul a {
  color: #111111;
}
@media (max-width: 768px) {
  header#header .top-nav {
    margin: 4px 0;
  }
}

.menu-helper:after,
.menu-trigger:after {
  background-color: #252525;
}

.welcome {
  width: 700px;
  max-width: 100%;
  text-align: center;
  margin: 0 auto;
}
.welcome p {
  font-size: 16px;
}

.homepage-products-1 {
  margin-top: 2rem;
}

#register-form,
#formLogin {
  display: none;
}

.content-inner iframe {
  border: 0;
  width: 100%;
  box-shadow: 0px 0px 2px 2px #d9d9d9;
  margin-top: 2rem;
}

/** */
.content-wrapper .filters-wrapper {
  display: none;
}

aside #categories {
  background-color: #f3f3f3;
}
aside .box.box-categories {
  margin-top: 28px;
}

@media (max-width: 768px) {
  #navigation .navigationActions {
    display: none;
  }
  .navigation-close {
    color: #fff;
  }
  .toggle-window {
    margin-left: 0 !important;
  }
  .subnav-left .nav-list li {
    margin-right: 0;
  }
  .subnav-left {
    display: none;
    /* temporary */
  }
  .subnav-right,
  .navigation-close {
    display: none;
  }
  .overall-wrapper {
    padding-top: 0 !important;
  }
  .overall-wrapper header#header {
    position: relative;
    transform: none;
    padding: 2rem 0;
  }
  #navigation {
    position: relative;
    width: 100% !important;
  }
  #navigation .contact-wrap {
    margin: 0;
    display: none;
  }
  #navigation .contact-wrap a {
    padding: 0;
  }
  #navigation .submenu-arrow {
    padding: 8px 0 12px 8px;
  }
  #navigation .navigation-in.menu {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }
  #navigation .menu-level-1 {
    display: flex;
    justify-content: center;
    width: 100%;
    gap: 2rem;
  }
  #navigation .menu-level-2 li + li {
    margin-top: 1rem;
  }
  #navigation ul li a {
    color: #fff !important;
  }
  #navigation .menu-level-1 > li {
    border: none !important;
  }
  #navigation .menu-level-1 > li a {
    padding: 0;
  }
  .site-name {
    position: relative !important;
    margin-bottom: 2rem !important;
  }
  .site-name > a {
    justify-content: center;
    height: auto !important;
  }
  .site-name img {
    max-height: 100px !important;
  }
  .content-wrapper h1 {
    margin-top: 0;
  }
  footer#footer {
    margin-top: 2rem;
    padding: 2rem 0;
  }
  footer#footer .container.footer-rows {
    padding: 0 1rem;
  }
  footer#footer .row {
    margin: 0;
  }
  footer#footer .row > div {
    padding: 0;
  }
  footer#footer .custom-footer__contact .contact-wrap {
    margin: 0;
  }
  .contact-wrap a.project-phone:before,
  .contact-wrap a.project-email:before {
    margin-right: 1rem;
  }
  h1 {
    font-size: 24px;
  }
}
@media (max-width: 440px) {
  header#header .navigation-in.menu a {
    font-size: 11px;
  }
  #navigation .menu-level-1 {
    gap: 1rem;
  }
  #navigation .submenu-arrow {
    font-size: 10px;
    padding-left: 4px;
  }
  #navigation .contact-wrap {
    display: none;
  }
}
@media (max-width: 768px) {
  .opening-notice {
    align-self: center;
    margin: 0 0 1rem !important;
  }
  .opening-notice + .nav-list {
    display: none;
  }
}
.add-to-cart-button:not(.where-to-find) {
  display: none !important;
}

.add-to-cart {
  display: none !important;
}/*# sourceMappingURL=store-edit.css.map */