@import url('https://fonts.googleapis.com/css2?family=Architects+Daughter&display=swap');
body{
   
    font-weight: 400;
    line-height: 1.5;
    font-size: 12px;
    color: #212529;
    padding: 0px;
    margin: 0px;
    font-family: 'Sofia Sans Semi Condensed', sans-serif;
   
}
a {
    text-decoration: none !important;
    color: #949494;
}
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}

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

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

.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}

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

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

.p5{padding: 5px}
.p10{padding: 10px}
.p15{padding: 15px}
.p20{padding: 20px}

.border{
  
}






.border-n{
    border: none !important;
}

.bg-1{background: #fff;}
.bg-2{background-image: linear-gradient(to left, #ad006b, #1d3d65);}
.bg-3{background: #fff;}
.bg-4{background: #fff;}
.bg-5{}


.bg2{
    background-color: #fff;
   
}

.bg3{
    background-color: #f8f8f8;
}

.box-shadow-1{
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 10%);
}

.menu1{}
.menu1 li{}
.menu1 li a{
    float: left;
    margin-right: 10px;
    padding-right: 10px;
    border-right: 1px solid #eaeaea;
    color:white;
}
.menu1 li:last-child a{
    border-right: 0px;
}

.menu2{}
.menu2 li{
    padding-right: 15px;
    margin-right: 15px;
}
.menu2 li:last-child{
    padding-right: 0px;
    margin-right: 0px;
}
.menu2 li:last-child span{background-color: #121212;}
.menu2 li a{
    float: left;
    font-size: 23px;
    position: relative;
}
.menu2 li a i{
}
.menu2 li a span{
    color: #FFF;
    background-color: #dd4150;
    font-size: 11px;
    padding: 1px 5px;
    border-radius: 50%;
    position: absolute;
    right: -8px;
}
.menu2 li a:hover i{
    color: #9b59b6;
}



.ara-logo-menu{
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.ara-logo-menu .ara{
    flex: 1;
}
.ara-logo-menu .logo{
    width: auto;
}
.ara-logo-menu .hizli-menu{
    display: flex;
    flex: 1;
    justify-content: flex-end;
    align-items: center;
    padding-right: 30px;
}

.ara-logo-menu .ara form{
    float: left;
    width: 55%;
    position: relative;
}
.ara-logo-menu .ara input{
    float: left;
    border: none;
    box-shadow: none;
    border-bottom: 1px solid #ddd;
    border-radius: 0px;
    outline: none;
}
.ara-logo-menu .ara button{
    position: absolute;
    right: 0px;
    background: none;
    border: none;
    outline: none;
    font-size: 20px;
}

.destek{
    padding-right: 40px;
    margin-right: 40px;
    color: rgb(126 126 126);
    letter-spacing: 1px;
    line-height: 80px;
    font-family: cormorant garamond,serif;
    font-size: 30px;
  
}
.destek div:first-child{
    float: left;
    margin-right: 5px;
}
.destek div:first-child i{
    font-size: 34px;
}
.destek div:last-child{
    float: left;
    margin-top: 5px;
}
.destek div:last-child span{
    font-size: 11px;
    float: left;
    width: auto;
}
.destek div:last-child a{
    font-size: 15px;
    font-weight: 600;
    float: left;
    width: auto;
    clear: left;
}

.menu3{
    justify-content: center;
    display: flex;
    align-items: center;
}
.menu3 li{}
.menu3 li a{
    width: 100%;
    height: 4.3rem;
    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: 15px;
    font-weight: 500;
    color: #9e9b9bcc;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 1.9rem;
    font-family: 'Sofia Sans Semi Condensed', sans-serif;
    font-weight: 400;
    line-height: 16px;
}
.menu3 li a span:after{
 content: "";
    width: 1px;
    height: 25%;
    background: #000000c2;
    position: absolute;
    right: 0;
}

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

.rengarenk{
    float: left;
    width: 100%;
}
.rengarenk div{
    float: left;
    height: 3px;
}
.rengarenk div:nth-child(1){
    width: 15%;
    background: #4285f4;
}
.rengarenk div:nth-child(2){
    width: 25%;
    background: #ea4335;
}
.rengarenk div:nth-child(3){
    width: 25%;
    background: #ccab35;
}
.rengarenk div:nth-child(4){
    width: 15%;
    background: #34a853;
}
.rengarenk div:nth-child(5){
    width: 20%;
    background: #cc52b1;
}



#hikaye .item{
    font-size: smaller;
    width: 100%;
}
#hikaye .item img{
    border-radius: 50%;
    border: 2px solid #34a853;
    padding: 3px;
    background: #fff;
    margin: 0 auto;
    display: block;
}
#hikaye .item span{
        float: left;
    width: 100%;
    padding: 0px 7px;
    text-align: center;
    margin-top: 7px;
    font-size: 12px;
    font-weight: bold;
}
#hikaye .owl-prev{
    left: -65px;
}
#hikaye .owl-next{
    right: -65px;
}


.anaslider{
   
}
.anaslider img{
    
}
@media (min-width: 992px)
{
    .urun{
     height: 480px;
    }
}

.urun{
   
    float: left;
    width: 100%;
    position: relative;
    overflow: hidden;
    
}


.urun a{
    float: left;
    width: 100%;
}
.urun a img{
    max-width: 100%;
  
    display: block;
    max-height:450px;
    transition-duration: 0.2s;
    transition-timing-function: linear;
}
.urun a:hover > img{
    -webkit-transform: scale(1.02);
    -moz-transform: scale(1.02);
    -ms-transform: scale(1.02);
    -o-transform: scale(1.02);
    transform: scale(1.02);
}
.urun a.link {
    float: left;
    width: 100%;
    text-align: left;
    font-size: 16px;
    font-family: cormorant garamond,serif;
    height: 28px;
    overflow: hidden;
    display: -webkit-box;
    margin-top: 13px;
    color: #949494;
    border-bottom: 1px solid #d9d9d9;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 7px;
}
.urun .fiyat{
    float: left;
    width: 100%;
}
.urun .fiyat .eski{
    float: left;
    width: 100%;
}
.urun .fiyat .eski span:first-child{
    float: left;
    font-size: 14px;
    text-decoration: line-through;
}
.urun .fiyat .eski span:last-child{
     float: right;
    padding: 1px 6px;
    border: 1px solid #000000;
    border-radius: 1px;
    margin-left: auto;
    font-size: 13px;
    font-weight: 600;
    color: #000000;
    display: inline-block;
    background-color: #fff;
    cursor: pointer;
    position: relative;
    top: 5px;
    right: 3px;
}
.urun .fiyat .guncel {
    float: left;
    width: 100%;
    color: #949494;
    font-size: 15px;
    font-weight: bold;
}

.urun .kontrol{
    position: absolute;
    right: -50px;
    z-index: 2;
}
.urun .kontrol span{
    border-radius: 100px;
    background-color: #fff;
    padding: 4px 8px;
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 20%);
    transition-duration: 0.1s;
    transition-timing-function: linear;
    font-size: 20px;
    margin-bottom: 10px;
    cursor: pointer;
    float: left;
    width: auto;
    clear: left;
}
.urun .kontrol span:nth-child(1){color: #5e8ffc;}
.urun .kontrol span:nth-child(1):hover{background-color: #5e8ffc;color: #ffff}
.urun .kontrol span:nth-child(2){color: #f08183;}
.urun .kontrol span:nth-child(2):hover{background-color: #f08183;color: #ffff}

.vitrin_baslik{
    position: relative;
    text-align: center;
    font-size: 25px;
    float: left;
    width: 100%;
}
.vitrin_baslik span{padding: 0px 30px;position: relative;z-index: 2;font-family: 'Architects Daughter', cursive;}

.vitrin_baslik:after{
    content: '';
    position: absolute;
    left: 15%;
    top: 18px;
    border-top: 1px solid #d2d2d2;
    width: 70%;
    z-index: 0;
}


.haftanin_urunleri_baslik{
    float: left;
    width: 100%;
    color: #fff;
    font-size: 16px;
    padding: 3px 0px;
    text-align: center;
    border-radius: 10px 10px 0px 0px;
    font-family: 'Architects Daughter', cursive;
}
#haftanin_urunleri{
    border-bottom: 7px solid #323448;
}


.ticaret-kutu-dis{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.ticaret-kutu{
    width: 25%;
    box-sizing: border-box;
    padding: 10px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
   color: white;
    background: #2b2b37;
}
.ticaret-kutu div:first-child{
    font-size: 45px;
    margin-right: 22px;
    color: white;
}
.ticaret-kutu div:last-child{
    color: white;
}
.ticaret-kutu div:last-child span{
    float: left;
    width: 100%;
    font-size: 13px;
    font-weight: 400;
    line-height: 13px;
    margin-bottom: 5px;
    color: white;
}
.ticaret-kutu div:last-child b{
    font-size: 13px;
    font-weight: 600;
    line-height: 18px;
    float: left;
    width: 100%;
    color: white;
}
.ticaret-kutu:last-child{
    border-right: 1px solid #b9b9b9;
    color: white;
}



.kampanyalar{}
.kampanyalar a{
    float: left;
    width: 100%;
    max-height:500px;
}
.kampanyalar a img{

    transition-duration: 0.1s;
    transition-timing-function: linear;

  
}

.bannerh {
        text-align: center;
    margin: 24px 0px 24px 0;
    display: inline-block;
    width: 100%;
    font-size: 18px;
    font-family: cormorantgaramond-light,cormorantgaramond,cormorant garamond,serif;
    color: #a6a6a6;
}
.contt {
    display: inline-block;
    width: 100%;
    background: #fafafa;
}
.bannerh2 {
    text-align: center;
    margin: 24px 0px 24px 0;
    display: inline-block;
    width: 100%;
    font-size: 15px;
    color: #7b7b7b;
    background: #efefef;
    padding: 10px 0;
}
.bannerh2:hover {
    background: #5F6360;
    color:white;
}



.contt2 {
    display: inline-block;
    width: 100%;
 
}





.vitrin1 .item, .vitrin2 .item{
    margin: 5px;
}

#haftanin_urunleri .urun{
    border-radius: 0px;
}


.no-border{
    border:none !important;
}

footer{
    float: left;
    width: 100%;
    background: #fff;
}
footer .etiket_dis{}
footer .etiket_dis h4{}
footer .etiket_dis ul{
    width: 100%;
}
footer .etiket_dis ul li{
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
}
footer .etiket_dis ul li a{
    color: #000;
    float: left;
    padding: 3px 7px;
    border: 1px solid #dbdce0;
    background: #fff;
    border-radius: 10px;
    font-size: 12px;
    transition-duration: .4s;
}
footer .etiket_dis ul li a:hover{
    background: #40bfa9;
    color: #fff;
}

footer .destek div:first-child i{font-size: 55px;}
footer .destek div:last-child span {
    font-size: 16px;
}
footer .destek div:last-child a {
    font-size: 16px;
}

.adres-email {
    float: left;
    width: 100%;
    margin-top: 10px;
}
.adres-email div span:first-child {
    font-weight: 700;
    width: 50px;
    float: left;
}
.adres-email div span:last-child {
}

.footer_menu{
    list-style: none;
        float: right;
}

.footer_menu li {
    width: 100%;
    float: left;
    padding: 6px 0;
    font-weight: 400;
    text-align:right;
    font-size: 19px;
    color: #cfcfcf;
    list-style: none !important;
}

.footer_sosyal{
    float:left;
    margin-top:30px;
    
}
.footer_sosyal li{
       margin-right: 16px;
    margin-bottom: 20px;
}
.footer_sosyal li a{
     color: #eaeaea;
    float: left;
    padding: 3px 7px;
    border: 1px solid #dbdce0;
    background: #949494;
    border-radius: 50%;
    font-size: 17px;
    display: inline-table;
}
.copyright{
    float: left;
    width: 100%;

    background: #ffffff;
}
.copyright a{
    color: #00bfd6;
}

.adres_cubugu li a {

  background: #989898;
    color: #fff;
    padding: 4px 13px;
    
    float: left;
}
.adres_cubugu li span {
  background: #fff;
    color: #000000;
    padding: 3px 11px;
    float: left;
    font-weight: bold;
    margin: -7px -1px;
    border: 1px solid #fff;
    font-size: 23px;
}

.urun_detay{
    float: left;
    width: 100%;
    padding-bottom: 0px;
}
.urun_detay h1{
    padding: 0px;
    margin: 0px;
    font-size: 26px;
    font-weight: 100;
    color: #949494;
    margin-bottom: 5px;
}
.urun_detay .degerlendirme_paylas{
    float: left;
    width: 100%;
}
.urun_detay .degerlendirme_paylas .yildiz{
    width: auto;
}
.urun_detay .degerlendirme_paylas .yildiz small{
    margin-left: 10px;
}
.urun_detay .degerlendirme_paylas .paylas{}
.urun_detay .degerlendirme_paylas .paylas a{
    margin-right: 5px;
    font-size: 17px;
}
.urun_detay .marka{
    float: left;
    width: 100%;
}
.urun_detay .marka a{
    float: left;
    border: 1px solid #ddd;
    padding: 5px 10px;
}
.urun_detay .marka a img{
    max-height: 25px;
}


.urun_detay .stok_kod_durum{
    float: left;
    width: 100%;
}
.urun_detay .stok_kod_durum div{
    float: left;
    margin-right: 20px;
    padding-right: 20px;
    border-right: 1px solid #ddd;
}
.urun_detay .stok_kod_durum div:last-child{
    border-right: 0px;
}
.urun_detay .stok_kod_durum div span{}
.urun_detay .stok_kod_durum div strong{
       color: black;
}
.urun_detay .stok_kod_durum div strong.durum0{
       color: black;
}


.fiyat{
    float: left;
    width: 100%;
}
.fiyat .eski_fiyat{
    padding: 10px 0px;
}
.fiyat .yeni_fiyat{
    padding: 10px 0px;
}
.fiyat .eski_fiyat .col-md-8:nth-child(2) span{
    text-decoration: line-through;
}
.fiyat .yeni_fiyat .col-md-4:nth-child(1){
    font-size: 20px;
}
.fiyat .yeni_fiyat .col-md-8:nth-child(2) span{
       font-size: 25px;
    float: left;
    color: #0a0a0a;
}


.adet_butonlar{
    float: left;
    width: 100%;
}
.adet_butonlar .adet{
    position: relative;
    overflow: hidden;
}
.adet_butonlar .adet input{}
.adet_butonlar .adet button.eksi{
    font-size: 12px;
    font-weight: bold;
    padding: 0px;
    width: auto;
    position: absolute;
    right: 5px;
    bottom: 1px;
    background: none;
    outline: none;
}
.adet_butonlar .adet button.arti{
    font-size: 12px;
    font-weight: bold;
    padding: 0px;
    width: auto;
    position: absolute;
    right: 5px;
    top: 1px;
    background: none;
    outline: none;
}
.adet_butonlar button{
        width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 0px;
}


.varyant{display: grid;}
.varyant strong{}
.varyant ul{}
.varyant ul li{
    border-radius: 3px;
    border: solid 2px #999999;
    font-size: 13px;
    color: #333333;
    padding: 5px 10px 4px;
    cursor: pointer;
    margin-right: 10px;
    margin-bottom: 2.5px;
    margin-top: 2.5px;
}
.varyant ul li:hover{
    border: solid 2px #5cb85c;
}
.varyant ul li.aktif{
    border: solid 2px #f27a1a;
}  
.kargo_bedava{
    color: green;
}

.urun_detay_tab_1{
    width: 100%;
}
.urun_detay_tab_1 li{
    float: left;
    padding: 10px 20px;
    cursor: pointer;
}
.urun_detay_tab_2{
    float: left;
    padding: 10px;
}
.urun_detay_tab_2 div{
    padding: 0px 10px;
}
.urun_detay_tab_1 li.aktif{
    border-bottom: 2px solid green;
}
.urun_detay_tab_1 li:hover{
    border-bottom: 2px solid orange;
}
.urun_detay_tab_2 div.pasif{
    display: none;
}
.urun_detay_tab_2 div.aktif{
    display: block !important;
}



.kategori_sol h2{
    margin: 0px;
    color: #949494;
    padding: 0px;
    font-size: 20px;
    padding-left: 15px;
    font-weight: bold;
}

.kategori_sol .kategoriler{
    padding-left: 15px;
    padding-right: 15px;
}
.kategori_sol .kategoriler li{
    width: 100%;
    margin-bottom: 5px;
    padding-bottom: 5px;
    border-bottom: .05rem solid #f2f2f2;
}
.kategori_sol .kategoriler li:last-child{
    border-bottom: none;
}
.kategori_sol .kategoriler li i{
    float: left;
    margin-top: 3px;
    margin-right: 5px;
}
.kategori_sol .kategoriler li a{
    float: left;
    font-size:14px;
}
.kategori_sol .kategoriler li a:hover{
    color: #69bc45;
}

.kategori_sol .kategoriler li span{
    float: right;
}
.kategori_sol .secim_baslik{
    padding-left: 15px;
    font-weight: bold;
}
.kategori_sol .secimli{
    max-height: 200px;
    overflow-y: scroll;
}
.kategori_sol .secimli li{
    width: 100%;
}


.kayit_sol{}
.kayit_sol .col-md-4{}
.kayit_sol .col-md-4 i{
    font-size: 30px;
    margin-bottom: 1rem;
    text-align: center;
    border-radius: 50%;
    color: #099e18;
    border: 1px solid #099e18;
    padding: 1rem;
    width: 65px;
    height: 65px;
    line-height: 40px;
}
.kayit_sol .col-md-4 div{
    text-align: center;
    font-size: 17px;
}



.sepet_ust{
    overflow: hidden;
}

.sepet_ust .row:first-child .col-md-5{
    text-align: center;
}
.sepet_ust .la-trash{
    float: right;
    margin-right: 10px;
    background: red;
    color: white;
    padding: 5px 7px;
    border-radius: 5px;
    cursor: pointer;
}

.kupon{}
.kupon input{
    width: 80%;
    float: left;
    border-radius: 0px;
}
.kupon button{
    width: 20%;
    float: left;
    border-radius: 0px;
}


.sepet_ozet{}
.sepet_ozet ul{
    width: 100%;
}
.sepet_ozet ul li{
    width: 100%;
    border-bottom: .05rem solid #f2f2f2;
    padding: 10px 0px;
}
.sepet_ozet ul li span:first-child{
    float: left;
}
.sepet_ozet ul li span:last-child{
    float: right;
    font-weight: bold;
}
.sepet_ozet a{
    margin-top: 10px;
    width: 100%;
}


.basari{
    float: left;
    width: 100%;
    margin-bottom: 20px;
    background: #12a712;
    text-align: center;
    color: #fff;
    border-radius: 10px;
    padding: 10px 0px;
    box-shadow: 0px 0px 10px #02ce2c;
}
.hata{
    float: left;
    width: 100%;
    margin-bottom: 20px;
    background: #a7123b;
    text-align: center;
    color: #fff;
    border-radius: 10px;
    padding: 10px 0px;
    box-shadow: 0px 0px 10px #ce0202;
}
.onay_bekliyor{
    background: orange;
    color: #fff;
    padding: 3px 6px;
    float: left;
    border-radius: 10px;
}

#sepete_ekle_durum{
    display: none;
    box-shadow: none;
    padding: 4px 0px;
    border-radius: 0px;
}

.yildiz{
    float: left;
    width: 100%;
}
.yildiz span{
    float: left;
}
.yildiz span.aktif{
    color: #ffb400;
}
.yildiz span.pasif{
    color: #cccccc;
}

#sepet{
    display: none;
    position: fixed;
    top: 0px;
    right: 0px;
    width: 300px;
    height: 100%;
    z-index: 999999999;
    background: #fff;
}
#sepet .sepet_baslik{
    color: #fff;
    float: left;
    width: 100%;
    padding: 10px 20px;
    border-bottom: 1px solid #ddd;
    background: #3c3c3c;
    font-size: 15px;
    position: relative;
}
#sepet .sepet_baslik span{
}
#sepet .sepet_baslik i{
    float: right;
    color:white;
    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;
}

