/*
Template Name: Electro - HTML Ecommerce Template
Author: yaminncco

Colors:
	Body 		: #333
	Headers 	: #2B2D42
	Primary 	: #D10024
	Dark 		: #15161D ##1E1F29
	Grey 		: #E4E7ED #FBFBFC #8D99AE #B9BABC

Fonts: Montserrat

Table OF Contents
------------------------------------
1 > GENERAL
------ Typography
------ Buttons
------ Inputs
------ Sections
------ Breadcrumb
2 > HEADER
------ Top header
------ Logo
------ Search
------ Cart
3 > NAVIGATION
------ Main nav
------ Responsive Nav
4 > CATEGORY SHOP
5 > HOT DEAL
6 > PRODUCT
------ Product
------ Widget product
------ Product slick
7 > STORE PAGE
------ Aside
------ Store
8 > PRODUCT DETAILS PAGE
------ Product view
------ Product details
------ Product tab
9 > CHECKOUT PAGE

11 > FOOTER
11 > SLICK STYLE
12 > RESPONSIVE
------------------------------------*/

* {
  box-sizing: border-box;
}

html,
body {
  height: 100%;
  margin: 0;
  width: 100%;
  overflow-x: hidden;
  box-sizing: border-box;
}

body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  color: #333;
  background-color: #EEEEEE;
  position: relative;
}

a {
    cursor: pointer;
}


.dolarkuru{
  margin-top: -40px;
  margin-bottom: 15px;
  
  color:#66fcf1;
  padding: 4px 10px;
  background: rgba(102,252,241,0.05);
  transition: all 0.3s ease;
  white-space: nowrap;
  width: fit-content;
}

.dolarkuru:hover {
  background: rgba(102,252,241,0.1);
  transform: translateY(-2px);
  box-shadow: 0 0 10px rgba(102,252,241,0.15);
}



.loader {
  
  border: 1px solid #1f2833;
  border-radius: 50%;
  border-top: 1px solid #66fcf1;
  width: 15px;
  height: 15px;
  animation: spinner 4s linear infinite;
}

.filter-container {
  text-align: right;
  margin-right: 80px;
 
}

#kullaniciInput {
  width: 200px;
  padding: 5px;
  margin-right: 30px;
}

#searchInput {
  width: 200px;
  padding: 5px;
  margin-right: 30px;
}

#siparisler .tabloo {
  height: 535px;
  overflow: auto;
  margin-left: 80px;
  margin-right: 80px;
}

.tabloo {
  height: 535px;
  overflow: auto;
  margin-left: 80px;
  margin-right: 80px;
}

.tabloo table {
  width: 100%;
  border-collapse: collapse;
}

.tabloo thead {
  position: sticky;
  top: 0;
  background-color: #eae7dc;
  z-index: 1;
}

.tabloo thead th {
  border: 1px solid #1f2833;
  padding: 8px;
  text-align: left;
  position: sticky;
  top: 0;
  background-color: #eae7dc;
}

.tabloo tbody {
  overflow-y: auto;
  overflow-x: auto;
}

.admin-panel {
  margin: 30px;
  border: 1px solid #ccc;
  padding: 20px;
}



.user-info-heading {
  text-align: center;
  margin-bottom: 20px;
}

.user-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 20px;
  overflow-y: auto;
  max-height: 535px; /* Örnek olarak maksimum 535 piksel yükseklik */
  margin-left: 70px;
}

.user-info {
  display: flex;
  align-items: center;
}

.user-avatar img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  object-fit: cover;
  margin-right: 10px;
}

.user-details p {
  margin: 5px 0;
}

@keyframes spinner {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}



.miktar textarea{
  resize: none;
  width: 150px;
  height: 40px;
  border: 1px solid black;
  border-radius: 5px; 
  margin-left: 33px;
  padding: 8px 15px;
}

/*=========================================================
	01 -> GENERAL
===========================================================*/
.acc .loginbut{
 margin-top: 30px;
}
.acc .regisbut{
  float:right;
}

.profile_info{
  color:#66fcf1;
  margin-top: 11px;
  margin-left: 9px;
  display: inline-block;
  padding: 8px 15px;
  transition: all 0.3s ease;
}

.profile_info:hover {
  transform: translateY(-2px);
  text-shadow: 0 0 8px rgba(102,252,241,0.3);
}


/*----------------------------*\
	Typography
\*----------------------------*/
table {
    border-collapse: collapse;
    width: 100%;
}
.tablobaslik{
  font-size: 23px;
}
td, th {
    border: 1px solid #1f2833;
    text-align: left;
    padding: 8px;

}

tr:nth-child(even) {
    background-color: #eae7dc;
}



h2, h3, h4, h5, h6 {
  color: #1f2833;
  font-weight: 700;
  font-size: 30px;

}
a {
  color: #2B2D42;
  font-weight: 500;
  -webkit-transition: 0.2s color;
  transition: 0.2s color;
}

a:hover, a:focus {
  color: #45a29e;
  text-decoration: none;
  outline: none;
}

ul, ol {
  margin: 0;
  padding: 0;
  list-style: none
}

.znc1{
  float: left;
  padding-right: 65px;
}

.znc2{
  float: left;
  padding-right: 65px;
}

.znc3{
  float: left;
  padding-right: 65px;
  margin-left:41%;
  margin-bottom: 15px;
}
.znc3 #lable2{
  margin-left: 43px;
  padding-top: 15px;
  padding-bottom: 7px;
}

.znc3 #lable1{
  margin-left: 22px;
}


.miktar span{
  position: absolute;
  font-size: 22px;
  border: 1px solid black;
  border-radius: 5px 0px 0px 5px;
  padding:8px;
  background-color: #fff;
}

.miktar input {
  width: 150px;
  margin-left: 33px;
  border: 1px solid #1f2833;
  border-radius: 0px 5px 5px 0px;
}

#lable1{
  padding-bottom: 7px;
  padding-top: 15px;
}

.satis-form{
  margin-left:30%;
}

.znc2{
  margin-left:30%;
}
.alisfiyat{
  margin-left:30.5%;
}
.satis-form select {
  margin-left: 32px;
  border: 1px solid #1f2833;
  width: 400px;
  border-radius: 0px 5px 5px 0px;
}

.satis-form select:hover{
  box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
}
#formoyun{
  padding:4px 2px;
  padding-bottom: 5px;
}
.satis-form i {

  position: absolute;
  font-size: 23px;
  border: 1px solid black;
  border-radius: 5px 0px 0px 5px;
  padding: 4px;
  padding-bottom: 5px;
  background-color: #fff;
}

