.ml-n5px {
  margin-left: 0px !important;
}
@media (max-width: 768px){
  .ml-n5px {
  margin-left: -24px !important;
}
}


.tooltip-wrapper {
  position: relative;
  display: inline-block;
  cursor: pointer;
}

.tooltip-wrapper::after {
  content: attr(data-tooltip);
  position: absolute;
  bottom: 120%; /* Görselin üstü */
  left: 50%;
  transform: translateX(-50%);
  background-color: rgba(0, 0, 0, 0.85);
  color: white;
  padding: 6px 10px;
  border-radius: 4px;
  font-size: 12px;
  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease-in-out;
  z-index: 999;
}

.tooltip-wrapper:hover::after {
  opacity: 1;
}





body{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  background-color: whitesmoke;

}

.sections h4 {
    background-color: transparent ;
    padding: 6px;
    border-left: 6px solid navy;
}



a {
  color: inherit;
  text-decoration: none;
}
a:hover {
  color: #dcdcdc;
  text-decoration: none;
}

.card-logo-2{
  width: 80px;
  height: 25px;
}
.card-logo{
  width: 70px;
  height: 50px;
}

.card-logo-3{
  margin-left: 10px;
  width: 100px;
  height: 25px;
}



/* NAVBAR NAVBAR.HTML */
  .main-navbar{
    background-color:rgb(255, 253, 250);
  }
  .search{
    border: 2px solid;
    border-color: rgb(251, 65, 22);
    background-color: white;
    height: 40px;
    width:600px ;
    display:flex;
    align-items:center;
    justify-content: center;
    padding: 16px;
    border-radius: 25px;
    transition: 0.5s;
  }
  .search-input{
    color: gray;
    position: relative;
    background: none;
    border: none;
    outline: none;
    left: -15px;
    font-size: 16px;
    width: 600px;
    transition: 0.5s;
  }
  .search-input::placeholder{
    color: rgb(251, 65, 22);
  }
  .btn-search{
    position: relative;
    cursor: pointer;
    margin-bottom: 1px;
    margin-right: 25px;
    color: rgb(251, 65, 22);
    font-size: 16px;
    transition: 0.5s;
  }
  .btn-search:hover{
    color: rgb(255, 132, 104);
  }
  .login-button , .register-button {
    padding: 0%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 150px;
    height: 38px;
    font-size: 15px;
    font-weight: bold;
    color:rgb(251, 65, 22);
  }

  #btn-basket{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 150px;
    height: 38px;
    position: relative;
    margin-top: 6px;
    color: rgb(251, 65, 22);
    font-weight: bold;
    font-size: 15px;
  }


  .login-icon , .register-icon{
    display: flex;
    font-size: 26px;
  }
  .location-icon , .basket-icon{
    display: flex;
    font-size: 26px;
    position: relative;
    right: 10px;
  }
  .navbar-logo{
    position: relative;
    left: 15px; 
    height: 35px; 
    width: 200px;
  }



  .account-menu{
    margin-top: 10px;
    margin-left: -135px;
    border-radius: 10px;
    background-color: rgb(60, 62, 62);
  }

  .account-item:hover{
    background-color: rgb(92, 96, 96);
  }
  .accountmenulink{
    border-radius: 25px;
  }
  .accountmenulink:hover {
    background-color:rgba(0, 0, 0, 0.3) ;
    box-shadow: 0 0 8px 8px rgba(0, 0, 0, 0.3);
    transition: 0.5s;
    border-radius: 25px;
    
  }
  .dropdown-toggle::after {
  display: none !important;
}

  #btn-basket:hover{
    color: rgb(255, 132, 104);
    transition: 0.5s;
  }
