
.main{
  background-color: rgb(247, 247, 247);

}
html{
  scroll-behavior: smooth;
}

*{
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
}
h1, h2, h3, h4, h5{
  font-family: "Montserrat", sans-serif !important;
}
.css-1ii3p2c{
  color: rgba(0, 0, 0, 0.5) !important;
}
.rs-picker-menu.fade.in{
  opacity: 1 !important;
}
.enCokAltCizgi{
  margin-top: 7rem !important;
  margin-bottom: 2rem !important;
}
.enCokAltCizgi ::after{
  content: '';
  position: absolute;
  left: 50%;
  top:11rem;
  transform: translateX(-50%);
  width: 35%;
  height: 2px;
  background: #ffb300 !important;
}
.altCizgi ::before{
  content: '';
  position: absolute;
  left: 50%;
  top:5.2rem;
  transform: translateX(-50%);
  width: 35%;
  height: 2px;
  background: #ffb300 !important;
}

.istatistik{
  background-color: #C86262;

  margin-bottom: -40px !important;
}
.sahte_fiyat{
  text-decoration:line-through grey;
}

.ust{
  width: 100% !important;
  position: fixed;
  z-index: 1;
  top:0;
}
.begeni_icon{
  position: absolute;
  right: 0;
  top:0;
  box-shadow: 0px 6px 13px -6px rgba(0,0,0,0.75);
  z-index: 1;
  border-radius: 25% !important;
}
.soru_bolumu{
  margin-bottom: -20% !important;
}

.tercih{
  background-color: #1B3D2F !important;
  padding-bottom: 10px;
  padding-top: 10px;
}
.benzer{
  background-color: #FFC0B8 !important;
  padding-top: 10px;
}
.📦rgt_50px{
  right: 0 !important;
  z-index: 2 !important;
}
.en_populer{
  background-color: #1B3D2F !important;
  height: 100%;
}

.sayfa{
  width: 120% !important;
  margin-left: -10% !important;
  margin-top: -22px !important;
}
.bg-clr_white{
  width: 100% !important;
}
.sayfa_gorsel{
  width: 80% !important;
  margin-left: 10%;
}
.navbar{
  width: 100% !important;
  background-color:  white;
  box-shadow: -1px 9px 19px -12px rgba(0,0,0,0.75);
}
.sepet_yerlesimi{
  width: 100%;
  margin-bottom: 150px !important;
}
.sepet_eleman{
  font-size: 15px;
  font-weight: 700;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 25px;
  padding-right: 25px;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  border-bottom: 1px solid rgb(247, 247, 247);
}
.sepet_urun_ad{
  font-weight: 400;
  color: rgb(13, 17, 54);
  margin-bottom: 10px;
  line-height: 1.5;
}
.sepet_urun_ucret{
  color: rgb(13, 17, 54);
  margin-left: auto;
}
.tamamla{
  bottom: 60px;
  width: 100%;
  display: flex;
  flex-direction: column;
  margin-left: 15px;
}
.sepet_teklif{
  padding: 10px;
}
.sepet_teklif_head{
  display: flex;
  justify-content: space-between;
  width: 100%; /* genişlik gerekli */
}
.sepet_teklif_body{
  display: flex;
  width: 100%; /* genişlik gerekli */
}
.sepet_teklif_footer{
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 10px;
}
.sepet_teklif_head > .headed{
  color: #ff4b4b;
  font-weight: 700;
}
.sepet_teklif_footer > button{
  width: 100%;
  background-color: #08AA7F;
  color: white;
  height: 45px;
}
.sepet_teklif_sayac> span{
  background-color: #ff1a44;
  border-radius: 10px;
  padding: 5px;
  color: white;
}
.sepet_teklif_img_wrapper {
  position: relative;
  width: 130px;
  height: 130px;
  border-radius: 8px;
}
.sepet_teklif_indirim{
  display: flex;
  align-items: center;
}
.sepet_teklif_indirim > div{
  margin-left: 5px;
}
.sepet_teklif_indirim > img{
  width: 22px;
}
.sepet_teklif_img_wrapper img {
  width: 100%;
  height: 100%;
  border-radius: 8px;
  display: block;
  object-fit: cover;
}
.sepet_teklif_img_overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 20px;
  background: linear-gradient(to top, rgba(0, 199, 18, 0.5), transparent);
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  padding-bottom: 2px;
}
.overlay-text {
  font-size: 10px;
  color: white;
  text-align: center;
  line-height: 1;
}
.sepet_teklif_detail{
  display: flex;
  flex-direction: column;
  padding: 5px;
  margin-left: 10px;
}
.tamamla_buton > p {
  width: 100%;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  justify-content: space-between;
  padding-left: 30px;
  color: white !important;
}
.tamamla_ucret{
  width: auto;
  height: 44px;
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  background-color: rgb(255, 255, 255);

  font-size: 15px;
  font-weight: 700;
  color: rgb(0, 158, 127);
  margin-right: 2px;
  padding: 0px 30px;
  overflow: hidden;
  border-radius: 28px;
}
.tamamla_buton{
  height: 48px;
  width: calc(100% - 30px);
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  justify-content: space-between;
  background-color: rgb(0, 158, 127);
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px;
  cursor: pointer;
  margin-bottom: 15px;
  padding: 0px;
  border-radius: 48px;
  border-width: 0px;
  border-style: initial;
  border-color: initial;
  border-image: initial;
  outline: 0px;
  position: absolute;
  bottom:70px
}
.rs-drawer-footer{
  margin: 0 !important;
}
.sepet_urun_remove{
  margin-left: 15px;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.25);
  background-color: transparent;
  padding: 5px;
  border-width: 0px;
  border-style: initial;
  border-color: initial;
  border-image: initial;
  outline: 0px;
  transition: all 0.4s ease 0s;
}
.sepet_count{
  background-color: transparent;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  height: 100%;
  cursor: pointer;
  color: rgb(119, 121, 140);
  border-width: initial;
  border-style: none;
  border-color: initial;
  border-image: initial;
}
.sepet_urun_adet{
  font-size: 13px;
  font-weight: 400;
  color: rgb(119, 121, 140);
  margin-bottom: 5px;
}
.sepet_urun_fiyat{
  color: rgb(0, 158, 127);
  margin-bottom: 10px;
}
.sepet_detay{
  display: flex;
  flex-direction: column;
  margin-left: 15px;
}
.sepet_gorsel{
  width: 60px;
  height: 60px;
  object-fit: cover;
  margin: 0px 15px;
}
.counter{
  display: flex;
  font-size: 15px;
  font-weight: 700;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
  flex-shrink: 0;
  width: 30px;
  height: 90px;
  flex-direction: column-reverse;
  background-color: rgb(247, 247, 247);
  color: rgb(13, 17, 54);
  border-radius: 200px;
  overflow: hidden;
}
.sepet_duzen{
  position: relative;
  overflow-x: hidden;
  margin-right: 0px;
  min-height: 0px;
  height: 100%;
  margin-left: 0px;
}

.rs-drawer-backdrop{
  opacity: 0.3 !important;
}

.sepet_kapsam{
  position: relative;
  overflow: hidden !important;
  width: 100%;
  height: 100% !important;
  min-height: 0px;
  border-top: 1px solid rgb(241, 241, 241);
}
.sepet_miktar{
  border-radius: 8px;
  padding: 5px 0;
  margin-right: 5px;
  box-shadow: -1px 4px 15px -12px rgba(0,0,0,0.75);
}
.steps{
  width: 80% !important;
  margin-left: 10% !important;
}
.sepet_onay{
  position: fixed;
  bottom: 0;
  background-color: whitesmoke;
  width: 100%;
  height: 25%;
  z-index: 2;
}
.sepet_arka{
  width: 100%;
}
.sepet_arka .grid {
  height: 75%;
  margin-bottom: 10%;
}
.sepet_dar_ekran{
  position: absolute;
  right: 5%;
  top: 10px;
  margin-top: -1.2rem;
}
.sepet_dar_ekran > i {
  font-weight: 100 !important;
  font-size: 24px !important;
}
.sidebar{
  background: coral !important;
  color: black !important;
}
.app-body{
  overflow: hidden !important;
  background-color: #f7f7f7;
}
.social > .MuiGrid-container > i{
  color: #0E9B95;
  margin-left: 10px;
}
.social > .MuiGrid-container > p {
  text-align: center;
  align-items: center;
  margin-left: 20px;
}
.social > .MuiGrid-container:nth-child(3) > p{
  font-size: 12px;
}
.social > .MuiGrid-container {
  margin-top: 10px;
}
.app-footer{

  font-size: 16px;
  font-weight: 600;
  color: #77798c;
  width: 100%;

  text-align: center;
}
.app-footer > .social {
  margin-top: 10px;
}
.app-footer > div > .social >div > img {
  margin-left: 10px;
  width: 30px;
}
.app-footer > div > .social > a {
  margin-left: 5px;
  margin-right: 5px;
}
.app-footer > div > .social > div > div > img {
  margin: 5px;
  width: 30px;
  transition-duration: 0.5s;
}
.app-footer > div > .social > div > div > img:hover{
  width: 35px;
}
.app-footer > div > .social > h3{
  margin-top: 20px;
}
.app-footer > div > .linkler > a {
  color: #009e7f!important;
  font-size: 12px;

  text-decoration: none;
  cursor: pointer;
}
.app-footer > div > .marka {
  margin-top: 20px;
  margin-bottom: 5px;
}
.react-multiple-carousel__arrow{
  z-index: 1;
}

.dashboard{
  background-color: #F2ECFF;
  background-repeat: no-repeat;
  background-size: cover;
}