/*----------------------------*\
	Buttons
\*----------------------------*/

  .primary-btn {
  display: inline-block;
  height: 40px;
  width: 100px;
  background-color: #66fcf1;
  text-color: #1f2833;
  font-weight: 700;
  margin-top: 20px;
  clear: both;
  margin-left:45%;
}

.primary-btn:hover, .primary-btn:focus {
  opacity: 0.9;
  border: 1px solid #1f2833;
}

/*----------------------------*\
	Inputs
\*----------------------------*/

/*-- Text input --*/

.input {
  height: 40px;
  padding: 0px 15px;
  border: 1px solid #E4E7ED;
  background-color: #FFF;
  width: 100%;
}

textarea.input {
  padding: 15px;
  min-height: 90px;
}

/*-- Number input --*/

.input-number {
  position: relative;
}

.input-number input[type="number"]::-webkit-inner-spin-button, .input-number input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.input-number input[type="number"] {
  -moz-appearance: textfield;
  height: 40px;
  width: 100%;
  border: 1px solid #E4E7ED;
  background-color: #FFF;
  padding: 0px 35px 0px 15px;
}

.input-number .qty-up, .input-number .qty-down {
  position: absolute;
  display: block;
  width: 20px;
  height: 20px;
  border: 1px solid #E4E7ED;
  background-color: #FFF;
  text-align: center;
  font-weight: 700;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.input-number .qty-up {
  right: 0;
  top: 0;
  border-bottom: 0px;
}

.input-number .qty-down {
  right: 0;
  bottom: 0;
}

.input-number .qty-up:hover, .input-number .qty-down:hover {
  background-color: #E4E7ED;
  color: #D10024;
}

/*-- Select input --*/

.input-select {
  padding: 0px 15px;
  background: #FFF;
  border: 1px solid #E4E7ED;
  height: 40px;
}

/*-- checkbox & radio input --*/

.input-radio, .input-checkbox {
  position: relative;
  display: block;
}

.input-radio input[type="radio"]:not(:checked), .input-radio input[type="radio"]:checked, .input-checkbox input[type="checkbox"]:not(:checked), .input-checkbox input[type="checkbox"]:checked {
  position: absolute;
  margin-left: -9999px;
  visibility: hidden;
}

.input-radio label, .input-checkbox label {
  font-weight: 500;
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 5px;
  cursor: pointer;
}

.input-radio input[type="radio"]+label span, .input-checkbox input[type="checkbox"]+label span {
  position: absolute;
  left: 0px;
  top: 4px;
  width: 14px;
  height: 14px;
  border: 2px solid #E4E7ED;
  background: #FFF;
}

.input-radio input[type="radio"]+label span {
  border-radius: 50%;
}

.input-radio input[type="radio"]+label span:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0);
  -ms-transform: translate(-50%, -50%) scale(0);
  transform: translate(-50%, -50%) scale(0);
  background-color: #FFF;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  opacity: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.input-checkbox input[type="checkbox"]+label span:after {
  content: '✔';
  position: absolute;
  top: -2px;
  left: 1px;
  font-size: 10px;
  color: #FFF;
  opacity: 0;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.input-radio input[type="radio"]:checked+label span, .input-checkbox input[type="checkbox"]:checked+label span {
  background-color: #D10024;
  border-color: #D10024;
}

.input-radio input[type="radio"]:checked+label span:after {
  opacity: 1;
  -webkit-transform: translate(-50%, -50%) scale(1);
  -ms-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
}

.input-checkbox input[type="checkbox"]:checked+label span:after {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.input-radio .caption, .input-checkbox .caption {
  margin-top: 5px;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: 0.3s max-height;
  transition: 0.3s max-height;
}

.input-radio input[type="radio"]:checked~.caption, .input-checkbox input[type="checkbox"]:checked~.caption {
  max-height: 800px;
}

/*----------------------------*\
  Breadcrumb
\*----------------------------*/

#breadcrumb {
  padding: 30px 0px;
  background: #DDDDDD;
  border-bottom: 1px solid #1f2833;
  margin-bottom: 30px;
}

#breadcrumb .breadcrumb-header {
  display: inline-block;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-right: 15px;
  text-transform: uppercase;
}

#breadcrumb .breadcrumb-tree {
  display: inline-block;
}

#breadcrumb .breadcrumb-tree li {
  display: inline-block;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
}

#breadcrumb .breadcrumb-tree li+li {
  margin-left: 10px;
}

#breadcrumb .breadcrumb-tree li+li:before {
  content: '/';
  display: inline-block;
  color: #1f2833;
  margin-right: 10px;
}

#breadcrumb .breadcrumb-tree li a {
  color: #1f2833;
}

#breadcrumb .breadcrumb-tree li a:hover {
  color: #45a29e;
}
/*----------------------------*\
	Section
\*----------------------------*/

.section {
  padding-top: 30px;
  padding-bottom: 30px;

}
.section h1{
  margin-top: 30px;
  margin-bottom: -30px;

}

