body #PM_alt .copyright_row {
    background-color: #0199d8;
}

body #PM_alt .site_telif{
	padding: var(--bs-gutter-x, .75rem);
}

body #PM_alt .pm_telif {
    display: none;
}
#PM_alt  {
    background-color: #fff!important;
}
.telifmain {
	text-align: center;
}

.telifmain .social{
	margin-right: 0 !important;
}

body #PM_alt .site_telif .baslik,
body #PM_alt .site_telif ul li a {
    color: #b5babf;

}

@media screen and (max-width: 650px) {
  header .py-4{
    padding-top: .5rem!important;
  }
}


/* Sosyal Giriş Butonları - Daha Dengeli Stil */
a.dropdown-item[href*="google"],
a.dropdown-item[href*="facebook"] {
  background-color: #f9f9f9;
  border: 1px solid #ccc;
  padding: 8px 12px;
  margin: 6px 0;
  border-radius: 6px;
  font-weight: 600;
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 8px;
  color: #333 !important;
  transition: 0.3s ease;
}

a.dropdown-item[href*="google"]:hover {
  background-color: #e8f0fe;
  border-color: #4285F4;
  color: #1a73e8 !important;
}

a.dropdown-item[href*="facebook"]:hover {
  background-color: #e7f0ff;
  border-color: #3b5998;
  color: #3b5998 !important;
}

/* Küçük ikonlarla sosyal medya logoları */
a.dropdown-item[href*="google"]::before {
  content: "";
  background: url('https://cdn-icons-png.flaticon.com/512/281/281764.png') no-repeat center;
  background-size: contain;
  width: 16px;
  height: 16px;
  display: inline-block;
}

a.dropdown-item[href*="facebook"]::before {
  content: "";
  background: url('https://cdn-icons-png.flaticon.com/512/733/733547.png') no-repeat center;
  background-size: contain;
  width: 16px;
  height: 16px;
  display: inline-block;
}





<button id="search-btn" type="submit">
  </button>

/* Arama kutusu ve butonu yan yana hizalamak için temel ayarlar */
#urun_arama_input, #search-btn {
    vertical-align: middle !important; /* Dikeyde aynı hizaya getirir */
    height: 50px !important; /* İkisinin de yüksekliğini eşitler */
    box-sizing: border-box !important; /* Padding ve border'ı yüksekliğe dahil eder */
}

/* ARAMA KUTUSU (INPUT) */
input#urun_arama_input {
    width: 100% !important; /* Genişliği doldurur */
    font-size: 15px !important;
    color: #555 !important;

    /* Kenarlık ve alt gölge efekti */
    border: 1px solid #333 !important;
    border-radius: 8px !important; /* Köşeleri yuvarla */
    box-shadow: 0 2px 0 #26A69A !important; /* Turkuaz alt gölge */
    
    /* İkonun geleceği sağ tarafta boşluk bırak */
    padding: 14px 50px 14px 16px !important; 

    outline: none !important;
    transition: all 0.2s ease-out !important;
}

/* Arama kutusuna tıklandığında (focus) */
input#urun_arama_input:focus {
    border-color: #00796B !important;
    box-shadow: 0 2px 0 #00796B !important;
}

/* Placeholder (silik yazı) stili */
input#urun_arama_input::placeholder {
    color: #999 !important;
}

/* ARAMA BUTONU (BUTTON) */
#search-btn {
    /* Butonun arka planını ve kenarlığını kaldırarak görünmez yap */
    background: none !important;
    border: none !important;
    padding: 0 !important;
    cursor: pointer !important;

    /* Butonu input'un üzerine çekme */
    width: 50px !important;
    margin-left: -50px !important; /* Genişliği kadar eksi değerle sola çek */
    position: relative !important; /* Diğer elemanların üzerine çıkması için */
    
    background-color: #333 !important; /* BU, İKONUN RENGİNİ BELİRLER */
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m21 21-5.197-5.197m0 0A7.5 7.5 0 1 0 5.196 5.196a7.5 7.5 0 0 0 10.607 10.607Z'/%3E%3C/svg%3E") !important;
    mask-size: 50% 50% !important; /* İkonun boyutu */
    mask-position: center !important;
    mask-repeat: no-repeat !important;
}

@media (min-width: 700px) {
    body #anasayfa_yazisi .banner-hover:after {
        border-radius: .25rem;
    }
}
#PopupMenu1 {
  justify-content: center !important;
  margin: 0 auto !important;
  float: none !important;
  text-align: center;
  color:red;
}





