@charset "UTF-8"; @import url('https://fonts.googleapis.com/css2?family=Cabin:ital,wght@0,400;0,500;0,700;1,400;1,500;1,600&display=swap'); /* fallback */
@font-face {
    font-family: 'Material Icons';
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/materialicons/v126/flUhRq6tzZclQEJ-Vdg-IuiaDsNcIhQ8tQ.woff2) format('woff2');
}

.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
}

body {
    background: #fff;
    margin: 0;
    padding: 0;
    font-family: 'Cabin', sans-serif;
    font-size: 12px;
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px white inset !important;
}

li, ul {
    list-style: none;
    margin: 0;
    padding: 0;
    outline: none
}

h1 {
    font-weight: normal
}

a {
    text-decoration: none;
    color: #0f0f0f;
    outline: none
}

input, textarea {
    outline: none;
    border: 0;
    border-radius: 6px;
}

select {
    outline: none;
    border-radius: 5px;
}

option {
    color: #000
}

header {
    position: relative;
    height: auto;
}

.BottomKrediKartlariImg {
    height: 21px;
    width: auto;
    position: relative;
    top: 5px;
}

.Iptal {
    display: none;
}

.kapali {
    left: -2005px;
}

.UyeIslemleri, .UyeIslemleriHide {
    max-width: 880px;
    width: 100%;
    float: left;
    height: 58px;
    position: relative;
}

.UyeIslemleriHide {
    visibility: hidden;
}

.AramaCesitleri {
    position: relative;
    max-width: 500px;
    float: left;
    width: 100%;
}

.arama-link {
    width: 170px;
    height: 50px;
    top: 0;
    cursor: pointer;
    right: 0;
    z-index: 999;
    position: absolute;
    background: #F7F6F6;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.6s all;
}

.arama-link:hover {
    background: #d7d7d7;
}

.arama-link:after {
    content: 'search';
    z-index: 9;
    margin: 0 auto;
    position: relative;
    top: 0;
    font-family: "Material Icons";
    font-size: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #d00211;
}

.AnaSayfaKullaniciGirisButonlar {
    max-width: 235px;
    width: 235px;
    position: relative;
    float: left;
    box-sizing: border-box;
    padding: 48px 0 0 15px;
    height: 111px;
    margin-left: 60px;
}

.AnaSayfaKullaniciGirisYapButonLink {
    text-decoration: none;
    float: left;
    margin: 0 2px 0 0;
}

.AnaSayfaKullaniciGirisYapButon {
    background: transparent;
    width: 80px;
    height: 50px;
    box-sizing: border-box;
    font-size: 15px;
    font-weight: bold;
    color: #000;
    display: flex;
    align-items: center;
    padding: 0;
    border-right: 1px dotted #000;
}

.AnaSayfaKullaniciUyeOlButonLink {
    text-decoration: none;
    float: none;
    margin: 0;
}

.AnaSayfaKullaniciUyeOlButon {
    background: transparent;
    width: 100px;
    height: 50px;
    box-sizing: border-box;
    font-size: 15px;
    font-weight: bold;
    color: #000;
    padding: 0;
    float: none;
    display: flex;
    align-items: center;
}

#logo {
    float: left;
    width: 240px;
    height: 125px;
    position: relative;
}

.SepetBaslik:before {
    content: 'shopping_basket';
    font-family: 'Material Icons';
    font-size: 26px;
    color: #d00211;
    background-color: #fff;
    height: 40px;
    width: 40px;
    border-radius: 50px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 1s all;
}

.SepetBaslik:hover:before {
    background: #dadada;
    color: #000;
}

.SepetIkon {
    position: relative;
    top: 2px;
}

.SepetUstRakam {
    color: #000;
    height: 22px;
    text-align: center;
    width: 22px;
    font-size: 12px;
    float: none;
    box-sizing: border-box;
    padding: 0;
    position: absolute;
    top: 0;
    left: 39px;
    background: hsl(0deg 0% 0% / 69%);
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.SepetYukleniyor {
    background-position: 0;
}

.Content {
    max-width: 1260px;
    margin: 0 auto;
    background-color: #fff;
    box-sizing: border-box;
    overflow: initial;
    padding: 0;
    min-height: auto;
}

#MenuUyeKullanici {
    width: auto;
    float: right;
    max-height: 58px;
    min-width: 340px;
}

.MenuUyeKullanici-Giris {
    min-width: 100px;
    font-weight: bold;
    font-size: 12px;
    margin-right: 20px;
    padding-top: 20px;
    height: 16px;
    position: relative;
    float: right;
}

.MenuUyeKullanici-GirisYap {
    display: inline-block;
    background: url(../img/girisyap.png) no-repeat;
    padding-left: 18px;
}

.MenuUyeKullanici-UyeOl {
    display: inline-block;
    background: url(../img/kayitol.png) no-repeat;
    padding-left: 22px;
    margin-left: 10px;
}

.MenuUyeKullanici-Unvan {
    float: left;
    margin-top: 9px;
}

.MenuUyeKullanici-TelBaslik, .MenuUyeKullanici-TelBaslikHide {
    position: absolute;
    left: 20px;
    top: 12px;
    font-size: 14px;
    color: #fff;
    display: none;
}

.MenuUyeKullanici-TelNumara {
    font-weight: bold;
    padding-left: 9px;
    display: inline-block;
}

.YeniUyelikLogin {
    float: right;
}

.YeniUyelikBtn {
    float: right;
}

.YeniUyelikBtnLink {
    float: left;
    background: url(../img/YeniUyeIkon.png) 10px 6px no-repeat #f13400;
    padding: 5px 12px 5px 44px;
    color: #fff;
    font-size: 11px;
    height: 15px;
    padding-top: 7px;
    font-weight: bold;
    border-bottom: 3px solid #c32a00;
}

.KullanicilarKarsilamaLabel {
    color: #000000;
}

.KullanicilarKarsilamaLoginLink {
    background: url(../img/uyegirisikon.png) 0 2px no-repeat;
    padding-right: 5px;
    padding-left: 17px;
}

.KullanicilarKarsilamaLoginLink:hover {
    text-decoration: underline;
}

.KullanicilarKarsilamaUyeOlLink {
    background: url(../img/uyeolikontepe.png) 0 1px no-repeat;
    padding-left: 18px;
    margin-left: 7px;
}

.KullanicilarKarsilamaUyeOlLink:hover {
    text-decoration: underline;
}

.UyeHizliMenuBaslik {
    font-weight: normal;
    color: #0F0F0F;
    font-size: 11px;
}

.MenuUyeKullaniciKarsilamaYazi {
    float: left;
    padding-top: 9px;
    padding-right: 5px;
}

.MenuUyeKullanici-AdSoyad {
    float: left;
    padding-top: 7px;
    padding-right: 10px;
    font-weight: bold;
}

.KullanicilarAd {
    float: left;
    padding-top: 8px;
    padding-right: 2px;
    font-weight: bold;
    color: #000000;
}

.KullanicilarSoyad {
    float: left;
    padding-top: 8px;
    font-weight: bold;
    color: #000000;
}

.KullanicilarUnvan {
    float: left;
    padding-top: 8px;
    padding-right: 10px;
    font-weight: bold;
    color: #000000;
    margin-left: 7px;
}

.MenuUyeKullaniciMenu {
    border-left: 0px;
}

.MenuUyeKullaniciMenu-Liste > li:first-child {
    width: 100%;
    color: transparent;
    font-size: 15px;
    font-weight: normal;
    cursor: pointer;
    height: 70px;
    line-height: 22px;
}

.MenuUyeKullaniciMenu-Liste > li:first-child:after {
    content: 'Profilim';
    display: block;
    color: #fff;
    position: absolute;
    top: 46px;
    left: 0;
    right: 0;
    text-align: center;
}

.MenuUyeKullaniciMenu-Liste > li:first-child:before {
    content: 'account_circle';
    font-family: 'Material Icons';
    font-size: 25px;
    color: #d00211;
    background-color: #fff;
    height: 40px;
    width: 40px;
    border-radius: 50px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 1s all;
}

.MenuUyeKullaniciMenu-Liste > li:first-child:hover:before {
    background: #dadada;
    color: #000;
}

.MenuUyeKullaniciWrap {
    position: absolute;
    right: 200px;
    top: 3px;
    color: #000;
}

.UyeHizliMenu {
    background: #fff;
    position: absolute;
    z-index: 9999;
    width: 160px;
    padding: 0;
    border-radius: 8px;
    box-shadow: 0 0 6px rgb(0 0 0 / 51%);
    margin-top: 0;
    right: 0;
    top: 70px;
    transition: all 0.5s ease;
    visibility: initial;
    display: none;
}

.UyeHizliMenuAlt a {
    color: #4A4A4A;
}

.UyeHizliMenuAlt:hover {
    background: transparent;
}

.UyeHizliMenuAlt a:hover {
    background: transparent;
    color: red;
}

.UyeHizliMenuAlt:last-child:hover {
    border: 0;
}

.UyeHizliMenuAlt:nth-child(4) {
    display: none;
}

.siparis-destek-uye {
    position: absolute;
    top: 57px;
    z-index: 10;
    display: none;
}

.siparis-destek-ziyaretci {
    position: relative;
    z-index: 10;
}

.MarkaListe {
    width: 200px;
    height: 27px;
    overflow: hidden;
    background: url(../img/selectmenuok.png) 170px 13px no-repeat #bc0000;
    float: left;
    border-bottom: 3px solid #9b0000;
    margin-top: 5px;
}

.KategoriListe {
    width: 200px;
    height: 27px;
    overflow: hidden;
    background: url(../img/selectmenuok.png) 170px 13px no-repeat #bc0000;
    float: left;
    border-bottom: 3px solid #9b0000;
    margin-left: 10px;
    margin-top: 5px;
}

#menu-button {
    display: none;
}

.MarkaListeUst {
    width: 220px;
    height: 26px;
    padding: 6px 4px 4px 8px;
    border: none;
    background-color: transparent;
    -webkit-appearance: none;
    color: #fff;
    font-size: 12px;
    cursor: pointer;
}

.KategoriListeUst {
    width: 222px;
    height: 26px;
    padding: 6px 4px 4px 8px;
    border: none;
    background-color: transparent;
    -webkit-appearance: none;
    color: #fff;
    font-size: 12px;
    cursor: pointer;
}

.KategoriListeUst-AltList {
    background: #fff !important;
    color: #000
}

.MarkaListeUst option {
    background: #fff !important;
    color: #000
}

.KategoriListeUst option {
    background: #fff !important;
    color: #000
}

.AcilirMenuOk {
    position: relative;
    bottom: 1px;
    left: 3px;
}

ul.MenuUstListe {
    padding: 0;
    border-right: none;
    clear: both;
    margin: 0;
    width: 180px;
    box-shadow: 0 3px 6px #888888;
    border-radius: 6px;
    position: relative;
    z-index: 100000;
    top: 52px;
    background: #fff;
    display: flex;
    flex-direction: column;
}

.tum-urunler a {
    color: #fff;
    font-size: 14px;
    text-align: center;
    width: 100%;
    height: 100%;
    cursor: pointer;
    display: block;
}

.body .is-active {
    display: block;
}

.body .MenuUstListe .MenuUstAlt {
    left: 215px;
}

#page .MenuUstListe.hover {
    display: block
}

a.MenuUstLink:hover {
    background: #cfcfcf;
    color: #d00211 !important;
}

.MenuUstListe .MenuUstListeDetay:nth-child(2) img , .MenuUstListe .MenuUstListeDetay:nth-child(3) img, .MenuUstListe .MenuUstListeDetay:nth-child(4) img, .MenuUstListe .MenuUstListeDetay:nth-child(5) img, .MenuUstListe .MenuUstListeDetay:nth-child(6) img, .MenuUstListe .MenuUstListeDetay:nth-child(7) img, .MenuUstListe .MenuUstListeDetay:nth-child(8) img, .MenuUstListe .MenuUstListeDetay:nth-child(9) img, .MenuUstListe .MenuUstListeDetay:nth-child(10) img, .MenuUstListe .MenuUstListeDetay:nth-child(11) img, .MenuUstListe .MenuUstListeDetay:nth-child(12) img, .MenuUstListe .MenuUstListeDetay:nth-child(13) img, .MenuUstListe .MenuUstListeDetay:nth-child(14) img {
    position: absolute;
    right: 30px;
    top: 22px;
    background: #efefef;
    padding: 10px;
    border-radius: 10px;
    height: 83px;
    width: 100px;
    transition: 0.3s all;
}

/*Menu 2*/
.MenuUstListe .MenuUstListeDetay:nth-child(2) ul li:nth-child(1) img {
    right: 63%;
}

.MenuUstListe .MenuUstListeDetay:nth-child(2) ul li:nth-child(2) img {
    right: 50%;
}

.MenuUstListe .MenuUstListeDetay:nth-child(2) ul li:nth-child(3) img {
    right: 37%;
}

.MenuUstListe .MenuUstListeDetay:nth-child(2) ul li:nth-child(4) img {
    right: 37%;
    top: 30%;
}

.MenuUstListe .MenuUstListeDetay:nth-child(2) ul li:nth-child(5) img {
    right: 63%;
    top: 30%;
}

.MenuUstListe .MenuUstListeDetay:nth-child(2) ul li:nth-child(6) img {
    right: 50%;
    top: 30%;
}

.MenuUstListe .MenuUstListeDetay:nth-child(2) ul li:nth-child(7) img {
    right: 1%;
    top: 21px;
    height: auto;
    width: 145px;
    padding: 37px 12px;
}

.MenuUstListe .MenuUstListeDetay:nth-child(2) ul li:nth-child(8) img {
    right: 19%;
    top: 21px;
    width: 145px;
    height: auto;
    padding: 37px 12px;
}

/*Menu 2*/
/*Menü Big Görsel for Menu2*/
.MenuUstListe .MenuUstListeDetay:nth-child(2) ul li:nth-child(9) {
    position: absolute;
    background: #e6e6e6;
    width: 184px;
    height: 225px;
    right: 15%;
    border-radius: 10px;
    top: 22px;
}

.MenuUstListe .MenuUstListeDetay:nth-child(2) ul li:nth-child(9) a {
    color: #4a4a4a;
    font-size: 14px;
    text-align: center;
    padding: 0;
}

.MenuUstListe .MenuUstListeDetay:nth-child(2) ul li:nth-child(9) a img {
    width: 152px;
    margin-top: 25px;
    mix-blend-mode: darken;
    right: 5px;
    height: auto;
}