/* Feature Box
---------------------*/
.feature-box-1 {

  padding-top: 10px;
  padding-bottom: 10px;
  box-shadow: 0 0 30px rgba(31, 45, 61, 0.125);
  margin: 0px 15px 15px;
  position: relative;
  z-index: 1;
  border-radius: 10px 10px 10px 10px;
  overflow: hidden;
  -moz-transition: ease all 0.35s;
  -o-transition: ease all 0.35s;
  -webkit-transition: ease all 0.35s;
  transition: ease all 0.35s;
  top: 0;
  background-color: #1f2833;
  border: 1px solid #45a29e;
}
.feature-box-1 * {
  -moz-transition: ease all 0.35s;
  -o-transition: ease all 0.35s;
  -webkit-transition: ease all 0.35s;
  transition: ease all 0.35s;
}
.feature-box-1 .icon {
  max-width: 70px;
  max-height: 70px;
  line-height: 70px;
  
  border-radius: 50%;
  margin-bottom: 22px;
  margin-left: 7px;
  font-size: 27px;
  float: left;
  margin-right: 10px;

}
.feature-box-1 .icon img {
  line-height: 70px;
}
.feature-box-1 h5 {
  color: #0b0c10;
  font-weight: 450;
  font-size: 23px;
  margin-top: -9px;
  border-bottom: 2px solid black;
  border-radius: 7px 7px 0 0;

  margin-top: -10px;

  background-color: #fff;

  

}
.feature-box-1 p {
  color: #66fcf1;
  margin: 0;

}
.feature-box-1:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: auto;
  right: 0;
  border-radius: 7px;
  width: 0;
  background: #45a29e;
  z-index: -1;
  -moz-transition: ease all 0.35s;
  -o-transition: ease all 0.35s;
  -webkit-transition: ease all 0.35s;
  transition: ease all 0.35s;
}
.feature-box-1:hover {
  top: -5px;
}
.feature-box-1:hover h5 {
  color: #1f2833;
  font-weight: 700;
}
.feature-box-1:hover p {
  color: #0b0c10;
  font-weight: 700;
  
}
.feature-box-1:hover:after {
  width: 100%;
  height: 100%;
  border-radius: 7px;
  left: 0;
  right: auto;
}
.section .container-fluid{
    padding: 0px 15px;
    position: relative;

    border:2px soild #eee;

 margin: 15px 15px -25px;
 -webkit-box-shadow: 2px 3px 8px #1f2833;
-moz-box-shadow: 2px 3px 8px #1f2833;
box-shadow: 2px 3px 8px #1f2833;

}
.section-title {
    padding-bottom: 45px;
    display: inline-block;
}
.section-title h1 {
    
  font-weight: 430;
  color: #0b0c10;
  font-size: 30px;
  text-align: center;
  border: 5px #1f2833;
  border-radius: 5px;
  border-style: double;
  background-color: #45a29e;
 height: 41px;
 width: 350px;
}





/*=========================================================
	02 -> HEADER
===========================================================*/

/*----------------------------*\
	Top header
\*----------------------------*/


.header-links {
    margin-top: 25px;
}

.header-links li {
    display: inline-block;
    margin-left: 20px;
}

.header-links li:last-child {
    margin-left: 10px;
}

.header-links li i {
  display: none;
}

.header-links li a {
  color: #E4E7ED;
  font-weight: 500;
  padding: 8px 15px;
  border-radius: 20px;
  transition: all 0.3s ease;
  background: #1f2833;
  border: 1px solid rgba(102,252,241,0.1);
  width: 120px;
  text-align: center;
  display: inline-block;
  line-height: 1.2;
  margin-bottom: 15px;
}

.header-links li a:hover {
  color: #66fcf1;
  background: #1f2833;
  border: 1px solid rgba(102,252,241,0.2);
  transform: translateY(-2px);
  text-shadow: 0 0 8px rgba(102,252,241,0.3);
}



.header-links li i {
  color: #66fcf1;
  margin-right: 5px;
  font-size: 18px;
}

/*----------------------------*\
	Logo
\*----------------------------*/

#header {
  background: #0b0c10;
  padding: 10px 0;
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
  position: relative;
  z-index: 1;
  flex-shrink: 0;
}

#header:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(to right, rgba(30,42,74,0.22) 0%, rgba(30,42,74,0.38) 50%, rgba(30,42,74,0.22) 100%);
    z-index: 999;
    filter: blur(0.4px);
    pointer-events: none;
}

.header-logo {
  float: left;
  margin-top: 17px;
}

.header-logo .logo img {
  max-height: 50px;
  transition: transform 0.3s ease;
}

.header-logo .logo img:hover {
  transform: scale(1.05);
}

/*----------------------------*\
	Search
\*----------------------------*/




.header-search {
  margin-top: 20px;
}

.header-search form {
  position: relative;
  display: flex;
  align-items: center;
}

.header-search form .input {
  width: 100%;
  height: 45px;
  border: 2px solid rgba(102,252,241,0.1);
  border-radius: 25px;
  padding: 0 20px;
  background: rgba(255,255,255,0.05);
  color: #E4E7ED;
  transition: all 0.3s ease;
}

.header-search form .input::placeholder {
  color: #B9BABC;
  opacity: 0.8;
}

.header-search form .input:focus::placeholder {
  color: #E4E7ED;
  opacity: 1;
}

.header-search form .input:focus {
  background: rgba(255,255,255,0.08);
  border: 2px solid rgba(102,252,241,0.2);
  color: #66fcf1;
  box-shadow: 0 0 15px rgba(102,252,241,0.2);
}

.header-search form .search-btn {
  position: absolute;
  right: 5px;
  height: 35px;
  padding: 0 20px;
  background: #1f2833;
  border: 1px solid rgba(102,252,241,0.2);
  border-radius: 20px;
  color: #E4E7ED;
  font-weight: 600;
  transition: all 0.3s ease;
}

.header-search form .search-btn:hover {
  background: rgba(102,252,241,0.2);
  color: #66fcf1;
  transform: translateY(-2px);
  text-shadow: 0 0 8px rgba(102,252,241,0.3);
}

/*----------------------------*\
	Cart
\*----------------------------*/

.header-ctn {
  float: right;
  padding: 5px 0px;
}

.header-ctn>div {
  display: inline-block;
}

.header-ctn>div+div {
  margin-left: 15px;
}

.header-ctn>div>a {
  display: block;
  position: relative;
  width: 90px;
  text-align: center;
  color: #FFF;
}

.header-ctn>div>a>i {
  display: block;
  font-size: 18px;
}

.header-ctn>div>a>span {
  font-size: 12px;
}

.header-ctn>div>a>.qty {
  position: absolute;
  right: 15px;
  top: -10px;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  border-radius: 50%;
  font-size: 10px;
  color: #FFF;
  background-color: #D10024;
}

.header-ctn .menu-toggle {
  display: none;
}

.cart-dropdown {
  position: absolute;
  width: 300px;
  background: #FFF;
  padding: 15px;
  -webkit-box-shadow: 0px 0px 0px 2px #E4E7ED;
  box-shadow: 0px 0px 0px 2px #E4E7ED;
  z-index: 99;
  right: 0;
  opacity: 0;
  visibility: hidden;
}

.dropdown.open>.cart-dropdown {
  opacity: 1;
  visibility: visible;
}

.cart-dropdown .cart-list {
  max-height: 180px;
  overflow-y: scroll;
  margin-bottom: 15px;
}

