/*.infoarea {
    background: url("https://platincdn.com/1825/dosyalar/images/info-banner.png") center no-repeat;
}*/
.categories {
    padding-top: 50px;
}
body header .top-menu {
    background-color: #2c2d2d;
}
body header .topbar {
    background-color: #595959;
}
body #PM_alt {
    background: #1c1d22 url(https://platincdn.com/1825/dosyalar/images/hatsanstore4.jpg) center no-repeat;
    background-blend-mode: overlay;
    background-size: cover;
}
body header .top-menu .container-fluid .drilldown-root>.dropdown-item a {
    padding: 8px 16px !important;
}
body.fixed-header header .top-menu .container-fluid .drilldown-root>.dropdown-item a {
    padding: 12px 16px !important;
}
@media (min-width: 1000px){
body .backdrop {
    height: auto !important;
}
}

body header .top-menu .container-fluid .drilldown-root>.dropdown-item a, body header .top-menu .container-sm .drilldown-root>.dropdown-item a, body header .top-menu .container-md .drilldown-root>.dropdown-item a, body header .top-menu .container-lg .drilldown-root>.dropdown-item a, body header .top-menu .container-xl .drilldown-root>.dropdown-item a, body header .top-menu .container-xxl .drilldown-root>.dropdown-item a {
    font-weight: 600 !important;
}
body.fixed-header header .top-menu .container-fluid .drilldown-root>.dropdown-item a,
body header .top-menu .container-fluid .drilldown-root>.dropdown-item a {
    padding: 8px 14px !important;
}
.main-menu .py-2{
 	padding: 0 !important; 
}
.logo img{
 	max-width: 190px !important; 
}

body .urun .urun_butonlar .urun_sepete_ekle, body .urun .urun_butonlar .urun_hemen_al{
	width: auto;
}
  
 body .urun .ikonlar .yeni_urun {
    background-color: #d80c0c;
}

body .urun {
  position: relative; /* referans noktası */
}



/* Ürün kartı genel kapsayıcı */
.urun {
  position: relative !important;
  overflow: visible !important; /* gizleme olmasın */
}

/* Yeni etiketini sol alta sabitle */
.urun .yeni_urun {
  position: absolute !important;
  left: 0 !important;
  bottom: 0 !important;
  background-color: #d80c0c !important;
  color: #fff !important;
  font-size: 12px !important;
  font-weight: bold !important;
  padding: 6px 12px !important;
  border-radius: 8px 8px 0 0 !important;
  z-index: 99 !important;
}

#PM_urun_detayi .icerik .urun_bilgiler .urun_detay_orta .detail-extra-info {
    color: red;
}


.container > span {
  font-size: 0;
}

/* Kayan yazının dış alanı */
.container > span {
  position: relative;
  display: block;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  height: 28px;
  overflow: hidden;
  white-space: nowrap;
}

/* Kayan yazı */
.container > span::before {
  content: "VADE FARKSIZ 9 TAKSİT KAMPANYASI BAŞLADI! 1499 TL ve üzeri ödemelerde KARGO BEDAVA!";
  position: absolute;
  top: 50%;
  left: 100%;
  display: inline-block;
  white-space: nowrap;
  color: gold;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  transform: translateY(-50%);
  animation: kayanYazi 15s linear infinite;
}

/* Sağdan sola hareket */
@keyframes kayanYazi {
  from {
    left: 100%;
    transform: translate(0, -50%);
  }

  to {
    left: 0;
    transform: translate(-100%, -50%);
  }
}

/* Mobil cihazlar */
@media screen and (max-width: 768px) {
  .container > span {
    height: 24px;
  }

  .container > span::before {
    font-size: 13px;
    animation-duration: 11s;
  }
}
