body {
    background: #f0f0f0;
    padding: 0;
    color: #686b70;
    font-size: 15px;
    font-family: -apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto;
    font-display: swap;
    font-weight: 400;
    margin: 0;
    position: relative;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility
}

*,*::before,*::after {
    outline: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

* {
    transition: background-color 100ms ease,color 100ms ease
}

.clear,.t {
    clear: both
}

.clear:after,.clear:before {
    content: " ";
    display: table
}

.clear:after,.clear:before {
    content: " ";
    display: table;
    clear: both
}

img {
    border: 0
}

img.mbm {
    mix-blend-mode: multiply
}
.dIblo{display:inline-block;color: #707070;font: 12px/1.8 Inter,Arial,helvetica,sans-serif;}
.dIblo a{color: #363636;text-decoration: underline;}
.dIblo i{ margin-right:3px }
a {
    text-decoration: none;
    outline: 0
}

hr {
    border: 0;
    height: 1px;
    background: #ececec
}

.trans,.trans a,.trans li,.trans div,.trans strong,.trans span,.trans button,.trans h1,.trans h2,.trans h3,.trans h4,.trans i,.trans p,.trans a:after,.trans img,.trans input {
    transition: all 400ms;
    -moz-transition: all 400ms;
    -webkit-transition: all 400ms;
    -o-transition: all 400ms
}

.site {
    width: 1600px;
    margin: 0 auto;
    max-width: 97%;
}

.site .alisveris {
    width: 1400px;
    margin: 0 auto;
    max-width: 95%
}

body.noScroll {
    overflow: hidden
}

.row {
    display: flex;
    align-items: center;
}

.bg {
    display: none;
    Position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100vh;
    background: rgb(0 0 0 / .8);
    z-index: 90
}

.header-top {
    z-index: 99;
    position: relative;
    padding: 5px 0;
    background: #000;
    font: 14px/2 Inter,Arial,Helvetica,sans-serif
}

.header-top>.site>.row {
    justify-content: space-between
}

.header-top #sR span {
    margin-left: 30px;
    color: #000
}

.header-top #sR span i {
    color: #666;
    margin-right: 5px
}
.header-menu{padding: 7px 0px;/* background: #fff; */margin-bottom: -10px;border-top: 1px solid #eeee;margin-top: 14px;background: linear-gradient(180deg, transparent 42.71%, rgba(0, 0, 0, 0.04)), #fff;background-color: #fff;/* border: 1px solid #e7e7e7; */border-radius: 10px;/* box-shadow: 0 0 2px #0000001a, 0 1px 1px #00000026; */}
.header {
    position: relative;
    z-index: 91;
    padding: 10px 0;
    background: #fff;
    box-shadow: 0 .125rem .5rem -.25rem rgb(0 0 0 / .32)
}

.header.sticky {
    position: sticky;
    top: 0;
    z-index: 91
}

.header>.site>.row {
    justify-content: space-between;
    align-items: center;
}

.header #logo {
    display: flex;
    align-items: center;
    padding: 10px 0
}

.header #logo a {
    color: #000
}

.header #logo a img {
    display: block;
    max-width: 80%;
}

.header #logo h1 {
    vertical-align: middle;
    padding: 0;
    margin: 0;
    color: #000;
    font: 800 45px Inter,Arial,Helvetica,sans-serif
}

.header #logo h1 span {
    color: #fbbc04
}

.header #logo h3 {
    font-size: 15px;
    font-weight: 400;
    margin-left: 10px;
    padding-left: 10px;
    border-left: 1px solid rgb(0 0 0 / .2)
}

.header #menu {
    position: relative;
    gap: unset;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    padding: 0;
    flex-wrap: nowrap;
}

.header #menu a {
    color: #000;
    font: 500 14px Inter,Arial,Helvetica,sans-serif;
    padding: 10px;
    letter-spacing: 0px;
    margin-right: 0;
    /* border-bottom: 2px solid #fff0; */
}

.header #menu a.active{background:#007AF0;color:#fff;text-align:center;border-radius: 10px;padding: 10px 20px;}
.header #menu a.active i{ margin:0;}
.header #menu a span {
    vertical-align: middle
}

.header #menu a i {
    margin-left: 10px
}

.header #menu a#arama {
    background: #ffcc4d;
    color: #1b1a1a;
    border-radius: 10px;
    padding: 8px 13px;
    font-size: 13px;
    border: 2px solid #ffcc4d
}

.header #menu a#arama i {
    margin-right: 5px;
    vertical-align: middle
}

.header .shop {
    position: relative
}

.header .shop #link {
    display: inline-block;
    padding: 10px;
    color: #1b1a1a;
    min-width: 25px;
    font: 500 19px Inter,Arial,Helvetica,sans-serif;
    text-align: center;
    margin-left: 10px
}

.header .shop a {
    position: relative;
}
.header .shop a .co {
    position: relative;
}
.header .shop a .co.te {
    font-size: 13px;
    margin-left: 6px;
}

.header .shop a.active {
    background: #ededed;
    border-radius: 5px
}

.header .shop a span#count {
    font: 10px / 1 Arial,Helvetica,sans-serif;
    position: absolute;
    padding: 4px 6px;
    background: #007af0;
    color: #fff;
    border-radius: 50px;
    text-align: center;
    top: -5px;
    right: -5px;
}

.header #search {
    position: relative;
    padding: 5px 10px;
    width: auto;
    margin-top: 50px;
    margin: 0 auto;
    background: #fff;
    border: 1px solid #e1e1e1;
    border-radius: 10px;
    width: 50%;
    height: auto;
}

.header #search.active {
    display: block;
    width: 95%;
    margin-top: 10px;
}

.header #search input {
    padding: 10px;
    width: 93%;
    font: normal 13px/1 Inter,Arial,Helvetica,sans-serif;
    border: 0;
    color: #000
}

.header #search button {
    padding: 10px;
    font-size: 16px;
    line-height: 1;
    border: 0;
    background: #fff0
}

.banner {
    margin-top: 20px
}

.slider {
    position: relative;
    max-width: 100%;
    overflow: hidden;
    border-radius: 25px
}

.slider .slides {
    display: flex;
    transition: transform .5s ease
}

.slider .slide {
    min-width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 2em
}

.slider .arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgb(0 0 0 / .5);
    border-radius: 25px;
    color: #fff;
    border: 0;
    padding: 10px 15px;
    cursor: pointer;
    z-index: 100
}

.slider .arrow.left {
    left: 10px
}

.slider .arrow.right {
    right: 10px
}

.slider .arrow:hover {
    background-color: rgb(0 0 0 / .8)
}

.slider img {
    display: block;
    width: 100%;
    height: auto
}

.wb-menu .row {
    align-items: flex-start;
    gap: 50px
}

.wb-menu {
    padding: 30px;
    display: none;
    background: #fff;
    border-radius: 10px;
    position: absolute;
    right: 10px;
    left: 10px;
    top: 156px;
    width: calc(100% - 80px);
    margin: 0 auto;
    box-shadow: 0 .125rem .5rem -.25rem rgb(0 0 0 / .32)
}

.wb-menu.active {
    display: block;
    z-index: 101
}

.wb-menu .menus ul {
    display: flex;
    gap: 10px;
    padding: 0;
    list-style: none;
    flex-wrap: wrap
}

.wb-menu .menus ul li {
    width: calc(100% / 4 - 10px)
}

.wb-menu .menus ul li a {
    display: block;
    padding: 15px;
    background: #fff;
    border-radius: 10px;
    border: 1px solid #ededed;
    color: #1b1a1a;
    font: 400 14px/2 Inter,Arial,Helvetica,sans-serif
}

.menus-camp {
    width: 100%
}

.menus-camp ul {
    display: grid;
    grid-template-columns: auto auto auto;
    gap: 10px;
    padding: 0;
    list-style: none
}

.menus-camp ul li:first-child {
    grid-column-start: 1;
    grid-column-end: 3
}

.menus-camp ul li a {
    display: block;
    padding: 15px;
    background: #fff;
    border-radius: 10px;
    border: 1px solid #ededed;
    color: #1b1a1a;
    font: 400 14px/2 Inter,Arial,Helvetica,sans-serif
}

.menus-camp ul li a img {
    display: block;
    max-width: 100%
}

.product-area {
    padding: 20px 0
}

.product-area #title {
    position: relative;
    text-align: center;
    padding: 15px 0
}

.product-area #title h3 {
    color: #000;
    font: 600 36px Inter,Arial,Helvetica,sans-serif;
    line-height: 1.5em;
    padding: 0;
    margin: 0;
    letter-spacing: -.3px
}

.product-area #title h3 span {
    font-weight: 400
}

