.paylix-header {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  max-width: 1140px;
  padding: 0 1rem 0 1.5rem;
  margin: 0 auto;
}

.paylix-header-menu {
  display: flex;
  gap: .5rem;
  width: 100%;
}

.paylix-header-menu a {
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: var(--lightFontColor);
  padding: .5rem;
  border-radius: .5rem;
  display: flex;
  align-items: center;
  white-space: nowrap;
}

.paylix-header-menu a.active, .paylix-header-menu a:hover {
  background: var(--brandColor);
  color: white;
}
.paylix-header-menu a.active svg * , .paylix-header-menu a:hover svg * {
  stroke: white;
}

.paylix-header-menu a svg {
  margin-right: .5rem;
}
.paylix-header-menu a svg * {
  stroke: var(--lightFontColor);
}

.paylix-header-user {
  width: 100%;
  text-align: left;
  justify-content: flex-end;
  display: flex;
}

.paylix-header-user-info {
  display: flex;
  cursor: pointer;
}

.paylix-header-user-info-icon {
  width: 2rem;
  height: 2rem;
  color: white;
  background: var(--brandColor);
  border-radius: 100%;
  margin-right: .5rem;
  font-size: 1rem;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
}

.paylix-header-user-info-name {
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: var(--lightFontColor);
}

.paylix-header-user-info-email {
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
  color: var(--darkFontColor);
}

.paylix-header-logo-image {
  margin-right: 10px;
}

.paylix-header-shop-name {
  text-align: left;
  width: 100%;
}

@media (max-width: 768px) {
  .paylix-header-shop-name {
    white-space: nowrap;
  }
}

.paylix-header-cart {
  z-index: 12;
  margin-top: -1px;
}

@media (max-width: 768px) {
  .paylix-header-logo-image {
    margin-right: 5px;
  }

  .paylix-header-shop-name {
    text-align: center;
  }
}

.paylix-store .border-bottom.app-header {
  border-bottom: 0;
}

.paylix-store .app-header {
  position: relative;
  z-index: 3;
}

.screen-header {
  padding: 1.5rem 0;
  align-items: center;
  justify-content: space-between;
  display: flex;
  position: relative;
}

@media (max-width: 768px) {
  .screen-header {
    flex-direction: column;
    align-items: flex-start;
    padding: 1rem 0;
  }
}

.header {
  height: 70px;
  flex: 0 0 70px;
  box-shadow: none;
  border-bottom: 0;
  width: 100%;
  z-index: 12;
  position: fixed;
}

@media (max-width: 768px) {
  .header {
    border-bottom: 1px solid var(--borderColor);
  }
}

.header.is-shop {
  border-bottom: 1px solid var(--borderColor);
  position: relative;
  height: 60px;
  flex: 0 0 60px;
}

/* header menu icon */

@media (max-width: 500px) {
  .header.is-shop .user-menu-icon {
    padding-left: 1rem !important;
  }

  .header.is-shop .user-menu-icon img {
    margin-right: 0;
  }
}

/* header navigation */

.header.is-shop .header-nav {
  border-bottom-color: transparent !important;
  border-left-color: transparent !important;
  justify-content: flex-end;
}

@media (max-width: 768px) {
  .header.is-shop .header-nav {
    padding-right: 1rem;
  }
}

.header.is-shop .sidebar-toggler {
  display: none !important;
}

.header.is-shop .header-logo {
  background: transparent !important;
  border-color: transparent !important;
}

.header .header-logo {
  width: 230px;
  height: 100%;
  cursor: pointer;
  background: var(--backgroundAccentDark);
  border-right: 1px solid var(--gridLine);
}

.header .header-logo.open {
  width: 70px;
}

@media (max-width: 768px) {
  .header .header-logo {
    flex: 1;
  }
}

.header .header-nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
  padding: 0 1rem 0 2rem;
  border-bottom: 1px solid var(--gridLine);
}

@media (max-width: 768px) {
  .header .header-nav {
    padding: 0;
    justify-content: flex-end;
    width: 70px;
    border-left: none !important;
  }
}

.header .header-menu {
  display: flex;
  align-items: center;
  transition: all 0.3s ease;
}

.header .header-menu-icon {
  display: flex;
  position: relative;
  cursor: pointer;
  height: 100%;
  align-items: center;
  padding: 1rem 1.25rem;
  font-size: 16px;
}

@media (max-width: 768px) {
  .header .header-menu-icon {
    display: none;
  }
}

