.container {
    max-width: 1500px;
}
body {
    font-family: Urbanist;
    font-size:15px;
}
.hContainer {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    flex-grow: 1;
    margin-bottom: 5px; }

.hGame {
    background-color: #fff;
    border: 1px solid #ddd;
      border-bottom-width: 1px;
      border-bottom-style: solid;
      border-bottom-color: rgb(221, 221, 221);
    box-shadow: 0 2px 3px 0 rgb(0 0 0 / 16%);
    border-bottom: 2px solid #c7c7c7;
    padding: 5px;
    min-width: 120px;
    justify-content: flex-start;
    flex: 1;
      flex-grow: 1;
    flex-grow: inherit;
    
  }
  .hGame:hover {
    background-color: #f8f9fa;
  }
  .hSprite {
    font-size: 30px;
    margin-right: 10px;
  }

  .ustbanner {
    background:#ef5361;
    min-height: 170px;
  }
  .altbanner {
    background: #ff8c18;
    min-height: 170px;
  }

  .flex-box {
    width: calc(10% - 3px); /* Her kutunun genişliği (10% - boşluklar için) */
    padding: 10px 5px;
    background-color: #f8f9fa;
    border: 1px solid #dee2e6;
    
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  }
  
  .icon-container {
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
    font-size: 24px;
  }
  
  .content h5 {
    margin: 0;
    font-size: 14px;
    font-weight: 600;
  }
  
  .content p {
    margin: 0;
    font-size: 12px;
    color: #6c757d;
  }

  .populer-kategoriler .icon-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 10px;
    margin: 0px 10px 20px 10px;
    text-align: center;
    min-width: 18.2%;
   
}

.populer-kategoriler .icon-box:hover {
  scale:1.03;
}

.populer-kategoriler .icon-box h2 {

  font-size: 16px;
  font-weight: 500;
}

.populer-kategoriler .card h5 {
  font-size:14px;
}

.urun-box {
  width: calc(20% - 10px); 
  padding: 20px 5px 0px 5px;
  margin-left:8px;
}

.urun-box .card-text span.eski-fiyat{
  color:red;
  text-decoration:line-through;
  font-weight: 500;
  font-size:14px;
}

.urun-box .card-text {
  display: flex;
  flex-direction: column;
  color:black;
  font-weight: 600;
}

.incele-buton {
  max-height: 35px;
  border:1px solid #0096a6 ;
  align-content: center;
  color:#0096a6;
}

.incele-buton:hover {
  background:#0096a6;
  color:white;
}

