body{
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #231f20;
}

/* PADDİNG */
.plr0{
    padding-left:0px;
    padding-right:0px;
}
.plr5{
    padding-left:5px;
    padding-right:5px;
}
.pl0{
    padding-left:0px;
}
.pr0{
    padding-right:0px;
}
.pr5{
    padding-right:5px;
}
.pr50{
    padding-right: 50px;
}
.pt40{
    padding-top: 60px;
}

.mt15{
    margin-top: 15px;
}
.top-container {
    display: flex;
}
.lang-change-container {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.lang-change {
    display: flex;
    list-style-type: none;
}
.lang-change li {
    font-size: 14px;
    content: '/';
    padding: 3px;
}

.lang-change li.active a {
    color: #000;
    font-weight: 600;
}
.lang-change li a:hover {
    color: #000;
}
.lang-change li:not(:last-child)::after {
    content: '/';
    margin-left: 5px;
}

/* ANASAYFA */
.logo{
    padding: 25px 75px;
}
.logo h1{
    margin: 0;
}
.a-ustmenuler{
    text-align: center;
    margin-top: 50px;
}
.a-ustmenuler a{
    list-style: none;
    margin: 0;
    padding: 0;
    color: #231f20;
    font-size: 20px;
    text-decoration: none;
    margin: 0 15px;
    line-height: 30px;
    vertical-align: bottom;
}
.a-ustmenuler a .fa{
    cursor: pointer;
}
.a-ustmenuler a.aktifmenu{
    color: #999;
}
.a-ustmenuler a:hover{
    color: #999;
}
.a-ustmenuler a.sepet{
    width: 37px;
    height: 60px;
    display: inline-block;
    background: url(../images/sepet.png) no-repeat center;
    margin-left: 15px;
    position: relative;
}
.a-ustmenuler a.sepet:hover{
    opacity: 0.7;
}
.a-ustmenuler a.sepet span{
    width: 100%;
    position: absolute;
    color: #fff;
    bottom: 2px;
    left: 0;
    text-align: center;
    font-size: 18px;
    text-decoration: underline;
    font-style: italic;
    font-weight: 600;
}


.a-menuler{
    margin: 120px 0;
}
.a-menu{
    position: relative;
    overflow: hidden;
    padding: 0;
}
.a-menu a{
    text-decoration: none;
    color: #231f20;
}
.a-menu h2{
    font-size: 36px;
    color: #231f20;
    padding: 0;
    margin: 0;
    position: absolute;
    line-height: 40px;
    top: calc(50% - 20px);
    text-align: center;
    width: 100%;
    z-index: 10;
    transition: all .5s;
    -webkit-transition: all .5s;    
}
.a-menu:hover a h2{
    color: #666;
    transition: all .5s;
    -webkit-transition: all .5s;
}
.a-menu:hover img{
    opacity: 0.9;
}
.a-menu:hover a img{
    opacity: 0.5;
}
.a-sosyalaglar{
    text-align: center;
}
.a-sosyalaglar a{
    padding: 0;
    display: inline-block;
    border-radius: 50%;
    width: 36px;
    height: 36px;
    line-height: 38px;
    background: #231f20;
    color: #fff;
    margin: 0 5px;
}
.a-sosyalaglar a:hover{
    background: #444;
}
.a-sosyalaglar a .fa{
    font-size: 20px;
}
.a-adres{
    margin: 30px 0 65px;
    text-align: center;
    font-size: 16px;
}
.a-altbant{
    background: #999;
    height: 40px;
    line-height: 40px;
    text-align: center;
}
.a-altbant a{
    color: #fff;
    padding: 0 15px;
    position: relative;
}
.a-altbant a:after{
    content: ' ';
    width: 1px;
    height: 19px;
    background: #fff;
    position: absolute;
    right: -3px;
    top: 0;
}
.a-altbant a:last-child:after{
    display: none;
}

/* HAKKIMIZDA */
.hakkimizda{
    margin: 120px 0;
}
.hakkimizda .h-menu{
    margin-top: 30px;
}
.hakkimizda .h-menu1{
    margin-bottom: 80px;
}
.hakkimizda a{
    color: #231f20;
    text-decoration: none;
}
.hakkimizda a:hover img{
    opacity: 0.9;
}
.hakkimizda a:hover{
    color: #777;
}
.hakkimizda .h-menubaslik1{
    font-size: 20px;
    text-align: center;
    margin: 15px 0 0;
}
.hakkimizda .h-menubaslik2{
    font-size: 20px;
    text-align: center;
    margin: 0 0 15px;
}

/* BİZ KİMİZ */
.bizkimiz{
    margin: 0 0 120px;
}
.bizkimiz .bk-icerik{
    margin-top: 50px;
    padding: 0;
    font-size: 16px;
    line-height: 22px;
}
.bizkimiz .bk-icerik .bk-kisi{
    margin-bottom: 30px;
}
.bizkimiz .bk-icerik .bk-kisi img{
    float: left;
    padding: 0 15px 0 0; 
}
.bizkimiz .bk-icerik .bk-kisi:hover img{
    opacity: 0.9;
}
.bizkimiz .bk-icerik .bk-kisi h4{
    margin: 0;
    margin-bottom: 15px;
    font-size: 20px;
    color: #231f20;
    font-weight: 600;
}
.bizkimiz .bk-icerik .bk-kisi p{
    font-size: 14px;
}

/* BASIN */
.basin{
    margin: 120px 0 0;
}
.basin a{
    display: inline-block;
}
.basin img:hover{
    opacity: 0.9;
}
.basin .b-item1 img, .basin .b-item2 img, .basin .b-item3 img, .basin .b-item4 img, .basin .b-item5 img{
    max-width: 100%;
    height: auto;
    border: 1px solid #b8b8b8;
}
.basin .b-item1{
    text-align: left;
    width: 33.33333333%;
    float: left;
    margin-bottom: 120px;
}
.basin .b-item2{
    text-align: center;
    width: 33.33333333%;
    float: left;
    margin-bottom: 120px;
}
.basin .b-item3{
    text-align: right;
    width: 33.33333333%;
    float: left;
    margin-bottom: 120px;
}
.basin .b-item4{
    text-align: right;
    width: 50%;
    float: left;
    margin-bottom: 120px;
    padding-right: 60px;
}
.basin .b-item5{
    text-align: left;
    width: 50%;
    float: left;
    margin-bottom: 120px;
    padding-left: 60px;
}

/* GALERİ */
.galeri{
    margin: 120px 0 0;
}
.galeri a{
    display: inline-block;
}
.galeri .g-item{
    text-align: center;
    margin-bottom: 50px;
}
.galeri .g-item img{
    max-width: 100%;
    height: auto;
}
.galeri .g-item img:hover{
    opacity: 0.9;
}

/* ETKİNLİKLER */
.etkinlikler{
    margin: 120px 0 20px;
}
.etkinlikler .e-item1, .etkinlikler .e-item2{
    padding: 0;
    margin-bottom: 100px;
    background: #f4f4f4;
    overflow: hidden;
    color: #231f20;
}
.etkinlikler .e-item1:hover, .etkinlikler .e-item2:hover{
    background: #f9f9f9;
}
.etkinlikler .e-item1:hover .e-resim, .etkinlikler .e-item2:hover .e-resim{
    opacity: 0.9;
}
.etkinlikler .e-item1 .e-resim{
    height: 285px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.etkinlikler .e-item1 .e-yazi{
    padding: 20px 20px 20px 80px;
    height: 285px;
}
.etkinlikler .e-item1 .e-yazi .e-baslik{
    padding: 0;
    margin: 0;
    margin-bottom: 20px;
    font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.etkinlikler .e-item1 .e-yazi .e-tarih{
    font-size: 16px;
    font-weight: 600;
    padding: 0;
    margin: 0;
    margin-bottom: 15px;
}
.etkinlikler .e-item1 .e-yazi .e-icerik{
    padding: 0;
    margin: 0;
    max-height: 170px;
    overflow: hidden;
    font-size: 16px;
    line-height: 21px;
}
.etkinlikler .e-item2 .e-resim{
    height: 285px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.etkinlikler .e-item2 .e-yazi{
    padding: 20px 80px 20px 20px;
    height: 285px;
}
.etkinlikler .e-item2 .e-yazi .e-baslik{
    padding: 0;
    margin: 0;
    margin-bottom: 20px;
    font-weight: 600;
}
.etkinlikler .e-item2 .e-yazi .e-tarih{
    font-size: 16px;
    font-weight: 600;
    padding: 0;
    margin: 0;
    margin-bottom: 15px;
}
.etkinlikler .e-item2 .e-yazi .e-icerik{
    padding: 0;
    margin: 0;
    max-height: 170px;
    overflow: hidden;
    font-size: 16px;
    line-height: 21px;
}

/* GALERİ */
.koleksiyon{
    margin: 120px 0;
}

.koleksiyon .k-item1{
    padding: 0;
}
.koleksiyon .k-item1 a{
    color: #231f20;
    text-decoration: none;
}
.koleksiyon .k-item1 .k-resim{
    padding: 0;
    border: 1px solid #b8b8b8;
}
.koleksiyon .k-item1:hover .k-resim img{
    opacity: 0.9;
}
.koleksiyon .k-item1:hover .k-baslik a{
    color: #666;
}
.koleksiyon .k-item1 .k-baslik{
    position: relative;
}
.koleksiyon .k-item1 .k-baslik h3{
    text-align: center;
    padding: 0;
    font-size: 20px;
    position: absolute;
    top: 50px;
    left: 0;
    width: 100%;
}
.koleksiyon .k-item2{
    padding: 0;
    margin-left: -1px;
    margin-right: -1px;
}
.koleksiyon .k-item2 a{
    color: #231f20;
    text-decoration: none;
}
.koleksiyon .k-item2 .k-resim{
    padding: 0;
    border: 1px solid #b8b8b8;
}
.koleksiyon .k-item2:hover .k-resim img{
    opacity: 0.9;
}
.koleksiyon .k-item2:hover .k-baslik a{
    color: #666;
}
.koleksiyon .k-item2 .k-baslik{
    position: relative;
}
.koleksiyon .k-item2 .k-baslik h3{
    text-align: center;
    padding: 0;
    font-size: 20px;
    position: absolute;
    bottom: 50px;
    left: 0;
    width: 100%;
}

/* ÜRÜNLER */
.urunler{
    margin: 120px 0 60px;
}
.urunler a{
    display: inline-block;
}
.urunler .u-item1{
    padding-left: 0;
    padding-right: 40px;
    margin-bottom: 60px;
}
.urunler .u-item2{
    padding-left: 40px;
    padding-right: 0;
    margin-bottom: 60px;
}
.urunler .u-item1 img, .urunler .u-item2 img{
    max-width: 100%;
    height: auto;
    display:block;
}
.urunler .u-item1 a, .urunler .u-item2 a{
    position: relative;
}
.urunhover{
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: url(../images/urunhover.png) repeat;
    opacity: 0;
    transition: all .5s;
    -webkit-transition: all .5s;
}
.u-gizli{
    padding: 0;
    margin: 0;
    width: 100%;
    height: 50px;
    font-size: 20px;
    line-height: 25px;
    text-align: center;
    color: #231f20;
    position: absolute;
    top: calc(50% - 25px);
    font-weight: 600;
}
.urunler .u-item1 a:hover .urunhover, .urunler .u-item2 a:hover .urunhover{
    opacity: 1;
    transition: all .5s;
    -webkit-transition: all .5s;
}

/* ÜRÜN DETAY */
.urundetay{
    margin: 120px 0;
}
.urundetay .ud-icerik{
    padding-right: 0;
}
.urundetay .ud-icerik h3{
    font-size: 20px;
    font-weight: 600;
    padding: 0;
    margin: 0;
    margin-bottom: 20px;
}
.urundetay .ud-icerik h4{
    font-size: 20px;
    padding: 0;
    margin: 0;
    margin-bottom: 20px;
}
.urundetay .ud-icerik p{
    padding: 0;
    margin: 0;
    font-size: 14px;
    line-height: 18px;
}
.urundetay .ud-altresim{
    margin-top: 15px;
    padding: 0 15px 0 0;
}
.urundetay .ud-altresim img:hover{
    cursor: pointer;
    opacity: 0.8;
}
.urundetay #materyal2{
    display: none;
}
.urundetay .ud-icerik .ud-form{
    padding: 0;
    margin-top: 50px;
}
.urundetay .ud-icerik .ud-form .form-group{
    width: 100%;
    margin-bottom: 15px;
    float: left;
}
.urundetay .ud-icerik .ud-form label{
    font-weight: normal;
}
.urundetay .ud-icerik .ud-form input, .urundetay .ud-icerik .ud-form select{
    padding: 0;
    border: 1px solid #999;
    outline: 0;
    box-shadow: none;
    border-radius: 0;
    height: 25px;
    line-height: 25px;
    width: 100%;
    padding-left: 10px;
}
.urundetay .ud-icerik .ud-form input:focus, .urundetay .ud-icerik .ud-form select:focus{
    border: 1px solid #ddd;
}
.urundetay .ud-icerik .ud-form button{
    background: #231f20;
    border-radius: 0;
    height: 25px;
    line-height: 23px;
    border: 1px solid #999;
    width: 100%;
    color: #fff;
    padding: 0 5px;
    outline: 0;
    box-shadow: none;
    margin-top: 20px;
}
.urundetay .ud-icerik .ud-form button:hover{
    background: #444;
}
.urundetay .ud-icerik .siparisver{
    background: #231f20;
    border-radius: 0;
    height: 25px;
    line-height: 23px;
    border: 1px solid #999;
    width: 100%;
    color: #fff;
    padding: 0 5px;
    outline: 0;
    box-shadow: none;
}
.urundetay .ud-icerik .siparisver:hover{
    background: #444;
}

/* İLETİŞİM */
.iletisim{
    margin: 120px 0;
}

/* HESABIM */
.hesabim{
    margin: 80px 0 120px;
}
.hesabim input, .hesabim select{
    width: 100%;
    height: 40px;
    line-height: 40px;
    border: 1px solid #999;
    outline: 0;
    box-shadow: none;
    padding: 0 10px;
    font-size: 14px;
    margin-bottom: 10px;
}
.hesabim textarea{
    width: 100%;
    border: 1px solid #999;
    outline: 0;
    box-shadow: none;
    padding: 10px;
    font-size: 14px;
    margin-bottom: 10px;
    resize: none;
}
.hesabim input:focus, .hesabim select:focus, .hesabim textarea:focus{
    border: 1px solid #333;
}
.hesabim .btn{
    background: #231f20;
    border-radius: 0;
    height: 35px;
    line-height: 35px;
    color: #fff;
    padding: 0 15px;
    outline: 0;
    box-shadow: none;
    margin-top: 10px;
    float: right;
}
.hesabim .btn:hover{
    background: #444;
}
.hesabim .tab-content h4{
    margin-top: 0;
    margin-bottom: 16px;
    font-size: 22px;
}
.hesabim .adreskutu{
    padding: 10px;
    margin: 15px 0 0;
    border: 2px solid #ccc;
    border-radius: 10px;
    position: relative;
    height: 196px;
    overflow: hidden;
}
.hesabim .adreskutu h5{
    padding: 0;
    margin: 0;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
}
.hesabim .adreskutu p{
    padding: 0;
    margin: 0;
    margin-bottom: 5px;
}
.hesabim .adreskutu i.h-aguncelle{
    font-size: 18px;
    position: absolute;
    top: 10px;
    right: 31px;
    color: #b00;
}
.hesabim .adreskutu i.h-asil{
    font-size: 18px;
    position: absolute;
    top: 10px;
    right: 10px;
    color: #b00;
}
.hesabim .adreskutu i:hover{
    color: #1a1a1a;
    cursor: pointer;
}



/* SEPET */
.sepetim{
    margin: 120px 0;
}
.sepetim .urunadet{
    padding: 0;
    border: 1px solid #aaa;
    outline: 0;
    box-shadow: none;
    border-radius: 0;
    height: 25px;
    line-height: 25px;
    width: 50px;
    text-align: center;
    padding-left: 12px;
}
.sepetim .urunadet:focus{
    border: 1px solid #666;
}
.sepetim .table{
    width: 100%;
}
.sepetim .table th:first-child{
    border: none;
}
.sepetim .table tr td{
    border: none;
    padding-top: 60px;
    padding-bottom: 30px;
}
.sepetim .table tr td:first-child{
    max-width: 80px;
    padding-top: 10px;
}
.sepetim .table td a{
    color: #231f20;
}
.sepetim .table td a:hover{
    color: #000;
}
.sepetim img{
    max-width: 100%;
    height: auto;
}
.sepetim img:hover{
    opacity: 0.9;
}
.sepetim .s-genektoplam{
    text-align: right;
    font-size: 20px;
    color: #231f20;
    font-weight: 600;
    padding: 0;
    margin: 0;
    line-height: 30px;
}
.sepetim .butonlar{
    margin: 50px 0 0;
}
.sepetim .butonlar .stamamla{
    background: #231f20;
    border-radius: 0;
    height: 30px;
    line-height: 30px;
    border: 1px solid #999;
    width: 175px;
    color: #fff;
    padding: 0;
    outline: 0;
    box-shadow: none;
    margin-left: 35px;
    float: right;
}
.sepetim .butonlar .stamamla:hover{
    background: #444;
}
.sepetim .butonlar .sguncelle{
    background: #fff;
    border-radius: 0;
    height: 30px;
    line-height: 30px;
    border: 1px solid #999;
    width: 175px;
    color: #231f20;
    padding: 0;
    outline: 0;
    box-shadow: none;
    float: right;
}
.sepetim .butonlar .sguncelle:hover{
    border: 1px solid #ccc;
    color: #999;
}

.sepetim .sepetsil .fa{
    font-size: 16px;
    cursor: pointer;
}
.sepetim .sepetsil .fa:hover{
    color: #b00;
}


/* ALIŞVERİŞ ÖZETİ */
.alisverisozeti{
    margin: 120px 0;
}
.alisverisozeti .table{
    width: 100%;
}
.alisverisozeti .ao-ozet{
    background: #eee;
    padding: 25px;
}

.alisverisozeti .ao-ozet h3{
    padding: 0;
    margin: 0;
    font-weight: 600;
    margin-bottom: 15px;
}
.alisverisozeti .ao-ozet .ao-sol{
    padding: 0;
    margin-bottom: 10px;
    text-align: left;
}
.alisverisozeti .ao-ozet .ao-sag{
    padding: 0;
    margin-bottom: 10px;
    font-weight: 600;
    text-align: right;
}
.alisverisozeti .ao-ozet .ao-orta{
    padding: 0;
    margin-top: 5px;
    text-align: left;
}
.alisverisozeti .ao-ozet .ao-orta label{
    font-weight: normal;
}
.alisverisozeti .ao-ozet .ao-orta label a{
    font-weight: 600;
}
.alisverisozeti .ao-ozet .aot-sol{
    padding: 0;
    margin-top: 10px;
    margin-bottom: 30px;
    padding-top: 10px;
    text-align: left;
    border-top: 2px solid #ccc;
}
.alisverisozeti .ao-ozet .aot-sag{
    padding: 0;
    margin-top: 10px;
    margin-bottom: 30px;
    padding-top: 10px;
    font-weight: 600;
    text-align: right;
    font-size: 20px;
    border-top: 2px solid #ccc;
}

.alisverisozeti .table tr td{
    border: none;
    padding-top: 15px;
    padding-bottom: 15px;
}
.alisverisozeti .table td a{
    color: #231f20;
}
.alisverisozeti .table td a:hover{
    color: #000;
}

.alisverisozeti .s-genektoplam{
    text-align: right;
    color: #231f20;
    font-weight: 600;
    padding: 0;
    margin: 0;
    line-height: 30px;
}
.alisverisozeti .butonlar{
    margin: 20px 0 0;
    text-align: center
}
.alisverisozeti .butonlar .stamamla{
    background: #231f20;
    border-radius: 0;
    height: 30px;
    line-height: 30px;
    border: 1px solid #999;
    color: #fff;
    padding: 0 20px;
    outline: 0;
    box-shadow: none;
}
.alisverisozeti .butonlar .stamamla:hover{
    background: #444;
}
.alisverisozeti .ao-adresler{
    padding: 20px 0;
    margin-top: 50px;
    border-top: 2px solid #ddd;
}
.alisverisozeti .ao-adresler .adreskutu{
    padding: 10px;
    margin: 15px 0 0;
    border: 2px solid #ccc;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    display: none;
}
.alisverisozeti .ao-adresler .ao-yeniadresveriler{
    padding: 15px;
    margin: 15px 0 0;
    border: 2px solid #ccc;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    text-align: center;
    display: none;
}
.alisverisozeti .ao-adresler .ao-yeniadresveriler h4{
    margin-top: 0;
    margin-bottom: 15px;
    text-align: center;
}
.alisverisozeti .ao-adresler .ao-yeniadresveriler textarea{
    width: 100%;
    resize: none;
    padding: 5px 10px;
    margin-bottom: 5px;
}
.alisverisozeti .ao-adresler .ao-yeniadresveriler .kaydet{
    background: #231f20;
    border-radius: 0;
    height: 30px;
    line-height: 30px;
    border: 1px solid #999;
    color: #fff;
    padding: 0 20px;
    outline: 0;
    box-shadow: none;
}
.alisverisozeti .ao-adresler .ao-yeniadresveriler .kaydet:hover{
    background: #231f20;
    border-radius: 0;
    height: 30px;
    line-height: 30px;
    border: 1px solid #999;
    color: #fff;
    padding: 0 20px;
    outline: 0;
    box-shadow: none;
}
.alisverisozeti .ao-adresler .adreskutu h5{
    padding: 0;
    margin: 0;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
}
.alisverisozeti .ao-adresler .adreskutu p{
    padding: 0;
    margin: 0;
    margin-bottom: 5px;
}
.alisverisozeti .ao-adresler select, .alisverisozeti .ao-adresler input{
    width: 100%;
    height: 30px;
    line-height: 30px;
    border: 1px solid #999;
    outline: 0;
    box-shadow: none;
    padding: 0 10px;
    font-size: 14px;
    margin-bottom: 10px;
}
.alisverisozeti .ao-adresler .ao-yeniadres{
    background: #231f20;
    border-radius: 0;
    height: 30px;
    line-height: 30px;
    border: 1px solid #999;
    color: #fff;
    padding: 0 10px;
    outline: 0;
    box-shadow: none;
    margin-bottom: 10px;
}
.alisverisozeti .ao-adresler .ao-yeniadres:hover{
    background: #444;
}

.alisverisozeti .ao-sozlesmeler{
    padding: 20px 0;
    margin-top: 50px;
    border-top: 2px solid #ddd;
    display: none;
}
.alisverisozeti .ao-sozlesmeler .ao-onbilgilendirme{
    height: 300px;
    overflow-y: scroll;
    padding: 0;
    margin-bottom: 30px;
}
.alisverisozeti .ao-sozlesmeler .ao-mesafelisatis{
    height: 300px;
    overflow-y: scroll;
    padding: 0;
}
.alisverisozeti .odeme{
    padding-right: 50px;
}
.alisverisozeti .odeme select{
    width: 100%;
    height: 40px;
    line-height: 40px;
    border: 1px solid #999;
    outline: 0;
    box-shadow: none;
    padding: 0 10px;
    font-size: 14px;
    margin-bottom: 10px;
}
.alisverisozeti .odeme select:focus{
    border: 1px solid #333;
}
.alisverisozeti .odeme .havale{
    padding: 20px;
    border: 1px solid #ccc;
    display: none;
}
.alisverisozeti .odeme .havale h4{
    margin: 0;
    margin-bottom: 15px;
}
.alisverisozeti .odeme .havale p{
    padding: 0;
    margin: 0;
}
.alisverisozeti .odeme .havale select{
    width: 100%;
    height: 30px;
    line-height: 30px;
    border: 1px solid #999;
    outline: 0;
    box-shadow: none;
    padding: 0 10px;
    font-size: 14px;
    margin-bottom: 10px;
}
.alisverisozeti .odeme .havale select:focus{
    border: 1px solid #333;
}

.alisverisozeti .odeme .kredikarti{
    padding: 20px;
    border: 1px solid #ccc;
    display: none;
}
.alisverisozeti .odeme .kredikarti h4{
    margin: 0;
    margin-bottom: 15px;
}
.alisverisozeti .odeme .kredikarti p{
    padding: 0;
    margin: 0;
}
.alisverisozeti .odeme .kredikarti .form-group{
    margin: 0;
}
.alisverisozeti .odeme .kredikarti label{
    font-weight: normal;
}
.alisverisozeti .odeme .kredikarti img{
    height: 30px;
    width: 55px;
    vertical-align: middle;
}
.alisverisozeti .odeme .kredikarti select, .alisverisozeti .odeme .kredikarti input{
    width: 100%;
    height: 30px;
    line-height: 30px;
    border: 1px solid #999;
    outline: 0;
    box-shadow: none;
    padding: 0 10px;
    font-size: 14px;
    margin-bottom: 10px;
}
.alisverisozeti .odeme .kredikarti select:focus, .alisverisozeti .odeme .kredikarti input:focus{
    border: 1px solid #333;
}

.alisverisozeti .odeme .kredikarti .otamamla, .alisverisozeti .ao-ozet .siparisonayla{
    background: #231f20;
    border-radius: 0;
    height: 30px;
    line-height: 30px;
    border: 1px solid #999;
    color: #fff;
    padding: 0 20px;
    outline: 0;
    box-shadow: none;
    margin-top: 30px;
}
.alisverisozeti .odeme .kredikarti .otamamla:hover, .alisverisozeti .ao-ozet .siparisonayla:hover{
    background: #444;
}


/* GİRİŞ YAP */
.modalgiris {
    width: 400px;
    margin: 10% auto;
}
#siparisver .modalgiris{
    margin-top: 80px!important;
}
.modalgiris .modal-content {
    box-shadow: none;
    border-radius: 0;
    padding: 25px;
    text-align: center;
}
.modalgiris .modal-content .modalbaslik{
    font-size: 36px;
    color: #231f20;
    font-weight: bold;
    margin-bottom: 20px;
    line-height: 40px;
}
.modalgiris .modal-content .modaluyari{
    font-size: 14px;
    color: #b00;
    font-weight: bold;
    display: none;
}
.modalgiris .modal-content .modalicerik .m-satir{
    margin-top: 15px;
}
.modalgiris .modal-content .modalicerik .m-uogiris{
    border-top: 2px solid #ddd;
    margin-top: 30px;
    padding-top: 10px;
}
.modalgiris .modal-content .modalicerik .m-satir input, .modalgiris .modal-content .modalicerik .m-satir select{
    width: 100%;
    height: 40px;
    line-height: 40px;
    border: 1px solid #999;
    outline: 0;
    box-shadow: none;
    padding: 0 0 0 10px;
    font-size: 14px;
}
.modalgiris .modal-content .modalicerik .m-satir input[type="checkbox"]{
    height: 20px;
    float: left;
    width: 20px;
}
.modalgiris .modal-content .modalicerik .m-satir label{
    margin: 0;
    margin-top: 4px;
    margin-left: -55px;
    font-weight: normal;
}
#siparisver .m-satir label{
    margin: 0!important;
    font-weight: bold!important;
    width: 100%;
    text-align: right;
    line-height: 40px;
}
#siparisver .modal-content{
    padding: 10px;
}
#siparisver .modal-urun{
    margin: 30px 0 0;
    border: 1px solid #bbb;
    padding: 15px;
}
#siparisver .modal-content, #siparisver .modal-body, #siparisver .modalicerik{
    float: left;
    width: 100%;
}
#siparisver .modal-urunaciklama{
    padding-right: 0;
    text-align: right;
}
#siparisver .modal-urunaciklama h2{
    margin-top: 0;
    font-weight: 600;
}
#siparisver .modal-urunaciklama p, #siparisver .modal-urunaciklama span{
    font-size: 14px;
    font-weight: normal;
    cursor: auto;
    line-height: 18px;
}
#siparisver .m-satir{
    float: left;
    width: 100%;
}
#siparisver .modaluyari{
    font-size: 18px;
}