.cart-dropdown .cart-list .product-widget {
  padding: 0px;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.cart-dropdown .cart-list .product-widget:last-child {
  margin-bottom: 0px;
}

.cart-dropdown .cart-list .product-widget .product-img {
  left: 0px;
  top: 0px;
}

.cart-dropdown .cart-list .product-widget .product-body .product-price {
  color: #2B2D42;
}

.cart-dropdown .cart-btns {
  margin: 0px -17px -17px;
}

.cart-dropdown .cart-btns>a {
  display: inline-block;
  width: calc(50% - 0px);
  padding: 12px;
  background-color: #D10024;
  color: #FFF;
  text-align: center;
  font-weight: 700;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}

.cart-dropdown .cart-btns>a:first-child {
  margin-right: -4px;
  background-color: #1e1f29;
}

.cart-dropdown .cart-btns>a:hover {
  opacity: 0.9;
}

.cart-dropdown .cart-summary {
  border-top: 1px solid #E4E7ED;
  padding-top: 15px;
  padding-bottom: 15px;
}

/*=========================================================
	03 -> Navigation
===========================================================*/

#navigation {
    background: #1f2833;
    border-top: none;
    border-bottom: none;
    box-shadow: 0 0 50px rgba(0,0,0,0.3);
    position: relative;
}

#navigation:before,
#navigation:after {
    display: none !important;
}

#navigation li a {
    color: #66fcf1;
    font-weight: bold;
    font-size: 17px;
    position: relative;
    transition: all 0.4s ease;
}

#navigation li a:hover,
#navigation li a:focus,
#navigation li.active > a {
    color: #f69100;
    background-color: transparent;
    text-shadow: 0 0 8px rgba(102,252,241,0.3);
}

#navigation ul {
    margin-left: 20%;
}

.main-nav > li + li {
    margin-left: 40px;
}

.main-nav > li > a {
    padding: 20px 0px;
}

.main-nav > li > a:hover,
.main-nav > li > a:focus,
.main-nav > li.active > a {
    color: #f69100;
    background-color: transparent;
}

.main-nav > li > a:after {
    content: "";
    position: absolute;
    margin-top: 21px;
    left: 50%;
    transform: translateX(-50%);
    width: 0%;
    height: 2px;
    background: linear-gradient(90deg, #f69100, #f69100);
    transition: all 0.5s ease;
    box-shadow: 0 0 10px rgba(102,252,241,0.3);
}

.main-nav > li > a:hover:after,
.main-nav > li > a:focus:after,
.main-nav > li.active > a:after {
    width: 100%;
    background: linear-gradient(90deg, #f69100, #f69100);
}

.header-ctn li.nav-toggle {
    display: none;
}

/*----------------------------*\
    responsive nav
\*----------------------------*/

@media only screen and (max-width: 991px) {
    .header-ctn .menu-toggle {
        display: inline-block;
    }
    
    #responsive-nav {
        position: fixed;
        left: 0;
        top: 0;
        background: #15161D;
        height: 100vh;
        max-width: 250px;
        width: 0%;
        overflow: hidden;
        z-index: 1000;
        padding-top: 60px;
        -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        transform: translateX(-100%);
        -webkit-transition: 0.2s all;
        transition: 0.2s all;
    }
    
    #responsive-nav.active {
        -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
        transform: translateX(0%);
        width: 100%;
    }
    
    .main-nav {
        margin: 0px;
        float: none;
    }
    
    .main-nav > li {
        display: block;
        float: none;
    }
    
    .main-nav > li + li {
        margin-left: 0px;
    }
    
    .main-nav > li > a {
        padding: 15px;
        color: #FFF;
    }
}

/*=========================================================
  04 -> carousel
===========================================================*/

#myCarousel {
    width: 100%;
    margin: 0;
    padding: 0;
    box-shadow: 0 0 30px rgba(0,0,0,0.3);
    position: relative;
    
}

#myCarousel:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 22px;
    background: linear-gradient(to bottom, rgba(26,26,46,0.18) 0%, transparent 100%);
    z-index: 1;
    filter: blur(1.5px);
    pointer-events: none;
}

.carousel-inner {
    width: 100%;
    max-height: 400px !important;
}

.carousel-inner .item {
    transition: transform 0.6s ease-in-out;
}

.carousel-inner .item img {
    transition: transform 0.6s ease-in-out;
    width: 100%;
}

.carousel-inner .item:hover img {
    transform: scale(1.02);
}

.carousel-control {
    background: rgba(0,0,0,0.2);
    width: 5%;
    opacity: 0;
    transition: all 0.3s ease;
}

#myCarousel:hover .carousel-control {
    opacity: 0.6;
}

.carousel-control:hover {
    background: rgba(0,0,0,0.3);
}

.carousel-indicators {
    bottom: 20px;
}

.carousel-indicators > li {
    width: 25px;
    height: 25px;
    border: transparent;
    background: url(../img/asdf.png);
    background-repeat: no-repeat;
    text-indent: 0;
    opacity: 40%;
    transition: all 0.3s ease;
    margin: 0 5px;
}

.carousel-indicators > li:hover {
    opacity: 60%;
    transform: scale(1.1);
}

.carousel-indicators > li.active {
    opacity: 75%;
    background-color: transparent;
    width: 25px;
    height: 28px;
    transform: scale(1.2);
}

/*=========================================================
  04 ->/ end carousel
===========================================================*/







.noUi-target {
  background-color: #FFF;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #E4E7ED;
  border-radius: 0px;
}

.noUi-connect {
  background-color: #D10024;
}

.noUi-horizontal {
  height: 6px;
}

.noUi-horizontal .noUi-handle {
  width: 12px;
  height: 12px;
  left: -6px;
  top: -4px;
  border: none;
  background: #D10024;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 50%;
}

.noUi-handle:before, .noUi-handle:after {
  display: none;
}




/*=========================================================
	11 -> FOOTER
===========================================================*/

#footer {
  background: #1f2833;
  color: #B9BABC;
  flex-shrink: 0;
  margin-top: auto;
}

#bottom-footer {
  background: #0b0c10;
}

.footer {
  margin: 15px 0px;
}

.footer .footer-title {
  color: #66fcf1;
  text-transform: uppercase;
  font-size: 18px;
  margin: 0px 0px 30px;
}

.footer-links li+li {
  margin-top: 15px;
}

.footer-links li a {
  color: #c5c6c7;
}

.footer-links li i {
  margin-right: 15px;
  color: #66fcf1;
  width: 14px;
  text-align: center;
}

.footer-links li a:hover {
  color: #45a29e;
}

.copyright {
  margin-top: 30px;
  display: block;
  font-size: 12px;
}

.footer-payments li {
  display: inline-block;
  margin-right: 5px;
}

.footer-payments li {
  color: #c5c6c7;
  font-size: 36px;

}

.footer-payments li img{
  
  margin-bottom: 7px;
  border-radius: 5px;
  
}