@media (max-width: 1200px) {
  .account-menu{
  margin-left: -17px;
  max-width: 200px;

  }
}
@media (max-width:768px){
  .main-navbar{
    border-radius: 0px  0px 25px 25px; 
    border-bottom: 1px solid gainsboro;
  }
  .search{
    width: 100%;
  }
  .search-input{
      width: 100%;
  }
}
@media only screen and (max-width:1280px) and (min-width:1102px){
    .search{
          width:360px ;
    }
}
@media only screen and (min-width:768px) and (max-width:1180px){
    .account-menu{
    margin-left: -120px;

    }
    .search{
        width:300px ;
    }
}
@media only screen and (min-width: 768px) and (max-width: 912px) {
    .search{
      left: 10px;
      width:150px ;
    }
    .search-input{
      width: 100%;
    }
}

   
    
@media (max-width: 768px) {
  .account-menu{
    margin-left: -17px;
  
    }
    .login-button , .register-button{
      width: 100px;
      font-size: 13px;
    }
    .login-icon , .register-icon{
      font-size: 18px;
    }
  }


/* MİNİ_NAVBAR MİNİ_NAVBAR.HTML */
.kasa{
    border-top:2px solid gainsboro;
    border-bottom: 1px solid gainsboro;
    position: sticky;
    top: 62px ;
    z-index: 1;
    margin-top:-21px ;
    background-color:rgb(255, 252, 248);
    height: 50px;
    display:flex;
    justify-content: center; 
    align-items: center;
    padding: 27px;
    
}
.yerleşke{
    margin-left: 70px;
    background-color:transparent;
    
}
.mobil-yerleşke{
  display: none;
}
#zero{
    font-family:arial;
    font-size: 15px;
    font-style:normal;
    color: rgb(8, 8, 44);
    margin-right: 40px;
    
 
}

#zero:hover{
    text-decoration: none;
    color:darkslategray;
} 

.menu{

    margin-top: 55px;
    left: 0;
    top:auto; /* Sayfanın en üstünde sabit kalmasını sağlar */
    width: 100%;
    z-index: 9999;
    position: fixed; /* HR çubuğunu sabitler */
    height: 2px;

}
.shadow{
    position: sticky;
    top: 117px;
    z-index: 1;
    margin: 0%;
    border: none;
    height: 2px;
    background-color: darkslategray;
    filter: blur(2px);
    opacity: 0.3;
}

.mini-navbar-altı{
  position: sticky;
  top: 113px; 
  z-index: 1; 
  margin: 0%;
}
@media only screen and (max-width:768px){
  .kasa , .shadow{
    display: none;
  }
 .image{
    width: 32px;
    height:32px;
  }
}
@media only screen and (min-width:768px) and (max-width:999px){
#zero{
    font-size:8px;
} .image{
    width: 28px;
    height:28px;
}
    
}
@media (max-width:1180px){
  .kasa{
    top: 60px;
  }
}
@media only screen and (min-width:1000px){
#zero{
    font-size:14px;
}
 
    
}
@media (width:360px){
  .mobil-yerleşke-menu{
    margin-left: -5px;
  }
}
@media only screen and (max-width:767px){
  .yerleşke{
    display: none;
  }
  .mobil-yerleşke{  
    position: relative;
    align-items: center;
    justify-content: center;
    margin-top: 7px;
    width: 100%;
    border-radius: 3px;
    display: flex;
  }
  .mobil-yerleşke-item{
    margin-left: -15px;
    font-size: 11px;
  }
  .mobil-yerleşke-item:hover{
    background-color: transparent;
    color: gray;
  }
  .mobil-yerleşke-menu{
    width: 100% !important;
  }
  .btn-mobil-yerleşke{
    font-size: 15px !important;
    font-weight: bold;
    font-family: sans-serif;
  }

}
/* MOBİL TABBAR */

.tabbar{
    display: none;
    padding: 10px ;
    align-items: center;
    justify-content: center;
    position: fixed;
    width: 100%;
    bottom: 0%;
    background-color: snow;
    border: 1px solid gainsboro;
    border-radius: 25px;
    z-index: 999;

}

.menu-button{
    padding: 0%;
    display: flex;
    color: black;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 20px;
}
.menu-button a:hover{
    color: inherit;
}
.menu-button:hover{
    cursor: pointer;
    color: orangered;
}
.buton-kapsayıcı{
    margin: -7px;
    padding: 0%;
}
.menu-button.active{
    font-weight: bold;
    color: orangered;
  }