.sayacli-urunler {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.sayacli-urunler .product-card {
  width: calc(20% - 10px);
  border: 1px solid #ddd;
  padding: 15px;
  text-align: center;
  margin-bottom: 20px;
  box-sizing: border-box;
  border-radius:10px;
}
.sayacli-urunler .product-card img {
  max-width: 100%;
  height: auto;
}
.sayacli-urunler .old-price {
  text-decoration: line-through;
  color: red;
  align-content: center;
}

.sayacli-urunler .current-price {
  align-content: center;
  font-weight: 600;
}

.sayacli-urunler .countdown {
  font-size: 15px;
  color: #555;
  margin:10px 0px;
  font-weight: 600;
}


.sayacli-urunler .countdown span {
  display: inline-block;
  border: 1px solid rgb(192, 192, 192);
  padding: 5px 22px;
  
}

.sayacli-urunler .countdown span:first-child {
  border-radius: 10px 0px 0px 10px;
}

.sayacli-urunler .countdown span:last-child {
  border-radius: 0px 10px 10px 0px;
}

.indirim-cont {
  padding:30px;
  border:1px solid rgb(213, 213, 213);
}

.indirim-cont h5 {
  font-size:16px;
  margin:10px 0px;
}

.sayacli-urunler .urun-alt {
  border: 1px solid rgb(194, 194, 194);
  margin: 0px 8px;
  padding: 0px;
  border-radius: 10px;
}

.sayacli-urunler .indirim-orani {
  background-color: red;
  color:white;
  padding:5px;
  border-radius: 10px 0px 0px 10px;
}

.time-unit {
  font-size:12px;
font-weight: 400;}

.genel-baslik {
  font-size:26px;
  font-weight: 700;
  margin-bottom:20px;
}


.yayinci-box {
  width: calc(16% - 2px);
  padding: 0;
  margin-left:8px;
}

.yayinci .card-text span.eski-fiyat{
  color:red;
  text-decoration:line-through;
  font-weight: 500;
  font-size:14px;
}

.yayinci-box h5 {
  font-size:18px!important;
  font-weight: 700!important;
  text-align: center;
}

.yayinci.card-text {
  display: flex;
  flex-direction: column;
  color:black;
  font-weight: 600;
}

.twitch-buton {
  max-height: 35px;
  background: #6441a4 ;
  align-content: center;
  color:#ffffff;
  font-weight: 600;
  width:100%;
}

.twitch-buton:hover {  
  background: #442779 ;
  align-content: center;
  color:#ffffff;
  font-weight: 600;
  width:100%;
}

  
/** Slick Slide Csllerim **/

.slick-slider .slick-list  {margin-left:22px!important;}

.slick-next::before, .slick-prev::before

{
  font-size:30px!important;
  color:black!important;
}
.slick-prev {left:5!important;}
.slick-next {right:5!important;}

.hizmet-box {
  display: flex;
  align-items: center;
  border: 1px solid #e0e0e0; 
  padding: 10px;
  margin: 3px;
  border-radius: 8px;
}
.hizmet-box i {
  font-size: 2rem; 
  margin-right: 15px;
}
.hizmet-box h4 {
  margin: 0;
  font-size: 17px;
  font-weight: 600;
}
.hizmet-box p {
  margin: 0;
  color: #666; 
  font-size:13px;
}

/** Footer CSSlerim **/

.footer {
  background-color: #ffffff; 
  
}

.footer .footcuk {
  border-top: 1px solid #c9caca;
  padding-top: 30px;
}
.footer h5 {
  margin-bottom: 15px;
}
.footer ul {
  list-style-type: none;
  padding: 0;
}
.footer ul li {
  margin-bottom: 4px;
}
.footer ul li a {
  text-decoration: none;
  color: #424242;
  font-size:13px;
}
.footer ul li a:hover {
  text-decoration: underline;
}

.foot-resimler img {
  width:127px;
  height:40px;
  margin:5px;
}

.iletisim-bolum a{
  font-size:16px!important;
  font-weight: 600!important;
}

.kisa-aciklama {
  font-size:12px;
}

nav.renkli-nav a, .sagust-link a {font-size:14px;
font-weight: 600;
text-decoration: none;}

nav.renkli-nav a:first-child  {
  color:green!important;
}

nav.renkli-nav a:nth-child(2) {
  color:grey!important;
}

nav.renkli-nav a:nth-child(3) {
  color:rgb(14, 91, 233)!important;
}
nav.renkli-nav a:nth-child(4) {
  color:rgb(255, 81, 0)!important;
}
nav.renkli-nav a:nth-child(5) {
  color:purple!important;
}

.sagust-link a:first-child {

  color:rgb(80, 80, 80)!important;
}

.sagust-link a:nth-child(2) {
  color:rgb(161, 0, 0)!important;
}

.sagust-link a:nth-child(3) {
  color:#772ce8!important;
}

.flyout-menu {
  position: fixed;
  left: -250px;
  top: 0;
  width: 250px;
  height: 100%;
  background-color: #f3f3f3;
  color: rgb(41, 41, 41);
  transition: left 0.3s ease-in-out;
}
.flyout-menu.show {
  left: 0;
  z-index:3;
}

.flyout-menu li { 
  text-decoration: none;
}

#toggleMenuBtn {
  font-size:20px;
}

.giris-ekrani, .urun-liste {
background:#eeedf3;
}

.urunekbilgi  {
  background:white;
  
}