.modalgiris .modal-content .modalicerik .m-satir label a{
    font-size: 14px;
}
.modalgiris .modal-content .modalicerik span{
    color: #231f20;
    font-weight: 600;
    font-size: 16px;
    cursor: pointer;
}
.modalgiris .modal-content .modalicerik .btn{
    background: #231f20;
    border-radius: 0;
    height: 40px;
    line-height: 40px;
    border: 1px solid #999;
    width: 175px;
    color: #fff;
    padding: 0;
    outline: 0;
    box-shadow: none;
    font-size: 16px;
    margin-top: 10px;
}
.modalgiris .modal-content .modalicerik .btn:hover{
    background: #444;
}




/* GENEL */
.bulunamadi{
    display: block;
    margin: 20px 5px;
    font-size: 16px;
    color: #1a1a1a;
    font-weight: 600;
    text-align: center
}
.sepetuyari{
    text-align:center;
    padding-bottom:15px;
    margin-bottom: 40px;
    border: 2px solid #b00;
}
.siteyolu{
    margin: 40px 0;
    position: relative;
    text-align: center;
}
.siteyolu a{
    font-size: 18px;
    color: #999;
    text-decoration: none;
    margin: 20px 0 0;
    display: inline-block;
    padding: 0 10px;
    position: relative;
}
.siteyolu a:before{
    content: '//';
    position: absolute;
    left: -9px;
    color: #999;    
}
.siteyolu a:first-child:before{
    display: none;    
}
.siteyolu a:hover{
    color: #231f20;
}
.siteyolu:before{
    content: '';
    width: 50%;
    left: 25%;
    height: 2px;
    background: #bbb;
    position: absolute;
}
::-webkit-input-placeholder {
    color: #aaa;
}
::-moz-placeholder {
    color: #aaa;
}
:-ms-input-placeholder {
    color: #aaa;
}
:-moz-placeholder {
    color: #aaa;
}
.pasiflink {
    pointer-events: none;
    cursor: default;
    color: #aaa
}
.icerik{
    margin: 120px 0;
}