/*Menü Big Görsel for Menu1*/
/*Menu 3*/
/*Menu 3*/
/*Menu 3*/
/*Menu 3*/
/*Menu 3*/
/*Menu 3*/
/*Menu 3*/
.MenuUstListe .MenuUstListeDetay:nth-child(3) ul li:nth-child(1) img {
    right: 63%;
}

.MenuUstListe .MenuUstListeDetay:nth-child(3) ul li:nth-child(2) img {
    right: 50%;
}

.MenuUstListe .MenuUstListeDetay:nth-child(3) ul li:nth-child(3) img {
    right: 37%;
}

.MenuUstListe .MenuUstListeDetay:nth-child(3) ul li:nth-child(4) img {
    right: 63%;
    top: 30%;
}

.MenuUstListe .MenuUstListeDetay:nth-child(3) ul li:nth-child(5) img {
    right: 50%;
    top: 30%;
}

.MenuUstListe .MenuUstListeDetay:nth-child(3) ul li:nth-child(6) img {
    right: 37%;
    top: 30%;
}

.MenuUstListe .MenuUstListeDetay:nth-child(3) ul li:nth-child(7) img {
    right: 25%;
    top: 55%;
    width: auto;
    height: 90px;
    padding: 7px 62px;
}

.MenuUstListe .MenuUstListeDetay:nth-child(3) ul li:nth-child(8) img {
    right: 1%;
    top: 55%;
    width: auto;
    height: 90px;
    padding: 7px 56px;
}

.MenuUstListe .MenuUstListeDetay:nth-child(3) ul li:nth-child(9) img {
    right: 63%;
    top: 55%;
}

.MenuUstListe .MenuUstListeDetay:nth-child(3) ul li:nth-child(10) img {
    right: 50%;
    top: 55%;
}

.MenuUstListe .MenuUstListeDetay:nth-child(3) ul li:nth-child(11) img {
    right: 19%;
    top: 22px;
    width: 145px;
    height: auto;
    padding: 36px 12px;
}

.MenuUstListe .MenuUstListeDetay:nth-child(3) ul li:nth-child(12) img {
    right: 1%;
    top: 22px;
    width: 145px;
    height: auto;
    padding: 36px 12px;
}

/*Menu 3*/
/*Menü Big Görsel for Menu3*/
.MenuUstListe .MenuUstListeDetay:nth-child(3) ul li:nth-child(13) {
    position: absolute;
    background: #e6e6e6;
    width: 184px;
    height: 180px;
    right: 15%;
    border-radius: 10px;
    top: 22px;
}

.MenuUstListe .MenuUstListeDetay:nth-child(3) ul li:nth-child(13) a {
    color: #4a4a4a;
    font-size: 14px;
    text-align: center;
    padding: 0;
}

.MenuUstListe .MenuUstListeDetay:nth-child(3) ul li:nth-child(13) a img {
    width: 131px;
    margin-top: 3px;
    mix-blend-mode: darken;
}

.MenuUstListe .MenuUstListeDetay:nth-child(3) ul li:nth-child(14) {
    position: absolute;
    background: #e6e6e6;
    width: 185px;
    height: 140px;
    right: 15%;
    border-radius: 10px;
    top: 47%;
}

.MenuUstListe .MenuUstListeDetay:nth-child(3) ul li:nth-child(14) a {
    color: #4a4a4a;
    font-size: 14px;
    text-align: center;
    padding: 0;
}

.MenuUstListe .MenuUstListeDetay:nth-child(3) ul li:nth-child(14) a img {
    width: 105px;
    margin-top: 0;
    mix-blend-mode: darken;
}

/*Menü Big Görsel for Menu3*/
/*Menü for Menu4*/
/*Menu 4*/
/*Menu 4*/
/*Menu 4*/
/*Menu 4*/
/*Menu 4*/
/*Menu 4*/
/*Menu 4*/
.MenuUstListe .MenuUstListeDetay:nth-child(4) ul li:nth-child(1) img {
    right: 63%;
}

.MenuUstListe .MenuUstListeDetay:nth-child(4) ul li:nth-child(2) img {
    right: 50%;
}

.MenuUstListe .MenuUstListeDetay:nth-child(4) ul li:nth-child(3) img {
    right: 37%;
}

.MenuUstListe .MenuUstListeDetay:nth-child(4) ul li:nth-child(4) img {
    right: 63%;
    top: 30%;
}

.MenuUstListe .MenuUstListeDetay:nth-child(4) ul li:nth-child(5) img {
    right: 50%;
    top: 30%;
}

.MenuUstListe .MenuUstListeDetay:nth-child(4) ul li:nth-child(6) img {
    right: 37%;
    top: 30%;
}

.MenuUstListe .MenuUstListeDetay:nth-child(4) ul li:nth-child(7) img {
    right: 51%;
    top: 56%;
    width: auto;
    height: 90px;
    padding: 0 63px;
}

.MenuUstListe .MenuUstListeDetay:nth-child(4) ul li:nth-child(8) img {
    right: 26%;
    top: 56%;
    height: 90px;
    width: auto;
    padding: 0 63px;
}

.MenuUstListe .MenuUstListeDetay:nth-child(4) ul li:nth-child(9) img {
    right: 1%;
    top: 56%;
    width: auto;
    height: 90px;
    padding: 0 63px;
}

.MenuUstListe .MenuUstListeDetay:nth-child(4) ul li:nth-child(10) img {
    right: 19%;
    top: 22px;
    height: auto;
    width: 145px;
    padding: 37px 12px;
}

.MenuUstListe .MenuUstListeDetay:nth-child(4) ul li:nth-child(11) img {
    right: 1%;
    top: 22px;
    width: 145px;
    height: auto;
    padding: 37px 12px;
}

.MenuUstListe .MenuUstListeDetay:nth-child(4) ul li:nth-child(12) img {
    right: 60%;
    top: 30%;
}

.MenuUstListe .MenuUstListeDetay:nth-child(4) ul li:nth-child(13) img {
    right: 60%;
    top: 30%;
}

.MenuUstListe .MenuUstListeDetay:nth-child(4) ul li:nth-child(14) img {
    right: 60%;
    top: 30%;
}

/*Menu 5*/
/*Menu 5*/
/*Menu 5*/
/*Menu 5*/
/*Menu 5*/
/*Menu 5*/
/*Menu 5*/
.MenuUstListe .MenuUstListeDetay:nth-child(5) ul li:nth-child(1) img {
    right: 63%;
}

.MenuUstListe .MenuUstListeDetay:nth-child(5) ul li:nth-child(2) img {
    right: 50%;
}

.MenuUstListe .MenuUstListeDetay:nth-child(5) ul li:nth-child(3) img {
    right: 37%;
}

.MenuUstListe .MenuUstListeDetay:nth-child(5) ul li:nth-child(4) img {
    right: 37%;
    top: 30%;
}

.MenuUstListe .MenuUstListeDetay:nth-child(5) ul li:nth-child(5) img {
    right: 50%;
    top: 30%;
}

.MenuUstListe .MenuUstListeDetay:nth-child(5) ul li:nth-child(6) img {
    right: 63%;
    top: 30%;
}

.MenuUstListe .MenuUstListeDetay:nth-child(5) ul li:nth-child(7) img {


    right: 19%;
    top: 21px;
    width: 145px;
    height: auto;
    padding: 37px 12px;}

.MenuUstListe .MenuUstListeDetay:nth-child(5) ul li:nth-child(8) img {





    right: 1%;
    top: 21px;
    width: 145px;
    height: auto;
    padding: 37px 12px;}

.MenuUstListe .MenuUstListeDetay:nth-child(5) ul li:nth-child(9) img {
    right: 1%;
    top: 55%;
    height: 90px;
    width: auto;
    padding: 6px 40px;
}

.MenuUstListe .MenuUstListeDetay:nth-child(5) ul li:nth-child(10) img {
    right: 1%;
    top: 22px;
    width: 145px;
    height: auto;
    padding: 37px 12px;
}

.MenuUstListe .MenuUstListeDetay:nth-child(5) ul li:nth-child(11) img {
    right: 60%;
    top: 30%;
}

.MenuUstListe .MenuUstListeDetay:nth-child(5) ul li:nth-child(12) img {
    right: 60%;
    top: 30%;
}

.MenuUstListe .MenuUstListeDetay:nth-child(5) ul li:nth-child(13) img {
    right: 60%;
    top: 30%;
}

.MenuUstListe .MenuUstListeDetay:nth-child(5) ul li:nth-child(14) img {
    right: 60%;
    top: 30%;
}

/*Menu 6*/
/*Menu 6*/
/*Menu 6*/
/*Menu 6*/
/*Menu 6*/
/*Menu 6*/
/*Menu 6*/
.MenuUstListe .MenuUstListeDetay:nth-child(6) ul li:nth-child(1) img {
    right: 63%;
}

.MenuUstListe .MenuUstListeDetay:nth-child(6) ul li:nth-child(2) img {
    right: 50%;
}

.MenuUstListe .MenuUstListeDetay:nth-child(6) ul li:nth-child(3) img {
    right: 37%;
}

.MenuUstListe .MenuUstListeDetay:nth-child(6) ul li:nth-child(4) img {
    right: 63%;
    top: 30%;
}

.MenuUstListe .MenuUstListeDetay:nth-child(6) ul li:nth-child(5) img {
    right: 37%;
    top: 30%;
}

.MenuUstListe .MenuUstListeDetay:nth-child(6) ul li:nth-child(6) img {
    right: 50%;
    top: 30%;
}

.MenuUstListe .MenuUstListeDetay:nth-child(6) ul li:nth-child(7) img {
    right: 1%;
    top: 22px;
    width: 145px;
    height: auto;
    padding: 37px 12px;
}

.MenuUstListe .MenuUstListeDetay:nth-child(6) ul li:nth-child(8) img {
    right: 19%;

    top: 22px;
    width: 145px;
    height: auto;
    padding: 37px 12px;}

.MenuUstListe .MenuUstListeDetay:nth-child(6) ul li:nth-child(9) img {
    right: 60%;
    top: 30%;
}

.MenuUstListe .MenuUstListeDetay:nth-child(6) ul li:nth-child(10) img {
    right: 60%;
    top: 30%;
}

.MenuUstListe .MenuUstListeDetay:nth-child(6) ul li:nth-child(11) img {
    right: 60%;
    top: 30%;
}

.MenuUstListe .MenuUstListeDetay:nth-child(6) ul li:nth-child(12) img {
    right: 60%;
    top: 30%;
}

.MenuUstListe .MenuUstListeDetay:nth-child(6) ul li:nth-child(13) img {
    right: 60%;
    top: 30%;
}

.MenuUstListe .MenuUstListeDetay:nth-child(6) ul li:nth-child(14) img {
    right: 60%;
    top: 30%;
}

/*Menu 7*/
/*Menu 7*/
/*Menu 7*/
/*Menu 7*/
/*Menu 7*/
/*Menu 7*/
/*Menu 7*/
.MenuUstListe .MenuUstListeDetay:nth-child(7) ul li:nth-child(1) img {
    right: 63%;
}

.MenuUstListe .MenuUstListeDetay:nth-child(7) ul li:nth-child(2) img {
    right: 50%;
}

.MenuUstListe .MenuUstListeDetay:nth-child(7) ul li:nth-child(3) img {
    right: 37%;
}

.MenuUstListe .MenuUstListeDetay:nth-child(7) ul li:nth-child(4) img {
    right: 63%;
    top: 30%;
}

.MenuUstListe .MenuUstListeDetay:nth-child(7) ul li:nth-child(5) img {
    right: 50%;
    top: 30%;
}

.MenuUstListe .MenuUstListeDetay:nth-child(7) ul li:nth-child(6) img {
    right: 37%;
    top: 30%;
}

.MenuUstListe .MenuUstListeDetay:nth-child(7) ul li:nth-child(7) img {
    right: 63%;
    top: 55%;
}

.MenuUstListe .MenuUstListeDetay:nth-child(7) ul li:nth-child(8) img {
    right: 50%;
    top: 55%;
}

.MenuUstListe .MenuUstListeDetay:nth-child(7) ul li:nth-child(9) img {
    right: 37%;
    top: 55%;
}

.MenuUstListe .MenuUstListeDetay:nth-child(7) ul li:nth-child(10) img {
    right: 63%;
    top: 81%;
}

.MenuUstListe .MenuUstListeDetay:nth-child(7) ul li:nth-child(11) img {
    right: 50%;
    top: 81%;
}

.MenuUstListe .MenuUstListeDetay:nth-child(7) ul li:nth-child(12) img {
    right: 37%;
    top: 81%;
}

.MenuUstListe .MenuUstListeDetay:nth-child(7) ul li:nth-child(13) img {
    right: 19%;
    top: 55%;
    width: 145px;
    height: auto;
    padding: 38px 12px;
}

.MenuUstListe .MenuUstListeDetay:nth-child(7) ul li:nth-child(14) img {
    right: 1%;
    top: 55%;
    width: 145px;
    height: auto;
    padding: 38px 12px;
}

.MenuUstListe .MenuUstListeDetay:nth-child(7) ul li:nth-child(15) img {
    right: 19%;
    top: 22px;
    width: 145px;
    height: auto;
    padding: 36px 12px;
}

.MenuUstListe .MenuUstListeDetay:nth-child(7) ul li:nth-child(16) img {
    right: 1%;
    top: 22px;
    width: 145px;
    height: auto;
    padding: 36px 12px;
}

/*Menu 8*/
/*Menu 8*/
/*Menu 8*/
/*Menu 8*/
/*Menu 8*/
/*Menu 8*/
/*Menu 8*/
.MenuUstListe .MenuUstListeDetay:nth-child(8) ul li:nth-child(1) img {
    right: 1%;
}

.MenuUstListe .MenuUstListeDetay:nth-child(8) ul li:nth-child(2) img {
    right: 14%;
}

.MenuUstListe .MenuUstListeDetay:nth-child(8) ul li:nth-child(3) img {
    right: 27%;
}

.MenuUstListe .MenuUstListeDetay:nth-child(8) ul li:nth-child(4) img {
    right: 60%;
}

.MenuUstListe .MenuUstListeDetay:nth-child(8) ul li:nth-child(5) img {
    right: 2%;
    top: 31%;
}

.MenuUstListe .MenuUstListeDetay:nth-child(8) ul li:nth-child(6) img {
    right: 34%;
    top: 30%;
}

.MenuUstListe .MenuUstListeDetay:nth-child(8) ul li:nth-child(7) img {
    right: 47%;
    top: 30%;
}

.MenuUstListe .MenuUstListeDetay:nth-child(8) ul li:nth-child(8) img {
    right: 60%;
    top: 30%;
}