.header .header-menu-icon a {
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.header .header-menu-icon a i {
  font-size: 1.25rem;
}

.header .header-menu .color-switch {
  padding: 0 0;
  width: 44px;
  margin: 0 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 768px) {
  .header .header-menu .color-switch {
    display: none;
  }
}

.header .header-menu .color-switch .slider.round {
  background: #e8e8e8;
}

/* header logo */

.header .header-logo-image {
  width: 230px;
  height: 100%;
  display: flex;
  align-items: center;
  padding: 0 1rem 0 1.5rem;
}

@media (max-width: 768px) {
  .header .header-logo-image {
    display: flex;
    width: calc(100% - 140px) !important;
    padding: 0;
    align-items: center;
    justify-content: center;
  }
}

.header .header-logo-image.mobile .header-logo-image-big {
  opacity: 1;
}

.header .header-logo-image.mobile .header-logo-image-small {
  display: none;
}

.header .header-logo-image.mobile.open .header-logo-image-big {
  opacity: 1;
}

.header .header-logo-image.mobile.open .header-logo-image-small {
  display: none;
}

.header .header-logo-image .header-logo-image-big {
  opacity: 1;
  transition: opacity 0.3s ease;
}

.header .header-logo-image .header-logo-image-small {
  position: absolute;
}

.header .header-logo-image.open .header-logo-image-big {
  opacity: 0;
  transition: opacity 0.3s ease;
}

@media (max-width: 768px) {
  .header .header-logo-image {
    width: auto !important;
  }
}

/* header searchbar */

.header .header-searchbar {
  display: none;
  position: relative;
  max-width: 500px;
  width: 100%;
  transition: none;
}

@media (max-width: 768px) {
  .header .header-searchbar {
    display: none;
  }
}

.header .header-searchbar input {
  background-color: #fff;
  height: 100%;
  border-radius: 3px;
  border: none !important;
  font-size: 16px;
  padding-left: 45px;
  transition: none;
}

.header .header-searchbar input:focus {
  display: none;
}

.header .header-searchbar input::placeholder {
  color: #a7a5b4;
  opacity: 1;
}

.header .header-searchbar i {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 15px;
  height: 15px;
  color: #a7a5b4;
  font-size: 17px;
}

/* header sidebar */

.header .sidebar-toggler {
  display: none;
  width: 70px;
  margin: 0 1rem 0 1rem;
  padding: 0;
  font-size: 1rem;
  background-color: #0000;
  border: none;
  border-radius: 0;
  outline: none;
  height: 100%;
  align-items: center;
  justify-content: center;
}

.header .sidebar-toggler span {
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg viewBox=%270 0 30 30%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath stroke=%27%2373818f%27 stroke-width=%272.25%27 stroke-linecap=%27round%27 stroke-miterlimit=%2710%27 d=%27M4 7h22M4 15h22M4 23h22%27/%3E%3C/svg%3E') !important;
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: '';
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  font-size: 15px;
}

@media (max-width: 768px) {
  .header .sidebar-toggler {
    display: flex;
  }
}

.header button:focus {
  outline: none;
}

.header > div {
  width: 100%;
  height: 100%;
  display: flex;
}

header {
  height: 60px;
  flex: 0 0 60px;
  box-shadow: none;
  border-bottom: 1px solid var(--borderColor);
  width: 100%;
  z-index: 12;
  background: var(--backgroundAccentLight);
  position: relative;
}

.paylix-header-logo {
  display: flex;
  width: 130px;
  height: 100%;
  cursor: pointer;
  align-items: center;
  padding: 0 1rem 0 1.5rem;
}

.paylix-header-logo img {
  background-size: contain;
  background-position: left center;
  background-repeat: no-repeat;
  width: 200px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
}

@media (max-width: 768px) {
  .paylix-header-logo {
    display: flex;
    width: 25%;
  }
}

.paylix-header-mobile-menu-container {
  display: none;
}

.mobile-menu-dropdown a {
  width: 100%;
  padding: 0.75rem 1rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  border-bottom: 1px solid var(--borderColor);
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: var(--lightFontColor);
}

.mobile-menu-dropdown a svg {
  margin-right: 1rem;
}

.paylix-header-mobile-menu-icon {
  padding: 1rem;
  cursor: pointer;
  font-weight: 600;
  transform: rotate(90deg);
  color: var(--darkFontColor);
}

.mobile-menu-dropdown a.active {
  color: var(--brandColor);
}
.mobile-menu-dropdown a.active svg * , .mobile-menu-dropdown a:hover svg * {
  stroke: var(--brandColor);
}
.mobile-menu-dropdown a svg {
  margin-right: .5rem;
}
.mobile-menu-dropdown a svg * {
  stroke: var(--darkFontColor);
}


@media (max-width: 768px) {
  .paylix-header-mobile-menu-container {
    display: flex;
  }
  .paylix-header-menu {
    display: none;
  }
  .paylix-header-user {
    display: none;
  }
}