.product-area #title p {
    color: #333;
    font: 400 14px Inter,Arial,Helvetica,sans-serif;
    line-height: 2em;
    padding: 0;
    margin: 6px 0
}

.product-area #title a {
    font: 500 14px/1.5 Inter,Arial,Helvetica,sans-serif;
    border-bottom: 1px solid #111;
    border-radius: 5px;
    display: inline-block;
    padding: 10px 15px;
    color: #111;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%)
}

.product-area #title a:hover {
    background: #111;
    color: #fff;
    border-radius: 0
}

.product-area .product-list {
    padding: 20px 0
}

.product-area .product-list ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    gap: 20px;
}

.product-area .product-list ul li {
    width: calc(100% / 5)
}

.product-area .product-list ul li a {
    display: block;
    padding: 25px;
    background: #fff;
    border-radius: 10px;
    Position: relative;
    z-index: 1;
    box-shadow: 0 .125rem .5rem -.25rem rgba(0, 0, 0, .32);
}

.product-area .product-list ul li a #image {
    text-align: center;
    height: 300px;
    position: relative;
    z-index: 1
}

.product-area .product-list ul li a #image img {
    display: block;
    text-align: center;
    margin: 0 auto;
    margin: auto;
    max-width: 95%;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    height: auto;
    width: auto;
    max-height: 95%;
    z-index: 1
}

.product-area .product-list ul li a #text {
    display: block;
    position: relative;
    margin-top: 15px
}

.product-area .product-list ul li a #text span {
    margin-bottom: 10px;
    font: 400 13px/1.5 Inter,Arial,Helvetica,sans-serif;
    color: #007af0;
    margin-bottom: 5px;
    display: block
}

.product-area .product-list ul li a #text b {
    height: 45px;
    margin-bottom: 10px;
    font: 400 14px/1.7 Inter,Arial,Helvetica,sans-serif;
    margin-bottom: 5px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    color: #000;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal
}

.product-area .product-list ul li a #price {
    color: #000;
    font: 600 17px Inter,Arial,Helvetica,sans-serif;
    padding: 10px 0
}

.product-area .product-list ul li a #price del {
    font-weight: 400;
    font-size: 13px;
    color: #1b1a1a
}

.product-area .product-list ul li a #price span#indirimOran {
    Position: absolute;
    left: 20px;
    top: 20px;
    z-index: 4;
    display: inline-block;
    padding: 6px 12px;
    background: #f83a3a;
    color: #fff;
    border-radius: 20px;
    font: 600 11px Poppins,Arial,Helvetica,sans-serif;
    vertical-align: middle;
    margin-left: 10px
}

.product-area .product-list ul li a #image #in-color{position: absolute;left:0;background: tomato;color: #fff;z-index: 9;}

.product-area .product-list ul li a #in-color {
    background: #f7f7f7;
    display: inline-block;
    font: 500 12px/1.5 Inter,Arial,Helvetica,sans-serif;
    padding: 5px 10px;
    border-radius: 6px;
    color: #747474;
}

.product-area .product-list ul li a #in-color.abs {
    position: absolute;
    display: block;
    text-align: center;
    background: red;
    color: #fff;
    margin: 10px;
    left: 0;
    bottom: -15px;
    z-index: 9999;
    opacity: .8;
    right: 0
}

.product-area.wrap .product-list ul {
    flex-wrap: wrap
}

.product-area.wrap .product-list ul li {
    width: calc(100% / 4 - 16px);
}

.product-area.kategori-area .product-list ul {
    flex-wrap: wrap
}

.product-area.kategori-area .product-list ul li {
    width: calc(100% / 4 - 15px);
    position: relative
}

.product-area.kategori-area .product-list,.product-area.kategori-area {
    padding: 0
}

.product-area.basket-area .product-list ul li {
    width: calc(100% / 3 - 24px)
}

.product-area.kategori-area .product-list ul li #hediyeli {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 3
}

.product-area.kategori-area .product-list ul li #hediyeli span.alert {
    font: 500 12px/1.6 Inter,Arial,Helvetica,Sans-serif!important
}

.product-area.kategori-area .product-list ul li:hover #sepetButton {
    display: block
}

#sepetButton {
    display: none;
    position: absolute;
    width: 100%;
    background: #fff;
    left: 0;
    border-radius: 0 0 10px 10px;
    padding: 13px;
    text-align: center;
    z-index: 5;
    box-shadow: 0 .125rem .5rem -.25rem rgb(0 0 0 / .32);
    margin-top: -6px;
}

#sepetButton button {
    background: #007af0;
    color: #fff;
    border: 0;
    padding: 0 13px;
    margin: 0;
    border: 2px solid #007af0;
    font: 700 13px/ 3 Inter,Arial,Helvetica,sans-serif;
    border-radius: 10px;
    cursor: pointer;
    width: 70%
}

.modal {
    z-index: 99
}

.newPop {
    padding: 30px;
    background: #fff;
    border-radius: 20px
}

.newPop>.row {
    gap: 80px
}

.newPop .nP-col {
    width: calc(100% / 2)
}

.newPop h2 {
    color: #000;
    font: 600 26px Inter,Arial,Helvetica,sans-serif;
    line-height: 2;
    padding: 0;
    margin: 0;
    margin-bottom: 15px;
    letter-spacing: -.3px;
    border-bottom: 1px solid #ddd
}

.newPop .nePoLi .item {
    margin-bottom: 20px
}

.newPop .nePoLi .item .row {
    gap: 10px
}

.newPop .nePoLi .item a {
    color: #111
}

.newPop .nePoLi .item a #image {
    text-align: center;
    height: 100px;
    width: 100px;
    position: relative;
    z-index: 1;
    border: 1px solid #ddd;
    border-radius: 10px
}

.newPop .nePoLi .item a #image img {
    display: block;
    text-align: center;
    margin: 0 auto;
    max-width: 90%;
    margin: auto;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    height: auto;
    width: auto;
    max-height: 90%;
    z-index: 1
}

.newPop .nePoLi .item a #text strong#title {
    display: block;
    font: 400 13px/1.5 Inter,Arial,Helvetica,sans-serif;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal
}

.newPop .nePoLi .item a .price {
    padding: 10px 0;
    font: 500 14px/1.5 Inter,Arial,Helvetica,sans-serif
}

.newPop .nePoLi .item a .price strong {
    display: block;
    font-size: 15px;
    color: #f33
}

.kategori .top {
    padding: 0;
    border-radius: 10px;
    padding-top: 0;
    margin: 10px 0
}

.kategori .top h1 {
    color: #000;
    font: 600 21px Inter,Arial,Helvetica,sans-serif;
    line-height: 1.5em;
    padding: 0;
    margin: 0;
    letter-spacing: -.3px
}

.kategori .top h1 span {
    font-weight: 300;
    color: #666
}

.kategori .top p {
    padding: 0;
    margin: 0;
    line-height: 2;
    margin-bottom: 10px
}

#more-link {
    display: flex;
    gap: 10px;
    margin-top: 0
}

#more-link a {
    background: #fff;
    font: 13px Inter,Arial,Helvetica,sans-serif;
    padding: 10px 15px;
    border-radius: 6px;
    color: #222;
    border: 1px solid #dedede
}

#more-link a:hover,#more-link a.active {
    background: #222;
    color: #fff;
    border-color: #fff0
}

.siralama select {
    padding: 9px 15px;
    background: #fff;
    border-radius: 6px;
    border: 1px solid #dedede;
    font: 13px/1 Inter,Arial,Helvetica,sans-serif;
    display: block
}

.detay-area {
    background: #fff;
    border-radius: 30px
}

#mark_list {
    color: #fff;
    background: #fff;
    padding: 5px 0;
    margin-bottom: 10px;
    box-shadow: -1px 42px 47px -20px rgb(0 0 0 / .04);
    -webkit-box-shadow: -1px 42px 47px -20px rgb(0 0 0 / .04);
    -moz-box-shadow: -1px 42px 47px -20px rgb(0 0 0 / .04)
}

#mark_list .list {
    display: flex;
    padding: 0 13px;
    width: 100%;
    margin: 0;
    list-style: none;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: row
}

#mark_list .list.scroll {
    overflow-x: auto!important;
    display: flex;
    white-space: nowrap;
    gap: 20px;
    justify-content: flex-start
}

#mark_list .list .item {
    background: #fff;
    border-radius: 5px;
    width: calc(100% / 15);
    order: 3;
    border: 1px solid #fff0;
    flex-shrink: 0;
    overflow: hidden
}

#mark_list .list .item:first-child {
    order: 1;
    text-align: center
}

#mark_list .list .item span {
    height: 50px;
    font: 600 13px Inter,Arial,Helvetica,sans-serif;
    line-height: 50px;
    text-align: center;
    color: #122636
}

#mark_list .list .item.selected {
    background: #fff;
    border: 1px solid #122636
}