@media (max-width:768px){
  .tabbar{
      display: flex;
  }
}


/* HESAPLAMA SAYFASI HESAPLA.HTML   */
.color-choice {
  margin-top: 0px;
  background-color: transparent;
}

.img_calculate {
  width: 80%;
  margin-left: -20px;
  margin-top: -40px;
}

#width,
#height ,#door_width,#door_height{
  text-align: center;
}

.choice {
  width: 180px;
}

.case {
  border: 1px solid transparent;
  justify-content: center;
  align-items: center;
}

.case-left {
  margin-top: -180px;
  border: 1px solid transparent;
  justify-content: center;
  align-items: center;
}

.left-circles,
.right-circles {
  display: flex;
  flex-direction: column;
}

.right-circles {
  margin-left: -11px;
}

.price-hesap {
  position: relative;
  left: 234px;
  width: 150px;
  border: none;
  color: rgb(40, 167, 69);
  text-align: center;
  background: transparent;
  transition: color 0.7s;
  overflow: hidden;
}

.btn-calculator,
.btn-basket {
  display: flex;
  margin-top: 5px;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  position: relative;
  overflow: hidden;
  border: 1px solid;
  background: transparent;
  transition: color 1s;
}

.btn-calculator {
  color: #007bff;
}

.btn-basket {
  color: rgb(255, 193, 7);
}

.btn-calculator::before,
.btn-basket::before,
.price-hesap::before {
  border-top-right-radius: 24px;
  border-bottom-right-radius: 24px;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 0;
  z-index: -1;
  transition: width 1s cubic-bezier(.77, 0, .18, 1),
    border-radius 0.1s cubic-bezier(.77, 0, .18, 1);
}

.btn-calculator::before {
  background: #007bff;
}

.btn-basket::before {
  background: rgb(255, 193, 7);
}

.price-hesap::before {
  background: rgb(40, 167, 69);
}

.btn-calculator:hover,
.btn-calculator:focus,
.btn-basket:hover,
.btn-basket:focus,
.price-hesap:hover,
.price-hesap:focus {
  color: white;
}

.btn-calculator:hover::before,
.btn-calculator:focus::before,
.btn-basket:hover::before,
.btn-basket:focus::before,
.price-hesap:hover::before,
.price-hesap:focus::before {
  width: 100%;
  border-radius: 5px;
}

.calculator-icon,
.hesapla-basket-icon {
  display: flex;
  font-size: 24px;
  position: relative;
  right: 10px;
}

#shopping-basket-hesapla {
  margin-bottom: 3px;
  margin-right: 10px;
}

.width,
.height {
  margin-right: 70px;
}

.renk-secim-img,
.cam-secim-img,
.marka-secim-img,
.açilim-secim-img {
  border: 2px solid transparent;
  border-radius: 10px;
  object-fit: cover;
  cursor: pointer;
  transition: border 0.3s;
}

.renk-secim-img {
  width: 40px;
  height: 60px;
}

.cam-secim-img {
  margin-left: -2px;
  width: 80px;
  height: 100px;
}

.marka-secim-img {
  margin-left: 21px;
  width: 120px;
  height: 52px;
}

.açilim-secim-img {
  margin-left: 20px;
  width: 80px;
  height: 100px;
}

.acilim_secim {
  display: flex;
  margin-left: -25px;
}

.açılım {
  margin-left: 70px;
}

.açılım_yönü {
  margin-left: 80px;
}

.ölçü {
  margin-left: 70px;
}

.pencere-calculate,
.kapı-calculate {
  background-color: transparent;
  color: black;
  position: relative;
  left: -44px;
  border: 1px dashed;
  margin-bottom: 15px;
}

.pencere-calculate-içerik,
.kapı-calculate-içerik {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  left: 40px;
}

input[type="radio"]:checked + .açilim-secim-img,
input[type="radio"]:checked + .marka-secim-img {
  border: 3px solid #007bff;
}