/*=========================================================
	13 -> RESPONSIVE
===========================================================*/

@media only screen and (min-width: 992px) {

  #poe .feature-box-1 {

  margin-left: auto;
  margin-right: auto;
  width: 68%;
  
}

#fifa #fifamk{

  margin-left: auto;
  margin-right: auto;
  width: 80%;
  
}

#lostark #poeson {

  margin-left: auto;
  margin-right: auto;
  width: 33.4%;
  
}

#newworld #soniki {

  margin-left: auto;
  margin-right: auto;
  width: 80%;
  
}

}

@media only screen and (max-width: 991px) {
  #top-header .header-links.pull-left {
    float: none !important;
  }
  #top-header .header-links.pull-right {
    float: none !important;
    margin-top: 5px;
  }
  .header-logo {
    float: none;
    text-align: center;
  }
  .header-logo .logo {
    display: inline-block;
  }
  #product-imgs {
    margin-bottom: 60px;
    margin-top: 15px;
  }
  #rating {
    text-align: center;
  }
  #reviews {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .header-links{
    margin-left: 33%;
  }

 .profile_info{
  margin: auto;
    margin-left: 24%;
 }
  .dolarkuru{
    margin: auto;
    margin-left: 60%;
    margin-top: -35px;
  }
  .satis-form{
    margin: auto;
  }

  .znc2{
    margin: auto;
  }
  .znc3{
    margin-left: 30%;
  }

  #satbuton{
    margin-left: 38%;
  }

  .carousel-indicators {
    display: none;
  }

  .profile_info {
    margin-left: 35%;
  }
  
  .header-ctn {
    margin-top: -45px !important;
  }
  .header-ctn span {
    display: none;
  }

  #hakkindafoto img {
    max-width: 100%;
    height: auto;
    display: block;
  }

  .notification-panel{
    margin-right: 45%;
    
  }

  .user-dropdown-menu{
    margin-right: 45%;
  }

}

@media only screen and (max-width: 767px) {
  .section-title .section-nav {
    float: none;
    margin-top: 10px;
  }
  .section-tab-nav li {
    margin-top: 10px;
  }

  .header-links{
    margin-left: 33%;
  }

  #featured-games .col-md-4 {
    width: 100%;
    margin: 20px auto;
    max-width: 400px;
  }

  .carousel-indicators {
    display: none;
  }

  .profile_info {
    margin-left: 50px;
  }
  
  .header-ctn {
    margin-top: -45px !important;
  }
  .header-ctn span {
    display: none;
  }

  #hakkindafoto img {
    max-width: 100%;
    height: auto;
    display: block;
  }

}

@media only screen and (max-width: 480px) {
  [class*='col-xs'] {
    width: 100%;
  }
  .store-grid {
    float: none;
    margin-top: 10px;
  }
  .store-pagination {
    float: none;
    margin-top: 10px;
  }
  .filter-container {
    width: 100%;
    padding: 0 10px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
  }
  
  .filter-container select,
  .filter-container input,
  .filter-container button {
    width: 100%;
    margin-bottom: 10px;
  }

  .tabloo{
    margin-left: 5px;
    margin-right: 5px;
  }

  .game-actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 5px;
  }

  .game-actions .btn {
    flex: 1 1 calc(50% - 5px);
    min-width: 150px;
    font-size: 13px;
    padding: 8px 5px;
  }

  .carousel-indicators {
    display: none;
  }

  .profile_info {
    margin-left: 50px;
  }
  
  .header-ctn {
    margin-top: -45px !important;
  }
  .header-ctn span {
    display: none;
  }

  #hakkindafoto img {
    max-width: 100%;
    height: auto;
    display: block;
  }

  .header-links li a {
    padding: 5px 8px;
    font-size: 0.8em;
    width: 100px;
    max-width: 100%;
    margin-left: -5px;
  }

.formsatis select {
  max-width: 250px;
}

.znc1, .znc2 {
  width: 100%; /* Ensure these containers take full width */
  margin-left: 0 !important; /* Remove any fixed left margins */
  float: none; /* Clear any floats */
  display: block; /* Ensure they stack */
  text-align: left; /* Align text content to the left */
}
  .znc3 {
    width: 100%;
    text-align: center;
    margin: auto;
    padding: 0;
  }

  .tab-pane .tabloo {
    width: 100% !important;
    margin-left: 5px !important;
    margin-right: 5px !important;
  }

  /* Şifre gereksinimleri kutusu için mobil düzenleme */
  #password-requirements,
  #password-requirements-2 {
    position: absolute !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    top: 100% !important;
    width: 90% !important;
    max-width: 250px !important;
    font-size: 12px !important;
    padding: 10px !important;
    margin-top: 5px !important;
    z-index: 1000 !important;
    background: #fff !important;
    border-radius: 5px !important;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1) !important;
  }

  #password-requirements p,
  #password-requirements-2 p {
    font-size: 13px !important;
    margin-bottom: 5px !important;
    font-weight: 500 !important;
    color: #333 !important;
  }

  #password-requirements li,
  #password-requirements-2 li {
    margin-bottom: 3px !important;
    font-size: 11px !important;
    color: #666 !important;
    display: flex !important;
    align-items: center !important;
    gap: 5px !important;
  }

  #password-requirements i,
  #password-requirements-2 i {
    font-size: 11px !important;
    min-width: 14px !important;
  }

  /* Başarılı durumlar için yeşil renk */
  #password-requirements li[style*="color: #28a745"],
  #password-requirements-2 li[style*="color: #28a745"],
  #password-requirements li[style*="color: rgb(40, 167, 69)"],
  #password-requirements-2 li[style*="color: rgb(40, 167, 69)"] {
    color: #28a745 !important;
  }

  /* Başarılı durumlar için yeşil ikon */
  #password-requirements li[style*="color: #28a745"] i,
  #password-requirements-2 li[style*="color: #28a745"] i,
  #password-requirements li[style*="color: rgb(40, 167, 69)"] i,
  #password-requirements-2 li[style*="color: rgb(40, 167, 69)"] i {
    color: #28a745 !important;
  }

  /* Input container için düzenleme */
  .miktar {
    position: relative !important;
  }
  .dolarkuru{
    margin:auto !important;
  }

  .notification-panel{
    margin-right: -13%;
    
  }

  .user-dropdown-menu{
    margin-right: 25%;
  }

}
 



/* Loading Spinner */
.loading-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.9);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.loading-spinner {
    width: 50px;
    height: 50px;
    border: 5px solid #f3f3f3;
    border-top: 5px solid #d8c3a5;
    border-radius: 50%;
    animation: spin 1s linear infinite;
    position: relative;
}