.login-container {
  background-color: white;
  border-radius: 8px;
  padding: 2rem;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.login-form {
  max-width: 400px;
  margin: auto;
}
.social-buttons .btn {
  width: 100%;
  margin-bottom: 10px;
}
.image-container {
  background: url('your-image-url.jpg') no-repeat center center;
  background-size: cover;
  height: 100%;
  border-radius: 8px;
}

.iti {
  width: 100%;
}

.breadcrumb a {
  font-size:14px;
  text-decoration: none;
  color:black;
}

/** Ürün Listesi İçin **/

.aciklama-detay {
  background:white;
  padding:20px;
  
}

.urun-aciklama h2 {
  font-size:18px;
  font-weight: 700;
  margin-top:20px;
}

.urun-aciklama img {
  max-width: 440px;;
}

.urunler .product-box {
  background:white;
  padding:20px;
}


.product-box {
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 16px;
  margin-bottom: 16px;
  display: flex;
  align-items: center;
}
.product-image {
  max-width: 150px;
  margin-right: 16px;
}
.product-details {
  flex: 1;
}
.product-actions {
  text-align: right;
}
.product-title {
  font-size: 1.25rem;
  font-weight: bold;
}
.product-description {
  font-size: 0.875rem;
  color: #555;
}

.product-old-price {
  text-decoration: line-through;
}
.product-price {
  font-size: 1.75rem;
  font-weight: bold;
  color: #28a745;
  margin-bottom:10px;
}
.product-discount {
  font-size: 0.875rem;
  color: #dc3545;
  font-weight: 600;
}
.btn-detail, .btn-cart {
  width: 70%;
  margin-bottom: 8px;
}
.btn-primary {
  background-color: #ff9814;
  border:1px solid #df830b;
  font-weight: 600;
}

.btn-primary:hover {
background:#424242;
color:white;
}
.btn-outline-primary {
  border:1px solid #424242;;
  color:#424242;
  font-weight: 600;
}

.btn-outline-primary:hover {
  background-color: #ff9814;
  border:1px solid #df830b;
}

.urunekbilgi {padding:0!important;}
.tab-content {padding:20px!important;border:1px solid #e6e6e6;}
.nav-item button {border-radius:0!important;}
.nav-tabs .active {border-bottom:1px solid orange!important;}
.nav-item {
color:black!important;
font-weight: 600;
}


/** Kullanıcı Paneli İçin **/

.sticky-menu {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.sticky-menu a {
  color:black;
}
.sticky-menu a:hover {
  color:#ff9814;
}
.avatar {
  width: 50px;
  height: 50px;
  border-radius: 50%;
}
.user-info {
  display: flex;
  align-items: center;
  font-size:17px;
}
.user-info img {
  margin-right: 10px;
}
.settings-icon {
  font-size: 1.5rem;
  cursor: pointer;
}
.uye-row {
  background-color: white;
  border-radius: 8px;
  padding: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  margin-bottom: 1rem;
}
.inner-content {
  padding: 2rem;
}
.submenu {
  display: none;
  margin-left: 1rem;
}
.nav-link {
  cursor: pointer;
}
.indicator::after {
  content: " ▼";
  float: right;
}
.submenu .nav-link {
  padding-left: 1rem;
}

.uye-row .icon-box {
  background-color: #f8f9fa;
  padding: 1.2rem;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.uye-row .icon-box i {
  font-size: 2rem;
 padding:6px;
  margin-right: 12px;
}

.icon-box:nth-child(1) i {
    color: #007bff; /* Mavi */
}

.uye-row .icon-box:nth-child(2) i {
  background: #0096a6;
}


.uye-row .icon-box h6 {
  margin: 0;
  font-size: 1.5rem;
  font-weight: bold;
  font-family: Montserrat;
}

.uye-row .icon-box p {
  margin: 0;
  font-size: 0.875rem;
  color: #6c757d;
}

.uye-row .stats-box {
  background-color: #f8f9fa;
  padding: 1rem;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.uye-row .stats-box:hover {

  background:#fdeddd;
}

.uye-row .stats-box h4 {
  margin: 0;
  font-size: 2rem;
  font-weight: bold;
}

.uye-row .stats-box p {
  margin: 0;
  font-size: 0.875rem;
  color: #6c757d;
}

.uyepanel-baslik {
  font-weight: 600;
  font-size:20px;
  padding:12px;
  background:#ff9814;
  color:white;
}

.kisisel-item {
  font-size:18px;
  font-weight: 600;
}

.corporate-info {
  display: none;
}

.uye-uyari {
background:rgb(255, 237, 221) !important;
font-weight:600;
font-size:16px;

}

.detay-buton {

  background:#df830b;
  padding:8px 20px;
  font-weight: 600;
  text-decoration: none;
  color:white;
  border-radius: 20px;
}

.detay-buton:hover {
  background:#df6e0b
}

.uye-row .nav-tabs .nav-link {
  color:black;
}