body {
    font-size: 13px;
    color: #000;
}

html{scroll-behavior:smooth}
img{max-width:100%;height:auto}
.btn{transition:transform .15s ease, box-shadow .15s ease}
.btn:hover{transform:translateY(-1px);box-shadow:0 6px 20px rgba(0,0,0,.12)}

a {
    text-decoration: none !important;
    color: #28a745;
    transition-duration: 0.4s;
}

ul{
    float: left;
    margin: 0px;
    padding: 0px;
    list-style: none;
}

ul li{
    float: left;
}

.mt-5{margin-top: 5px}
.mb-5{margin-bottom: 5px}

.mt-10{margin-top: 10px}
.mb-10{margin-bottom: 10px}

.mt-15{margin-top: 15px}
.mb-15{margin-bottom: 15px}

.mt-20{margin-top: 20px}
.mb-20{margin-bottom: 20px}

.pt-5{padding-top: 5px}
.pb-5{padding-bottom: 5px}

.pt-10{padding-top: 10px}
.pb-10{padding-bottom: 10px}

.pt-15{padding-top: 15px}
.pb-15{padding-bottom: 15px}

.pt-20{padding-top: 20px}
.pb-20{padding-bottom: 20px}

.menu1{}
.menu1 li{}
.menu1 li a{
    color: #7b7b7b;
    font-weight: 700;
    font-size: 11px;
    border-right: 1px solid #ddd;
    padding-right: 10px;
    margin-right: 10px;
}
.menu1 li:last-child a{
    border: none;
    padding-right: 0px;
    margin-right: 0px;
}

.menu2{}
.menu2 li{}
.menu2 li a{
    color: #7b7b7b;
    font-weight: 700;
    font-size: 13px;
    border-right: 1px solid #ddd;
    padding-right: 10px;
    margin-right: 10px;
}
.menu2 li:last-child a{
    border: none;
    padding-right: 0px;
    margin-right: 0px;
}

.menu1 li a:hover, .menu2 li a:hover{
    color: #28a745;
}

#ara{
    position: relative;
    border: 2px solid #28a745;
    border-radius: 4px;
}
#ara input{
    height: 40px;
    border: none;
    padding-left: 50px;
    padding-right: 96px;
}
#ara i{color: #d8d8d8;font-size: 25px;position: absolute;left: 12px;top: 5px;}
#ara button{
    position: absolute;
    right: 4px;
    top: 4px;
    border: none;
    padding: 0 12px;
    height: 32px;
    border-radius: 6px;
    background: #0ea5e9;
    font-size: 13px;
    color: #fff;
    font-weight: 600;
}
#ara button:hover{background: #495fc2;outline: none;}
#ara button:active{border: none; outline: none;}

.kayit-giris{
    float: left;
    width: 100%;
    border: 2px solid #7396e7;
    padding: 2px 10px 2px 30px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -webkit-border-radius: 5px;
    -ms-webkit-radius: 5px;
    position: relative;
    color: #000;
}
.kayit-giris i{
    position: absolute;
    left: 7px;
    top: 10px;
    font-size: 17px;
}
.kayit-giris div{
    float: left;
    width: 100%;
}
.kayit-giris div span:first-child{
    float: left;
    width: 100%;
    font-weight: bold;
}
.kayit-giris div span:last-child{}

.sepetim{
    float: left;
    width: 100%;
    border: 2px solid #7396e7;
    padding: 10px 5px 10px 46px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -webkit-border-radius: 5px;
    -ms-webkit-radius: 5px;
    position: relative;
    color: #fff;
    background: #28a745;
    cursor: pointer;
}
.sepetim:hover{
    color: white;
}
.sepetim i{
    position: absolute;
    left: 7px;
    top: 10px;
    font-size: 17px;
}
.sepetim span{
    border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-webkit-radius: 50%;
    zoom: 1;
    min-width: 20px;
    width: auto;
    height: 20px;
    display: block;
    font-size: 12px;
    padding-top: 2px;
    line-height: 1;
    background-color: #fff;
    border: 2px solid #5a86ec;
    color: #919191;
    text-align: center;
    position: absolute;
    left: 24px;
    top: 2px;
}
.sepetim div{
    font-weight: bold;
}

#cizgi-dis div{
    height: 8px;
    float: left;
}
.cizgi1{
    width: 11%;
    background: #80a4f2;
}
.cizgi2{
    width: 18%;
    background: #798ad8;
}
.cizgi3{
    width: 31%;
    background: #ec9b9b;
}
.cizgi4{
    width: 15%;
    background: #fe576a;
}
.cizgi5{
    width: 13%;
    background: #ff91e8;
}
.cizgi6{
    width: 12%;
    background: #47c6eb;
}




#banner-dis{
    padding: 50px;
    background: #797edc;
    -moz-box-shadow: inset 0 0 32px #353333;
    -webkit-box-shadow: inset 0 0 32px #353333;
    box-shadow: inset 0 0 32px #353333;
}
#banner-dis .container{
    background: #fff;
    border-radius: 10px;
}
#banner-dis span.baslik{
    float: left;
    width: 100%;
    margin-top: 100px;
    padding-left: 60px;
    font-size: 30px;
}
#banner-dis span.aciklama{
    float: left;
    width: 100%;
    padding-left: 60px;
    font-size: 30px;
    font-weight: bold;
}
#banner-dis a.link{
    float: left;
    margin-left: 60px;
}
#banner-dis img{
    float: right;
    max-width: 100%;
}