#mark_list .list .item a {
    display: block
}

#mark_list .list .item a #img {
    height: 50px;
    position: relative
}

#mark_list .list .item a #img img {
    padding: 10px;
    display: block;
    text-align: center;
    margin: 0 auto;
    max-width: 90%;
    margin: auto;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    height: auto;
    width: auto;
    max-height: 100%;
    z-index: 1
}

.sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 0
}

.scroll {
    overflow-x: auto!important;
    white-space: nowrap;
    display: flex;
    flex-wrap: nowrap!important;
    flex-shrink: 0
}

.scroll::-webkit-scrollbar {
    width: 10px;
    height: 10px
}

.phone-select .title {
    padding: 30px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 .125rem .5rem -.25rem rgb(0 0 0 / .32)
}

.phone-select .title .flex {
    background: #fff;
    justify-content: flex-start;
    border-radius: 30px;
    padding: 0;
    display: flex;
    align-items: center;
    gap: 20px
}

.phone-select .title #phone-mark {
    padding: 6px;
    width: 120px;
    height: 7 0;
    margin-right: 6px
}

.phone-select .title #phone-mark img {
    display: block;
    height: auto;
    padding: 6px;
    border: 1px solid #dedede;
    border-radius: 10px;
    max-height: auto;
    max-width: 100%
}

.phone-select .title #phone {
    padding: 0;
    margin-right: 6px
}

.phone-select .title #phone img {
    display: block;
    height: auto;
    padding: 15px;
    border: 1px solid #dedede;
    border-radius: 10px;
    max-height: auto;
    height: 120px
}

.phone-select .title .flex h1 {
    padding: 0;
    font-size: 19px;
    line-height: 1;
    margin: 0
}

.phone-select .title h1 {
    font: 18px Inter,Arial,helvetica,sans-serif;
    color: #122636;
    padding: 12px 17px;
    backgrosund: #fff;
    margin: 0;
    white-space: nowrap;
    overflow: hidden!important;
    text-overflow: ellipsis
}

.phone-select .title p {
    font: 400 12px/2 Inter,Arial,helvetica,sans-serif;
    color: #9ba3aa;
    padding: 5px 3px;
    margin: 0
}

.phone-select .title #info {
    display: block;
    overflow: hidden;
    width: 100%;
    line-height: 1
}

.phone-select .title #info p {
    font: 400 13px/2 Inter,Arial,helvetica,sans-serif;
    color: #9ba3aa;
    padding: 5px 0;
    margin: 0;
    white-space: nowrap;
    overflow: hidden!important;
    text-overflow: ellipsis
}

.phone-select .title #info a {
    padding: 10px 20px;
    display: inline-block;
    background: #36937e;
    font: 12px/1 Inter,Arial,Helvetica,sans-serif;
    color: #fff;
    border-radius: 20px;
    margin: 7px 0
}

.phone-select .title #info a i {
    margin-right: 5px
}

.phone-select .phone-list .list ul {
    display: flex;
    flex-wrap: wrap;
    overflow-x: auto!important;
    margin: 0;
    list-style: none;
    white-space: nowrap;
    padding: 0 10px
}

.phone-select .phone-list .list ul li {
    width: calc(100% / 2);
    padding: 10px
}

.phone-select .phone-list .list ul li #img {
    text-align: center;
    display: block;
    padding: 10px;
    background: #fff;
    border: 1px solid #e1e1e1;
    border-radius: 10px
}

.phone-select .phone-list .list ul li #img img {
    display: block;
    max-width: auto;
    height: 150px;
    margin: 0 auto
}

.phone-select .phone-list.cihaz-list .list ul li #img img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto
}

.phone-select .phone-list .list ul li #detail #title {
    color: #122636;
    font: 400 12px Inter,Arial,Helvetica,sans-serif;
    line-height: 1.5;
    margin-top: 15px;
    letter-spacing: .2px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    white-space: normal;
    color: #484848;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis
}

.phone-select .phone-list .list ul li #detail #title strong {
    font-weight: 500;
    display: block;
    text-align: center
}

.phone-select .product-camp {
    margin: 5px
}

.detay-area > .row {
    /* align-items: stretch; */
    align-self: flex-start;
    align-items: flex-start;
}

.detay-area .photo {
    width: 50%;
    text-align: center;
    padding: 50px 15px 50px 50px;
    position: sticky;
    align-self: flex-start;
    top: 0
}

.detay-area .photo .full {
    text-align: center
}

.detay-area .photo .full img {
    display: block;
    text-align: center;
    margin: 0 auto;
    max-width: 90%;
    margin: auto;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    height: auto;
    width: auto;
    max-height: 100%;
    z-index: 1
}

.detay-area .detay {
    width: 50%;
    padding: 20px 20px 20px;
    /* background: #f7f7f7; */
    border-radius: 0 30px 30px 0;
    /* border-left: 1px solid #efefef; */
    margin-left: 20px;
    position: sticky;
    top: 0;
}

.detay-area .detay #tag {
    display: flex;
    gap: 10px;
    margin-bottom: 15px
}

.detay-area .detay #tag span {
    display: inline-block;
    padding: 6px 12px;
    background: #F5F5F5;
    color: #fff;
    border-radius: 20px;
    font: 600 11px Inter,Arial,Helvetica,sans-serif
}

.detay-area .detay #tag span a {
    color: #222;
}

.detay-area .detay #tag span#on {
    background: #EA5455;
}

.detay-area .detay h1 {
    color: #000;
    font: 600 26px/1.3 Inter,Arial,Helvetica,sans-serif;
    padding: 0;
    margin: 0;
    letter-spacing: -.3px
}

.detay-area .detay #price span {
    color: #1b62d7;
    display: inline-block;
    font: 600 1.85em/2 Inter,Arial,Helvetica,sans-serif;
    line-height: 1.5em;
    letter-spacing: .71px;
    padding: 0;
    margin: 10px 0
}

.detay-area .detay #price del {
    margin-left: 0
}

.detay-area .detay #price #indppi {
    color: #f83a3a;
    margin-right: 10px
}

.detay-area #info-detay {
    display: flex;
    gap: 10px
}

.detay-area #info-detay p {
    padding: 0 15px;
    gap: 5px;
    border: 2px solid #f0f0f0;
    margin: 5px 0;
    border-radius: 10px;
    font: 11px/2 Inter,Arial,Helvetica,sans-serif;
    color: rgb(0 0 0 / .6);
    display: flex;
    align-items: center;
    background: #fff;
}

.detay-area #info-detay p span {
    margin-right: 3px;
    font-size: 17px
}

.detay-area #cargo-detay p#cargo {
    padding: 10px 15px;
    margin: 5px 0;
    border-radius: 10px;
    font: 11px/2 Inter,Arial,Helvetica,sans-serif;
    color: rgb(0 0 0 / .6)
}

.detay-area #cargo-detay p#cargo span {
    margin-right: 5px
}

.detay-area #cargo-detay p#cargo b {
    font-weight: 500
}

.detay-area .basket-adet {
    padding: 6px 0;
}

.detay-area .basket-adet .row {
    gap: 10px
}

.detay-area .basket {
    width: 100%;
    display: flex;
    gap: 5px;
}

.detay-area .basket button {
    background: #2879fe;
    color: #fff;
    border: 0;
    margin: 0;
    /* border: 2px solid #2879fe; */
    font: 600 14px/3.7 Inter,Arial,Helvetica,sans-serif;
    border-radius: 10px;
    cursor: pointer;
    width:100%;
}

.detay-area .basket button:last-child{width:35%;background: #fff;color: #191919; border:1px solid #191919}
.detay-area .basket button:last-child:hover{ background:#191919;color:#fff  }

.detay-area .basket button span {
    font-size: .71em
}

.detay-area .basket button:hover {
    background: #1b62d7;
}

.detay-area #bottom-detay {
    display: flex;
    gap: 10px
}

.detay-area #bottom-detay span {
    width: calc(100% / 2);
    text-align: center;
    padding: 10px 10px;
    background: #f0f0f0;
    margin: 5px 0;
    border-radius: 10px;
    font: 600 12px/3 Poppins,Arial,Helvetica,sans-serif;
    color: rgb(0 0 0 / .82)
}

.detay-area #bottom-detay span i {
    margin-right: 5px;
    font-size: 18px;
    vertical-align: middle
}

.detay-area .more-color {
    padding: 10px 15px;
    background: #F5F5F5;
    border-radius: 10px;
    margin-bottom: 10px;
    border: 1px solid #eee;
}

.detay-area .more-color #color-title {
    margin: 10px 0;
    font: 400 14px/1 Inter,Arial,Helvetica,sans-serif;
    color: #444
}

.detay-area .more-color #color-title strong {
    color: #666
}