/* 🎯 Responsive Düzenlemeler */
@media (max-width: 768px) {
  .color-choice {
    flex-direction: column;
  }

  .case-left,
  .case {
    margin-top: 0 !important;
    flex-direction: column;
    align-items: center !important;
    width: 100%;
  }

  .left-circles,
  .right-circles {
    display: grid;
    grid-template-columns: repeat(3, 1fr); /* 3 sütun */
    gap: 10px;
    justify-items: center;
    text-align: center;
  }
  .left-circles h5 , .right-circles h5 {
    grid-column: span 3;
  }
  .right-circles h4{
    display: flex;
    align-items: center;
    grid-column: span 2;
  }

  .renk-secim-img,
  .cam-secim-img,
  .açilim-secim-img {
    width: 60px;
    height: 80px;
    margin: 5px;
  }

  .marka_hesapla {
  display: grid;
  grid-template-columns: repeat(3, 1fr); /* 3 sütun */
  gap: 12px;
  justify-items: center;
}

.marka_hesapla label {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.marka-secim-img {
  width: 100%;
  height: 100%;
  padding: 4px;
  object-fit: contain;
  background-color: white;
  border: 2px solid transparent;
  border-radius: 10px;
  transition: border 0.3s ease;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}
  

  .ölçü {
    display: flex !important;
    flex-direction: row !important;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    margin: 0 auto;
    gap: 10px;
    width: 100%;
  }

  .ölçü .width,
  .ölçü .height {
    flex: 1 1 45%;
    max-width: 48%;
    margin: 0 !important;
  }

  .ölçü input.form-control {
    width: 100%;
    box-sizing: border-box;
  }


  
  .açılım,
  .açılım_yönü {
    flex-direction: column;
    align-items: center;
    margin: 0;
  }

  .width,
  .height {
    margin: 10px 0;
    width: 90% !important;
  }

  .price-hesap {
    left: 0 !important;
    width: 100%;
    margin-top: 10px;
  }

  .pencere-calculate,
  .kapı-calculate {
    left: 0;
    padding: 10px;
  }

  .pencere-calculate-içerik,
  .kapı-calculate-içerik {
    flex-direction: column;
    left: 0;
  }

  .acilim_secim {
    margin-left: 0;
    flex-wrap: wrap;
    justify-content: center;
  }

  .custom-buttons-div {
    flex-direction: column;
    gap: 10px;
  }

  .btn-calculator,
  .btn-basket {
    width: 100%;
  }

  .img_calculate {
    width: 90%;
    margin: 20px 0;
  }
}

/* ANA SAYFA İNDEX.HTML */
#carouselExampleIndicators{
    width: 1080px;
    height: 445px ;
    border-radius: 8px;
    overflow: hidden;
    position: relative;
    margin-left: 19px;

}

.i-x img{
  width: 100%;
  height: 445px;
  
  
}
#second{
  margin-top: 35px;
  background-color: transparent;
}
#item-one{
  width: 100%;
}

.urun-listesi-index{
    display: grid;
    grid-template-columns: repeat(6, minmax(150px , 250px));
    gap: 20px;
}


.description{
  max-height: 0;                 
  overflow: hidden;             
  opacity: 0;                 
  transition: max-height 0.5s ease, opacity 2s ease;
}
.urun-karti-index:hover .description{
  max-height: 50px;
  opacity: 1;
}
.urun-karti-index:hover{
  box-shadow: 0 0 8px 12px rgba(0, 0, 0, 0.3);
  transition: 0.5s;
}
@media (max-width: 500px) {
#carouselExampleIndicators{
  margin-left: 0px;
}

}
@media(max-width:768px){
  #carouselExampleIndicators{
    height: 200px;
  }
  .i-x img{
    height: 200px !important;
  }
}

