.mqc-has-custom-header #headerwrap,
.mqc-has-custom-header #site-logo,
.mqc-has-custom-header #main-nav-wrap,
.mqc-has-custom-header .header-bar,
.mqc-has-custom-header .themify_builder_active #headerwrap {
  display: none !important;
}

.mqc-site-header,
.mqc-site-header * {
  box-sizing: border-box;
}

.mqc-site-header {
  --mqc-header-navy: #07192a;
  --mqc-header-blue: #006de5;
  --mqc-header-orange: #ff5b17;
  --mqc-header-line: #dce5ed;
  --mqc-header-muted: #65788c;
  background: #fff;
  color: var(--mqc-header-navy);
  font-family: inherit;
  position: sticky;
  top: 0;
  width: 100%;
  z-index: 9990;
}

.admin-bar .mqc-site-header {
  top: 32px;
}

.mqc-header-container {
  align-items: center;
  display: flex;
  margin: 0 auto;
  max-width: 1400px;
  width: calc(100% - 48px);
}

.mqc-header-topbar {
  background: var(--mqc-header-navy);
  color: #fff;
  min-height: 42px;
}

.mqc-header-topbar .mqc-header-container {
  justify-content: space-between;
  min-height: 42px;
}

.mqc-topbar-left,
.mqc-topbar-right {
  align-items: center;
  display: flex;
  gap: 34px;
}

.mqc-topbar-left li {
  list-style: none;
  margin: 0;
  padding: 0;
}

.mqc-topbar-left span,
.mqc-topbar-left a,
.mqc-topbar-right a {
  align-items: center;
  color: #fff !important;
  display: inline-flex;
  font-size: 12px;
  font-weight: 700;
  gap: 9px;
  line-height: 1;
  text-decoration: none !important;
  white-space: nowrap;
}

.mqc-site-header svg {
  flex: 0 0 auto;
  height: 20px;
  width: 20px;
}

.mqc-header-main {
  background: #fff;
  border-bottom: 1px solid var(--mqc-header-line);
  box-shadow: 0 8px 24px rgba(7, 25, 42, .04);
  position: relative;
}

.mqc-header-main > .mqc-header-container {
  display: grid;
  gap: 24px;
  grid-template-columns: auto auto minmax(260px, 1fr) auto auto;
  min-height: 90px;
}

.mqc-header-logo {
  align-items: center;
  display: inline-flex;
  flex: 0 0 auto;
  text-decoration: none !important;
}

.mqc-header-logo img,
.mqc-mobile-logo img,
.mqc-mobile-drawer-logo img {
  display: block;
  height: auto;
  max-height: 55px;
  max-width: 215px;
  object-fit: contain;
  width: auto;
}

.mqc-header-logo span,
.mqc-mobile-logo span,
.mqc-mobile-drawer-logo span {
  color: var(--mqc-header-navy);
  font-size: 30px;
  font-weight: 900;
  text-transform: uppercase;
}

.mqc-header-nav {
  flex: 0 0 auto;
  min-width: 0;
}