.loading-spinner::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 30px;
    height: 30px;
    background-image: url('../img/ohlogoorj.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* Sayfa Geçiş Efektleri */
.page-transition {
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
}

.page-transition.loaded {
    opacity: 1;
}

/* Fade In Efekti */
.fade-in {
    animation: fadeIn 0.5s ease-in;
}

@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

.nav-tabs .nav-link.active {
  background-color: #d8c3a5 !important;
  border-color: #d8c3a5 !important;
  color: #333 !important;
}

.card.mb-4 {
  background-color: #EEEEEE !important;
  border: 1px solid #c5c6c7 !important;
  border-radius: 8px !important;
  box-shadow: none !important;
}

/* Featured Games Section */
#featured-games {
    width: 100%;
    margin: 0;
    padding: 40px 0;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0,0,0,0.3);
    
}

#featured-games .container {
    max-width: 1600px;
    margin: 0 auto;
    padding: 0 15px;
}

#featured-games .section-title {
    margin-bottom: 15px;
    position: relative;
    text-align: center;
    width: 100%;
    display: block;
}

#featured-games .section-title:after {
    content: "";
    display: block;
    width: 200px;
    height: 4px;
    background: linear-gradient(to right, #45a29e, #66fcf1);
    margin: 8px auto;
    border-radius: 2px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

#featured-games .section-title h2 {
    color: #1f2833;
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 10px;
    position: relative;
    display: inline-block;
    padding: 10px 30px;
    text-align: center;
    background: linear-gradient(120deg, #eae7dc 0%, #ffffff 50%, #eae7dc 100%);
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
    margin-left: auto;
    margin-right: auto;
}

#featured-games .section-title:hover:after {
    width: 100px;
    background: linear-gradient(to right, #45a29e, #66fcf1, #45a29e);
}

#featured-games .section-title h2:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0,0,0,0.15);
}

#featured-games .section-title h2:before,
#featured-games .section-title h2:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 2px solid transparent;
    border-radius: 8px;
    background: linear-gradient(120deg, #45a29e, #66fcf1) border-box;
    -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: destination-out;
    mask-composite: exclude;
    opacity: 0;
    transition: all 0.3s ease;
}

#featured-games .section-title h2:hover:before {
    opacity: 1;
}

#featured-games .section-title:after {
    display: none;
}

/* Game Details Section */
#game-details {
    width: 100%;
    margin: 0;
    padding: 40px 0;
    background-color: #f8f9fa;
    box-shadow: 0 4px 8px rgba(0,0,0,0.3);
}

#game-details .container {
    max-width: 1600px;
    margin: 0 auto;
    padding: 0 15px;
}

#game-details .section-title {
    margin-bottom: 15px;
    position: relative;
}

#game-details .section-title:after {
    content: "";
    display: block;
    width: 250px;
    height: 4px;
    background: linear-gradient(to right, #45a29e, #66fcf1);
    margin: 12px auto;
    border-radius: 2px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

#game-details .section-title h2 {
    color: #1f2833;
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 20px;
    position: relative;
    display: inline-block;
    padding: 10px 30px;
    text-align: center;
    background: linear-gradient(120deg, #eae7dc 0%, #ffffff 50%, #eae7dc 100%);
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
}

#game-details .section-title:hover:after {
    width: 100px;
    background: linear-gradient(to right, #45a29e, #66fcf1, #45a29e);
}

#game-details .section-title h2:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0,0,0,0.15);
}

#game-details .section-title h2:before,
#game-details .section-title h2:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 2px solid transparent;
    border-radius: 8px;
    background: linear-gradient(120deg, #45a29e, #66fcf1) border-box;
    -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: destination-out;
    mask-composite: exclude;
    opacity: 0;
    transition: all 0.3s ease;
}

#game-details .section-title h2:hover:before {
    opacity: 1;
}

#game-details .section-title:after {
    display: none;
}

#game-details .section-title .subtitle {
    color: #666;
    font-size: 16px;
    margin-bottom: 15px;
}