.vidget:hover{
  -webkit-box-shadow: 10px 13px 30px -15px rgba(0,0,0,0.69);
  -moz-box-shadow: 10px 13px 30px -15px rgba(0,0,0,0.69);
  box-shadow: 10px 13px 30px -15px rgba(0,0,0,0.69);
}
.appBackground{
  width: 100%;
  background-image: linear-gradient(to right top, #cedbdc, #d2dbde, #d7dbde, #dadbdd, #dcdcdc);
}
.📦w_400px{
  overflow: hidden;
}

.arama_katman{
  height: 80px !important;
}
.app-header{
  padding: 0 20px 0 20px;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  justify-content: space-between;
  position: fixed;
  z-index: 20;
  top: 0px;
  left: 0px;
  width: 100%;
  background-color: rgb(255, 255, 255);

  transition: all 0.3s ease 0s;
}
.app-header > .item {
  flex-basis: 33%;
}
.right-menu{
  text-align: right;
  align-items: center;
  display: flex;
  justify-content: flex-end;
}
.right-menu > a{
  font-weight: bolder;
  color: #346A9F;
  font-size: 12px;

}
.right-menu > i{
  font-size: 12px;
  margin-left: 4px;
}

.desktop-header-list{
  cursor: pointer;
  position: absolute !important;
  right: 20px !important;
}
.desktop-header-list > span > a {
  color: rgb(13, 17, 54);
}
.desktop-header-list > span > a:hover{
  color: rgb(0, 158, 127);
}
.nav-brand > span {
  color: rgb(13, 17, 54);
  font-size: 26px;
  font-weight: 700;
  cursor: pointer;
  margin-right: 0px;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}
.nav-brand > span > img {
  display: block;
  max-width: 150px;
}


.siparis_panellerim{

}
.siparis_panellerim > .rs-panel-heading{

  font-size: 21px;
  font-weight: 400 !important;
  color: rgb(13, 17, 54);
  line-height: 1.2;
  margin-bottom: 35px;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}
.siparis_panellerim > div > div {
  margin-bottom: 12px;
}
.siparis_panellerim > div > div > div{
  width: 100%;
}
.siparis_panellerim > div > div > div > .MuiOutlinedInput-root.Mui-focused .MuiOutlinedInput-notchedOutline {
  border-color: rgb(0, 158, 127);
}
.siparis_panellerim > div > div > div > .MuiOutlinedInput-root.Mui-focused .MuiOutlinedInput-notchedOutline > legend > span {
  color: rgb(0, 158, 127) !important;
}
.siparisim_katman{
  width: 100%;
  flex-shrink: 0;
  padding-top: 20px;
  margin-bottom: 10px;
}
.siparisim_ara_katman{
  margin-bottom: 50px;
  position: relative;
  transform: translate3d(0px, 0px, 0px);
}
.siparisim_ic_katman{
  width: 100%;
  display: flex;
  flex-direction: column;
}
.siparisim_baslik{

  font-size: 16px;
  font-weight: 700;
  color: rgb(13, 17, 54);
  text-align: center;
  margin-bottom: 40px;
}
.siparisim_urunler_katman{
  position: relative;
  overflow: hidden;
  width: 100%;
  height: auto;
  min-height: 0px;
}
.siparisim_urunler_ic{
  position: relative;
  overflow: scroll;
  margin-right: -17px;
  margin-bottom: -17px;
  min-height: 17px;
  max-height: calc(407px);
  margin-left: 0px;
  padding-left: 0px;
  padding-right: 15px;
}
.siparisim_ic_kenar{
  display: flex;
  flex-direction: column;
  padding-left: 15px;
  border-radius: 2px;
}
.siparisim_eleman{
  display: flex;
  width: 100%;
  align-items: flex-start;
  -webkit-box-pack: start;
  justify-content: flex-start;
  margin-bottom: 25px;
  font-weight: 400 !important;
}
.siparisim_adet{

  font-size: 14px;
  font-weight: 700;
  color: rgb(13, 17, 54);
}
.siparisim_carpi{

  font-size: 14px;
  font-weight: 400;
  color: rgb(119, 121, 140);
  margin: 0px 12px;
}
.siparisim_urun_ad{

  font-size: 14px;
  font-weight: 400;
  color: rgb(23 24 31);
  margin-right: 15px;
}
.siparis_ucret_katman{
  margin-top: 20px;
  border-top: 1px solid rgb(230, 230, 230);
  padding: 20px 15px 0px;
}
.siparis_ucret_eleman_baslik{

  font-size: 14px;
  font-weight: 400 !important;
  color: rgb(119, 121, 140);
}
.siparis_ucret_eleman_icerik{

  font-size: 14px;
  font-weight: 400;
  color: rgb(119, 121, 140);
}
.siparis_ucret_eleman_toplam{
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  justify-content: space-between;
  margin-bottom: 10px;
  margin-top: 20px;
}
.siparis_ucret_eleman_baslik_toplam{

  font-size: 14px;
  font-weight: 700;
  color: rgb(13, 17, 54);
}
.siparis_ucret_eleman_icerik_toplam{

  font-size: 14px;
  font-weight: 700;
  color: rgb(13, 17, 54);
}
.siparis_ucret_eleman{
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  justify-content: space-between;
  margin-bottom: 10px;
}
.siparisim_urun_fiyat{
  font-size: 14px;
  font-weight: 400;
  color: rgb(23 24 31);
  margin-left: auto;
}

.devam_ediyor{
  left: 0;
  height: 75px;
  width: 40%;
  min-width: 75px !important;
  border-radius: 75px;
  margin-left: 30%;
  position: sticky !important;
  animation-fill-mode: both !important;
  animation-duration: 800ms !important;
  animation-delay: 150ms !important;
  animation-iteration-count: 1 !important;
  opacity: 1 !important;
  box-shadow: 10px 14px 23px 0px rgba(0,0,0,0.75);
}
.kayan_gorsel_gizli{
  width: 0;
  height: 0;
  display: none;
  visibility: hidden;
}
.bitti{
  display: none !important;
  visibility: hidden !important;
  position: absolute !important;
  width: 0 !important;
  height: 0 !important;
}
.devam_ediyor{
  border-radius: 100px;
  animation-duration: 0.5s;
  box-shadow: 10px 14px 23px 0px rgba(0,0,0,0.75);
}
.urun_counter_katman_pp{
  padding: 10px;
  display: flex;
  background-color: rgb(0, 158, 127);
  font-size: 15px;
  font-weight: 700;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
  overflow: hidden;
  flex-shrink: 0;
  width: 90%;
  height: 50px;
  margin-left: 5%;
  margin-top: 5px;
  margin-bottom: 5px;
  color: white;
  border: 1px solid rgb(0, 158, 127);
}
.urun_counter_katman_pp > svg{
  height: 50px;
  width: 20px;
}

.urun_counter_katman{
  padding-left: 5px;
  padding-right: 5px;
  display: flex;
  background-color: rgb(0, 158, 127);
  color: rgb(255, 255, 255);
  font-size: 15px;
  font-weight: 700;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
  overflow: hidden;
  flex-shrink: 0;
  width: 90%;
  height: 36px;
  border-radius: 4px;
  margin-left: 5%;
  margin-top: 5px;
  margin-bottom: 5px;
}
.urun_counter_katman > svg{
  width: 17px;
}
.urun_counter_landing{
  display: flex;
  background-color: rgb(0, 158, 127);
  color: rgb(255, 255, 255);
  font-size: 15px;
  font-weight: 700;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
  overflow: hidden;
  flex-shrink: 0;
  width: 90%;
  max-width: 280px;
  height: 36px;
  border-radius: 6px;
  margin-left: 5%;
  margin-top: 5px;
  margin-bottom: 5px;
}
.urun_counter_pp{
  font-weight: 100 !important;
  cursor: pointer !important;
}
.urun_counter{
  background-color: transparent;
  color: rgb(255, 255, 255);
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  height: 100%;
  cursor: pointer;
  border-width: initial;
  border-style: none;
  border-color: initial;
  border-image: initial;
  font-weight: 100 !important;
}
.urun_bilgisi >.rs-panel-body> input{
  margin-top: 10px;
  margin-bottom: 10px;
}
.urun_ekle_alt{
  padding: 20px 30px;
  position: fixed;
  bottom: 0;
  width: 120%;
  margin-left: -10%;
  -webkit-box-align: center;
  align-items: center;
  display: flex;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 3px;
  background-color: rgb(255, 255, 255);
}
.urun_olustur_butonu{
  width: 50%;
  background-color: rgb(0, 197, 141);
  color: rgb(255, 255, 255);
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
  padding-right: 16px;
  padding-left: 16px;
  padding-bottom: 12px;
  padding-top: 12px;
  margin-right: 0px;
  margin-left: 10%;
  cursor: pointer;
  transition-property: background;
  -webkit-appearance: none;
  text-decoration: none;
  display: inline-flex;
  outline: none;
  border-style: none;
  border-width: 0px;
  line-height: 24px;
  font-weight: 700;
  font-size: 14px;
  margin-bottom: 0px;
  margin-top: 0px;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}
urun_ekle_katman{

  height: 100%;
  overflow: auto;
  margin-bottom: 25px;
}
.kategori_secici{
  margin-top: 50px;
  margin-bottom: 50px;
}
.kategori_secici > div > ul {
  width: 250px !important;

}
@media screen and (max-width: 767px){
  .order-payment-inputs{
    margin: 5px;
  }
  .kateori_kapsam{
    margin-left: 5px;
    margin-right: 5px;
  }
  .new_order_page{
    margin: 70px 2px !important;
  }
  .order_page{
    padding: 60px 5px 100px 5px;
  }
  .siparis_hata{
    width: 90%;
    margin-left: 5%;
    padding: 30px 0;
  }
  .sonuclar_katman {
    width: 100% !important;
    margin-left: 0 !important;
  }
  .login_page{
    width: 80%;
    margin-left: 10%;
  }
  .siparis_kart {
    width: 100% !important;
    height: 100% !important;
  }
  .siparis_kart > div > div > .rs-drawer-body {
    max-height: 100% !important;
  }

  .urun_ekle_katman{
    width: 100%;
  }



  .navbar-brand{
    margin-top: -5%;
    font-size: 1.6em;
  }

  .📦w_400px{
    width: 100% !important;
  }

  .urunler{
    width: 120%;
    margin-left: -10%;
  }
  .blur{
    position: absolute;
    width: 90%;
    margin-left: 2%;
    height: 250px;
    -webkit-filter: blur(3px);
    -moz-filter: blur(3px);
    -o-filter: blur(3px);
    -ms-filter: blur(3px);
    filter: blur(3px);
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 16px;
    background-image: url('https://res.cloudinary.com/koydengelsin/image/upload/v1573126812/icerik_w3diqf.jpg');
  }
  .carous-item{
    height: 270px;
    width: 100%;
    border-radius: 0px 20px;

  }
  .carous{
    width: 120%;
    margin-left: -10%;
    max-height: 300px;
    box-shadow: 3px 7px 36px -12px rgba(0,0,0,0.75);
  }
  .siparisver{
    width: 120%;
    margin-left: -10%;
    margin-top: -10%;
  }
  .kac-defa-satilmis{
    width: 110%;
    margin-left: -5%;
  }
}
@media screen and (min-width: 767px) {
  .order_page{
    padding: 100px 10px !important;
  }
  .order_page{
    padding: 100px 10px !important;
  }
  .order-payment-inputs{
    margin: 20px 12px;
  }
  .siparis_hata{
    width: 50%;
    margin-left: 25%;
    padding: 20px 30px;
  }
  .login_page{
    width: 50%;
    margin-left: 25%;
  }
  .urun_ekle_katman{
    width: 80%;
    margin-left: 10%;
  }
  .sepet_dar_ekran{
    visibility: hidden;
    display: none;
  }


}




.fiyat{
  margin-left: 50% !important;
}
.siparis-buton{
  border-radius: 5px;
  width: 70%;
  font-size: 1rem;
  margin-left: 15%;
  margin-top: -5%;
}
.urun-bilgi{
  margin-top: 10%;
  font-size: 10px;
}


.seviye-butonu{
  position: absolute;
  top:0;
  right: 5%;
}
.duzenle-modal{
  width: 95%;

}

.siparisver{
  text-align: center;
  align-items: center;
}
.siparis-notu{
  max-width: 100%;
}
.sepet-img{

  height: 120px;
}

.azalt-buton{
  position: absolute;
  top:10%;
  right:-5%;
  border-radius: 50px;
}

.magaza{
  background-color: #EBE6E6;
  border: 0;
  border-radius: 8px;
}

.hesapno-text{
  width: 87%;
}

.golge{
  -webkit-box-shadow: 10px 9px 24px -13px rgba(0,0,0,0.75);
  -moz-box-shadow: 10px 9px 24px -13px rgba(0,0,0,0.75);
  box-shadow: 10px 9px 24px -13px rgba(0,0,0,0.75);
  border-radius: 8px;
}
.sepete-ekle-buton{
  font-size: 100%;

}
.btn-info{
  width: 100%;
}

.first{
  width: 120%;
  margin-left: -10%;
  height: 400px;
  background-image: url('https://res.cloudinary.com/koydengelsin/image/upload/v1573126812/icerik_w3diqf.jpg');
  background-size: cover;
  background-repeat: no-repeat;

}
.indirim{

  font-size: 13px;
  font-weight: 700;
  color: rgb(255, 255, 255);
  line-height: 24px;
  background-color: rgb(251, 185, 121);
  padding-left: 10px;
  padding-right: 10px;
  display: inline-block;
  position: absolute;
  top: 15px;
  right: 15px;
  border-radius: 12px;
}

.rs-dropdown-menu{
  z-index: 10 !important;
}
.s-dropdown-item{
  z-index: 10 !important;
}
@keyframes animate {
  0% {
    background-position: -400%;
    box-shadow: 0 0 0 -16px rgba(0,0,0,0.75);
  }
  100% {
    background-position: 400%;

  }
}
.first-buton{
  margin: auto;
  width: 50%;
  margin-left: 25%;
  margin-top: 15%;
  border-radius: 8px;
  background-color: #00D1DA;
  border: 0;
  box-shadow: 3px 13px 29px -11px rgba(0,0,0,0.75);
  font-size: 18px;
}
html{
  scroll-behavior: smooth;
}
.chart-wrapper{
  min-height: 600px;
  width: 110% !important;
  margin-left: -5% !important;

}

.aylik-grafik{
  width: 100%;

}
.graik_kart{
  width: 100%;

}
.title span {
  background: -webkit-linear-gradient(white, #38495a);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #FFF;
  text-align: center;

  font-size: 30px;

}
.chartjs-size-monitor{
  display: none !important;
  visibility: hidden !important;
}
.css-yrjgl1{
  background-color: #FFE850 !important;
  margin-left: 10% !important;
}



.sepet_alt_kısım{
  padding-top: 50px;
  padding-bottom: 65px;
  background-color: white;;
  width: 105%;
  position: relative;
  bottom: 0;
}
.sepet_alt_kısım .btn{
  margin-left: 25%;
  width: 50%;
  margin-top: 25px;
  margin-right: 25%;
}
.yan_seçke{
  background-color: black ;
}

.menu{
  background-color: white !important;
}

.css-1yiw7zu {
  margin-top: 15%;
}


.react-multi-carousel-dot-list{
  margin-top:2% !important;
}
.tek_urun{
  max-width: 100%;
  order: 0;
  flex: 0 0 100%;
  overflow-x: hidden;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  position: relative;
}
.tek_urun_alt{
  max-width: 100%;
  order: 1;
  flex: 0 0 100%;
  padding: 10px 0px 30px;
  border-left: 1px solid rgb(243, 243, 243)
}
.btDBfffd {
  font-size: 13px;
  font-weight: 400;
  color: rgb(119, 121, 140);
  margin-top: 10px;
}
.btDBfef{
  font-size: 13px;
  font-weight: 400;
  color: rgb(119, 121, 140);
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 0 20px 0 20px;
}
.btDBfef > div > div > button {
  padding-right: 50px !important;
  padding-top: 20px;
  padding-bottom: 20px;
  border-radius: 4 !important;
  font-size: 18px;
  width: 100%;
}
.btDBfef > div > div > button> svg{
  height: 45px;
  font-size: 22px;
}
.btDBfef > div > div  {
  border: 1px solid rgb(0, 158, 127);
  border-radius: 4px;
}
.OLDqC {
  font-size: 15px;
  font-weight: 400;
  color: rgb(66, 69, 97);
  line-height: 2;
  margin-top: 40px;
  margin-left: 20px;
  margin-right: 20px;
}
.ana_sayda_görseli{
  width: 100% !important;
  object-fit: cover;
  object-position: 0 45px !important;
}

.urun_card{
  background-color: rgb(255, 255, 255) !important;
  border: none !important;
}
.mobile_kategoriler{
  width: 100%;
  z-index: 1;
  position: relative !important;
  background-color: rgb(255, 255, 255);
  height: 55px !important;
  overflow: hidden !important;
}

.kategori_listesi{
  display: flex !important;
  flex-wrap: nowrap !important;
  align-items: flex-start !important;
  height: 80px !important;
  overflow-y: hidden !important;
  overflow-x: auto !important;
  padding-top: 15px !important;
  padding-bottom: 25px !important;
  padding-left: 15px !important;
  padding-right: 80px !important;
  list-style-type: none;
  margin: 0 -2.4em;
}
.kategori_listesi > div {
  margin-right: -49px !important;
  display: inline-block;
  margin-left: 1em;
  font-size: 1rem;
  table-layout: fixed;
  list-style-type: none;
  list-style-position: outside;
  line-height: 1.14285714em;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}
.kategori_listesi >div > a {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  font-size: 14px;
  font-weight: 700 !important;
  color: rgb(119, 121, 140);
  line-height: 1.2;
  white-space: nowrap;
  padding: 5px 5px ;
  border: 1px solid #E4E4E4 ;
  border-radius: 24px;
}
.urun_card{
  margin: 5% 5px;
  height: 445px;
}
.urun_card > div {
  padding: 8px !important;
}
.kategori_listesi > div > a > img{
  margin-left: 5px;
}
.mobile_aktif_liste{
  background-color: rgb(0, 192, 17) !important;
  color: rgb(248, 248, 248) !important;
  border-radius: 100px !important;
  padding-left: 10px !important;
  padding-right: 10px !important;
  -webkit-box-shadow: -3px 4px 15px 3px rgba(0,0,0,0.75) !important;
  -moz-box-shadow: -3px 4px 15px 3px rgba(0,0,0,0.75) !important;
  box-shadow: 3px 18px 66px -8px rgba(0,0,0,0.75) !important;
}
.kateori_dış_iskelet .rs-nav {
  margin-bottom: 15px !important;
  padding: 10px;
  position: relative !important;
  overflow-x: hidden !important;
}
.kateori_dış_iskelet > .rs-nav  >.rs-nav-item{
  width: 100% !important;
  margin-top: 20px;
  display: flex !important;
  -webkit-box-align: center;
  align-items: center !important;
  margin-bottom: 1px !important;
  color: rgb(13, 17, 54) !important;
  cursor: pointer !important;
  transition: all 0.15s ease-in-out 0s !important;
  padding: 5px 0px !important;
  outline: 0px !important;
}
.kateori_dış_iskelet > .rs-nav  >.rs-nav-item-active:before{
  background-color: rgb(0, 158, 127) !important;
}
.rs-nav-item a {
  width: 100% !important;
}
.urun_card_bilgi{
  padding: 10px 0 5px 5px;
  margin-top: -30px;
}
.urun_card_bilgi_long{
  padding: 10px 8px 5px 5px;
  margin-top: -45px !important;
}
.sepet_body{
  margin: 0!important;
  padding: 0 !important;
  height: calc(100% - 200px) !important;
}
.sepet_gösterici{
  height: auto;
  width: auto;
  display: flex;
  flex-direction: column;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  background-color: rgb(0, 158, 127);
  box-shadow: rgba(0, 0, 0, 0.16) 0px 21px 36px;
  cursor: pointer;
  position: fixed;
  right: 0px;
  top: 50%;
  margin-top: -46px;
  z-index: 99;
  padding: 0px;
  border-radius: 6px 0px 0px 6px;
  border-width: 0px;
  border-style: initial;
  border-color: initial;
  border-image: initial;
  outline: 0px;
}
.sepet_bilgileri{

  font-size: 13px;
  font-weight: 700;
  color: rgb(255, 255, 255);
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  padding: 15px 10px;
}
.sepet_göster_icon{
  margin-right: 10px  ;
}
.sepet_goster_fiyat{
  width: auto;
  height: 35px;
  min-width: 80px;
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  background-color: rgb(255, 255, 255);

  font-size: 13px;
  font-weight: 700;
  color: rgb(0, 158, 127);
  overflow: hidden;
  border-radius: 6px;
  margin: 0px 10px 10px;
}
.mobile_sepet_ucret{
  width: 90px;
  height: 41px;
  margin-left: auto;
  margin-right: 0px;
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  background-color: rgb(255, 255, 255);

  font-size: 12px;
  font-weight: 700;
  color: rgb(0, 158, 127);
  margin-right: 2px;
  overflow: hidden;
  border-radius: 28px;
}
.mobile_sepet_gösterici{
  width: calc(100% - 60px);
  height: 45px;
  bottom: 30px;
  right: 30px !important;
  padding: 2px 2px 2px 30px;
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
  background-color: rgb(0, 158, 127);
  box-shadow: rgba(0, 0, 0, 0.16) 0px 21px 36px;
  cursor: pointer;
  position: fixed;
  bottom: 50px;
  right: 50px;
  z-index: 99;
  padding: 0px 0px 0px 30px;
  border-radius: 60px;
  border-width: 0px;
  border-style: initial;
  border-color: initial;
  border-image: initial;
  outline: 0px;
}
.urun_miktar{

  font-size: 13px;
  font-weight: 400;
  color: rgb(119, 121, 140);
}
.urun_ad{

  font-size: 15px;
  font-weight: 800 !important;
  color: rgb(13, 17, 54);
  width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;

  overflow: hidden;
}
.urun_meta_bilgi{
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.urun_ucret{

  font-size: 18px;
  font-weight: 700;
  color: rgb(0, 158, 127);
}
.urun_buton{
  height: 36px;
  border-radius: 4px;
  transition: all 0.35s ease-in-out 0s;
  cursor: pointer;
  width: 90%;
  margin-left: 5%;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  background-color: rgb(243, 243, 243);
  padding: 0px;
  border: none;
  overflow: hidden;
  margin-top: 10px;
  margin-bottom: 10px;
}
.urun_buton > i {
  margin-right: 8px;
  background: none !important;
}
.tek_urun_sepete_ekle{
  color: rgb(0, 158, 127);
  margin-left: 10px;
}
.adres_buton_katman{
  margin-top: 25px;
}
.urun_meta{
  padding-left: 5px;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
.urun_cupons{
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  height: 25px;
}
.urun_cupons::-webkit-scrollbar {
  display: none;
}
.rs-nav-item-active .rs-nav-item-content{
  color: rgb(0, 158, 127) !important;
}
.sepet_title_eleman{
  -webkit-box-align: center !important;
  align-items: center !important;
  color: rgb(0, 158, 127);
  text-align: center;
}
.kzoayf {
  width: 100%;
  display: flex;
  align-items: flex-start;
  -webkit-box-pack: start;
  justify-content: flex-start;
  margin-bottom: 10px;
  margin-left: 4px;
}
.mqzOv {

  font-size: 21px;
  font-weight: 700;
  color: rgb(13, 17, 54);
  line-height: 1.5;
  display: flex;
}
.rate_prod_down{
  display: flex;
  align-items: center;
  cursor: pointer;
}
.swiper-wrapper{
  box-sizing: inherit !important;
}
.rate_prod_down > ul {
  margin-left: 5px;
}
.rate_prod_down > span{
  font-weight: 600;
}
.fbUCfN {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  flex-shrink: 0;
  margin-left: 20px;
  line-height: 31px;
  margin-top: 10px;
}
.cqZYhV {
  font-size: 2.1rem;
  font-weight: 500;
  line-height: normal;
  color: rgb(120, 92, 80);
}
.adres_buton_text{
  padding-left: 4px;
  padding-right: 4px;
  white-space: nowrap;
}
.adres_buton{
  cursor: pointer;
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  background-color: rgb(0, 158, 127) !important;
  height: 48px;
  width: auto;
  color: rgb(255, 255, 255) !important;

  font-size: 15px;
  font-weight: 700;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 30px;
  padding-right: 30px;
  box-sizing: border-box;
  border-radius: 6px;
  text-decoration: none;
  border-width: 0px;
  border-style: initial;
  border-color: initial;
  border-image: initial;
  transition: all 0.3s ease 0s;
}
.magnifier-image{
  width: 100%;
  height: auto !important;
  object-fit: scale-down !important;
}
.kateori_dış_iskelet{
  margin-top: 10px;
  height: 600px;
}
.kateori_dış_iskelet> div {
  height: 100%;
}
.size_selector > a{

}
.size_selector > a > .rs-picker-toggle-caret {
  color: rgb(0, 158, 127) !important;
  font-weight: 700;
  font-size: 16px !important;
}
@media only screen and (max-width: 991px) {
  .verify_phone_input{
    max-width: 90%;
    margin-left: 5%;
  }
  .kargo_image{
    width: 100%;
  }
  .single_pd_img{
    max-height: 450px;
    object-fit: cover;
  }

  .myorders_page{
    margin: 70px 20px !important;
  }
  .graph_block{
    height: 400px;
    width: 100%;
  }
  .product_page{
    padding: 25px 0;
    margin-top: 30px;
  }
  .p_update_layer{
    width: 100% !important;
  }
  .urun_img{
    height: 200px !important;
    object-fit: cover;
  }
  .sepet_title{
    -webkit-box-pack: center !important;
    justify-content: center !important;
    align-items: center !important;
    justify-content: center !important;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
  }
  .rs-drawer-header .rs-drawer-header-close {
    position: absolute !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    z-index: 9999;
  }
  .rs-drawer-header-close{
    position: absolute !important;
    top: -60px !important;
    left: 45%;
    background-color: rgb(255, 255, 255) !important;
    width: 35px !important;
    height: 35px !important;
    color: rgba(0, 0, 0, 0.5) !important;
    border-radius: 50% !important;
  }
  .kateori_dış_iskelet{
    display: none;
    visibility: hidden;
  }
  .desktop-header-list{
    visibility:hidden;
    display: none;
  }
  .sol_menu_buton{
    width: 26px;
    cursor: pointer;
    display: block;
  }
  .sol_menu_buton > span{
    display: block;
    background-color: rgb(13, 17, 54);
    height: 2px;
    margin-bottom: 6px;
    border-radius: 6px;
    transition: all 0.2s ease-in-out 0s;
  }
  .sol_menu_buton >  span:nth-child(1) {
    width: 26px;
  }

  .sol_menu_buton >  span:nth-child(2) {
    width: 12px;
  }
  .sol_menu_buton > span:last-child {
    margin-bottom: 0px;
  }
  .sol_menu_buton > span:nth-child(3) {
    width: 22px;
  }
  .adres_buton{
    width: 100%;
  }
  .fbUCfN {
    margin-left: 20px;
  }
  .mqzOv {
    word-break: break-word;
  }
  .hJAUJy {
   margin: 0 0 0 10px;
  }
  .sepet_gösterici{
    display: none;
    visibility: hidden;
  }
  .ana_sayfa_arama{
    display: none;
    visibility: hidden;
  }
  .arama{
    position: absolute;
    top:20px;
    width: 100% !important;
    background-color: white;
    margin-left: 1px !important;
  }
  .search .input{
    width: 100% !important;
  }
  .ana_sayda_görseli{
    min-height: 22rem !important;
    object-position: center 50px !important;
  }


  .magnifier-image {
    height: auto !important;
    width: 80% !important;
    margin-left: 10% !important;

  }
  .magnifier{
    width: 100% !important;
  }


  .alışveriş_butonları{
    width: 100% !important;
    margin-left: -5% !important;
  }


  .menu{
    width: 120% !important;
    margin-left: -10% !important;
    box-shadow: -1px 7px 15px -6px rgba(0,0,0,0.75) !important;
  }
  .menu .item{
    width: 14% !important;
  }



  .nasıl{
    height: 150px;
  }
  .slayt{
    height: 300px;
    width: 100%;
    object-fit: cover;
  }

}

@media only screen and (min-width: 991px) {
  .right-menu{
    visibility: hidden;
    display: none;
  }
  .verify_phone_input{
    max-width: 50%;
    margin-left: 25%;
  }
  .kargo_image{
    width: 50%;
    margin-left: 25%;
  }
  .verify-component{
    padding-left: 25%;
    padding-right: 25%;
  }
  .app-footer{
    margin-left: 20% !important;
    width: 80% !important;
  }
  .single_pd_img{
    max-height: 550px;
    object-fit: cover;
  }
  .verification_inputs{
    width: 60% !important;
    margin-left: 20%;
  }
  .myorders_page{
    margin: 70px 175px !important;
  }
  .graph_block{
    height: 100%;
    width: 100%;
  }
  .app-header{
    padding-top: 25px;
    padding-bottom: 25px;
    position: fixed;
  }
  .nav-brand{
    position: absolute !important;
    left: 50px !important;
    margin-top: 50px !important;
    margin-bottom: 50px !important;
  }
  .kateori_kapsam{
    margin-left: 20px;
    margin-right: 20px;
  }
  .hJAUJy{
    margin-left: 20px;
    max-width: 520px;
  }
  .product_page{
    padding: 70px 20px 80px 100px;
  }
  .new_order_page{
    margin: 100px 70px 70px 100px !important;
  }
  .urun_img{
    height: 300px !important;
    object-fit: cover;
    cursor: pointer;
  }
  .urun_card{
    height: 545px !important;
  }
  .mobile_sepet_gösterici{
    display: none;
    visibility: hidden;
  }
  .mobile_kategoriler{
    visibility: hidden;
    display: none;
  }
  .ana_sayda_görseli{
    max-height: 45rem !important;
    object-fit: cover;
  }
  .rs-nav-vertical{
    width: 100% !important;

    margin: 0 !important;
    margin-left: 5% !important;
    border-radius: 4px !important;
    background: rgb(255, 255, 255) !important ;
    height: 100% !important;
  }

  .ana_sayfa_arama{
    padding: 16px;
    z-index: 2;
    position: absolute;
    top:40%;
    margin-left: 25% !important;
    width: 50%;
  }
  .ui .input{
    display: flex;
  }

  .arama>.wide> .ui>.input>input{
    padding: 16px;
    border: none !important;
    width: 100% !important;
    border-radius: 8px !important;
    box-shadow: 0px 11px 24px -10px rgba(0,0,0,0.75);
    background: rgb(247, 247, 247) !important;

  }
  .ui.search>.results{
    width: 100% !important;
  }

  .breadcrumb{
    padding-top: 2% !important;

  }

  .card_aciklama{
    margin-top: 30px;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
  .urun_gorsel{
    height: 350px;
  }


  .nasıl{
    height: 300px;
  }
  .slayt{
    height: 650px;
    width: 100%;

    object-position: 0 20%;
  }

}
.yan_menu{
  width: 85% !important;
}
.yan_menu_liste{
  margin-top: 10px;
}
.yan_menu_liste > .eleman{
  margin-left: 10px;
  margin-right: 10px;
}
.yan_menu_liste > .eleman > a{
  border-radius: 50px;
}
.yan_menu_liste > .eleman > .aktif{
  color: #0D8342;
  background-color: rgba(13, 131, 66, 0.16);
}
.yan_menu_liste > .eleman > .aktif > a{
  color: #0D8342;
  background-color: rgb(247, 247, 247);
  border-radius: 50px 50px 50px 50px;
}

.siparis-card-text{

  font-size: 16px !important;
  font-weight: 100 !important;
}
.yan_menu_liste > .eleman > a {

}
.yan_menu_liste > .eleman > a > a {
  color: rgb(22, 31, 106);
}

.yan_menu_baslik .rs-drawer-header-close{
  margin-top: 65px;
  margin-left: 60%;
}
.left_categories_menu > ul > li{
  margin-left: 20px;
}
.card_buton{
  height: 36px;
  padding-left: 17px;
  padding-right: 17px;
  font-size: 13px;
  font-weight: 700;
  border-width: 2px;
  border-style: solid;
  border-color: rgb(247, 247, 247);
  border-image: initial;
  border-radius: 18px;
  cursor: pointer;
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  width: auto;

  font-weight: 700;
  padding-top: 0px;
  padding-bottom: 0px;
  box-sizing: border-box;
  color: rgb(0, 158, 127);
  background-color: transparent;
  height: 38px;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 14px;
  text-decoration: none;
  border-image: initial;
  border-width: 1px;
  border-style: solid;
  border-color: rgb(241, 241, 241);
  transition: all 0.35s ease 0s;
  border-radius: 6px;
}
.slayt_iç{
  position: relative;
  text-align: center;
  color: white;
}

.react-multiple-carousel__arrow {
  z-index: 1 !important;
  font-size: 25px;
  min-width: 35px !important;
  min-height: 35px !important;
}
.react-multiple-carousel__arrow::before{
  color: #FF7484 !important;
}
.react-multi-carousel-dot-list li button{
  background-color: white;

}
.react-multi-carousel-dot--active button{
  background-color: #F68252 !important;
  width: 25px !important;
  height: 8px !important;
  margin-bottom: 4px !important;
  border: none !important;
  border-radius: 8px !important;
}



.card{
  border-radius: 0 !important;
  margin-bottom: 20px !important;
}
.card .image img{
  border-radius: 0 !important;
}
.urun_gorsel{
  width: 100%;
  border-radius: 0 0 0 0 !important;

}
.sepete_at{
  width: 100%;
  background: 0;
}
.css-nill{
  margin-top: 200px !important;
}
.kategori_urunler{
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.yan_menu_giris{
  margin-left: 15%;
}

.nasıl{
  width: 200%;

  object-position: 40% 50%;
  border-radius: 0px !important;
}
.text-block {
  position: absolute;
  bottom: 20px;
  left: 50%;
  background-color: #0E9B95;
  color: white;
  padding-left: 60px;
  padding-right: 40px;
  width: 150px;
  border-radius: 4px;

}
.slayt_text{
  position: absolute;
  bottom: 20px;
  left: 50%;
  background-color: #0E9B95;
  color: white;
  height: 50px;
  width: 200px;
  text-align: center;
}

.reklam{
  margin-left: -20% !important;
}
.modals{
  margin-left: 5% !important;
}
.step{
  flex: auto !important;
}
.kategori{
  width:120% ;
  margin-left: -10%;
}
.siparis_header{
  margin-bottom: 30px;
  padding: 40px;

}
.siparis_header > div > .head {
  padding: 0px 15px;
}
.siparis_header > div > .head > h2 {
  font-size: 18px;
  line-height: 1.5;
  margin: 0;
  font-weight: 700;

  color: rgb(22, 31, 106);
}
.siparis_secici > ul >a {
  border-radius: 0 !important;
}
.rs-popover.in{
  opacity: 1 !important;
}
.siparis_layout > div{
  padding: 0 !important;
}
.siparis_layout > .rs-panel-body > .detay {
  display: flex;
  flex-direction: column;
  padding: 20px;
}
.siparis_layout > .rs-panel-body > .detay > div {

  font-size: 13px;
  font-weight: 400;
  color: rgb(13, 17, 54);
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
  width: 100%;
  margin-bottom: 15px;
}
.siparis_layout > .rs-panel-body > .detay > div > span > a {
  color: rgb(13, 17, 54);
}
.siparis_layout > .rs-panel-body > .orta {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.siparis_layout > .rs-panel-body > .orta > div {
  width: 100%;
  display: flex;
  flex-direction: column;
  border-top: 1px solid rgb(241, 241, 241);
  border-bottom: 1px solid rgb(241, 241, 241);
}

.siparis_layout > .rs-panel-body > .orta > div > .bolum {
  width: 100%;
  display: flex;
  flex-direction: column;
  padding: 20px;
  border-bottom: 1px solid rgb(241, 241, 241);
  border-right: 0px;
}
.siparis_layout > .rs-panel-body > .orta > div > .bolum > span {

  font-size: 15px;
  font-weight: 400;
  color: rgb(119, 121, 140);
  line-height: 1.5;
}
.siparis_layout > .rs-panel-body > .orta > div > .cost {
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  width: 100%;
  padding: 20px;
}
.siparis_layout > .rs-panel-body > .orta > div > .cost > div {

  font-size: 15px;
  font-weight: 400;
  color: rgb(119, 121, 140);
  margin-bottom: 15px;
  width: 100%;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
.siparis_layout > .rs-panel-body > .orta > div > .cost > div > div {
  color: rgb(13, 17, 54);
}
.siparis_layout > .rs-panel-body> .extra {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.collapse.in {
  display: block !important;
}
.login_page {
  background-color: white;
  margin-bottom: 100px;

  border-radius: 0 !important;

}
.login_page > .rs-panel-body {
  padding: 30px;
}
.login_page > .rs-panel-body > input {
  margin-bottom: 20px;
}
.sonuclar_katman {
  width: calc(100% - 330px);
  padding: 0px 20px 20px;
  margin-top: 50px;
  margin-left: 30px;

}
.sonuclar {
  margin-bottom: 50px;
}

.sorgula_katman {
  width: 100%;
  padding-top: 30px;
  margin-top: -21px;
  padding-bottom: 400px;
  background-color: white;
}
.sonuclar > .rs-panel-heading {
  display: flex !important;
  -webkit-box-pack: justify !important;
  justify-content: space-between !important;
  -webkit-box-align: center !important;
  align-items: center !important;
  padding: 15px 20px !important;
  border-bottom: 1px solid rgb(241, 241, 241) !important;
}
.sonuclar > .rs-panel-heading > .rs-panel-title {

}
.sonuclar > .rs-panel-heading > .rs-panel-title >.num  {

  font-size: 15px;
  font-weight: 700 !important;
  color: rgb(13, 17, 54);
}
.sonuclar > .rs-panel-heading > .rs-panel-title >.num > span {
  font-weight: 400;
}
.sonuclar > .rs-panel-heading > .rs-panel-title > .durum {

  font-size: 12px;
  font-weight: 400;
  color: rgb(46, 112, 250);
  line-height: 1;
  background-color: rgba(46, 112, 250, 0.1);
  padding: 10px;
  border-radius: 6px;
  margin-left: 20px;
}
.sonuclar > .rs-panel-body > div > div {
  padding: 0 !important;
}
.sonuclar > .rs-panel-body > div > div > .detay_tepe {
  display: flex;
  flex-direction: column;
  padding: 20px;
}
.sonuclar > .rs-panel-body > div > div > .detay_tepe > div {

  font-size: 13px;
  font-weight: 400;
  color: rgb(13, 17, 54);
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
  width: 100%;
  margin-bottom: 15px;
}
.sonuclar > .rs-panel-body > div > div > .detay_orta {
  width: 100%;
  display: flex;
  flex-direction: column;
  border-top: 1px solid rgb(241, 241, 241);

}
.sonuclar > .rs-panel-body > div > div > .detay_orta > .adres {
  width: 100%;
  display: flex;
  flex-direction: column;
  padding: 20px;
  border-bottom: 1px solid rgb(241, 241, 241);
  border-right: 0px;
}
.sonuclar > .rs-panel-body > div > div > .detay_orta > .adres > h1 {

  font-size: 15px;
  font-weight: 700;
  color: rgb(13, 17, 54);
  margin-bottom: 10px;
}
.sonuclar > .rs-panel-body > div > div > .detay_orta > .adres > span{

  font-size: 15px;
  font-weight: 400;
  color: rgb(119, 121, 140);
  line-height: 1.5;
}
.sonuclar > .rs-panel-body > div > div > .detay_orta > .cost {
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  width: 100%;
  padding: 20px;
}
.sonuclar > .rs-panel-body > div > div > .detay_orta > .cost > .eleman {

  font-size: 15px;
  font-weight: 400;
  color: rgb(119, 121, 140);
  margin-bottom: 15px;
  width: 100%;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  justify-content: space-between;
}

.sonuclar > .rs-panel-body > div > div > .detay_orta > .cost > .eleman > div {
  color: rgb(13, 17, 54);
}
.sonuclar > .rs-panel-body > div > div > .detay_orta > .step {
  width: 100%;
  display: flex;
  padding: 30px 25px;
  border-bottom: 1px solid rgb(241, 241, 241);
}
.sonuclar_page {
  background-color: white;
  width: 100%;
  margin-top: -30px;
  padding-bottom: 200px;
}

.sonuclar > .rs-panel-body > div {
  padding: 0 !important;
}
.sonuclar > .rs-panel-body > .detay_tepe {
  display: flex;
  flex-direction: column;
  padding: 20px;
}
.sonuclar > .rs-panel-body> .detay_tepe > div {

  font-size: 13px;
  font-weight: 400;
  color: rgb(13, 17, 54);
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
  width: 100%;
  margin-bottom: 15px;
}
.sonuclar > .rs-panel-body > .detay_orta {
  width: 100%;
  display: flex;
  flex-direction: column;
  border-top: 1px solid rgb(241, 241, 241);

}
.sonuclar > .rs-panel-body > .detay_orta > .adres {
  width: 100%;
  display: flex;
  flex-direction: column;
  padding: 20px;
  border-bottom: 1px solid rgb(241, 241, 241);
  border-right: 0px;
}
.sonuclar > .rs-panel-body > .detay_orta > .adres > h1 {

  font-size: 15px;
  font-weight: 700;
  color: rgb(13, 17, 54);
  margin-bottom: 10px;
}
.sonuclar > .rs-panel-body > .detay_orta > .adres > span{

  font-size: 15px;
  font-weight: 400;
  color: rgb(119, 121, 140);
  line-height: 1.5;
}
.sonuclar > .rs-panel-body > .detay_orta > .cost {
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  width: 100%;
  padding: 20px;
}
.sonuclar > .rs-panel-body > .detay_orta > .cost > .eleman {

  font-size: 15px;
  font-weight: 400;
  color: rgb(119, 121, 140);
  margin-bottom: 15px;
  width: 100%;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  justify-content: space-between;
}

.sonuclar > .rs-panel-body > .detay_orta > .cost > .eleman > div {
  color: rgb(13, 17, 54);
}
.sonuclar > .rs-panel-body > .detay_orta > .step {
  width: 100%;
  display: flex;
  padding: 30px 25px;
  border-bottom: 1px solid rgb(241, 241, 241);
}
.siparis_hata {
  background-color: rgb(247, 247, 247);
  margin-top: 30px;
}
.siparis_hata > div >button {
  margin-top: 20px;
}
.telefonla_sorgula{
  width: 100%;
  margin-left: 5%;
}
.edit_bolgesi{
  display: flex;
  flex-direction: row;
}
.edit_bolgesi > div {
  width: 100%;
  padding-bottom: 150px;
  margin-top: 20px;
}
.edit_bolgesi > div > input{
  margin-bottom: 10px;
}
.edit_bolgesi > div > .seciciler {
  margin-top: 20px;
  margin-bottom: 20px;
}
.edit_bolgesi > div > .seciciler > div {
  margin-top: 10px;

}
.siparis_kart  > div > div{
  background-color: whitesmoke !important;
}
.siparis_layout {
  background-color: whitesmoke !important;
}
.wrap_d6d > .button_592{
  margin-bottom: 5px !important;
  width: 47px !important;
  height: 47px !important;
  margin-right: 5px !important;
  box-shadow: -5px 3px 40px -8px rgba(0,0,0,0.75) !important;
}
.app-footer > div > div > .troy > img {
  max-width: 90px;
  margin-top: 20px;
}

.footer-imgs{
  display: block !important;
  text-align: center;
  padding-bottom: 60px;
  padding-top: 80px;
}
.footer-imgs > img{
  width: 45px;
  margin-left: 2px;
  margin-right: 2px;
}
.footer-imgs > p{
  margin-top: 10px;
  font-size: 11px;
}
.footer-links{
  margin-top: 20px;
  display: grid;
  font-size: 12px;
  text-align: justify !important;
  color: #0E9B95;
}
.footer-links > div > ul > li > a {
  color: #0E9B95 !important;
}
.text-light{
  color: white;
}
.login-page {
 margin-top: 170px;
}
.page{
  padding: 100px 0;
}
.add_categy > div > div > .rs-drawer-body{
  padding: 20px 50px;
}
.p_update_layer > div > div {
  background-color: rgb(247, 247, 247) !important;
}
.p_update{
  position: relative;
  width: 100%;
  height: 100%;
  padding-bottom: 100px;
  line-height: 20px;
  color: rgb(0, 0, 0);
  font-weight: normal;
  font-size: 14px;
  margin-left: 0 !important;

}

.p_update > div {
  width: 100%;
  margin:0;
  padding-top: 10px;
}
.p_update > div > .head > span {
  padding: 28px 0px 15px;
  color: rgb(102, 109, 146);
  font-weight: 400;
  line-height: 1.5;
  font-size: 14px;

  display: block;
}
.p_update  > div > .meta > div {
  border-radius: 3px;
  background-color: rgb(255, 255, 255);
  height: auto;
  width: 100%;
}
.p_update  > div > .meta > div > .element:first-child{
  margin-top: 0px;
}
.p_update  > div > .meta > div > .element {
  margin: 20px 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  width: 100%;
  display: flex;
}
.p_update  > div > .meta > div > .element > label{
  margin-bottom: 10px;
  line-height: 1.5;
  font-weight: 700;
  font-size: 14px;

  color: rgb(22, 31, 106);
}
.p_update  > div > .meta > div > .element > div {
  color: rgb(0, 0, 0);
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  width: 100%;
}
.p_update  > div > .meta > div > .element > div > div:nth-child(2) {
  transition-property: border, background-color;
  background-color: rgb(238, 238, 238);
  color: rgb(0, 0, 0);
  transition-timing-function: cubic-bezier(0.2, 0.8, 0.4, 1);
  border: 2px solid rgb(238, 238, 238);
  border-radius: 0;
  box-sizing: border-box;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  transition-duration: 200ms;
}
.p_update  > div > .meta > div > .element > div > div:nth-child(2) > div{
  display: flex;
  justify-content: space-between;
  padding: 10px;
}
.p_update  > div > .meta > div > .element > div > div > input{
  caret-color: rgb(0, 0, 0);
  padding: 10px 14px;
  cursor: text;
  max-width: 100%;
  box-sizing: border-box;
  background-color: transparent;
  margin: 0;
  line-height: 1.5;
  font-weight: 700;
  font-size: 14px;

  outline: none;
  border: none !important;
  color: rgb(22, 31, 106);
  width: 100%;
}
.p_update  > div > .meta > div > .element > div > div> .rs-picker-input{
  width: 100% !important;
  border: none !important;
  background: none !important;
}
.p_update  > div > .meta > div > .element > div > div > textarea{
  background-color: rgb(238, 238, 238) !important;
  border: none !important;
}
.p_update  > div > .meta > div > .element > div > div> .rs-picker-input > a {
  background: none !important;
}
.fileContainer{
  box-shadow: none !important;
}
.prodcuts_page {
  width: 100%;
  margin-top: 20px;
}
.products {
  background-color: rgb(255, 255, 255);
  height: 100%;

  cursor: pointer;
  position: relative;
  width: 100%;
}
.products > .images {
  padding: 5px;
  overflow: hidden;
  position: relative;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  display: flex;
}
.products > .images > div {
  height: 200px !important;
}
.products > .content {
  padding: 15px 20px;
}
.products > .content > h3 {
  margin: 0px 0px 5px;
  line-height: 1.5;
  font-weight: 700;
  font-size: 14px;

  min-height: 48px;
  color: rgb(22, 31, 106);
}
.products > .content > div {
  margin-top: 15px;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
  display: flex;
}
.products > .content > div > div {
  position: relative;
  -webkit-box-align: center;
  align-items: center;
  display: flex;
}
.products > .content > div > div > span {
  font-size: 12px;
  line-height: 1.5;
  font-weight: 700;

  color: rgb(0, 197, 141);
}
.products > .content > div > button {
  font-size: 12px;
  line-height: 1.5;
  font-weight: 700;
  color: rgb(22, 31, 106);
}
.payment_page{
  background-color: white;
  padding: 15px 7px  30px 7px !important;

}
.payment_page > h3 {
  text-align: center;
}
.payment_page > div > .inputs {
  margin-bottom: 20px;
  border-radius: 8px;
}

.payment_page > div > .inputs > input {
  margin-top: 10px;
  width: 100%;
}
.payment_page > div > .inputs > .name {
  margin-bottom: 10px;
  border-radius: 4px;
  border: 1px solid #e5e5e5;
}
.payment_page > div > .inputs > div {
  width: 100%;
}
.carous-img{
  width: 100%;
  object-fit: cover;
}
.text_editor{
  border: 1px solid grey;
  border-radius: 8px;
}
.tag_list{
  display: block !important;
}
.border{
  border: 1px solid #D9D9D9;
  padding: 20px;
  border-radius: 8px;
}
.tag > span{
  width: 100%;
}
.stock-panel{
  border-radius: 6px;
  padding: 10px;
  background-color: rgb(255, 255, 255);
  margin: 10px;
  box-shadow: rgb(0 0 0 / 3%) 0px 21px 36px;
}
.stock-card{
  border: 1px solid #E9E9E9;
}
.stock-element{
  margin-bottom: 20px;
  margin-top: 20px;
  border-bottom: 1px solid #E9E9E9;
  box-shadow: rgb(0 0 0 / 3%) 0px 10px 12px;
}

.react-multi-carousel-item > img {
  width: 100% !important;
}
.react-multiple-carousel__arrow{
  background-color: rgb(255, 255, 255) !important;
  box-shadow: rgb(0 0 0 / 16%) 0px 3px 6px;
}
.react-multiple-carousel__arrow::before{
color: rgb(0, 158, 127) !important;
}
.react-tel-input .form-control{
  width: 100% !important;
}
.hukumler{

  font-size: 13px;
  font-weight: 400;
  color: rgb(119, 121, 140);
  line-height: 1.5;
  margin-top: 30px;
  display: block;
}
.hukumler > a{

  font-size: 13px;
  font-weight: 400;
  color: rgb(255, 91, 96);
  margin-left: 3px;
  margin-right: 3px;
  cursor: pointer;
  line-height: 1.5;
}
.secure_3d > div > label{

  font-size: 13px;
  font-weight: 400;
  color: rgb(119, 121, 140);
  line-height: 1.5;
  display: block;
}
.payment_page_header{

  font-size: 21px;
  font-weight: 400 !important;
  color: rgb(13, 17, 54);
  line-height: 1.2;
  margin-bottom: 35px;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}
.payment_page_header > i {
  color: #C86262;
  margin-left: 5px;
}
.paper{
  background: #fff;
  border-radius: 2px;
  display: inline-block;
  position: relative;
  width:90%;
  margin-left: 5%;
  margin-right: 5%;
  padding-top: 10px;
  padding-bottom: 10px;
}
.paper-not-margin{
  background: #fff;
  border-radius: 2px;
  display: inline-block;
  position: relative;
  width:100%
}
.paper-hover{
  box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}
.dasboard-data-item{
  font-size: 16px !important;
  font-weight: 400 !important;
  color: #110047 !important;
  margin-left: 5px !important;
}
.dasboard-data-header{
  font-size: 18px !important;
  font-weight: 500 !important;
}
.placeholders > div{
  margin-top: 30px;
}
.phone-container{
  display: flex;
}
.verify-component{
  width: 100%;
  padding: 20px;
}
.verification_inputs{
  padding: 50px 20px;
}
.code_input{
  display: flex !important;
  justify-content: center !important;
  padding-bottom: 20px;
}
.verify_phone_input{
  margin-bottom: 20px;
}
.eTKfHA{

  font-size: 15px;
  font-weight: 400;
  color: rgb(119, 121, 140);
  line-height: 1.5;
  margin-top: 30px;
  display: block;
}
.jZnGlQ{

  font-size: 15px;
  font-weight: 400;
  color: rgb(255, 91, 96);
  margin-left: 5px;
  cursor: pointer;
  line-height: 1.5;
}
.newseason{
  width: 100%;
  display: flex;
  justify-content: left;
  position: absolute;
  top: 0;
  margin-top: 20px;
  z-index: 1;
}
.campag{
  min-width: 145px !important;
  max-height: 25px !important;
  border-radius: 0 !important;
  background-color: #FFD225 !important;
  color: rgb(13, 17, 54);
  font-size: 12px;
}
.swiper-container {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
}
.invoce_panel{
  border: hidden !important;
}
.rs-panel-collapsible > .rs-panel-heading::after {
  position: relative !important;
  font-family: 'rsuite-icon-font';
  content: '\EA08';
  -webkit-transition: -webkit-transform 0.3s linear;
  transition: -webkit-transform 0.3s linear;
  transition: transform 0.3s linear;
  transition: transform 0.3s linear, -webkit-transform 0.3s linear;
  left: 5px;
}
.invoce_panel > .rs-panel-heading::before{
  visibility: hidden;
}
.rs-panel-collapsible > .rs-panel-heading > .rs-panel-title{
  text-decoration: underline;
}
.banner_image{
  background-repeat:'no-repeat';
  background-size:'cover';
  width: '100%';
}
.badges_wrapp{
  display: flex;
  margin-top: 5px;
  gap: 5px;
}
.badge_wrapp{
  width: 79px;
  height: 42px;
  border-radius: 4px;
  color: #333;
  flex-direction: column;
  font-weight: 600;
  font-size: 8px;
  display: flex;
  justify-content: center;
  text-align: center;
}

.slider-control-bottomcenter > ul{
  background-color: hsla(0,0%,100%,.7);
  border-radius: 50px;
  padding-bottom: 3px !important;
}
.product_promotions{
  margin-top: 10px;
  flex-direction: column;
  padding: 15px;
  display: flex;
  background-color: #fff;
  border-top: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
  margin-bottom: 3vw;
  font-size: 14px;
}
.promotion_heder{
  display: flex;
  margin-bottom: 15px;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
  font-weight: 500;
}
.promotions-title {
  font-size: 1rem;
  color: #333;
  font-weight: 700;
}
.promotions-body {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.promotion-wrapper {
  display: flex;
  align-items: center;
  border: 1px solid #e6e6e6;
  border-radius: 4px;
  gap: 10px;
  height: 44px;
  padding: 0 10px;
  box-sizing: border-box;
}
.promotion-tag-background {
  width: 22px;
  height: 22px;
  background-color: #f27a1a;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  transform: rotate(270deg);
}
.promotion-detail {
  flex: 1;
  overflow: hidden;
  margin-right: auto;
}
.promotion-name {
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  font-weight: 600;
  font-size: 12px;
  line-height: 1.2;
}
.remaining-time {
  margin-top: 1px;
  display: flex;
  align-items: center;
  color: #b00;
  font-size: 10px;
  font-weight: 600;
}
.promotion-products {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.promotion-product {
  border: 1px solid #e6e6e6;
  outline: 1px solid #fff;
  border-radius: 100px;
  width: 28px;
  height: 28px;
  display: flex;
  justify-content: center;
  overflow: hidden;
  align-items: center;
  box-sizing: border-box;
  background: transparent;
}
.promotion-product img {
  width: 30px;
  height: 30px;
  background: transparent;
}
.promotion-product:not(:first-child) {
  margin-left: -9px;
}
.slider_small_img{
  border-radius: 4px;
  margin-right: 8px;
  object-fit: cover;
  transition: transform 0.3s ease;
}
.slider_small_img:hover{
  transform: scale(1.4);
}
.slider_small{
  background-color: rgba(224,224,224,0.5);
  margin-bottom: 5px;
  padding-left: 5px;
  padding-bottom: 5px;
  padding-top: 5px;
  cursor: pointer;
  border-radius: 2px;
}
.radio-container {
  overflow: auto;
  scrollbar-width: none; /* Firefox için */
  -ms-overflow-style: none; /* IE ve Edge için */
}
.radio-container::-webkit-scrollbar {
  display: none; /* Chrome, Safari ve Opera için */
}
.selected_card{
  border: 1px solid #FFE100 !important
}
.radio-cards {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  white-space: nowrap;
}

@media (max-width: 767px) {
  .radio-container {
    overflow-x: scroll;
  }

  .radio-cards {
    flex-wrap: nowrap;
  }
}

.radio-cards label {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 10px;
  background-color: #f0f0f0;
  border: 1px solid #ccc;
  border-radius: 5px;
  text-align: center;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.radio-cards label:hover {
  background-color: #e0e0e0;
}
.radio-cards input[type="radio"]:checked + label {
  background-color: #ccc; /* Seçili kartın arka plan rengi */
}
.radio-cards input[type="radio"] {
  display: none;
}

.card-link {
  font-weight: bold;
  margin-bottom: 5px;
}

.card-divider {
  width: 100%;
  margin: 5px 0;
  border: none;
  border-top: 1px solid #ccc;
}

.card-info {
  text-align: center;
}

.card-details {
  display: flex;
  align-items: center;
  justify-content: center;
}
.card-price{
  font-size: 18px;
}
.card-price,
.card-stock {
  font-weight: bold;
}

.card-price-value,
.card-stock-value {
  color: rgb(0, 158, 127)
}
.not-stock{
  color: #711A1A !important
}
.sproduct-container {
  margin-left: 10px;
  display: flex;
  overflow-x: auto;
  overflow-y: hidden; /* Hide vertical scrollbar */
}

@media only screen and (max-width: 767px) {
  .sproduct-container::-webkit-scrollbar {
    display: none;
  }
}
@media only screen and (max-width: 991px) {
  .mobile_hide{
    display: none !important;
    visibility: hidden !important;
  }
}
.sproduct-card {
  cursor: pointer;
  height: 100%;
  margin-right: 10px;
  padding: 10px;
  background-color: #fafafa;
  border-radius: 4px;
}
.sproduct-image{
  height: 240px;
  width: 200px;
  object-fit: cover;
}

.sproduct-name{

  font-size: 15px;
  font-weight: 800 !important;
  color: #007185;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.sproduct-name:hover{
  border-bottom: 1px solid #007185;
}
.sproduct-price{
  font-size: 18px;
  color: #B12704!important;
}
.sproduct-size{
  font-size: 0.9rem!important;
  line-height: 1.35!important;
  color: #0F1111!important;
}
.sproduct-stok{
  display: block;
  font-size: 11px;
  margin-left: 5px;
  color: #B12704!important;
  line-height: 12px;
  margin-top: 3px;
}
.sproduct-teslimat{
  font-size: 12px;
  color: #0F1111!important;
  margin-left: 5px;
}
.sproduct-rate{
  margin-left: 5px;
  display: flex;
}
.sproduct-teslimat > span {
  font-weight: bolder;
}
.sproduct-stock{
  font-size: 12px !important;
  line-height: 1.3!important;
  color: #565959!important;
}
.sproduct-sameorder{
  color: #0c1326;
  font-size: 12px;
}
.sproduct-stock > span{
  font-weight: 700;
}
.pcontainer-header{
  margin-left: 10px;

  font-size: 1.4rem !important;
  line-height: 1.25 !important;
}
.sproduct-kargo{
  height: 15px;
  display: block;
  font-size: 12px;
  font-weight: 600;
  margin-left: 5px;
}
.sproduct-kargo > i {
  margin-right: 4px;
}
.sproduct-glass{
  font-size: 10px !important;
  line-height: 10px !important;
  font-weight: 600;
  margin-left: 5px;
  margin-top: 10px;
}
.sproduct-glass > span {
  background-color: #232f3e;
  color: white;
  border-radius: 2px;
  padding-left: 2px;
  padding-right: 2px;

}
.rs-rate-xs{
  font-size: 16px !important;
}
.sproduct-ice{
  font-size: 11px !important;
  line-height: 11px !important;
  font-weight: 600;
  margin-left: 5px;
}
.sproduct-ice > span{
  background-color: #007185;
  color: white;
  border-radius: 2px;
  padding-left: 2px;
  padding-right: 2px;

}
.product-ice > div > div > h5{
  color: rgb(0, 157, 255) !important;
}
.product-ice {
  background-color: #ffffff !important;
  margin-top: 20px;
  color: #001f48 !important;
  margin-right: 10px;
  border: 1px dashed #001f48;
  padding: 16px;
}
.product-ice > div{
  padding: 0 !important;
}

.product-ice> div > div > div > ul > li{
  line-height: 1.5rem;
}
.product-ice> div > div > h5{
  color: #001f48 !important;
  line-height: 1.6rem;
  font-size: 17px;
  font-weight: 300 !important;
}
.OLDqC > h3{
  margin-bottom: 40px;
}
.product-kargo{
  font-size: 14px;

}
.product-kargo > i{
  margin-right: 4px;
}
.product-kargo-date{
  font-weight: 700;
  margin-top: 5px;
  margin-bottom: 5px;
  background-color: white;
}
.slider-container{
  padding-right: 5px;
  padding-left: 5px;
}

.pdxscomp{
  margin: 5px 0 0 5px;
}
.pdxscomp > h1{
    color: #565959!important;
    font-size: 1.3rem!important;
    line-height: 1.4!important;
    font-style: normal!important;
    text-transform: none!important;
    text-decoration: none!important;
    font-weight: 600 !important;
}
.customer-login-page {
  padding: 10px 5px;
  margin-top: 60px;
}
.customer-login-page > h3 {
  text-align: left;
}
.customer-login-page > div{
  border: 1px solid #E2E2E2;
  border-radius: 4px;
  padding: 40px 20px;

}
.p_page-breadcrumb{
  margin: 0 0 0 5px !important;
  padding: 0 !important;
}
.customer-login-page > div > div > input {
  margin-right: 5px;
  width: 16px;
  height: 16px;

}
.customer-login-page > div > div > label{
  font-weight: 400;
  font-size: 16px;
}
.login_detail{
  line-height: 1.6;
  font-size: 14px;
  font-weight: 500;
  margin-top: 20px;
}
.bolder{
  font-weight: bolder;
}
.profile-page{
  padding: 20px;
  margin-top: 50px;
}
.profile-page > div > div{
  margin-bottom: 10px;
}
.profile-page > div > div > div:hover{
  background-color: #B7B7B7;
  cursor: pointer;
}
.customer-order-page{
  padding: 5px;
  margin-top: 50px;
}
.customer-order-page > div{
  margin-top: 50px;
}
.customer-order-page > div > div > .rs-panel-body{
  padding: 10px !important;
}
.address-page{
  margin-top: 100px;
  padding: 10px;
}
.adres-panel{
  justify-content: center;
  align-items: center;

}
.cursor{
  cursor: pointer;
}
.adres-panel > div > div{
  text-align: center;
}
.adres-panel{
  margin-top: 10px;
}
.adres-panel > div > p{
  line-height: 12px;
  margin-top:8px !important;
}
.adres-panel > div > .opt > span{
  cursor: pointer;
  color:#0066c0;
}
.opt-adres-panel{

}
.adres-selector{
  display: flex;
  overflow-x: auto;
  white-space: nowrap;
}
.adres-item {
  flex: 0 0 auto;
  position: relative;
  cursor: pointer;
  padding: 1rem;
  margin-right: 5px;
  background-color: whitesmoke;
  border-radius: 4px;
  margin-bottom: 5px;
}
.adres-item-active{
  border: 1px solid #49a959;
  background-color: white;
}
.adres-item > p {
  font-size: .875rem;
  line-height: 1.25rem;
}
.adres-item > .select{
  color: #0a66b7;
}
.payment-page{
  min-height: 600px;
  margin-top: 50px;
}
.delivery_details{
  border-radius: 6px;
  background-color: #fafafa;
  padding: 10px;
  margin: 10px 0 10px 0;
}
.delivery_details > p{
  font-size: 13px;
  font-weight: 900;
}
.delivery_details > div{
  margin-bottom: 10px;
}
.delivery_details > div >div > div > img{
  max-width: 80px;
  max-height: 50px;
}
.cargo_details-texts{
  padding-left: 4px;
  margin-top: 10px;
  display: flex;
}

.cargo_details-texts > .bolder{
  font-weight: 600;
}
.cargo_details-texts > img{
  margin-bottom: 5px;
  margin-right: 2px;
}
.products{
  margin-bottom: 20px;
}
.slider-container{
  height: 673px;
}
@media only screen and (max-width: 700px) {
  .slider-container{
    height: 490px;
  }
  .upslider{
    width: 32px;
    height: 32px;
  }
  .downslider{
    width: 40px;
    height: 40px;
  }
}
.upslider{
  width: 40px;
  height: 40px;
}
.downslider{
  width: 50px;
  height: 50px;
}

.promotion_code{

}
.info-comp{
  padding: 10px;
  border: 1px solid #cccccc;
  margin-bottom: 5px;
  margin-top: 5px;
}
.info-comp > h4{
  color: #0c1326;
  margin-left: 10px;
}
.eleman_cupon{
  display: block !important;
}
.comment_comp{
  padding: 20px;
}
.comment_comp > div > div{
  margin-bottom: 20px;
}
.comment_edit{
  border-radius: 6px;
  border-top: 1px solid #DCDCDC;
  margin-top: 20px;
  background-color: #f5f5f5;
  padding: 20px;
}
.comment_edit > div {
  margin-top: 20px;
}
.product_page{
  background-color: #ffffff;
}
.EWA-dv > button{
  background-color:rgb(0, 158, 127);
  border-color: rgb(0, 158, 127);
  border-radius: 4px;
  height: 50px;
  color: white;
}
.EWA-dv > button > i{
  color: white;
}
.EWA-dv {
  margin-top: 10px;
}
.comment_button{
  margin-top: 10px;
}
.comment_elements{
  margin-bottom: 30px;
}
.comment_elements > .comment_date{
  font-size: 13px;
}
.comment_elements > h6 {
  margin: 0px !important;
}
.comment_elements > h6 > i {
  margin-right: 5px;
}
.comment_elements > h6 > span {
  color: #c45500;
  font-weight: 700;
  font-size: 12px;
}
.comments-page{
  padding: 100px 10px 100px 10px;
}

.delivery-location{
  margin-right: 5px;
  border: 1px solid #e3e3e3 !important;
  padding: 10px;
  height: 40px;
  width: 40px;
  background: transparent !important;
}
.delivery-location > i{
  color: grey !important;
}
.login-customer-button{
  margin-left: 10px;
  border: 1px solid grey;
  padding: 8px;
  background:rgb(0, 158, 127) !important;
  color: white !important;
}
.login-customer-button > a{
  width: 100%;
  height: 100%;
  display: block;
  color: white !important;
}
.login-customer-button:hover{
  background: rgb(0, 126, 101) !important;
}
.location-pick-body > div{
  margin-bottom: 20px;
}
.location-pick-body > div > p{
  font-size: 11px;
}
.ui.search .prompt{
  border-radius: 0 !important;
}
.ui.input>input{
  border: none !important;
  width: 100% !important;
}
.ui.input>input:active{
  border: none !important;
}

.order_page{
  padding: 100px 0;
  background-color: #f8f8f8;
}
.order_page > div > .head{
  padding: 0 20px;
}
.order_page > div > .head > .rs-input-group{
  max-width: 500px;
  height:45px;
  border-radius: 0 !important;
  margin-bottom: 20px;
}
.order_page > div > .head > .rs-input-group > div{
  width: 100% !important;
}
.order_page > div > .head > .rs-input-group > div > .react-tel-input{
  margin-left: 0!important;
}
.order_page > div > .head > .rs-input-group > div > div > div{
  width: 100% !important;
}
.order_page > div > .head > .rs-input-group > div > .react-tel-input > div {
  display: none;
  visibility: hidden;
}
.order_page > div > .head > .rs-input-group > div > .react-tel-input > input {
  height: 42px;
  padding-left: 0!important;
  border-radius: 0!important;
  border: none!important;
  width: 100% !important;
}
.order_page > div > .head > .rs-input-group > span{
  min-width: 100px;
  padding: 0!important;
}
.order_page > div > .head > .rs-input-group > span > div{
  width: 100%;
}
.order_page > div > .head > .rs-input-group > span > div > a{
  width: 100%;
}
.order_page > div > .head > .rs-input-group > .rs-input-group {
  border-radius: 0 !important;
}
.order_page > div > .head > .rs-input-group > .rs-input-group > span{
  border-radius: 0 !important;
  padding: 0!important;
}
.order_page > div > .head > .rs-nav{

  scrollbar-color: #888 #f1f1f1;
  margin-bottom: 20px;
}

.order_page > div > .head > .rs-nav > ul{
  overflow: auto;
  display: flex;
  flex-direction: row;
}
.order_page > div > .body{
  background-color: #efefef;
}
.order_page > div > .body{
  border-radius: 8px;
}
.smoth > ul{
  display: flex;
  flex-direction: row;
  overflow: auto;
  margin: 0;
  padding: 0;
}
.smoth > ul > li{
  font-size: 18px !important;
  font-weight: 700;
  width: 100% !important;
  display: flex !important;
  -webkit-box-align: center;
  align-items: center !important;
  margin-bottom: 1px !important;
  color: rgb(13, 17, 54) !important;
  cursor: pointer !important;
  transition: all 0.15s ease-in-out 0s !important;
  padding: 5px 0px !important;
  outline: 0px !important;
  vertical-align: top;
  width: 100% !important;
}
.smoth > ul > li > a{
  padding: 8px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  display: block;
  cursor: pointer;
  color: #8e8e93;
  -webkit-transition: color 0.3s linear, background-color 0.3s linear;
  transition: color 0.3s linear, background-color 0.3s linear;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.smoth > ul > li > a > div{
  margin-left: 5px;
}
.smoth > ul > li > .active{
  color: #009351;
  border-bottom: 2px solid #34c3ff;
}
.table-cel-check > div{
  padding: 13px 0!important;
}
.orders-table{
  margin-top: 10px;
  background-color: transparent;
}
.orders-table > div{
  margin-top: 5px;
  background-color: transparent;
}
.card-input > div > div{
  border: 1px solid #e5e5e5;
}
.card-input > input{
  border-radius: 6px;
}
.troy > div > div{
  border: 1px solid #e5e5e5 !important;
}
.payment_detail_sub_text{
  font-size: 12px;
  margin-top: 10px;
}
.order-payment-inputs{
  background-color: white;
  border-radius: 6px;
}
.order_steps > div > div > div{
  font-size: 11px;
}
.barcode-printing{
  display: none;
}
.site-intro{
  margin-top: 45px;
  position: relative;
  width: 100%;
  height: auto; /* Otomatik yükseklik */
}
.site-intro > img{
  width: 100%;
  height: 100%;
  object-fit: cover; /* Cover the entire container */
  object-position: center; /* Center the image */
  background-repeat: no-repeat;
}
.food-card-panel > ul{
  display: flex;
}
.pluxee-content > img{
   margin-bottom: 20px;
}
.pluxee-content{
  margin: 20px 10px 0 10px;
  padding-bottom: 20px;
}
.pluxee-content > label{
  font-size: 14px;
}
.pluxee-content > input{
  margin-bottom: 10px;
}
.pluxee-content > .red {
  color: #fd5c5c;
  font-size: 14px;
}
.pluxee-content > div > .loader-payment {
  color: #f67c7c;
}
.kargo-navbar > ul{
  display: flex;
}
.step_result > div > div > div > .rs-steps-item-title{
  font-size: 12px;
}
.slider-swiper > .prev-arrow{
  z-index: 10;
  position: absolute;
  top:0;
  left: 15px;
  height: 100%;
  width: 40px;
  justify-content: center;
  align-items: center;
  display: flex;
  cursor: pointer;
  text-align: center;
}
.slider-swiper > .prev-arrow > svg{
  color: rgb(255, 255, 255);
  transition: all 0.5s ease;
  width: 50px;
  height: 40px;
  border-radius: 40px;
  background-color: rgb(0, 158, 127);
  padding-right: 5px;
}
.slider-swiper > .prev-arrow > svg:hover{
  font-size: 42px;
}
.slider-swiper > .next-arrow{
  z-index: 10;
  position: absolute;
  top:0;
  right: 15px;
  height: 100%;
  width: 40px;
  justify-content: center;
  align-items: center;
  display: flex;
  cursor: pointer;
  color: white;
}
.slider-swiper > .next-arrow > svg{
  color: rgb(255, 255, 255);
  transition: all 0.5s ease;
  width: 50px;
  height: 40px;
  border-radius: 40px;
  background-color: rgb(0, 158, 127);
  padding-left: 5px;
}
.slider-swiper > .next-arrow > svg:hover{
  font-size: 42px;
}
.offer_katman{
  border: 1px solid #c4c4c4;
  border-radius: 6px;
  margin-bottom: 30px;
  margin-right: 10px;
  background-color: #fcfcfc;
}
.offer_content{
  padding: 10px;
}
.offer_katman > button {
  margin-right: 10px;
}
.siparisim_offer_fiyat{
  text-decoration: line-through;
  margin-right: 10px;
}
.offer-page{
  padding-top: 50px !important;
  padding-bottom: 100px !important;
  background-color: #ffffff;
  @media screen and (max-width: 767px){
    padding: 20px;
  }

}
.offer-page > div{
  margin-bottom: 30px;
  background-color: #fafafa;
}
.offer-head {
  position: relative;
  width: 100%;
  margin: 0px;
  box-sizing: border-box;
  padding: 16px 24px;
  height: 72px;
  min-height: 72px;
  background-color: rgb(255, 255, 255);
  border-bottom: 1px solid rgb(238, 242, 246);
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
}

.orders-table > div > .rs-loader > .rs-loader-content{
  font-size: 56px !important;
  font-weight: 900;
}
.qr-show-barcode{
  position: absolute;
  left: 0;
  top: 0;
  font-size: 24px;
  font-weight: 900;
  color: white;
  width: 100%;
  height: 400px;
}
.qr-show-barcode > div {
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}
.upped-cargo{
  background-color: #003e6c !important;
  color: white;
}
.multi_select_menu > a{
  background-color: #009e7f;
  color: white;
}
.offer-order{
  margin-bottom: 20px;
  background-color: white;
}
.offer-page-details{
  padding-bottom: 100px;
}
.offer-page-details > div > div{
  border: 1px solid #eeeeee;
  margin-bottom: 20px;
  background-color: white;
  border-radius: 8px;
  padding: 8px;
}
.offer-page-details > div > div > div{
  margin-bottom: 20px;
}
.offer_katman_head{
  width: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  background-color: rgb(255, 245, 246);
  border-radius: 6px;
}
.offer_katman_head > span {
  color: rgb(219, 48, 59);
}
.offer-body{
  margin-top: 20px;
  border: 1px solid #b7b7b7;
  border-radius: 8px;
  padding: 20px;
}
.rate_prod_up{
  display: flex;
  align-items: center;
  margin: 5px 4px 4px 5px;
}
.rate_prod_up > ul {
  margin-left: 6px;
}
.rate_prod_up > * {
  font-size: 16px !important;
}
.doviz-nav > ul{
  display: flex;
}
.analysis-reports-scroll-container {
  display: flex !important;          /* Kartları yatayda sıralar */
  overflow-x: auto !important;       /* Ekrana sığmazsa yatay kaydırma */
  gap: 16px;              /* Kartlar arası boşluk */
  padding: 10px 0 10px 2px;
  scroll-behavior: smooth;/* Kaydırma davranışı (isteğe bağlı) */
  scrollbar-color: #888 #f0f0f0;
  scrollbar-width: thin;
  border-radius: 4px;
}

.analysis-report-card {
  flex: 0 0 auto;
  width: 220px;
  background-color: #f7f7f7;
  padding: 6px;
  box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.analysis-report-link {
  color: #007bff;
  text-decoration: none;
  font-weight: 500;
}

.analysis-report-link:hover {
  text-decoration: underline;
  color: #0056b3;
}
.panel-page{
  @media screen and (max-width: 767px){
    padding: 50px 1px 50px 1px;
  }
  @media screen and (min-width: 767px){
    padding: 50px 20px 50px 20px;
  }
  background-color: whitesmoke;
}
.panel-page > div >div{
  margin-bottom: 20px;
}
.graphs{
  border: 1px solid #b7b7b7;
  border-radius: 6px;
  margin-bottom: 50px;
  margin-top: 20px;
  overflow: hidden;
}
.graph-panel{
  margin: 20px 1px 40px 1px !important;
}
.graph{
  margin-top: 20px;
  margin-bottom: 30px;
  padding-left: 0 !important;
  padding-right: 0 !important;
  border: 1px solid #b0b0b0;
  border-radius: 6px;
  background-color: white;
}
.graphs> div{
  overflow: hidden;
}
.panel-page> div > div > div > .elements{
  padding: 6px;
}
.panel-page> div > div > div > .elements > div{
  border: 1px solid #c7c7c7;
  border-radius: 6px;
  background-color: white;
  padding: 8px;
}
.panel-page> div > div > div > .elements > h6{
  margin-bottom: 4px;
}
.rs-picker-daterange-calendar-group{

}
.ramazan-page {
  background-color: rgba(255, 255, 255, 0);
  min-height: 100vh;
  color: #7D4F23;
  font-family: sans-serif;
}

/* Hero Bölümü */
.hero-section {
  text-align: center;
  margin-top: 50px;
}
.hero-section> img{
  width: 100%;
}
.hero-title {
  font-size: 2.2rem;
  font-weight: bold;
  margin-bottom: 1rem;
}
.hero-subtitle {
  font-size: 1.2rem;
  line-height: 1.5;
}

/* Paketler Bölümü */
.packages-section {
  padding: 2rem 1rem;
}
.package-panel {
  background: rgba(255, 255, 255, 0);
  border-radius: 8px;
  color: #7D4F23;
  min-height: 100%;
  border: none !important;
}
.package-panel > .rs-panel-heading{
  color:#543305;
  font-weight: 900;
  font-size: 19px;
}
.package-panel .rs-panel-header {
  /* rsuite panel header default stili */
  font-size: 1.4rem;
  font-weight: 700;
  color: #7D4F23;
}
.package-desc {
  font-size: 0.95rem;
  line-height: 1.4;
  margin-bottom: 1rem;
}
.item-list {
  list-style: none;
  padding: 0;
  margin-bottom: 1rem;
}
.item-list li {
  margin: 0.4rem 0;
  font-size: 1rem;
}

/* Fiyat alanları */
.price-row {
  display: flex;
  align-items: baseline;
  gap: 1rem;
  margin: 0.5rem 0 1rem;
}
.old-price {
  font-size: 1.1rem;
  color: red;
  text-decoration: line-through;
  font-weight: bold;
}
.new-price {
  font-size: 1.3rem;
  font-weight: bold;
  color: #7D4F23;
}

/* Buton */
.add-cart-btn {
  background-color: #7D4F23 !important; /* RSuite 'appearance=primary' override */
  border-color: #7D4F23 !important;
  color: #fff !important;
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
}
.plus-icon {
  font-size: 1.2rem;
  font-weight: bold;
}

/* Footer Bilgilendirme */
.footer-section {
  max-width: 800px;
  margin: 2rem auto;
  text-align: left;
  font-size: 0.95rem;
  line-height: 1.4;

}
.footer-section > div{
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}
.footer-section p {
  margin: 1rem 1rem;
  font-size: 16px;
}

/* Daha Küçük Ekranlar */
@media (max-width: 768px) {
  .hero-title {
    font-size: 1.8rem;
  }
  .price-row {
    flex-direction: column;
    align-items: flex-start;
  }
}
.head-image{
  width: 100%;
  height: auto;
  position: absolute;
  top:0;
  z-index: 5;
  max-height: 200px;
}
.about_page{
  padding: 100px 20px 100px 20px;
}
.about_page > div > p{
  padding-bottom: 20px;
  font-size: 16px;
  font-weight: 400;
}
.about_page > div > p > span{
  font-weight: 700;
  font-size: 17px;
}
.about_page > div > div > img{
  margin-top: 10px;
}
.order-page{
  padding: 100px 10px 100px 10px;
}
.order-nav > ul{
  display: flex;
}
.order-nav > ul > li > a{
  font-weight: 700;
  color: #0c1326 !important;
}
.order-nav > ul > li > a::before{
  background-color: #FF9600 !important;
  height: 3px !important;
}
.splited_barcode{
  max-width: 400px;
}
.urun_card_meta{
  display: flex;
  align-items: center;
}
.urun_card_meta > div{
  display: flex;
  align-items: center;
}
.urun_card_meta > div > span{
  font-size: 11px;
}
.rs-drawer-body{
  padding: 0 !important;
}
.rs-nav-subtle .rs-nav-item.rs-nav-item-active:before{
  background-color: rgb(0, 158, 127) !important;
}
.rs-nav-subtle .rs-nav-item:hover{
  color:rgb(0, 158, 127) !important;
}
.rs-nav-item.rs-nav-item-active{
  color:rgb(0, 158, 127) !important;
}
.add_adres_drawer_body{
  padding: 20px;
}
.rs-drawer-body{
  height: calc(100% - 200px) !important;
}
.editor-shell {
  border: 1px solid #e0e0e0;
  border-radius: 6px;
  overflow: hidden;
  background-color: #fff;
  font-family: 'Inter', sans-serif;
  margin-bottom: 24px;
  box-shadow: 0 1px 3px rgba(0,0,0,0.05);
}

.editor-input {
  min-height: 300px;
  padding: 16px;
  font-size: 15px;
  line-height: 1.6;
  outline: none;
}

.editor-placeholder {
  position: absolute;
  padding: 16px;
  color: #aaa;
  pointer-events: none;
}

.toolbar-header {
  background: #f7f7f7;
  border-bottom: 1px solid #ddd;
  padding: 8px 16px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.rs-button-toolbar > .rs-btn,
.rs-button-toolbar > .rs-dropdown {
  margin-right: 6px;
}

.rs-popover {
  padding: 12px;
}

input[type="color"] {
  width: 36px;
  height: 36px;
  border: none;
  background: none;
  cursor: pointer;
  padding: 0;
}
.comment_elements > h6 > svg{
  margin-right: 5px;
}
.editor-input {
  min-height: 600px;
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 6px;
  font-size: 14px;
  line-height: 1.6;
}

.editor-placeholder {
  color: #999;
  padding: 10px;
}
.lexical-editor a {
  color: #1a0dab;         /* mavi */
  text-decoration: none;
}
.lexical-editor a:hover {
  text-decoration: underline;
}
.name_search_comp > input{
  height: 40px;
}
@media (max-width: 768px) {
  .rs-picker-daterange-calendar-group{
    min-width: 100% !important;
    height: 100% !important;
    flex-direction: column-reverse;
  }
}
.slider-swiper .swiper-pagination {
  position: static;       /* altına al */
  margin-top: 6px;
  text-align: center;     /* ortaya hizala */
}

.slider-swiper .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  opacity: 1;
  background: whitesmoke;
}

.slider-swiper .swiper-pagination-bullet-active {
  transform: scale(1.4);
  background: rgb(0, 158, 127);
}
.rs-breadcrumb-item > a{
  color: #000000;
}

.lexical-viewer {
  display: block !important;
  white-space: normal !important;
  overflow: visible !important;
  text-overflow: unset !important;
}
.lexical-viewer p { margin: 0 0 1em 0; }
/* Varsayılan olarak gizle */
.info-icons-mobile {
  justify-content: space-around;
  display: flex;
}
.info-icons-mobile > div > div > button{
  background-color: #F5F5F5;
  margin: 6px;
}
.info-icons-mobile > div > div > button > span{
  position: absolute;
  right: 5px;
  top: 5px;
  color:#adadad;
}
/* global.css (ya da ilgili scss) */
/* Masaüstü için düzenli, kırımlı grid */
.analysis-grid{
  display:flex;
  flex-wrap:wrap;
  gap:12px;               /* kartlar arası boşluk */
  margin-top:8px;
}

/* “chip” stili kart buton */
.analysis-chip{
  display:flex;
  align-items:center;
  gap:8px;
  padding:12px 16px;
  border-radius:12px;
  background:#f7f7fa;     /* açık gri arka plan */
  box-shadow:0 1px 2px rgba(0,0,0,.06);
  text-decoration:none;
  transition:box-shadow .15s ease, transform .15s ease;
}

.analysis-chip:hover{
  box-shadow:0 6px 16px rgba(0,0,0,.12);
  transform:translateY(-1px);
}

/* Etiket görünümleri */
.chip-k{ color:#6b7280; font-weight:500; }
.chip-sep{ width:1px; height:16px; background:#e5e7eb; margin:0 4px; }

/* Metin taşmalarını engelle */
.analysis-chip time, .analysis-chip strong{
  white-space:nowrap;
}

/* Tablet ve altı: satır başına daha geniş kırılım */
@media (max-width: 992px){
  .analysis-grid{ gap:10px; }
  .analysis-chip{ padding:10px 12px; }
}

/* Mobilde istersen chip’leri tam genişlik yap */
@media (max-width: 768px){
  .analysis-chip{ width:100%; justify-content:space-between; }
}
@media (min-width: 768px){
 .info-icons-mobile{
   display: none;
   visibility: hidden;
 }
}
/* Collapsible styles */

.lx-collapsible-container[data-collapsed="true"] .lx-collapsible-content {
  display: none;
}
.lx-collapsible-title {
  padding: 10px 12px;
  font-weight: 600;
  cursor: pointer;
  user-select: none;
  background: transparent !important;
}
.lx-collapsible-content {
  padding: 10px 12px;
}
.lx-collapsible-container[data-collapsed="true"] .lx-collapsible-content { display: none; }
.lx-collapsible-title { cursor: pointer; user-select: none; }
/* ==== Ortak görünüm (başlık bold, büyük; içerik kutusu) ==== */
.lx-collapsible-container {
  background: transparent;
  margin: 14px 0 !important;
  overflow: hidden;
}
.editor-input > .lx-collapsible-container{
  border: 1px solid green;
}

  /* Başlık satırı – büyük font + sağda ok olacak şekilde hizalama */
.lx-collapsible-title {
  display: flex;
  align-items: center;
  justify-content: space-between;        /* başlık solda, ok sağda */
  gap: 12px;
  padding: 14px 16px;
  font-size: 18px;                        /* ← büyüttük */
  line-height: 1.2;
  font-weight: 700;                       /* kalın başlık */
  color: #1a1a1a;
  cursor: pointer;
  user-select: none;
  border-bottom: 1px solid #d7d7d7;
}

/* İçerik */
.lx-collapsible-content {
  padding: 14px 16px;
  font-size: 16px;
  line-height: 1.6;
  color: #2a2a2a;
}

/* ========================= */
/*  VIEWER (details/summary) */
/* ========================= */

/* Native marker’ı gizle */
.lx-collapsible-container > summary::-webkit-details-marker { display: none; }
.lx-collapsible-container > summary { list-style: none; } /* Firefox */

/* summary de bizim başlık sınıfını alıyor */
details.lx-collapsible-container > summary.lx-collapsible-title {
  /* yukarıdaki .lx-collapsible-title kuralları zaten geçerli */
}

/* Sağdaki ok: pseudo-element ile */
details.lx-collapsible-container > summary.lx-collapsible-title::after {
  content: '⌵';                /* büyük ve düz bir chevron */
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 32px;             /* ← daha büyük ok */
  font-weight: 500;
  transform: rotate(-90deg);
  transition: transform 160ms ease;

}

/* Kapalıyken oku yana çevir (open yoksa) */
details.lx-collapsible-container:not([open]) > summary.lx-collapsible-title::after {
  transform: rotate(0deg);   /* sağa bakan ok */
}


/* Editor’da container DIV ve title DIV kullanıyoruz */
.lx-collapsible-container .lx-collapsible-title::after {
  content: '▾';
  display: inline-block;
  font-size: 22px;
  transform: rotate(0deg);
  transition: transform 160ms ease;
}

/* data-collapsed=true iken oku yana çevir */
.lx-collapsible-container[data-collapsed="true"] .lx-collapsible-title::after {
  transform: rotate(-90deg);
}

/* Kapalıyken içeriği gizle (editör DOM’u için) */
.lx-collapsible-container[data-collapsed="true"] .lx-collapsible-content {
  display: none;
}