.MenuUstListe .MenuUstListeDetay:nth-child(8) ul li:nth-child(9) img {
    right: 60%;
    top: 30%;
}

.MenuUstListe .MenuUstListeDetay:nth-child(8) ul li:nth-child(10) img {
    right: 60%;
    top: 30%;
}

.MenuUstListe .MenuUstListeDetay:nth-child(8) ul li:nth-child(11) img {
    right: 60%;
    top: 30%;
}

.MenuUstListe .MenuUstListeDetay:nth-child(8) ul li:nth-child(12) img {
    right: 60%;
    top: 30%;
}

.MenuUstListe .MenuUstListeDetay:nth-child(8) ul li:nth-child(13) img {
    right: 60%;
    top: 30%;
}

.MenuUstListe .MenuUstListeDetay:nth-child(8) ul li:nth-child(14) img {
    right: 60%;
    top: 30%;
}

/*Menu 9 */
/*Menu 9 */
/*Menu 9 */
/*Menu 9 */
/*Menu 9 */
/*Menu 9 */
/*Menu 9 */
.MenuUstListe .MenuUstListeDetay:nth-child(9) ul li:nth-child(1) img {
    right: 63%;
}

.MenuUstListe .MenuUstListeDetay:nth-child(9) ul li:nth-child(2) img {
    right: 50%;
}

.MenuUstListe .MenuUstListeDetay:nth-child(9) ul li:nth-child(3) img {
    right: 37%;
}

.MenuUstListe .MenuUstListeDetay:nth-child(9) ul li:nth-child(4) img {
    right: 63%;
    top: 30%;
}

.MenuUstListe .MenuUstListeDetay:nth-child(9) ul li:nth-child(5) img {
    right: 50%;
    top: 30%;
}

.MenuUstListe .MenuUstListeDetay:nth-child(9) ul li:nth-child(6) img {
    right: 37%;
    top: 30%;
}

.MenuUstListe .MenuUstListeDetay:nth-child(9) ul li:nth-child(7) img {
    right: 19%;
    top: 22px;
    width: 145px;
    height: auto;
    padding: 37px 12px;
}

.MenuUstListe .MenuUstListeDetay:nth-child(9) ul li:nth-child(8) img {
    right: 1%;
    top: 22px;
    width: 145px;
    height: auto;
    padding: 37px 12px;
}

.MenuUstListe .MenuUstListeDetay:nth-child(9) ul li:nth-child(9) img {
    right: 60%;
    top: 30%;
}

.MenuUstListe .MenuUstListeDetay:nth-child(9) ul li:nth-child(10) img {
    right: 60%;
    top: 30%;
}

.MenuUstListe .MenuUstListeDetay:nth-child(9) ul li:nth-child(11) img {
    right: 60%;
    top: 30%;
}

.MenuUstListe .MenuUstListeDetay:nth-child(9) ul li:nth-child(12) img {
    right: 60%;
    top: 30%;
}

.MenuUstListe .MenuUstListeDetay:nth-child(9) ul li:nth-child(13) img {
    right: 60%;
    top: 30%;
}

.MenuUstListe .MenuUstListeDetay:nth-child(9) ul li:nth-child(14) img {
    right: 60%;
    top: 30%;
}

/*Menu 10 */
/*Menu 10 */
/*Menu 10 */
/*Menu 10 */
/*Menu 10 */
/*Menu 10 */
/*Menu 10 */
.MenuUstListe .MenuUstListeDetay:nth-child(10) ul li:nth-child(1) img {
    right: 27%;
}

.MenuUstListe .MenuUstListeDetay:nth-child(10) ul li:nth-child(2) img {
    right: 14%;
}

.MenuUstListe .MenuUstListeDetay:nth-child(10) ul li:nth-child(3) img {
    right: 1%;
}

.MenuUstListe .MenuUstListeDetay:nth-child(10) ul li:nth-child(4) img {
    right: 60%;
}

.MenuUstListe .MenuUstListeDetay:nth-child(10) ul li:nth-child(5) img {
    right: 2%;
    top: 31%;
}

.MenuUstListe .MenuUstListeDetay:nth-child(10) ul li:nth-child(6) img {
    right: 34%;
    top: 30%;
}

.MenuUstListe .MenuUstListeDetay:nth-child(10) ul li:nth-child(7) img {
    right: 47%;
    top: 30%;
}

.MenuUstListe .MenuUstListeDetay:nth-child(10) ul li:nth-child(8) img {
    right: 60%;
    top: 30%;
}

.MenuUstListe .MenuUstListeDetay:nth-child(10) ul li:nth-child(9) img {
    right: 60%;
    top: 30%;
}

.MenuUstListe .MenuUstListeDetay:nth-child(10) ul li:nth-child(10) img {
    right: 60%;
    top: 30%;
}

.MenuUstListe .MenuUstListeDetay:nth-child(10) ul li:nth-child(11) img {
    right: 60%;
    top: 30%;
}

.MenuUstListe .MenuUstListeDetay:nth-child(10) ul li:nth-child(12) img {
    right: 60%;
    top: 30%;
}

.MenuUstListe .MenuUstListeDetay:nth-child(10) ul li:nth-child(13) img {
    right: 60%;
    top: 30%;
}

.MenuUstListe .MenuUstListeDetay:nth-child(10) ul li:nth-child(14) img {
    right: 60%;
    top: 30%;
}

/*Menu 11 */
/*Menu 11 */
/*Menu 11 */
/*Menu 11 */
/*Menu 11 */
/*Menu 11 */
/*Menu 11 */
.MenuUstListe .MenuUstListeDetay:nth-child(11) ul li:nth-child(1) img {
    right: 63%;
}

.MenuUstListe .MenuUstListeDetay:nth-child(11) ul li:nth-child(2) img {
    right: 50%;
}

.MenuUstListe .MenuUstListeDetay:nth-child(11) ul li:nth-child(3) img {
    right: 37%;
}

.MenuUstListe .MenuUstListeDetay:nth-child(11) ul li:nth-child(4) img {
    right: 63%;
    top: 30%;
}

.MenuUstListe .MenuUstListeDetay:nth-child(11) ul li:nth-child(5) img {
    right: 50%;
    top: 30%;
}

.MenuUstListe .MenuUstListeDetay:nth-child(11) ul li:nth-child(6) img {
    right: 37%;
    top: 30%;
}

.MenuUstListe .MenuUstListeDetay:nth-child(11) ul li:nth-child(7) img {
    right: 63%;
    top: 55%;
}

.MenuUstListe .MenuUstListeDetay:nth-child(11) ul li:nth-child(8) img {
    right: 50%;
    top: 55%;
}

.MenuUstListe .MenuUstListeDetay:nth-child(11) ul li:nth-child(9) img {
    right: 26%;
    top: 55%;
    height: 90px;
    width: auto;
    padding: 7px 55px;
}

.MenuUstListe .MenuUstListeDetay:nth-child(11) ul li:nth-child(10) img {
    right: 1%;
    top: 55%;
    height: 90px;
    width: auto;
    padding: 7px 60px;
}

.MenuUstListe .MenuUstListeDetay:nth-child(11) ul li:nth-child(11) img {
    right: 19%;
    top: 22px;
    width: 145px;
    height: auto;
    padding: 36px 12px;
}

.MenuUstListe .MenuUstListeDetay:nth-child(11) ul li:nth-child(12) img {
    right: 1%;
    top: 22px;
    width: 145px;
    height: auto;
    padding: 36px 12px;
}

.MenuUstListe .MenuUstListeDetay:nth-child(11) ul li:nth-child(13) img {
    right: 60%;
    top: 30%;
}

.MenuUstListe .MenuUstListeDetay:nth-child(11) ul li:nth-child(14) img {
    right: 60%;
    top: 30%;
}

/*Menu 12 */
/*Menu 12 */
/*Menu 12 */
/*Menu 12 */
/*Menu 12 */
/*Menu 12 */
/*Menu 12 */
.MenuUstListe .MenuUstListeDetay:nth-child(12) ul li:nth-child(1) img {
    right: 2%;
}

.MenuUstListe .MenuUstListeDetay:nth-child(12) ul li:nth-child(2) img {
    right: 15%;
}

.MenuUstListe .MenuUstListeDetay:nth-child(12) ul li:nth-child(3) img {
    right: 28%;
}

.MenuUstListe .MenuUstListeDetay:nth-child(12) ul li:nth-child(4) img {
    right: 60%;
}

.MenuUstListe .MenuUstListeDetay:nth-child(12) ul li:nth-child(5) img {
    right: 2%;
    top: 31%;
}

.MenuUstListe .MenuUstListeDetay:nth-child(12) ul li:nth-child(6) img {
    right: 34%;
    top: 30%;
}

.MenuUstListe .MenuUstListeDetay:nth-child(12) ul li:nth-child(7) img {
    right: 47%;
    top: 30%;
}

.MenuUstListe .MenuUstListeDetay:nth-child(12) ul li:nth-child(8) img {
    right: 60%;
    top: 30%;
}

.MenuUstListe .MenuUstListeDetay:nth-child(12) ul li:nth-child(9) img {
    right: 60%;
    top: 30%;
}

.MenuUstListe .MenuUstListeDetay:nth-child(12) ul li:nth-child(10) img {
    right: 60%;
    top: 30%;
}

.MenuUstListe .MenuUstListeDetay:nth-child(12) ul li:nth-child(11) img {
    right: 60%;
    top: 30%;
}

.MenuUstListe .MenuUstListeDetay:nth-child(12) ul li:nth-child(12) img {
    right: 60%;
    top: 30%;
}

.MenuUstListe .MenuUstListeDetay:nth-child(12) ul li:nth-child(13) img {
    right: 60%;
    top: 30%;
}

.MenuUstListe .MenuUstListeDetay:nth-child(12) ul li:nth-child(14) img {
    right: 60%;
    top: 30%;
}

/*Menu 13 */
/*Menu 13 */
/*Menu 13 */
/*Menu 13 */
/*Menu 13 */
/*Menu 13 */
/*Menu 13 */
.MenuUstListe .MenuUstListeDetay:nth-child(13) ul li:nth-child(1) img {
    right: 2%;
}

.MenuUstListe .MenuUstListeDetay:nth-child(13) ul li:nth-child(2) img {
    right: 15%;
}

.MenuUstListe .MenuUstListeDetay:nth-child(13) ul li:nth-child(3) img {
    right: 28%;
}

.MenuUstListe .MenuUstListeDetay:nth-child(13) ul li:nth-child(4) img {
    right: 60%;
}

.MenuUstListe .MenuUstListeDetay:nth-child(12) ul li:nth-child(5) img {
    right: 2%;
    top: 31%;
}

.MenuUstListe .MenuUstListeDetay:nth-child(13) ul li:nth-child(6) img {
    right: 34%;
    top: 30%;
}

.MenuUstListe .MenuUstListeDetay:nth-child(13) ul li:nth-child(7) img {
    right: 47%;
    top: 30%;
}

.MenuUstListe .MenuUstListeDetay:nth-child(13) ul li:nth-child(8) img {
    right: 60%;
    top: 30%;
}

.MenuUstListe .MenuUstListeDetay:nth-child(13) ul li:nth-child(9) img {
    right: 60%;
    top: 30%;
}

.MenuUstListe .MenuUstListeDetay:nth-child(13) ul li:nth-child(10) img {
    right: 60%;
    top: 30%;
}

.MenuUstListe .MenuUstListeDetay:nth-child(13) ul li:nth-child(11) img {
    right: 60%;
    top: 30%;
}

.MenuUstListe .MenuUstListeDetay:nth-child(13) ul li:nth-child(12) img {
    right: 60%;
    top: 30%;
}

.MenuUstListe .MenuUstListeDetay:nth-child(13) ul li:nth-child(13) img {
    right: 60%;
    top: 30%;
}

.MenuUstListe .MenuUstListeDetay:nth-child(13) ul li:nth-child(14) img {
    right: 60%;
    top: 30%;
}

/* width */
.MenuUstListeDetay::-webkit-scrollbar {
    width: 8px;
}

/* Track */
.MenuUstListeDetay::-webkit-scrollbar-thumb {
    background: #888;
}

/* Handle on hover */
.MenuUstListeDetay::-webkit-scrollbar-thumb:hover {
    background: #555;
    cursor: pointer;
}

.MenuUstListeDetay:nth-child(1) ul li {
    width: 80px;
    height: 40px;
    display: inline-block;
    margin-bottom: 20px;
}

.MenuUstListeDetay:nth-child(1) ul li a {
    width: 60px;
    padding: 0;
    color: transparent;
    height: 40px;
    line-height: 0;
}

.MenuUstListeDetay:nth-child(1) ul li img {
    width: 60px;
    box-shadow: 0 1px 2px rgb(0 0 0 / 11%);
    border-radius: 6px;
    padding: 6px;
}

.MenuUstListeImg {
    vertical-align: middle;
    margin-right: 5px;
}

.MenuUst-Ayirac {
    display: none;
}

li.MenuUstListeDetay:nth-last-child(2) .MenuUstLink {
    border-right: none;
}

.MenuUstAlt {
    position: absolute;
    top: 0;
    width: 1007px;
    text-align: left;
    display: none;
    margin-left: 0;
    left: 181px;
    background: #fff;
    height: 425px;
    z-index: 999;
    overflow-y: scroll;
    overflow-x: hidden;
    padding: 15px;
    scroll-behavior: smooth;
    box-shadow: 9px 3px 12px -4px #888;
}

.MenuUstListeDetay:hover .MenuUstAlt {
    display: block;
}

.MenuUstListeDetay:hover .MenuUstLink {
    background-position: bottom center;
    color: #d00211 !important;
	background-color: #cfcfcf !important;
}

.MenuUstAltListeDetay {
    position: initial;
    float: none;
    display: block;
    clear: both;
    width: 100%;
}

.MenuUstAlt::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.MenuUstAlt::-webkit-scrollbar {
    width: 10px;
}

.MenuUstAlt::-webkit-scrollbar-thumb {
    background: #888;
}

.MenuUstAlt::-webkit-scrollbar-thumb:hover {
    background: #555;
}

a.MenuUstAltLink {
    display: block;
    font-size: 12px;
    box-sizing: border-box;
    line-height: 32px;
    float: left;
    width: 100%;
    text-align: left;
    color: #000;
    padding: 0 0 0 18px;
    border-bottom: none;
    position: inherit;
    font-weight: normal;
    z-index: 10100;
    background: transparent;
}

.MenuUstAltListeDetay:nth-child(1) .MenuUstAltLink:hover {
    background-color: transparent;
}

a.MenuUstAltLink:hover {
    background-color: transparent;
    color: #ff0000;
}