/* RESPONSİVE*/
@media (min-width: 768px) and (max-width: 991px) {
    .logo {
        padding: 25px;
    }
    .a-menuler {
        margin: 20px 0;
    }
    .a-menu h2{
        font-size: 30px;
        top: calc(50% - 15px);
    }
    .a-adres {
        margin: 30px 0 20px;
    }
    .a-ustmenuler{
        margin-top: 10px;
    }
    .siteyolu {
        margin: 20px 0;
    }
    .siteyolu a{
        font-size: 16px;
        margin: 10px 0 20px;
    }
    .basin {
        margin: 20px 0 0;
    }
    .basin .b-item1{
        padding-right: 2%;
        width: 33.33333333%;
        margin-bottom: 20px;
    }
    .basin .b-item2{
        padding-right: 1%;
        padding-left: 1%;
        width: 33.33333333%;
        margin-bottom: 20px;
    }    
    .basin .b-item3{
        padding-left: 2%;
        width: 33.33333333%;
        margin-bottom: 20px;
    }
    .basin .b-item4{
        margin-bottom: 20px;
        padding-right: 1.5%;
    }
    .basin .b-item5{
        margin-bottom: 20px;
        padding-left: 1.5%;
    }
    .a-ustmenuler a {
        font-size: 18px;
        text-decoration: none;
        margin: 0 8px;
        line-height: 30px;
        vertical-align: bottom;
    }
    .bizkimiz {
        margin: 0 0 60px;
    }
    .bizkimiz .bk-icerik {
        margin-top: 20px;
        font-size: 14px;
        line-height: 18px;
    }
    .bizkimiz .bk-icerik .bk-kisi>div {
        padding: 0;
    }
    .bizkimiz .bk-icerik .bk-kisi {
        margin-top: 40px;
        margin-bottom: 0;
        padding: 0;
    }
    .etkinlikler {
        margin: 20px 0;
    }
    .etkinlikler .e-item1 .e-resim, .etkinlikler .e-item2 .e-resim {
        height: 230px;
    }
    .etkinlikler .e-item1, .etkinlikler .e-item2{
        margin-bottom: 50px;
    }
    .etkinlikler .e-item1 .e-yazi .e-baslik, .etkinlikler .e-item2 .e-yazi .e-baslik{
        margin-bottom: 10px;
    }
    .etkinlikler .e-item1 .e-yazi .e-tarih, .etkinlikler .e-item2 .e-yazi .e-tarih{
        margin-bottom: 5px;
    }
    .etkinlikler .e-item1 .e-yazi, .etkinlikler .e-item2 .e-yazi {
        padding: 15px;
        height: 230px;
    }
    .etkinlikler .e-item1 .e-yazi .e-icerik, .etkinlikler .e-item2 .e-yazi .e-icerik {
        max-height: 145px;
        font-size: 14px;
        line-height: 18px;
    }    
    .galeri {
        margin: 20px 0 0;
    }
    .galeri .g-item {
        margin-bottom: 30px;
    }
    .hakkimizda {
        margin: 20px 0;
    }
    .hakkimizda .h-menu1 {
        margin-bottom: 30px;
    }
    .iletisim {
        margin: 30px 0;
    }
    .iletisim iframe{
        height: 450px;
    }
    .koleksiyon {
        margin: 30px 0;
    }
    .sepetim {
        margin: 30px 0;
    }
    .alisverisozeti {
        margin: 30px 0;
    }
    .urundetay{
        margin: 20px;
    }
    .urundetay .ud-icerik .ud-form label{
        margin-bottom: 5px;
    }
    .urundetay .ud-form .plr5{
        padding-left: 0;
    }
    .urunler {
        margin: 20px 0 0;
    }
    .urunler .u-item1{
        padding-right: 20px;
        margin-bottom: 40px;
    }
    .urunler .u-item2 {
        padding-left: 20px;
        margin-bottom: 40px;
    }
    .urunler .urunhover{
        opacity: 1;
        top: auto;
        bottom: 0;
        height: 80px;
    }
    .urunler .urunhover .u-gizli{
        bottom: 15px;
        top: auto;
    }
    .hesabim {
        margin: 20px 0;
    }
    .icerik {
        margin: 20px 0;
    }

}