.game-card {
    background: #ffffff;
    border-radius: 15px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    margin-bottom: 30px;
    transition: all 0.3s ease;
    overflow: hidden;
    border: 1px solid #e9ecef;
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.game-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.game-img {
    position: relative;
    overflow: hidden;
    height: 200px;
    border-radius: 15px 15px 0 0;
    flex-shrink: 0;
}

.game-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.game-card:hover .game-img img {
    transform: scale(1.02);
}

.game-info {
    padding: 20px;
    background: #ffffff;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.game-info h3 {
    margin: 0 0 10px;
    font-size: 20px;
    color: #1f2833;
    font-weight: 600;
}

.game-info p {
    color: #666;
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 1.6;
    flex-grow: 1;
}

.game-server {
    font-weight: 700 !important;
    color: #1f2833 !important;
    margin-bottom: 8px !important;
}

.game-server span {
    color: #45a29e;
    font-weight: 600 !important;
}

.game-birim-fiyat {
    font-weight: 700 !important;
    color: #1f2833 !important;
    margin-bottom: 12px !important;
}

.game-birim-fiyat span {
    color: #D10024;
    font-weight: 600 !important;
}

.game-actions {
    margin-top: auto;
    padding: 0 20px 20px;
    display: flex;
    gap: 10px;
}

.game-actions .btn {
    flex: 1;
    padding: 10px 20px;
    border-radius: 8px;
    font-weight: 500;
    transition: all 0.3s ease;
    text-align: center;
}

.game-actions .btn-primary {
    background-color: #45a29e;
    border-color: #45a29e;
}

.game-actions .btn-success {
    background-color: #2ecc71;
    border-color: #2ecc71;
}

.game-actions .btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.dropdown-menu {
    width: 100%;
    text-align: center;
}

.dropdown-menu li a {
    padding: 8px 15px;
    color: #1f2833;
}

.dropdown-menu li a:hover {
    background-color: #45a29e;
    color: #fff;
}



.support-btn {
    background-color: #45a29e;
    color: white;
    border: none;
    border-radius: 50px;
    padding: 15px 25px;
    cursor: pointer;
    display: flex;
    align-items: center;
    box-shadow: 0 4px 15px rgba(0,0,0,0.2);
    transition: all 0.3s ease;
}

.support-btn:hover {
    background-color: #2e8b84;
    transform: translateY(-2px);
}

.support-btn i {
    font-size: 20px;
    margin-right: 10px;
}

.support-btn span {
    font-size: 16px;
    font-weight: 500;
}

/* Game Details Section */
.game-tabs {
    margin-top: 10px;
}

.game-tabs .nav-tabs {
    border: none;
    margin-bottom: 15px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.game-tabs .nav-tabs > li {
    margin: 0 5px;
}

.game-tabs .nav-tabs > li > a {
    border: none;
    padding: 10px 20px;
    font-size: 16px;
    font-weight: 600;
    color: #666;
    background: #f8f9fa;
    border-radius: 5px;
    transition: all 0.3s ease;
}

.game-tabs .nav-tabs > li > a:hover {
    background: #e9ecef;
    color: #333;
}

.game-tabs .nav-tabs > li.active > a {
    background: #45a29e;
    color: #fff;
}

.game-detail-content {
    background: #fff;
    padding: 25px;
    border-radius: 10px;
    box-shadow: 0 0 20px rgba(0,0,0,0.1);
}

.game-detail-content img {
    width: 100%;
    border-radius: 10px;
    margin-bottom: 15px;
}

.game-detail-content h3 {
    color: #333;
    font-size: 24px;
    margin-bottom: 15px;
}

.price-tag {
    background: #f8f9fa;
    padding: 12px;
    border-radius: 5px;
    margin-bottom: 20px;
    text-align: center;
}

.price-tag img {
    width: 30px;
    height: 30px;
    margin: 0 10px;
    vertical-align: middle;
}

.price-tag span {
    color: #dc3545;
    font-size: 18px;
    font-weight: 700;
}

.process-steps {
    margin-bottom: 20px;
}

.step {
    margin-bottom: 20px;
    padding-left: 40px;
    position: relative;
}

.step i {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 24px;
    color: #45a29e;
}

.step h4 {
    color: #45a29e;
    font-size: 18px;
    margin-bottom: 8px;
}

.step p {
    color: #666;
    font-size: 14px;
    line-height: 1.6;
}

.game-actions {
    text-align: center;
    margin-top: 20px;
}

.game-actions .btn {
    margin: 0 8px;
    padding: 10px 25px;
    font-weight: 600;
    width: 180px;
    display: inline-block;
    text-align: center;
}

.game-actions .btn i {
    margin-right: 8px;
}

/* Responsive Adjustments */
@media (max-width: 768px) {
    .game-tabs .nav-tabs > li {
        margin: 4px;
    }
    
    .game-detail-content {
        padding: 15px;
    }
    
    .game-actions .btn {
        margin: 4px;
        display: block;
        width: 100%;
    }

    .header-links li {
      margin-left : -45px;
    }

  .profile_info {
    margin-top : 10px;
  }

  .dolarkuru {
  margin-top: -43px;
  }

   
}

.main-index-content,
.container {
  flex: 1;
}


/* Responsive düzenlemeler */
@media (max-width: 1600px) {
    #featured-games .container,
    #game-details .container {
        max-width: 100%;
        padding: 0 30px;
    }
}

@media (max-width: 768px) {
    #featured-games .container,
    #game-details .container {
        padding: 0 15px;
    }
}

/* Featured Games Section Grid */
#featured-games .row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}

#featured-games .col-md-4 {
    padding: 0 15px;
    margin-bottom: 30px;
    display: flex;
}

@media (min-width: 992px) {
    #featured-games .col-md-4 {
        width: 33.333%;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    #featured-games .col-md-4 {
        width: 50%;
    }
}

@media (max-width: 767px) {
    #featured-games .col-md-4 {
        width: 100%;
        margin: 20px auto;
        max-width: 350px;
    }
}

/* Featured Games Section - Card Styles */
#featured-games .game-card {
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    margin-bottom: 30px;
    transition: all 0.3s ease;
    overflow: hidden;
    border: 1px solid #e9ecef;
    position: relative;
    display: flex;
    flex-direction: column;
}

#featured-games .game-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

#featured-games .game-info {
    padding: 15px 15px 15px 15px;
    background: transparent;
    display: flex;
    flex-direction: column;
    flex: 0 1 auto;
}

#featured-games .game-info h3 {
    margin: 0 0 15px;
    font-size: 20px;
    color: #1f2833;
    font-weight: 700;
    padding-bottom: 12px;
    border-bottom: 2px solid #e9ecef;
    width: 100%;
}

#featured-games .game-content {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-top: 0;
    flex: 0 1 auto;
}

#featured-games .game-img {
    width: 90px;
    height: 90px;
    border-radius: 8px;
    flex-shrink: 0;
    background-color: #f8f9fa;
    padding: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#featured-games .game-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: transform 0.3s ease;
}

#featured-games .game-card:hover .game-img img {
    transform: scale(1.05);
}

#featured-games .game-details {
    flex: 0 1 auto;
    display: flex;
    flex-direction: column;
    gap: 6px;
    text-align: left;
    padding-left: 2px;
}

#featured-games .game-details p {
    color: #666;
    margin: 0;
    font-size: 14px;
    line-height: 1.5;
}

#featured-games .game-server,
#featured-games .game-birim-fiyat,
#featured-games .game-stock {
    text-align: left;
    margin: 0;
    padding: 0;
}

#featured-games .game-actions {
    margin-top: 15px;
    padding: 0 20px 20px;
    display: flex;
    gap: 10px;
    flex: 0 0 auto;
}

#featured-games .game-actions .btn {
    flex: 1;
    padding: 10px 15px;
    border-radius: 6px;
    font-weight: 600;
    font-size: 14px;
    transition: all 0.3s ease;
    text-align: center;
}

#featured-games .game-actions .btn-primary {
    background-color: #45a29e;
    border-color: #45a29e;
}

#featured-games .game-actions .btn-primary:hover {
    background-color: #3a8a87;
    border-color: #3a8a87;
}

#featured-games .game-actions .btn-success {
    background-color: #2ecc71;
    border-color: #2ecc71;
}

#featured-games .game-actions .btn-success:hover {
    background-color: #27ae60;
    border-color: #27ae60;
}

@media (max-width: 768px) {
    #featured-games .game-content {
        flex-direction: row;
        align-items: center;
        text-align: left;
        gap: 15px;
    }
    
    #featured-games .game-img {
        margin-bottom: 0;
        width: 100px;
        height: 100px;
    }
    
    #featured-games .game-details {
        align-items: flex-start;
    }

    #featured-games .game-actions {
        flex-direction: column;
    }

    #featured-games .game-info,
    #featured-games .game-actions {
        width: 100%;
    }

    #featured-games .game-actions .btn {
        width: 150px;
        margin: 5px auto;
    }
}