a.MenuUstAltLink:after {
    content: '';
    position: relative;
    display: block;
    background: red;
    width: 0;
    height: 1px;
    transition: 1s all;
}

a.MenuUstAltLink:hover img {
    background: #f5f5f5;
    box-shadow: 0 0 7px rgb(0 0 0 / 16%);
}

a.MenuUstAltLink:hover:after {
    width: 25px;
}

.MenuUstAltListeDetay:hover .subcategoryitems {
    display: block;
}

.MenuUstAltListeDetay:hover .MenuUstAltLink {
    background-color: transparent;
}

.MenuUstAltListeDetay:nth-last-child(1) a {
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}

ul.Menu-OrtaKategoriler-Liste {
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin: auto;
    overflow: hidden;
    position: relative;
    background: transparent;
    box-sizing: border-box;
}

li.Menu-OrtaKategoriler-Detay {
    display: block;
    float: right;
    background: transparent;
    width: 70px;
    text-align: center;
}

.Menu-OrtaKategoriler-Link:before {
}

.Menu-OrtaKategoriler-Link:after {
    content: '';
    background-image: url("../img/game-logo.png");
    width: 30px;
    height: 30px;
    position: absolute;
    right: 20px;
    top: 5px;
    background-size: contain;
}

.Menu-OrtaKategoriler-Link:hover:before {
    background: #dadada;
    color: #000;
}

.Menu-OrtaKategoriler-Link:hover {
    text-decoration: none;
}

.MobileSepetLink {
    display: none;
}

.MobileMenuLink {
    display: block;
    cursor: pointer;
}

.MobileMenu-AltKategoriler {
    width: 100%;
    max-width: 100%;
    display: block;
}

.MobileMenu-Kullanici {
    padding: 20px 0 40px 10px;
    width: 100%;
    height: 250px;
}

.MobileMenu-AltKategoriler-Liste {
    width: 100%;
    max-width: 100%;
    display: inline-block;
}

.MobileMenu-AltKategoriler-Detay {
    width: 100%;
    height: 30px;
    background: #545554 url("../img/altin_kucuk_ikon.png") no-repeat scroll 22px 12px;
    border-bottom: 1px solid #606060;
    display: block;
    float: left;
}

.MobileMenu-AltKategoriler-Link {
    display: block;
    width: 100%;
    font-size: 14px;
    padding-left: 40px;
    line-height: 32px;
    color: #fff;
}

.MobileMenu-AltKategoriler-Link:hover {
    text-decoration: underline;
}

.MobileMenuListDetayLink:first-child {
    margin-top: 5px;
}

.MobileMenuListDetayLink {
    display: block;
    height: 20px;
    font-size: 14px;
    font-weight: bold;
    padding: 10px 20px;
    border-bottom: 1px solid #ddd;
}

.MobileMenuAltList {
    width: 100%;
    height: auto;
}

.MobileMenuAltListDetayLink {
    display: block;
    padding: 5px 30px;
    font-size: 13px;
    font-weight: bold;
    border-bottom: 1px solid #ddd;
}

.MobileMenuAltList {
    -webkit-transition: all .1s ease;
    -o-transition: all .1s ease;
    transition: all .1s ease;
    display: none;
}

.MobileArama {
    display: none;
}

.alta {
    top: 70px;
}

#arama_img {
    position: absolute;
    bottom: 0;
    left: auto;
    width: 45px;
    height: 45px;
    margin-right: 10px;
    right: 0;
    background: #c7c7c7;
    display: block;
    border-radius: 55px;
    background-size: contain;
}

.cikis-link {
    display: inline-block;
    position: relative;
    top: -38px;
    clear: both;
    background: transparent;
    float: right;
    font-size: 11px;
    font-weight: bold;
    padding: 8px 7px 7px 17px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    height: 16px;
    right: 3px;
    z-index: 0;
    color: #ff0000;
}

.MusteriTemsilciBilgi {
    float: right;
    margin-top: 30px;
    margin-right: 9px;
    font-size: 11px;
    color: #000;
    position: relative;
    z-index: 9;
}

.MusteriTemsilciBilgi {
    float: left;
    margin-top: 30px;
    margin-right: 9px;
    font-size: 11px;
    color: #000;
    position: relative;
    z-index: 9;
    width: 174px;
    height: 12px;
}

.MusteriTemsilciBilgiResponsive {
    display: none;
}

.FooterIkonlar {
    width: auto;
    height: 50px;
    padding: 20px 0;
    margin: 5px auto;
    background: url(../img/bilgilendirme_bg.png) repeat-x 0 -8px;
    border: 1px solid #dadada;
    display: none;
}

.FooterIkonlar li {
    display: inline-block;
    width: 25%;
    float: left;
    font-size: 15px;
    color: #4b4749;
    box-sizing: border-box;
    height: 70px;
}

.FooterIkonAlan {
    float: left;
}

.FooterIkonHizmetBaslik1, .FooterIkonHizmetBaslik2, .FooterIkonHizmetBaslik3, .FooterIkonHizmetBaslik4 {
    color: #937861;
    font-size: 16px;
    font-weight: bold;
    float: left;
    width: 100px;
}

footer .Menu-AltKategoriler-Link:after {
    content: '';
    display: block;
    background: #d00012;
    width: 25px;
    height: 2px;
    position: relative;
    top: 5px;
    transition: 1s all;
}

.UyeIslemleri, .UyeIslemleriHide {
    max-width: 880px;
    width: 100%;
    float: left;
    height: 58px;
    position: relative;
}

.UyeIslemleriHide {
    visibility: hidden;
}

.AramaCesitleri {
    position: relative;
    max-width: 500px;
    float: left;
    width: 100%;
}

.arama {
    background: #fff;
    border: 1px solid #ccc;
    height: 50px;
    position: relative;
    border-radius: 50px;
    box-shadow: rgb(0 0 0 / 50%) 1px 2px 4px;
	float: none;
	width: auto;
}

.TxtSearch {
    cursor: text;
    width: 80%;
    color: #000;
    height: 50px;
    font-size: 16px;
    padding: 0;
    border: none;
    background-color: transparent;
    box-sizing: inherit;
    max-width: 100%;
    text-indent: 20px;
    border-radius: 50px;
}

.AnaSayfaKullaniciGirisButonlar {
    max-width: 235px;
    width: 235px;
    position: relative;
    float: left;
    box-sizing: border-box;
    padding: 48px 0 0 15px;
    height: 111px;
    margin-left: 60px;
}

.AnaSayfaKullaniciGirisYapButonLink {
    text-decoration: none;
    float: left;
    margin: 0 2px 0 0;
}

.AnaSayfaKullaniciGirisYapButon {
    background: transparent;
    width: 80px;
    height: 50px;
    box-sizing: border-box;
    font-size: 15px;
    font-weight: bold;
    color: #000;
    display: flex;
    align-items: center;
    padding: 0;
    border-right: 1px dotted #000;
}

.AnaSayfaKullaniciUyeOlButonLink {
    text-decoration: none;
    float: none;
    margin: 0;
}

.AnaSayfaKullaniciUyeOlButon {
    background: transparent;
    width: 100px;
    height: 50px;
    box-sizing: border-box;
    font-size: 15px;
    font-weight: bold;
    color: #000;
    padding: 0;
    float: none;
    display: flex;
    align-items: center;
}

#logo {
    float: left;
    width: 50px;
    height: 50px;
    position: relative;
    border: 0;
    background: transparent;
}

.SepetBaslik {
    position: relative;
    color: #fff;
    width: 60px;
    height: auto;
    font-weight: normal;
    float: none;
    box-sizing: border-box;
    font-size: 15px;
    padding: 0;
    text-align: center;
    display: block;
}

.SepetBaslik:hover:before {
    background: #dadada;
    color: #fff;
}

.SepetIkon {
    position: relative;
    top: 2px;
}

.SepetUstRakam {
    color: #000;
    height: 20px;
    text-align: center;
    width: 20px;
    font-size: 12px;
    float: none;
    box-sizing: border-box;
    padding: 0;
    position: absolute;
    top: -3px;
    left: 24px;
    background: hsl(0deg 0% 0% / 69%);
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.SepetYukleniyor, .SepetYuklendi {
    background: transparent;
    width: 33px;
    height: 33px;
    text-align: center;
    padding-top: 0;
    color: #fff;
    top: -2px;
    position: relative;
}

.SepetYukleniyor {
    background-position: 0;
}

#MenuUyeKullanici {
    width: auto;
    float: right;
    max-height: 58px;
    min-width: 340px;
}

.MenuUyeKullanici-Giris {
    min-width: 100px;
    font-weight: bold;
    font-size: 12px;
    margin-right: 20px;
    padding-top: 20px;
    height: 16px;
    position: relative;
    float: right;
}

.MenuUyeKullanici-GirisYap {
    display: inline-block;
    background: url(../img/girisyap.png) no-repeat;
    padding-left: 18px;
}

.MenuUyeKullanici-UyeOl {
    display: inline-block;
    background: url(../img/kayitol.png) no-repeat;
    padding-left: 22px;
    margin-left: 10px;
}

.MenuUyeKullanici-Unvan {
    float: left;
    margin-top: 9px;
}

.MenuUyeKullanici-TelBaslik, .MenuUyeKullanici-TelBaslikHide {
    position: absolute;
    left: 20px;
    top: 12px;
    font-size: 14px;
    color: #fff;
    display: none;
}

.MenuUyeKullanici-TelNumara {
    font-weight: bold;
    padding-left: 9px;
    display: inline-block;
}

.YeniUyelikLogin {
    float: right;
}

.YeniUyelikBtn {
    float: right;
}

.YeniUyelikBtnLink {
    float: left;
    background: url(../img/YeniUyeIkon.png) 10px 6px no-repeat #f13400;
    padding: 5px 12px 5px 44px;
    color: #fff;
    font-size: 11px;
    height: 15px;
    padding-top: 7px;
    font-weight: bold;
    border-bottom: 3px solid #c32a00;
}

.KullanicilarKarsilamaLabel {
    color: #000000;
}

.KullanicilarKarsilamaLoginLink {
    background: url(../img/uyegirisikon.png) 0 2px no-repeat;
    padding-right: 5px;
    padding-left: 17px;
}

.KullanicilarKarsilamaLoginLink:hover {
    text-decoration: underline;
}

.KullanicilarKarsilamaUyeOlLink {
    background: url(../img/uyeolikontepe.png) 0 1px no-repeat;
    padding-left: 18px;
    margin-left: 7px;
}

.KullanicilarKarsilamaUyeOlLink:hover {
    text-decoration: underline;
}

.UyeHizliMenuBaslik {
    font-weight: normal;
    color: #0F0F0F;
    font-size: 11px;
}

.MenuUyeKullaniciKarsilamaYazi {
    float: left;
    padding-top: 9px;
    padding-right: 5px;
}

.MenuUyeKullanici-AdSoyad {
    float: left;
    padding-top: 7px;
    padding-right: 10px;
    font-weight: bold;
}

.KullanicilarAd {
    float: left;
    padding-top: 8px;
    padding-right: 2px;
    font-weight: bold;
    color: #000000;
}

.KullanicilarSoyad {
    float: left;
    padding-top: 8px;
    font-weight: bold;
    color: #000000;
}

.KullanicilarUnvan {
    float: left;
    padding-top: 8px;
    padding-right: 10px;
    font-weight: bold;
    color: #000000;
    margin-left: 7px;
}

.MenuUyeKullaniciMenu-Liste > li:first-child:hover:before {
    background: #dadada;
    color: #fff;
}

.MenuUyeKullaniciWrap {
    position: absolute;
    right: 200px;
    top: 3px;
    color: #000;
}

.UyeHizliMenuAlt {
    border-bottom: 1px solid #f7f6f6;
    text-align: center;
    line-height: 28px;
    height: 30px;
}

.UyeHizliMenuAlt a {
    color: #4A4A4A;
    height: 100%;
    display: block;
}

.UyeHizliMenuAlt:hover {
    background: transparent;
}

.UyeHizliMenuAlt a:hover {
    background: transparent;
    color: red;
}

.UyeHizliMenuAlt:last-child:hover {
    border: 0;
}

.UyeMenuLink:hover .UyeHizliMenu {
    display: block;
}

.UyeMenuLink {
    background: transparent;
    font-weight: bold;
    color: #0f0f0f;
    cursor: pointer;
    width: 95px;
    padding-right: 0;
    padding-top: 0;
    height: 40px;
}

.siparis-destek-uye {
    position: absolute;
    top: 57px;
    z-index: 10;
    display: none;
}

.siparis-destek-ziyaretci {
    position: relative;
    z-index: 10;
}

.MarkaListe {
    width: 200px;
    height: 27px;
    overflow: hidden;
    background: url(../img/selectmenuok.png) 170px 13px no-repeat #bc0000;
    float: left;
    border-bottom: 3px solid #9b0000;
    margin-top: 5px;
}

.KategoriListe {
    width: 200px;
    height: 27px;
    overflow: hidden;
    background: url(../img/selectmenuok.png) 170px 13px no-repeat #bc0000;
    float: left;
    border-bottom: 3px solid #9b0000;
    margin-left: 10px;
    /*! display: none; */
    margin-top: 5px;
}

#menu-button {
    display: none;
}

.MarkaListeUst {
    width: 220px;
    height: 26px;
    padding: 6px 4px 4px 8px;
    border: none;
    background-color: transparent;
    -webkit-appearance: none;
    color: #fff;
    font-size: 12px;
    cursor: pointer;
}

.KategoriListeUst {
    width: 222px;
    height: 26px;
    padding: 6px 4px 4px 8px;
    border: none;
    background-color: transparent;
    -webkit-appearance: none;
    color: #fff;
    font-size: 12px;
    cursor: pointer;
    /*! margin-top: 5px; */
}

.KategoriListeUst-AltList {
    background: #fff !important;
    color: #000
}

.MarkaListeUst option {
    background: #fff !important;
    color: #000
}

.KategoriListeUst option {
    background: #fff !important;
    color: #000
}

.AcilirMenuOk {
    position: relative;
    bottom: 1px;
    left: 3px;
}

nav {
    clear: both;
    height: auto;
    padding: 0;
    width: 100%;
    margin-top: 0;
    z-index: 99;
	background: none;
}

nav.MenuNormal {
    width: 1250px;
    margin: 0 auto;
}

.MenuUst {
    margin: 0;
    width: 0;
    display: block;
    position: relative;
    float: none;
    height: 50px;
    background: transparent;
    border-radius: 6px;
    background-size: auto;
    z-index: 1;
    top: 50px
}