/* PVC PENCERELER PVC-PENCERELER.HTML */
.sections{
    background-color:transparent;
    margin-top: 25px;
    height: auto;
}
.urun-listesi{
    display: grid;
    grid-template-columns: repeat(4, minmax(250px , 300px));
    gap: 20px;
}
#img{
    width: 100%; 
}
.urun-karti , .urun-karti-index {
    background-color: snow;
    border: 1px  solid transparent;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
    transition: 0.5s;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 15px;
    text-align: center;
}
.urun-karti:hover{
    box-shadow: 0 0 8px 12px rgba(0, 0, 0, 0.3);
    transition: 0.5s;
}
.seçenekler{
    background-color: transparent;
}
.buttons{
    text-align: center;
    align-items: center;
    justify-content: center;
}
.shortcut{
    background-color:rgb(77, 77, 213);
    color: white;
    font-weight: bold;
    font-size: 14px;
    width: 220px;
    border: 1px solid;
    border-radius: 40px;
    margin-left: 15px;
    margin-bottom: 15px;
}
@media (max-width: 1200px) {
.urun-listesi , .urun-listesi-index  {
    grid-template-columns: repeat(3, minmax(200px , 300px)); /* 3 sütun */
}
}

/* En küçük ekranlar için */
@media (max-width: 768px) {
.urun-listesi , .urun-listesi-index , .başlık{
    margin-left: 20px;
    grid-template-columns: repeat(2, minmax(200px , 300px)); /* 2 sütun */
}
}
@media (width: 375px) {
.urun-listesi , .urun-listesi-index , .başlık{
    gap: 10px;
    margin-left: -22px;
    grid-template-columns: repeat(2, minmax(175px , 300px)); /* 2 sütun */
}
}
@media (min-width:376px) and (max-width: 400px) {
.urun-listesi , .urun-listesi-index , .başlık {
    gap: 10px;
    margin-left: -20px;
    grid-template-columns: repeat(2, minmax(180px , 300px)); /* 2 sütun */
}
}
@media (min-width:400px) and (max-width: 430px) {
.urun-listesi , .urun-listesi-index , .başlık {
    margin-left: -25px;
    grid-template-columns: repeat(2, minmax(200px , 300px)); /* 2 sütun */
}
}
@media (width:412px){
.urun-listesi , .urun-listesi-index ,.başlık {
    gap: 10px;
    margin-left: -25px;
    grid-template-columns: repeat(2, minmax(196px , 300px)); /* 2 sütun */
}
}
@media (width:414px){
.urun-listesi , .urun-listesi-index ,.başlık{
    gap: 10px;
    margin-left: -26px;
    grid-template-columns: repeat(2, minmax(198px , 300px)); /* 2 sütun */
}

}
@media (max-width: 360px) {
.urun-listesi , .urun-listesi-index ,.başlık{
    gap: 10px;
    margin-left: -25px;
    grid-template-columns: repeat(2, minmax(170px , 300px)); /* 2 sütun */
}
}
@media (max-width: 349px) {
.urun-listesi , .urun-listesi-index ,.başlık{
    gap: 10px;
    margin-left: -23px;
    grid-template-columns: repeat(2, minmax(160px , 300px)); /* 2 sütun */
}
}

/* SEPETİM SAYFASI SEPETİM.HTML*/
.sepetim-text{
  display: flex;
  align-items: center;
}
.basket-page-icon{
  display: flex;
  position: relative;
  left: 10px;

}