.detay-area .more-color ul {
    display: flex;
    margin: 0;
    padding: 0;
    list-style: none;
    gap: 10px;
    flex-wrap: wrap!important;
    !i;!}

.detay-area .more-color ul li {
    width: calc(100% / 7 - 10px);
    order: 2;
}

.detay-area .more-color ul li:hover a #img{
    border-color: #000
	}

.detay-area .more-color ul li.active a #img {
    border-color: #F07B3F
}
.detay-area .more-color ul li.noStock {
    opacity: .4;
    order: 99
}

.detay-area .more-color ul li.noStock img {
    filter: grayscale(1) contrast(1.5) brightness(1);
    mix-blend-mode: multiply
}

.detay-area .more-color ul li a {
    display: block;
    /*padding: 10px;*/
    /* border: 2px solid #ddd; */
    /* background: #fff; */
    border-radius: 10px
}
.detay-area .more-color ul li a #img {
    text-align: center;
    height: 80px;
    position: relative;
    margin-bottom: 5px;
    border: 1px solid #dedede;
    background: #fff;
    border-radius: 10px;
    padding: 10px;
}

.detay-area .more-color ul li a #img img {
    display: block;
    text-align: center;
    margin: 0 auto;
    max-width: 85%;
    margin: auto;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    height: auto;
    width: auto;
    max-height: 85%;
    z-index: 1
}

.detay-area .more-color ul li a strong {
    font: 500 13px/2 Inter,Arial,Helvetica,sans-serif;
    color: #2D4059;
    text-align: center;
    display: block;
    white-space: nowrap;
    overflow: hidden!important;
    text-overflow: ellipsis
}

.birlikte-ekle {
    margin-top: 20px;
    padding: 20px;
    background: #f7f7f7;
    border-radius: 20px
}

.birlikte-ekle h4 {
    color: #000;
    font: 600 16px/2 Inter,Arial,Helvetica,sans-serif;
    padding: 0;
    margin: 0;
    letter-spacing: -.3px
}

.birlikte-ekle .inner {
    padding: 20px;
    border-radius: 15px;
    border: 1px solid #ededed;
    background: #fff;
    font-family: Inter,Arial,Helvetica,sans-serif
}

.birlikte-ekle .inner a {
    color: #1b1a1a
}

.birlikte-ekle .inner .item {
    margin-bottom: 30px;
    max-width: 100%;
    overflow: hidden;
    display: none
}

.birlikte-ekle .inner .item.visible {
    display: list-item
}

.birlikte-ekle .inner .item:nth-child(2) {
    margin-bottom: 0
}

.birlikte-ekle .inner .item:nth-child(3) {
    margin-top: 30px
}

.birlikte-ekle .inner .item:last-child {
    margin-bottom: 0
}

.birlikte-ekle .inner .item>.row {
    gap: 1px;
    align-items: center!important
}

.birlikte-ekle .inner .item>.row #text>.row {
    gap: 10px;
    align-items: center!important;
    padding: 10px 0
}

.birlikte-ekle .img {
    text-align: center;
    width: 80px;
    height: 50px;
    position: relative
}

.birlikte-ekle .img img {
    display: block;
    text-align: center;
    margin: 0 auto;
    max-width: 100%;
    margin: auto;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    height: auto;
    width: auto;
    max-height: 100%;
    z-index: 1
}

.birlikte-ekle #text .text {
    max-width: 410px
}

.birlikte-ekle #text .text strong {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    display: block;
    margin-bottom: 6px;
    font: 500 13px/1.5 Inter,Arial,Helvetica,sans-serif
}

.birlikte-ekle #text .text del {
    margin-right: 0;
    margin-left: 10px
}

.birlikte-ekle #text .text b {
    color: #f03637
}

.birlikte-ekle #toggleButton {
    width: 100%;
    text-align: center;
    padding: 10px;
    cursor: pointer;
    border: 0;
    background: #f0f0f0;
    margin: 5px 0;
    border-radius: 10px;
    font: 600 12px/3 Inter,Arial,Helvetica,sans-serif;
    color: rgb(0 0 0 / .82)
}

.slider-container {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-direction: column;
}

.thumbnail-container {
    width: 100%;
    max-height: 490px;
    overflow: hidden;
    position: relative;
    transition: transform .3s ease;
    order: 2;
}
.thumbnail-container .thumbnails {display: flex;width: 100%;height: auto;justify-content: flex-start;align-items: center;gap: 10px;order: 2;overflow: auto;}

.thumbnail-container::before,.thumbnail-container::after {
    /* content: ""; */
    position: absolute;
    /* left: 0; */
    /* right: 0; */
    /* height: 60px; */
    /* pointer-events: none; */
    /* z-index: 1; */
}

.thumbnail-container::before {
    /* top: 0; */
    /* background: linear-gradient(to bottom,#ffffff,#fff0); */
}

.thumbnail-container::after {
    bottom: 0;
    background: linear-gradient(to top,#ffffff,#fff0)
}

.thumbnail {
    display: block;
    text-align: center;
    margin: 0 auto;
    max-width: unset;
    margin: auto;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    height: auto;
    width: auto;
    max-height: 60%;
    z-index: 1;
    max-width: 60%;
}

.thumbnail:hover {
    transform: scale(1.05)
}

#t-img {
    /* border: 2px solid #fff0; */
    padding: 30px 0;
    border-radius: 10px;
    margin-bottom: 10px;
    width: calc(100% / 5 - 33px);
    height: 100px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    background: #F7F7F7;
    flex: none;
    border: 1px solid #ddd;
    font:13px Inter,Arial,Helvetica,sans-serif;
    line-height: 3;
    text-align: center;
}
#t-img.moreplus{background: #fff;font-weight: 600;}

#t-img img {
    display: block
}

#t-img.active {
    border-color: #1e8af2
}

#mainImage {
    border-radius: 10px;
    display: block;
    text-align: center;
    margin: 0 auto;
    max-width: 90%;
    margin: auto;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    height: auto;
    width: auto;
    max-height: 90%;
    z-index: 1;
    object-fit: cover
}

.main-image-container {
    text-align: center;
    width: 100%;
    height: 600px;
    position: relative;
    background: #F7F7F7;
    padding: 20px;
    border-radius: 10px;
}

#adet-title {
    margin: 10px 0;
    font: 500 13px/1 Inter,Arial,Helvetica,sans-serif;
    color: #666
}

.qty-input {
    color: #444;
    background: #eee;
    /* border: 2px solid #eee; */
    display: inline-flex;
    align-items: center;
    overflow: hidden;
    border-radius: 10px;
    padding: 0 10px;
    overflow: hidden
}

.qty-input .product-qty,.qty-input .qty-count {
    background: 0;
    color: #444;
    font-weight: 500;
    font-size: inherit;
    font-family: Roboto,Arial,Helvetica,Sans-serif;
    border: 0;
    display: inline-block;
    min-width: 0;
    height: 2.25rem;
    line-height: 1
}

.qty-input .product-qty:focus,.qty-input .qty-count:focus {
    outline: 0
}

.qty-input .product-qty {
    width: 40px;
    height: 49px;
    min-width: 0;
    display: inline-block;
    text-align: center;
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield
}

.qty-input .product-qty::-webkit-inner-spin-button,.qty-input .product-qty::-webkit-outer-spin-button {
    -webkit-appearance: none;
    appearance: none;
    margin: 0
}

.qty-input .qty-count {
    padding: 0;
    cursor: pointer;
    width: 2.5rem;
    font-size: 1.25em;
    text-indent: -100px;
    overflow: hidden;
    position: relative
}

.qty-input .qty-count:after,.qty-input .qty-count:before {
    content: "";
    height: 2px;
    width: 10px;
    position: absolute;
    display: block;
    background: #000;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto
}

.qty-input .qty-count--add:after {
    transform: rotate(90deg)
}

.qty-input .qty-count:disabled {
    color: #ccc;
    cursor: not-allowed;
    border-color: #fff0
}

.qty-input .qty-count:disabled:after,.qty-input .qty-count:disabled:before {
    background: #ccc
}

.phone-area {
    padding: 20px 0;
    padding-top: 0
}

.phone-area #title {
    position: relative
}

.phone-area #title h3 {
    color: #000;
    font: 600 36px Inter,Arial,Helvetica,sans-serif;
    line-height: 1.5em;
    padding: 0;
    margin: 0;
    letter-spacing: -.3px
}

.phone-area #title h3 span {
    font-weight: 400
}

.phone-area #title p {
    color: #333;
    font: 300 15px Inter,Arial,Helvetica,sans-serif;
    line-height: 2em;
    padding: 0;
    margin: 0
}

.phone-area #title a {
    font: 500 14px/1.5 Inter,Arial,Helvetica,sans-serif;
    border-bottom: 1px solid #111;
    border-radius: 5px;
    display: inline-block;
    padding: 10px 15px;
    color: #111;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%)
}

