.product-btn {
  margin: 3px;
}
.group-title {
  font-weight: bold;
  margin-bottom: 5px;
}
.quantity-input {
  text-align: center;
  padding: 3px;
}
.navbar-brand {
  font-size: 1.25rem;
  letter-spacing: 0.5px;
}
.navbar button {
  font-weight: bold;
}
.active-payment {
  background-color: #0d6efd !important;
  color: white !important;
}

/* Ödeme tipi butonları */
.payment-btn {
  padding: 14px 30px !important;
  font-size: 18px;
  font-weight: 700;
  border-radius: 10px !important;
  margin-right: 12px !important;  /* iki buton arası boşluk */
}

/* X ve Z raporu */
#x-report,
#z-report {
  padding: 12px 26px !important;
  font-size: 16px;
  font-weight: 700;
  border-radius: 10px !important;
  margin-left: 10px;
}

#x-report {
  background-color: #6c757d !important;
  color: white !important;
}

#z-report {
  background-color: #dc3545 !important;
  color: white !important;
}

/* Seçili ödeme tipi */
.active-payment {
  background-color: #0d6efd !important;
  color: white !important;
  border-color: #0d6efd !important;
}

.customer-tab {
  font-weight: 600;
  padding: 10px !important;
  border-radius: 6px !important;
}

.active-customer {
  background-color: #212529 !important;
  color: white !important;
  border-color: #212529 !important;
}


#shop-hours {
  position: fixed;
  bottom: 15px;
  left: 15px;
  background: rgba(0,0,0,0.6);
  color: #ffb03a;
  font-size: 14px;
  padding: 6px 10px;
  border-radius: 8px;
  line-height: 17px;
  box-shadow: 0 0 5px rgba(0,0,0,0.7);
  font-weight: 600;
  z-index: 9999;
}

/* ==== Adet (1–9) Tuş Takımı ==== */
.qty-btn {
  font-size: 1.3rem;          /* Yazı büyüklüğü */
  width: 12%;                 /* Tek satıra sığması için */
  min-width: 45px;            /* En küçük dokunma alanı */
  padding: 10px 0;            /* Buton yüksekliği */
  margin: 2px;
  font-weight: bold;
}

.qty-btn.btn-primary {
  background-color: #0d6efd !important;
  color: white !important;
}
.qty-container {
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
}


/* ===== FOOTER ===== */
.gk-footer {
  width: 100%;
  background: #101010;
  color: #eee;
  border-top: 2px solid #ffb03a;
  position: fixed;
  bottom: 0;
  
}

.gk-hours { background: #141414; }

.gk-hours h5 { color: #ffb03a; }

.gk-map {
  width: 90%;
  height: 230px;
  margin: 5px 0px;
}

@media (min-width:768px){
  .gk-map { height: 260px;}
}

/* Mobilde %100 olsun */
@media (max-width:768px){
  .gk-map {
    width:100% !important;
  }
}