ul.MenuUstListe {
    padding: 0;
    border-right: none;
    clear: both;
    margin: 0;
    width: 180px;
    box-shadow: 0 3px 6px #888;
    border-radius: 6px;
    position: relative;
    z-index: 100000;
    top: 52px;
    background: #fff;
    display: flex;
    flex-direction: column;
}

.tum-urunler {
    display: block;
    background: #D00012;
    width: 180px;
    border-radius: 5px 5px 0 0;
    position: absolute;
    top: 0px;
    height: 36px;
    text-align: center;
    line-height: 36px;
    cursor: pointer;
}

.tum-urunler a {
    color: #fff;
    font-size: 14px;
    text-align: center;
    width: 100%;
    height: 100%;
    cursor: pointer;
    display: block;
}

.body .MenuUstListe {
    display: none;
    width: 220px;
}

.body .is-active {
    display: block;
}

.body .tum-urunler {
    border-radius: 5px;
    width: 200px
}

.body .MenuUstListe {
    top: 40px;
}

#page .MenuUstListe.hover {
    display: block
}

a.MenuUstLink:hover {
    background: #cfcfcf;
    color: #d00211 !important;
}

.MenuUstListeDetay {
    float: none;
    height: 35px;
    width: 100%;
    position: initial;
    max-width: 100%;
    padding-left: 0;
    z-index: 99;
}

/*Menü Big Görsel css*/
/* width */
.MenuUstListeDetay::-webkit-scrollbar {
    width: 8px;
}

/* Track */
.MenuUstListeDetay::-webkit-scrollbar-thumb {
    background: #888;
}

/* Handle on hover */
.MenuUstListeDetay::-webkit-scrollbar-thumb:hover {
    background: #555;
    cursor: pointer;
}

.MenuUstListeDetay:nth-child(1) ul li {
    width: 80px;
    height: 40px;
    display: inline-block;
    margin-bottom: 20px;
}

.MenuUstListeDetay:nth-child(1) ul li a {
    width: 60px;
    padding: 0;
    color: transparent;
    height: 40px;
    line-height: 0;
}

.MenuUstListeDetay:nth-child(1) ul li img {
    width: 60px;
    box-shadow: 0 1px 2px rgb(0 0 0 / 11%);
    border-radius: 6px;
    padding: 6px;
}

.MenuUstListeImg {
    vertical-align: middle;
    margin-right: 5px;
}

a.MenuUstLink {
    max-width: inherit;
    text-align: left;
    font-weight: bold;
    color: #403838;
    border-right: none;
    font-size: 12px;
    box-sizing: border-box;
    line-height: normal;
    display: flex;
    align-items: center;
    background: none;
    width: 100%;
    height: 100%;
    padding: 5px 10px;
    cursor: pointer;
}

.MenuUst-Ayirac {
    display: none;
}

li.MenuUstListeDetay:nth-last-child(2) .MenuUstLink {
    border-right: none;
}

.MenuUstListeDetay:first-child > a.MenuUstLink:after {
}

.MenuUstListeDetay:hover .MenuUstAlt {
    display: block;
}

.MenuUstListeDetay:hover .MenuUstLink {
    background-position: bottom center;
    color: #d00211 !important;
	background-color: #cfcfcf !important;
}

.MenuUstAltListeDetay {
    position: initial;
    float: none;
    display: block;
    clear: both;
    width: 100%;
}

.MenuUstAlt::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.MenuUstAlt::-webkit-scrollbar {
    width: 10px;
}

.MenuUstAlt::-webkit-scrollbar-thumb {
    background: #888;
}

.MenuUstAlt::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.MenuUstAltListeDetay:nth-child(1) .MenuUstAltLink:hover {
    background-color: transparent;
}

a.MenuUstAltLink:after {
    content: '';
    position: relative;
    display: block;
    background: red;
    width: 0;
    height: 1px;
    transition: 1s all;
}

a.MenuUstAltLink:hover img {
    background: #efefef;
    box-shadow: 0 0 5px rgb(76 76 76 / 50%);
}

a.MenuUstAltLink:hover:after {
    width: 25px;
}

.MenuUstAltListeDetay:hover .subcategoryitems {
    display: block;
}

.MenuUstAltListeDetay:hover .MenuUstAltLink {
    background-color: transparent;
}

.subcategoryitems {
    width: 210px;
    height: auto;
    float: left;
    position: absolute;
    left: 170px;
    z-index: 103;
    display: none;
    top: 20px;
    margin: 0 !important;
    padding: 0;
    border-radius: 8px;
}

.subcategoryitems li a {
    display: block;
    box-sizing: border-box;
    line-height: initial;
    float: none;
    width: 100%;
    color: #333;
    padding: 14px 12px;
    border: 0;
    position: relative;
    font-weight: 500;
    z-index: 101;
    background: transparent;
    font-size: 12px;
}

.subcategoryitems li {
    border-bottom: 1px solid #ddd;
    transition: 1s all;
    background: #efefef;
}

.subcategoryitems li:hover {
    background: #d00211;
    color: #fff
}

.subcategoryitems li:last-child {
    border-bottom: 0;
    border-radius: 0px 0px 8px 8px;
}

.subcategoryitems li a:hover {
    background-color: transparent;
}

.subcategoryitems li:first-child {
    border-radius: 8px 8px 0px 0px;
}

.Menu-OrtaKategoriler {
    width: 265px;
    max-width: 100%;
    display: none;
    z-index: 1;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    right: -500px;
    margin-left: auto;
    margin-right: auto;
    top: 17px;
}

ul.Menu-OrtaKategoriler-Liste {
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin: auto;
    overflow: hidden;
    position: relative;
    background: transparent;
    box-sizing: border-box;
}

li.Menu-OrtaKategoriler-Detay {
    display: block;
    float: right;
    background: transparent;
    width: 70px;
    text-align: center;
}

.Menu-OrtaKategoriler-Link {
    display: block;
    font-size: 15px;
    line-height: normal;
    text-align: center;
    color: #ffffff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    text-decoration: none;
}

.Menu-OrtaKategoriler-Link:before {
    content: '';
    background-color: #fff;
    height: 40px;
    width: 40px;
    border-radius: 50px;
    margin: 0 auto 3px auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.Menu-OrtaKategoriler-Link:hover:before {
    background: #dadada;
    color: #000;
}

.Menu-OrtaKategoriler-Link:hover {
    text-decoration: none;
}

.MobileSepetLink {
    display: none;
}

.MobileMenuAc {
    display: none;
    position: relative;
    left: 14px;
    top: -40px;
    z-index: 100;
    float: none;
    right: 0;
    background-color: #fff;
}

.MobileMenuLink {
    display: block;
    cursor: pointer;
}

#MobileMenu {
    position: fixed;
    float: left;
    top: 49px;
    z-index: 100;
    width: 435px;
    background-color: #fff;
    height: 100%;
    max-height: 100%;
    min-height: 100% !important;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
    transition: all 0.5s ease;
}

.MobileMenu-AltKategoriler {
    width: 100%;
    max-width: 100%;
    display: block;
}

.MobileMenu-Kullanici {
    padding: 20px 0 40px 10px;
    width: 100%;
    height: 250px;
}

.MobileMenu-AltKategoriler-Liste {
    width: 100%;
    max-width: 100%;
    display: inline-block;
}

.MobileMenu-AltKategoriler-Detay {
    width: 100%;
    height: 30px;
    background: #545554 url("../img/altin_kucuk_ikon.png") no-repeat scroll 22px 12px;
    border-bottom: 1px solid #606060;
    display: block;
    float: left;
}

.MobileMenu-AltKategoriler-Link {
    display: block;
    width: 100%;
    font-size: 14px;
    padding-left: 40px;
    line-height: 32px;
    color: #fff;
}

.MobileMenu-AltKategoriler-Link:hover {
    text-decoration: underline;
}

.MobileMenuListDetay {
}

.MobileMenuListDetayLink:first-child {
    margin-top: 5px;
}

.MobileMenuListDetayLink {
    display: block;
    height: 20px;
    font-size: 14px;
    font-weight: bold;
    padding: 10px 20px;
    border-bottom: 1px solid #ddd;
}

.MobileMenuAltList {
    width: 100%;
    height: auto;
}

.MobileMenuAltListDetayLink {
    display: block;
    padding: 5px 30px;
    font-size: 13px;
    font-weight: bold;
    border-bottom: 1px solid #ddd;
}

.MobileMenuAltList {
    -webkit-transition: all .1s ease;
    -o-transition: all .1s ease;
    transition: all .1s ease;
    display: none;
}

.MobileArama {
    display: none;
}

.alta {
    top: 70px;
}

#arama_img {
    position: absolute;
    bottom: 0;
    left: auto;
    width: 45px;
    height: 45px;
    margin-right: 10px;
    right: 0;
    background: #c7c7c7;
    display: block;
    border-radius: 55px;
    background-size: contain;
}

#arama_img:before {
}

.cikis-link {
    display: inline-block;
    position: relative;
    top: -38px;
    clear: both;
    background: transparent;
    float: right;
    font-size: 11px;
    font-weight: bold;
    padding: 8px 7px 7px 17px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    height: 16px;
    right: 3px;
    z-index: 0;
    color: #ff0000;
}

.cikis-link:before {
    font-family: 'Material Icons';
    content: "power_settings_new";
    -webkit-font-feature-settings: 'liga';
    margin-right: 12px;
    font-size: 16px;
}

.MusteriTemsilciBilgi {
    float: right;
    margin-top: 30px;
    margin-right: 9px;
    font-size: 11px;
    color: #000;
    position: relative;
    z-index: 9;
}

.MusteriTemsilciBilgi-Ad {
    float: none !important;
    font-weight: bold;
    display: inline-block !important;
    padding: 0 !important;
}

.MusteriTemsilciBilgi {
    float: left;
    margin-top: 30px;
    margin-right: 9px;
    font-size: 11px;
    color: #000;
    position: relative;
    z-index: 9;
    width: 174px;
    height: 12px;
}

.MusteriTemsilciBilgi-Soyad {
    float: none !important;
    font-weight: bold;
    margin-right: 10px;
    display: inline-block;
}

.MusteriTemsilciBilgi-EMail a {
    color: #4A4A4A;
    font-size: 14px;
}

.MusteriTemsilciBilgiResponsive {
    display: none;
}

/* ortak header] */
/* [Footer Ikonlar */
.MailTelefonMesaj {
    width: 1260px;
    margin: 20px auto auto auto;
    font-size: 20px;
    padding-top: 0;
    background: url(../img/MusteriHizmetleri.png) no-repeat #f7f7f7;
    color: #fff;
    text-indent: 0;
    line-height: normal;
    position: relative;
    clear: both;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    height: 70px;
    background-size: cover;
    border-radius: 8px;
}

.MailTelefonMesaj:before {
    content: 'phone_in_talk';
    font-family: "Material Icons";
    position: absolute;
    left: 21%;
    font-size: 22px;
}

.TelVurgula {
    font-size: 20px;
    display: inline-block;
    padding: 0;
    color: #fff;
    right: auto;
    left: auto;
    width: auto;
    text-align: center;
    position: relative;
    top: 0;
}

.TelVurgula_Link {
    color: #fff;
}

.MailVurgula {
    display: inline-block
}

.MailVurgulaLink {
    font-size: 18px;
    position: relative;
    top: 1px;
    padding: 0 5px;
    color: #000
}

footer {
    width: 100%;
    margin: 0 auto;
    height: auto;
    background-color: #5c5c5c;
    border: 0;
    padding-top: 24px;
    margin-top: 90px;
}

footer::before {
    background: url('../img/full-card.png') no-repeat;
    margin: 0 auto;
    top: -80px;
    width: 1260px;
    background-size: contain;
    height: 40px;
}

.FooterIkonlar {
    width: auto;
    height: 50px;
    padding: 20px 0;
    margin: 5px auto;
    background: url(../img/bilgilendirme_bg.png) repeat-x 0 -8px;
    border: 1px solid #dadada;
    display: none;
}

.FooterIkonlar li {
    display: inline-block;
    width: 25%;
    float: left;
    font-size: 15px;
    color: #4b4749;
    box-sizing: border-box;
    height: 70px;
}

.FooterIkonAlan {
    float: left;
}

.FooterIkonHizmetBaslik1, .FooterIkonHizmetBaslik2, .FooterIkonHizmetBaslik3, .FooterIkonHizmetBaslik4 {
    color: #937861;
    font-size: 16px;
    font-weight: bold;
    float: left;
    width: 100px;
}

footer .Menu-AltKategoriler-Link {
    color: #fff;
}

footer .Menu-AltKategoriler-Link:after {
    content: '';
    display: block;
    background: #d00012;
    width: 25px;
    height: 2px;
    position: relative;
    top: 5px;
    transition: 1s all;
}

footer .Menu-AltKategoriler-Link:hover:after {
    width: 70px;
}

footer .MenuAltAltListeDetay, footer .MenuAltAltListeDetay a {
    color: #ededed
}

.FooterIkonAciklamaHavale {
    float: left;
    margin: 0 0 0 5px;
    width: 135px;
    padding-top: 5px;
    color: #626262;
    font-size: 12px;
    font-weight: bold;
}

.FooterIkonAciklamaKargo {
    float: left;
    margin: 0 0 0 5px;
    width: 135px;
    padding-top: 5px;
    color: #626262;
    font-size: 12px;
    font-weight: bold;
}

.FooterIkonAciklamaGuvenli {
    float: left;
    margin: 0 0 0 5px;
    width: 135px;
    padding-top: 5px;
    color: #626262;
    font-size: 12px;
    font-weight: bold;
}

.FooterIkonAciklamaMemnuniyet {
    float: left;
    margin: 0 0 0 5px;
    padding-top: 5px;
    color: #626262;
    font-size: 12px;
    font-weight: bold;
    width: 135px;
}

/* Footer Ikonlar] */
/* [Footer linkler */
.Menu-AltKategoriler-Liste::before {
    content: "ORTAKBAYİ";
    width: 100%;
    float: none;
    font-weight: bold;
    text-indent: 0;
    line-height: normal;
    border-bottom: transparent;
    height: auto;
    padding: 0;
    font-size: 11px;
    color: #ffffff;
    background-image: none;
    background-repeat: no-repeat;
    background-position: 0;
    display: none;
}

.Menu-AltKategoriler-Detay:nth-last-child(2) ul > div:last-child {
    display: none;
    background: transparent !important;
    color: transparent;
}

.Menu-AltKategoriler-Detay ul {
    min-height: auto;
}

.MenuAltAltListeDetay {
    height: auto;
}

.MenuAltAltLink {
    display: block;
    padding: 3px 0;
    font-size: 13px;
    color: #ffffff;
    box-sizing: border-box;
    background: none;
    text-indent: 0;
    height: 100%;
    line-height: normal;
    background-size: 0;
}