.img_basket{
    margin-left: -25px;
    margin-top: 17px;
    display: flex;
    width: 90px;
    height: auto;

  }
  .information{
    flex-direction: column;
    margin-top: 20px;
    text-transform: capitalize;
    font-weight: bold;
    text-align: center;
  }

  .ürün{
    flex-direction: column;
    display: flex;
    align-items: center;
  }
  .urun{
    margin-top: 30px;
    font-weight: bold;
    font-size: 15px;
  }
  .price{
    margin-top: 35px;
    font-weight: bold;
    flex-direction: column;
    display: flex;
    align-items: center;
    color: rgb(28, 164, 28);
  }
  .detail_price{
    font-weight: bold;
    flex-direction: column;
    display: flex;
    align-items: center;
    color: rgb(28, 164, 28);

  }
  .marka-basket{
    margin-top: 30px;
    flex-direction: column;
    text-transform: capitalize;
    display: flex;
    font-weight: bold;
    align-items: center;
  }
  .iç_kasa{
    background-color: white;
    border: 1px solid transparent;
    box-shadow:0 4px 8px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    margin-left: -15px;
    margin-bottom: 15px;
    transition: 0.5s;
  }
  @media (max-width: 768px) {
    .iç_kasa{
      margin-left: 0px;
      margin: 15px;
    }
    .sepetim-text{
      right: 0px;
      justify-content: center;
    }
}

  .iç_kasa:hover{
    box-shadow:0 0  8px 12px rgba(0, 0, 0, 0.3);
    transition: 0.5s;
  }
  .tarih{
    font-weight: bold;
    color: black;
    font-size: small;
  }
  .buttons_basket{
    flex-direction: column;
  }
  .ozet{
    position: sticky;
    top: 135px;
    max-height: 300px;
  }
  .order{
    font-weight: bold;
    text-align: center;
  }
  #compelete_btn{
    margin-bottom: 10px;
    position:static;
  }




/* KONTROL SAYFASI*/
.checkout-page h4 ,h5, h6 , h2{
  font-weight: bold;

}
.checkout-page{
  display: flex;
  align-items: flex-start;
  gap: 20px;
}


.delivery-address , .summary{
  background-color:white;
  display: flex;
  flex-wrap: wrap;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
  margin-top: 25px;
}
.summary{
  position: sticky;
  top: 135px;
  height: auto;
}
.location-choices{
  flex-wrap: wrap;
  display: flex;
}
.user-locations{
  margin: 20px;

}
.adres-karti{
    min-height: 140px; /* İsteğe göre ayarla */
    max-height: 140px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.adres-karti:hover {
    background-color: #f8f9fa;
    transition: 0.2s ease;
}

/* Seçilen kartı göster */
input[type="radio"]:checked + label .adres-karti {
    border: 2px solid #198754;
    background-color: #e8f5e9;
}

/* Kalem ikonu */
.edit-icon {
    position: absolute;
    top: 50%;
    right: 16px;
    transform: translateY(-50%);
}




.summary-contents{
  margin: 15px;
}
.ödeme-buton{
  margin-top: 30px;
  display: flex;
}
.btn-sipariş{
  font-weight: 500;
  position: relative;
  left: -15px;
  display: flex;
  height: auto;
  justify-content: center;
  border: 1px solid orangered;

}
.btn-sipariş:hover{
  background-color: orangered;
  color: white;
}
.edit-button{
  z-index: 1;
}

#fatura-adresi-section {
  display: none;
}

/* LOCATİONS SAYFASI LOCATİONS.HTML */
.add-adres, .mevcut-adres {
  color: black;
  height: 100%;
  padding: 15px;
  background-color: transparent;
  border-radius: 10px;
  padding-top: 0px;
}

.add-adres-inside {
  padding: 10px 40px 10px 40px;
  border-radius: 12px;
  background-color: transparent;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
}

.mevcut-adres-inside {
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 12px;
  background-color: transparent;
}

.adres-choices {
  padding: 15px;
  background-image: url(/static/img/location_img.png);
  height: auto;
  border-radius: 12px;
  margin-top: 15px;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.5);
}

.location-name,
.location-lastname,
.location-number,
.ev,
.iş,
.location-şehir,
.location-ilçe,
.location-mahalle,
.location-adres-adı {
  height: 32px;
}

.ev, .iş {
  margin-top: -9px;
  display: flex;
  align-items: center;
}

.iş {
  margin-top: 30px;
}

.location-mahalle {
  margin-top: -5px;
}

#başlık_ev, #başlık_is {
  height: 18px;
}

.phone-number, .şehir, .ilçe, .mahalle, .adress {
  font-size: small;
}

.bilgiler, .bilgiler-2 {
  font-size: x-small;
}