#banner_kucuk{
    padding-top: 10px;
}
#banner_kucuk img{
    border: 3px solid #7396e7;
}
.synced img {
    border: 3px solid orange !important
}


#ana_menu_dis{
    background-color: #f5f5f5;
}
.ana_menu{
    margin-top: 5px;
}
.ana_menu div{
}
.ana_menu div a{
    outline: none;
    float: left;
    width: 100%;
    text-align: center;
    border-right: 1px solid #e0e9ff;
    height: 36px;
    color: #646464;
    font-weight: bold;
    padding: 0px 7px;
    line-height: 35px;
}
.ana_menu div a:hover{
    color: orange;
}

#hikaye_dis{
    background: #f5f5f5;
    border-top: 1px solid #e0e9ff;
}
.hikaye{
    float: left;
    width: 100%
}
.hikaye div{
    float: left;
    width: 100%;
}
.hikaye div a{
    outline: none;
    float: left;
    width: 100%;
}
.hikaye div a img{
    width: 70px;
    border-radius: 50%;
    border: 1px solid #797edc;
}
.hikaye div a img:hover{
    border: 1px solid orange;
}



#tanitim a {
    float: left;
    width: 100%;
    border: 5px solid #eb9b9b;
    border-radius: 5px;
}
#tanitim a:hover{
    border: 5px solid #797edc;
}




.div-baslik{
    position: relative;
}
.div-baslik:before {
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 50%;
    border-top: 1px solid #ccc9c9;
}

.div-baslik h4{
    background: #fff;
    color: #363636;
    display: inline-block;
    font-weight: 600;
    line-height: 40px;
    margin: 0;
    padding: 0 30px;
    position: relative;
    border: 1px solid #ccc9c9;
}


.urun-slider .item{
    margin: 5px;
}

.urun{
    float: left;
    width: 100%;
    border : 1px solid #e5e7eb;
    padding: 10px;
    border-radius: 10px;
    background: #fff;
    transition: box-shadow .2s, transform .2s;
}
.urun b{
    float: left;
    width: 100%;
    color: #484848;
    font-size: 13px;
    text-align: center;
    font-weight: normal;
    margin-bottom: 10px;
    height: 37px;
    margin-top: 20px;
}
.urun .img1{}
.urun .img2{
    display: none;
}
.urun div{
    float: left;
    width: 100%;
}
.urun div span:first-child{
    float: left;
    width: 100%;
    text-align: center;
    font-weight: bold;
    color: #ff6000;
    font-size: 20px;
}
.urun div span:last-child{
    float: left;
    width: 100%;
    text-align: center;
    color: #393;
    font-size: 20px;
    text-decoration: none;
}
.urun:hover{
    border:1px solid orange;
    box-shadow: 0 10px 30px rgba(2,6,23,.08);
    transform: translateY(-3px);
}
.urun:hover > .img1{
    display: none;
}
.urun:hover > .img2{
    display: block;
}


.blog-haber .item{
    margin: 5px
}
.blog{
    float: left;
    width: 100%;
    border: 1px solid #ddd;
}
.blog img{
    float: left;
    width: 100%;
}
.blog b{
    float: left;
    width: 100%;
    background: #f1f0f0;
    color: #545454;
    padding: 10px;
    font-weight: normal;
}
.blog:hover > b{
    background: #80a5f3;
    color: #fff;
}


footer{
    background: #fff url(../images/alt-bg.jpg);
    }

#etiket_dis .ozel{
    margin-bottom: 10px;
    padding-bottom: 10px;
    width: 100%;
}
#etiket_dis .ozel li{
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
}
#etiket_dis .ozel li a{
    color: #000;
    float: left;
    padding: 5px 10px;
    border: 1px solid #dbdce0;
    background: #ffffff;
    border-radius: 10px;
}
#etiket_dis .ozel li a:hover{
    background: #40bfa9;
    color: #fff;
}

#etiket_dis .menu2{
    border: none;
}

.telefon{
    float: left;
    width: 100%;
}
.telefon img{
    float: left;
    margin-right: 10px;
    margin-top: 3px;
}
.telefon div{
    float: left;
    width: 70%;
}
.telefon div span{
    float: left;
    width: 100%;
    font-size: 21px;
}
.telefon div a{
    float: left;
    width: 100%;
    font-size: 17px;
    color: #000;
}
.adres-email{
    float: left;
    width: 100%;
    margin-top: 10px;
}
.adres-email div{}
.adres-email div span:first-child{
    font-weight: bold;
    width: 50px;
    float: left;
}
.adres-email div span:last-child{}

.kategori-sayfa{
    list-style: circle;
}
.kategori-sayfa li:first-child{
    font-weight: bold;
    font-size: 17px;
    color: #2055b7;
}
.kategori-sayfa li{
    width: 100%;
    float: left;
    padding: 6px 0px;
}
.kategori-sayfa li:last-child{
    border-bottom: none;
}
.kategori-sayfa li a{
    color: #000;
}
.kategori-sayfa li a:hover{
    color: #fe375b;
}
#en_alt{
    background: #ffffff;
    color: #000;
    padding-top: 10px;
    padding-bottom: 10px;
    border-top: 2px solid #8da9c3;
}
#en_alt a{
}