.phone-area #title a:hover {
    background: #111;
    color: #fff;
    border-radius: 0
}

.phone-area .phone-list {
    padding: 20px 0;
    padding-top: 0
}

.phone-area .phone-list ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    gap: 30px;
    flex-wrap: wrap
}

.phone-area .phone-list ul li {
    width: calc(100% / 4 - 23px)
}

.phone-area .phone-list ul li a {
    display: block;
    padding: 25px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 .125rem .5rem -.25rem rgb(0 0 0 / .32);
    text-align: center
}

.phone-area .phone-list ul li a #image {
    text-align: center;
    height: 250px;
    position: relative;
    border: 1px solid rgb(0 0 0 / .07);
    border-radius: 20px
}

.phone-area .phone-list ul li a #image img {
    display: block;
    text-align: center;
    margin: 0 auto;
    max-width: 90%;
    margin: auto;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    height: auto;
    width: auto;
    max-height: 90%;
    z-index: 1
}

.phone-area .phone-list ul li a #text {
    display: block;
    position: relative;
    margin-top: 15px
}

.phone-area .phone-list ul li a #text span {
    margin-bottom: 10px;
    font: 400 15px/1.5 Inter,Arial,Helvetica,sans-serif;
    color: #007af0;
    margin-bottom: 5px;
    display: block
}

.phone-area .phone-list ul li a #text b {
    height: 60px;
    margin-bottom: 10px;
    font: 400 14px/1.5 Inter,Arial,Helvetica,sans-serif;
    margin-bottom: 5px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    color: #111;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal
}

.phone-area.model-area .phone-list ul li a #text b {
    font-size: 18px
}

.phone-area.ana-area .phone-list ul li {
    width: calc(100% / 5 - 26px)
}

.breadcrumb {
    display: flex;
    align-items: center;
    font-family: Inter,Arial,sans-serif;
    font-size: 12px;
    color: #555;
    padding: 15px 0;
    white-space: nowrap;
    overflow: auto
}

.breadcrumb a {
    color: #2e2e2e;
    text-decoration: none;
    position: relative;
    padding: 0
}

.breadcrumb a:hover {
    color: #1b1a1a
}

.breadcrumb a:not(:last-child)::after {
    font-family: "Font Awesome 5 Pro";
    content: "\f105";
    font-size: 12px;
    color: #1b1a1a;
    margin: 0 10px
}

.product-info {
    padding: 50px;
    background: #fff;
    border-radius: 30px;
    margin: 30px 0
}

.list-main #logo img {
    height: 40px
}

.tabs {
    max-width: 100%;
    margin: auto
}

.tab-links {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
    gap: 20px
}

.tab-links li {
    text-align: center
}

.tab-links a {
    display: block;
    padding: 10px 20px;
    font: 500 14px/1.5 Inter,Arial,Helvetica,sans-serif;
    text-decoration: none;
    background: #333;
    color: #fff;
    border: 1px solid #333;
    border-radius: 30px
}

.tab-links .active a {
    background: #fff;
    color: #000;
    border-color: #000
}

.tab-content {
    padding: 20px;
    margin-top: 10px;
    font: 16px/1.8 Inter,Arial,Helvetica,sans-serif;
    color: #000
}

.tab {
    display: none
}

.tab.active {
    display: block
}

#tab-limit {
    max-height: 300px;
    overflow: hidden
}

#tab-limit.active {
    max-height: 100%
}

#tab-read {
    margin-bottom: 10px
}

#tab-read a {
    display: block;
    text-align: center;
    border-bottom: 2px solid #ddd;
    color: #000;
    font: 500 12px/1.3 Inter,Arial,Sans-serif;
    padding: 15px;
    border-radius: 20px
}

#tab-read a.active {
    background: #cecece
}

#tab-read a i {
    vertical-align: middle;
    margin-right: 6px
}

.pagination {
    display: inline-block;
    font-family: Inter,Arial,sans-serif;
    display: flex;
    padding: 30px 0;
    gap: 10px;
    font-size: 16px
}

.pagination a,.pagination strong {
    color: #0073e6;
    background: #fff;
    padding: 8px 16px;
    text-decoration: none;
    border: 1px solid #fff;
    border-radius: 4px;
    transition: background-color .3s;
    box-shadow: 0 .125rem .5rem -.25rem rgb(0 0 0 / .32)
}

.pagination a:hover {
    background-color: #ddd
}

.pagination strong {
    color: #fff;
    background-color: #0073e6;
    font-weight: 700;
    border: 1px solid #0073e6;
    box-shadow: 0
}

#product-phone ul {
    padding: 0;
    list-style: none;
    margin: 0
}

#product-phone ul li .product-phone-inner {
    display: inline-flex;
    table-layout: auto;
    padding: 20px;
    border: 1px solid #ededed;
    border-radius: 20px;
    gap: 20px;
    align-items: center;
    width: auto
}

#product-phone ul li .product-phone-inner #phone-photo {
    text-align: center;
    height: 100px;
    width: 100px;
    position: relative;
    border: 1px solid #ededed;
    border-radius: 15px
}

#product-phone ul li .product-phone-inner #phone-photo img {
    display: block;
    text-align: center;
    margin: 0 auto;
    max-width: 90%;
    margin: auto;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    height: auto;
    width: auto;
    max-height: 100%;
    z-index: 1
}

#product-phone ul li .product-phone-inner #phone-info {
    display: table-cell;
    vertical-align: middle;
    padding: 0 10px
}

#product-phone ul li .product-phone-inner #phone-info #phone-title {
    font: 300 15px/1.5 Inter,Arial,Helvetica,Sans-serif;
    color: #111;
    letter-spacing: -.3px
}

#product-phone ul li .product-phone-inner #phone-info #phone-title strong {
    font-weight: 500
}

#product-phone ul li .product-phone-inner #phone-info p {
    padding: 0;
    margin: 5px 0;
    font: 12px/1 Inter,Arial,Helvetica,Sans-serif;
    color: #111
}

#product-phone ul li .product-phone-inner #phone-info p a {
    text-decoration: underline;
    color: #111
}

.advantages {
    display: flex;
    justify-content: space-around;
    padding: 20px 0
}

.advantage-item {
    text-align: center
}

.advantage-item i {
    font-size: 42px
}

.advantage-item h3 {
    margin: 10px 0 5px;
    font-size: 18px;
    font-weight: 700
}

.advantage-item p {
    font-size: 14px;
    color: #666
}

.footer {
    background-color: #111;
    color: #fff;
    padding: 40px 20px
}

.footer-content {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap
}

.brand {
    max-width: 300px
}

.brand img {
    max-width: 100%;
    height: auto
}

.brand h2 {
    font-size: 24px;
    margin-bottom: 10px
}

.brand p {
    font-size: 14px;
    margin-bottom: 10px
}

.brand label {
    position: relative
}

.brand button {
    padding: 0;
    margin: 0;
    position: absolute;
    display: block;
    margin-top: 3px;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    font-size: 18px;
    color: #fff;
    background: 0;
    border: 0
}

.brand input[type="email"] {
    padding: 15px;
    width: 100%;
    padding-right: 40px;
    max-width: 100%;
    background: #111;
    border: 1px solid rgb(255 255 255 / .3);
    border-radius: 10px;
    margin-top: 10px;
    color: #fff
}

.footer-links {
    display: flex;
    gap: 40px;
    width: 72%
}

.footer-column {
    padding-left: 50px
}

.footer-column h3 {
    font-size: 16px;
    margin-bottom: 10px
}

.footer-column ul {
    list-style: none;
    padding: 0;
    margin: 0;
    font-family: Inter,Arial,Helvetica,sans-serif
}

.footer-column li {
    font-size: 14px;
    font-family: Inter,Arial,Helvetica,sans-serif;
    line-height: 2;
    color: #aaa;
    margin-bottom: 5px
}

.footer-column li a {
    color: #aaa
}

.footer-column li:hover {
    color: #fff;
    cursor: pointer
}

.social-media img {
    margin-right: 10px;
    cursor: pointer
}

.footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #333;
    padding-top: 20px;
    margin-top: 20px;
    font-size: 12px;
    color: #666
}

.payment-methods img {
    width: 32px;
    margin-right: 10px
}

.payment-methods img:last-child {
    margin-right: 0
}

.navbar-menu {
    margin: 10px;
    position: fixed;
    display: none;
    width: calc(100% - 20px);
    z-index: 91;
    bottom: 0;
    left: 0;
    padding: 16px 20px;
    background-color: #fff;
    box-shadow: 0 0 12px rgb(0 0 0 / .07);
    border-top: 1px solid #f3f3f3;
    border-radius: 10px
}

