#header {
  box-shadow: none;
  border-bottom: 1px solid var(--color-border);
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
}

#header a {
  color: var(--color-primary);
}

#header .top-menu a[data-depth="0"]:hover, a:hover, #header a:hover {
  color: var(--color-primary);
}

#header {
  font-size: 15px;
}

#header .header-top a[data-depth="0"] {
  color: var(--color-primary);
  font-weight: normal;
  font-size: 15px;
}

.language-selector-wrapper {
  text-transform: uppercase;
  display: flex;
  align-items: center;
}

#_desktop_language_selector {
  display: flex;
  align-items: center;
}

.language-selector-wrapper .expand-more,
.language-selector-wrapper select {
  text-transform: uppercase;
}

#_desktop_user_info .black-button {
  color: #ffff;
  background-color: black;
  padding: 5px 10px;
}

#_desktop_user_info .black-button:hover {
  background-color: var(--color-hover-button);
}

#_desktop_user_info .black-button a {
  color: #ffff;
}

#header .header-left-container {
  display: flex;
  justify-content: flex-start;
  flex: 1;
  gap: 30px;
}

#header .header-left-container #_desktop_logo {
  display: flex;
  align-items: center;
  /*min-width: 130px;*/
}

#header .header-left-container #_desktop_logo h1 {
  padding: 0;
}

#header .header-right-container {
  display: flex;
  justify-content: flex-end;
  gap: 30px;
}

#header .center {
  display: flex;
  justify-content: center;
  align-content: center;
}

#header .header-container {
  display: flex;
  justify-content: center;
  align-content: center;
}

#header #search_widget {
  display: flex;
  align-content: center;
  flex-wrap: wrap;
}

#header .menu {
  display: flex;
  align-content: center;
  flex-wrap: wrap;
}

.language-selector .dropdown-menu {
  overflow: hidden;
  right: 0;
  left: auto;
  font-weight: 500;
}

.language-selector button {
  font-weight: 500;
  white-space: nowrap;
}

#_desktop_top_menu {
  flex-wrap: nowrap;
}

#top-menu {
  white-space: nowrap;
}

#_desktop_user_info,
#_desktop_user_info .user-info {
  display: flex;
  align-items: center;
  gap: 20px;
}

#header .search-bar {
  display: flex;
  align-items: center;
}

.cart-icon-container {
  position: relative;
}

.cart-products-count.badge {
  position: absolute;
  top: -10px;
  right: -10px;
  background-color: #000000;
  color: #ffffff;
  border-radius: 50%;
  font-size: 10px;
  font-weight: bold;
  padding: 3px 6px;
  min-width: 20px;
  height: 20px;
  line-height: 14px;
  text-align: center;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

#header .js-top-menu-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#header .js-sub-menu{
  display: none;
}

#header .header-nav .blockcart {
  background: transparent;
  margin: 0 15px 0 0;
}

.header-top > .container{
  width: 100%;
  padding: 0 42px;
}

#header .logo {
  max-width: 200px;
  height: auto;
}

#_mobile_user_info{
  margin: 0;
  max-width: 250px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.user-info {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

@media (max-width: 768px) {
  #header .header-top {
    padding: 0;
  }

  #header .header-right-container {
    display: block;
    max-height: calc(100vh - 60px);
    overflow-x: scroll;
    width: 100%;
  }

  #mobile_top_menu_wrapper {
    /*width: 100%;
    padding: 0 10px;*/
    padding: 0;
    margin: 0;
  }

  .header-top > .container{
    padding: 0;
  }
}

@media (max-width: 480px) {
  #header .js-top-menu-bottom {
    display: flex;
    align-items: center;
    flex-direction: row;
    padding: 0 10px;
  }

  #header .js-top-menu-bottom #_mobile_language_selector{
    margin-top: -12px;
  }
}