.adres_cubugu{
    padding-top: 20px;
    padding-bottom: 20px;
    background: #f4f6ff;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}
.adres_cubugu ul{}
.adres_cubugu ul li{}
.adres_cubugu ul li a{
    background: #80a4f2;
    color: #fff;
    padding: 2px 13px;
    border-radius: 4px;
    float: left;
}
.adres_cubugu ul li span{
    background: #ffffff;
    color: #80a4f2;
    padding: 1px 13px;
    border-radius: 4px;
    float: left;
    margin: 0px 10px;
    border: 1px solid #ddd;
}


.alan{
    width: 100%;
    display: inline-block;
    background: #fff;
    border: 1px solid #e2dfdf;
    padding: 10px 15px;
    margin-bottom: 15px;
    float: left;
}

.bg-dis{
    background: #f4f6ff;
}

.urun-detay-kucuk-slider .owl-item{
    margin-right: 10px
}


.urun_detay h1{
    font-size: 1.786em;
    margin: 0px;
    color: #7396e7;
}
.urun_detay .indirim{
    background-color: #393;
    text-align: center;
    float: left;
    padding: 6px 10px;
    margin-top: 5px;
    color: #fff;
    border-radius: 5px;
    margin-right: 15px;
}
.urun_detay .fiyat{
    float: left;
}
.urun_detay .fiyat span:first-child{
    float: left;
    width: 100%;
    margin-top: 7px;
    font-size: 14px;
    text-decoration: none;
}
.urun_detay .fiyat span:last-child{
    float: left;
    width: 100%;
    font-size: 20px;
    color: #393;
}

.urun_detay .marka{
    float: left;
    clear: left;
    margin-top: 5px;
    background: #f4f6ff;
    border: 1px solid #e2dfdf;
}
.urun_detay .marka span:first-child{
    float: left;
    background: #fff;
    padding: 11px 10px;
    border-right: 1px solid #ddd;
}
.urun_detay .marka span:last-child{
    float: left;
    padding: 5px 10px;
}
.urun_detay .marka span:last-child img{
    height: 30px;
}


.urun_detay .stok{
    margin-left: 15px;
    float: left;
    margin-top: 5px;
    background: #f4f6ff;
    border: 1px solid #e2dfdf;
}
.urun_detay .stok span:first-child{
    float: left;
    background: #fff;
    padding: 11px 7px;
    border-right: 1px solid #ddd;
}
.urun_detay .stok span:last-child{
    float: left;
    color: #80a4f2;
    padding: 11px 10px;
}

.varyant_baslik{
    float: left;
    width: 100%;
    font-weight: bold;
    color: #fe576a;
    font-size: 14px;
    margin-bottom: 10px;
}
.varyant{
    width: 100%;
}
.varyant li{
    margin-right: 10px;
    margin-bottom: 10px;
}
.varyant li div{
    float: left;
    width: 100%;
    background: #f4f6ff;
    line-height: 15px;
    border: 1px solid #ddd;
    padding: 5px 10px;
}
.varyant li div::before{
    content: '';
    width: 15px;
    height: 15px;
    float: left;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 50%;
    margin-right: 5px;
}
.varyant li div:hover{
    background: #fff;
    cursor: pointer;
}
.varyant li div.aktif{
    background: #a8ffa8;
    border: 1px solid #249610;
}
.varyant li div.aktif::before{
    background: #339933;
    border: 1px solid #014a01;
}

.varyant_renk{
    width: 100%;
}
.varyant_renk li{
    width: 100px;
    margin-right: 10px;
}
.varyant_renk li a{
    border: 1px solid #ddd;
    padding: 10px;
    float: left;
    width: 100%;
}
.varyant_renk li a:hover{
    border: 1px solid orange;
}


.tabs {
  width: 100%;
}
#tab-button {
  display: table;
  table-layout: fixed;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}
#tab-button li {
  display: table-cell;
  width: 33.33%;
}
#tab-button li a {
  display: block;
  padding: .5em;
  background: #eee;
  border: 1px solid #ddd;
  text-align: center;
  color: #000;
  text-decoration: none;
}
#tab-button li:not(:first-child) a {
  border-left: none;
}
#tab-button li a:hover,
#tab-button .is-active a {
  border-bottom-color: transparent;
  background: #fff;
}
.tab-contents {
  padding: .5em 2em 1em;
  border: 1px solid #ddd;
  border-top: 0px;
  background: #fff;
  float: left;
}


@media screen and (min-width: 768px) {
  .tab-button-outer {
    position: relative;
    z-index: 2;
    display: block;
  }
}