.navbar-menu ul {
    padding: 0;
    list-style: none;
    margin: 0;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.navbar-menu ul li a {
    color: #dfdfdf;
    font-size: 24px;
    position: relative;
    display: block
}

.navbar-menu ul li.active a {
    color: #122636
}

.navbar-menu ul li.active a:after {
    content: "";
    position: absolute;
    top: -17px;
    left: 50%;
    width: 150%;
    height: 4px;
    background: #132735;
    transform: translate(-50%);
    border-radius: 10px
}

.navbar-menu ul li#basket {
    position: relative
}

.navbar-menu ul li#basket.active a {
    color: #007af0
}

.navbar-menu ul li#basket #count {
    position: absolute;
    top: -7px;
    height: 20px;
    width: 20px;
    background: rgb(18 38 54 / .8);
    border-radius: 200px;
    line-height: 20px;
    color: #fff;
    left: -12px;
    text-align: center;
    font: 12px Poppins,Arial,Helvetica
}

.sidenav {
    height: auto;
    position: fixed;
    z-index: 99999;
    bottom: 68px;
    left: 0;
    overflow-x: hidden;
    padding: 10px 10px 0 10px;
    width: 100%;
    display: none
}

.sidenav.active {
    display: block
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
    padding: 12px 12px;
    text-decoration: none;
    color: #122636;
    display: block
}

.sidenav #logo a {
    color: #2f4858;
    font: 600 32px Inter,Arial,Helvetica,sans-serif;
    letter-spacing: -.4px
}

.sidenav #logo a span {
    color: #ffb901;
    font-weight: 400;
    letter-spacing: -1px
}

.sidenav #logo a span#last {
    color: #2f4858;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: -1px
}

.sidenav #logo a i {
    position: relative;
    color: #62ce86;
    margin-left: 3px;
    font-size: 18px;
    top: -3px
}

.takipSepet {
    position: fixed;
    display: none;
    width: 100%;
    z-index: 94;
    bottom: 6px;
    background: #fff;
    padding: 5px 0;
    box-shadow: 0 .125rem .5rem -.25rem rgb(0 0 0 / .32);
}

.takipSepet .inner{
   /* bottom: 30px; */
   /* right: 30px; */
   background: #fff;
   border-radius: 15px;
   padding: 10px 0px;
   /* box-shadow: 0 .125rem .5rem -.25rem rgb(0 0 0 / .32); */
}
.takipSepet .row {
    gap: 20px;
    align-items: center;
}

.takipSepet #img {
    text-align: center;
    width: 100px;
    height: 75px;
    position: relative
}

.takipSepet #img img {
    display: block;
    text-align: center;
    margin: 0 auto;
    max-width: 100%;
    margin: auto;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    height: auto;
    width: auto;
    max-height: 100%;
    z-index: 1
}

.takipSepet #text {
    font: 500 12px/1.3 Inter,Arial,Helvetica,sans-serif;
    width: 100%
}

.takipSepet #text span {
    /* height: 40px; */
    margin-bottom: 10px;
    font: 500 13px/1.5 Inter,Arial,Helvetica,sans-serif;
    margin-bottom: 5px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    color: #111;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal
}

.takipSepet #text b {
    display: block;
    color: #ff2525;
    margin-top: 5px;
    font-size: 14px
}

.takipSepet #button {
    width: 230px;
    text-align: right
}

.takipSepet #button button {
    background: #007af0;
    color: #fff;
    border: 0;
    padding: 0 30px;
    margin: 0;
    border: 2px solid #007af0;
    font: 700 1em/3 Inter,Arial,Helvetica,sans-serif;
    border-radius: 12px;
    cursor: pointer
}

.product-camp {
    padding: 5px 15px;
    gap: 5px;
    border: 2px solid #007af0;
    background: #007af0;
    margin: 5px 0;
    border-radius: 10px;
    font: 12px/2 Inter,Arial,Helvetica,sans-serif;
    color: #fff;
    display: flex;
    align-items: center
}

.product-camp #icon {
    margin-right: 3px;
    color: #122636;
    font-size: 14px
}

.product-camp a {
    color: #122636;
    text-decoration: underline
}

.product-camp span#uF {
    margin-right: 5px;
    display: inline-block
}

.product-camp.success {
    color: #fff;
    background: #3e94d3
}

.product-camp.success#icon {
    color: #fff
}

.alisveris {
    padding: 20px 0;
    border-radius: 20px;
    margin: 10px 0
}

.alisveris .title h3 {
    color: #000;
    font: 600 24px/1.3 Inter,Arial,Helvetica,sans-serif;
    padding: 0;
    margin: 0;
    letter-spacing: -.3px
}

.alisveris .title p {
    color: #666;
    font: 400 14px/1.3 Inter,Arial,Helvetica,sans-serif;
    padding: 0;
    margin: 10px 0;
    letter-spacing: -.3px
}

.alisveris .title a {
    width: auto;
    display: inline-block;
    text-align: center;
    padding: 10px 20px;
    background: #f0f0f0;
    margin: 5px 0;
    border-radius: 10px;
    font: 600 13px/2 Inter,Arial,Helvetica,sans-serif;
    color: rgb(0 0 0 / .82)
}

.alisveris .list {
    display: flex;
    padding: 20px 0;
    gap: 15px;
    align-items: center;
    flex-direction: column
}

.alisveris .list .item {
    border-radius: 10px;
    gap: 20px;
    background: #fff;
    width: 100%;
    display: flex;
    padding: 20px;
    order: 1
}

.alisveris .list .item.altKa {
    order: 2
}

.alisveris .list .item.altKa:first-child {
    border-top: 1px solid #ddd;
    padding-top: 15px;
    margin-top: 15px
}

.alisveris .list .item .image {
    width: 125px;
    height: 105px;
    position: relative;
    padding: 10px;
    border: 1px solid #ededed;
    border-radius: 10px;
    background: #fff
}

.alisveris .list .item .image img {
    display: block;
    text-align: center;
    margin: 0 auto;
    max-width: 60%;
    margin: auto;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    height: auto;
    width: auto;
    max-height: 60%;
    z-index: 1
}

.alisveris .list .item .text {
    width: 350px
}

.alisveris .list .item .text strong {
    font: 600 13px/1.3 Inter,Arial,Helvetica,sans-serif;
    display: block;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    color: #111;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal
}

.alisveris .list .item.altKa .image {
    border-color: #f03637
}

.alisveris .list .item.altKa .text strong {
    -webkit-line-clamp: 3
}

.alisveris .list .item .text span {
    font: 500 12px Inter,Arial,Helvetica,sans-serif;
    display: block;
    margin-top: 6px
}

.alisveris .list .item span#price {
    font: 600 16px Inter,Arial,Helvetica,sans-serif;
    display: block;
    margin-bottom: 10px
}

.alisveris .list .item a.delete {
    width: 50px;
    display: block;
    text-align: center;
    padding: 10px 10px;
    background: #f0f0f0;
    border-radius: 10px;
    font: 600 13px/2 Inter,Arial,Helvetica,sans-serif;
    color: rgb(0 0 0 / .82)
}

.alisveris-sag #drop-nav {
    display: none
}

.alisveris>.row {
    gap: 20px;
    padding: 10px 0;
    justify-content: space-between
}

.alisveris-sol {
    width: 70%;
    background: #fff;
    height: 100%;
    padding: 30px;
    border-radius: 20px
}

.alisveris-sag {
    width: 30%;
    background: #fff;
    height: 100%;
    padding: 30px;
    border-radius: 20px;
    position: sticky;
    top: 6px
}

.ad-pri .row {
    gap: 30px
}

.ad-pri .row #price {
    width: 120px
}

.sepete-urunler {
    margin: 50px 0
}

.sepete-urunler #title {
    padding: 10px 0
}

.sepete-urunler #title strong {
    color: #000;
    font: 600 18px/1 Inter,Arial,Helvetica,sans-serif;
    padding: 0;
    margin: 0;
    letter-spacing: -.3px
}

.sepete-urunler #title p {
    color: #666;
    font: 400 14px/1.3 Inter,Arial,Helvetica,sans-serif;
    padding: 0;
    margin: 10px 0;
    letter-spacing: -.3px
}

.sepete-urunler .product-list #list {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    z-index: 1;
    position: relative;
    /* flex-direction: row; */
}

.sepete-urunler .product-list #list #item {
    width: calc(100% / 3 - 14px);
    flex-shrink: 0;
    padding: 16px;
    border: 1px solid #ccc;
    border-radius: 10px;
}

.sepete-urunler .product-list #list #item a {
    display: block
}

.sepete-urunler .product-list #list #item #img {
    text-align: center;
    height: 100px;
    position: relative;
    z-index: 1;
    overflow: hidden
}