.başlık {
  margin-top: 8px;
  font-weight: bold;
}

.adres-bilgileri {
  margin-top: 7px;
}

.adres_adı {
  font-size: x-small;
}

.adres {
  width: 100%;
  max-width: 427px;
  border: 1px solid transparent;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  padding: 5px;
  margin-top: 15px;
  margin-left: auto;
  margin-right: auto;
}

.location-update {
  margin-top: 15px;
  background-image: url(/static/img/location_img.png);
}

.btn-location-save {
  font-weight: bold;
  border: 1px solid #17a2b8;
  transition: 0.5s;
}

.btn-location-delete {
  font-weight: bold;
  border: 1px solid #dc3545;
  transition: 0.5s;
}

.btn-location-update {
  font-weight: bold;
  border: 1px solid #3a4;
  transition: 0.5s;
}

.l-d-b, .l-u-b {
  display: flex;
  justify-content: center;
}

.btn-location-delete:hover {
  background-color: #dc3545;
  color: white;
  transition: 0.5s;
}

.btn-location-update:hover {
  background-color: #3a4;
  color: white;
  transition: 0.5s;
}

.btn-location-save:hover {
  background-color: #17a2b8;
  color: white;
  transition: 0.5s;
}

/* ✅ Responsive düzenlemeler */
@media (max-width: 768px) {
  .add-adres{
    margin-left: 15px;
  }
  .adres-choices {
    flex-direction: column;
    padding: 10px;
  }

  .add-adres-inside,
  .mevcut-adres-inside {
    padding-left: 15px;
    padding-right: 15px;
  }

  .adres {
    width: 100% !important;
    margin-left: 0 !important;
  }

  .form-location .row {
    margin: 0;
  }

  .form-location .col-md-6,
  .form-location .col-md-12 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .ev, .iş {
    font-size: 14px;
    padding: 5px;
  }

  .başlık img {
    margin-right: 5px;
  }

  .btn-location-save {
    font-size: 14px;
    padding: 8px;
  }

  .adres-choices h5 {
    font-size: 18px;
    text-align: center;
  }

  .form-control {
    font-size: 14px;
  }

  .bilgiler, .bilgiler-2, .adres_adı {
    font-size: 12px;
  }
}

@media (max-width: 991.98px) {
  .adres-choices {
    padding-left: 10px;
    padding-right: 10px;
  }

  .add-adres-inside,
  .mevcut-adres-inside {
    padding: 15px;
  }
}


/*LOGİN VE REGİSTER SAYFASI*/

.login-page{
  display: flex;
  background-color: rgb(43,39,56);
  margin-top: 25px;
  margin-bottom:20px;
  height: 500px;
  padding: 12px;
  border-radius: 12px;
  box-shadow: 0px 8px 24px rgba(0, 0, 0, 1);
}

.login-and-register-image{
  background-color:transparent;
  padding-left: 0px;
  height: 100%;
}
.login-and-register{
  background-color:transparent;
  height:100% ;
}

.login-and-register-image-inside , .login-and-register-inside{
  padding: 0px;
  border-radius: 12px; 
  height: 100%;
}
#carouselExampleIndicatorsloginandregister{
    width: 100%;
    height: 100%;
    border-radius: 12px;
    overflow: hidden;
}

.l-r img{
width: 100%;
height: 480px;
}
.form-register-and-login label{
  display: none !important;
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}
.username,.password, .name , .email, .confirm{
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
  border: none;
  background-color: transparent;
  margin-top: 15px;
  width: 350px;
  border-radius: 5px;
}

.login-and-register-form {
  display: flex;            
  flex-direction: column;  
  align-items: center;      
  justify-content: center; 
  background: transparent; 
  width: 100%;
  height: 100%;
}

.btn-login , .btn-register{
  margin-top: 15px;
  background: transparent;
  color: white;
  border-radius: 5px;
  transition: 0.5s;
}
.btn-login{
  border: 1px solid seagreen;
}
.btn-register{
  border: 1px solid orangered;
}
.btn-login:hover , .btn-register:hover{
  border: 1px solid transparent;
  color: white;
  box-shadow: 0 0 10px rgba(0, 0, 0, .2);
  transition: 0.5s;
}
.btn-login:hover{
  background: seagreen;
}
.btn-register:hover{
  background: orangered;  
}