.ui-helper-hidden{display:none}
.ui-helper-hidden-accessible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}
.ui-helper-reset{margin:0;padding:0;border:0;outline:0;line-height:1.3;text-decoration:none;font-size:100%;list-style:none}
.ui-helper-clearfix:before,.ui-helper-clearfix:after{content:"";display:table;border-collapse:collapse}
.ui-helper-clearfix:after{clear:both}
.ui-helper-zfix{width:100%;height:100%;top:0;left:0;position:absolute;opacity:0;filter:Alpha(Opacity=0)}
.ui-front{z-index:100}
.ui-state-disabled{cursor:default!important;pointer-events:none}
.ui-icon{display:inline-block;vertical-align:middle;margin-top:-.25em;position:relative;text-indent:-99999px;overflow:hidden;background-repeat:no-repeat}
.ui-widget-icon-block{left:50%;margin-left:-8px;display:block}
.ui-widget-overlay{position:fixed;top:0;left:0;width:100%;height:100%}
.ui-slider{position:relative;text-align:left;border: 1px solid #80a4f2;border-radius: 10px;}
.ui-slider .ui-slider-handle{outline: none;position:absolute;z-index:2;width:1.2em;height:1.2em;cursor:default;-ms-touch-action:none;touch-action:none;background: #80a4f2;border-radius: 50%;}
.ui-slider .ui-slider-range{position:absolute;z-index:1;font-size:.7em;display:block;border:0;background-position:0 0}
.ui-slider.ui-state-disabled .ui-slider-handle,.ui-slider.ui-state-disabled .ui-slider-range{filter:inherit}
.ui-slider-horizontal{height:.8em}
.ui-slider-horizontal .ui-slider-handle{top:-.3em;margin-left:-.6em}
.ui-slider-horizontal .ui-slider-range{top:0;height:100%;background: #47c6ea;border-radius: 10px;}
.ui-slider-horizontal .ui-slider-range-min{left:0}
.ui-slider-horizontal .ui-slider-range-max{right:0}
.ui-slider-vertical{width:.8em;height:100px}
.ui-slider-vertical .ui-slider-handle{left:-.3em;margin-left:0;margin-bottom:-.6em}
.ui-slider-vertical .ui-slider-range{left:0;width:100%}
.ui-slider-vertical .ui-slider-range-min{bottom:0}
.ui-slider-vertical .ui-slider-range-max{top:0}
#amount{
    border: none;
    text-align: center;
    width: 100%;
    color: #1b5f82;
    font-size: 16px;
    outline: none;
    background: none;
}



.checkbox label:after, 
.radio label:after {
    content: '';
    display: table;
    clear: both;
}

.checkbox .cr,
.radio .cr {
    position: relative;
    display: inline-block;
    border: 1px solid #a9a9a9;
    border-radius: .25em;
    width: 1.3em;
    height: 1.3em;
    margin-right: .5em;
    float: left;
}

.radio .cr {
    border-radius: 50%;
}

.checkbox .cr .cr-icon,
.radio .cr .cr-icon {
    position: absolute;
    font-size: .8em;
    line-height: 0;
    top: 50%;
    left: 20%;
}

.radio .cr .cr-icon {
    margin-left: 0.04em;
}

.checkbox label input[type="checkbox"],
.radio label input[type="radio"] {
    display: none;
}

.checkbox label input[type="checkbox"] + .cr > .cr-icon,
.radio label input[type="radio"] + .cr > .cr-icon {
    transform: scale(3) rotateZ(-20deg);
    opacity: 0;
    transition: all .3s ease-in;
}

.checkbox label input[type="checkbox"]:checked + .cr > .cr-icon,
.radio label input[type="radio"]:checked + .cr > .cr-icon {
    transform: scale(1) rotateZ(0deg);
    opacity: 1;
}

.checkbox label input[type="checkbox"]:disabled + .cr,
.radio label input[type="radio"]:disabled + .cr {
    opacity: .5;
}

.filtre_dis{
    float: left;
    width: 100%;
}
.filtre_dis .filtre_baslik{
    float: left;
    width: 100%;
    color: #798ad8;
    font-weight: bold;
    text-align: center;
    border-bottom: 1px solid #ddd;
    padding-bottom: 5px;
}
.filtre_dis ul{
    width: 100%;
}
.filtre_dis ul li{
    width: 100%;
}
.filtre_dis ul li .checkbox{margin-bottom: 0px;line-height: 0px;float: left;width: 100%;}
.filtre_dis ul li .checkbox div{
    float: left;
    margin-top: 9px;
}

.sol_kategoriler{}
.sol_kategoriler li{}
.sol_kategoriler li a{
    float: left;
    width: 100%;
    margin-top: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
    border-bottom: 1px solid #f3f2f2;
    color: #000;
}

#hikate-dis{
    border-top: 1px solid #e0e9ff;
    background: #f5f5f5;
}


.sepet_baslik .row{
    font-size: 15px;
    border-top: 1px solid #ddd;
    padding-bottom: 10px;
    padding-top: 10px;
    background: #fff;
}


.sepet_urun{
    padding-top: 10px;
    padding-bottom: 10px;
    border-top: 1px solid #ddd;
}


.sepet_urun a{
    float: left;
}
.sepet_urun a img{
    border: 1px solid #ddd;
    width: 95px;
    padding: 5px;
    background: #fff;
}
.sepet_urun .col-md-3 span{
    font-size: 17px;
    margin-top: 30px;
    float: left;
}
.sepet_urun .col-md-4 a{
    font-size: 16px;
    color: #ef801f;
}
.sepet_urun .fiyat{
    float: left;
    width: 100%;
    font-size: 15px;
}
.sepet_urun .fiyat span:first-child{
    font-size: 15px;
    float: left;
    width: 100%;
    text-decoration: none;
}
.sepet_urun .fiyat span:last-child{
    font-size: 18px;
    color: #254a79;
}
.sepet_urun button{
    margin-top: 30px;
    float: left;
}
.sepet_tutar_bilgi{
    font-size: 15px;
    margin-bottom: 5px;
}
.sepet_tutar_bilgi span{
    width: 125px;
    float: left;
    color: #2055b7;
}



.profile-sidebar {
  padding: 20px 0 10px 0;
  background: #fff;
}

.profile-userpic img {
  float: none;
  margin: 0 auto;
  width: 50%;
  height: 50%;
  -webkit-border-radius: 50% !important;
  -moz-border-radius: 50% !important;
  border-radius: 50% !important;
}

.profile-usertitle {
  text-align: center;
  margin-top: 20px;
}

.profile-usertitle-name {
  color: #5a7391;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 7px;
}

    
.profile-usermenu {
  margin-top: 30px;
}

.profile-usermenu ul li {
  border-bottom: 1px solid #f0f4f7;
  width: 100%;
  background: #fff;
}

.profile-usermenu ul li:last-child {
  border-bottom: none;
}

.profile-usermenu ul li a {
  color: #93a3b5;
  font-size: 14px;
  font-weight: 400;
}

.profile-usermenu ul li a i {
  margin-right: 8px;
  font-size: 14px;
}

.profile-usermenu ul li a:hover {
  background-color: #fafcfd;
  color: #5b9bd1;
}

.profile-usermenu ul li.active {
  border-bottom: none;
}

.profile-usermenu ul li.active a {
  color: #5b9bd1;
  background-color: #f6f9fb;
  border-left: 2px solid #5b9bd1;
  margin-left: -2px;
}



#saydam_bg{
    background: #000;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 999;
    opacity: 0.3;
    cursor: pointer;
    display: none;
}
#sepet{
    display: none;
    position: fixed;
    top: 0px;
    right: 0px;
    width: 300px;
    height: 100%;
    z-index: 1000;
    background: #fff;
}
#sepet .sepet_baslik{
    color: #fff;
    float: left;
    width: 100%;
    padding: 10px 20px;
    border-bottom: 1px solid #ddd;
    background: #8cb0ff;
    font-size: 15px;
    position: relative;
}
#sepet .sepet_baslik span{
}
#sepet .sepet_baslik i{
    float: right;
    background: #254ea9;
    padding: 2px 3px;
    border-radius: 8px;
    cursor: pointer;
}
#sepet .sepet_urunler{
    width: 100%;
    height: 70%;
    overflow-y: scroll;
}
#sepet .sepet_urunler li{border-bottom: 1px solid #ddd;margin-bottom: 10px;padding: 5px 0px;}
#sepet .sepet_urunler li:last-child{border-bottom: 0px solid #ddd}
#sepet .sepet_urunler a{
    float: left;
    width: 100%;
    color: #8cb0ff;
}
#sepet .sepet_urunler a img{
    border: 1px solid #ddd;
}
#sepet .sepet_urunler .col-md-9 div{
    float: left;
    width: 100%;
}
#sepet .sepet_urunler .col-md-9 div span:first-child{
    font-weight: bold;
}
#sepet .sepet_urunler .col-md-9 div span:last-child{}
#sepet .sepet_urunler .col-md-9 [data-sepet-sil]{
    cursor: pointer;
    position: absolute;
    right: 0px;
    width: 20px;
    top: 0px;
    color: #b73f3f;
}
#sepet .sepet_alt{
    float: left;
    width: 100%;
}
#sepet .sepet_alt .toplam_tutar{
    color: #fff;
    float: left;
    width: 100%;
    padding: 10px 20px;
    border-bottom: 1px solid #ddd;
    background: #8cb0ff;
    font-size: 15px;
    position: relative;
}
#sepet .sepet_alt .toplam_tutar span:first-child{}
#sepet .sepet_alt .toplam_tutar span:last-child{}
#sepet .sepet_alt a{float: left;width: 100%}