/* Footer linkler] */
/* [Sosyal Medya EriÅŸim IkonlarÄ± */
.SosyalMedyaErisimIkonlari {
    position: fixed;
    float: right;
    right: 0;
    top: 250px;
    z-index: 1000;
}

.SosyalMedyaErisimIkonlari-Liste {
    padding: 0;
}

.SosyalMedyaErisimIkonlari-Detay {
    padding: 0;
    margin: 0;
}

.SosyalMedyaErisimIkonlari-Link {
    display: block;
    margin: 0;
}

.SosyalMedyaErisimIkonlariLinkGoogle {
    background: url(../img/sosyal_medya/googleplus_fixed2.png) no-repeat 0px 0px;
    display: block;
    margin: 0;
    width: 36px;
    height: 36px;
    background-size: 72px 36px;
}

.SosyalMedyaErisimIkonlariLinkGoogle:hover {
    background-position: -36px 0;
}

.SosyalMedyaErisimIkonlariLinkFacebook {
    background: url(../img/sosyal_medya/facebook_fixed2.jpg) no-repeat 0px 0px;
    display: block;
    margin: 0;
    width: 36px;
    height: 36px;
    background-size: 72px 36px;
}

.SosyalMedyaErisimIkonlariLinkInstagram {
    background: url(../img/sosyal_medya/instagram_fixed2.jpg) no-repeat 0px 0px;
    display: block;
    margin: 0;
    width: 36px;
    height: 36px;
    background-size: 72px 36px;
}

.SosyalMedyaErisimIkonlariLinkInstagram:hover {
    background-position: -36px 0;
}

.SosyalMedyaErisimIkonlariLinkLinkedin {
    background: url(../img/sosyal_medya/linkedin_fixed.png) no-repeat 0 0;
    display: block;
    margin: 0;
    width: 36px;
    height: 36px;
    background-size: 72px 36px;
}

.SosyalMedyaErisimIkonlariLinkPinterest {
    background: url(../img/sosyal_medya/pinterest_fixed.png) no-repeat 0px 0px;
    display: block;
    margin: 0;
    width: 36px;
    height: 36px;
    background-size: 72px 36px;
}

.SosyalMedyaErisimIkonlariLinkTwitter {
    background: url(../img/sosyal_medya/twitter_fixed2.jpg) no-repeat 0 0;
    display: block;
    margin: 0;
    width: 36px;
    height: 36px;
    background-size: 72px 36px;
}

.SosyalMedyaErisimIkonlariLinkTwitter:hover {
    background-position: -36px 0;
}

.SosyalMedyaErisimIkonlariLinkWhatsapp {
    background: url(../img/sosyal_medya/whatsup_fixed.jpg) no-repeat 0 0;
    margin: 0;
    width: 36px;
    height: 36px;
    background-size: 72px 36px;
    display: none;
}

.SosyalMedyaErisimIkonlariLinkWhatsapp:hover {
    background-position: -36px 0;
}

.SosyalMedyaErisimIkonlari-Link > img {
    display: block;
    margin: 0;
    padding: 0;
}

.MailListesi_Kayit-Bilgiler {
    float: left;
    width: 50%;
}

.MailListesi_Kayit-Islemler {
    float: left;
    width: 50%;
}

.MailListe_Kayit-Captcha_Kapsayici {
    float: left;
    height: 70px;
    position: relative;
    width: 199px;
    padding-top: 20px;
    box-sizing: border-box;
}

.MailListe_Kayit-Captcha_Kapsayici .g-recaptcha {
    transform: scale(0.65);
    -webkit-transform: scale(0.65);
    trasform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    -ms-transform: scale(0.65);
    -ms-transform-origin: 0 0;
}

/* Piyasa Bilgisi Mail Liste Form ]*/
/* [ */
.SiteBilgiAciklama {
    width: 100%;
    max-width: 1260px;
    height: auto;
    font-size: 15px;
    padding-top: 0;
    overflow: hidden;
    padding-bottom: 0px;
    background-color: transparent;
    border: none;
    margin: 0 auto;
    box-sizing: border-box;
}

.SiteBilgiAciklama-SiteBilgisi {
    float: left;
    display: inline-block;
    position: relative;
    top: 8px;
}

.SiteBilgiAciklama-Bigliler {
    display: inline-block;
    float: right;
    overflow: hidden;
    width: 100%;
    box-sizing: border-box;
    padding: 0px 10px;
}

.KrediKartlari-Bilgi img {
    max-width: 100%;
    display: none;
}

.SosyalMedya-Resim {
    float: left;
    margin-right: 10px;
    display: none;
}

.SosyalMedya-Ikonlar-Liste {
    float: right;
    display: block;
    margin-left: 10px;
}

.SosyalMedya-Ikonlar-Detay {
    float: right;
    padding-right: 3px;
}

.instagram {
    background: rgba(0, 0, 0, 0) url("../img/sosyal_medya/social_icons.png") no-repeat scroll -71px 0;
    display: block;
    height: 29px;
    width: 29px;
}

.instagram:hover {
    background-position: -71px -29px;
}

.twitter {
    background: rgba(0, 0, 0, 0) url("../img/sosyal_medya/social_icons.png") no-repeat scroll -36px 0;
    display: block;
    height: 29px;
    width: 29px;
}

.twitter:hover {
    background-position: -36px -29px;
}

.facebook {
    background: rgba(0, 0, 0, 0) url("../img/sosyal_medya/social_icons.png") no-repeat scroll 0 0;
    display: block;
    height: 29px;
    width: 29px;
}

.googleplus {
    background: rgba(0, 0, 0, 0) url("../img/sosyal_medya/google_plus2.png") no-repeat scroll 0 0;
    display: block;
    height: 29px;
    width: 30px;
}

.googleplus:hover {
    background-position: -30px 0px;
}

.linkedin {
    background: rgba(0, 0, 0, 0) url("../img/sosyal_medya/linkedin_footer.png") no-repeat scroll 0 0;
    display: block;
    height: 29px;
    width: 30px;
}

.linkedin:hover {
    background-position: -30px 0px;
}

.pinterest {
    background: rgba(0, 0, 0, 0) url("../img/sosyal_medya/pinterest_footer.png") no-repeat scroll 0 0;
    display: block;
    height: 29px;
    width: 30px;
}

.whatsapp {
    display: none;
    background: rgba(0, 0, 0, 0) url("../img/sosyal_medya/whatsup_footer.png") no-repeat scroll 0 0;
    height: 29px;
    width: 30px;
}

.YazilimHakkinda {
    width: 100%;
    max-width: 100%;
    height: auto;
    font-size: 15px;
    overflow: hidden;
    margin: 0 auto;
    background-color: #4a4a4a;
    border: none;
    padding: 5px 0;
    box-sizing: border-box;
    justify-content: center;
    display: flex;
    align-items: center;
    color: #fff;
}

.YazilimHakkindaLink {
    color: #fff;
    text-indent: -9999px;
    overflow: hidden;
    display: block;
    height: 40px;
    line-height: 14px;
}

.YazilimHakkindaLink:after {
    content: 'IDEAAS BİLGİSAYAR SİSTEMLERİ LTD. ŞTİ.';
    text-indent: 1px;
    color: white;
    display: block;
    font-size: 14px;
}

.YazilimHakkinda_Logo {
    float: none;
    width: 30%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.YazilimHakkindaImg {
    width: 90px;
}

/* [Tüm Alternatifleri GÃ¶ster Script CSS */
.SelectPanel {
    float: left;
    width: 100%;
    clear: both;
}

.SelectPanel .SelectOpt {
    border: 1px solid #ccc;
    float: left;
    padding: 3px;
    cursor: pointer;
    color: #ccc;
    margin: 2px 2px 0 0;
}

.SelectPanel .Active {
    color: #000;
    cursor: default;
    border: 1px solid #000;
}

/* Tüm Alternatifleri GÃ¶ster Script CSS] */
/* [==== Scrollup Css ===>*/
.scrollup {
    position: fixed;
    bottom: 30px;
    right: 15px;
    display: none;
    z-index: 9999;
    cursor: pointer;
    background: url('../img/up-arrow.png');
    background-size: 36px 36px;
    width: 36px;
    height: 36px;
}

/* <==== Scrollup Css ====]*/
/* [ Header 20190711 */
.TumSayfalar-Ust {
}

.TumSayfalar-Ust .UstBilgi {
}

.TumSayfalar-Ust .UstBilgi .col3 .row:first-child {
    height: 0;
}

.TumSayfalar-Ust .UstBilgi .Logo {
    box-sizing: border-box;
    height: 52px;
}

.col1 {
    width: 8.4%;
    float: left;
    position: relative;
    display: block;
    height: auto;
}

.col3 {
    width: 25%;
    float: left;
    position: relative;
    display: block;
    height: auto;
}

.col7 {
    width: 59%;
    float: left;
    position: relative;
    display: block;
    height: auto;
}

.col8 {
    width: 67%;
    float: left;
    position: relative;
    display: block;
    height: auto;
}

.col9 {
    width: 75%;
    float: left;
    position: relative;
    display: block;
    height: auto;
}

.col10 {
    width: 83.4%;
    float: left;
    position: relative;
    display: block;
    height: auto;
}

.col11 {
    width: 91.6%;
    float: left;
    position: relative;
    display: block;
    height: auto;
}

.col12 {
}

.Doviz {
    position: absolute;
    top: -32px;
    right: 0;
    float: none;
    width: 30%;
}

.TumSayfalar-Ust .Doviz .dovizler span {
    margin: 0 5px;
}

.TumSayfalar-Ust .Doviz .dovizler .DovizCinsiAdi {
    color: #d00211;
}

.TumSayfalar-Ust .Banner {
    height: 68px;
    float: left;
    display: none;
}

.TumSayfalar-Ust .Banner .tepe-banner {
    text-align: center;
    width: auto;
    box-sizing: border-box;
    position: relative;
    float: none;
    padding: 15px 0;
}

.TumSayfalar-Ust .Banner .tepe-banner img {
    max-width: 100%;
}

.TumSayfalar-Ust .Arama .AramaCesitleri {
    display: block;
    max-width: 100%;
    width: 100%;
    float: none;
    z-index: 1;
}

.TumSayfalar-Ust .Arama #AramaCesitleri {
    float: left;
    height: auto;
    width: 100%;
    position: relative;
    box-sizing: border-box;
    padding: 0;
}

.TumSayfalar-Ust .Filtre {
    padding: 15px 0;
    display: none;
}

.TumSayfalar-Ust .Filtre .MarkaListe {
    max-width: 100%;
    margin: 0;
    border-radius: 5px;
    width: 185px;
}

.TumSayfalar-Ust .Filtre .MarkaListe .MarkaListeUst {
    max-width: 100%;
    margin: 0;
}

.TumSayfalar-Ust .Filtre .KategoriListe {
    max-width: 100%;
    margin: 0;
    border-radius: 5px;
    width: 185px;
    float: right;
}

.TumSayfalar-Ust .Filtre .KategoriListe .KategoriListeUst {
    max-width: 100%;
}

.TumSayfalar-Ust .Kategori {
    width: 49%;
    float: right;
}

.TumSayfalar-Ust .Marka {
    width: 49%;
    float: left;
}

.TumSayfalar-Ust .GirisYap {
    position: absolute;
    left: 0;
    top: -50px;
    height: 50px;
}

.TumSayfalar-Ust .GirisYap .AnaSayfaKullaniciGirisYapButonLink {
    float: none;
    margin: 0;
}

.TumSayfalar-Ust .UyeOl {
    position: absolute;
    top: -50px;
    left: 110px;
}

.TumSayfalar-Ust .KullaniciAdSoyad:hover {
    color: #000;
    padding: 0;
    box-sizing: border-box;
    height: 26px;
    line-height: 26px;
    width: 500px;
    background: transparent;
    border-right: 0;
    overflow: auto;
    position: absolute;
    top: -36px;
    left: 0;
    display: flex;
    align-items: center;
    border-radius: 0;
}

.TumSayfalar-Ust .KullaniciAdSoyad:hover div {
    float: none;
    width: auto;
}

.TumSayfalar-Ust .KullaniciAdSoyad .MenuUyeKullaniciKarsilamaYazi {
    float: none;
    padding: 0;
    display: block;
    margin-right: 10px;
}

.TumSayfalar-Ust .KullaniciAdSoyad .MenuUyeKullanici-Ad {
}

.TumSayfalar-Ust .KullaniciAdSoyad .MenuUyeKullanici-Soyad {
    float: none;
    margin: 0;
    padding: 0;
    max-width: 25%;
    overflow-wrap: break-word;
    box-sizing: border-box;
}

.TumSayfalar-Ust .KullaniciAdSoyad .MenuUyeKullanici-Unvan {
    margin: 0;
    width: 100%;
    overflow: auto;
    height: 100%;
    max-width: 100%;
    text-align: left;
    float: none;
    font-size: 12px;
    line-height: inherit;
    overflow-wrap: normal;
    box-sizing: border-box;
    padding-left: 0;
    margin-left: 0;
}

.TumSayfalar-Ust .KullaniciAdSoyad .MenuUyeKullanici-Unvan:before {
    content: '|';
    margin: 0 15px;
    color: red;
}

.TumSayfalar-Ust .UyeBilgilerimMenu .MenuUyeKullaniciMenu {
    top: 0;
    right: unset;
    left: 0;
    height: auto;
    width: 100%;
    padding: 0;
    z-index: 1007;
}

.TumSayfalar-Ust .MusteriTemsilcisiBilgiler {
    box-sizing: border-box;
    float: none;
    max-width: 235px;
    overflow: inherit;
    display: none;
    position: fixed;
    right: 32px;
    top: 34%;
    box-shadow: 0 0 2px 5px rgb(74 74 73 / 60%);
    border-radius: 8px;
    height: 130px;
    padding: 10px;
    z-index: 99;
    background: #F0F0F0;
	width: 100%;
}

.TumSayfalar-Ust .MusteriTemsilcisiBilgiler:before {
    font-family: 'Material Icons';
    position: absolute;
    background: #cbcbcb;
    color: #fff;
    width: 18px;
    height: 120px;
    left: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
    cursor: pointer;
}

.TumSayfalar-Ust .MusteriTemsilcisi .MusteriTemsilciBilgi-Icerik:after {
    content: 'Sipariş ve Destek Hattı';
    color: #D00012 !important;
    font-size: 16px;
    display: block;
    position: absolute;
    left: 9px;
    text-indent: 0;
    top: 0;
    border-bottom: 1px solid #707070;
    width: 100%;
    height: 24px;
}