.çizgi{
  width: 90%;
  height: 1px;
  background-color: #dcdcdc;

  
}

body#login-page{
  background-color: #4a4a5a;
}


@media (max-width: 1200px) {
.username,.password, .name , .email, .confirm{
  width: 300px;
}
}
@media (max-width: 992px) {
.username,.password, .name , .email, .confirm{
  width: 245px;
}
}

/* En küçük ekranlar için */
@media (max-width: 650px) {
.username,.password, .name , .email, .confirm{
  width: 250px;
  margin-right: 5px;
} 
.login-and-register-image{
display: none;
}
}

/* UNDER NAVBAR */

.under-navbar {
  background-color: snow;
  padding: 40px 20px;
  font-family: 'Segoe UI', sans-serif;
}

.under-navbar h4 {
  position: relative;
  right: 23px;
  color: black;
  font-size: 17px;
  margin-bottom: 15px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  padding-bottom: 6px;
  letter-spacing: 0.5px;
}

.under-navbar ul {
  background-repeat: no-repeat;
  list-style: none;
  padding-left: 0;
}

.under-navbar ul li {

  margin-bottom: 10px;
}

.under-navbar a {
  color: black;
  text-decoration: none;
  transition: color 0.2s ease-in-out;
  font-size: 15px;
}

.under-navbar a:hover {
  color: rgb(251, 65, 22); 
}

.under-navbar hr {
  border: 1px solid rgba(0, 0, 0, 0.15);
  margin: 20px 0;
}

/* FLASH MESAJLARI */
.flash-message {
  opacity: 0;
  max-height: 0;
  padding: 0;
  margin: 0;
  overflow: hidden;
  transition:
    opacity 0.5s ease-in-out,
    max-height 0.5s ease-in-out,
    margin 0.5s ease-in-out,
    padding 0.5s ease-in-out;
  border-radius: 8px;
  font-weight: 500;
}

.flash-message.show {
  opacity: 1;
  max-height: 200px;
  padding: 1rem;
  margin: 1rem 0;
}
.flash-message.fade-out {
  opacity: 0;
  max-height: 0;
  padding: 0;
  margin: 0;
}

@keyframes fadeIn {
  from { opacity: 0; transform: translateY(-5px); }
  to { opacity: 1; transform: translateY(0); }
}


.alert-success {
  background-color: #d1e7dd;
  color: #0f5132;
  border-left: 6px solid #198754;
}

.alert-error {
  background-color: #f8d7da;
  color: #842029;
  border-left: 6px solid #dc3545;
}

.alert-warning {
  background-color: #fff3cd;
  color: #664d03;
  border-left: 6px solid #ffc107;
}



.alert-danger {
  background-color: #f5c2c7;
  color: #842029;
  border-left: 6px solid #dc3545;
}

.alert-info {
  background-color: #cff4fc;
  color: #055160;
  border-left: 6px solid #0dcaf0;
}

.bag-x-icon{
  margin: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 180px;
}
.icon-text{
  margin: 55px;
  position: relative;
  left: 23px;
  font-size: 20px; 
}
.icon-calculator-text{
  margin: 55px;
  position: relative;
  left: 120px;
  font-size: 20px; 
}
.icon-href{
  font-weight: bold;
  color: #021024;
}

/* SUCCESS PAYED SAYFASI */
.check-circle-div{
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 120px;
  color: rgb(19, 197, 96);
}
.success-text{
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  font-weight: bold;
}
.orders-link{
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
}
.messages-thanks{
  display: flex;
  align-items: center;
  justify-content: center;
}
.orders-link-in{
  color: orangered;
  text-decoration:underline;
}
/* UNSUCCESS PAYED SAYFASI */
.x-circle-div{
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 120px;
  color: crimson;
}