@import url('https://fonts.googleapis.com/css2?family=Architects+Daughter&display=swap');
body{
    font-family: system-ui;
    font-weight: 600;
    line-height: 1.5;
    font-size: 12px;
    color: #212529;
    padding: 0px;
    margin: 0px;
        background: #fefefee6;

    -khtml-user-select:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;-o-user-select:none;user-select:none;unselectable:on;

 
}
a {
    text-decoration: none !important;
    color: #000;
}
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: .05rem solid #f2f2f2;
}

.border-b{
    border-bottom: 0px solid #f2f2f2;
}

.border-t{
    border-top: .05rem solid #f2f2f2;
}

.border-l{
    border-left: .05rem solid #f2f2f2;
}

.border-r{
    border-right: .05rem solid #f2f2f2;
}
.border-n{
    border: none !important;
}

.bg-1{background: #fff;}
.bg-2{background-image: linear-gradient(to left, #ad006b, #1d3d65);}
.bg-3{background: #fefefee6;}
.bg-4{background: #fff;}
.bg-5{}


.bg2{
    background-color: #fff;
    box-shadow: 0px 0px 2px 0 #dadee8;
    border-radius: 5px;
}

.bg3{
    background-color: #f8f8f8;
}

.box-shadow-1{
    box-shadow: 0px 1px 0px 0px #3e3e3e1f;
}

.menu1{}
.menu1 li{}
.menu1 li a{
    float: left;
    margin-right: 10px;
    padding-right: 10px;
    border-right: 1px solid #eaeaea;
}
.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: #313131;}
.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.2;

    
}
.ara-logo-menu .logo{
    width: auto;
}
.ara-logo-menu .hizli-menu{
    display: flex;
    flex: 1;
    justify-content: flex-end;
    align-items: center;

}

.ara-logo-menu .ara form{
    float: left;
    width: 70%;
    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;
}
.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: 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: 15px;
    font-weight: 400;
    color: #000;
    height: 0%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 1.5rem;
    line-height: 16px;
text-transform: uppercase;



}



.menu3 li a span:hover{
  color: #000 !important;
  font-weight: 500;




}





.menu3 li a span:after{
    content: "";
    width: 1px;
    height: 55%;
    background: #313131;
    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 #c0c0c0;
    padding: 1px;
    background: #fff;
    margin: 0 auto;
    display: block;
}
#hikaye .item span{
    float: left;
    width: 100%;
    padding: 0px 8px;
    text-align: center;
    margin-top: 5px;
    font-size: 13px;
}
#hikaye .owl-prev{
    left: -65px;
}
#hikaye .owl-next{
    right: -65px;
}


.anaslider{
    padding: 10px;
    border-radius: 20px;
}
.anaslider img{
    border-radius: 20px;
}


.urun{
    background: #fff;
    float: left;
    width: 100%;
    position: relative;
    border: 1px solid #f1ecec;
    padding: 5px 5px;
    overflow: hidden;
    border-radius: 5px;
}
.urun:hover{
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 10%);
}
.urun:hover > .kontrol{
    right: 30px;
    transition: 0.3s ease;
}
.urun a{
    float: left;
    width: 100%;
}
.urun a img{
    max-width: 100%;
    margin: 0 auto;
    display: block;
    transition-duration: 0.2s;
    transition-timing-function: linear;
}
.urun a:hover > img{
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.urun a.link{
    float: left;
    width: 100%;
    margin-top: 10px;
}
.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: 0 5px;
    border: 1px solid #cf4a4a;
    border-radius: 4px;
    margin-left: auto;
    font-size: 13px;
    font-weight: 700;
    color: #cf4a4a;
    display: inline-block;
    background-color: #fff;
    cursor: pointer;
    position: relative;
    top: 15px;
    right: 0px;
}
.urun .fiyat .guncel{
    float: left;
    width: 100%;
    color: #313131;
    font-size: 19px;
    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: system-ui;    font-weight: 100;}

.vitrin_baslik:after{
    content: '';
    position: absolute;
    left: 0%;
    top: 20px;
    border-top: 5px solid #313131;
    width: 100%;
    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: system-ui;;
}
#haftanin_urunleri{
    border-bottom: 7px solid #313131;
}