.sepete-urunler .product-list #list #item #img img {
    display: block;
    text-align: center;
    margin: 0 auto;
    max-width: 90%;
    margin: auto;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    height: auto;
    width: auto;
    max-height: 100%;
    z-index: 1
}

.sepete-urunler .product-list #list #item #content h3 {
    height: 55px;
    margin-bottom: 5px;
    font: 13px/1.5 Inter,Arial,Helvetica,sans-serif;
    margin-bottom: 5px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    color: #111;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal
}

.sepete-urunler .product-list #list #item #content #bottom #price {
    color: #f33;
    font: 600 15px Inter,Arial,Helvetica,sans-serif;
    padding: 10px 0
}

.sepete-urunler .product-list #list #item #content #bottom #price del {
    font-weight: 400;
    font-size: 13px;
    color: #1b1a1a;
    display: block
}

.sepete-urunler .product-list #list #item #content #bottom #price span#indirimOran {
    Position: absolute;
    left: 20px;
    top: 20px;
    z-index: 9;
    display: inline-block;
    padding: 6px 12px;
    background: #f83a3a;
    color: #fff;
    border-radius: 20px;
    font: 600 11px Poppins,Arial,Helvetica,sans-serif;
    vertical-align: middle;
    margin-left: 10px
}

.sepete-urunler .product-list #list #item button {
    background: #e9e9e9;
    color: #191919;
    border: 0;
    padding: 0 10px;
    margin: 0;
    border: 1px solid #e9e9e9;
    font: 500 13px/3 Inter,Arial,Helvetica,sans-serif;
    border-radius: 10px;
    width: 100%;
    cursor: pointer;
    cursor: pointer
}

.genel-toplam {
    font-family: Inter,Arial,Helvetica,sans-serif
}

.genel-toplam h3 {
    padding: 0;
    margin: 0;
    margin-bottom: 10px
}

.genel-toplam span {
    display: block
}

.genel-toplam del {
    display: block;
    font-size: 13px
}

.genel-toplam b {
    display: block;
    font-weight: 600;
    font-size: 21px
}

#indirimAktif {
    padding: 6px 10px;
    background: #ff2525;
    font: 11px Inter,Arial,Helvetica,sans-serif;
    color: #fff!important;
    border-radius: 6px;
    clear: left
}

#drop-top #inner p {
    padding: 0;
    margin: 0;
    font: 13px Inter,Arial,Helvetica,sans-serif;
    color: #444;
    display: flex;
    gap: 20px;
    padding: 10px 0;
    justify-content: space-between
}

#clear_cart {
    width: 100%;
    display: block;
    text-align: center;
    padding: 5px 10px;
    background: #f0f0f0;
    margin: 5px 0;
    border-radius: 7px;
    font: 600 13px/2 Inter,Arial,Helvetica,sans-serif;
    color: rgb(0 0 0 / .82)
}

#more_shop {
    width: 100%;
    display: block;
    text-align: center;
    padding: 10px 10px;
    background: #007af0;
    margin: 5px 0;
    border-radius: 10px;
    font: 600 14px/2 Inter,Arial,Helvetica,sans-serif;
    color: #fff;
    cursor: pointer
}

#cancel_coupon {
    width: 100%;
    display: block;
    text-align: center;
    padding: 5px 10px;
    background: #3faa8f;
    margin: 5px 0;
    border-radius: 7px;
    font: 600 13px/2 Inter,Arial,Helvetica,sans-serif;
    color: #fff
}

.alert {
    padding: 12px 20px;
    margin: 10px 0;
    border-radius: 10px;
    color: #fff;
    font: 12px/1.5 Inter,Arial,sans-serif;
    align-items: center
}

span.alert {
    display: inline-block!important;
    margin: 5px 0;
    padding: 4px 10px;
    font: 11px/1.5 Inter,Arial,sans-serif!important
}

.alert p {
    padding: 0;
    margin: 0;
    font-size: 13px
}

.alert-success {
    background: #3dc03c
}

.alert-warning {
    background: #fd8e39;
    color: #fff
}

.alert-error {
    background: #f03637
}

.alert-info {
    background: #007af0
}

.alert a {
    mix-blend-mode: difference;
    color: gray
}

.alert-primary {
    background: #c2c9d1
}

.alert-primary p,.alert-primary span {
    mix-blend-mode: difference;
    color: gray
}

.alert-gray {
    background: lightgray
}

.alert-gray p,.alert-gray span {
    mix-blend-mode: difference;
    color: lightgray
}

.alert-secondary {
    background: #b57bff
}

.alert-secondary p {
    mix-blend-mode: difference;
    color: #b57bff
}

.alert-icon {
    margin-right: 10px;
    font-size: 20px
}

.alert-content {
    flex: 1
}

.alisveris .list .item.altKa span#price {
    margin: 0;
    display: inline-flex;
    flex-direction: column
}

.alisveris .list .item.altKa a.delete {
    display: inline-block;
    vertical-align: middle;
    text-align: center
}

.modal {
    z-index: 99!important;
    top: 0;
    padding: 0!important
}

.blocker {
    z-index: 9999999!important
}

.modal {
    max-width: 840px!important
}

 .desc-container {
            display: flex;
            flex-wrap: wrap;
            width: 100%;
            max-width: 97%;
            /* height: 400px; */
            align-items: center;
			gap:20px;
			margin:0 auto;
        }
        .desc-container .box {
            display: flex;
            justify-content: center;
            align-items: center;
            font: 17px/2 Inter,Arial,helvetica,sans-serif;
            flex: 1 1 47%;
        }
        .desc-container .image {
            background-color: #eee;
            color: white;
        }
        .desc-container .image img{ display: block; max-width:100%;mix-blend-mode: multiply; max-height:400px; }
        .desc-container .text {
            background-color: white;
            color: black;
        }

        @media (max-width: 480px) {
            .desc-container {
                flex-direction: column;
                height: auto;
            }
           .desc-container  .box {
                flex: 1 1 100%;
                height: auto;
            }
        }


@media(max-width: 1100px) {
    body {
        padding-bottom:100px
    }

    .header #logo {
        max-width: 35%
    }
	.header #logo a img{ max-width:100%; }

    .site .alisveris {
        margin-top: 10px
    }

    #menu {
        position: absolute!important;
        left: 0;
        width: 100%
    }

    #menu a {
        display: none
    }

    .header #search {
		display:none;
		ORDER:3;
    }
    .header-menu {
		display:none;
    }

    .header #search input {
        width: 85%
    }
	.header .shop #link{margin-left:0;padding: 5px; font-size:17px;}
	#mobilTop a{ margin-right:0; }
    .product-area .product-list ul {
        gap: 10px;
        flex-wrap: wrap
    }

    .product-area .product-list ul li,.product-area.wrap .product-list ul li,.product-area.kategori-area .product-list ul li {
        width: calc(100% / 2 - 5px)
    }

    .product-area .product-list {
        padding-top: 5px
    }

    .product-area .product-list ul li a {
        padding: 10px;
    }

    .product-area .product-list ul li a #image {
        height: 190px;
    }

    .phone-area .phone-list ul {
        gap: 10px;
        flex-wrap: wrap;
        justify-content: space-around
    }

    .phone-area .phone-list ul li,.phone-area.ana-area .phone-list ul li {
        width: calc(100% / 2 - 5px)
    }
	.sepete-urunler .product-list #list #item{ width:calc(100% / 2 - 10px); }

    .phone-area .phone-list ul li a {
        padding: 20px 10px
    }

    .phone-area .phone-list ul li a #image {
        height: 130px
    }

    .product-area .product-list ul li a #in-color {
        display: block;
        margin: 2px 0;
        font-size: xx-small
    }

    .pagination a:nth-child(n+1):nth-child(-n+10) {
        display: inline-block
    }

    .pagination a:nth-child(n+11):not(:last-child),.pagination a:nth-child(2) {
        display: none
    }

    .pagination a:first-child::after,.pagination a:last-child::before {
        content: '...';
        margin: 0 5px;
        color: #333
    }

    .phone-select .title {
        padding: 20px
    }

    .phone-select .title #phone img {
        height: 70px;
        padding: 5px
    }

    .phone-select .title .flex {
        gap: 10px
    }

    .phone-select .title .flex h1 {
        font-size: 14px
    }

    .phone-select .title #info a {
        padding: 6px 13px
    }

    #more-link a {
        white-space: nowrap;
        overflow: hidden!important;
        text-overflow: ellipsis
    }

    .detay-area {
        margin-top: 10px;
        border-radius: 5px;
    }

    .detay-area .row {
        flex-direction: column
    }

    .detay-area .photo,.detay-area .detay {
        width: 100%;
        padding: 10px;
        margin-left: 0;
        background: transparent;
        border-radius: 0;
        position: sticky;
        top: 0;
    }

    .detay-area .photo {
        position: relative;
        padding-top: 20px
    }

    .main-image-container {
        height: 400px;
        width: 100%;
        order: 1
    }

    .thumbnail-container {
        height: auto;
        max-height: max-content;
        width: 100%;
        order: 2
    }

    .slider-container {
        flex-direction: column;
        height:450px;
    }

    .thumbnails {
        display: flex
    }

    #t-img {
        height: auto;
        width: calc(100% / 5 - 9px);
    }
    .thumbnail{ max-height:75%; max-width:75%;}

    .thumbnail-container::before {
        display: none
    }

    .thumbnail-container::after {
        display: none
    }

    .product-area #title h3 {
        font-size: 22px;
        font-weight: 700
    }

    .detay-area .detay h1 {
        font-size: 18px;
        line-height: 1.5;
    }

    .detay-area .detay #tag {
        white-space: nowrap;
        overflow: auto
    }

    .detay-area #info-detay {
        flex-direction: column;
        gap: 5px;
    }

    .detay-area .basket-adet{padding: 10px 0px;margin-bottom: 10px;}
