.widget_archive li a, .widget_categories li.cat-item a, .widget_pages li a {
    color:#000;
}
.product-sidebar .single-post .content h5 a{
   color:#000;
   font-weight: 300;
}
.widget_categories {
    background-color: #f3f6f8;
    border: 1px solid #f3f6f8;
}.header-wrap.header-space-between.main-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap;
}

/* Kategoriler kısmı sola sabitlenecek */
.main-categories-wrap {
  order: 1;
  margin-right: 30px;
}

/* Menü kısmı ortada hizalı olacak */
.main-menu {
  order: 2;
  flex: 1;
}

.main-menu nav {
  display: flex;
  justify-content: center;
  align-items: center;
}

.main-menu nav > ul {
  display: flex;
  gap: 25px;
  margin: 0 20px;
  padding: 0;
}

.main-menu nav > ul li {
  list-style: none;
  white-space: nowrap;
}

/* Bize Ulaşın ve Hakkımızda menülerini de aynı hizada tut */
.main-menu nav > ul:last-of-type {
  display: flex;
  gap: 25px;
  margin-left: 40px;
}

/* Sağdaki yardım hattı sabit kalsın */
.hotline {
  order: 3;
  margin-left: auto;
}