.mqc-header-nav ul {
  align-items: center;
  display: flex;
  gap: 14px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.mqc-header-nav li {
  margin: 0;
  padding: 0;
}

.mqc-header-nav a,
.mqc-header-nav button {
  align-items: center;
  appearance: none;
  background: transparent !important;
  border: 0 !important;
  border-radius: 7px;
  box-shadow: none !important;
  color: var(--mqc-header-navy) !important;
  cursor: pointer;
  display: inline-flex;
  font: inherit;
  font-size: 13px;
  font-weight: 800;
  gap: 8px;
  min-height: 44px;
  padding: 0 14px;
  text-decoration: none !important;
  text-transform: uppercase;
  white-space: nowrap;
}

.mqc-header-nav a:hover,
.mqc-header-nav a:focus,
.mqc-header-nav button:hover,
.mqc-header-nav button:focus,
.mqc-header-nav button[aria-expanded="true"] {
  background: #eef6ff !important;
  color: var(--mqc-header-blue) !important;
  outline: none;
}

.mqc-header-nav a span,
.mqc-header-nav button span {
  border-bottom: 1px solid currentColor;
  border-right: 1px solid currentColor;
  height: 6px;
  transform: rotate(45deg);
  width: 6px;
}

.mqc-header-nav a span {
  display: none;
}

.mqc-header-search {
  align-items: center;
  background: #fff;
  border: 1px solid #c8d6e6;
  border-radius: 6px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 54px;
  grid-template-rows: 54px;
  justify-self: stretch;
  max-width: 430px;
  min-width: 260px;
  height: 54px;
  overflow: visible;
  position: relative;
  width: 100%;
}

.mqc-header-search input[type="hidden"] {
  display: none !important;
}

.mqc-header-search:focus-within {
  border-color: var(--mqc-header-blue);
}

.mqc-header-search .mqc-live-search-input {
  -webkit-appearance: none !important;
  appearance: none !important;
  background: #fff !important;
  background-image: none !important;
  border: 0 !important;
  border-radius: 6px 0 0 6px !important;
  box-shadow: none !important;
  color: var(--mqc-header-navy);
  display: block;
  font: inherit;
  font-size: 14px;
  height: 52px;
  line-height: normal;
  margin: 0 !important;
  min-height: 52px;
  min-width: 0;
  outline: none;
  padding: 0 14px;
  width: 100%;
}

.mqc-header-search .mqc-live-search-input:hover,
.mqc-header-search .mqc-live-search-input:focus,
.mqc-header-search .mqc-live-search-input:active {
  background: #fff !important;
  border: 0 !important;
  box-shadow: none !important;
  outline: none !important;
}

.mqc-header-search .mqc-live-search-input::-webkit-search-decoration,
.mqc-header-search .mqc-live-search-input::-webkit-search-cancel-button,
.mqc-header-search .mqc-live-search-input::-webkit-search-results-button,
.mqc-header-search .mqc-live-search-input::-webkit-search-results-decoration {
  -webkit-appearance: none;
}

.mqc-header-search .mqc-live-search-input::placeholder {
  color: #718298;
  opacity: 1;
}

.mqc-header-search button {
  align-items: center;
  appearance: none;
  background: #fff !important;
  border: 0 !important;
  box-shadow: none !important;
  color: var(--mqc-header-navy) !important;
  cursor: pointer;
  display: inline-flex;
  height: 52px;
  justify-content: center;
  margin: 0 !important;
  padding: 0;
  width: 54px;
}

.mqc-header-search button:hover,
.mqc-header-search button:focus {
  background: #eef6ff !important;
  color: var(--mqc-header-blue) !important;
  outline: none;
}

.mqc-search-results {
  background: #fff;
  border: 1px solid #dce5ed;
  border-radius: 8px;
  box-shadow: 0 18px 48px rgba(7, 25, 42, .16);
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: calc(100% + 8px);
  z-index: 10000;
}

.mqc-search-results[hidden] {
  display: none;
}

.mqc-search-results a {
  align-items: center;
  color: var(--mqc-header-navy) !important;
  display: grid;
  gap: 12px;
  grid-template-columns: 54px minmax(0, 1fr);
  min-height: 72px;
  padding: 10px 12px;
  text-decoration: none !important;
}

.mqc-search-results > span {
  color: var(--mqc-header-muted);
  display: block;
  font-size: 14px;
  line-height: 1.35;
  padding: 18px 20px;
  text-decoration: none !important;
  white-space: normal;
}

.mqc-search-results a + a {
  border-top: 1px solid #edf2f7;
}

.mqc-search-results a:hover,
.mqc-search-results a:focus {
  background: #eef6ff !important;
  outline: none;
}

.mqc-search-results img {
  border: 1px solid #e0e9f2;
  border-radius: 6px;
  height: 52px;
  object-fit: contain;
  padding: 3px;
  width: 54px;
}

.mqc-search-results strong,
.mqc-search-results small,
.mqc-search-results em {
  display: block;
}

.mqc-search-results strong {
  font-size: 13px;
  line-height: 1.25;
  overflow-wrap: anywhere;
}

.mqc-search-results small {
  color: #60758f;
  font-size: 11px;
  margin-top: 2px;
}

.mqc-search-results em {
  color: var(--mqc-header-blue);
  font-size: 12px;
  font-style: normal;
  font-weight: 800;
  margin-top: 3px;
}

.mqc-header-quote {
  align-items: center;
  background: var(--mqc-header-orange) !important;
  border: 1px solid var(--mqc-header-orange) !important;
  border-radius: 6px;
  box-shadow: none !important;
  color: #fff !important;
  display: inline-flex;
  flex: 0 0 auto;
  font-size: 13px;
  font-weight: 900;
  gap: 10px;
  justify-content: center;
  min-height: 54px;
  padding: 0 22px;
  text-decoration: none !important;
  text-transform: uppercase;
  white-space: nowrap;
}

.mqc-header-quote:hover,
.mqc-header-quote:focus {
  background: #ec4f10 !important;
  border-color: #ec4f10 !important;
  color: #fff !important;
  outline: none;
}

.mqc-header-cart-wrap {
  display: inline-grid;
  justify-items: center;
  position: relative;
}

.mqc-header-cart-wrap::after {
  content: "";
  height: 18px;
  left: -24px;
  position: absolute;
  right: -24px;
  top: 100%;
}

.mqc-header-cart {
  align-items: center;
  color: var(--mqc-header-navy) !important;
  display: grid;
  gap: 3px;
  justify-items: center;
  min-width: 72px;
  text-decoration: none !important;
}

.mqc-header-cart-icon {
  color: var(--mqc-header-navy);
  display: inline-flex;
  position: relative;
}

.mqc-header-cart-icon em {
  align-items: center;
  background: var(--mqc-header-blue);
  border-radius: 999px;
  color: #fff;
  display: inline-flex;
  font-size: 11px;
  font-style: normal;
  font-weight: 900;
  height: 22px;
  justify-content: center;
  line-height: 1;
  min-width: 22px;
  padding: 0 6px;
  position: absolute;
  right: -14px;
  top: -13px;
}

.mqc-header-cart > strong {
  color: #314969;
  font-size: 12px;
  font-weight: 500;
}

.mqc-header-cart:hover,
.mqc-header-cart:focus,
.mqc-header-cart-wrap:hover .mqc-header-cart {
  color: var(--mqc-header-blue) !important;
  outline: none;
}

.mqc-cart-preview {
  background: #fff;
  border: 1px solid #dce5ed;
  border-radius: 8px;
  box-shadow: 0 18px 48px rgba(7, 25, 42, .16);
  color: var(--mqc-header-navy);
  display: grid;
  gap: 10px;
  opacity: 0;
  padding: 16px;
  pointer-events: none;
  position: absolute;
  right: 0;
  text-align: left;
  top: calc(100% + 6px);
  transform: translateY(8px);
  transition: opacity .16s ease, transform .16s ease;
  width: 330px;
  z-index: 10000;
}

.mqc-cart-preview.is-loading {
  opacity: .72;
}

.mqc-header-cart-wrap:hover .mqc-cart-preview,
.mqc-header-cart-wrap:focus-within .mqc-cart-preview {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.mqc-cart-preview > b {
  color: var(--mqc-header-navy);
  font-size: 14px;
  font-weight: 900;
}

.mqc-cart-preview > small {
  color: #60758f;
  font-size: 13px;
}

.mqc-cart-preview-item {
  align-items: center;
  border-top: 1px solid #edf2f7;
  display: grid;
  gap: 12px;
  grid-template-columns: 56px minmax(0, 1fr);
  padding-top: 10px;
}

.mqc-cart-preview-item img {
  border: 1px solid #e0e9f2;
  border-radius: 6px;
  height: 50px;
  object-fit: contain;
  padding: 3px;
  width: 56px;
}

.mqc-cart-preview-item strong {
  color: var(--mqc-header-navy);
  display: block;
  font-size: 13px;
  line-height: 1.25;
  overflow-wrap: anywhere;
}

.mqc-cart-preview-item small {
  color: #60758f;
  display: block;
  font-size: 12px;
  margin-top: 3px;
}

.mqc-mini-cart-actions {
  align-items: center;
  display: flex;
  gap: 8px;
  grid-column: 2;
}

.mqc-mini-qty {
  align-items: center;
  border: 1px solid #cbd9ea;
  border-radius: 6px;
  display: inline-grid;
  grid-template-columns: 30px 38px 30px;
  height: 32px;
  overflow: hidden;
}

.mqc-mini-qty button,
.mqc-mini-remove {
  align-items: center;
  appearance: none;
  background: #fff !important;
  border: 0 !important;
  box-shadow: none !important;
  color: var(--mqc-header-navy) !important;
  cursor: pointer;
  display: inline-flex;
  height: 100%;
  justify-content: center;
  padding: 0;
}

.mqc-mini-qty button:hover,
.mqc-mini-qty button:focus,
.mqc-mini-remove:hover,
.mqc-mini-remove:focus {
  background: #eef6ff !important;
  color: var(--mqc-header-blue) !important;
  outline: none;
}

.mqc-mini-qty .mqc-mini-qty-input {
  -webkit-appearance: none !important;
  appearance: none !important;
  background: #fff !important;
  border: 0 !important;
  border-left: 1px solid #e1e9f3 !important;
  border-right: 1px solid #e1e9f3 !important;
  box-shadow: none !important;
  color: var(--mqc-header-navy);
  font-size: 13px;
  font-weight: 800;
  height: 100%;
  margin: 0;
  padding: 0;
  text-align: center;
  width: 38px;
}

.mqc-mini-qty .mqc-mini-qty-input:hover,
.mqc-mini-qty .mqc-mini-qty-input:focus,
.mqc-mini-qty .mqc-mini-qty-input:active {
  background: #fff !important;
  border-top: 0 !important;
  border-bottom: 0 !important;
  box-shadow: none !important;
  outline: none !important;
}

.mqc-mini-remove {
  border: 1px solid #dce5ed !important;
  border-radius: 6px;
  height: 32px;
  width: 32px;
}

.mqc-mini-remove svg {
  height: 16px;
  width: 16px;
}

.mqc-cart-preview-cta {
  align-items: center;
  background: var(--mqc-header-blue);
  border-radius: 6px;
  color: #fff;
  display: inline-flex;
  font-size: 13px;
  font-weight: 850;
  justify-content: center;
  min-height: 40px;
  margin-top: 2px;
  padding: 0 14px;
}

.mqc-mega {
  left: 50%;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: calc(100% - 1px);
  transform: translate(-50%, 8px);
  transition: opacity .18s ease, transform .18s ease;
  width: min(1340px, calc(100vw - 96px));
  z-index: 9995;
}

.mqc-mega.is-open {
  opacity: 1;
  pointer-events: auto;
  transform: translate(-50%, 0);
}

.mqc-mega-inner {
  background: #fff;
  border: 1px solid #e2e9f0;
  border-radius: 12px;
  box-shadow: 0 24px 70px rgba(7, 25, 42, .14);
  display: grid;
  gap: 24px;
  grid-template-columns: 280px 230px minmax(260px, 360px) minmax(260px, 330px);
  padding: 24px;
}

.mqc-mega h3 {
  color: var(--mqc-header-navy);
  font-size: 13px;
  font-weight: 900;
  margin: 0 0 14px;
  text-transform: uppercase;
}

.mqc-mega-cats,
.mqc-mega-subcats,
.mqc-mega-featured {
  border-right: 1px solid #e8eef5;
  padding-right: 24px;
}

.mqc-mega-cats button,
.mqc-mega-subcats a,
.mqc-mega-featured a {
  align-items: center;
  background: transparent !important;
  border: 0 !important;
  border-radius: 7px;
  box-shadow: none !important;
  color: #16314f !important;
  display: flex;
  font: inherit;
  font-size: 14px;
  gap: 12px;
  min-height: 42px;
  padding: 0 12px;
  text-align: left;
  text-decoration: none !important;
  width: 100%;
}

.mqc-mega-cats button {
  cursor: pointer;
  justify-content: flex-start;
}

.mqc-mega-cats button b,
.mqc-mega-featured a b,
.mqc-mobile-nav b,
.mqc-mobile-drawer-links b {
  border-right: 1px solid currentColor;
  border-top: 1px solid currentColor;
  height: 7px;
  margin-left: auto;
  transform: rotate(45deg);
  width: 7px;
}

.mqc-mega-cats button:hover,
.mqc-mega-cats button:focus,
.mqc-mega-cats button.is-active,
.mqc-mega-subcats a:hover,
.mqc-mega-subcats a:focus {
  background: #eef6ff !important;
  color: var(--mqc-header-blue) !important;
  outline: none;
}

.mqc-mega-subcats > div {
  display: none;
}

.mqc-mega-subcats > div.is-active {
  display: block;
}

.mqc-mega-subcats a {
  padding-left: 0;
}

.mqc-mega-promo {
  border-radius: 8px;
  overflow: hidden;
}

.mqc-mega-promo img,
.mqc-mega-promo-placeholder {
  background: linear-gradient(135deg, #eaf4ff, #fff);
  display: block;
  height: 165px;
  object-fit: cover;
  width: 100%;
}

.mqc-mega-promo > div {
  background: #eef6ff;
  padding: 18px 20px;
}

.mqc-mega-promo h3 {
  font-size: 20px;
  line-height: 1.15;
  margin-bottom: 10px;
  text-transform: none;
}

.mqc-mega-promo p {
  color: #385073;
  font-size: 14px;
  line-height: 1.35;
  margin: 0 0 16px;
}

.mqc-mega-promo a,
.mqc-mega-all {
  align-items: center;
  color: var(--mqc-header-blue) !important;
  display: inline-flex;
  font-size: 14px;
  font-weight: 800;
  gap: 9px;
  text-decoration: none !important;
}

.mqc-mega-promo a span,
.mqc-mega-all span {
  border-right: 1px solid currentColor;
  border-top: 1px solid currentColor;
  height: 8px;
  transform: rotate(45deg);
  width: 8px;
}

.mqc-mega-featured {
  border-right: 0;
  padding-right: 0;
}

.mqc-mega-featured a {
  border-radius: 0;
  border-bottom: 1px solid #edf2f7 !important;
  gap: 16px;
  min-height: 92px;
  padding: 12px 0;
}

.mqc-mega-featured img {
  border: 1px solid #e0e9f2;
  border-radius: 6px;
  height: 72px;
  object-fit: contain;
  padding: 4px;
  width: 92px;
}

.mqc-mega-featured strong,
.mqc-mega-featured small {
  display: block;
}

.mqc-mega-featured strong {
  color: var(--mqc-header-navy);
  font-size: 14px;
  line-height: 1.25;
}

.mqc-mega-featured small {
  color: #385073;
  font-size: 13px;
  margin-top: 5px;
}

.mqc-mega-all {
  margin-top: 14px;
}

.mqc-mobile-header,
.mqc-mobile-overlay,
.mqc-mobile-drawer {
  display: none;
}

body.mqc-mobile-drawer-open {
  overflow: hidden;
}

@media (max-width: 1100px) {
  .mqc-header-topbar,
  .mqc-header-main {
    display: none;
  }

  .mqc-mobile-header {
    background: #fff;
    border-bottom: 1px solid var(--mqc-header-line);
    display: block;
  }

  .mqc-mobile-contact {
    align-items: center;
    background: var(--mqc-header-navy);
    display: flex;
    gap: 18px;
    justify-content: center;
    min-height: 40px;
    padding: 0 14px;
  }

  .mqc-mobile-contact a {
    align-items: center;
    color: #fff !important;
    display: inline-flex;
    font-size: 12px;
    gap: 8px;
    text-decoration: none !important;
    white-space: nowrap;
  }

  .mqc-mobile-main {
    align-items: center;
    display: grid;
    grid-template-columns: 48px minmax(0, 1fr) 48px;
    margin: 0 auto;
    min-height: 78px;
    width: calc(100% - 28px);
  }

  .mqc-mobile-menu-btn {
    align-items: center;
    appearance: none;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    display: inline-grid;
    gap: 6px;
    height: 44px;
    justify-content: center;
    padding: 0;
    width: 44px;
  }

  .mqc-mobile-menu-btn svg {
    color: var(--mqc-header-navy);
    height: 32px;
    stroke-width: 2.4;
    width: 32px;
  }

  .mqc-mobile-logo {
    justify-self: center;
  }

  .mqc-mobile-logo img {
    max-height: 46px;
    max-width: 180px;
  }

  .mqc-header-cart-mobile {
    min-width: 44px;
  }

  .mqc-header-cart-mobile strong {
    display: none;
  }

  .mqc-header-search-mobile {
    flex: none;
    grid-template-columns: minmax(0, 1fr) 56px;
    grid-template-rows: 56px;
    height: 56px;
    margin: 0 auto 14px;
    max-width: none;
    min-width: 0;
    width: calc(100% - 28px);
  }

  .mqc-header-search-mobile .mqc-live-search-input,
  .mqc-header-search-mobile button {
    height: 54px;
    min-height: 54px;
  }

  .mqc-header-search-mobile .mqc-live-search-input {
    font-size: 16px;
    padding-left: 18px;
  }

  .mqc-header-search-mobile button {
    width: 56px;
  }

  .mqc-header-search-mobile .mqc-search-results {
    max-height: min(430px, calc(100vh - 245px));
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }

  .mqc-mobile-overlay {
    background: rgba(7, 25, 42, .48);
    inset: 0;
    position: fixed;
    z-index: 9996;
  }

  .mqc-mobile-overlay.is-open {
    display: block;
  }

  .mqc-mobile-drawer {
    background: #fff;
    box-shadow: 18px 0 50px rgba(7, 25, 42, .22);
    display: block;
    height: 100vh;
    left: 0;
    max-width: 380px;
    overflow: hidden;
    position: fixed;
    top: 0;
    transform: translateX(-102%);
    transition: transform .25s ease;
    width: 88vw;
    z-index: 9997;
  }

  .admin-bar .mqc-mobile-drawer {
    top: 0;
  }

  .mqc-mobile-drawer.is-open {
    transform: translateX(0);
  }

  .mqc-mobile-panel {
    display: none;
    height: 100%;
    overflow-y: auto;
    padding: 18px 16px 24px;
  }

  .mqc-mobile-panel.is-active {
    display: block;
  }

  .mqc-mobile-drawer-head,
  .mqc-mobile-subhead {
    align-items: center;
    display: flex;
    gap: 14px;
    justify-content: space-between;
    margin-bottom: 20px;
  }

  .mqc-mobile-drawer-logo img {
    max-height: 46px;
    max-width: 190px;
  }

  .mqc-mobile-drawer button,
  .mqc-mobile-nav button,
  .mqc-mobile-nav a,
  .mqc-mobile-drawer-links a {
    appearance: none;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    color: var(--mqc-header-navy) !important;
    font: inherit;
    text-decoration: none !important;
  }

  .mqc-mobile-drawer-head button,
  .mqc-mobile-subhead button {
    cursor: pointer;
    font-size: 32px;
    line-height: 1;
    padding: 0 4px;
  }

  .mqc-mobile-subhead {
    justify-content: flex-start;
  }

  .mqc-mobile-subhead strong {
    flex: 1 1 auto;
    font-size: 16px;
  }

  .mqc-mobile-nav,
  .mqc-mobile-drawer-links {
    display: grid;
    gap: 8px;
  }

  .mqc-mobile-drawer-links {
    border-top: 1px solid #e4ebf4;
    margin-top: 20px;
    padding-top: 18px;
  }

  .mqc-mobile-nav button,
  .mqc-mobile-nav a,
  .mqc-mobile-drawer-links a {
    align-items: center;
    border-radius: 7px;
    cursor: pointer;
    display: flex;
    font-size: 15px;
    gap: 12px;
    min-height: 48px;
    padding: 0 12px;
  }

  .mqc-mobile-nav button:hover,
  .mqc-mobile-nav button:focus,
  .mqc-mobile-nav a:hover,
  .mqc-mobile-nav a:focus,
  .mqc-mobile-drawer-links a:hover,
  .mqc-mobile-drawer-links a:focus {
    background: #eef6ff !important;
    color: var(--mqc-header-blue) !important;
    outline: none;
  }

  .mqc-mobile-drawer-links em {
    align-items: center;
    background: var(--mqc-header-blue);
    border-radius: 999px;
    color: #fff;
    display: inline-flex;
    font-size: 11px;
    font-style: normal;
    font-weight: 900;
    height: 22px;
    justify-content: center;
    margin-left: auto;
    min-width: 22px;
    padding: 0 6px;
  }
}

@media (max-width: 600px) {
  .admin-bar .mqc-site-header {
    top: 0;
  }
}

@media (max-width: 390px) {
  .mqc-mobile-contact {
    gap: 12px;
  }

  .mqc-mobile-contact a {
    font-size: 11px;
  }

  .mqc-mobile-logo img {
    max-width: 150px;
  }
}