/* Butonlar normal görünüm */
.kullanici-btn .btn,
.kullanici-btn .user.btn {
    background-color: #fff;
    border: 1px solid #6B6B6B;
    border-radius: 6px;
    color: #222;
     
    display: flex;
    align-items: center;
    justify-content: center; /* İkonu yatayda ortalar */
    box-shadow: 2px 2px 0 #A00769;
    transition: all 0.2s ease-in-out;
}
 
/* Hover olduğunda görünüm */
.kullanici-btn .btn:hover,
.kullanici-btn .user.btn:hover {
    background-color: #E6E6FA;
    color: #222; 
    border-color: #222;
    box-shadow: none;
   /* transform: translate(3px, 3px); */
}

/* Mobil Giriş Butonu */
#user-btn {
  background-color: #fff;
  border: 1px solid #6B6B6B;
  border-radius: 6px;
  padding: 8px 12px;
  font-weight: 600;
  box-shadow: 0 3px 0 #6B6B6B;
  color: #222;
  transition: all 0.3s ease;
}

#user-btn:hover {
  background-color: #0199D8;
  color: #fff;
  border-color: #0199D8;
  box-shadow: 0 3px 0 #0199D8;
}


.header-marquee{
 background: linear-gradient(to right, #0187be, #32c2eb)!important;
  color: #fff;
  font-family: system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif;
  font-size: 14px;
  font-weight: 400;
  height: 40px;
  display: flex;
  align-items: center;
  overflow: hidden;
  box-shadow: 0 3px 6px rgba(0,0,0,0.15);
}
#mainPageBrandsOwl img{
height:125px;
width:125px;
}















 
/* --- Ana Menü Konteyneri ve Animasyonlu Alt Çizgi --- */
.top-menu {
    background-color: #ffffff !important;
    box-shadow: 0 2px 4px rgba(0,0,0,0.05);
    position: relative; /* Animasyonlu çizgi için gerekli */
    padding: 0;
}

/* Animasyonlu renk geçişi için Keyframes */
@keyframes kayan-renkler {
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
}

/* Animasyonlu alt çizgiyi oluşturuyoruz */
.top-menu::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 4px; /* Çizgi kalınlığı */
    
    /* Geniş bir arka plan gradyanı oluşturuyoruz */
    background: linear-gradient(-45deg, 
        #00a9e0, /* Mavi */
        #f39200, /* Turuncu */
        #fff200, /* Sarı */
        #8dc63f, /* Yeşil */
        #ec2427, /* Kırmızı */
        #662d91, /* Mor */
        #00a9e0  /* Dikişsiz döngü için tekrar mavi */
    );
    background-size: 400% 400%; /* Animasyon için gradyanı büyütüyoruz */
    
    /* Animasyonu uyguluyoruz */
    animation: kayan-renkler 15s ease infinite;
}


 
/* Menüyü ortalamak için */
#PopupMenu1 {
    justify-content: center !important;
}

/* --- Üst Seviye Menü Öğeleri (li) ve Dikey Ayırıcılar --- */
 

#PopupMenu1 > li:not(:last-child)::after {
    content: '';
    display: block;
    position: absolute;
    right: -2px;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 25px;
    background-color: #e0e0e0;
}


/* --- Üst Seviye Menü Linkleri (a) ve Hover Efekti --- */
#PopupMenu1 > li > a {
    color: #444 !important;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif !important;
    font-weight: 600 !important;
    font-size: 14px !important;
    text-transform: uppercase;
    padding: 20px 15px !important;
    transition: color 0.3s ease !important;
    position: relative;
    overflow: hidden;
}

#PopupMenu1 > li > a:hover {
    color: #000 !important;
    background-color: transparent !important;
}

#PopupMenu1 > li > a::after {
    content: '';
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 4px;
    background-color: #333;
    transition: width 0.3s ease-in-out;
}

#PopupMenu1 > li:hover > a::after {
    width: 40px;
}


