.ustmenu {
  position: relative;
}

.kayan-duyuru-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 10;
  background-color: #ff9600;
}

.kayan-duyuru {
  position: absolute;
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 40px;
  font-weight: bold;
  opacity: 0;
  transition: opacity 0.5s ease;
  color: #fff;
  font-size: 20px;
  
}

.kayan-duyuru.active {
  opacity: 10;
}

body .categories .dropdown button {
    background-color: #ff9600 !important
}

body .categories .categories_header ul li:hover a span {
    color: #ff9600;
}

body .categories .categories_header a:hover {
    color: #ff9600;
}

body .urun .urun_ismi a:hover {
    color: #f29200
}

body .owl-item .urun .urun_ismi a:hover {
    color: #ff9600
}


body .urun .ikonlar .hizli_ucretsiz, body .urun .ikonlar .kargo_bedava, body .urun .ikonlar .ayni_gun_kargo_urun {
    color: #ff9600;		
    background-color: #ff96001f;
}

body .owl-item .urun .ikonlar .hizli_ucretsiz, body .owl-item .urun .ikonlar .kargo_bedava, body .owl-item .urun .ikonlar .ayni_gun_kargo_urun {
    color: #ff9600;
    background-color: #ff96001f;
}

#PM_main #PM_urun_detayi .icerik .urun_bilgiler .urun_detay_orta .urun_ikonlar>div {
    color: #ff9600;
    background-color: #ff96001f;
}

body .urun .urun_butonlar .urun_sepete_ekle {
    background-color: #ff9600 !important;
}

body .owl-item .urun .urun_butonlar .urun_sepete_ekle {
    background-color: #ff9600 !important;
}


body #PM_alt .site_telif ul li a:hover {
    color: #ff9600 !important;
}