.detay-area #info-detay p{margin:0;gap: 5px;}
    .detay-area .more-color ul {
        gap: 10px;
        flex-wrap: unset!important;
        !imprtant;!imprtan;!imprta;!imprt;!impr;!i;!}

    .detay-area .more-color ul li {
        width: calc(100% / 3 - 3px);
        flex-shrink: 0
    }

    .detay-area .more-color ul li.active {
        order: 1
    }

    .birlikte-ekle .inner .item>.row,.birlikte-ekle .inner .item>.row #text>.row {
        flex-direction: row
    }

    .detay-area .basket-adet .row .adet {
        flex-direction: row;
        margin: 0 auto;
        display: none;
    }
.detay-area .basket { flex-direction: column;}
.detay-area .basket button{width:100% !important;font: 700 .86em Inter, Arial, Helvetica, sans-serif;/* height: 54px; */line-height: 3.5;text-transform: uppercase;/* border-radius: 0px; */}
    .detay-area .basket button:last-child,
    .detay-area .basket button:last-child:hover{ background:#fff; color:#191919; border:1px solid #ddd}
    .detay-area .more-color {
        padding: 15px;
        background: #fbfbfb;
        border-radius: 0;
        margin: 0px -10px;
    }

    .detay-area .more-color ul li a #img {
        height: 100px
    }

    .product-info {
        padding: 20px;
        border-radius: 5px;
        margin: 10px 0;
    }

    .tab-links {
        flex-direction: column;
        gap: 10px
    }
    .tab-links a{ border-radius:10px; }
    .navbar-menu {
        display: block
    }

    .newPop {
        padding: 30px 20px
    }

    .newPop>.row {
        flex-direction: column;
        gap: 30px;
    }

    .newPop .nePoLi .item a #image {
        width: 30%
    }

    .newPop .nePoLi .item a #text {
        width: 70%
    }

    .newPop .nP-col {
        width: 100%
    }

    .takipSepet {
        width: 100%;
        bottom: 6px;
        right: 0;
        left: 0;
        padding: 10px;
        border-radius: 0;
    }
    .takipSepet .row{justify-content: center;padding: 0;gap: 5px;}

    .takipSepet #button button {
        font-size: 15px;
        line-height: 3;
        border-radius: 10px;
        background: #f07800;
        border-color: #f07800;
        padding: 0px 20px;
        width: 100%;
    }
     .takipSepet a.sepet {
        font-size: 15px;
        line-height: 3;
        border-radius: 10px;
        background: #8e8e8e;
        border: 1px solid #8e8e8e;
        padding: 0px 15px;
        width: auto;
        color: #fff;
    }

    .takipSepet #img {
        width: 120px;
        height: 64px;
        display: none;
    }
    .takipSepet #text{display: flex;width: 46%;/* justify-content: flex-start; */}
    .takipSepet #button{width: auto;}
    .takipSepet #text span{ display:none; }
    .takipSepet #text b{font-size: 20px;padding-left: 0;color: #000;text-align: left;}
    .advantages {
        flex-wrap: wrap
    }

    .advantage-item {
        width: calc(100% / 2);
        padding: 15px
    }

    .footer-links {
        gap: 30px;
        width: 100%;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap
    }

    .footer-column {
        padding: 0;
        width: 45%
    }

    .footer-column:last-child {
        width: 100%
    }

    .footer-bottom {
        justify-content: center;
        flex-wrap: wrap
    }

    .social-media {
        margin-top: 40px
    }

    .brand {
        width: 100%;
        max-width: 100%;
        margin-bottom: 40px
    }

    .brand h2 {
        text-align: center
    }

    .product-area #title a {
        position: relative;
        width: 100%;
        top: 0;
        margin-top: 20px;
        background: #fff;
        border-radius: 0
    }

    .detay-area #bottom-detay span {
        padding: 10px 8px
    }

    .alisveris {
        padding: 0
    }

    .alisveris>.row {
        flex-direction: column;
        gap: 20px;
        padding: 0
    }

    .alisveris-sol {
        width: 100%;
        padding: 20px
    }

    .alisveris .list {
        padding: 5px 0
    }

    .alisveris .list .item {
        flex-wrap: wrap;
        width: 100%;
        padding: 15px;
        order: 1;
        gap: 20px;
        border-radius: 10px;
        background: #fff;
        border: 1px solid #ededed;
    }

    .alisveris .list .item:first-child {
        border-top: 0
    }

    .alisveris .list .item .text {
        width: 60%
    }

    .alisveris .list .item .image {
        width: 95px;
        height: 90px
    }

    .alisveris .list .item .adet-col {
        order: 3;
        margin-right: 10px
    }

    .alisveris .list .item .ad-pri {
        width: 100%;
        display: flex;
        justify-content: space-between;
order:1
    }
.alisveris .list .item .itA{ order:2; }

    .addCount {
        display: none
    }

    .alisveris-sag {
        width: 100%;
        position: fixed;
        top: inherit;
        bottom: 0;
        margin: 0 auto;
        z-index: 99;
        /* border-top: 1px solid #f3f3f3; */
        height: auto;
        left: 0;
        padding: 10px;
        padding-bottom: 10px;
        border-radius: 0;
        right: 0;
        box-shadow: 0 .125rem .5rem -.25rem rgb(0 0 0 / .72);
        border-top-color: #f07800;
    }

    .alisveris-sag .genel-toplam {
        Position: relative;
        display: flex;
        gap: 10px;
        justify-content: space-between;
        align-items: center
    }
    .genel-toplam h3 { margin:0; }

    .alisveris-sag .genel-toplam del {
        font-size: 12px
    }

    .alisveris-sag .genel-toplam b {
        font-size: 16px
    }

    .alisveris-sag #drop-nav {
        display: inline-block;
        text-align: center;
        padding: 0 10px;
        background: #f0f0f0;
        margin: 5px 0;
        border-radius: 10px;
        font: 600 13px/2 Inter,Arial,Helvetica,sans-serif;
        color: rgb(0 0 0 / .82);
        margin-left: 10px
    }

    .alisveris-sag #goster {
        position: absolute;
        right: 50px;
        top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        font-size: 30px;
        color: #000;
        margin-top: -10px
    }

    .alisveris-sag #drop-top .gizle {
        display: none
    }

    .alisveris-sag #drop-top .gizle.active {
        display: block
    }

    .birlikte-ekle {
        padding: 5px 10px;
        border-radius: 5px;
        margin: 0 -10px
    }

    .birlikte-ekle h4 {
        padding: 10px
    }

    .birlikte-ekle .inner {
        padding: 0 5px;
        border-radius: 10px
    }

    .birlikte-ekle .inner label {
        padding: 10px
    }

    .birlikte-ekle .inner .item {
        padding: 5px
    }

    .birlikte-ekle .inner .item>.row {
        gap: 10px
    }

    .birlikte-ekle .inner .item>.row #text>.row {
        gap: 10px;
        padding: 0
    }

    .birlikte-ekle #text .text del {
        margin-left: 10px
    }

    .tab-content {
        padding: 10px!important
    }
    .tab-content h3{margin:0;padding:0;margin-bottom:20px;font-size: 15px;}
.tab-content .urunBigli{ font-size:13px; line-height:2 }
    #product-phone ul li .product-phone-inner {
        padding: 10px;
        display: flex
    }

    #product-phone ul li .product-phone-inner #phone-info {
        display: block;
        width: 75%
    }

    .ad-pri .row {
        flex-wrap: wrap;
        gap: 0;
        display: inline-flex
    }

    .alisveris .list .item span#price {
        margin-right: 10px;
        width: auto;
        margin: 10px 0;
        order: 1;
        margin-right: 30px;
        display: inline-flex
    }

   