#featured-games .game-stock {
    font-size: 14px;
    font-weight: 600;
    color: #1f2833;
    margin: 0 0 8px 0;
}

#featured-games .game-stock span {
    color: #FF6B00;
    font-weight: 700;
}

/* Notification Styles */
.notification-bell {
    position: relative;
    cursor: pointer;
    padding: 8px;
    border-radius: 50%;
    transition: background-color 0.3s;
    margin-right: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
}

.notification-bell:hover {
    background-color: rgba(0,0,0,0.05);
}

.notification-bell i {
    font-size: 22px;
    color: #66fcf1;
}

.notification-badge {
    position: absolute;
    top: -5px;
    right: -5px;
    background-color: #e67e00;
    color: white;
    border-radius: 50%;
    min-width: 18px;
    height: 18px;
    font-size: 11px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 4px;
    font-weight: bold;
    border: 2px solid #fff;
    box-shadow: 0 2px 4px rgba(0,0,0,0.2);
}

.notification-panel {
    position: absolute;
    top: calc(100% + 10px);
    right: 100px;
    background: #1f2833;
    border-radius: 8px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.3);
    width: 320px;
    max-height: 400px;
    overflow-y: auto;
    z-index: 1000;
    display: none;
    opacity: 0;
    transform: translateY(-10px);
    transition: opacity 0.3s ease, transform 0.3s ease;
    border: 1px solid rgba(102,252,241,0.1);
}

.notification-panel.show {
    display: block;
    opacity: 1;
    transform: translateY(0);
}

.notification-panel::before {
    content: '';
    position: absolute;
    top: -6px;
    right: 20px;
    width: 12px;
    height: 12px;
    background: #1f2833;
    transform: rotate(45deg);
    border-left: 1px solid rgba(102,252,241,0.1);
    border-top: 1px solid rgba(102,252,241,0.1);
}

.notification-list {
    padding: 0;
    margin: 0;
    list-style: none;
}

.notification-item {
    position: relative;
    padding: 15px;
    border-bottom: 1px solid rgba(102,252,241,0.1);
    display: flex;
    gap: 12px;
    align-items: flex-start;
    cursor: pointer;
    transition: all 0.2s ease;
}

.notification-item:hover {
    background: rgba(102,252,241,0.05);
}

.notification-item.unread {
    background: rgba(102,252,241,0.08);
}

.notification-item.unread::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 3px;
    background: #66fcf1;
    border-radius: 0 2px 2px 0;
}

.notification-icon {
    color: #66fcf1;
    font-size: 20px;
    flex-shrink: 0;
    width: 24px;
    text-align: center;
}

.notification-content {
    flex-grow: 1;
}

.notification-title {
    color: #fff;
    font-weight: 500;
    margin-bottom: 4px;
    font-size: 14px;
}

.notification-message {
    color: #c5c6c7;
    font-size: 13px;
    margin-bottom: 4px;
    line-height: 1.4;
}

.notification-time {
    color: #45a29e;
    font-size: 12px;
}

.notification-actions {
    display: flex;
    justify-content: space-between;
    padding: 8px 12px;
    border-top: 1px solid rgba(102,252,241,0.1);
    background: rgba(102,252,241,0.05);
}

.notification-actions-left {
    display: flex;
    gap: 10px;
}

.notification-actions-right {
    display: flex;
    gap: 10px;
}

.mark-all-read,
.delete-all-notifications {
    color: #66fcf1;
    background: none;
    border: none;
    cursor: pointer;
    font-size: 13px;
    padding: 8px 16px;
    border-radius: 4px;
    transition: all 0.2s ease;
}

.mark-all-read:hover,
.delete-all-notifications:hover {
    background: rgba(102,252,241,0.1);
}

.delete-all-notifications {
    color: #ff6b6b;
}

.delete-all-notifications:hover {
    background: rgba(255,107,107,0.1);
}

.notification-delete {
    position: absolute;
    right: 15px;
    top: 30%;
    transform: translateY(-50%);
    color: #ff6b6b;
    background: none;
    border: none;
    cursor: pointer;
    font-size: 14px;
    padding: 5px;
    border-radius: 4px;
    opacity: 0;
    transition: all 0.2s ease;
}

.notification-item:hover .notification-delete {
    opacity: 1;
}

.notification-delete:hover {
    background: rgba(255,107,107,0.1);
}

/* Scrollbar Styles */
.notification-panel::-webkit-scrollbar {
    width: 6px;
}

.notification-panel::-webkit-scrollbar-track {
    background: rgba(102,252,241,0.05);
    border-radius: 3px;
}

.notification-panel::-webkit-scrollbar-thumb {
    background: rgba(102,252,241,0.2);
    border-radius: 3px;
}

.notification-panel::-webkit-scrollbar-thumb:hover {
    background: rgba(102,252,241,0.3);
}

.notification-header {
    padding: 15px;
    border-bottom: 1px solid rgba(102,252,241,0.1);
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.notification-header h3 {
    margin: 0;
    color: #66fcf1;
    font-size: 16px;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 8px;
}

.notification-actions {
    display: flex;
    justify-content: space-between;
    padding: 8px 12px;
    border-top: 1px solid rgba(102,252,241,0.1);
    background: rgba(102,252,241,0.05);
}

.notification-actions button {
    background: rgba(102,252,241,0.1);
    border: 1px solid rgba(102,252,241,0.2);
    color: #66fcf1;
    cursor: pointer;
    font-size: 12px;
    padding: 5px 10px;
    border-radius: 4px;
    transition: all 0.3s ease;
    font-weight: 500;
}

.notification-actions button:hover {
    background: rgba(102,252,241,0.2);
    border-color: rgba(102,252,241,0.3);
    transform: translateY(-1px);
    box-shadow: 0 2px 8px rgba(102,252,241,0.1);
}

.notification-actions button:active {
    transform: translateY(0);
    box-shadow: none;
}

.notification-actions .mark-all-read {
    background: rgba(102,252,241,0.1);
    color: #66fcf1;
}

.notification-actions .delete-all-notifications {
    background: rgba(255,82,82,0.1);
    color: #ff5252;
    border-color: rgba(255,82,82,0.2);
}

.notification-actions .delete-all-notifications:hover {
    background: rgba(255,82,82,0.2);
    border-color: rgba(255,82,82,0.3);
    box-shadow: 0 2px 8px rgba(255,82,82,0.1);
}