#sepet_durum.hata{
    width: 100%;
    display: inline-block;
    background-color: #e85353;
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important;
    padding: 10px 15px;
    margin-bottom: 13px;
    color: #fff;
    font-weight: bold;
    text-align: center;
}
#sepet_durum.basari{
    width: 100%;
    display: inline-block;
    background-color: #53e89c;
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important;
    padding: 10px 15px;
    margin-bottom: 13px;
    color: #005f2e;
    font-weight: bold;
    text-align: center;
}
.sepet_bos{
    text-align: center;
    width: 100%;
    margin-top: 30px;
}
#yukleniyor {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 9;
    background: #fff;
    padding-top: 10%;
}

#hc-nav-1 ul, #hc-nav-1 ul li{
    width: 100%;
}

#menu_bar{
    display: none
}


.menu3{
    justify-content: space-between;
    display: flex;
    align-items: center;
}
.menu3 li{}
.menu3 li a{
    width: 100%;
    height: 3.6rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
}
.menu3 li a span{
    position: relative;
    font-size: 14px;
    font-weight: 400;
    color: #2a3643;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 1.5rem;
    line-height: 16px;
}
.menu3 li a span:after{
    content: "";
    width: 1px;
    height: 55%;
    background: #dbdbdb;
    position: absolute;
    right: 0;
}

.menu3 li:last-child a span:after{
    background: none;
}


