.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS for html, class: .elementor-element-0678329 *//* ================================
   E-MARKETFASHION PREMIUM HEADER
================================ */

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.emf-header {
  width: 100%;
  background: #ffffff;
  font-family: Arial, sans-serif;
  position: relative;
  z-index: 9999;
  box-shadow: 0 2px 15px rgba(0,0,0,0.08);
}

/* ================= TOP BAR ================= */

.emf-topbar {
  background: #075d2d;
  color: #ffffff;
  overflow: hidden;
  width: 100%;
  padding: 10px 0;
}

.emf-top-track {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 35px;
  white-space: nowrap;
  font-size: 14px;
  font-weight: 500;
}

/* ================= MAIN HEADER ================= */

.emf-main-header {
  width: 100%;
  padding: 15px 5%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
}

/* ================= LOGO ================= */

.emf-logo a {
  text-decoration: none;
  color: #075d2d;
  font-size: 28px;
  font-weight: 800;
  white-space: nowrap;
}

.emf-logo span {
  color: #000000;
}

/* ================= SEARCH ================= */

.emf-search {
  flex: 1;
  max-width: 600px;
  position: relative;
}

.emf-search form {
  display: flex;
  width: 100%;
}

.emf-search input {
  width: 100%;
  height: 45px;
  border: 1px solid #dddddd;
  border-radius: 8px 0 0 8px;
  padding: 0 15px;
  outline: none;
  font-size: 14px;
  transition: 0.3s;
}

.emf-search input:focus {
  border-color: #138a45;
}

.emf-search button {
  width: 55px;
  border: none;
  background: #138a45;
  color: #ffffff;
  font-size: 18px;
  cursor: pointer;
  border-radius: 0 8px 8px 0;
  transition: 0.3s;
}

.emf-search button:hover {
  background: #075d2d;
}

/* ================= HEADER ICONS ================= */

.emf-header-actions {
  display: flex;
  align-items: center;
  gap: 20px;
}

.emf-header-actions a {
  text-decoration: none;
  color: #111111;
  font-size: 14px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  transition: 0.3s;
}

.emf-header-actions a:hover {
  color: #138a45;
}

.emf-header-actions i {
  font-size: 22px;
}

/* ================= NAVIGATION ================= */

.emf-navbar {
  background: #ffffff;
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
}

.emf-nav-container {
  max-width: 1400px;
  margin: auto;
  padding: 0 5%;
  display: flex;
  align-items: center;
}

.emf-category-btn {
  background: #138a45;
  color: #ffffff;
  padding: 16px 25px;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  border: none;
  display: flex;
  align-items: center;
  gap: 10px;
}

.emf-menu {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 28px;
  padding-left: 25px;
}

.emf-menu li a {
  text-decoration: none;
  color: #222222;
  font-size: 15px;
  font-weight: 500;
  transition: 0.3s;
}

.emf-menu li a:hover {
  color: #138a45;
}

/* ================= STICKY HEADER ================= */

.emf-header.sticky {
  position: sticky;
  top: 0;
}

/* ================= TABLET ================= */

@media (max-width: 1024px) {

  .emf-main-header {
    padding: 12px 4%;
    gap: 15px;
  }

  .emf-logo a {
    font-size: 23px;
  }

  .emf-search {
    max-width: 450px;
  }

  .emf-menu {
    gap: 18px;
  }

  .emf-top-track {
    gap: 20px;
    font-size: 13px;
  }

}

/* ================= MOBILE ================= */

@media (max-width: 767px) {

  .emf-topbar {
    padding: 8px 0;
  }

  .emf-top-track {
    justify-content: flex-start;
    overflow-x: auto;
    padding: 0 15px;
    gap: 25px;
    font-size: 12px;
  }

  .emf-main-header {
    padding: 12px 15px;
    flex-wrap: wrap;
  }

  .emf-logo {
    order: 1;
  }

  .emf-logo a {
    font-size: 20px;
  }

  .emf-header-actions {
    order: 2;
    gap: 12px;
    margin-left: auto;
  }

  .emf-header-actions a {
    font-size: 10px;
  }

  .emf-header-actions i {
    font-size: 19px;
  }

  .emf-search {
    order: 3;
    width: 100%;
    max-width: 100%;
    flex-basis: 100%;
  }

  .emf-search input {
    height: 42px;
  }

  .emf-search button {
    height: 42px;
  }

  /* NAVIGATION */

  .emf-navbar {
    overflow-x: auto;
  }

  .emf-nav-container {
    padding: 0;
    min-width: max-content;
  }

  .emf-category-btn {
    padding: 13px 18px;
    font-size: 13px;
  }

  .emf-menu {
    gap: 18px;
    padding-left: 18px;
    padding-right: 15px;
  }

  .emf-menu li a {
    font-size: 13px;
    white-space: nowrap;
  }

}

/* ================= SMALL MOBILE ================= */

@media (max-width: 480px) {

  .emf-logo a {
    font-size: 18px;
  }

  .emf-header-actions {
    gap: 8px;
  }

  .emf-header-actions a:nth-child(2) {
    display: none;
  }

  .emf-search input {
    font-size: 13px;
  }

  .emf-category-btn {
    padding: 12px 15px;
  }

}/* End custom CSS */