.sg-header__desktop {
  display: none;
}
.sg-header__mobile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.sg-header__mobile .mobile-nav__container {
  bottom: 0;
  min-height: calc(100vh - 100%);
  min-width: 100%;
  overflow-y: auto;
  position: fixed;
  right: 0;
  top: 0;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  z-index: -1;
}
.mfp-container .mfp-content {
  text-align: center;
}
@media screen and (min-width: 952px) {
  #sg-search-modal,
  #sg-search-modal .search-floater,
  .sg-search-modal__input-container {
    display: block !important;
    text-align: center;
  }
}
.sg-header__mobile.hamburger_only .mobile-nav__container {
  bottom: 0;
  left: 100%;
  min-height: calc(100vh - 100%);
  min-width: 100%;
  overflow-y: auto;
  position: fixed;
  top: 0;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.sg-header__mobile .mobile-nav__container.open {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.sg-header__mobile.hamburger-only {
  background-color: transparent;
}
.sg-header__mobile .logo-container .logo-white {
  display: none;
}
.sg-header__mobile.hamburger-only .hamburger-container {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  position: fixed;
  right: 20px;
  top: 20px;
}
.sg-header__mobile .main-nav {
  padding-top: 5px;
}
.sg-header__mobile.hamburger_only .main-nav {
  padding-top: 50px;
}
.sg-header__mobile .hamburger-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  width: max-content;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  border-radius: 100px;
  cursor: pointer;
  justify-content: center;
  z-index: 1000;
}
.sg-header__mobile .hamburger__bottom,
.sg-header__mobile .hamburger__middle,
.sg-header__mobile .hamburger__top {
  border-radius: 5px;
  display: block;
  height: 3px;
  margin-left: 0;
  margin-right: 0;
  width: 27px;
}
.sg-header__mobile .hamburger__bottom,
.sg-header__mobile .hamburger__top {
  margin: 0;
}
.sg-header__mobile .hamburger__middle {
  margin-bottom: 4px;
  margin-top: 4px;
}
.sg-search-modal__input-container input {
  all: unset;
  -webkit-appearance: none;
  font-size: 16px;
  text-align: start;
}
.sg-search-modal__input-container form {
  background-color: #fff;
  border: 1px solid #32a19a;
  border-radius: 100px;
  margin: 0 auto;
  padding: 5px 30px 5px 15px;
  width: 80%;
}
.sg-header__desktop .mega-exclusion {
  position: relative;
}
.sg-header__desktop .mega-exclusion .mega-inner {
  min-width: 100%;
  padding-top: 10px;
  width: auto;
}
.sg-header__desktop .mega-exclusion .ul-level-2 {
  flex: 1;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 7px;
  padding: 0;
}
.sg-header__desktop .mega-exclusion .ul-level-2 a {
  color: #fff;
  font-size: 14px;
  font-weight: 600 !important;
  white-space: nowrap;
}
section.nav-container .main-nav .active-branch ul {
  font-family: Open Sans, sans-serif;
  font-weight: 400;
  gap: 30px;
}
@media (max-width: 1030px) {
  section.nav-container .main-nav .active-branch ul {
    gap: 0;
  }
}
@media screen and (min-width: 952px) {
  .sg-header__mobile {
    display: none;
  }
  .sg-header__desktop {
    display: block;
  }
  .sg-header__desktop .header-inner {
    min-width: 100%;
    width: 100%;
    -webkit-box-orient: horizontal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .sg-header__desktop .header-inner,
  .sg-header__desktop .nav-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
  }
  .sg-header__desktop .nav-container {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 80%;
    flex: 1 1 80%;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .sg-header__desktop .logo-container {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 11%;
    flex: 1 1 11%;
    position: relative;
  }
  .sg-header__desktop .logo-container a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .sg-header__desktop .nav-container {
    gap: 0px;
    padding: 10px 0 0;
  }
  .sg-header__desktop .nav-container a {
    display: block;
    text-decoration: none;
  }
  .sg-header__desktop .courtesy-nav,
  .sg-header__desktop .main-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
  }
  #sg-site-search {
    padding-right: 5px;
  }
  .sg-header__desktop .main-nav #sg-site-search svg {
    height: 20px;
    vertical-align: middle;
    width: 20px;
  }
  .sg-header__desktop .courtesy-nav #sg-site-search svg {
    height: 16px;
    width: 18px;
  }
  .sg-header__desktop .main-nav .hs-menu-depth-1 a {
    font-weight: 600;
    padding: 10px 15px 20px;
  }
  /* .sg-header__desktop .courtesy-nav ul li a {
    font-size: 12px;
    padding: 0 12px;
  } */
  .sg-header__desktop .logo-container img {
    height: auto;
    max-width: 240px;
    min-width: 100%;
    width: 100%;
  }
}
.sg-header__mobile > a.download-catalog {
  background-color: #00a19a;
  bottom: -48px;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  left: 0;
  padding: 15px 0;
  position: absolute;
  text-align: center;
  text-decoration: none;
  width: 100%;
  z-index: -1;
}


article#sg-search-modal .mfp-close {
  height: 30px;
  right: 10px;
  width: 20px;
}
.sg-search-modal__input-container input#keyword {
  /* text-align: center; */
  width: 80%;
}
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  left: 0;
  opacity: 1;
  position: fixed;
  right: 0;
  top: 50%;
}