.menu3{
    position: relative;
    width: 100%;
}
.menu3 li:hover > .acilirdis{
    display: block;
}
.menu3 li .acilirdis{
    display: none;
    position: absolute;
    z-index: 2;
    width: 100%;
    background: #fff;
    top: 53px;
    border: 1px solid #ddd;
    padding-top: 20px;
    padding-bottom: 20px;
    box-shadow: -8px 12px 18px 0 #dadee8;
    border-radius: 10px;
    left: 0px;
}
.menu3 li .acilirdis .col-md-3{
    border-right: 1px solid #ddd;
}
.menu3 li .acilirdis .col-md-3:last-child{
    border-right: none;
}
.menu3 li .acilirdis h3 {
    margin: 0px;
    padding: 0px;
    float: left;
    color: orange;
    width: 100%;
}
.menu3 li .acilirdis h3 a{
    float: left;
    width: 100%;
    color: orange;
    font-size: 16px;
}
.menu3 li .acilirdis h3 a:hover{}
.menu3 li .acilirdis ul{
    float: left;
    width: 100%;
    padding-right: 5px;
    margin-right: 5px;
}
.menu3 li .acilirdis ul li{
    width: 100%;
    float: left;
}
.menu3 li .acilirdis ul li a{
    height: auto;
    padding-bottom: 10px;
}
.menu3 li .acilirdis ul li a:hover{}
@media screen and (max-width: 900px) {
    .menu3{
        display: none;
    }
    #logo{
        margin: 0 auto;
        width: initial;
        display: table;
        margin-top: -10px;
    }
    #ara{
        margin-top: 10px;
        margin-bottom: 10px;
    }

    #banner-dis span.baslik{
        margin-top: 0px
    }
    #banner-dis a.link{
        margin-bottom: 10px
    }

    #menu_bar{
        display: block;
        font-size: 22px;
        margin-top: 10px;
    }

    #en_alt{
        text-align: center;
    }
}

/* Modern Açıklama Yazısı Stilleri */
.kategori-aciklama {
    background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
    border: 1px solid #e9ecef;
    border-radius: 12px;
    padding: 30px;
    margin: 20px 0;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
}

.kategori-aciklama::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #28a745, #20c997, #17a2b8);
    border-radius: 12px 12px 0 0;
}

.kategori-aciklama:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
}

.kategori-aciklama h3 {
    color: #2c3e50;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 20px;
    text-align: center;
    position: relative;
    padding-bottom: 15px;
}

.kategori-aciklama h3::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 3px;
    background: linear-gradient(90deg, #28a745, #20c997);
    border-radius: 2px;
}

.kategori-aciklama p {
    color: #495057;
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 15px;
    text-align: justify;
    font-weight: 400;
}

.kategori-aciklama p:last-child {
    margin-bottom: 0;
}

.kategori-aciklama strong {
    color: #28a745;
    font-weight: 600;
}

.kategori-aciklama em {
    color: #6c757d;
    font-style: italic;
}

/* Responsive tasarım */
@media (max-width: 768px) {
    .kategori-aciklama {
        padding: 20px;
        margin: 15px 0;
    }
    
    .kategori-aciklama h3 {
        font-size: 16px;
    }
    
    .kategori-aciklama p {
        font-size: 13px;
        line-height: 1.5;
    }
}

/* Özel vurgu kutuları */
.kategori-aciklama .highlight-box {
    background: rgba(40, 167, 69, 0.1);
    border-left: 4px solid #28a745;
    padding: 15px 20px;
    margin: 20px 0;
    border-radius: 0 8px 8px 0;
    font-style: italic;
    color: #155724;
}

.kategori-aciklama .info-box {
    background: rgba(23, 162, 184, 0.1);
    border-left: 4px solid #17a2b8;
    padding: 15px 20px;
    margin: 20px 0;
    border-radius: 0 8px 8px 0;
    color: #0c5460;
}

/* Modern Sayfa İçeriği Stilleri */
.sayfa-icerik {
    background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
    border: 1px solid #e9ecef;
    border-radius: 12px;
    padding: 30px;
    margin: 20px 0;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
}

.sayfa-icerik::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #007bff, #6f42c1, #e83e8c);
    border-radius: 12px 12px 0 0;
}

.sayfa-icerik:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
}

.sayfa-icerik h1 {
    color: #2c3e50;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 25px;
    text-align: center;
    position: relative;
    padding-bottom: 15px;
}

.sayfa-icerik h1::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 3px;
    background: linear-gradient(90deg, #007bff, #6f42c1);
    border-radius: 2px;
}

.sayfa-icerik h2 {
    color: #495057;
    font-size: 18px;
    font-weight: 600;
    margin: 25px 0 15px 0;
    border-left: 4px solid #007bff;
    padding-left: 15px;
}

.sayfa-icerik h3 {
    color: #6c757d;
    font-size: 16px;
    font-weight: 600;
    margin: 20px 0 12px 0;
}

.sayfa-icerik p {
    color: #495057;
    font-size: 14px;
    line-height: 1.7;
    margin-bottom: 15px;
    text-align: justify;
    font-weight: 400;
}

.sayfa-icerik p:last-child {
    margin-bottom: 0;
}

.sayfa-icerik ul, .sayfa-icerik ol {
    color: #495057;
    font-size: 14px;
    line-height: 1.7;
    margin-bottom: 15px;
    padding-left: 25px;
}

.sayfa-icerik li {
    margin-bottom: 8px;
}

.sayfa-icerik strong {
    color: #007bff;
    font-weight: 600;
}

.sayfa-icerik em {
    color: #6c757d;
    font-style: italic;
}

.sayfa-icerik a {
    color: #007bff;
    text-decoration: underline;
    transition: color 0.3s ease;
}

.sayfa-icerik a:hover {
    color: #0056b3;
    text-decoration: none;
}

/* Responsive tasarım */
@media (max-width: 768px) {
    .sayfa-icerik {
        padding: 20px;
        margin: 15px 0;
    }
    
    .sayfa-icerik h1 {
        font-size: 18px;
    }
    
    .sayfa-icerik h2 {
        font-size: 16px;
    }
    
    .sayfa-icerik h3 {
        font-size: 14px;
    }
    
    .sayfa-icerik p, .sayfa-icerik ul, .sayfa-icerik ol {
        font-size: 13px;
        line-height: 1.6;
    }
}