@media (max-width: 767px) {
    .logo {
        padding: 25px 50px;
    }
    .lang-change li {
        font-size: 12px;
    }
    .a-altbant a{
        padding: 0 10px;
    }
    .a-menuler {
        margin: 10px 0;
    }
    .a-menu h2{
        font-size: 20px;
        top: calc(50% - 10px);
    }
    .a-adres {
        margin: 30px 0 10px;
    }
    .basin .b-item1, .basin .b-item2, .basin .b-item3, .basin .b-item4, .basin .b-item5{
        padding: 0 1%;
        width: 50%;
        margin-bottom: 2%;
    }
    .a-ustmenuler {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        text-align: center;
        margin-top: 10px;
    }
    .a-ustmenuler a {
        font-size: 16px;
        text-decoration: none;
        margin: 0 7px;
        line-height: 30px;
        vertical-align: bottom;
    }
    .siteyolu {
        margin: 20px 0 10px;
    }
    .siteyolu a{
        font-size: 16px;
        margin: 10px 0 20px;
    }
    .basin {
        margin: 10px 0 0;
    }
    .bizkimiz {
        margin: 0 0 20px;
    }
    .bizkimiz .bk-icerik {
        margin-top: 20px;
        font-size: 14px;
        line-height: 18px;
    }
    .bizkimiz .bk-icerik .bk-kisi>div {
        padding: 0;
    }
    .bizkimiz .bk-icerik .bk-kisi {
        margin-top: 40px;
        margin-bottom: 0;
        padding: 0;
    }
    .bizkimiz .bk-icerik .bk-kisi img{
        max-width: 120px;
        height: auto;
        padding-bottom: 5px;
    }
    .etkinlikler {
        margin: 10px 0;
    }

    .etkinlikler .e-item1, .etkinlikler .e-item2{
        margin-bottom: 40px;
    }
    .etkinlikler .e-item1 .e-yazi .e-baslik, .etkinlikler .e-item2 .e-yazi .e-baslik{
        margin-bottom: 10px;
    }
    .etkinlikler .e-item1 .e-yazi .e-tarih, .etkinlikler .e-item2 .e-yazi .e-tarih{
        margin-bottom: 5px;
    }
    .etkinlikler .e-item1 .e-yazi, .etkinlikler .e-item2 .e-yazi {
        padding: 15px;
        height: 240px;
    }
    .etkinlikler .e-item1 .e-yazi .e-icerik, .etkinlikler .e-item2 .e-yazi .e-icerik {
        max-height: 145px;
        font-size: 14px;
        line-height: 18px;
    }
    .galeri {
        margin: 10px 0 0;
    }
    .galeri .g-item {
        margin-bottom: 10px;
        padding: 0 5px;
    }
    .hakkimizda {
        margin: 30px 0 20px;
    }
    .hakkimizda .h-menu1 {
        margin-bottom: 30px;
    }
    .iletisim {
        margin: 20px 0;
    }
    .iletisim iframe{
        height: 400px;
    }
    .koleksiyon {
        margin: 20px 0;
    }
    .koleksiyon .k-item1 .k-baslik h3{
        top: 0;
    }
    .koleksiyon .k-item2 .k-baslik h3{
        bottom: 0;
    }
    .koleksiyon .k-item1 .k-baslik, .koleksiyon .k-item2 .k-baslik{
        height: 105px!important;
    }
    .sepetim {
        margin: 30px 0;
    }
    .sepetim .table thead th:first-child{
        display: none;
    }
    .sepetim .table tbody tr td:first-child{
        display: none;
    }
    .sepetim .table tr td {
        padding-top: 10px;
        padding-bottom: 20px;
    }
    .sepetim .s-genektoplam{
        font-size: 18px;
    }
    .sepetim .butonlar {
        margin: 40px 0 0;
        padding: 0;
    }
    .sepetim .butonlar .stamamla {
        width: 46%;
        margin-left: 0;
        margin: 0 2%;
    }
    .sepetim .butonlar .sguncelle {
        width: 46%;
        margin-right: 0;
        margin: 0 2%;
    }
    .alisverisozeti {
        margin: 30px 0;
    }
    .urundetay{
        margin: 10px;
    }
    .urundetay .pl0{
        padding-right: 0;
    }
    .urundetay .ud-altresim {
        padding: 0 10px 0 0;
    }
    .urundetay .ud-icerik {
        padding-left: 0;
        margin-top: 30px;
    }
    .urundetay .ud-icerik .ud-form {
        margin-top: 30px;
    }
    .urunler {
        margin: 10px 0 0;
    }
    .urunler .u-item1{
        padding-right: 5px;
        margin-bottom: 10px;
    }
    .urunler .u-item2 {
        padding-left: 5px;
        margin-bottom: 10px;
    }
    .urunler .urunhover{
        opacity: 1;
        top: auto;
        bottom: 0;
        height: 55px;
    }
    .urunler .urunhover .u-gizli{
        bottom: 5px;
        top: auto;
        height: auto;
        font-size: 13px;
        line-height: 16px;
    }
    .modalgiris {
        width: 320px;
        margin: 10% auto;
    }
    .modalgiris .modal-content {
        box-shadow: none;
        border-radius: 0;
        padding: 15px;
        text-align: center;
    }
    .modalgiris .modal-content .modalbaslik {
        font-size: 24px;
    }
    .modalgiris .modal-content .modalicerik .m-satir label {
        margin-left: 0;
    }
    .hesabim {
        margin: 30px 0 20px;
    }
    .icerik {
        margin: 10px 0;
    }
    .hesabim-menuler{
        padding: 15px;
        border: 1px solid #bbb;
        margin-bottom: 20px;
    }
    .h-siparislistesi{
        padding: 0;
    }
	#siparisver .modal-content {
		padding: 0px;
	}
	#siparisver .modalgiris {
		margin-top: 15px!important;
	}
	#siparisver .modal-urunaciklama{
		padding:0;
		text-align:left;
	}
	#siparisver .modal-urunaciklama h2{
		font-size: 24px;
	}

}
@media (max-width: 500px) {
    .logo {
        padding: 25px 40px;
    }
    .lang-change li {
        font-size: 11px;
    }
}
@media (max-width: 400px) {
    .logo {
        padding: 25px 30px;
    }
    .lang-change li {
        font-size: 10px;
    }
}