/* SAMA PASTRY - Sepete Ekle ve Satưn Al */
a[href*="sepete_ekle"],
a[href*="sepete_ekle"] + a {
  background: #2F8FD5 !important;
  color: #ffffff !important;
  border-color: #2F8FD5 !important;
}

/* Hover */
a[href*="sepete_ekle"]:hover,
a[href*="sepete_ekle"] + a:hover {
  background: #1876BA !important;
  color: #ffffff !important;
  border-color: #1876BA !important;
}