/* Özel vurgu kutuları sayfa için */
.sayfa-icerik .highlight-box {
    background: rgba(0, 123, 255, 0.1);
    border-left: 4px solid #007bff;
    padding: 15px 20px;
    margin: 20px 0;
    border-radius: 0 8px 8px 0;
    font-style: italic;
    color: #004085;
}

.sayfa-icerik .warning-box {
    background: rgba(255, 193, 7, 0.1);
    border-left: 4px solid #ffc107;
    padding: 15px 20px;
    margin: 20px 0;
    border-radius: 0 8px 8px 0;
    color: #856404;
}

/* Kredi Kartı Formu Stilleri */
.kredi-karti-form {
    background: linear-gradient(135deg, #fff 0%, #f8f9fa 100%);
    border: 2px solid #007bff;
    border-radius: 12px;
    padding: 25px;
    margin: 20px 0;
    box-shadow: 0 4px 8px rgba(0,123,255,0.1);
    position: relative;
    overflow: hidden;
}

.kredi-karti-form::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #007bff, #28a745, #17a2b8);
    border-radius: 12px 12px 0 0;
}

.kredi-karti-form h4 {
    color: #007bff;
    font-weight: 600;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 18px;
}

.kredi-karti-form .form-control {
    border: 2px solid #e9ecef;
    border-radius: 6px;
    padding: 12px 15px;
    font-size: 14px;
    transition: all 0.3s ease;
    background: #fff;
}

.kredi-karti-form .form-control:focus {
    border-color: #007bff;
    box-shadow: 0 0 0 0.2rem rgba(0,123,255,0.25);
    outline: none;
}

.kredi-karti-form label {
    font-weight: 600;
    color: #495057;
    margin-bottom: 8px;
    display: block;
    font-size: 14px;
}

.kart-numara-input {
    font-family: 'Courier New', monospace;
    letter-spacing: 1px;
    font-size: 16px;
}

.cvv-input {
    font-family: 'Courier New', monospace;
    text-align: center;
    font-size: 16px;
}

.kart-guvenlik {
    background: #fff3cd;
    border: 1px solid #ffeaa7;
    border-radius: 6px;
    padding: 10px;
    margin-top: 15px;
    font-size: 12px;
    color: #856404;
}

.kart-guvenlik i {
    color: #f39c12;
    margin-right: 5px;
}

/* Kart numarası formatlaması için */
.kart-numara-group {
    position: relative;
}

.kart-numara-group::after {
    content: '';
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
    height: 20px;
    background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzAiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAzMCAyMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHJlY3Qgd2lkdGg9IjMwIiBoZWlnaHQ9IjIwIiByeD0iNCIgZmlsbD0iIzAwN2JmZiIvPgo8dGV4dCB4PSIxNSIgeT0iMTQiIGZvbnQtZmFtaWx5PSJBcmlhbCIgZm9udC1zaXplPSI4IiBmaWxsPSJ3aGl0ZSIgdGV4dC1hbmNob3I9Im1pZGRsZSI+Q0FSRDU8L3RleHQ+Cjwvc3ZnPgo=');
    background-size: contain;
    background-repeat: no-repeat;
}

/* Responsive tasarım */
@media (max-width: 768px) {
    .kredi-karti-form {
        padding: 20px;
        margin: 15px 0;
    }
    
    .kredi-karti-form h4 {
        font-size: 16px;
    }
    
    .kredi-karti-form .form-control {
        padding: 10px 12px;
        font-size: 13px;
    }
}

