.drilldown-sub{
	overflow-y: auto !important;
}

.categories .has_child:hover>.dropdown-menu{
	width: 1076px !important;
}

.drilldown-root > li > a > div >img{
	display: none !important;
}

#ust_ana_menu li a {
  display: inline-block;
  padding: 8px 16px;
  border-radius: 6px;
  color: #fff;
  font-weight: 500;
  text-decoration: none;
  transition: 0.3s;
}

/* 1. menü (Anasayfa) */
#ust_ana_menu li:nth-child(1) a {
  background: #FB1462;
}

/* 2. menü (Sipariş Takibi) */
#ust_ana_menu li:nth-child(2) a {
  background: #FB1462;
}

/* 3. menü (Müşteri Hizmetleri) */
#ust_ana_menu li:nth-child(3) a {
  background: #FB1462;
}

/* 4. menü (İletişim) */
#ust_ana_menu li:nth-child(4) a {
  background: #FB1462;
}

/* Hover efekti */
#ust_ana_menu li a:hover {
  opacity: 0.8;
  transform: scale(1.05);
}

#ust_ek_menu_2 li a {
  display: inline-block;
  padding: 8px 16px;
  border-radius: 6px;
  color: #fff;
  font-weight: 500;
  text-decoration: none;
  transition: 0.3s;
}

/* 1. menü (İndirimli Ürünler) */
#ust_ek_menu_2 li:nth-child(1) a {
  background: #b500ff; /* mor */
}

/* 2. menü (En Yeni Ürünler) */
#ust_ek_menu_2 li:nth-child(2) a {
  background: #00d1a8; /* turkuaz */
}

/* 2. menü (Sihirbaz) */
#ust_ek_menu_2 li a {
  background: #00d1a8; /* turkuaz */
}

/* Hover efekti */
#ust_ek_menu_2 li a:hover {
  opacity: 0.8;
  transform: scale(1.05);
}

.logo img {
  max-height: 50px !important;
  width: auto !important;
}



/* (Platin Market logosunu gizler) */
img[src*="platinmarket.svg"] {
    display: none !important;
}

#anasayfa_yazisi {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
}





.whatsapp {
  position: fixed !important;
  right: 20px !important;
  bottom: 120px !important;
  left: auto !important;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 999999 !important;
}

.whatsapp_link {
  background: #25D366 !important;
  width: 70px !important;
  height: 70px !important;
  border-radius: 50% !important;
  display: flex !important;
  justify-content: center;
  align-items: center;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.4);
  transition: all 0.3s ease;
  position: relative;
  text-decoration: none;
}

/* Hover büyütme efekti */
.whatsapp_link:hover {
  transform: scale(1.05);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.5);
}

.whatsapp_link svg {
  width: 36px !important;
  height: 36px !important;
}

/* Yazı sola açılıyor */
.whatsapp_link::after {
  content: "Bize Yazın!";
  position: absolute;
  right: 80px; /* ‹‹‹ dikkat: bu sefer sağ değil, SOL tarafı ayarlıyoruz */
  white-space: nowrap;
  background-color: #25D366;
  color: white;
  padding: 10px 14px;
  border-radius: 25px;
  font-size: 14px;
  font-weight: bold;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  opacity: 0;
  transform: translateX(10px);
  transition: all 0.3s ease;
  pointer-events: none;
  top: 50%;
  transform: translateY(-50%);
}

/* Hover olunca yazıyı göster */
.whatsapp_link:hover::after {
  opacity: 1;
  transform: translate(0, -50%);
}

