/* Custom Header Styles - Overrides main.css and main2.css */

/* Desktop Header Font Size Reduction */
@media (min-width: 1700px) {
  /* Reduce User Name Font Size */
  .site-header .user-summary .user-data .name {
    font-size: 13px !important;
    text-align: right;
  }

  /* Reduce Guest Welcome Text Size */
  .site-header .guest-welcome-txt {
    font-size: 13px !important;
  }
  
  /* Reduce Navigation Item Font Size */
  .site-header .header-nav .nav-item {
    font-size: 14px !important;
  }
  
  /* Reduce Navigation Icon Size */
  .site-header .header-nav .nav-item .svg-icon,
  .site-header .header-nav .nav-item i {
    font-size: 21px !important;
  }

  /* Reduce Top Menu Text Size */
  .site-header .header-kurumsal-menu a.mini,
  .site-header .top-menu-box a.mini {
      font-size: 12px !important;
  }

  /* Reduce Category Menu Title & Items */
  .site-header .category-menu-box .hm-title,
  .site-header .category-menu-box .item {
      font-size: 15px !important;
  }

  /* Reduce Notification Dropdown Head */
  .site-header .dropdown-notification .head {
      font-size: 15px !important;
  }

  /* Reduce Notification Dropdown Items */
  .site-header .dropdown-notification .body ul li a,
  .site-header .dropdown-notification .btn-all {
      font-size: 13px !important;
  }

  /* Reduce User Menu Dropdown Text */
  .site-header .header-user-menu .balance {
      font-size: 12px !important;
      color: #11d377 !important;
  }
  .site-header .header-user-menu .user-summary .order {
      font-size: 13px !important;
      text-align: right;
  }
  .site-header .user-summary {
    display: flex !important;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 0 15px;
    height: 50px;
    border-radius: 10px;
    box-shadow: none;
    border: solid 1px rgba(120, 120, 120, 0.15);
    box-sizing: border-box;
    background-color: #1e2025 !important;
}
}

.dropdown-menu.category-menu-box,
.dropdown-menu.all-category-menu-search,
.all-category-menu-search{
  background: #11141a !important;
  background-color: #11141a !important;
}
