:root {
--nd-primary: #fff;
--nd-primary-hover: #cdcdcd;
--nd-primary-active: #cdcdcd;
}

.user-header {
  /* account*/

  --nd-account-font-size: 13px;
  --nd-account-color: var(--nd-gray-200, #eee);
  --nd-account-hover-color: #fff;
  --nd-account-item-padding-x: 20px;
    
    /* search */
  --nd-search-width: 220px;
  --nd-search-height: 2.375rem;
  --nd-search-font-size: 0.875rem;
  --nd-search-color: #fff;
  --nd-search-bg: rgba(255, 255, 255, 0.25);
  --nd-search-border-width: 0;
  --nd-search-border-color: transparent;
  --nd-search-focus-color: var(--nd-search-color);
  --nd-search-focus-bg: rgba(255, 255, 255, 0.25);
  --nd-search-border-radius: 0;
  --nd-search-focus-border-color: var(--nd-search-border-color);
  --nd-search-placeholder: rgba(255, 255, 255, 0.5);
  
  /* search button */
  --nd-search-btn-padding-x: 0.75rem;
  --nd-search-btn-padding-y: 0.25rem;
  --nd-search-btn-font-size: 1.375rem;
  --nd-search-btn-color: #fff;
  --nd-search-btn-bg: var(--nd-search-bg);
  --nd-search-btn-hover-color: var(--nd-search-btn-color);
  --nd-search-btn-hover-bg: var(--nd-search-bg);
  --nd-search-btn-active-color: var(--nd-search-focus-color);
  --nd-search-btn-active-bg: var(--nd-search-focus-bg);
    
  /* logo */
  --nd-logo-align: center;
  --nd-logo-padding-top: 1.25rem;
  --nd-logo-padding-bottom: 1rem; 
    
   /* nav */
  --nd-nav-height: 3.5rem;
  --nd-nav-bg: #e7e7e7;
  
  /* menu */
  --nd-menu-font-size: 1.125rem;
  --nd-menu-font-weight: 500;  
  --nd-menu-link-padding-x: .75rem;
  --nd-menu-link-padding-y: .85rem;
  --nd-menu-link-color: #000;
  --nd-menu-line-height: var(--nd-menu-line-height, 1);
  --nd-menu-margin: 0 0 0 calc(-1 * var(--nd-menu-link-padding-x));
  
  /* submenu */
  --nd-menu-sub-width: max-content;
  --nd-menu-sub-padding-x: calc(.25 * var(--nd-menu-link-padding-x));
  --nd-menu-sub-font-size: 1rem;
  --nd-menu-sub-font-weight: 400;
  --nd-menu-sub-line-height: var(--nd-body-line-height, 1.5);
  --nd-menu-sub-link-padding-x: calc(.75 * var(--nd-menu-link-padding-x));
  --nd-menu-sub-link-padding-y: 0.75rem;
  --nd-menu-sub-link-color: var(--nd-gray-700, #495057);
  --nd-menu-sub-link-hover-color: var(--nd-menu-link-color);
  --nd-menu-sub-link-hover-text-decoration: underline;
  --nd-menu-sub-link-active-color: var(--nd-menu-sub-link-hover-color);
  --nd-menu-sub-link-active-text-decoration: var(--nd-menu-sub-link-hover-text-decoration);
  
  /* menu button */
  --nd-menu-btn-color: #fff;
  --nd-menu-btn-hover-color: var(--nd-menu-btn-color);
  --nd-menu-btn-active-color: var(--nd-menu-btn-hover-color);
  
  /* nav */
  --nd-nav-sub-height: calc((var(--nd-menu-sub-font-size) * var(--nd-menu-sub-line-height)) + (2 * var(--nd-menu-sub-link-padding-y)));
  --nd-nav-sub-bg: var(--nd-light, #f8f9fa);  
 
  --nd-user-header-margin-bottom: 1.875rem;
  background-color: #000;
}
.gl-logo > a {
	width:210px
}
.gl-banner {
  display: flex;
  width: 300px;
  align-items: center;
  align-self: stretch;
  gap: 0.5rem;
}
.gl-banner.end {
  justify-content:end;
}
.gl-nav > .index-width {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.gl-nav-sub.gl-nav::after, .gl-nav-sub:not(.gl-nav) {
  height: 0;
  background: none;
}
.gl-menu {
  flex: 1 1 0;
  min-width: 0;
  max-width: 100%;
  justify-content:center;
}
.gl-account-item:not(.gl-updated) + .gl-account-item {
  --nd-account-divider: normal;
}
.gl-account {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.gl-account-item {
  border :1px solid #ededed;
  padding:2px 20px;
}
.gl-account-item + .gl-account-item {
  margin-left:6px
}
.gl-account-item.white {
  border :1px solid #ced4da;
  background-color:#fff;
}
.gl-account-item.white .gl-account-link {
  color:#636363;
}