/* Powertech — ana sayfa Tüm Ürünlerimiz başlığı */
.homecat-tab-list .is_parent_cat_li_all > .homcat_tab_all {
  background: transparent !important;
  border-left: none;
  color: var(--pt-brand-blue) !important;
  display: block;
  float: none;
  font-size: 1.5em;
  font-weight: 700;
  line-height: 1.35;
  margin: 0 0 6px;
  padding: 0;
  text-align: center;
  text-transform: none;
  width: 100%;
}

.homecat-tab-list .is_parent_cat_li_all > .homcat_tab_all.active {
  background: transparent !important;
  color: var(--pt-brand-blue) !important;
}

/* Powertech — ana sayfa Tüm Ürünler altı kategori menüsü */
.homecat-tab-list .is_parent_cat_li_all .homcat_tab_sub_categroies {
  background-color: var(--pt-brand-blue);
  border-radius: 6px;
  clear: both;
  display: flex;
  flex-wrap: wrap;
  float: left;
  gap: 0;
  list-style: none;
  margin: 10px 0 0;
  padding: 8px 6px;
  width: 100%;
}

.homecat-tab-list .is_parent_cat_li_all .homcat_tab_sub_categroies li {
  float: none;
  margin: 0;
}

.homecat-tab-list .is_parent_cat_li_all .homcat_tab_sub_categroies a {
  border-radius: 4px;
  color: #fff !important;
  display: block;
  float: none;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.35;
  padding: 10px 14px;
  text-transform: none;
  transition: background-color 0.2s ease, color 0.2s ease;
}

.homecat-tab-list .is_parent_cat_li_all .homcat_tab_sub_categroies a:hover,
.homecat-tab-list .is_parent_cat_li_all .homcat_tab_sub_categroies li.active a {
  background-color: rgba(255, 255, 255, 0.16) !important;
  color: #fff !important;
}

.homecat-tab-list .is_parent_cat_li_all .homcat_tab_sub_categroies li:not(:last-child) a {
  margin-right: 2px;
}

.page-home .homecat-tab-list .is_parent_cat_li_all .ets_home_categories a:not(.button):hover {
  color: #fff !important;
}

@media (max-width: 767px) {
  .homecat-tab-list .is_parent_cat_li_all .homcat_tab_sub_categroies {
    padding: 6px 4px;
  }

  .homecat-tab-list .is_parent_cat_li_all .homcat_tab_sub_categroies a {
    font-size: 13px;
    padding: 9px 12px;
  }
}

@media (max-width: 479px) {
  .homecat-tab-list .is_parent_cat_li_all .homcat_tab_sub_categroies {
    flex-direction: column;
  }

  .homecat-tab-list .is_parent_cat_li_all .homcat_tab_sub_categroies li:not(:last-child) a {
    margin-right: 0;
  }
}

/* Powertech — ana sayfa sol/sağ ok butonları */
body#index .owl-nav > div {
  background-color: var(--pt-brand-blue) !important;
  border-color: var(--pt-brand-blue) !important;
  color: #fff !important;
}

body#index .owl-nav > div:before {
  color: #fff !important;
}

body#index .owl-nav > div:hover,
body#index .owl-nav > div:focus {
  background-color: var(--pt-brand-blue-dark) !important;
  border-color: var(--pt-brand-blue-dark) !important;
  color: #fff !important;
}

body#index .owl-nav > div:hover:before,
body#index .owl-nav > div:focus:before,
body#index .owl-nav > div:hover:after {
  color: #fff !important;
}

body#index .mls_nav > div,
body#index .mls_nav > div:before {
  color: #fff !important;
}