#saydam_bg{
    background: #000;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 999;
    opacity: 0.3;
    cursor: pointer;
    display: none;
}
.hesabim_menu{}
.hesabim_menu li{
    color: #000;
    float: left;
    width: 100%;
}
.hesabim_menu li a{
    float: left;
    width: 100%;
    padding: 10px 10px;
    font-size: 15px;
}
.hesabim_menu li a.aktif, .hesabim_menu li a:hover{
    background-color: #f8f8f8;
}

.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;
    left: 0px;
    top: 35px;
    border: 1px solid #ddd;
    padding-top: 20px;
    padding-bottom: 20px;
    box-shadow: -8px 12px 18px 0 #dadee8;
    border-radius: 10px;
}
.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: black;
    width: 100%;
}
.menu3 li .acilirdis h3 a{
    float: left;
    width: 100%;
    color: black;
    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{}

.aktif{
    display: block;
}
.pasif{
    display: none;
}


body.theme-default .hc-offcanvas-nav li{
    width: 100%;
}




#sync2 .item{margin:10px;}
#sync2 .item{
    padding: 10px;
    border:2px solid gray;
}
.synced .item{
    border: 2px solid green  !important;
}

@media only screen and (max-width:600px){
    .urun_detay_tab_2 div, .urun_detay_tab_2 table{
        width: 100%  !important;
    }
    .whatsappdis{padding-left: 15px !important}
    .adet,[data-sepete-ekle]{margin-bottom: 10px;}
    .kategori_sol{margin-bottom: 20px}
    .adres_cubugu{display: none}
    .copyright{text-align: center}
    .ticaret-kutu{width: 50%;min-height: 115px}
    #sync1{margin-bottom: 10px}
    .owl-theme .owl-controls{display: none !important}
    .toggle{
        display: block !important;
        font-size: 21px;
        color: #fff;
        text-align: center;
    }
    .ara-logo-menu{
        display: block;
    }
    .ara-logo-menu .ara form{
        width: 100%;
    }
.ara-logo-menu .logo {
    margin: 0 auto;
    width: 50%;
    margin-top: 20px;
    margin-bottom: 10px;
    text-align: left;
    display: inline-block;
}

.logo a img { width: 100px !important; }


.destek{
    margin-right: 10px;
    padding-right: 10px;
}
.ara-logo-menu .hizli-menu {
    display: inline-block;
    float: right;
    width: 50%;
    margin-top: 22px;
    padding-right: 10px !important;
}
.urun .fiyat .eski span:first-child {
  
    font-size: 11px;
}

.urun .fiyat .eski span:last-child {
    
    display:none;
    
}
.urun .fiyat .guncel {

    color: #f27a1a;
    font-size: 15px;
    font-weight: 700;
}

.vitrin_baslik span {
    padding: 0px 0px;
    position: relative;
    color: black;
    font-weight: 500;
    font-size: 20px;
    width: 100% !important;
    z-index: 2;
}
.vitrin_baslik:after {
   
    position: relative;
}

}