.phone-hide {
    display: none !important
}

/* -- */
.AramaCesitleri {
    display: none;
}

.AnaSayfaKullaniciGirisButonlar {
    display: none;
}

/* Header 20190711 ] */
/* [ CookieMesaj */
.Bottom-Cookie-Information {
    position: fixed;
    bottom: 8px;
    height: auto;
    width: 98%;
    max-width: 450px;
    padding: 10px;
    box-sizing: border-box;
    z-index: 2000001;
    background: rgba(0, 0, 0, 0.6);
}

.Bottom-Cookie-Message {
    z-index: 3;
    float: left;
    width: 90%;
    padding: 10px;
    color: #fff;
    font-size: 13px;
}

.Bottom-Cookie-Message a {
    font-weight: bold;
    color: #fff;
    text-decoration: underline;
}

.Bottom-Cookie-Button {
    z-index: 1;
    float: right;
    clear: both;
}

.Bottom-Cookie-Button button {
    background-color: #bc0000;
    color: #fff;
    font-weight: bold;
    height: 29px;
    cursor: pointer;
    box-sizing: border-box;
    border: 0;
    -webkit-appearance: none;
    border-radius: 5px;
}

.hizli-menu-area {
}

.hizli-menu-area:hover ul {
    display: flex;
}

.hizli-menu-area figure {
    margin: 0 auto;
    height: 40px;
    padding: 15px 0;
}

.hizli-menu-title:after {
    content: 'expand_more';
    font-family: 'Material Icons';
    display: block;
    font-size: 20px;
    color: #fff;
    margin-left: 6px;
}

.hizli-menu-area ul a:hover {
    color: #D00012;
    border-right-color: red;
    border-bottom-color: red;
}

.hizli-menu-area ul a:nth-child(4), .hizli-menu-area ul a:nth-child(8) {
    border-right: 0;
}

.hizli-menu-area ul a:nth-child(5), .hizli-menu-area ul a:nth-child(6), .hizli-menu-area ul a:nth-child(7),.hizli-menu-area ul a:nth-child(8) {
    border-bottom: 0
}

.hizli-menu-area ul a img {
    display: block;
    margin: 0 auto;
    height: 36px;
    max-width: none !important;
    width: auto !important;
}

.hizli-menu-area ul a:nth-child(7) img {
    width: 54px !important;
}

.hizli-menu-area ul a:nth-child(8) img {
    width: 54px !important;
}

.add-basket-content {
    background: #fff;
    width: 400px;
    height: 200px;
    position: fixed;
    top: 35%;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 100000;
    border-radius: 6px;
    text-align: center;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    font-size: 18px;
    font-weight: bold;
    color: #d00012;
    padding: 10px;
}

.add-basket-content-oval {
    content: '';
    background: rgb(0 0 0 / 55%);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
}

.add-basket-content .close {
    width: 100%;
    position: absolute;
    right: 10px;
    top: 10px;
    text-align: right;
}

.add-basket-content p:before {
    content: 'sentiment_satisfied_alt';
    font-family: 'Material Icons';
    font-size: 30px;
    display: block;
    color: #000;
    margin-bottom: 20px;
}

.add-basket-content p {
    width: 100%;
}

.add-basket-content .close:after {
    content: 'cancel';
    font-family: 'Material Icons';
    display: block;
    font-size: 18px;
    color: #000;
}

.add-basket-content .go-basket, .add-basket-content .go-home {
    color: #fff;
    background: #d00012;
    border-radius: 6px;
    width: 45%;
    margin: 0 5px;
    padding: 5px;
    font-weight: normal;
    font-size: 14px;
}

*::selection {
    background: #343434;
    color: #D00012
}

footer .Menu-AltKategoriler-Link:hover:after {
    width: 70px;
}

footer .MenuAltAltListeDetay, footer .MenuAltAltListeDetay a {
    color: #ededed;
    transition: 0.5s all;
}

footer .MenuAltAltListeDetay:hover, footer .MenuAltAltListeDetay a:hover {
    color: #d00012
}

.FooterIkonAciklamaHavale {
    float: left;
    margin: 0 0 0 5px;
    width: 135px;
    padding-top: 5px;
    color: #626262;
    font-size: 12px;
    font-weight: bold;
}

.FooterIkonAciklamaKargo {
    float: left;
    margin: 0 0 0 5px;
    width: 135px;
    padding-top: 5px;
    color: #626262;
    font-size: 12px;
    font-weight: bold;
}

.FooterIkonAciklamaGuvenli {
    float: left;
    margin: 0 0 0 5px;
    width: 135px;
    padding-top: 5px;
    color: #626262;
    font-size: 12px;
    font-weight: bold;
}

.FooterIkonAciklamaMemnuniyet {
    float: left;
    margin: 0 0 0 5px;
    padding-top: 5px;
    color: #626262;
    font-size: 12px;
    font-weight: bold;
    width: 135px;
}

/* Footer Ikonlar] */
/* [Footer linkler */
.Menu-AltKategoriler {
    max-width: 1260px;
    display: block;
    margin: 0 auto;
    overflow: auto;
    box-sizing: border-box;
    padding: 0;
    background-position: bottom center;
    background-size: auto;
    border: transparent;
    clear: both;
    position: relative;
    top: -20px;
}

.Menu-AltKategoriler-Liste {
    width: 100%;
    min-height: auto;
    text-indent: 0;
    height: auto;
    padding: 0;
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
    align-items: center;
}

.Menu-AltKategoriler-Liste .MenuAlt-Ayirac {
    display: none;
}

.Menu-AltKategoriler-Liste::before {
    content: "ORTAKBAYİ";
    width: 100%;
    float: none;
    font-weight: bold;
    text-indent: 0;
    line-height: normal;
    border-bottom: transparent;
    height: auto;
    padding: 0;
    font-size: 11px;
    color: #ffffff;
    background-image: none;
    background-repeat: no-repeat;
    background-position: 0;
    display: none;
}

.Menu-AltKategoriler-Detay {
    float: none;
    display: inline-block;
    box-sizing: border-box;
    height: 200px !important;
    width: 15% !important;
    padding: 0 !important;
    color: #fff;
}

.Menu-AltKategoriler-Detay:nth-last-child(2) ul > div:last-child {
    display: none;
    background: transparent !important;
    color: transparent;
}

.Menu-AltKategoriler-Link {
    font-size: 15px;
    font-weight: bold;
    color: #ffffff;
    width: 100%;
    display: block;
    padding: 0;
    margin-bottom: 15px;
}

.Menu-AltKategoriler-Detay ul {
    min-height: auto;
}

.MenuAltAltListeDetay {
    height: auto;
}

.MenuAltAltLink {
    display: block;
    padding: 3px 0;
    font-size: 13px;
    color: #ffffff;
    box-sizing: border-box;
    background: none;
    text-indent: 0;
    height: 100%;
    line-height: normal;
    background-size: 0;
}

/* Footer linkler] */
/* [Sosyal Medya EriÅŸim IkonlarÄ± */
.SosyalMedyaErisimIkonlari {
    position: fixed;
    float: right;
    right: 0;
    top: 250px;
    z-index: 1000;
}

.SosyalMedyaErisimIkonlari-Liste {
    padding: 0;
}

.SosyalMedyaErisimIkonlari-Detay {
    padding: 0;
    margin: 0;
}

.SosyalMedyaErisimIkonlari-Link {
    display: block;
    margin: 0;
}

.SosyalMedyaErisimIkonlariLinkGoogle {
    background: url(../img/sosyal_medya/googleplus_fixed2.png) no-repeat 0 0;
    display: block;
    margin: 0;
    width: 36px;
    height: 36px;
    background-size: 72px 36px;
}

.SosyalMedyaErisimIkonlariLinkGoogle:hover {
    background-position: -36px 0;
}

.SosyalMedyaErisimIkonlariLinkFacebook {
    background: url(../img/sosyal_medya/facebook_fixed2.jpg) no-repeat 0 0;
    display: block;
    margin: 0;
    width: 36px;
    height: 36px;
    background-size: 72px 36px;
}

.SosyalMedyaErisimIkonlariLinkFacebook:hover {
    background-position: -36px 0;
}

.SosyalMedyaErisimIkonlariLinkInstagram {
    background: url(../img/sosyal_medya/instagram_fixed2.jpg) no-repeat 0 0;
    display: block;
    margin: 0;
    width: 36px;
    height: 36px;
    background-size: 72px 36px;
}

.SosyalMedyaErisimIkonlariLinkInstagram:hover {
    background-position: -36px 0;
}

.SosyalMedyaErisimIkonlariLinkLinkedin {
    background: url(../img/sosyal_medya/linkedin_fixed.png) no-repeat 0 0;
    display: block;
    margin: 0;
    width: 36px;
    height: 36px;
    background-size: 72px 36px;
}

.SosyalMedyaErisimIkonlariLinkLinkedin:hover {
    background-position: -36px 0;
}

.SosyalMedyaErisimIkonlariLinkPinterest {
    background: url(../img/sosyal_medya/pinterest_fixed.png) no-repeat 0 0;
    display: block;
    margin: 0;
    width: 36px;
    height: 36px;
    background-size: 72px 36px;
}

.SosyalMedyaErisimIkonlariLinkPinterest:hover {
    background-position: -36px 0;
}

.SosyalMedyaErisimIkonlariLinkTwitter {
    background: url(../img/sosyal_medya/twitter_fixed2.jpg) no-repeat 0 0;
    display: block;
    margin: 0;
    width: 36px;
    height: 36px;
    background-size: 72px 36px;
}

.SosyalMedyaErisimIkonlariLinkTwitter:hover {
    background-position: -36px 0;
}

.SosyalMedyaErisimIkonlariLinkWhatsapp {
    display: none;
}

.SosyalMedyaErisimIkonlariLinkWhatsapp:hover {
    background-position: -36px 0;
}

.SosyalMedyaErisimIkonlari-Link > img {
    display: block;
    margin: 0;
    padding: 0;
}

/* Sosyal Medya EriÅŸim IkonlarÄ±] */
/* [Piyasa Bilgisi Mail Liste Form */
.PiyasaBilgisiMailListeForm {
    display: none;
}

.MailListesi_Kayit-Bilgiler {
    float: left;
    width: 50%;
}

.MailListesi_Kayit-Islemler {
    float: left;
    width: 50%;
}

.MailListe_Kayit-Captcha_Kapsayici {
    float: left;
    height: 70px;
    position: relative;
    width: 199px;
    padding-top: 20px;
    box-sizing: border-box;
}

/* Piyasa Bilgisi Mail Liste Form ]*/
/* [ */
.SiteBilgiAciklama {
    width: 100%;
    max-width: 1260px;
    height: auto;
    font-size: 15px;
    padding-top: 0;
    overflow: hidden;
    padding-bottom: 0;
    background-color: transparent;
    border: none;
    margin: 0 auto;
    box-sizing: border-box;
}

.SiteBilgiAciklama-SiteBilgisi {
    float: left;
    display: inline-block;
    position: relative;
    top: 8px;
}

.SiteBilgiAciklama-Bigliler {
    display: inline-block;
    float: right;
    overflow: hidden;
    width: 100%;
    box-sizing: border-box;
    padding: 0 10px;
}

.KrediKartlari-Bilgi img {
    max-width: 100%;
    display: none;
}

.SosyalMedya-Bilgi {
    float: right;
    display: inline-block;
}

.SosyalMedya-Resim {
    float: left;
    margin-right: 10px;
    display: none;
}

/* [Tüm Alternatifleri GÃ¶ster Script CSS */
.SelectPanel {
    float: left;
    width: 100%;
    clear: both;
}

.SelectPanel .SelectOpt {
    border: 1px solid #ccc;
    float: left;
    padding: 3px;
    cursor: pointer;
    color: #ccc;
    margin: 2px 2px 0 0;
}

/* [==== Scrollup Css ===>*/
/* <==== Scrollup Css ====]*/
/* [ Header 20190711 */
.TumSayfalar-Ust {
    width: 100%;
    max-width: 100%;
    float: none;
    margin: 50px auto 0 auto;
    display: block;
    position: relative;
    height: auto;
    background: #d00012;
}

.TumSayfalar-Ust .UstBilgi {
    height: 120px;
    width: 1260px;
    float: none;
    margin: 0 auto;
}

.TumSayfalar-Ust .UstBilgi .col3 .row:first-child {
    height: 0;
}

.TumSayfalar-Ust .UstBilgi .Logo {
    height: 95px;
    width: 200px;
    float: none;
    position: relative;
    top: 25px;
}

.TumSayfalar-Ust .UstBilgi .Logo a {
    width: 200px;
    height: 60px;
    display: flex;
    align-items: center;
    z-index: 9;
    position: relative;
}

.col1 {
    width: 8.4%;
    float: left;
    position: relative;
    display: block;
    height: auto;
}

.col2 {
    width: 16.6%;
    float: left;
    position: relative;
    display: block;
    height: auto;
}

.col3.Left {
    position: absolute;
    width: 100%;
    float: none;
}

.col4.Center {
    position: absolute;
    width: 100%;
    top: 96px;
}

.col5.Right {
    width: 100%;
    float: none;
}

.col4 {
    width: 33%;
    float: none;
    position: relative;
    display: block;
    height: auto;
}

.col5 {
    width: 41%;
    float: none;
    position: relative;
    display: block;
    height: auto;
}

.col6 {
    width: 50%;
    float: left;
    position: relative;
    display: block;
    height: 70px;
}

.col7 {
    width: 59%;
    float: left;
    position: relative;
    display: block;
    height: auto;
}

.col8 {
    width: 67%;
    float: left;
    position: relative;
    display: block;
    height: auto;
}

.col9 {
    width: 75%;
    float: left;
    position: relative;
    display: block;
    height: auto;
}

.col10 {
    width: 83.4%;
    float: left;
    position: relative;
    display: block;
    height: auto;
}

.col11 {
    width: 91.6%;
    float: left;
    position: relative;
    display: block;
    height: auto;
}

.col12 {
    width: 100%;
}

.TumSayfalar-Ust .Logo img {
    margin-top: 0;
    width: 100%;
}

.Doviz {
    position: absolute;
    top: -32px;
    right: 0;
    float: none;
    width: 30%;
}

.TumSayfalar-Ust .Doviz .dovizler span {
    margin: 0 5px;
}

.TumSayfalar-Ust .Doviz .dovizler {
    width: auto;
    height: auto;
    padding-top: 0;
    text-align: unset;
    font-size: 12px;
    display: block;
    float: none;
    position: relative;
    color: #000;
    top: 0;
}