/* --- Her Menü Öğesine Farklı Renk Ataması --- */
#PopupMenu1 > li:nth-child(1) > a::after { background-color: #837ab7; } /* Mor */
#PopupMenu1 > li:nth-child(2) > a::after { background-color: #f7c86d; } /* Sarı */
#PopupMenu1 > li:nth-child(3) > a::after { background-color: #5bb2b3; } /* Turkuaz */
#PopupMenu1 > li:nth-child(4) > a::after { background-color: #e56b6f; } /* Pembe */
#PopupMenu1 > li:nth-child(5) > a::after { background-color: #f3a253; } /* Turuncu */
#PopupMenu1 > li:nth-child(6) > a::after { background-color: #4a4a4a; } /* Siyah */
#PopupMenu1 > li:nth-child(7) > a::after { background-color: #837ab7; } /* Mor */


/* --- MAVİ ARKA PLAN RENGİNİ ENGELLEME KODU --- */
.top-menu #PopupMenu1 > li:hover > a,
.top-menu #PopupMenu1 > li > a:focus,
.top-menu #PopupMenu1 > li.current-menu-item > a,
.top-menu #PopupMenu1 > li.current_page_item > a,
.top-menu #PopupMenu1 > li.active > a {
    background-color: transparent !important;
}


/* === MOBİL UYUMLULUK === */
@media (max-width: 991.98px) {
    #PopupMenu1 > li:not(:last-child)::after { display: none !important; }
    #PopupMenu1 > li > a::after { display: none !important; }
    #PopupMenu1 > li > a { padding: 15px 10px !important; font-size: 13px !important; }
}

@media (max-width: 767.98px) {
    #PopupMenu1 { flex-direction: column !important; align-items: stretch !important; width: 100% !important; }
    #PopupMenu1 > li { width: 100%; border-bottom: 1px solid #f0f0f0; }
    #PopupMenu1 > li:last-child { border-bottom: none; }
    #PopupMenu1 > li > a { text-align: left; padding: 15px !important; }
}






/* Bilgi ve İkon Alanı Stili */
.infoarea {
    background-color: transparent !important;
    border-top: 1px solid #e9ecef;
    border-bottom: 1px solid #e9ecef;
    padding: 1.5rem 0; /* Alanın iç yüksekliği */
}

.infoarea > .col-lg-3 {
    /* Her bir kutunun kendi iç boşlukları */
    padding: 1rem 1.5rem;
    position: relative;
    transition: background-color 0.3s ease;
}

/* Kutuların arasına dikey ayırıcı çizgi ekliyoruz */
.infoarea > .col-lg-3:not(:last-child)::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    height: 60px; /* Çizginin yüksekliği */
    transform: translateY(-50%);
    border-right: 1px solid #e9ecef;
}

/* Üzerine gelince kutu hafifçe belirginleşsin */
.infoarea > .col-lg-3:hover {
    background-color: #f8f9fa;
    border-radius: .5rem;
}

.infoarea_icon {
    margin-right: 1rem;
    color: #6c757d; /* İkonların varsayılan rengi */
    transition: color 0.3s ease;
}

.infoarea_icon svg {
    width: 36px;
    height: 36px;
    fill: currentColor; /* Rengin CSS'ten kontrol edilebilmesi için */
}

.infoarea span {
    display: block;
    line-height: 1.4;
}

.infoarea span:first-of-type {
    font-weight: 500;
    color: #343a40;
    font-size: 1.05rem;
}

/* Her bir kutuya özel hover rengi tanımlaması */
.infoarea > .col-lg-3:nth-child(1):hover .infoarea_icon {
    color: #007bff; /* Güvenli Alışveriş - Mavi */
}
.infoarea > .col-lg-3:nth-child(2):hover .infoarea_icon {
    color: #28a745; /* İptal & Değişim - Yeşil */
}
.infoarea > .col-lg-3:nth-child(3):hover .infoarea_icon {
    color: #fd7e14; /* Müşteri Memnuniyeti - Turuncu */
}
.infoarea > .col-lg-3:nth-child(4):hover .infoarea_icon {
    color: #6f42c1; /* Güvenli Kargo - Mor */
}


/* Mobil Cihazlar için Düzenleme (768px altı) */
@media (max-width: 767.98px) {
    .infoarea {
        padding: 0;
    }
    
    .infoarea > .col-lg-3 {
        padding: 1.5rem 1rem;
        /* Yatay ayırıcı çizgi */
        border-bottom: 1px solid #e9ecef;
    }

    /* Dikey ayırıcı çizgiyi mobilde kaldır */
    .infoarea > .col-lg-3:not(:last-child)::after {
        display: none;
    }

    /* Son elemanın alt çizgisini kaldır */
    .infoarea > .col-lg-3:last-child {
        border-bottom: none;
    }
}