.kupon{}
.kupon input{
    width: 80%;
    float: left;
    border-radius: 0px;
}
.kupon button{
    width: 20%;
    float: left;
    border-radius: 0px;
}


.btn, .button {
       display: inline-block;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    border-radius: 4px;
    padding: 13px;
    background: none !important;
    border-radius: 0px;
    text-transform: uppercase;
    border: 1px solid #000 !important;
    color: #000;
    cursor: pointer;
    transition: all 300ms linear 0s;
    letter-spacing: .5px;
}

.kupon {
    border: 1px solid #ececec;
    border-radius: 10px;
    height: 64px;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding-left: 20px;
    font-size: 16px;
    width: 100%;
}
.justify-content-between {
    justify-content: space-between!important;
}.d-flex {
    display: flex!important;
}
input.coupon {
    height: 47px;
}
.mr-15 {
    margin-right: 15px!important;
}
.mb-10 {
    margin-bottom: 10px!important;
}
.alert-danger {
    color: #842029;
    background-color: #f8d7da;
    border-color: #f5c2c7;
}
.alert {
    position: relative;
    padding: 1rem 1rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}
.alert-heading {
    color: inherit;
}
.adet {
    display:none !important;
}


.product-item-photo {
  position: relative;
}
.product-image-hover {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  height: 100%;
  width: 100%;
}
.product-item-photo:hover .product-image-hover {
  opacity: 1;
}