.TumSayfalar-Ust .Doviz .dovizler .DovizCinsiAdi {
    color: #d00211;
}

.TumSayfalar-Ust .Banner {
    height: 68px;
    float: left;
    display: none;
}

.TumSayfalar-Ust .Banner .tepe-banner {
    text-align: center;
    width: auto;
    box-sizing: border-box;
    position: relative;
    float: none;
    padding: 15px 0px;
}

.TumSayfalar-Ust .Banner .tepe-banner img {
    max-width: 100%;
}

.TumSayfalar-Ust .Arama .AramaCesitleri {
    display: block;
    max-width: 100%;
    width: 100%;
    float: none;
    z-index: 1006;
}

.TumSayfalar-Ust .Kategori {
    width: 49%;
    float: right;
}

.TumSayfalar-Ust .Marka {
    width: 49%;
    float: left;
}

.TumSayfalar-Ust .GirisYap {
    position: absolute;
    left: 0;
    top: -50px;
    height: 50px;
}

.TumSayfalar-Ust .GirisYap .AnaSayfaKullaniciGirisYapButonLink {
    float: none;
    margin: 0;
}

.TumSayfalar-Ust .UyeOl {
    position: absolute;
    top: -50px;
    left: 110px;
}

.TumSayfalar-Ust .DestekHatti .siparis-destek {
    display: none;
}

.game-content a {
    background-color: #fff;
    height: 40px;
    width: 40px;
    display: block;
    border-radius: 50px;
    color: #fff;
    line-height: 115px;
    font-size: 15px;
    position: relative;
    text-align: center;
    margin: 0 auto;
    transition: 0.6s all;
}

.game-content a:hover {
    background: #dadada;
}

.game-content a:before {
    content: '';
    background-image: url(../img/game-logo.png);
    width: 30px;
    height: 30px;
    background-size: contain;
    position: absolute;
    top: 4px;
    left: 4px;
}

.TumSayfalar-Ust .Sepet {
    min-height: auto;
    height: 40px;
    width: 165px;
    margin-right: 85px;
    top: -3px;
    float: right;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.TumSayfalar-Ust .KullaniciBilgiler {
    padding: 15px 0px 0px;
    height: 0;
    box-sizing: border-box;
}

.TumSayfalar-Ust .KullaniciAdSoyad {
    color: #000;
    padding: 0;
    box-sizing: border-box;
    height: 26px;
    line-height: 26px;
    width: 100%;
    background: transparent;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
    border-right: 0;
    overflow: auto;
    position: absolute;
    top: -36px;
    left: 0;
    display: flex;
    align-items: center;
}

.TumSayfalar-Ust .KullaniciAdSoyad:hover {
    color: #000;
    padding: 0;
    box-sizing: border-box;
    height: 26px;
    line-height: 26px;
    width: 65%;
    background: transparent;
    border-right: 0;
    overflow: auto;
    position: absolute;
    top: -36px;
    left: 0;
    display: flex;
    align-items: center;
    border-radius: 0;
}

.TumSayfalar-Ust .KullaniciAdSoyad:hover div {
    float: none;
    width: auto;
}

.TumSayfalar-Ust .KullaniciAdSoyad .MenuUyeKullaniciKarsilamaYazi {
    float: none;
    padding: 0;
    display: block;
    margin-right: 10px;
}

.TumSayfalar-Ust .KullaniciAdSoyad .MenuUyeKullanici-Ad {
    float: none;
    margin: 0px;
    padding: 0px 3px 0px 0px;
    max-width: max-content;
    width: 100%;
    overflow-wrap: break-word;
    height: 26px;
    box-sizing: border-box;
}

.TumSayfalar-Ust .KullaniciAdSoyad .MenuUyeKullanici-Soyad {
    float: none;
    margin: 0px;
    padding: 0;
    max-width: 25%;
    overflow-wrap: break-word;
    box-sizing: border-box;
}

.TumSayfalar-Ust .KullaniciAdSoyad .MenuUyeKullanici-Unvan:before {
    content: '|';
    margin: 0 15px;
    color: red;
}

.TumSayfalar-Ust .UyeBilgilerimMenu {
    position: absolute;
    min-height: auto;
    box-sizing: border-box;
    width: 80px;
    background: transparent;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    right: 15px;
    top: 12px;
}

.TumSayfalar-Ust .Cikis {
    float: none;
    position: absolute;
    width: auto;
    right: 24px;
    top: -32px;
    display: flex;
    height: 15px;
    align-items: center;
}

.TumSayfalar-Ust .Cikis #cikis {
    position: relative;
    float: none;
    background: transparent;
    border-radius: 5px;
    display: flex;
    align-items: center;
    height: 15px;
}

.TumSayfalar-Ust .Cikis #cikis .cikis-link {
    float: none;
    padding: 0;
    width: auto;
    display: flex;
    align-items: center;
    height: 15px;
    font-size: 15px;
    font-weight: 500;
}

.TumSayfalar-Ust .Cikis #cikis .cikis-link:hover {
    color: #000
}

.TumSayfalar-Ust .Sepet .SepetUst {
    float: none;
    max-width: max-content;
    width: 70px;
    box-sizing: border-box;
    display: block;
    padding: 0;
    margin: 0;
    height: 40px;
    line-height: 36px;
}

.TumSayfalar-Ust .Sepet .SepetUst .SepetLink {
    background: transparent;
    color: #fff;
    float: none;
    border-radius: 0;
    border-bottom: transparent;
    padding-left: 0;
    height: auto;
}

.TumSayfalar-Ust .MusteriTemsilcisi {
    float: none;
    position: relative;
    color: #d00211;
    line-height: 24px;
    height: 25px;
    overflow: inherit;
    width: 100%;
    text-align: center;
    font-size: 15px;
}

.TumSayfalar-Ust .MusteriTemsilcisi .MusteriTemsilciBilgi-Icerik {
    display: none;
}

.TumSayfalar-Ust .MusteriTemsilcisi .MusteriTemsilciBilgi-Icerik:after {
    content: 'Sipariş ve Destek Hattı';
    color: #D00012 !important;
    font-size: 16px;
    display: block;
    position: absolute;
    left: 9px;
    text-indent: 0;
    top: 0;
    border-bottom: 1px solid #707070;
    width: 100%;
    height: 24px;
}

.TumSayfalar-Ust .MusteriTemsilcisiIletisim {
    position: relative;
    color: #4A4A4A;
    line-height: inherit;
    height: auto;
    overflow: inherit;
    clear: both;
    float: none;
    padding-left: 0;
    margin-top: 5px;
    text-align: center;
}

.TumSayfalar-Ust .MusteriTemsilcisiIletisim .MusteriTemsilciBilgi-EMail {
    float: none;
    margin: 0px;
    clear: none;
    height: 20px;
    overflow: hidden;
    width: 100%;
    display: block;
}

.TumSayfalar-Ust .MusteriTemsilcisiIletisim .MusteriTemsilciBilgi-Tel {
    float: none;
    margin: 8px 0;
    padding: 0;
    box-sizing: border-box;
    height: auto;
    overflow: inherit;
    width: 100%;
    line-height: initial;
    font-size: 14px;
}

.TumSayfalar-Ust .MusteriTemsilcisiIletisim .MusteriTemsilciBilgi-TelDahili {
    float: none;
    padding: 0;
    height: auto;
    overflow: hidden;
    width: 100%;
    font-size: 14px;
}

.phone-open {
    display: block !important;
    position: fixed;
    right: 0;
    z-index: 1;
    top: 30%;
}

.phone-open:after {
    content: 'Sipariş ve Destek Hattı';
    position: absolute;
    background: #4a4a4a;
    color: #fff;
    width: 187px;
    height: 30px;
    right: -190px;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    font-size: 12px;
    cursor: pointer;
    transition: 0.6s all;
    letter-spacing: 2px;
    transform-origin: 0 0;
    transform: rotate(90deg);
    font-weight: bold;
}

.phone-open:hover:after {
    background: #6bbe2f;
    color: #000;
}

.logo-uyeislemleri {
    display: none;
}

.AramaCesitleri {
    display: none;
}

.AnaSayfaKullaniciGirisButonlar {
    display: none;
}

.hizli-menu-area {
    display: block;
    position: absolute;
    top: 0;
    left: 290px;
    width: 200px;
    transition: 1s all;
	z-index: 1007;
}

.hizli-menu-title {
    height: 50px;
    display: flex;
    line-height: 50px;
    color: #fff;
    font-size: 18px;
}

.hizli-menu-area:hover ul {
    display: flex;
}

.hizli-menu-title:after {
    content: 'expand_more';
    font-family: 'Material Icons';
    display: block;
    font-size: 20px;
    color: #fff;
    margin-left: 6px;
}

.hizli-menu-area ul {
    display: none;
    background: #fff;
    width: 660px;
    flex-wrap: wrap;
    position: absolute;
    left: -150px;
    z-index: 999;
    border-radius: 16px;
    box-shadow: 1px 1px 10px rgb(0 0 0 / 30%);
    transition: 1s all;
    margin: 0 auto;
}

.hizli-menu-area ul a {
    font-size: 16px;
    color: #4A4A4A;
    display: inline-block !important;
    height: 100px !important;
    width: 23.1% !important;
    text-align: center;
    padding: 5px;
    border-right: 1px dotted #4a4a4a;
    border-bottom: 1px dotted #4a4a4a;
    transition: .7s all;
    border-radius: 0;
}

.hizli-menu-area ul a:hover {
    color: #D00012;
    border-right-color: red;
    border-bottom-color: red;
}

.hizli-menu-area ul a:nth-child(4), .hizli-menu-area ul a:nth-child(8) {
    border-right: 0;
}
.Arama-Ozet-AramaSonuc {border-radius: 12px 12px 12px 12px;height: 265px;border: 1px solid rgb(255, 96, 0);}

@media (max-width: 1024px) {
    .MenuUyeKullaniciMenu-Liste > li:first-child:after {
        top:50px;
    }

    .TumSayfalar-Ust .UstBilgi {
        width: 100%;
    }

    .MenuUyeKullaniciMenu-Liste > li:first-child:before {
        content: 'account_circle';
    }

    .MobileMenuIkon {
        margin-top: 10px;
    }

    .TumSayfalar-Ust .Cikis {
        display: none;
    }

    .MailTelefonMesaj {
        width: 98%
    }

    .Menu-OrtaKategoriler {
        right: -310px;
    }

    .Doviz {
        right: 20px;
        width: auto;
    }

    .TumSayfalar-Ust .KullaniciAdSoyad {
        left: 100px;
    }

    .TumSayfalar-Ust .Logo img {
        margin: 10px;
        height: auto;
    }

    .logo-uyeislemleri {
        display: block;
        position: absolute;
        width: 100%;
        max-width: 81px;
        top: -43px;
        left: -15px;
    }

    .logo-uyeislemleri a {
        display: none;
    }

    .logo-uyeislemleri a.MobileMenuLink {
        display: block;
        background: #dbdbdb;
        border-radius: 50px;
        height: 40px;
        width: 40px;
        text-align: center;
    }

    .MobileMenuAc {
        display: block;
        background: transparent;
        border: 0;
        top: -19px;
        position: absolute;
    }

    #MobileMenu.acik {
        display: block;
        background: #fff;
        z-index: 999;
        width: 100%;
    }

    .kapali {
        left: -2005px;
    }

    .acik {
        display: block;
        left: 0
    }

    .TumSayfalar-Ust .KullaniciBilgiler {
        display: block;
    }

    .TumSayfalar-Ust .Sepet {
        position: relative;
        top: 0px;
        margin-right: 8%;
    }

    .row.Arama {
        float: none;
        margin: 0 auto;
        width: 98%;
    }

    footer {
        margin-top: 50px;
    }
}

@media screen and (max-width: 768px) {
    .Menu-OrtaKategoriler {
        right: -265px;
        width: 75px;
    }

    .SepetYukleniyor, .SepetYuklendi {
        top: 4px
    }

    .col4.Center {
        width: 95%;
        right: 0;
        left: 0;
        margin: 0 auto;
    }

    .Menu-AltKategoriler-Liste li.Menu-AltKategoriler-Detay {
        width: 30%!important;
        display: inline-block;
    }

    .MailTelefonMesaj:before {
        display: none;
    }

    .MailTelefonMesaj {
        width: 95%;
        font-size: 16px;
    }

    .col2.Cikis {
        display: none;
    }

    .TumSayfalar-Ust .KullaniciBilgiler {
    }

    .TumSayfalar-Ust .Sepet {
        margin-right: 11%;
    }
}

@media screen and (max-width: 500px) {
    .game-content {
        display: none;
    }

    .TumSayfalar-Ust .KullaniciAdSoyad .MenuUyeKullanici-Unvan {
        width: auto;
    }

    .SepetYukleniyor, .SepetYuklendi {
        top: 0
    }

    .TxtSearch {
        font-size: 12px;
        text-indent: 8px;
    }

    .SepetBaslik {
        color: transparent;
    }

    .row.Doviz {
        display: none;
    }

    .hizli-menu-area {
        display: none;
    }

    .arama-link {
        width: 80px;
    }

    .TumSayfalar-Ust .Sepet {
        margin-right: 8px;
        top: -60px;
        width: auto;
    }

    .Menu-AltKategoriler-Liste li.Menu-AltKategoriler-Detay {
        width: 44%!important;
    }

    footer {
        margin-top: 20px
    }

    .YazilimHakkinda_TelifUyarisi {
        width: 300px;
    }

    .YazilimHakkindaLink:after {
        font-size: 11px;
    }

    .YazilimHakkindaImg {
        width: 90px;
    }

    .TumSayfalar-Ust .KullaniciBilgiler {
    }

    .Menu-OrtaKategoriler {
        display: none;
    }

    .TumSayfalar-Ust .KullaniciAdSoyad {
        left: 68px;
        width: auto;
    }
}

@media screen and (max-width: 375px) {
    #MobileMenu {
        width: 365px;
    }

    .phone-open {
        display: none !important;
    }
}

@media screen and (max-width: 320px) {
    #MobileMenu {
        width: 315px;
    }

    .Menu-AltKategoriler-Liste li.Menu-AltKategoriler-Detay {
        width: 85% !important;
    }

    .TumSayfalar-Ust .Logo img {
        width: 190px;
    }

    .TxtSearch {
        font-size: 12px;
        width: 90%;
        text-indent: 5px;
    }

    .arama-link {
        width: 45px;
    }

    .arama-link:after {
        font-size: 22px;
    }

    .row.Arama {
        width: 100%;
    }

    .row.Doviz {
        display: none;
    }

    .TumSayfalar-Ust .UyeBilgilerimMenu {
        right: 0;
    }
}