/* Form validasyon stilleri */
.form-control.is-valid {
    border-color: #28a745;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='m2.3 6.73.94-.94 1.88 1.88 3.06-3.06.94.94-4 4z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(0.375em + 0.1875rem) center;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.form-control.is-invalid {
    border-color: #dc3545;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath d='m5.8 4.6 1.4 1.4M7.2 4.6l-1.4 1.4'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(0.375em + 0.1875rem) center;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

/* Blog Detay Sayfası Stilleri */
.blog-detay-container {
    background: linear-gradient(135deg, #fff 0%, #f8f9fa 100%);
    border: 1px solid #e9ecef;
    border-radius: 12px;
    padding: 30px;
    margin: 0;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    position: relative;
    overflow: hidden;
}

.blog-detay-container::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #007bff, #28a745, #17a2b8);
    border-radius: 12px 12px 0 0;
}

.blog-image-container {
    text-align: center;
    margin-bottom: 30px;
}

.blog-detay-image {
    max-width: 100%;
    height: auto;
    border: 2px solid #e9ecef;
    border-radius: 12px;
    padding: 10px;
    background: #fff;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.blog-detay-image:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.blog-icerik {
    text-align: left;
}

.blog-baslik {
    color: #2c3e50;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 25px;
    text-align: center;
    position: relative;
    padding-bottom: 15px;
}

.blog-baslik::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 3px;
    background: linear-gradient(90deg, #007bff, #28a745);
    border-radius: 2px;
}

.blog-aciklama {
    color: #495057;
    font-size: 15px;
    line-height: 1.8;
    text-align: justify;
    font-weight: 400;
}

.blog-aciklama h1, .blog-aciklama h2, .blog-aciklama h3 {
    color: #2c3e50;
    margin-top: 25px;
    margin-bottom: 15px;
    font-weight: 600;
}

.blog-aciklama h1 {
    font-size: 22px;
    border-left: 4px solid #007bff;
    padding-left: 15px;
}

.blog-aciklama h2 {
    font-size: 20px;
    border-left: 4px solid #28a745;
    padding-left: 15px;
}

.blog-aciklama h3 {
    font-size: 18px;
    border-left: 4px solid #17a2b8;
    padding-left: 15px;
}

.blog-aciklama p {
    margin-bottom: 15px;
    text-indent: 20px;
}

.blog-aciklama p:first-child {
    text-indent: 0;
    font-weight: 500;
    color: #343a40;
}

.blog-aciklama ul, .blog-aciklama ol {
    margin-bottom: 20px;
    padding-left: 30px;
}

.blog-aciklama li {
    margin-bottom: 8px;
    line-height: 1.6;
}

.blog-aciklama strong {
    color: #007bff;
    font-weight: 600;
}

.blog-aciklama em {
    color: #6c757d;
    font-style: italic;
}

.blog-aciklama a {
    color: #007bff;
    text-decoration: underline;
    transition: color 0.3s ease;
}

.blog-aciklama a:hover {
    color: #0056b3;
    text-decoration: none;
}

/* Responsive tasarım */
@media (max-width: 768px) {
    .blog-detay-container {
        padding: 20px;
    }
    
    .blog-baslik {
        font-size: 20px;
    }
    
    .blog-aciklama {
        font-size: 14px;
        line-height: 1.6;
    }
    
    .blog-aciklama h1 {
        font-size: 18px;
    }
    
    .blog-aciklama h2 {
        font-size: 16px;
    }
    
    .blog-aciklama h3 {
        font-size: 15px;
    }
}

/* Blog Liste Sayfası Stilleri */
.blog-card {
    background: #fff;
    border: 1px solid #e9ecef;
    border-radius: 12px;
    overflow: hidden;
    transition: all 0.3s ease;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
    height: 100%;
    display: flex;
    flex-direction: column;
}

.blog-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
    border-color: #007bff;
}

.blog-link {
    text-decoration: none;
    color: inherit;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.blog-link:hover {
    text-decoration: none;
    color: inherit;
}

.blog-image-wrapper {
    position: relative;
    overflow: hidden;
    height: 200px;
}

.blog-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.blog-card:hover .blog-image {
    transform: scale(1.05);
}

.blog-content {
    padding: 20px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.blog-title {
    font-size: 18px;
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 12px;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.blog-description {
    font-size: 14px;
    color: #333;
    line-height: 1.6;
    margin-bottom: 15px;
    flex-grow: 1;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.blog-read-more {
    font-size: 14px;
    color: #007bff;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    margin-top: auto;
    transition: color 0.3s ease;
}

.blog-card:hover .blog-read-more {
    color: #0056b3;
}

.blog-read-more i {
    font-size: 12px;
    transition: transform 0.3s ease;
}

.blog-card:hover .blog-read-more i {
    transform: translateX(3px);
}

/* Blog liste responsive */
@media (max-width: 768px) {
    .blog-image-wrapper {
        height: 150px;
    }
    
    .blog-content {
        padding: 15px;
    }
    
    .blog-title {
        font-size: 16px;
    }
    
    .blog-description {
        font-size: 13px;
        -webkit-line-clamp: 2;
    }
}

@media (max-width: 576px) {
    .blog-image-wrapper {
        height: 120px;
    }
    
    .blog-content {
        padding: 12px;
    }
    
    .blog-title {
        font-size: 15px;
        -webkit-line-clamp: 1;
    }
    
    .blog-description {
        font-size: 12px;
        -webkit-line-clamp: 2;
    }
}

/* Ana Sayfa Blog Kartları Stilleri */
.anasayfa-blog-card {
    background: #fff;
    border: 1px solid #e9ecef;
    border-radius: 10px;
    overflow: hidden;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    height: 100%;
    display: flex;
    flex-direction: column;
}

.anasayfa-blog-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.12);
    border-color: #007bff;
}

.anasayfa-blog-link {
    text-decoration: none;
    color: inherit;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.anasayfa-blog-link:hover {
    text-decoration: none;
    color: inherit;
}

.anasayfa-blog-image-wrapper {
    position: relative;
    overflow: hidden;
    height: 160px;
}

.anasayfa-blog-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.anasayfa-blog-card:hover .anasayfa-blog-image {
    transform: scale(1.05);
}

.anasayfa-blog-content {
    padding: 15px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.anasayfa-blog-title {
    font-size: 16px;
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 8px;
    line-height: 1.3;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.anasayfa-blog-description {
    font-size: 13px;
    color: #333;
    line-height: 1.5;
    margin: 0;
    flex-grow: 1;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* Ana sayfa blog responsive */
@media (max-width: 768px) {
    .anasayfa-blog-image-wrapper {
        height: 140px;
    }
    
    .anasayfa-blog-content {
        padding: 12px;
    }
    
    .anasayfa-blog-title {
        font-size: 15px;
    }
    
    .anasayfa-blog-description {
        font-size: 12px;
        -webkit-line-clamp: 2;
    }
}

@media (max-width: 576px) {
    .anasayfa-blog-image-wrapper {
        height: 120px;
    }
    
    .anasayfa-blog-content {
        padding: 10px;
    }
    
    .anasayfa-blog-title {
        font-size: 14px;
        -webkit-line-clamp: 1;
    }
    
    .anasayfa-blog-description {
        font-size: 11px;
        -webkit-line-clamp: 2;
    }
}