.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;
    border-left: 1px solid #b9b9b9;
    border-top: 1px solid #b9b9b9;
    border-bottom: 1px solid #b9b9b9;
    background: #ffffff;
}
.ticaret-kutu div:first-child{
    font-size: 45px;
    margin-right: 22px;
}
.ticaret-kutu div:last-child{
}
.ticaret-kutu div:last-child span{
    float: left;
    width: 100%;
    font-size: 13px;
    font-weight: 400;
    line-height: 13px;
    margin-bottom: 5px;
}
.ticaret-kutu div:last-child b{
    font-size: 13px;
    font-weight: 600;
    line-height: 18px;
    float: left;
    width: 100%;
}
.ticaret-kutu:last-child{
    border-right: 1px solid #b9b9b9;
}



.kampanyalar{}
.kampanyalar a{
    float: left;
    width: 100%;
}
.kampanyalar a img{
    border-radius: 20px;
    transition-duration: 0.1s;
    transition-timing-function: linear;
   
}
.kampanyalar a img:hover{
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
   
}



.vitrin1 .item, .vitrin2 .item{
    margin: 5px;
}

#haftanin_urunleri .urun{
    border-radius: 0px;
}


.no-border{
    border:none !important;
}

footer{
    float: left;
    width: 100%;

        background-color: #00000003;


}
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: 11px;
    transition-duration: .4s;
    font-weight: 100;
}
footer .etiket_dis ul li a:hover{
    background: #000;
    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{
   
    color: #404040;
}
.footer_menu li:first-child {
    font-weight: 700;
    font-size: 17px;
    color: #313131;
    font-weight: 300;
}
.footer_menu li {
    width: 100%;
    float: left;
    padding: 5px 0;
    color: #404040;
    font-weight: 100;
}

.footer_sosyal{}
.footer_sosyal li{
    margin-right: 10px;
    margin-bottom: 10px;

}
.footer_sosyal li a{
    color: #000;
    float: left;
    padding: 0px 3px;
    border: 1px solid #dbdce0;
    background: #fff;
    border-radius: 100px;
    font-size: 20px;
    font-weight: 100;
}
.copyright{
    float: left;
    width: 100%;
    
    background: #00000005;
    color: #404040;
}
.copyright a{
    color: #fff;
}

.adres_cubugu li a {
    color: #000;
    float: left;
}
.adres_cubugu li span {
    color: #313131;
    padding: 1px 13px;
    float: left;
}

.urun_detay{
    float: left;
    width: 100%;
    padding-bottom: 0px;
}
.urun_detay h1{
    padding: 0px;
    margin: 0px;
    font-size: 23px;
    margin-bottom: 10px;
}
.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: #313131;
}
.urun_detay .stok_kod_durum div strong.durum0{
    color: red;
}


.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: #313131;
}


.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%;
}


.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: #313131;
}

.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 #313131;
}
.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{
   
}
.kategori_sol h2{
    margin: 0px;
    padding: 0px;
    font-size: 15px;
    padding-left: 15px;
    font-weight: bold;
    margin-bottom: 10px;
}

.kategori_sol .kategoriler{
    padding-left: 15px;
    padding-right: 15px;
}
.kategori_sol .kategoriler li{
    width: 100%;
    margin-bottom: 5px;
    padding-bottom: 5px;

}
.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;
}
.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: #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;
}

#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;

}
.menu3 li .acilirdis .col-md-3{
    border-right: 0px 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: black;
    font-size: 12px;
    font-weight: 700;
}
.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: 25px;
        color: #000;
        text-align: center;
    }
    .ara-logo-menu{
        display: block;
    }
    .ara-logo-menu .ara form{
        width: 100%;
    }
    .ara-logo-menu .logo{
    margin: 0 auto;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: center;
    display: inline-block;
}
.destek{
    margin-right: 10px;
    padding-right: 10px;
}
.ara-logo-menu .hizli-menu{display: block;float: left;width: 90%;margin-bottom: 10px;margin-left: 5%;}

}


.varyantx{display: grid;}
.varyantx strong{}
.varyantx ul{}
.varyantx 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;
}
.varyantx ul li:hover{
    border: solid 2px #5cb85c;
}
.varyantx ul li.aktif{
    border: solid 2px #f27a1a;
}  