/* Storefront header logo & middle bar (inner pages) */
.storefront-header-middle {
  padding: 20px 0;
  background: #fff;
  border-bottom: 1px solid #ececec;
}

.storefront-header-middle__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px 40px;
}

.storefront-header-middle__search {
  flex: 1 1 380px;
  max-width: 680px;
  margin-left: auto;
}

.storefront-header-middle__search .hm-form_area {
  justify-content: flex-end;
}

.storefront-header-middle__search .hm-searchbox {
  min-width: 0;
  width: 100%;
  max-width: 680px;
  height: 48px;
}

.storefront-header-middle__search .hm-searchbox input {
  height: 48px;
}

.storefront-header-middle__search .hm-searchbox .nice-select.select-search-category {
  height: 46px;
  line-height: 46px;
}

.storefront-site-logo {
  flex: 0 0 auto;
  line-height: 0;
}

.storefront-site-logo a {
  display: inline-flex;
  align-items: center;
  line-height: 0;
}

.storefront-site-logo img {
  display: block;
  width: auto;
  height: auto;
  max-width: 280px;
  max-height: 150px;
  object-fit: contain;
  object-position: left center;
}

@media (min-width: 1200px) {
  .storefront-site-logo img {
    max-width: 300px;
    max-height: 160px;
  }
}

@media (min-width: 1400px) {
  .storefront-site-logo img {
    max-width: 320px;
    max-height: 170px;
  }
}

/* Home header logo */
.header-main_area-2 .storefront-site-logo img {
  max-height: 72px;
  max-width: 220px;
}

@media (min-width: 1200px) {
  .header-main_area-2 .storefront-site-logo img {
    max-height: 80px;
    max-width: 240px;
  }
}

/* Mobile sticky nav logo */
.header-bottom_area .storefront-site-logo {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

.header-bottom_area > .container > .row {
  align-items: center;
}

.header-bottom_area .storefront-site-logo img {
  max-height: 64px;
  max-width: 175px;
}

@media (max-width: 575px) {
  .header-bottom_area .storefront-site-logo {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
    text-align: left;
  }

  .header-bottom_area .storefront-site-logo img {
    max-height: 56px;
    max-width: 150px;
  }
}