.hover-image {
    max-width: 100%;
    margin: 0 auto;
    display: block;
    max-height: 450px;
    transition-duration: 0.2s;
    transition-timing-function: linear;
}

.btn-primary:hover {
    background-color: black !important;
    border-color: black !important;
}

.btn-success:hover {
    color: #ffffff;
    background-color: #449d44 !important;
    border-color: #398439 !important;
}

.logo a img {
        width: 435px;
}


  .faq
        {
        border-radius: 8px;
        overflow: hidden;
        }
        .faq .tab-toggle
        {
        display: none;
        }
        .faq .tab-label
        {
      background-color: rgb(60 60 60);
    display: flex;
    justify-content: space-between;
    padding: 10px;
    margin-top: 12px;
  font-size: 16px;
    font-weight: 500;
    color: white;
        }
        .faq .tab-label:hover{
        background-color: rgb(48, 89, 202);
        }
        .faq .tab-toggle:checked ~.tab-label
        {
        background-color: rgb(48, 89, 202);
        }

        .faq .tab-label::after
        {
        content:'\276F';
        transition: all .4s;
        }

        .faq .tab-toggle:checked ~ .tab-label::after
        {
        transform: rotate(90deg);
        }

        .faq .tab-content
        {
        background-color: white;
        max-height: 0px;
        overflow: hidden;
        transition: all .4s;
        padding: 0 1em;
        }
        .faq .tab-toggle:checked ~ .tab-content
        {
        max-height: 100vh;
        padding:1em;
        }
        
        .urundesc {
                font-size: 15px;
    margin: 15px 0px;
        }
        
        
        .detayul {
                display: grid;
    margin-top: 13px;
        }
        
        
        .detayul li {
            
        list-style: inside;
    margin-left: 22px;
        }
        
        .faq .tab-toggle:checked ~ .tab-content {
            font-size: 15px;
        }
        
        
      .aciklamab div {
        font-size: 14px;
        color: rgb(151 151 151);
    font-family: roboto-thin,roboto,sans-serif;
          
      }  
        
       .bg-2, body.theme-default .hc-offcanvas-nav .nav-container, body.theme-default .hc-offcanvas-nav .nav-wrapper, body.theme-default .hc-offcanvas-nav ul {
              background-image: linear-gradient(to left, #303031, #1f1f20) !important;
      }
      
.mobile-tab-bar {
box-shadow: 2px -3px 7px 3px rgb(58 58 58 / 10%);
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
      background: white;
  width: 100%;
  z-index:999;
}
.mobile-tab-bar ul {
  margin: 0;
  padding: 0;
  float: inherit;
  list-style: none;
  display: flex;
  -ms-transform: scale(0.8);
  transform: scale(0.8);
}
.mobile-tab-bar ul li {
  text-align: center;
  flex: 1 1;
  transition: all 0.5s ease;
  transition-delay: 0.3s;
  -ms-transform: scale(1);
  transform: scale(1);
}
.mobile-tab-bar ul li svg {
  display: block;
  margin: auto;
  fill: #6a6883;
  shape-rendering: geometricPrecision;
}
.mobile-tab-bar ul li span {
    display: block;
    font-size: 13px;
    line-height: 20px;
    padding-top: 0px;
}
.mobile-tab-bar ul li a {
  display: block;
  padding: 0px 0;
  text-decoration: none;
  color: #6a6883;
  transition: all 0.1s linear;
}
.mobile-tab-bar ul li a:hover {
  background: rgba(255, 255, 255, 0.05);
}
.mobile-tab-bar ul .is-page-active svg {
  fill: #42e3d0;
}
.mobile-tab-bar ul .is-page-active span {
  color: #42e3d0;
}
.mobile-tab-bar ul li:first-child {
  transition-delay: 0.25s;
}
.mobile-tab-bar ul li:nth-child(2) {
  transition-delay: 0.2s;
}
.mobile-tab-bar ul li:nth-child(3) {
  transition-delay: 0.15s;
}
.mobile-tab-bar ul li:nth-child(4) {
  transition-delay: 0.1s;
}
.mobile-tab-bar ul li:nth-child(5) {
  transition-delay: 50ms;
}
@media only screen and (min-width: 768px) {
  .mobile-tab-bar ul li {
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
@media screen and (min-width: 768px) {
  .fade-children > *, .fade:not(.fade-children) {
    opacity: 1;
    -ms-transform: translateY(50px);
    transform: translateY(50px);
    transition: opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  .fade-children.visible > *, .fade.visible {
    opacity: 1;
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
 
}
 .fade {
      opacity:1 !important;
  }
  .mobile-tab-bar ul li i {
      font-size:30px;
  }
  .la, .lab, .lad, .lal, .lar, .las {
      line-height: 1.2;
  }
  
  @media only screen and (min-width: 992px) {
 #sidebar.fixed {
   position: sticky;
    background-color: #fff;
    top: 15px;
    padding-top: 15px;
    box-shadow: 0 1px 10px #f2f2f2;
} 
}    
        
        .whatsappdis a {
                color: #fff;
    background-color: #5cb85c !important;
    border-color: #4cae4c !important;
        }
        
        @media screen and (min-width: 768px)
{
    .hidden-xl {
        display:none !important;
    }
}



.home-banner-slider .container.first-banner > * {
    padding-left: 62% !important;
    padding-right: 0% !important;
}
@keyframes marquee {
    0%   { transform: translate(0, 0); }
    100% { transform: translate(-100%, 0); }
}

.marquee {
    padding: 10px 50px 10px 50px;
}
.marquee {
    display: block;
    padding: 10px 200px 10px 200px;
    -webkit-animation: marquee 15s linear infinite;
    animation: marquee 15s linear infinite;
    background: #dd4050 !important;
    color:white;
}		
.marquee-container {
         background: #dd4050 !important;
}	
.woocommerce .products .preview-slider-item-wrapper>figure {
    background-color: #f7f7f7;
}

.marquee-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    white-space: nowrap;
    margin: 0 auto;
    overflow: hidden;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 200%;
    top: 0;
    left: 0;
    position: relative;
    z-index: 9;
    border-bottom: #000000 solid 1px;
    background-color: #ffffff;
    cursor: pointer;
}

.aciklamab h2 {
        font-family: cormorantgaramond-light,cormorantgaramond,cormorant garamond,serif !important;
        font-size: 27px !important;
        color: rgb(16,40,63) !important;
}

.sayfaimg {
    display: block;
    max-width: 100%;
    height: auto;
}



.heading {
	font-family: "Montserrat", Arial, sans-serif;
	font-size: 4rem;
	font-weight: 500;
	line-height: 1.5;
	text-align: center;
	padding: 3.5rem 0;
	color: #1a1a1a;
}

.heading span {
	display: block;
}

.gallery {
	display: flex;
	flex-wrap: wrap;
	/* Compensate for excess margin on outer gallery flex items */
	margin: -1rem -1rem;
}

.gallery-item {
	/* Minimum width of 24rem and grow to fit available space */
	flex: 1 0 24rem;
	/* Margin value should be half of grid-gap value as margins on flex items don't collapse */
	margin: 1rem;
	box-shadow: 0.3rem 0.4rem 0.4rem rgba(0, 0, 0, 0.4);
	overflow: hidden;
}

.gallery-image {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 400ms ease-out;
}

.gallery-image:hover {
	transform: scale(1.15);
}

/*

The following rule will only run if your browser supports CSS grid.

Remove or comment-out the code block below to see how the browser will fall-back to flexbox styling. 

*/

@supports (display: grid) {
	.gallery {
		display: grid;
		grid-template-columns: repeat(auto-fit, minmax(24rem, 1fr));
		grid-gap: 2rem;
	}

	.gallery,
	.gallery-item {
		margin: 0;
	}
}


@media (min-width: 1200px)
{
.containerfot {
    justify-content: space-between;
    display: flex;
}
}

.footp {
        font-size: 15px;
}
.fiyatts {
        font-size: 23px;
    color: #949494;
    font-weight: 100;
}

