﻿@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700;800&display=swap');

@font-face {
    font-family: roboto;
    font-weight: 100;
    src: url(/Content/Font/roboto/Roboto-Thin.ttf)
}

@font-face {
    font-family: roboto;
    font-style: italic;
    font-weight: 100;
    src: url(/Content/Font/roboto/Roboto-ThinItalic.ttf)
}

@font-face {
    font-family: roboto;
    font-weight: 200;
    src: url(/Content/Font/roboto/Roboto-Light.ttf)
}

@font-face {
    font-family: roboto;
    font-style: italic;
    font-weight: 200;
    src: url(/Content/Font/roboto/Roboto-LightItalic.ttf)
}

@font-face {
    font-family: roboto;
    font-weight: 300;
    src: url(/Content/Font/roboto/Roboto-Regular.ttf)
}

@font-face {
    font-family: roboto;
    font-weight: 400;
    src: url(/Content/Font/roboto/Roboto-Medium.ttf)
}

@font-face {
    font-family: roboto;
    font-style: italic;
    font-weight: 400;
    src: url(/Content/Font/roboto/Roboto-MediumItalic.ttf)
}

@font-face {
    font-family: roboto;
    font-weight: 500;
    src: url(/Content/Font/roboto/Roboto-Bold.ttf)
}

@font-face {
    font-family: roboto;
    font-style: italic;
    font-weight: 500;
    src: url(/Content/Font/roboto/Roboto-BoldItalic.ttf)
}

@font-face {
    font-family: roboto;
    font-weight: bolder;
    src: url(/Content/Font/roboto/Roboto-BoldCondensed.ttf)
}

@font-face {
    font-family: roboto;
    font-style: italic;
    font-weight: bolder;
    src: url(/Content/Font/roboto/Roboto-BoldCondensedItalic.ttf)
}

@font-face {
    font-family: roboto;
    font-weight: 600;
    src: url(/Content/Font/roboto/Roboto-Black.ttf)
}

@font-face {
    font-family: roboto;
    font-style: italic;
    font-weight: 600;
    src: url(/Content/Font/roboto/Roboto-BlackItalic.ttf)
}

@font-face {
    font-family: roboto;
    font-style: italic;
    src: url(/Content/Font/roboto/Roboto-Italic.ttf)
}

@font-face {
    font-family: otomotiv;
    font-weight: 300;
    src: url(/Content/Font/hind/Hind-Light.ttf)
}

@font-face {
    font-family: otomotiv;
    font-weight: 400;
    src: url(/Content/Font/hind/Hind-Regular.ttf)
}

@font-face {
    font-family: otomotiv;
    font-weight: 500;
    src: url(/Content/Font/hind/Hind-Medium.ttf)
}

@font-face {
    font-family: otomotiv;
    font-weight: 500;
    src: url(/Content/Font/hind/Hind-SemiBold.ttf)
}

@font-face {
    font-family: otomotiv;
    font-weight: 600;
    src: url(/Content/Font/hind/Hind-Bold.ttf)
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }

    20% {
        opacity: 0
    }

    40% {
        opacity: .3
    }

    60% {
        opacity: .5
    }

    80% {
        opacity: .9
    }

    100% {
        opacity: 1
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }

    20% {
        opacity: 0
    }

    40% {
        opacity: .3
    }

    60% {
        opacity: .5
    }

    80% {
        opacity: .9
    }

    100% {
        opacity: 1
    }
}

body {
    font-family: 'Open Sans',otomotiv,sans-serif!important;
    font-weight: 400;
    background: #ededed;
    margin: 0;
    font-size: 14px
}

a,a:focus,a:hover {
    color: inherit;
    text-decoration: none
}

.center {
    text-align: center
}

ul {
    margin: 0
}

.content-page-full {
    position: relative;
    display: inline-block;
    width: 100%
}

.page-perde,.full-perde {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(102,102,102,.2);
    top: 0;
    z-index: 9999;
    display: none
}

.full-perde.fixed {
    position: fixed
}

.mobil-nav {
    display: none
}

.page-perde.active,.full-perde.active {
    display: block
}

.header-top {
    display: inline-block;
    width: 100%;
    padding: 5px;
    margin-bottom: 0;
    text-align: right;
    background: #26262c;
    background-image: none
}

.resp {
    display: none
}

.header-top-bar {
    width: 1200px;
    max-width: 100%;
    margin: 0 auto
}

.header-top-bar-account {
    color: #000000;
    font-size: 14px;
    font-weight: 500;
    display: inline-block;
    text-align: left;
    vertical-align: middle;
    float: left;
    margin-top: 8px
}

.header-top-bar-menu {
    display: inline-block;
    font-size: 14px;
    vertical-align: middle;
    margin-top: 4px
}

.header-top-bar-menu ul {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
    margin-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    color: #666;
    border-bottom: 2px solid #26262c;
    background-color: #fdfdfd;
    padding: 0
}

.header-top-bar-menu li {
    padding: 5px 10px;
    position: relative;
    display: inline-block
}

.header-top-bar-menu li:hover>ul {
    display: block
}

.header-top-bar-menu ul li {
    padding: 10px;
    display: block;
    border-bottom: 1px solid;
    font-size: 12px
}

.header-top-bar-menu li:hover li ul {
    position: absolute;
    left: 100%;
    width: 100%;
    margin-top: -41px;
    border-left: 0
}

.header-top-bar-menu ul li:hover {
    background: rgba(255,141,9,.8);
    color: #fff
}

.header-top-bar-account-hosgeldiniz {
    color: #000000;
    float: left;
    margin-right: 5px
}

.acilir-menu li {
    display: block;
    float: none;
    text-align: left;
    border: 0
}

.acilir-menu {
    display: inline-block
}

.siparis-acilir-menu {
    display: inline-block;
    max-width: 230px
}

.acilir-menu-open:hover .acilir-menu {
    display: inline-block!important
}

.acilir-menu {
    display: inline-block;
    padding: 5px;
    border-radius: 5px;
    background: #fff;
    position: absolute;
    margin-left: -125px;
    margin-top: 4px;
    display: none;
    z-index: 20
}

.acilir-menu li {
    padding: 5px
}

.acilir-menu li a {
    color: #232323
}

.acilir-menu i {
    margin-right: 5px
}

.header-top-bar-shoppingcart {
    display: inline-block;
    font-size: 16px;
    padding: 5px;
    background: #fff;
    border-radius: 5px;
    margin-right: 5px;
    font-weight: 700;
    cursor: pointer;
    vertical-align: middle
}

.header-top-bar-exit {
    display: inline-block;
    float: right
}

.header-top-bar-exit div {
    padding: 5px 10px;
    border-radius: 5px;
    cursor: pointer
}

.footer {
    background-image: url(../img/footer-bg.jpg);
    background: #26262c;
    display: inline-block;
    width: 100%;
    padding: 20px;
    margin-top: 10px
}

.footer-root-alt {
    background-image: url(../img/footer-bot-bg.jpg);
    background: #000000;
    margin-top: 40px
}

.footer-root-center-logo {
    padding: 10px
}

.footer-root-center-company {
    font-size: 10px;
    color: #fefefe;
    text-align: center
}

.footer-root-center-company span {
    display: list-item
}

.footer-root-center-secure {
    padding: 10px
}

.footer-center {
    padding: 0;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    max-width: 100%;
    margin: 0 auto;
    list-style: none;
    position: relative;
    width: 1200px;
    color: #fff
}

.footer-sag {
    float: right
}

.footer-sag-ust,.footer-sag-alt {
    padding: 15px;
    text-align: right
}

.footer-hizli-islemler {
}

.hizli-islem-blok {
    padding: 10px;
    float: left;
    margin-right: 7%;
    margin-left: 0;
    color: #fff
}

.hizli-islem-blok a {
    color: #fff
}

.hizli-islem-blok-title {
    font-size: 24px;
    font-weight: 700;
    padding: 5px 0
}

.hizli-islem-blok-items,.hizli-islem-blok-list li {
    padding: 5px 0;
    font-size: 12px
}

.mesajYaz {
    position: fixed;
    width: 558px;
    max-width: 100%;
    left: 50%;
    margin-left: -279px;
    background: #fff;
    z-index: 100001;
    padding: 8px;
    border-radius: 5px;
    border: 1px solid #eee;
    box-shadow: 0 0 5px 0 #eee;
    display: none
}

.mesajYaz>.mesajicon {
    background-image: url(/Content/img/uyari.png);
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 125px
}

.mesajYaz>.mesajYazTitle {
    font-weight: 700;
    text-align: center;
    border-bottom: 1px solid #eee
}

.mesajYazMesaj,.mesajYaz>.mesajYazTitle {
    padding: 5px
}

.mesajYazMesaj {
    display: inline-block;
    font-size: 20px;
    vertical-align: top;
    width: 100%;
    text-align: center;
    color: #6b6b6b
}

.mesajYaz#uyari .mesajYazMesaj,.mesajYaz#hata .mesajYazMesaj {
    color: #ff7761
}

.mesajYaz#onay .mesajYazMesaj {
    color: #37a4d9
}

.mesajYazMesaj-alt span {
    font-weight: 500
}

.mesajYazMesaj-alt {
    text-align: center;
    color: #7b7774
}

.mesajyazicon {
    background: #fff;
    padding: 5px;
    border-radius: 25px;
    font-size: 64px;
    padding: 10px;
    display: inline-block
}

.mesajyazicon i {
    background: #37a4d9;
    padding: 5px;
    border-radius: 25px;
    font-size: 65px
}

.mesajYazbt {
    text-align: center;
    padding: 12px;
    background: #37a4d9;
    color: #fff;
    margin-top: 10px;
    cursor: pointer
}

.messajyazortu {
    background: rgba(0,0,0,.4);
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 5000;
    display: none
}

.login-page {
    background: #f5f5f5;
    position: static;
    display: block;
    width: 100%;
    min-height: auto
}

.login-page .buttons {
    width: 280px
}

#Kullanici_Adi:focus~.login-inputs-text,#Sifre:focus~.login-inputs-text,#Kullanici_Adi:valid~.login-inputs-text,#Sifre:valid~.login-inputs-text {
    transform: translate3d(0,-150%,0) scale3d(.8,.8,1)
}

.login-alt-bilgi3 {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    text-align: center;
    font-size: 12px
}

.login-inputs-text {
    font-size: 14px;
    color: #807b78;
    margin-left: 25px;
    display: block;
    position: absolute;
    top: 24px;
    left: 12px;
    transition: all .3s;
    pointer-events: none;
    font-size: 14px;
    transform-origin: 0 50%;
    opacity: .7
}

.login-inputs {
    padding: 10px 5px;
    position: relative;
    margin-bottom: 3px;
    border-bottom: 1px solid #eee
}

.pass-ico {
    background-image: url(../img/login-pass.png);
    background-size: 100%;
    background-repeat: no-repeat;
    width: 18px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px
}

.user-ico {
    background-image: url(../img/login-user.png);
    background-size: 100%;
    background-repeat: no-repeat;
    width: 18px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px
}

.customer-blocks {
    margin: auto;
    padding: 40px 30px;
    background: url(/Themes/Sreal/Content/img/login-bg.png);
    text-align: center;
    background-size: 100% 100%;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #fff
}

.login-title {
    font-size: 32px;
    font-weight: 700;
    color: #8837f3;
    padding: 17px 9px
}

.login-title-blck {
    color: #000
}

.login-main form input {
    font-size: 14px;
    padding: 14px
}

.login-title-alt {
    font-size: 24px;
    color: #404041;
    font-weight: 700;
    margin-top: -11px
}

.login-page .logo {
    position: absolute;
    text-align: center;
    left: 0;
    right: 0;
    top: 7%
}

.login-page .logo img {
    max-width: 100%
}

.login-main {
    position: absolute;
    left: 0;
    right: 0;
    top: 5%;
    text-align: center
}

.login-footer {
    display: block;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    background: #fff;
    font-size: 14px;
    padding: 5px;
    font-weight: 700;
    color: #404041
}

.login-left {
    display: inline-block
}

.customer-blocks form input {
    width: 205px;
    padding: 15px;
    border-radius: 5px;
    border: 0;
    background: 0 0
}

.customer-blocks form input:focus {
    outline: none
}

.customer-blocks form button {
    margin-top: 20px;
    width: 100%;
    padding: 10px;
    border: none;
    background-image: linear-gradient(to right,#c064dd,#b153e3,#9e43eb,#8535f4,#5f29fd);
    color: #fff;
    cursor: pointer;
    border-radius: 5px
}

.customer-blocks form button:hover {
    background-image: linear-gradient(to left,#c064dd,#b153e3,#9e43eb,#8535f4,#5f29fd)
}

header {
    background: #fff
}

.header-center {
}

.header-center-alt {
    width: 1200px;
    margin: 15px auto;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    align-content: flex-end
}

.header-center .head-logo {
}

.header-top-bar-shoppingcart a {
    color: #e21414
}

.header-center .head-search {
}

.head-box-item {
    display: inline-block;
    text-align: center;
    font-size: 14px;
    padding: 10px;
    position: relative
}

.head-box-item-text {
    display: block
}

.head-box-item-abs {
    top: 5px;
    right: 10px;
    position: absolute;
    background-color: #000;
    color: #fff;
    min-width: 17px;
    border-radius: 50%;
    font-size: 12px
}

.head-box-item-ico {
    width: 24px;
    height: 24px;
    display: inline-block
}

.hesabım .head-box-item-ico {
    background: url(../img/hesap.png);
    background-size: 100%;
    background-repeat: no-repeat
}

.hesabım:hover .head-box-item-ico {
    background: url(../img/hesap-aktif.png);
    background-size: 100%;
    background-repeat: no-repeat
}

.favorilerim .head-box-item-ico {
    background: url(../img/favorilerim.png);
    background-size: 100%;
    background-repeat: no-repeat
}

.favorilerim:hover .head-box-item-ico,.mini-favori.aktif .head-box-item-ico {
    background: url(../img/favorilerim-aktif.png);
    background-size: 100%;
    background-repeat: no-repeat
}

.sepetim .head-box-item-ico {
    background: url(../img/sepet.png);
    background-size: 100%;
    background-repeat: no-repeat
}

.sepetim:hover .head-box-item-ico,.mini-cart.aktif .head-box-item-ico {
    background: url(../img/sepet-aktif.png);
    background-size: 100%;
    background-repeat: no-repeat
}

.head-cart {
    cursor: pointer
}

.head-cart-img {
    background: url(/Content/img/sepet.png);
    width: 32px;
    height: 28px;
    display: inline-block
}

.head-cart-text {
    display: inline-block;
    line-height: 28px;
    vertical-align: text-bottom
}

.head-search .search-keyw {
    border-bottom: 1px solid #444
}

.head-search .search-keyword {
    border: 0;
    width: 340px;
    border-left: 1px solid #888;
    padding-left: 3px;
    font-style: italic
}

.search-keyw-search {
    font-weight: 700;
    color: #434343;
    font-style: italic
}

.head-search .search-keyw-search-button {
    display: inline-block;
    color: #dadada
}

.head-search-filters {
    font-weight: 700;
    color: #444;
    font-size: 14px
}

.head-search-filters-text,.head-search-filters-Value {
    display: inline-block
}

.head-search-filters-text {
    width: 85px;
    min-width: max-content
}

.head-search-filters-Value select {
    font-weight: 700;
    color: #444;
    font-size: 14px;
    background: #f1f1f1;
    width: 90px
}

.head-search-panel {
    display: inline-block;
    float: right
}

.head-search-filters-items {
    float: left;
    max-width: 180px
}

.head-search-filters-items.chcbox .head-search-filters-Value {
    float: left
}

.head-search-filters-items.chcbox .head-search-filters-text {
    float: right;
    padding-right: 5px;
    font-weight: 400
}

.head-search-filters-items.chcbox {
    max-width: 120px
}

.head-search-filters-items-alt {
    display: inline-flex;
    margin: 2px
}

.head-search-filters-items.chcbox .head-search-filters-items-alt {
    background: #f1f1f1
}

.head-search-yeni-keyw {
    position: relative
}

.head-search-yeni-keyw input {
    height: 38px;
    line-height: 32px;
    border-color: #999;
    font-weight: 300;
    border: 1px solid #e0e0e0;
    border: 0;
    border-radius: 21px;
    overflow: hidden;
    background-color: #faf9f9;
    width: 550px;
    font-size: 14px;
    padding: 4px 24px
}

.head-search-yeni-keyw input:focus {
    outline: none
}

.head-search-yeni {
    display: inline-flex
}

.head-search-yeni-btn {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto 0;
    background: url(/Content/img/search.png);
    width: 50px;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer
}

.head-search-yeni-btn i {
    font-size: 25px;
    color: #fff;
    padding: 7px
}

.head-search .head-search-yeni-btn div {
    display: inline-block;
    color: #e31e26;
    border: 1px solid;
    border-radius: 0 5px 5px 0;
    cursor: pointer;
    width: 60px;
    text-align: center;
    height: 39px;
    background-image: url(/Content/img/search-w.png),linear-gradient(#e21414 0%,#e21414 100%);
    background-repeat: no-repeat;
    background-position: center
}

.header-bottom {
    position: relative;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    background: linear-gradient(#26262c, #26262c, #26262c);
    border: solid 1px #ebebeb;
    height: 40px;
    box-shadow: 0 1px 1px 0 rgba(0,0,0,.05);
    border-bottom: 0
}

.head-menu {
    width: 1200px;
    max-width: 100%;
    margin: 0 auto;
    list-style: none
}

.head-menu .menu-items {
    border-bottom: 3px solid #f5f5f5;
    list-style: none;
    display: table-cell;
    border-right: 1px solid #ddd;
    border-bottom: 3px solid #f5f5f5;
    min-width: 100px;
    text-align: center
}

.menu-items.alt {
    text-align: left
}

.head-menu .menu-items:last-child {
    border-right: 0
}

.head-menu .menu-items a {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    font-size: 16px;
    padding: 12px
}

.head-menu .menu-items img {
    max-width: 100%
}

.head-menu .menu-items:hover {
    border-bottom: 3px solid #e21414;
    background-color: rgba(37,36,36,.1)
}

.head-menu .menu-items:hover a {
    color: #000
}

.menu-items {
    position: relative
}

.menu-items>ul {
    display: none
}

.menu-items.alt ul.alt {
    left: 100%;
    top: 0
}

.menu-items:hover>ul {
    display: block
}

.menu-items>ul li {
    padding: 0;
    margin: 0;
    width: 100%;
    float: left
}

.menu-items>ul {
    background: #fff;
    position: absolute;
    z-index: 50000;
    top: 50px;
    padding: 0;
    width: 225px
}

.content-page {
    width: 1200px;
    max-width: 100%;
    margin: 0 auto;
    min-height: 650px
}

.content-one {
    width: 1200px;
    max-width: 100%;
    margin: 0 auto
}

.content-title {
    text-align: center;
    background: #fff
}

.content-title h2 {
    margin: 8px
}

table {
    width: 100%
}

.prbx-sepeteekle {
    display: inline-block
}

.sepeteekle {
    color: #fff;
    padding: 6px 10px;
    cursor: pointer;
    border-radius: 0;
    -moz-transition: background .2s ease-in;
    -web-kit-transition: background .2s ease-in;
    background: #26262c;
    border: none;
    font-weight: 700;
    font-size: 12px;
    text-transform: uppercase;
    display: block;
    width: 100%;
    text-align: center
}

.sepeteekle:hover {
    color: #fff;
    background: #000000
}

.sepeteekle:hover.sepeteeklendi,.sepeteeklendi {
    color: #009688;
    border-color: #26262c;
    background: url(/content/img/sepeteekle.png) 1px -60px;
    background-repeat: no-repeat;
    background-size: 34px
}

.ortu {
    background: rgba(0,0,0,.4);
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 10000;
    display: none
}

.popup {
    width: 45%;
    left: 50%;
    margin-left: -25%;
    background: #fff;
    position: fixed;
    z-index: 10001;
    top: 100px;
    padding: 20px;
    display: none;
    border-radius: 10px
}

.popup>.urunadi {
    border-bottom: 1px solid gray;
    font-size: 16px;
    font-weight: 700
}

.popup>.popupyarim {
    width: 100%;
    float: left;
    border: 1px solid #eee;
    padding: 8px
}

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

.popup .satir>div {
    float: left;
    width: 50%
}

.popup .popup-sepete-ekle-bilgi .satir>div {
    width: 42px;
    text-align: right
}

.popup-sepete-ekle-bilgi {
    font-size: 14px
}

.popup-sepete-ekle-bilgi-text {
    width: 80px!important;
    display: inline-block;
    font-weight: 700
}

.popup-sepete-ekle-bilgi-value {
    display: inline-block;
    float: none!important
}

.popup .satir #sepetibitir {
    background: #c3161c;
    color: #fff;
    padding: 10px;
    width: 95%;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    cursor: pointer;
    border-radius: 5px
}

.popup .satir #sepetibitir:hover {
    background: #26262c
}

#popup-close {
    float: right;
    font-size: 30px;
    position: absolute;
    top: 0;
    right: 3px;
    color: #c3161c;
    cursor: pointer
}

.val_text {
    font-weight: 700
}

.sepete-ekle-odeme-secenekleri {
    border: 1px solid #eee;
    margin-top: 10px;
    display: inline-block;
    width: 47%
}

.popupyarim-toplamlar {
    display: inline-block;
    width: 47%;
    vertical-align: top;
    border: 1px solid #eee;
    margin: 10px
}

.popup .popup-sepete-ekle-bilgi .satir {
    padding: 5px
}

.satir.satir-title {
    padding: 9px!important;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    border-bottom: 1px solid #eee;
    color: #c3161c
}

.popup .satir>div.val_text {
    font-size: 16px;
    text-align: right;
    width: 47%;
    margin-right: 1%;
    padding: 5px
}

.popup .satir>div.val_value select,.popup .satir>div.val_value input {
    font-size: 16px;
    text-align: left;
    width: 100px;
    padding: 5px;
    border: 1px solid #dadada;
    border-radius: 2px
}

.popup .satir>div.val_value select {
    width: 112px
}

.sepet-tip-durum {
    padding: 5px;
    border: 1px solid #eee;
    border-radius: 5px;
    width: 94.5%;
    float: left
}

.satir.sepeti-bitir {
    width: auto;
    position: absolute;
    bottom: 30px;
    right: 26px;
    left: 50%
}

.sepete-ekle-odeme-secenekleri #odemesecenekleri {
    border-top: 1px solid #eee;
    display: inline-block;
    width: 100%;
    padding: 5px
}

.sepete-ekle-odeme-secenekleri #odemesecenekleri-title {
    display: inline-block;
    width: 100%;
    text-align: center;
    margin: 10px;
    color: #c3161c;
    font-size: 18px;
    font-weight: 700
}

.search-table tbody tr:hover td {
    background: gray;
    color: #fff
}

.sepet-sol {
    float: left;
    width: 100%;
    background: #fff
}

.sepet-sag {
    float: right;
    display: inline-block;
    background: #fff;
    border-radius: 2px;
    position: relative;
    width: 250px
}

.sepet-secimi {
    border-bottom: 1px solid #eee;
    padding: 20px 10px
}

.sepet-secimi select {
    padding: 12px;
    border-radius: 3px;
    min-width: 160px
}

.sepet-secimi span {
    font-size: 20px;
    padding: 5px;
    display: inline-flex;
    line-height: 34px
}

.sepet-toplamlari {
    display: inline-block;
    padding: 5px;
    font-weight: 700;
    width: 97%;
    position: relative
}

.sepet-detaylari form table {
    padding: 5px
}

.ekstre-tarih-aralik {
    box-sizing: border-box
}

.ekstre-tarih-aralik .ozl-radio-2,.ekstre-tarih-aralik .ekstre-tarih-getir {
    width: 19.78%;
    display: inline-block
}

.ekstre-tarih-getir input {
    background: #00a551;
    border: 1px solid #eee;
    padding: 10px 40px;
    width: 100%;
    vertical-align: bottom;
    height: 48px;
    margin-bottom: 3px;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer
}

.ekstre-tarih-getir input:hover {
    background: #000
}

.table-wrapper-kolonthree .fl-table thead td {
    background: #000;
    color: #fff;
    font-weight: 700;
    font-size: 14px
}

.table-wrapper-kolonthree {
    padding-bottom: 5px
}

.table-wrapper-kolonthree .fl-table tbody td {
    border: 1px solid #eee;
    font-weight: 700;
    font-size: 14px
}

.table-wrapper {
    margin: 0;
    box-shadow: 0 35px 50px rgba( 0,0,0,0.2 )
}

.fl-table {
    border-radius: 5px;
    font-size: 14px;
    font-weight: 400;
    border: none;
    border-collapse: collapse;
    width: 100%;
    max-width: 100%;
    white-space: nowrap;
    background-color: #fff
}

.fl-table td,.fl-table th {
    text-align: center;
    padding: 8px
}

.fl-table td {
    border-right: 1px solid #f8f8f8;
    font-size: 12px
}

.fl-table thead th {
    color: #fff;
    background: #4fc3a1
}

.fl-table thead td {
    font-weight: 700
}

.fl-table thead th:nth-child(odd) {
    color: #fff;
    background: #26262c
}

.fl-table tr:nth-child(even) {
    background: #f8f8f8
}

@media(max-width: 767px) {
    .fl-table {
        display:block;
        width: 100%
    }

    .table-wrapper:before {
        content: "Scroll horizontally >";
        display: block;
        text-align: right;
        font-size: 11px;
        color: #fff;
        padding: 0 0 10px
    }

    .fl-table thead,.fl-table tbody,.fl-table thead th {
        display: block
    }

    .fl-table thead th:last-child {
        border-bottom: none
    }

    .fl-table thead {
        float: left
    }

    .fl-table tbody {
        width: auto;
        position: relative;
        overflow-x: auto
    }

    .fl-table td,.fl-table th {
        padding: 20px .625em .625em;
        height: 60px;
        vertical-align: middle;
        box-sizing: border-box;
        overflow-x: hidden;
        overflow-y: auto;
        width: 120px;
        font-size: 13px;
        text-overflow: ellipsis
    }

    .fl-table thead th {
        text-align: left;
        border-bottom: 1px solid #f7f7f9
    }

    .fl-table tbody tr {
        display: table-cell
    }

    .fl-table tbody tr:nth-child(odd) {
        background: 0 0
    }

    .fl-table tr:nth-child(even) {
        background: 0 0
    }

    .fl-table tr td:nth-child(odd) {
        background: #f8f8f8;
        border-right: 1px solid #e6e4e4
    }

    .fl-table tr td:nth-child(even) {
        border-right: 1px solid #e6e4e4
    }

    .fl-table tbody td {
        display: block;
        text-align: center
    }
}

.header-top-plasiyer-bilgileri {
    float: right
}

.cari-plasiyer-info {
    font-size: 14px;
    background: #fff;
    display: inline-block;
    float: right;
    margin: 17px
}

.cari-plasiyer-info div {
    color: #fff;
    margin: 1px
}

.plasiyercall-img {
    float: left;
    width: 80px;
    height: 110px;
    background: #434343
}

.plasiyercall-img img {
    margin: 0 auto;
    display: block;
    margin-top: 22px
}

.cari-plasiyer-info-plasiyer {
    float: left;
    height: 110px;
    background: #434343;
    padding-left: 5px;
    padding-right: 10px
}

.cari-plasiyer-info-plasiyer-title {
    text-align: center;
    font-weight: 600;
    font-size: 14px;
    height: 25px
}

.cari-plasiyer-info-plasiyer-items span {
    display: inline-block;
    vertical-align: super
}

.cari-plasiyer-info-plasiyer-items img {
    max-width: 14px
}

.cari-plasiyer-info-shoppingCart {
    float: left;
    height: 110px;
    background: #434343
}

.cari-plasiyer-info-shoppingCart-img {
    float: left
}

.cari-plasiyer-info-shoppingCart-img img {
    max-width: 50px;
    padding: 5px
}

.cari-plasiyer-info-shoppingCart-title {
    float: left;
    font-size: 24px;
    padding-top: 12px
}

.cari-plasiyer-info-plasiyer-dollarkur img {
    max-width: 20px
}

.cari-plasiyer-info-plasiyer-dollarkur {
    border-top: 1px solid #eee
}

.cari-plasiyer-info-bakiye {
    display: inline-block;
    height: 110px;
    background: #434343
}

.cari-plasiyer-info-bakiye-img {
    float: left
}

.cari-plasiyer-info-bakiye-title {
    font-size: 24px;
    float: left;
    max-width: 80px;
    padding-top: 4px
}

.cari-plasiyer-info-bakiye-img img {
    max-width: 50px;
    padding: 4px
}

.cari-plasiyer-info-plasiyer-euro {
    border-top: 1px solid #eee
}

.cari-plasiyer-info-plasiyer-euro img {
    max-width: 20px;
    float: left
}

.ozl-checkbox {
    display: block;
    position: relative;
    padding-left: 20px;
    margin-bottom: 0;
    cursor: pointer;
    font-size: 14px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-weight: 300
}

.ozl-checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0
}

.ozl-checkbox .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 16px;
    width: 16px;
    background-color: #fff;
    border-radius: 5px;
    border: 2px solid #702ff9
}

.ozl-checkbox:hover input~.checkmark {
    background-color: #ccc
}

.ozl-checkbox input:checked~.checkmark {
    background-color: #2196f3
}

.ozl-checkbox.red input:checked~.checkmark {
    background-color: #c3161c
}

.ozl-checkbox .checkmark:after {
    content: "";
    position: absolute;
    display: none
}

.ozl-checkbox input:checked~.checkmark:after {
    display: block
}

.ozl-checkbox .checkmark:after {
    left: 5px;
    top: 2px;
    width: 5px;
    height: 10px;
    border: solid #fff;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.ozl-checkbox.red .checkmark:after {
    left: 6px;
    top: 0;
    width: 2px;
    height: 10px
}

.ozl-checkbox.red .name {
    display: inline-block;
    margin-top: 5px;
    margin-left: 5px
}

.ozl-radio {
    display: block;
    position: relative;
    padding-left: 24px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 14px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.ozl-radio input {
    position: absolute;
    opacity: 0;
    cursor: pointer
}

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #eee;
    border-radius: 50%
}

.ozl-radio:hover input~.checkmark {
    background-color: #ccc
}

.ozl-radio input:checked~.checkmark {
    background-color: #2196f3
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none
}

.ozl-radio input:checked~.checkmark:after {
    display: block
}

.ozl-radio .checkmark:after {
    top: 6px;
    left: 6px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #fff
}

.ozl-radio-2 {
    background-color: #fff;
    display: block;
    margin: 10px 0;
    position: relative;
    box-sizing: inherit
}

.ozl-radio-2 label {
    padding: 12px 10px;
    width: 100%;
    display: block;
    text-align: left;
    color: #3c454c;
    cursor: pointer;
    position: relative;
    z-index: 2;
    transition: color 200ms ease-in;
    overflow: hidden;
    box-sizing: inherit
}

.ozl-radio-2 label:before {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    content: '';
    background-color: #000;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%) scale3d(1,1,1);
    transition: all 300ms cubic-bezier(.4,0,.2,1);
    opacity: 0;
    z-index: -1
}

.ozl-radio-2 label:after {
    width: 32px;
    height: 32px;
    content: '';
    border: 2px solid #d1d7dc;
    background-color: #fff;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0nMzInIGhlaWdodD0nMzInIHZpZXdCb3g9JzAgMCAzMiAzMicgeG1sbnM9J2h0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnJz48cGF0aCBkPSdNNS40MTQgMTFMNCAxMi40MTRsNS40MTQgNS40MTRMMjAuODI4IDYuNDE0IDE5LjQxNCA1bC0xMCAxMHonIGZpbGw9JyNmZmYnIGZpbGwtcnVsZT0nbm9uemVybycvPjwvc3ZnPiA=);
    background-repeat: no-repeat;
    background-position: 4px 5px;
    border-radius: 50%;
    z-index: 2;
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    transition: all 200ms ease-in
}

.ozl-radio-2 input:checked~label {
    color: #fff;
    font-weight: 700
}

.ozl-radio-2 input:checked~label:before {
    transform: translate(-50%,-50%) scale3d(56,56,1);
    opacity: 1
}

.ozl-radio-2 input:checked~label:after {
    background-color: #00a551;
    border-color: #00a551
}

.ozl-radio-2 input {
    width: 32px;
    height: 32px;
    order: 1;
    z-index: 2;
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    visibility: hidden
}

.ozl-radio3 {
    display: block;
    position: relative;
    padding-left: 24px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 14px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.ozl-radio3 input {
    position: absolute;
    opacity: 0;
    cursor: pointer
}

.ozl-radio3 .checkmark {
    position: absolute;
    top: -1px;
    left: 0;
    height: 15px;
    width: 15px;
    background-color: #eee;
    border-radius: 26%;
    border: 1px solid #ababab
}

.ozl-radio3:hover input~.checkmark {
    background-color: #ccc
}

.ozl-radio3 input:checked~.checkmark {
    background-color: #ff0007;
    color: #fff
}

.ozl-radio3 .checkmark:after {
    content: '✔';
    position: absolute;
    display: none;
    left: 3px;
    font-size: 12px
}

.ozl-radio3 input:checked~.checkmark:after {
    display: block
}

.pagenoktali {
    display: inline-block
}

.paging {
    margin-bottom: 30px;
    display: inline-block;
    width: 100%
}

.paging>a {
    color: #fff
}

.paging>a>div {
    background: gray;
    border-radius: 50%;
    margin: 10px;
    text-align: center;
    line-height: 30px;
    width: 30px;
    display: inline-block
}

.pageaktif {
    background: blue;
    color: #fff;
    border-radius: 50%;
    margin: 10px;
    text-align: center;
    line-height: 30px;
    width: 30px;
    display: inline-block
}

.filter-item {
    border-right: 1px dotted #ddd;
    border-bottom: 1px dotted #ddd;
    margin-bottom: 10px
}

.filter-name {
    display: block;
    font-size: 18px;
    color: #26262c;
    border-bottom: 1px dotted #ddd
}

.filter-alt-item a {
    display: block;
    padding: 2px 0;
    background: transparent url(/Content/images/filter-checkbox.png) no-repeat 1px 2px;
    margin: 4px 0;
    color: #b88200;
    cursor: pointer
}

.filter-alt-item a:hover {
    background: #ff8e13;
    color: #fff;
    border-radius: 5px
}

.search-page-sol {
    width: 20%;
    float: left
}

.search-page-sag {
    width: 79%;
    float: left;
    float: right
}

.prbx-image {
    display: flex;
    height: 230px;
    padding: 5px;
    cursor: pointer;
    position: relative;
    overflow: hidden
}

.prbx-image img {
    max-width: 100%;
    margin: auto;
    max-height: 100%;
    width: auto
}

.prbx-item {
    float: left;
    width: 20%;
    padding: 0 5px;
    position: relative;
    margin-bottom: 20px;
    background: #fff;
    border-radius: 0;
    border: 2px dashed #26262c;
    min-height: 345px
}

.prbx-item:hover {
    border: 2px dashed #000
}

.prbx-add-cart {
    text-align: center
}

.prbx-dty {
    padding: 5px;
    font-size: 14px
}

.prbx-fiyat {
    display: flex;
    align-content: space-between
}

.carousel .prbx-dty {
    padding: 0 16px;
    font-size: 14px;
    width: 80%;
    margin: 0 auto
}

.prbx-iskonto {
    color: #e21414;
    font-size: 14px;
    margin-bottom: 0;
    height: 25px;
    margin-top: 5px
}

.prbx-dty a {
    text-decoration: none
}

.dty-stok-adi {
    font-size: 20px;
    margin-bottom: 5px
}

.dty-kisa-ad {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 5px
}

.dty-alt-ad {
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    margin-bottom: 5px
}

.dty-kategoriler {
    padding: 10px;
    border: 1px solid #eee;
    display: inline-block;
    width: 100%
}

.dty-kategoriler-title {
    font-weight: 700;
    font-size: 22px;
    padding-bottom: 10px
}

.dty-kategori-item {
    border-radius: 10px;
    background: #f8f8f8;
    border: 1px solid #d5d5d5;
    margin-bottom: 9px;
    padding: 7px 15px;
    font-weight: 700;
    font-size: 14px;
    display: inline-block;
    cursor: pointer
}

.red {
    color: red
}

.purple {
    color: #712ff8
}

.green {
    color: green
}

.ozlcolor {
    color: e5097f
}

.prbx-ad {
    text-overflow: ellipsis;
    cursor: pointer;
    font-size: 14px;
    line-height: 18px;
    height: 36px;
    overflow: hidden;
    color: #000;
    display: block;
    word-wrap: break-word;
    text-align: center
}

.prbx-item:hover .prbx-ad,
.prbx-item:hover .prbx-ad a {
    color: #26262c
}

.prbx-kisa-ad,.prbx-alt-ad {
    display: block;
    font-size: 14px;
    font-weight: 700;
    line-height: 14px;
    overflow: hidden;
    color: #b88200
}

.prbx-yeni {
    position: absolute;
    right: 0;
    width: 40px;
    text-align: center
}

.prbx-text {
    display: inline-block;
    width: 120px;
    font-weight: 500
}

.prbx-stokkod {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.prbx-asil-fiyat {
    padding: 5px 0;
    font-size: 16px;
    font-weight: 700;
    text-align: center
}

.prbx-cizgi {
    margin: 6px;
    border: 1px solid #e4e4e4
}

.prbx-ucretsiz-kargo {
    padding: 2px 0;
    color: green;
    font-weight: 700
}

.prbx-fiyat .prbx-value {
    color: #ff0000;
    font-weight: 900;
    display: inline-block;
    text-align: right;
    width: 90px;
    font-size: 13px
}

.dty-sag-sol {
    width: 100%;
    display: inline-block;
    float: left;
    font-size: 16px
}

.dty-price {
    background: #f8f8f8;
    overflow: hidden;
    margin-top: 15px;
    margin-bottom: 10px;
    display: inline-block;
    width: 325px;
    max-width: 100%;
    padding: 5px;
    box-shadow: 5px 5px 5px #eee
}

.dty-sag-sol .dty-price .dty-items .dty-text {
    width: 100%;
    display: inline-block;
    width: auto
}

.dty-price .dty-items {
    display: inline-block;
    padding: 5px;
    font-size: 14px
}

.dty-sag-sag {
    display: inline-block;
    width: 50%;
    text-align: right
}

.dty-sag-sag .dty-text,.dty-sag-sag .ayirici {
    font-weight: 700
}

.dty-sag-sag .dty-value {
    width: 65px;
    display: inline-block;
    text-align: right;
    color: #ff0000;
    font-weight: 900;
    font-size: 20px
}

.bld {
    font-weight: 700
}

.dty-yeni-urun {
    text-align: left;
    display: inline-block;
    padding: 15px;
    border-radius: 5px;
    margin-top: 5px;
    position: relative;
    vertical-align: top
}

.dty-sepete-ekle {
    text-align: left;
    display: inline-block;
    border: 1px solid #eee;
    padding: 15px;
    border-radius: 5px;
    margin-top: 5px
}

.dty-sepete-ekle-btn {
    font-weight: 700;
    padding: 9px 35px;
    cursor: pointer;
    font-size: 16px;
    background: #26262c;
    border-radius: 0;
    color: #fff;
    display: inline-block;
    border: none;
    vertical-align: top
}

.dty-sepete-ekle-btn:hover {
    background: #000000;
    color: #fff
}

.dty-sepete-ekle-input-style {
    padding: 5px;
    border-radius: 4px;
    border: 1px solid #000000
}

.dty-sag-sol .dty-items .dty-text {
    width: 100px
}

.prbx-firsat {
    background: linear-gradient(#26262c, #26262c, #26262c);
    border-radius: 25px;
    font-size: 12px!important;
    color: #fff!important;
    padding: 5px 10px;
    display: inline-block;
    margin-bottom: 10px!important;
    font-weight: 400!important;
    margin-top: 5px;
    position: absolute;
    top: 0;
    right: 0;
    width: fit-content
}

.search-page-sag .content-title {
    text-align: left;
    font-size: 12px
}

.lprbx-item {
    display: inline-block;
    width: 100%;
    position: relative;
    border-bottom: 1px dotted #999;
    padding: 8px;
    font-size: 14px
}

.lprbx-item:hover {
    border-bottom: 1px solid #f5dda3
}

.lprbx-image {
    width: 20%;
    float: left;
    text-align: center;
    vertical-align: middle
}

.lprbx-image img {
    max-width: 100%;
    max-height: 150px;
    margin: 0 auto
}

.lprbx-dty {
    width: 40%;
    float: left
}

.lprbx-dty div {
    padding: 5px;
    padding-top: 0;
    line-height: 30px
}

.lprbx-diger {
    width: 40%;
    float: left
}

.lprbx-diger div {
    padding: 5px;
    padding-top: 0;
    line-height: 24px
}

.lprbx-iskonto {
    font-size: 16px;
    color: #e21414
}

.lprbx-yeni-urun {
    position: absolute;
    top: 0;
    right: 0;
    background: transparent url(../img/yeni-urun.png) no-repeat left top;
    width: 91px;
    height: 32px
}

.lprbx-sepeteekle input {
    width: 30px;
    text-align: center;
    padding: 5px;
    font-size: 17px
}

.lprbx-sepeteekle .lprbx-text {
    font-weight: 700
}

.lprbx-sepeteekle .sepeteekle {
    max-width: 130px;
    display: inline-block;
    padding: 5px;
    vertical-align: middle;
    background: #f5dda3;
    color: #b88200
}

.lprbx-dty .lprbx-ad,.lprbx-dty .lprbx-ad a {
    font-weight: 700;
    color: #e21414;
    line-height: 22px!important
}

.lprbx-marka {
    color: #b88200;
    font-weight: 700
}

.lprbx-stokkod {
    color: #b88200
}

.dty-sol {
    width: 50%;
    display: inline-block;
    background: #fff;
    padding: 10px;
    height: 100%;
    vertical-align: top
}

.dty-sol .dty-img {
    padding: 10px;
    display: flex;
    height: 100%
}

.dty-sol .dty-img img {
    margin: 0 auto;
    max-width: 100%
}

.dty-text {
    display: inline-block;
    width: 75px
}

.dty-sag {
    display: inherit;
    width: 49%;
    background: #fff;
    margin-left: .5%;
    padding: 10px
}

.product-dty {
    display: inline-block;
    width: 100%;
    padding: 10px 0
}

.content-sol {
    width: 20%;
    display: inline-block;
    float: left
}

.content-w {
    display: inline-block;
    float: left;
    padding: 5px
}

.y10 {
    width: 10%!important
}

.y20 {
    width: 20%!important
}

.y30 {
    width: 30%!important
}

.y40 {
    width: 40%!important
}

.y50 {
    width: 50%!important
}

.y60 {
    width: 60%!important
}

.y70 {
    width: 70%!important
}

.y80 {
    width: 80%!important
}

.y90 {
    width: 90%!important
}

.y100 {
    width: 100%!important
}

.fleft {
    float: left
}

.fright {
    float: right
}

.mt10 {
    margin-top: 10px
}

.ml5 {
    margin-left: 5px
}

.tal {
    text-align: left
}

.tar {
    text-align: right
}

.dib {
    display: inline-block
}

.db {
    display: block
}

.w190 {
    width: 190px
}

.fs10 {
    font-size: 10px
}

.fs12 {
    font-size: 12px
}

.fs14 {
    font-size: 14px
}

.fs16 {
    font-size: 16px
}

.fs18 {
    font-size: 18px
}

.fs20 {
    font-size: 20px
}

.fs22 {
    font-size: 22px
}

.fs24 {
    font-size: 24px
}

.fwb {
    font-weight: 700
}

.content-orta {
    width: 60%;
    display: inline-block;
    float: left;
    padding: 5px
}

.content-sag {
    width: 20%;
    display: inline-block;
    float: left;
    padding: 5px
}

.sol-kategori-title {
    text-align: center;
    padding: 8px;
    border-bottom: 1px solid #eee;
    color: #26262c;
    font-weight: 700;
    font-size: 14px
}

.sol-kategori {
    border: 1px solid #eee;
    border-radius: 3px
}

.menu-items {
    list-style: none
}

.sol-kategori .menu-items {
    padding: 9px;
    background: #f5f5f5;
    border-bottom: 1px solid #eee
}

.sol-kategori .menu-items:hover {
    background: #e2e1e1
}

.sol-kategori .menu-items>ul {
    left: 240px;
    top: 0
}

.sol-kategori-items .menu-items a {
    color: #26262c
}

.btn-hov-bor-type {
    border: 1px solid;
    border-radius: 3px;
    cursor: pointer;
    padding: 5px
}

.type-bgclr-blue {
    background: #0654ba
}

.type-bgclr-red {
    background: #26262c
}

.type-clr-blue {
    color: #0654ba;
    background: #fff
}

.type-clr-blue:hover {
    color: #fff;
    background: #0654ba
}

.type-clr-red {
    color: #26262c;
    background: #fff
}

.type-clr-red:hover {
    color: #fff;
    background: #26262c
}

.input-type-number {
    width: 50px;
    padding: 2px;
    font-size: 14px;
    text-align: center;
    font-weight: 700;
    border: 1px solid #d6d4d4;
    border-radius: 3px
}

.tab {
    overflow: hidden;
    background: no-repeat;
    border: none;
    background-color: #ffffff;
    display: flex;
    justify-content: start;
}

.tab #defaultOpen {
    color: #fff;
    background: no-repeat;
    background: linear-gradient(#26262c, #26262c, #26262c);
    /* border: none!important; */
    /* border-radius: 5px; */
}

.tabcontent.aktif {
    display: block
}

#custom-categorybannerblock {
    display: flex;
    justify-content: center;
}

.product-dty .tabcontent {
    padding: 15px 20px
}

.tab button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 10px;
    transition: .3s;
    font-size: 14px;
    color: #000000;
    min-width: 118px;
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
    margin-top: 3px;
}

.tab button:hover {
    background: linear-gradient(#26262c, #26262c, #26262c);
    color: #fff;
    /* border-radius: 5px; */
}

.tab button.active {
    background: linear-gradient(#26262c, #26262c, #26262c);
    color: #fff
}

.product-dty .tab {
    background: no-repeat;
    border: none;
}

.product-dty .tab #defaultOpen {
    color: #000;
    background: #fff;
    border-bottom: 1px solid;
}

.product-dty .tab button:hover {
    background: no-repeat;
    color: #000
}

.tabcontent {
    width: 100%;
    display: none;
    padding: 6px 12px
}

.Tab_Name {
    padding: 5px;
    display: inline-block;
    width: 100%;
    border-radius: 5px 5px 0 0;
    color: #3d3d3d;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    background-color: #fff
}

.tabust {
    margin: 10px 0;
    display: inline-block;
    width: 100%;
    border-radius: 5px;
    border: 1px solid #c7c7c7
}

.content-orta-alt {
    display: inline-block;
    width: 80%;
    padding: .5%
}

.odeme-page-odemesecenekleri ul li {
    float: left;
    list-style: none;
    padding-left: 2%
}

.kart-bilgileri {
    display: inline-block;
    background: #fff;
    padding: 10px;
    border-radius: 10px
}

.odeme-page-odemesecenekleri {
    display: inline-block;
    width: 100%;
    background: #fff;
    border-radius: 2px
}

.odemesecenekleri-title {
    padding: 10px;
    font-size: 24px;
    font-weight: 700;
    color: #26262c
}

.kartbilgileri-title {
    font-size: 24px;
    font-weight: BOLD;
    color: #26262c;
    padding: 10px 0
}

.taksit-secenekleri {
    background: #fff
}

.taksitsecenekleri-title {
    padding: 10px;
    font-size: 24px;
    font-weight: 700;
    color: #26262c
}

.taksit-secenekleri-alt {
    display: inline-block;
    padding: 10px;
    font-weight: 700
}

.taksit-secenekleri-alt input,.taksit-secenekleri-alt label {
    cursor: pointer
}

.odeme-page-odemesecenekleri ul li img,.odeme-page-odemesecenekleri ul li input,.odeme-page-odemesecenekleri ul li label {
    cursor: pointer;
    font-weight: 700
}

.kart-bilgileri label {
    width: 158px;
    display: inline-block;
    font-weight: 600
}

.kart-bilgileri-ust {
    background: #fff
}

.onlineodeme-title {
    background: #fff;
    font-weight: 700;
    font-size: 24px;
    text-align: center;
    color: #26262c
}

.odemetamamlama-buton input {
    font-weight: 700;
    background: #26262c;
    border: 1px solid #eee;
    border-radius: 4px;
    padding: 10px 36px;
    color: #fff;
    cursor: pointer
}

.odemetamamlama-buton {
    background: #fff;
    text-align: center;
    padding: 10px
}

.kart-bilgileri td {
    max-width: 330px
}

.kart-bilgileri td input,.kart-bilgileri td textarea {
    width: 100%
}

.kart-bilgileri .kk_uyari {
    color: #26262c;
    font-weight: 700;
    display: none
}

.destek-form-items {
    padding: 15px;
    margin: 10px;
    border-radius: 5px;
    background: url(/Content/img/supportemail.png) no-repeat #fff;
    background-position: right
}

.destek-form-aciklama {
    font-weight: 700;
    font-size: 18px;
    padding: 15px;
    border-bottom: 1px solid #26262c;
    text-align: left
}

.destek-form {
    text-align: center;
    background: #fff
}

.destek-form table {
    display: inline-block;
    max-width: 100px
}

.destek-form table #gonder {
    font-weight: 700;
    background: #26262c;
    border: 1px solid #eee;
    border-radius: 4px;
    padding: 10px 36px;
    color: #fff;
    cursor: pointer
}

.destek-form-item {
    padding: 5px;
    text-align: center
}

.zorunlu-alan {
    color: #26262c;
    font-weight: 700;
    vertical-align: top;
    position: absolute;
    padding-left: 2px
}

.destek-form-text {
    display: inline-block
}

.destek-form-Value {
    display: inline-block
}

.destek-form-text {
    display: inline-block;
    width: 110px;
    text-align: right;
    font-size: 20px;
    font-weight: 700;
    vertical-align: top
}

.destek-form-item #gonder {
    font-weight: 700;
    background: #26262c;
    border: 1px solid #eee;
    border-radius: 4px;
    padding: 15px 60px;
    color: #fff;
    cursor: pointer;
    margin-left: 111px
}

.destek-form-Value input,.destek-form-Value textarea {
    width: 350px;
    font-size: 18px;
    padding: 5px;
    border-radius: 3px;
    border: 1px solid #ccc
}

.sifre-degistir-ust {
    text-align: left;
    margin-top: 15px
}

.sifre-degistir {
    text-align: center;
    padding: 15px;
    border: 1px solid #404041;
    border-radius: 5px;
    display: inline-block
}

.sifre-olustur-page .login-left {
    display: block
}

.sifre-degistir table {
    display: inline-block;
    max-width: 100px
}

.sifre-degistir table #gonder {
    font-weight: 700;
    background: #26262c;
    border: 1px solid #eee;
    border-radius: 4px;
    padding: 10px 36px;
    color: #fff;
    cursor: pointer
}

.sifre-degistir-item {
    padding: 5px
}

.sifre-degistir-text {
    display: inline-block
}

.sifre-degistir-Value {
    display: inline-block
}

.sifre-degistir-text {
    display: inline-block;
    width: 125px;
    text-align: right;
    font-size: 18px;
    font-weight: 700
}

.sifre-degistir-btn button {
    display: inline-block;
    font-size: 14px;
    line-height: 32px;
    height: 32px;
    padding: 0 10px;
    color: #b88200;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-color: #ffefc3;
    border: 1px solid #f8da93;
    -webkit-transition: background-color 200ms linear;
    -moz-transition: background-color 200ms linear;
    -o-transition: background-color 200ms linear;
    -ms-transition: background-color 200ms linear;
    transition: background-color 200ms linear;
    vertical-align: middle;
    text-shadow: 0 1px 0 #fff6df
}

.sifre-degistir-btn button:hover {
    background-color: #f5dda3;
    text-decoration: none;
    cursor: pointer
}

.sifre-degistir-Value input {
    min-height: 22px;
    width: 200px;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 5px
}

.sayisal-alan-right {
    text-align: right;
    width: 50px
}

.Kayan-Urun {
    display: inline-block;
    border-top: 9px solid #e21414;
    background: #fff;
    width: 100%;
    padding: 5px;
    margin-bottom: 10px;
    border: 1px solid #eee
}

.Kayan-Urun h2 {
    margin-top: 0;
    font-size: 20px;
    color: #e21414;
    padding: 5px 15px 0 10px
}

.Kayan-Urun .carousel-control.right {
    width: 0%;
    background: #fff
}

.Kayan-Urun .carousel-control.left {
    width: 0%;
    background: #fff
}

.editor-items {
    display: inline-block;
    border-top: 9px solid #e21414;
    background: #f0f0f0;
    width: 100%;
    margin-bottom: 10px;
    border: 1px solid #eee
}

.editor-title {
    margin-top: 0;
    font-size: 20px;
    color: #e21414;
    padding: 5px 15px 0 10px;
    border: 1px solid #eee
}

.editor-items.editorun-sectikleri {
    background: #fff
}

.editor-items-ust {
    display: inline-block;
    padding: 10px;
    border: 1px dotted #ddd;
    width: 33%;
    border-right: 0;
    border-bottom: 0
}

.editor-items-img {
    width: 45%;
    float: left;
    text-align: center
}

.editor-items-img img {
    max-width: 100%;
    max-height: 150px
}

.editor-items-dty {
    width: 54%;
    margin-left: 1%;
    float: left
}

.editor-ad.detay {
    color: #e21414;
    font-size: 16px;
    line-height: 18px;
    height: 36px;
    overflow: hidden
}

.editor-kisa-ad {
    display: block;
    font-size: 14px;
    font-weight: 700;
    line-height: 14px;
    height: 28px;
    overflow: hidden;
    color: #b88200;
    margin-top: 8px
}

.editor-alt-ad {
    display: block;
    font-size: 14px;
    line-height: 14px;
    height: 28px;
    overflow: hidden;
    color: #b88200
}

.editor-fiyat {
    font-size: 14px;
    color: #26262c
}

.editor-fiyat .prbx-text {
    width: 75px
}

.editor-iskonto {
    color: #e21414;
    font-size: 14px;
    margin-top: 5px
}

.owl-item .editor-items-ust {
    width: 99%
}

.hesap-bilgi-item-text {
    display: inline-block;
    font-weight: 700;
    width: 70px
}

.hesap-bilgi-item-value {
    display: inline-block
}

.sssicon i {
    font-size: 30px;
    color: #e0e0e0
}

.ssscevap {
    padding-left: 33px;
    padding-top: 5px
}

.ssssoru {
    display: inline-block;
    vertical-align: top
}

.sssicon-ust,.sssicon {
    display: inline-block
}

.dotted-cizgi {
    height: 1px;
    border-bottom: 1px dotted #ddd;
    margin-top: 10px;
    margin-bottom: 15px
}

h1.sss {
    font-weight: 700;
    color: #e21414
}

.ssssoru-ust {
    margin-left: 30px
}

h3.sss {
    margin-left: 20px
}

.Yeni-Adres-Ekle-Ust {
    text-align: center
}

.Yeni-Adres-Ekle-Ust .hesap-bilgi-item-text {
    display: inline-block;
    width: 250px
}

.Yeni-Adres-Ekle-Ust .hesap-bilgi-item,.Yeni-Adres-Ekle-Ust .hesap-bilgi-item input {
    padding: 3px;
    font-size: 16px;
    text-align: left
}

.adres-kaydet-btn {
    color: #b88200;
    border-radius: 4px;
    background-color: #ffefc3;
    border: 1px solid #f8da93;
    display: inline-block;
    padding: 10px 20px;
    cursor: pointer
}

.page-left {
    display: inline-block;
    width: 20%;
    padding-top: 10px
}

.page-right {
    display: inline-block;
    float: right;
    width: 79%;
    padding-top: 10px
}

.page-title {
    text-align: center;
    padding: 10px;
    font-size: 16px;
    font-weight: 500
}

.page-title.account {
    text-align: left;
    padding: 15px 0;
    font-weight: 300;
    font-size: 18px;
    color: #717171
}

.page-nav-item:hover,.page-nav li:hover {
    color: #37a4d9;
    cursor: pointer
}

.siparis-ust-bilgi {
    display: inline-block
}

.fl-table thead {
    background: #f3f3f3;
    color: #565656
}

.item .item-name {
    display: inline-block;
    width: 120px
}

.item .ayirici {
    padding: 5px
}

.item {
    padding: 3px
}

.search-filter {
    background-color: #fbfbfb;
    border: 1px solid #efefef;
    margin-bottom: 10px
}

.search-filter-title {
    font-size: 13px;
    font-weight: 700;
    color: #26262c;
    display: block;
    position: relative;
    padding: 10px 0 10px 2px;
    border-bottom: 1px solid #f1f1f1
}

.search-filter-title .filterico {
    background: url(/Content/img/fav.png);
    display: inline-block;
    width: 24px;
    height: 24px;
    position: absolute;
    margin-left: 0;
    background-size: 100% auto
}

.search-filter-title span {
    margin-left: 27px;
    line-height: 24px
}

.search-filters-item {
    padding: 5px
}

.search-filters-items {
    max-height: 400px;
    overflow: overlay
}

#sepeteeklendiimg {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    top: 15px;
    bottom: 0;
    opacity: .9;
    background: url(/Content/img/sepeteeklendi.png);
    background-size: 100px;
    background-position: center center;
    background-repeat: no-repeat
}

.search-bar-text {
    padding: 4px 10px 0
}

.search-bar-filter {
    margin-left: auto
}

.search-bar-filter .filter-option {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    margin-left: 4px;
    padding: 5px;
    border-radius: 3px
}

.search-bar-filter .filter-option.Checked {
    box-shadow: 0 0 10px 0 #37a4d9;
    color: #37a4d9
}

.filter-btn {
    display: inline-flex;
    align-items: center;
    margin-bottom: 0;
    font-weight: 700;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    font-size: 17.3px;
    line-height: 1.428571429;
    border-radius: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #26262c;
    background-color: #fff;
    border-color: #ccc
}

.manuelPage div {
    display: inline-block;
    padding: 5px;
    margin: 5px;
    background: #999;
    color: #fff;
    border-radius: 25px;
    cursor: pointer;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 22px;
    font-size: 12px
}

.manuelPage-item.aktif {
    background: #26262c
}

.page-nav {
    display: inline-block;
    background: #fff;
    padding: 8px;
    min-width: 20%;
    border-radius: 3px
}

.nav-ico.order {
    background: url(/Themes/Sreal/Content/img/account-order.png);
    width: 24px;
    height: 24px;
    display: inline-block
}

.page-nav-item,.page-nav li {
    color: #aaa;
    padding: 5px;
    list-style: none;
    font-size: 18px
}

.page-nav li {
    padding-left: 30px;
    background: url(/Themes/Sreal/Content/img/account-order.png) no-repeat;
    margin: 5px
}

.nav-text {
    vertical-align: super
}

.nav-ico {
    margin-right: 3px
}

.page-account-content {
    width: 79%;
    float: right;
    padding: 10px;
    background: #fff;
    border-radius: 3px
}

.page-account-content-title {
    color: #26262c;
    text-align: center;
    border-bottom: 2px solid;
    padding-bottom: 8px;
    font-size: 18px
}

.pac-alt-item-box {
    display: inline-block;
    width: 33%;
    padding: 7px;
    border: 1px solid #e8e8e8;
    border-radius: 10px;
    color: #717171;
    margin-bottom: 5px;
    position: relative;
    vertical-align: top
}

.pac-alt-item-box-title {
    font-size: 16px;
    font-weight: 500
}

.pac-alt-item-box-alt-title {
    font-size: 14px;
    font-weight: 500
}

.pac-alt-item-box-alt-desc {
    font-size: 14px;
    font-weight: 400;
    color: #000
}

.pac-alt-item-box-alt {
    height: 75px;
    vertical-align: bottom;
    display: table-cell
}

.pac-alt-item-box-alt-detay {
    background: #37a4d9;
    color: #fff;
    text-align: center;
    float: right;
    padding: 5px;
    border-radius: 5px;
    cursor: pointer;
    margin: 3px
}

.pac-alt-item-box-alt-price {
    background: #f44336;
    color: #fff;
    text-align: center;
    float: right;
    padding: 5px;
    border-radius: 5px;
    cursor: pointer;
    margin-right: 5px
}

.pac-alt-aciklama {
    padding: 10px 0;
    color: #717171;
    font-weight: 400;
    font-size: 14px
}

.account-textbox {
    margin-top: 10px
}

.account-textbox-item {
    width: 49%;
    display: inline-block;
    margin-bottom: 20px;
    font-size: 14px;
    font-weight: 500;
    color: #9e9e9e;
    font-style: italic
}

.account-textbox-text input {
    width: 95%;
    padding: 3px;
    border: 0;
    border-bottom: 1px solid;
    font-weight: 300;
    font-style: italic
}

.account-textbox-text input:focus {
    outline: none;
    border-bottom: 1px solid #26262c
}

.account-onay {
    text-align: center
}

.account-onay input {
    background: #fff;
    border: 1px solid #26262c;
    color: #26262c;
    border-radius: 5px;
    padding: 5px 20px;
    min-width: 120px;
    font-weight: 500;
    -webkit-transition: background-color 1s ease-out;
    -moz-transition: background-color 1s ease-out;
    -o-transition: background-color 1s ease-out;
    transition: background-color 1s ease-out
}

.account-onay input:hover {
    background: #26262c;
    color: #fff
}

.sepetim-left,.Siparis-left {
    width: 70%;
    display: inline-block
}

.sepetim-right,.Siparis-right {
    width: 25%;
    float: right
}

.sepetim-box,.Siparis-box {
    background: #fff;
    padding: 5px;
    margin-top: 10px
}

.sepetim-box.flex,.Siparis-box.flex {
    display: flex;
    justify-content: space-between;
    align-content: center;
    border-bottom: 1px solid #f3f3f3
}

.sepetim-title {
    font-size: 16px;
    font-weight: 500;
    color: #727272;
    padding: 10px
}

.sepetim-devam {
    background-color: #fafafa;
    border-color: #e6e6e6;
    padding: 10px;
    border: 1px solid #eee;
    color: #26262c;
    font-weight: 500 font-size:14px
}

.sepetim-box.item {
    display: -webkit-box;
    display: flex;
    padding: 1.25rem;
    border-bottom: 1px solid #ddd
}

.sepet-item-resim {
    overflow: hidden;
    margin-right: 1.25rem
}

.sepet-item-resim img {
    display: -webkit-box;
    display: flex;
    width: 100px;
    height: auto;
    max-width: 100%;
    border: 1px solid #ddd
}

.sepet-item-dty {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    align-items: flex-start;
    width: 75%;
    max-width: 100%;
    margin-right: 1.25rem
}

.sepet-item-dty-alt {
    font-size: 12px
}

.sepet-item-title {
    margin-bottom: .625rem;
    font-size: inherit;
    font-weight: 700;
    margin-top: 0
}

.sepetten-cikar {
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    border: 1px solid transparent;
    font-family: Avenir,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
    cursor: pointer;
    outline: none;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: background .3s ease;
    transition: background .3s ease;
    border-radius: 2px;
    color: red;
    font-size: 14px;
    font-weight: 400;
    background: no-repeat;
    padding: 0
}

.sepet-item-fiyat {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    justify-content: flex-end;
    -webkit-box-flex: 1;
    flex-grow: 1;
    text-align: right
}

.sepet-item-adet {
    width: 161px;
    margin-bottom: .3125rem
}

.sepet-item-adet-list {
    position: relative
}

.sepet-item-fiyat .sepet-item-fiyat {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: end;
    align-items: flex-end;
    font-size: .875rem
}

.Sepetim-ozet-baslik,.Siparis-ozet-baslik {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    height: 60px;
    padding: 1.25rem;
    border-bottom: 1px solid #ddd;
    font-size: 16px
}

.sepetim-ozet-detay,.Siparis-ozet-detay {
    padding: 1.25rem;
    border-bottom: 1px solid #ddd;
    font-size: .875rem
}

.sepetim-ozet-detay-item,.Siparis-ozet-detay-item {
    display: flex;
    flex-wrap: wrap;
    margin-right: -10px;
    padding: .625rem 0;
    font-size: 14px;
    font-weight: 400;
    color: #000
}

.sepet-item-dty-alt-aciklama {
    font-size: 14px;
    font-weight: 400;
    color: #000;
    display: inline-block
}

.sepet-item-fiyat .sepet-item-dty-alt-aciklama {
    border-bottom: 1px solid #d0d0d0
}

.sepetim-ozet-detay-item-text,.Siparis-ozet-detay-item-text {
    flex: 0 0 58.33333%;
    max-width: 58.33333%
}

.sepetim-ozet-alt,.Siparis-ozet-alt {
    padding: 1.25rem
}

.sepetim-ozet-alt-item,.Siparis-ozet-alt-item {
    font-weight: 700;
    display: flex;
    flex-wrap: wrap
}

.sepetim-ozet-alt-item-text,.Siparis-ozet-alt-item-text {
    flex: 0 0 58.33333%;
    max-width: 58.33333%
}

.sepetim-ozet-alt-item-value,.Siparis-ozet-alt-item-value {
    flex: 0 0 41.66667%;
    max-width: 41.66667%
}

.sepetionayla,.sepetegonder,.btngreen {
    font-size: 14px;
    background: linear-gradient(#26262c, #26262c, #26262c);
    color: #fff;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    border: 1px solid transparent;
    font-family: Avenir,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
    cursor: pointer;
    outline: none;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: background .3s ease;
    transition: background .3s ease;
    border-radius: 2px;
    min-width: 100%;
    padding: 10px
}

.sepetionayla:hover,.sepetegonder:hover,.btngreen:hover {
    color: #000;
    background: linear-gradient(#26262c, #26262c, #26262c);
    border-color: #26262c
}

.owl-item .prbx-dty {
    margin: 0 auto;
    width: 210px
}

.owl-carousel.stok .owl-pagination {
    display: none
}

.owl-item .prbx-item {
    margin: 0 auto;
    padding: 0;
    float: none
}

.owl-carousel.stok .owl-controls {
    margin-top: 5px
}

.kayan-nesne-baslik {
    text-align: center;
    font-size: 18px;
    color: #000;
    background: #fff;
    padding: 5px;
    margin-bottom: 5px;
    border-radius: 5px
}

.owl-carousel.stok {
    margin-bottom: 55px
}

.y20 .owl-carousel.stok {
    margin-bottom: 10px
}

.kayan-nesne-perde {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 10px;
    background-color: rgba(238,238,238,.8);
    height: 80px;
    opacity: 1;
    transition: opacity .5s ease-in-out
}

.owl-item:hover .kayan-nesne-perde,.alt-kategori-item:hover .kayan-nesne-perde {
    opacity: 1
}

.kayan-nesne-perde span {
    display: block;
    color: #666
}

.kayan-nesne-perde:hover span {
    color: #000
}

.kayan-nesne-perde-baslik {
    font-size: 18px
}

.kayan-nesne-perde-Aciklama {
    font-size: 12px
}

.KategoriPage-Alt-Kategori .alt-kategori-item {
    width: 30%;
    float: left;
    padding: 20px;
    border-radius: 5px;
    background: #fff;
    margin: 1%;
    position: relative;
    text-align: center;
    -webkit-transition: background .51s;
    transition: background .5s;
    box-shadow: 5px 5px 5px #eee;
    font-size: 16px;
    color: #000;
    text-transform: uppercase;
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
}

.KategoriPage-Alt-Kategori .alt-kategori-item:hover {
    background: #26262c;
    color: #fff
}

.alt-kategori-item img {
    max-height: 100px;
    max-width: 100%;
}

.search-filters-items::-webkit-scrollbar-thumb:hover {
    background: #26262c
}

.search-filters-items::-webkit-scrollbar-thumb {
    background: #26262c;
    border-radius: 5px
}

.search-filters-items::-webkit-scrollbar-track {
    background: #eee
}

.search-filters-items::-webkit-scrollbar {
    width: 8px
}

.nav-bar {
    background: #f7f7f7;
    padding: 8px;
    border-radius: 5px
}

.Kategori-nav-items li {
    list-style: none
}

.Nesne_Box.type_1 {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px
}

.Nesne_Box_1 {
    margin: -5px
}

.azalt,.artir {
    padding: 8px;
    border: 1px solid #eee
}

.flat-qty {
    border: 1px solid #eee;
    display: inline-flex
}

.flat-qty input {
    border: 0;
    text-align: center
}

.flat-qty span {
    border: none
}

.flat-qty span {
    border: none;
    cursor: pointer;
    color: #666
}

.flat-qty span:hover {
    color: #000
}

.flat-qty input:focus {
    outline: none
}

.Kategori-nav-items li {
    padding: 5px 0
}

.Kategori-nav-items .min-ico {
    background: url(/Themes/Sreal/Content/img/right-ico.png);
    width: 14px;
    height: 14px;
    display: inline-block;
    background-size: auto 100%;
    background-repeat: no-repeat
}

.Kategori-nav-items ul {
    padding: 0 0 0 5px;
    display: none
}

.Kategori-nav-items .alt-open {
    background: url(/Themes/Sreal/Content/img/right-ico.png);
    width: 14px;
    height: 14px;
    display: inline-block;
    background-size: auto 100%;
    background-repeat: no-repeat;
    float: right;
    margin-top: 3px
}

.Kategori-nav-items .alt-open.active {
    background: url(/Themes/Sreal/Content/img/bottom-ico.png);
    display: inline-block;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 12px
}

.Kategori-nav-title {
    text-align: center;
    border-bottom: 1px solid #eee;
    padding: 5px
}

.Kategori-nav {
    padding: 4px
}

.Kategori-nav-items li.active ul:first-child {
    display: block
}

.Kategori-nav-items .active>a {
    font-weight: 700;
    border-bottom: 1px solid #eee;
    color: #26262c
}

.Kategori-nav-items li.active>ul {
    display: block
}

.sepet-alti-buttons-item:hover {
    color: #fff;
    background: linear-gradient(#26262c, #26262c, #26262c);
    border-color: #26262c
}

.sepet-alti-buttons-item {
    display: inline-block;
    padding: 8px 10px;
    font-size: 14px;
    background: linear-gradient(#26262c, #26262c, #26262c);
    border: 1px solid #26262c;
    color: #fff;
    transition: background-color 200ms linear;
    vertical-align: middle;
    text-shadow: 0 1px 0 #fff6df;
    border-radius: 4px;
    cursor: pointer;
    font-weight: 300
}

.sepet-alti-buttons {
    margin-top: 10px;
    text-align: center
}

.dty-favori-ekle-btn:hover {
    background: #26262c;
    color: #fff
}

.dty-favori-ekle-btn {
    font-weight: 500;
    padding: 9px 35px;
    cursor: pointer;
    font-size: 14px;
    background: #fff;
    border-radius: 3px;
    color: #26262c;
    display: inline-block;
    border: 1px solid #26262c;
    vertical-align: top;
    margin-top: 8px;
    width: 254px;
    text-align: center
}

.address-box.new,.kargo-box.new {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    margin-top: 10px
}

.address-box,.kargo-box {
    width: 32%;
    border: 1px solid #26262c;
    padding: 10px;
    height: 120px;
    display: inline-block;
    margin-top: 10px;
    position: relative;
    margin-left: 4px;
    border-radius: 5px;
    cursor: pointer;
    vertical-align: top
}

.address-box:hover,.kargo-box:hover {
    border: 1px solid #4caf50;
    box-shadow: 5px 5px 5px 5px #eee
}

.address-box.aktifadres_True,.kargo-box.aktifkargo_True,.address-box.varsayilan_True {
    border: 1px solid #4caf50
}

.account-address {
    display: flex;
    flex-wrap: wrap;
    justify-content: normal;
    align-items: center;
    align-content: center
}

.new-adress-button {
    background: url(/Content/img/add-ico.png);
    background-repeat: no-repeat;
    padding-left: 30px;
    display: inline-block;
    height: 30px;
    padding-top: 3px;
    cursor: pointer
}

.new-adress-button:hover {
    color: #37a4d9;
    background: url(/Content/img/add-ico-active.png);
    background-repeat: no-repeat
}

.new-adress-add {
    width: 500px;
    margin: 0 auto;
    border: 1px solid #37a4d9;
    padding: 20px;
    border-radius: 5px;
    background: #fff
}

.address-item-text,.kargo-item-text {
    margin-bottom: 20px;
    font-size: 14px;
    font-weight: 500;
    color: #9e9e9e;
    font-style: italic;
    margin: 0;
    display: inline-block
}

.address-item-value input:focus,.kargo-item-value input:focus {
    outline: none;
    border-bottom: 1px solid #37a4d9
}

.address-item-value input,.kargo-item-value input {
    width: 100%;
    border: 0;
    border-bottom: 1px solid #9e9e9e
}

.new-adress-inputs {
    margin-top: 12px
}

.new-adress-title {
    text-align: center;
    color: #37a4d9;
    font-size: 16px;
    font-weight: 500;
    padding: 8px;
    border-bottom: 1px solid
}

.adres_kaydet {
    padding: 5px 15px;
    margin: 10px;
    background: #37a4d9;
    color: #fff;
    border: 1px solid;
    border-radius: 5px
}

.new-adress-kaydet {
    text-align: center
}

.kaymayannesneMain {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 7px
}

.kaymayannesneItem:hover .kayan-nesne-perde {
    opacity: 1
}

.kaymayannesneItem {
    position: relative
}

.address-item-value input[type=checkbox],.address-item-value input[type=radio] {
    width: 20px
}

.interaktif-text {
    display: inline-block;
    width: 115px;
    font-weight: 500
}

.interaktif-val {
    display: inline-block
}

.interaktif-item {
    padding: 8px
}

.interaktif-val.radio input {
    margin: 0;
    padding: 0
}

.Kategori-nav-items li ul li a {
    font-size: 12px
}

.kategori-page-title-ozl {
    text-align: center;
    font-weight: 500
}

.btn-kaydet:hover {
    background: #26262c;
    color: #fff
}

.btn-kaydet {
    padding: 5px 10px;
    background: #fff;
    border: 1px solid;
    border-radius: 5px;
    color: #26262c
}

.psag-txt {
    background: 0 0!important
}

.psag-b {
    display: none
}

.address-btn input,.address-btn button {
    padding: 3px 15px;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 5px
}

.address-btn {
    position: absolute;
    bottom: 4px;
    left: 0;
    right: 0;
    text-align: center;
    opacity: 0
}

.address-box:hover .address-btn {
    opacity: 1
}

.address-btn .update,.address-btn .varsayilan_yap {
    color: #4caf50;
    border-color: #4caf50
}

.address-btn .update:hover {
    background: #4caf50;
    color: #fff
}

.address-btn .delete {
    color: red;
    border-color: red
}

.address-btn .delete:hover {
    background: red;
    color: #fff
}

.ozl_table {
    display: table;
    width: 100%
}

.ozl_table_head {
    display: table-header-group;
    width: 100%;
    background: #f5f5f5;
    font-weight: 700
}

.ozl_table_body {
    display: table-header-group;
    width: 100%
}

.ozl_table_row {
    display: table-row;
    width: 100%
}

.ozl_table_cell {
    display: table-cell;
    padding: 5px;
    font-size: 10px;
    vertical-align: middle
}

.ozl_table_body .ozl_table_row:hover {
    background: #dff0d8
}

.btn-typ1 {
    padding: 0 10px;
    border: 1px solid;
    border-radius: 5px
}

.btn-typ1.green {
    background: #fff;
    color: green
}

.btn-typ1.green:hover {
    background: green;
    color: #fff
}

.zoomWindow {
    border: 1px solid rgba(229,9,127,.5)!important;
    box-shadow: 5px 5px 5px!important;
    border-radius: 4px!important
}

.aktifadres,.aktifkargo {
    background: url(/Content/img/varsayilan.png);
    width: 35px;
    height: 35px;
    background-size: 100%;
    position: absolute;
    top: 0;
    right: 0;
    opacity: 0
}

.aktifadres_True .aktifadres,.aktifkargo_True .aktifkargo {
    opacity: 1
}

.siparisozet-title {
    background: #26262c;
    text-align: center;
    background-color: #ececec;
    border-color: #e6e6e6;
    padding: 10px;
    border: 1px solid #d6d6d6;
    color: #585858;
    font-weight: 500
}

.Siparis-ozet-alt a div {
    margin-top: 10px
}

.siparis-bilgi-box {
    display: inline-block;
    width: 49%;
    vertical-align: top;
    min-height: 260px;
    background: #fff
}

.siparis-bilgi-box.fatura {
    display: none
}

.siparis-bilgi-box .item .text {
    display: inline-block;
    width: 75px;
    font-weight: 500;
    font-size: 12px
}

.siparis-kisabilgi {
    text-align: center;
    margin-bottom: 10px
}

.kisa-bilgi {
    padding: 5px;
    font-size: 22px;
    font-weight: 500;
    color: #26262c
}

.flat-qty-top .flat-qty span {
    background: #fafafa
}

.btn_guncelle {
    font-size: 14px;
    padding: 5px 11px;
    font-weight: 500;
    color: #797979;
    background: #fafafa;
    border: 1px solid
}

.btn_guncelle {
    color: #26262c;
    font-weight: 500
}

.btn_guncelle:hover {
    color: #26262c
}

.varsayilanadres {
    position: absolute;
    top: 0;
    right: 0;
    background: url(/Content/img/varsayilan.png);
    width: 30px;
    height: 30px;
    background-size: 100%
}

.item-w .item .text {
    display: inline-block;
    width: 105px;
    font-weight: 700;
    color: #555
}

#sepet_aciklama {
    width: 100%;
    min-height: 60px;
    border: 1px solid #ddd;
    border-radius: 5px
}

.Sonuc.green {
    color: #37a4d9;
    font-weight: 700
}

.Sonuc.red {
    color: #e21414;
    font-weight: 700
}

.hesap-bilgi-item-center {
    padding: 10px 0
}

.mesajYaz.page {
    left: 0;
    right: 0;
    bottom: 0;
    position: inherit;
    display: block;
    margin: 0 auto;
    width: 100%
}

.mesajYaz.page>.mesajicon {
    background-image: url(/Content/img/onay.png);
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 125px
}

.page-account-content-title.green {
    color: #26ae88
}

.cari-box-bar {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.cari-box-bar .box {
    padding: 15px;
    background: #f5f5f5;
    width: 100%;
    margin: 10px
}

.cari-box-bar .box:last-child,.cari-box-bar .box:first-child {
    margin: 10px 0
}

.cari-box-bar .box.clr1 {
    color: #ff4557
}

.cari-box-bar .box.clr2 {
    color: #018bc8
}

.cari-box-bar .box.clr3 {
    color: #ff7b1a
}

.cari-box-bar .box-title {
    font-weight: 500;
    font-size: 15px;
    text-align: left
}

.cari-box-bar .box-val {
    text-align: right;
    font-size: 16px;
    font-weight: 500
}

.cari-box-bar .box div {
    padding: 5px 10px 5px 0
}

.filter-bar .filter-item {
    display: inline-block;
    border: 0
}

.filter-bar .filter-item select,.filter-bar .filter-item input {
    padding: 10px 8px;
    height: 40px;
    min-width: 120px
}

.filter-bar .filter-item .filter-name,.filter-bar .filter-item .filter-val {
    display: inline-block;
    border-bottom: 0
}

.filter-bar {
    display: block;
    padding: 10px 0
}

.ozl_table.typ1 .ozl_table_body .ozl_table_cell {
    padding: 10px 5px
}

.ozl_table.typ1 .ozl_table_head .ozl_table_cell {
    padding: 10px 5px
}

.datetimepicker {
    background: url(/Content/img/date.png);
    background-repeat: no-repeat;
    background-position: right;
    border: 1px solid #ccc;
    cursor: pointer
}

input.btn-typ2 {
    background: #f7a700;
    color: #fff;
    border: 1px solid #eee;
    border-radius: 5px
}

input.btn-typ3 {
    background: #1d9b0a;
    color: #fff;
    border: 1px solid #eee;
    border-radius: 5px
}

.search-row {
    background: #f7a700;
    color: #fff
}

.adress-item .address-text {
    font-size: 14px;
    font-weight: 500
}

.adress-item .address-text~.address-text {
    font-size: 14px;
    font-weight: 300
}

.footer-sag-ust span {
    color: #fff;
    font-size: 20px
}

.y20 .owl-buttons {
    top: 43.4%
}

.y20 .prbx-asil-fiyat,.y20 .prbx-stokkod {
    padding: 10px
}

.owl-item .prbx-add-cart {
    padding-bottom: 7px
}

.owl-item .prbx-dty {
    border-bottom: 0
}

.customer-blok {
    padding: 10px
}

.y20 .owl-theme .owl-controls .owl-buttons div {
    opacity: .1;
    transition: opacity .5s
}

.y20 .owl-theme .owl-controls .owl-buttons div {
    opacity: .1
}

.y20 .owl-theme:hover .owl-controls .owl-buttons div {
    opacity: .6
}

.kayan-nesne-perde:hover {
    background-color: rgba(238,238,238,.9)
}

.login-inputs.sms_show {
    display: none
}

.sepet-item-value {
    display: inline-block
}

.sepet-item-text {
    font-size: 14px;
    font-weight: 400;
    color: #000;
    display: inline-block;
    width: 52px
}

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

.sepet-item-aciklama {
    display: inline-block
}

.sepet-item-text {
    width: auto
}

.prbx-stokkod {
    font-family: helvetica neue,Helvetica,Arial,sans-serif
}

.prbx-fiyat .prbx-value,.dty-value,.prbx-asil-fiyat,.sepet-item-value,.sepet-item-dty-alt-aciklama,.sepetim-ozet-detay-item-value,.sepetim-ozet-alt-item-value,.header-top-bar-account-info,.account-textbox-text,.pac-alt-item-box-title,.pac-alt-item-box-alt-title,.pac-alt-item-box-alt-desc,.siparis-bilgi-aciklama.item-w,.sayisal-alan-right,.card-item {
    font-family: helvetica neue,Helvetica,Arial,sans-serif
}

.TabPageLink {
    background: #fff;
    margin-top: 10px;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    font-size: 17px;
    width: 50%;
    color: #727272
}

.TabPageLink:hover {
    color: #26262c
}

.TabPageLink.AktiveTab:hover {
    color: #000
}

.TabPage {
    display: none;
    height: 100%
}

#TabPageNav {
    border: 1px solid #f3f3f3
}

.AktivePage {
    display: block
}

.AktiveTab {
    background: #26262c;
    color: #fff;
    background: linear-gradient(#26262c, #26262c, #26262c)
}

.pac-alt-item-box-alt .pac-alt-item-box-alt-title {
    font-weight: 800;
    color: #444
}

.page-account-content-title.yazdir {
    font-weight: 600
}

.page-account-content-title.yazdir:hover {
    color: #37a4d9
}

.CariRehber .page-account-content {
    width: 100%
}

.CariRehber .page-nav {
    display: none
}

.alt-image img {
    display: inline-block;
    max-width: 49%;
    max-height: 100%;
    margin-right: 10px;
    cursor: pointer;
    padding-bottom: 5px;
    border-bottom: 2px solid transparent
}

.alt-image img:first-child {
    border-bottom: 2px solid #26262c
}

.alt-image {
    padding: 10px;
    height: 100px
}

.wp-destek img {
    max-width: 100%
}

.wp-destek {
    position: fixed;
    left: 0;
    bottom: 4%;
    width: 196px;
    z-index: 9999
}

.flip-box {
    background-color: transparent;
    width: 300px;
    height: 200px;
    border: 1px solid #f1f1f1;
    perspective: 1000px
}

.flip-box-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform .8s;
    transform-style: preserve-3d
}

.flip-box:hover .flip-box-inner {
    transform: rotateY(180deg)
}

.flip-box-front,.flip-box-back {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden
}

.flip-box-front {
}

.flip-box-back {
    transform: rotateY(180deg)
}

.tab.tab_flat #defaultOpen {
    background: 0 0;
    border-bottom: 3px solid #26262c;
    color: #26262c;
    font-weight: 700
}

.tab.tab_flat button {
    border-bottom: 3px solid transparent
}

.tab-icerik.tab_flat {
    padding: 10px 5px
}

.tab.tab_flat {
    background: #f3f3f3
}

.tab.tab_flat button:hover {
    background: 0 0;
    border-bottom: 3px solid #26262c;
    color: #000
}

.taksit-item #CTaksit {
    width: 20px;
    text-align: center
}

.taksit-item #CArtiTaksit {
    width: 20px;
    display: inline-block;
    text-align: center
}

.taksit-item #CAylikOdeme {
    width: 29px;
    display: inline-block;
    text-align: right
}

.wp-title {
    text-align: center;
    display: block;
    color: #0d9f16;
    font-weight: 700
}

.wp-destek:hover .wp-web-hover {
    display: block;
    position: absolute;
    top: -72px;
    background: #fff;
    color: #0d9f16;
    border-radius: 5px;
    padding: 10px;
    font-size: 14px;
    border: 1px solid;
    left: 4px;
    width: 212px
}

.wp-web-hover {
    display: none
}

#mobile-left-menu {
    display: none
}

.prbx-bilgi {
    position: absolute;
    left: 0;
    text-align: center;
    bottom: 0;
    width: 100%;
    background: rgb(231 122 90);
    color: #fff;
    font-weight: 400;
    padding: 5px
}

.table>thead>tr>th {
    font-size: 12px
}

.table>tbody>tr>td {
    font-size: 14px;
    vertical-align: middle
}

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

.group-box-title {
    position: absolute;
    top: 24%;
    left: 0;
    margin-top: -11px;
    right: 0;
    width: 100%;
    text-align: center
}

.group-box-alt-title {
    bottom: 25%;
    left: 0;
    right: 0;
    width: 100%;
    position: absolute;
    padding: 10px;
    font-size: 10px
}

.group-box-item {
    width: 32%;
    padding: 10px;
    height: 120px;
    display: inline-block;
    margin-top: 10px;
    position: relative;
    margin-left: 4px;
    border-radius: 5px;
    cursor: pointer;
    vertical-align: top;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    color: #999
}

.group-box-item:hover,.group-box-item.aktif {
    color: #337ab7;
    border: 1px solid
}

.group-box-btn {
    position: absolute;
    right: 12px;
    border: 1px solid #eee;
    left: 0;
    right: 0;
    width: 100%
}

.group-box-btn:hover {
    background: #26262c;
    color: #fff
}

.group-box-buttons {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    max-width: 100%;
    margin: 0 auto;
    list-style: none;
    font-size: 14px;
    width: 100%;
    bottom: 0;
    position: absolute;
    left: 0;
    right: 0;
    padding: 10px
}

.group-box-buttons input:hover {
    background: #337ab7;
    color: #fff
}

.group-box-buttons input {
    width: 32%;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 5px
}

.aktif .group-box-sag-ust,.group-box-item:hover .group-box-sag-ust {
    background: url(../img/sepet-aktif.png);
    background-position: 3px 7px;
    background-repeat: no-repeat;
    background-size: 23px
}

.group-box-sag-ust {
    position: absolute;
    right: 8px;
    top: 8px;
    background: url(../img/sepet.png);
    background-position: 3px 7px;
    background-repeat: no-repeat;
    background-size: 23px;
    color: #000;
    width: 35px;
    height: 35px;
    text-align: center;
    border-radius: 25px
}

.aktif .group-box-sag-ust span,.group-box-item:hover .group-box-sag-ust span {
    background: #26262c;
    color: #fff
}

.group-box-sag-ust span {
    position: absolute;
    right: -5px;
    top: -5px;
    background: #ccc;
    color: #26262c;
    width: 20px;
    height: 20px;
    text-align: center;
    border-radius: 25px
}

.head-box-item-alt-item {
    padding: 5px;
    border: 1px solid #eee
}

.head-box-item-alt-item:hover,.head-box-item-alt-item.aktif {
    background: rgba(255,141,9,.8);
    color: #fff
}

.head-box-item-alt {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 110px;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
    margin-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    color: #666;
    border-bottom: 2px solid #26262c;
    background-color: #fdfdfd;
    padding: 0
}

.head-box-item:hover .head-box-item-alt {
    display: block
}

.Alt_Toplamlar {
    float: right
}

.Alt_Toplamlar td {
    padding: 5px;
    width: 120px
}

.teklifcevir {
    background: #26262c;
    margin-top: 5px;
    padding: 5px
}

.flat_inpu_text {
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 10px
}

.TeklifiGonder {
    padding: 5px 30px;
    border: 1px solid #eee;
    background: #26262c;
    color: #fff;
    border-radius: 5px
}

.header-bar span span {
    font-weight: 700;
    cursor: pointer
}

.header-bar {
    color: #000;
    padding: 1px;
    font-size: 12px;
    background: linear-gradient(#26262c, #26262c, #26262c)
}

.header-bar div {
    width: 100%
}

.btn {
    padding: 3px 8px;
    font-size: 12px
}

.page-content.account {
    display: inline-block;
    width: 100%
}

.sepetim .KalemBirim {
    height: 39px;
    font-size: 14px;
    border: 2px solid #eee;
    border-right: 1px;
    padding: 5px 7px;
    line-height: 29px;
    width: 50px
}

.prbx-item select {
    display: inline-block;
    border: 1px solid #eee;
    padding: 5px 3px
}

.product-dty select {
    padding: 5px;
    height: 37px;
    border: 1px solid #eee
}

.RaporTakvimGecis input:hover {
    background: #26262c;
    color: #fff
}

.RaporTakvimGecis input {
    padding: 5px 10px;
    background: #fff;
    color: #26262c;
    border: 1px solid;
    border-radius: 5px;
    font-size: 14px;
    width: 100%
}

#ZiyaretRaporData,.RaporTakvimGecis,#dncalendar-container {
    display: none
}

.RaporData .RaporTakvimGecis,.RaporData #ZiyaretRaporData {
    display: block;
    -webkit-animation-name: fadeIn;
    -webkit-animation-duration: 1s;
    animation-name: fadeIn;
    animation-duration: 1s
}

.TakvimData #dncalendar-container {
    display: block;
    -webkit-animation-name: fadeIn;
    -webkit-animation-duration: 1s;
    animation-name: fadeIn;
    animation-duration: 1s
}

.page-account-search input {
    display: inline-block;
    padding: 8px;
    margin: 5px 0
}

.page-account-search input[type=submit] {
    width: 20%
}

.page-account-search input[type=text] {
    width: 80%
}

.plasiyer-dt-text {
    display: inline-block;
    font-weight: 700;
    width: 45px
}

.plasiyer-bar .plasiyer-img {
    width: 80px;
    height: 80px
}

.plasiyer-dt-item {
    padding: 2px
}

.plasiyer-img {
    background: url(/Themes/Sreal/Content/img/plasiyer.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat
}

.plasiyer-bar {
    position: absolute;
    font-size: 14px;
    display: flex;
    justify-content: space-between;
    border: 1px solid #eee;
    padding: 5px;
    border-radius: 5px;
    top: 10px
}

.plasiyer-title {
    font-weight: 700;
    text-align: center;
    border-bottom: 1px solid #eee
}

.plasiyer-detay {
    border-left: 1px solid #eee
}

.Siparis_alt_buttons button {
    margin: 5px 0
}

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

header {
    background: #fff;
    border-radius: 0 0 5px 5px
}

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

.content-w {
    display: inline-block;
    float: left;
    padding: 5px
}

.kayan-stok {
    padding: 5px
}

.owl-theme .owl-controls {
    margin-top: 5px!important
}

.tab-icerik {
    padding: 5px;
    background: #fff;
}

.tabcontent.stok {
    padding: 5px;
    display: flex!important;
    justify-content: space-between;
    flex-flow: wrap
}

.slider img {
    border-radius: 5px
}

.search-bar {
    display: inline-flex;
    border-radius: 5px;
    font-size: 14px;
    background-color: #fbfbfb;
    border: 1px solid #efefef;
    width: 100%
}

.search-bar input,button {
    background: 0 0;
    border: 0;
    padding: 10px 15px
}

.search-bar input {
    width: 320px;
    max-width: 100%
}

.header {
    padding: 0
}

.header-center {
    margin: auto
}

.header-left {
    margin: auto 0
}

.header-right {
    margin: auto 0
}

.header-menu .navbar-nav {
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px
}

.header-menu {
    padding: 10px;
    display: inline-block
}

.header-logo img {
    width: 130px;
    margin: auto;
    float: left;
    margin: 5px;
}

.Kategori-nav {
    background: #fff;
    border-radius: 5px
}

.Kategori-nav-title {
    padding: 5px;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    border-bottom: 1px solid #c2c2c2
}

.Kategori-nav-items li:hover a {
    color: #fff
}

.Kategori-nav-items a {
    width: 100%;
    display: block;
    color: #000
}

.Kategori-nav-items li:hover {
    background: #26262c
}

.Kategori-nav-items li i {
    margin-right: 3px
}

.Kategori-nav-items li {
    list-style: none;
    padding: 5px 5px 5px 10px;
    font-size: 14px
}

.Kategori-nav-items li .alt-kategori {
    display: none
}

.prbx-image img {
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0
}

.filter-box {
    border-radius: 6px;
    -webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,.1);
    -moz-box-shadow: 0 0 5px 0 rgba(0,0,0,.1);
    box-shadow: 0 0 5px 0 rgba(0,0,0,.1);
    background: #fff
}

.filter-box-title {
    background-color: #000000;
    color: #fff;
    border-bottom: 2px solid #26262c;
    text-transform: uppercase;
    font-size: 14px;
    text-align: center;
    font-weight: 700;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px
}

.filter-box-title span {
    padding: 10px 0 9px;
    display: inline-block
}

.filter-box-block {
    background-color: #fff;
    padding: 15px;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px
}

.filter-box-block-title {
    color: #26262c;
    font-size: 14px;
    font-weight: 600
}

.filter-box-filter {
    padding: 5px 0;
    font-size: 14px
}

.filter-box-filter-item {
    padding: 3px 0
}

.filter-box-filter-item select {
    width: 100%;
    padding: 5px;
    font-weight: 550;
    font-size: 14px
}

.filter-box-filter-item .fiyat-kisit {
    width: 49%;
    padding: 10px 16px;
    background-color: #fff;
    border: 1px solid #ccc;
    margin: 0;
    outline: 0
}

.button-favori {
    white-space: nowrap;
    display: inline-block;
    line-height: 20px;
    font-size: 14px;
    padding: 10px 14px!important;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    border: 0;
    color: #fff;
    background: linear-gradient(#26262c, #26262c, #26262c);
    -webkit-transition: opacity .2s ease-in-out;
    -moz-transition: opacity .2s ease-in-out;
    transition: opacity .2s ease-in-out;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.button-favori:hover {
    color: #fff;
    background-color: #000000
}

.filter-box-btn {
    width: 100%;
    margin: 2px 0 6px
}

.search-page-bar {
    display: inline-flex;
    border-radius: 5px;
    font-size: 15px;
    width: 100%;
    font-weight: 550;
    padding: 5px 0
}

.gorunumbox {
    font-size: 25px;
    display: inline-block;
    vertical-align: middle
}

.gorunumbox.aktif {
    color: #26262c
}

.search-table {
    font-size: 14px;
    display: table;
    width: 100%
}

.search-table {
    font-size: 14px;
    display: table;
    width: 100%
}

.search-table .thead {
    display: table-header-group;
    background-color: #f9f9f9
}

.search-table .thead .th,.search-table .tbody .td {
    display: table-cell;
    vertical-align: middle
}

.search-table .thead .th {
    font-size: 14px;
    text-align: center;
    cursor: default;
    color: #fff;
    padding: 7px;
    font-weight: 500;
    background: linear-gradient(#26262c, #26262c, #26262c);
    border-left: 1px solid #f5f5f5
}

.search-table .tbody {
    display: table-row-group
}

.search-table .tbody .tr,.search-table .thead .tr {
    display: table-row
}

.search-table .tbody .tr {
    background-color: #fff
}

.search-table .tbody .td {
    padding: 3px 4px;
    border: 1px solid #f5f5f5
}

.search-table .tbody .tr:nth-child(2n+1) {
    background-color: #f9f9f9
}

.td img {
    max-width: 100%
}

.td .stok_img {
    max-width: 50px
}

.div-stok-resim {
    width: 160px;
    height: 60px;
    background-position: center;
    background-size: cover
}

.adet-input-list {
    width: 45px;
    border: 1px solid #26262c;
    border-radius: 5px;
    padding: 5px 0;
    text-align: center
}

.sepete-ekle-list:hover {
    background: url(/content/img/sepeteekle.png) 1px -24px;
    background-repeat: no-repeat;
    background-size: 30px;
    cursor: pointer
}

.sepete-ekle-list {
    background: url(/content/img/sepeteekle.png) 1px 5px;
    background-repeat: no-repeat;
    background-size: 30px;
    transition: background-position .2s ease-in;
    -moz-transition: background-position .2s ease-in;
    -web-kit-transition: background-position .2s ease-in;
    width: 33px;
    height: 33px;
    display: inline-block;
    vertical-align: middle
}

.search-table .tbody .tr:hover {
    background: #ededed
}

.yatay .filter-box-block {
    width: 20%;
    display: inline-block;
    vertical-align: middle
}

.yatay .filter-box-block.kayan-nesne {
    width: 39%
}

.marka-menu {
    margin-top: 0;
    border-radius: 6px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,.1);
    -moz-box-shadow: 0 0 5px 0 rgba(0,0,0,.1);
    box-shadow: 0 0 5px 0 rgba(0,0,0,.1)
}

.marka-menu h2 {
    font-size: 18px;
    display: block;
    margin: 0;
    padding: 10px 0;
    text-align: center;
    border-bottom: 1px solid #f0f0f0
}

.marka-menu .marka-body a {
    display: block;
    color: #000;
    padding: 1px 16px 2px;
    border-bottom: 1px solid #fff;
    font-size: 14px
}

.marka-menu .marka-item-ust {
    display: table;
    width: 100%
}

.marka-menu .marka-item {
    display: table-cell;
    vertical-align: middle
}

.marka-menu .marka-item i {
    font-size: 10px;
    margin-right: 4px;
    color: #dcdcdc
}

.marka-menu .marka-body a:hover {
    background: linear-gradient(#26262c, #26262c, #26262c);
    color: #fff;
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px
}

.marka-body {
    max-height: 350px;
    overflow: overlay
}

.custom-scroll::-webkit-scrollbar-thumb:hover {
    background: #ff263f
}

.custom-scroll::-webkit-scrollbar-thumb {
    background: #5b276f;
    border-radius: 10px
}

.custom-scroll::-webkit-scrollbar-track {
    background: #f0f0f0
}

.custom-scroll::-webkit-scrollbar {
    width: 5px
}

.footer-root-center-logo {
    padding: 10px;
    width: 25%;
    background-color: #fff
}

.footer-root-center-logo img {
    width: 100%
}

.header-bar-right li {
    list-style: none;
    padding: 0 10px
}

.header-bar-right {
    display: flex;
    justify-content: flex-end
}

.header-top-bar-menu li a {
    float: left;
    font-size: 28px;
    position: relative
}

.header-top-bar-menu li i {
    font-size: 27px
}

#mini-qty {
    color: #fff;
    background: linear-gradient(#26262c, #26262c, #26262c);
    font-size: 11px;
    padding: 1px 5px;
    border-radius: 50%;
    position: absolute;
    right: -8px
}

button:focus {
    outline: none!important
}

.header-center-alt {
    margin: 5px auto;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    align-content: flex-end
}

.header-bar .header-center-alt {
    width: 1300px;
    max-width: 100%;
    margin: 0 auto;
    position: relative
}

.head-cat {
    padding: 0;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    max-width: 100%;
    margin: 0 auto;
    list-style: none;
    position: relative;
    width: 1200px;
    color: #fff;
    text-transform: capitalize
}

.head-cat>li {
    height: 50px;
    display: flex;
    align-items: center;
    padding: 0 15px
}

.header-center-alt li {
    list-style: none;
    padding: 10px 5px;
    font-size: 14px;
    justify-content: center;
    width: 100%
}

.header-center-alt li i {
    display: none
}

input {
    outline: none
}

@import "https://maxcdn.bootstrapcdn.com/font-awesome/4.6.3/css/font-awesome.min.css"; .header-center-wrapper {
    float: left;
    width: 10%;
    margin-right: 20px;
}

#header a {
    font-size: 14px
}

.header-logo {
    text-align: left;
    display: block;
    margin: 0;
    /* padding: 10px 0 0; */
}

#header .logo {
    max-width: 100%;
    display: inline-block
}

.header-left-wrapper {
    float: right;
    width: 30%;
}

.top-menu,.top-menu a {
    font-family: montserrat,sans-serif
}

.top-menu {
    display: inline-block;
    margin: 0;
    float: left;
}

ul {
    list-style: none;
    padding-left: 0
}

.main-menu .menu>ul>li {
    vertical-align: middle;
    display: inline-block;
    position: relative
}

.dovizler {
    display: flex;
    justify-content: end;
}

.main-menu .menu>ul>li>a {
    display: block;
    width: 100%;
    clear: both;
    font-weight: 600;
    color: #000000;
    text-align: inherit;
    white-space: nowrap;
    background: 0 0;
    border: 0
}

.header-left-wrapper a[data-depth="0"] {
    padding: 44px 20px 36px;
    font-size: 15px!important;
    font-family: montserrat,sans-serif
}

@media screen and (max-width: 1659px) {
    .header-left-wrapper a[data-depth="0"] {
        padding:26px 12px 36px 0px;
    }
}

.top-menu a:hover {
    text-decoration: none;
    color: #26262c!important
}

.right-logo {
    float: right;
    width: 100%;
}

div#_desktop_user_info {
    margin-right: 17px;
    width: 20px;
    height: 22px;
    margin-top: 21px;
    padding-right: 36px
}

div#_desktop_user_info {
    position: relative;
    float: right
}

div#_desktop_user_info:before {
    position: absolute;
    content: "";
    right: 0;
    background-color: #000000;
    width: 1px;
    height: 30px;
    top: 0
}

.right-logo .user-info {
    text-align: right;
    white-space: nowrap;
    padding: 0;
    float: left;
    margin-right: 0
}

.user-info>a>.user-icon {
    cursor: pointer;
    width: 20px;
    height: 22px
}

.user-info>a>.user-icon {
    color: #000000
}

.user-info>a>.user-icon {
    cursor: pointer
}

.user-info>a>.user-icon::before {
    content: "\f007";
    top: 0;
    right: 0;
    font-family: fontawesome;
    font-size: 24px;
    position: absolute;
    width: 24px;
    height: 24px;
    left: 0
}

div#_desktop_cart {
    float: right;
    margin: 0;
    cursor: pointer
}

.blockcart {
    padding: 17px 0 0;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 100%
}

.blockcart .header {
    cursor: pointer
}

.blockcart>.header a {
    color: #000000
}

.blockcart .header a {
    float: left;
    padding-right: 21px;
    font-size: 14px
}

.blockcart>.header a::before {
    content: "\f291";
    position: relative;
    font-family: fontawesome;
    font-size: 24px;
    top: 2px;
    left: 0;
    width: 31px;
    height: 31px;
    padding-right: 28px
}

.blockcart .header span {
    font-family: montserrat,sans-serif;
    font-size: 14px;
    float: left;
    color: #252525;
    display: none
}

.blockcart>.header span.cart-products-count {
    position: absolute;
    top: 13px;
    background: linear-gradient(#26262c, #26262c, #26262c);
    font-size: 14px;
    padding: 0;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    color: #fff;
    line-height: 14px;
    left: 24px;
    font-weight: 600;
    display: block;
    padding: 4px 8px
}

.blockcart>.header a:hover,.user-info>a>.user-icon:hover {
    color: #26262c!important
}

.search-widget {
    float: right;
    position: relative;
    z-index: 9;
    margin: 11px 0 0;
    width: calc(100% - 190px);
    height: 40px;
    border: 1px solid #26262c;
    border-radius: 5px
}

.search-widget input[type=text] {
    border: none;
    padding: 10px;
    min-width: 255px;
    background: rgba(255,255,255,.09);
    color: #777
}

#search_widget.search-widget input[type=text] {
    width: 291px;
    width: 0;
    padding: 0;
    min-width: initial;
    width: 38px;
    height: 38px;
    background: rgba(255,255,255,.09);
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    outline: none;
    position: absolute;
    right: 0;
    top: 0
}

#search_widget.search-widget input[type=text],#search_widget.search-widget.inputfocus input[type=text],#search_widget.search-widget input[type=text] {
    opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    width: 100%;
    background: #fff;
    padding: 0 43px 0 20px;
    outline: none;
    font-size: 15px;
    border-radius: 5px
}

#search_widget button {
    color: #fff!important
}

.search-widget button[type=button] {
    position: absolute;
    background: 0 0;
    border: none;
    right: 0;
    padding: 0;
    height: 38px;
    width: 38px;
    background: linear-gradient(#26262c, #26262c, #26262c);
}

#search_widget button::before {
    content: "\f002";
    top: 1px;
    left: 0;
    font-family: fontawesome;
    font-size: 23px
}

.category-item {
    padding-top: 0;
    padding-bottom: 0;
    position: relative;
    padding: 0px 15px;
    font-size: 13px;
    font-weight: 600;
    display: flex;
    justify-content: center;
    align-items: center;
    float: left;
    border-left: 1px solid rgba(255,255,255,0.3);
    height: 44px;
}

.category-item:before {
    position: absolute;
    /* content: ""; */
    height: 100px;
    width: 1px;
    right: 0;
    top: 0
}

.category-title {
    float: right;
    text-align: left;
    color: #fff;
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
}

.display-topcolumn {
    background: linear-gradient(#26262c, #26262c, #26262c);
}

.category-wrapper {
    float: left;
    max-width: 25.6%
}

.category-wrapper img {
    display: block;
    width: 100%
}

.prbx-image img {
    width: auto!important;
    transition: all .3s ease-out 0s;
    -webkit-transition: all .3s ease-out 0s
}

.prbx-image img:last-child {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    transform: scale(3);
    -webkit-transform: scale(3)
}

.prbx-item:hover .prbx-image img:last-child {
    transform: scale(1);
    -webkit-transform: scale(1);
    opacity: 1
}

.product-toolbar {
    margin-bottom: 24px;
    padding: 15px 20px 15px 14px;
    color: #252525;
    background-color: #f5f5f5
}

.products-selection .total-products {
    padding-top: 5px
}

.products-selection .display {
    float: left;
    margin: 0 15px 0 0
}

.products-selection .display li#grid {
    margin: 0
}

.products-selection .display li#grid.selected a {
    position: relative;
    height: 30px;
    width: 30px
}

.products-selection .display li#grid a:before {
    position: absolute;
    content: "\f009";
    font-size: 30px;
    font-family: fontawesome;
    left: 0;
    top: 0
}

.products-selection .display li#list {
    margin-left: 6px
}

.products-selection .display li#list a {
    position: relative;
    height: 30px;
    width: 30px
}

.products-selection .display li#grid a,.products-selection .display li#list a {
    color: #777
}

.products-selection .display li#list a:before {
    position: absolute;
    content: "\f03a";
    font-size: 30px;
    font-family: fontawesome;
    left: 30px;
    top: 0
}

.total-products p {
    margin: 12px 0;
    color: #777;
    font-size: 14px;
    font-weight: 400;
    padding-left: 98px;
    font-family: montserrat,sans-serif
}

.products-selection .sort-by-row {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    align-items: center;
    padding-top: 5px
}

.products-selection .sort-by {
    white-space: normal;
    word-break: break-word;
    margin-right: -.9375rem;
    margin-left: .9375rem;
    text-align: right;
    font-size: 14px;
    font-weight: 400;
    color: #777
}

.products-sort-order {
    color: #777
}

.dropdown {
    position: relative
}

.products-sort-order .select-title {
    display: inline-block;
    margin: 0 10px 0 0;
    width: 100%;
    color: #252525;
    background: #fff;
    padding: 5px .625rem;
    cursor: pointer
}

.products-selection .products-sort-order .select-title {
    display: inline-block;
    width: 100%;
    color: #777;
    background: #fff;
    padding: 8px 10px 4px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 400;
    text-align: left;
    border: none
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: -1px 0 0;
    font-size: 1rem;
    color: #777;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ccc
}

.products-sort-order .dropdown-menu {
    left: auto;
    width: 288px;
    border: 1px solid #ccc;
    background: #fff;
    border-radius: 0
}

.products-sort-order .select-list {
    display: block;
    color: #777;
    padding: 5px 15px;
    font-size: 14px;
    font-weight: 400
}

.pagination {
    display: inline-block;
    padding-left: 0;
    border-radius: 0
}

.pagination {
    background: #f5f5f5 none repeat scroll 0 0;
    margin: 2rem 0;
    padding: 1rem
}

.pagination {
    width: 100%
}

.pagination .page-list {
    margin-bottom: 0;
    float: right
}

.text-xs-center {
    text-align: center!important
}

.pagination .page-list li {
    background: #fff;
    display: inline-block;
    float: left;
    margin: 0 0 0 5px;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 36px;
    text-align: center
}

.pagination span {
    margin: 0;
    width: 36px;
    background: 0 0;
    border: none;
    display: block;
    font-weight: 500
}

.pagination li.current,.pagination li:hover {
    color: #fff!important;
    border-color: #26262c;
    background-color: #26262c;
    text-decoration: none
}

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

.input-group-md>.form-control,.input-group-md>.custom-select,.input-group-md>.input-group-prepend>.input-group-text,.input-group-md>.input-group-append>.input-group-text,.input-group-md>.input-group-prepend>.btn,.input-group-md>.input-group-append>.btn {
    padding: .25rem .5rem;
    font-size: .95rem;
    line-height: 1.5;
    border-radius: .2rem
}

svg:not(:host).svg-inline--fa,svg:not(:root).svg-inline--fa {
    overflow: visible;
    box-sizing: content-box
}

.svg-inline--fa {
    display: var(--fa-display,inline-block);
    height: 1em;
    overflow: visible;
    vertical-align: -.125em
}

.input-group-md>.form-control:not(textarea),.input-group-md>.custom-select {
    height: calc(1.5em + 0.5rem + 2px)
}

.input-group-append {
    font-size: .8rem;
    margin-right: 10px
}

.input-group .form-control {
    /* border: 1px solid #26262c; */
}

.input-group-prepend,.input-group-append {
    margin-top: 0!important;
    margin-bottom: 3px!important
}

.input-group .form-control {
    height: 29px!important
}

.input-group-md>.input-group-prepend>.btn,.input-group-md>.input-group-append>.btn {
    margin: 0;
    height: 28px!important;
    padding: 9px;
    border: none!important;
    background-color: #ffffff!important;
    background: #fff;
    /* border: 1px solid #26262c!important; */
}

.product-slider-title {
    padding: 10px 10px 0;
    border-color: #26262c;
    box-shadow: 0 .5rem 1remrgb(0 0 0/15%)!important;
    border-radius: 5px;
    color: #fff;
    font-size: 18px;
    background: linear-gradient(#26262c, #26262c, #26262c);
}

.navigation {
    display: none
}

.left-box .category-title {
    color: #000;
    float: left;
    text-align: left
}

.left-box .category-item {
    padding-top: 0;
    padding-bottom: 0;
    overflow: hidden;
    position: relative;
    width: 100%;
    font-size: 14px;
    display: block
}

.left-box li.active .category-banner {
    display: block
}

.wp-float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 90px;
    right: 40px;
    color: #000;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
    background: linear-gradient(#25d366,#fdd998,#25d366)
}

.wp-my-float {
    margin-top: 16px
}

.yatay .filter-box-block {
    width: 100%
}

.products-selection .display li .active {
    color: #26262c!important
}

.account_nav>a {
    float: left;
    width: 100%;
    background: 0 0;
    padding: 18px 20px;
    border-bottom: 1px solid #e5e5e5;
    border-left: 0;
    border-right: 0;
    color: #000;
    font-size: 16px;
    font-weight: 500;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    border-top: 0
}

.account_nav>a i {
    padding-right: 15px;
    font-size: 20px;
    position: relative;
    top: 2px;
    font-weight: 700;
    width: 40px
}

.account_navs {
    float: left;
    width: 100%;
    background-color: #fff;
    border-left: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5
}

.acc-setting {
    float: left;
    width: 100%;
    background-color: #fff;
    border-left: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
    -webkit-box-shadow: 1px 0 4px rgb(0 0 0/24%);
    -moz-box-shadow: 1px 0 4px rgba(0,0,0,.24);
    -ms-box-shadow: 1px 0 4px rgba(0,0,0,.24);
    -o-box-shadow: 1px 0 4px rgba(0,0,0,.24);
    box-shadow: 1px 0 4px rgb(0 0 0/24%);
    min-height: 100%
}

.acc-setting>h3 {
    float: left;
    width: 100%;
    color: #000;
    font-weight: 600;
    font-size: 18px;
    text-transform: capitalize;
    border-bottom: 1px solid #e5e5e5;
    padding: 17px 20px
}

.notbar {
    float: left;
    width: 50%;
    border-bottom: 1px solid #e5e5e5;
    padding: 20px;
    position: relative
}

.category-item:hover .category-title {
    /* color: #000; */
}

@keyframes blinker {
    50% {
        background: linear-gradient(#26262c, #26262c, #26262c);
        color: #000
    }
}

a.wp-float {
    animation: blinker 1.5s linear infinite;
    font-size: 30px;
    font-weight: 700;
    font-family: sans-serif
}

.cikis-info>a>.cikis-icon::before {
    content: "\f08b";
    top: 0;
    right: 0;
    font-family: fontawesome;
    font-size: 24px;
    position: absolute;
    width: 24px;
    height: 24px;
    left: 0
}

.cikis-info>a>.cikis-icon:hover {
    color: #26262c!important
}

.cp-field {
    float: left;
    width: 100%;
    margin-top: 29.4px;
    padding: 0 20px
}

.cp-field h5 {
    color: #000;
    font-size: 16px;
    font-weight: 600;
    float: left;
    width: 100%;
    margin-bottom: 10px
}

.cp-field h5 a {
    color: #000
}

.cpp-fiel {
    float: left;
    width: 100%;
    position: relative
}

.cp-field input {
    height: 40px;
    padding: 0 40px
}

.cp-field input,.cp-field textarea {
    width: 100%;
    border: 1px solid #e5e5e5
}

.cp-field textarea {
    padding: 20px;
    height: 115px
}

.cpp-fiel i {
    position: absolute;
    top: 12px;
    left: 15px;
    color: #b2b2b2;
    font-size: 16px
}

.cp-field>p {
    float: left;
    width: 100%;
    color: #686868;
    font-size: 14px;
    line-height: 24px;
    margin-top: 5px
}

.category-item:hover {
    background: rgba(0,0,0,0.25);
}

.input-group-md>.input-group-prepend>.btn:hover {
    color: #000;
    border-color: #26262c!important;
    background-color: #26262c!important;
    background: #26262c
}

.input-group-md>.input-group-append>.btn:hover {
    color: #000;
    border-color: #26262c!important;
    background-color: #26262c!important;
    background: #26262c
}

.bg-gredient,.bg-gredient1,.features-inner-part,.bg-gredient2,.bg-gredient3,.bg-gredient4 {
    position: relative
}

.bg-gredient4:before {
    background: #082a6a;
    background: linear-gradient(90deg,rgba(8,45,117,1) 0%,rgba(8,46,120,1) 35%,rgba(11,66,172,1) 100%)
}

.bg-gredient:before,.bg-gredient1:before,.features-inner-part:before,.bg-gredient2:before,.bg-gredient3:before,.bg-gredient4:before {
    width: 100%;
    height: 100%;
    content: "";
    left: 0;
    top: 0;
    position: absolute;
    background: url('/Themes/OtoShop/Content/img/footer_bg.png');
    background-size: cover;
}

@media(min-width: 1025px) and (max-width:1199px) {
    .bottom-part .inner-text ul li {
        margin-left:30px
    }
}

@media(min-width: 768px) {
    .top-part-main .top-part {
        width:20%;
        max-width: 20%;
        float: left
    }
}

@media(min-width: 992px) {
    .top-part-main .top-part {
        width:20%;
        max-width: 20%;
        float: left
    }
}

@media(min-width: 1200px) {
    .top-part-main .top-part {
        width:20%;
        max-width: 20%;
        float: left
    }
}

.top-part-main {
    padding-top: 80px;
    padding-bottom: 80px
}

.top-part-main .top-part {
    position: relative;
    padding-right: 15px;
    padding-left: 15px
}

.top-part-main .top-part {
    width: 20%;
    max-width: 20%;
    float: left
}

.top-part-main .copy-right {
    font-size: 14px;
    color: #81a4e9;
    font-family: montserrat-regular;
    padding-top: 40px
}

.top-part-main .top-part h3 {
    font-size: 15px;
    font-family: montserrat-bold;
    color: #fff;
    margin-bottom: 20px;
    font-weight: 700
}

.top-part-main .top-part ul {
    padding: 0;
    margin: 0
}

.top-part-main .top-part ul li {
    margin-bottom: 15px;
    list-style-type: none
}

.top-part-main .top-part ul li a {
    font-family: montserrat-regular;
    font-size: 14px;
    color: #ebebeb;
    text-decoration: none;
    display: inline-block
}

.bottom-part {
    padding-top: 30px;
    padding-bottom: 30px;
    border-top: 1px solid #81a4e9
}

.bottom-part .inner-text .copy-right {
    font-size: 14px;
    color: #fff;
    font-family: montserrat-regular;
    font-weight: 700
}

.bottom-part .inner-text ul {
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: flex-end
}

.bottom-part .inner-text ul li {
    list-style-type: none;
    float: left;
    margin-left: 50px
}

.bottom-part .inner-text ul li a {
    font-family: montserrat-regular;
    font-size: 14px;
    color: #fff;
    text-decoration: none;
    font-weight: 700
}

.social-media-area-footer {
    margin-top: 10px;
    padding: 0
}

.social-media-area-footer a {
    float: left;
    width: 32px;
    display: block;
    text-align: center;
    border-radius: 4px;
    color: #fff;
    font-size: 22px;
    height: 32px;
    margin-right: 5px;
    margin-bottom: 5px;
    position: relative
}

.social-media-area-footer a i {
    width: 32px;
    height: 32px;
    line-height: 32px;
    font-size: 22px;
    transition: transform .5s ease-in-out
}

.social-media-area-footer a i svg {
    transition: transform .5s ease-in-out
}

.social-media-area-footer a.instagram {
    background-color: #e8403e
}

.social-media-area-footer a.vkcom {
    background-color: #2787f5
}

.social-media-area-footer a.okru {
    background-color: #ed7e1f
}

.social-media-area-footer a.skype {
    background-color: #00aff0
}

.social-media-area-footer a.viber {
    background-color: #574e92
}

.social-media-area-footer a.whatsapp {
    background-color: #3bda57
}

.social-media-area-footer a.youtube {
    background-color: red
}

.social-media-area-footer a.linkedin {
    background-color: #0077b5
}

.social-media-area-footer a.twitter {
    background-color: #00aced
}

.social-media-area-footer a.facebook {
    background-color: #3b5998
}

.social-media-area-footer a span.instagram {
    background-color: #e8403e
}

.social-media-area-footer a span.vkcom {
    background-color: #2787f5
}

.social-media-area-footer a span.okru {
    background-color: #ed7e1f
}

.social-media-area-footer a span.skype {
    background-color: #00aff0
}

.social-media-area-footer a span.viber {
    background-color: #574e92
}

.social-media-area-footer a span.whatsapp {
    background-color: #3bda57
}

.social-media-area-footer a span.youtube {
    background-color: red
}

.social-media-area-footer a span.linkedin {
    background-color: #0077b5
}

.social-media-area-footer a span.twitter {
    background-color: #00aced
}

.social-media-area-footer a span.facebook {
    background-color: #3b5998
}

.electro-mode-switcher {
    position: fixed;
    top: 50%;
    left: 5vh;
    flex-direction: column;
    background-color: #a9a6a6;
    border-radius: 50px;
    height: 106px;
    width: 30px;
    cursor: pointer;
    z-index: 9;
    box-shadow: 0 0 0 3px #a9a6a6
}

.electro-mode-switcher {
    display: flex
}

.electro-mode-switcher .dark {
    color: #383838
}

.electro-mode-switcher .dark,.electro-mode-switcher .light {
    border-radius: 50px
}

.electro-mode-switcher span {
    writing-mode: vertical-rl;
    margin: 0;
    padding: 0;
    transform: scale(-1,-1);
    width: 30px;
    padding: 10px;
    line-height: .7;
    font-weight: 700
}

.electro-mode-switcher .light {
    background-color: #fff;
    color: #333e48
}

.nos-quick-search {
    display: inline-block;
    position: fixed;
    top: 200px;
    right: -200px;
    width: 300px;
    height: 40px;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    z-index: 500;
    clear: both;
}

.nos-quick-search:hover {
    right: 0;
}

.nos-quick-search.active {
    right: 0;
}

.nos-quick-search:hover .nos-quick-search-full .nos-logo {
    -webkit-animation: none;
    -moz-animation: none;
    -o-animation: none;
    animation: none;
}

.nos-quick-search .nos-quick-search-full {
    display: table;
    table-layout: fixed;
    width: 100%;
    height: 30px;
    background-color: #ffffff;
    border: none;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    -webkit-box-shadow: 0 0 3px 0 #333333;
    -moz-box-shadow: 0 0 3px 0 #333333;
    box-shadow: 0 0 3px 0 #333333;
    overflow: hidden;
    clear: both;
    background: linear-gradient(#26262c, #26262c, #26262c);
    padding-left: 3px;
}

.nos-quick-search .nos-quick-search-full .nos-logo, .nos-quick-search .nos-quick-search-full .quick-search {
    display: table-cell;
    vertical-align: middle;
    float: none;
}

.nos-quick-search .nos-quick-search-full .nos-logo {
    /* width: 100px; */
    /* height: 14px; */
    /* background-color: #ffffff; */
    background-image: url(/Themes/OtoShop/Content/img/logo.png),linear-gradient(#ffffff,#ffffff,#ffffff);
    background-size: auto 40px;
    background-repeat: no-repeat;
    background-position: center center;
    /* padding: 5px; */
    cursor: pointer;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    -moz-animation-name: nos-logo;
    -o-animation-name: nos-logo;
    -webkit-animation-name: nos-logo;
    animation-name: nos-logo;
    -moz-animation-duration: 4s;
    -o-animation-duration: 4s;
    -webkit-animation-duration: 4s;
    animation-duration: 4s;
    -moz-animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.nos-quick-search .nos-quick-search-full .quick-search {
    width: 200px;
}

.nos-quick-search .nos-quick-search-full .quick-search .quick-search-box, .nos-quick-search .nos-quick-search-full .quick-search .quick-search-btn {
    display: table-cell;
    vertical-align: middle;
    float: none;
    background: linear-gradient(#26262c, #26262c, #26262c);
    text-align: center;
    color: #000;
}

.nos-quick-search .nos-quick-search-full .quick-search .quick-search-box {
    width: 140px;
}

.nos-quick-search .nos-quick-search-full .quick-search .quick-search-box input[type="text"] {
    width: 140px;
    height: 40px;
    font-size: 12px;
    padding: 2px 4px;
    border: none;
    border-left: 1px solid;
    border-color: #cfcfcf;
    border-color: rgba(207, 207, 207,0.6);
}

.nos-quick-search .nos-quick-search-full .quick-search .quick-search-box input[type="text"]:focus ~ .nos-quick-search {
    right: 0;
}

.nos-quick-search .nos-quick-search-full .quick-search .quick-search-btn {
    width: 60px;
}

.nos-quick-search .nos-quick-search-full .quick-search .quick-search-btn a {
    width: 60px;
    height: 40px;
    line-height: 40px;
    padding: 0;
    text-align: center;
}

a#btnQuickSearch:before {
    content: "\f002";
    top: 1px;
    left: 0;
    font-family: fontawesome;
    font-size: 23px;
    color: #fff;
}

.ar.sticky {
    bottom: 65px;
    right: 0;
    position: fixed;
    display: block;
    height: 120px;
    width: 120px;
}

a.ar {
    position: absolute;
    left: 5px;
}

a.ar_whatsapp {
    bottom: 120px;
}

a.ar_phone {
    bottom: 220px;
}

.mypage-alo-ph-circle, .mypage-alo-ph-circle-fill {
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
}

.mypage-alo-phone {
    bottom: 180px;
}

.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.mypage-alo-ph-circle {
    width: 90px;
    height: 90px;
    top: 12px;
    left: 12px;
    position: absolute;
    background-color: transparent;
    border-radius: 100%;
    border: 2px solid rgba(30, 30, 30, 0.4);
    opacity: 0.1;
    opacity: 0.5;
}

.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.mypage-alo-ph-circle-fill {
    width: 60px;
    height: 60px;
    top: 28px;
    left: 28px;
    position: absolute;
    -ms-transition: all 0.2s ease-in-out;
    border-radius: 100%;
    border: 2px solid transparent;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    opacity: 0.4 !important;
}

.mypage-alo-ph-img-circle {
    width: 30px;
    height: 30px;
    top: 45px;
    left: 45px;
    position: absolute;
    background-image: url(https://i.hizliresim.com/50dxddn.png);
    background-position: center;
    background-repeat: no-repeat;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    opacity: 1;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    background-size: 21px;
}

a.ar_whatsapp > .mypage-alo-ph-circle {
    border-color: #43b91e;
}

a.ar_whatsapp > .mypage-alo-ph-circle-fill, a.ar_whatsapp > .mypage-alo-ph-img-circle, a.ar_whatsapp > .mypage-alo-phone:hover .mypage-alo-ph-circle-fill, a.ar_whatsapp > .mypage-alo-phone:hover .mypage-alo-ph-img-circle {
    background-color: #43b91e;
}

a.vanillatop {
    background-color: #b6121b;
    border-radius: 50%;
    bottom: 40px;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,.14),0 1px 5px 0 rgba(0,0,0,.12),0 3px 1px -2px rgba(0,0,0,.2);
    display: block;
    height: 40px;
    line-height: 40px;
    position: fixed;
    right: 10px;
    text-align: center;
    transform: translateX(120px);
    transition: 1s all;
    width: 40px;
    z-index: 9999
}

a.vanillatop::before {
    color: #fff;
    content: "▲";
    font-size: 120%
}

.skiptranslate {
    display: none;
}

a.vanillatop:hover {
    background-color: #f7190a;
    box-shadow: 0 3px 3px 0 rgba(0,0,0,.14),0 1px 7px 0 rgba(0,0,0,.12),0 3px 1px -1px rgba(0,0,0,.2)
}

@media only screen and (min-width: 768px) {
    a.vanillatop {
        bottom:20px;
        right: 20px
    }
}

@media only screen and (min-width: 1024px) {
    a.vanillatop {
        bottom:30px;
        height: 50px;
        line-height: 50px;
        right: 30px;
        width: 50px
    }
}

.header_ust {
    background: linear-gradient(#26262c, #26262c, #26262c);
}

div#plasiyer {
    display: flex;
    justify-content: end;
    align-items: center;
    align-content: center;
    /* margin: 11px 0 0; */
    /* border: 1px solid black; */
    /* margin-bottom: 10px; */
    padding: 10px;
}

span.plasiyer_ust {
    font-size: 16px;
    font-weight: bold;
}

.ust_head {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.plasiyerbilgisi {
    border: 1px solid black;
    padding: 0 10px;
}

.category-sub-item {
    padding: 0;
    position: absolute;
    top: 54px;
    left: 0;
    width: 220px;
    background-color: #ffffff;
    box-shadow: 0 0 6px rgba(0,0,0,0.5);
    display: none;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.2s;
    z-index: 999;
    border: none;
}

.category-sub-item .category-item {
    background: #ffffff;
    display: block;
    color: #333;
    text-shadow: none;
    padding: unset;
    overflow: unset;
    position: unset;
    float: left;
    width: 100%;
    border: none;
    text-align: left;
    border-bottom: 1px solid #eeeeee;
}

.category-item:hover .category-sub-item {
    display: block;
    opacity: 1;
    visibility: visible;
}

.category-sub-item .category-title {
    width: 100%;
    text-align: left;
    float: left;
    display: block;
    padding: 8px 12px;
    color: #333!important;
}

.category-sub-item .category-item a {
    width: 100%;
    display: block;
}

.category-sub-item .category-item:hover {
    background-color: #26262c;
}

.category-sub-item .category-item:hover .category-title {
    color: #fff!important;
}

/* Aktif kategori item - arzu bisiklet uyumu */
.category-item.active {
    background: rgba(0,0,0,0.25);
}

.category-item.active .category-title {
    font-weight: 700;
    text-decoration: underline;
}

/* Kategori sol sidebar */
.sol-kategori .menu-items.active,
.sol-kategori .menu-items.selected {
    background: #26262c;
    color: #fff;
}

.sol-kategori .menu-items.active a,
.sol-kategori .menu-items.selected a {
    color: #fff !important;
}


/* ===== NAV BAR CATEGORY FIX ===== */

/* Nav bar container - flex row */
.custom-categorybannerblock {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: visible;
    position: relative;
    align-items: stretch;
}
.custom-categorybannerblock::-webkit-scrollbar { height: 0; }

/* Top-level category items - direct children only */
.custom-categorybannerblock > .category-item {
    flex: 0 0 auto;
    float: none !important;
    position: relative;
    cursor: pointer;
    white-space: nowrap;
    min-width: 0;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Hide alt-open arrows in top nav */
.custom-categorybannerblock > .category-item > .alt-open { display: none; }

/* Alt-kategori dropdown: hidden by default, shown on hover */
.custom-categorybannerblock > .category-item > .alt-kategori {
    display: none;
    position: absolute;
    top: 44px;
    left: 0;
    min-width: 220px;
    background: #fff;
    box-shadow: 0 4px 14px rgba(0,0,0,0.2);
    z-index: 9999;
}

.custom-categorybannerblock > .category-item:hover > .alt-kategori {
    display: block;
}

/* Category banner inside dropdown - reset floats */
.custom-categorybannerblock .alt-kategori .category-banner {
    display: block;
    overflow: hidden;
    padding: 0;
}

/* Sub-category items in dropdown override top-level styles */
.custom-categorybannerblock .alt-kategori .category-item {
    display: block !important;
    float: none !important;
    height: auto !important;
    min-height: 36px;
    width: 100%;
    padding: 8px 15px !important;
    border-left: none !important;
    border-bottom: 1px solid #f0f0f0;
    background: #fff !important;
    white-space: normal;
    position: static;
    flex: none;
    align-items: flex-start;
    justify-content: flex-start;
}

.custom-categorybannerblock .alt-kategori .category-title {
    color: #333 !important;
    text-align: left;
    float: none;
    display: block;
    font-size: 12px;
    font-weight: 500;
}

.custom-categorybannerblock .alt-kategori .category-item a {
    display: block;
    width: 100%;
}

.custom-categorybannerblock .alt-kategori .category-item:hover {
    background: #26262c !important;
}

.custom-categorybannerblock .alt-kategori .category-item:hover .category-title {
    color: #fff !important;
}

/* Second-level dropdown inside dropdown - indent */
.custom-categorybannerblock .alt-kategori .alt-kategori {
    position: static;
    display: block;
    box-shadow: none;
    background: #f9f9f9;
    padding-left: 10px;
}

/* display-topcolumn container must not clip overflow (needed for dropdown) */
.display-topcolumn,
.display-topcolumn .container {
    overflow: visible !important;
}

/* ===== HESAP SAYFASI TASARIMI ===== */

/* Sol nav kartÄ± */
.account_navs {
    background: #fff;
    box-shadow: 0 2px 10px rgba(0,0,0,0.09);
    border-radius: 0;
    overflow: hidden;
    margin-bottom: 20px;
}

/* Nav kullanÄ±cÄ± baÅŸlÄ±k kutusu */
.account_navs::before {
    content: 'HesabÄ±m';
    display: block;
    background: #26262c;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    padding: 16px 20px;
}

/* Nav linkleri */
.account_nav > a.nav-link {
    display: flex !important;
    align-items: center;
    gap: 12px;
    float: none !important;
    padding: 13px 20px !important;
    border-bottom: 1px solid #f5f5f5 !important;
    color: #444 !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    transition: background 0.2s, color 0.2s;
    text-decoration: none;
}

.account_nav > a.nav-link:hover {
    background: #fff8f0 !important;
    color: #26262c !important;
    border-left: 3px solid #26262c;
    padding-left: 17px !important;
}

.account_nav > a.nav-link i {
    color: #26262c;
    font-size: 15px;
    width: 18px;
    text-align: center;
    flex-shrink: 0;
}

.account_nav > a.nav-link:hover i { color: #26262c; }

/* SaÄŸ iÃ§erik kartÄ± */
.acc-setting {
    background: #fff !important;
    box-shadow: 0 2px 10px rgba(0,0,0,0.09) !important;
    border: none !important;
    border-radius: 0 !important;
    -webkit-box-shadow: 0 2px 10px rgba(0,0,0,0.09) !important;
}

/* Sayfa baÅŸlÄ±ÄŸÄ± */
.acc-setting > h3 {
    background: #26262c !important;
    color: #fff !important;
    padding: 18px 25px !important;
    margin: 0 !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    border: none !important;
    float: none !important;
    width: 100% !important;
}

/* Alan satÄ±rlarÄ± */
.notbar {
    width: 50%;
    float: left;
    border-bottom: 1px solid #f5f5f5 !important;
    border-right: none;
    padding: 20px 25px !important;
    box-sizing: border-box;
    position: relative;
}

.notbar:nth-child(odd) {
    border-right: 1px solid #f5f5f5;
}

.notbar H3 {
    font-size: 11px !important;
    color: #999 !important;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin: 0 0 8px 0 !important;
    font-weight: 600 !important;
    padding: 0 !important;
    border: none !important;
    background: transparent !important;
}

.account-textbox-text {
    font-size: 15px;
    color: #222;
    font-weight: 500;
    word-break: break-word;
}

/* Clearfix after notbar items */
.acc-setting::after {
    content: '';
    display: table;
    clear: both;
}

/* ===== KATEGORI BAR FULL WIDTH ===== */
.display-topcolumn .custom-categorybannerblock {
    padding: 0 10px;
}

/* ===== KATEGORI BAR KAYDIRMA DUZELTME ===== */

/* Flex container - overflow auto scrollbar kaymasini onle */
.custom-categorybannerblock {
    overflow: hidden !important;
}

/* Top-level item: boyut degisimini engelle */
.custom-categorybannerblock > .category-item {
    box-sizing: border-box;
    /* border-left zaten var, hover'da degismesin */
    border-left: 1px solid rgba(255,255,255,0.3);
    border-right: none;
    border-top: none;
    /* Alt kenarda hic bir seyin kaymasini onle */
    border-bottom: 3px solid transparent;
    transition: background 0.15s, border-bottom-color 0.15s;
}

/* Hover'da sadece arka plan + alt cizgi, boyut degismesin */
.custom-categorybannerblock > .category-item:hover {
    background: rgba(0,0,0,0.20) !important;
    border-bottom-color: rgba(255,255,255,0.5);
}

/* font-weight degisimi genislik kaymasina neden oluyor - sabitle */
.custom-categorybannerblock > .category-item .category-title {
    font-weight: 600 !important;
    text-decoration: none !important;
}

/* Aktif item da ayni font-weight - layout shift yok */
.custom-categorybannerblock > .category-item.active .category-title {
    font-weight: 600 !important;
    text-decoration: none !important;
    color: #fff !important;
}

/* Aktif item arka plani */
.custom-categorybannerblock > .category-item.active {
    background: rgba(0,0,0,0.20);
    border-bottom-color: #fff;
}

/* ===== DESKTOP HEADER ACTION BUTTONS ===== */

/* Right section layout: search + action buttons side by side */
.right-logo {
    display: flex !important;
    align-items: center !important;
    gap: 10px;
    float: none !important;
}

#search_widget {
    flex: 1 1 auto;
    margin: 0 !important;
}

.header-action-buttons {
    display: flex;
    align-items: center;
    gap: 6px;
    flex-shrink: 0;
}

.header-action-btn {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 3px;
    padding: 7px 12px;
    border: 1.5px solid rgba(255,255,255,0.5);
    border-radius: 6px;
    color: #fff !important;
    text-decoration: none !important;
    font-size: 10px;
    font-weight: 600;
    white-space: nowrap;
    transition: background 0.2s, border-color 0.2s;
    min-width: 56px;
    line-height: 1;
}

.header-action-btn i {
    font-size: 17px;
    color: #fff;
    line-height: 1;
}

.header-action-btn span {
    font-size: 10px;
    color: #fff;
    font-weight: 600;
    line-height: 1;
}

.header-action-btn:hover {
    background: rgba(255,255,255,0.15);
    border-color: #fff;
}

.cart-action-btn {
    background: #26262c;
    border-color: #26262c;
    border-radius: 6px;
    padding: 7px 14px;
}

.cart-action-btn:hover {
    background: #e67d00;
    border-color: #e67d00;
}

/* Hide old button styles */
div#_desktop_cart,
div#_desktop_user_info {
    display: none !important;
}

/* ===== HEADER BUTON POZISYON + RENK GUNCELLEME ===== */

/* right-logo flex container */
.right-logo {
    display: flex !important;
    align-items: center !important;
    gap: 12px;
    width: 100%;
    float: none !important;
}

/* Arama cubugu: flex ile tum boslugu kapla, solda kalsin */
.right-logo #search_widget {
    flex: 1 1 auto !important;
    order: 1;
    margin: 0 !important;
}

/* Butonlar en saga git */
.header-action-buttons {
    order: 2;
    flex-shrink: 0;
    display: flex !important;
    align-items: center;
    gap: 5px;
    margin-left: auto;
}

/* Buton stili: #1d1d1b renk */
.header-action-btn {
    display: flex !important;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 3px;
    padding: 6px 12px;
    background: #1d1d1b;
    border: 1.5px solid #1d1d1b;
    border-radius: 6px;
    color: #fff !important;
    text-decoration: none !important;
    font-size: 10px;
    font-weight: 600;
    white-space: nowrap;
    transition: background 0.2s, border-color 0.2s;
    min-width: 52px;
    line-height: 1;
}

.header-action-btn i {
    font-size: 16px;
    color: #fff;
    line-height: 1;
}

.header-action-btn span {
    font-size: 10px;
    color: #fff;
    font-weight: 600;
    line-height: 1;
}

.header-action-btn:hover {
    background: #26262c !important;
    border-color: #26262c !important;
    color: #fff !important;
}

/* Sepet butonu: turuncu ile one cik */
.cart-action-btn {
    background: #26262c !important;
    border-color: #26262c !important;
}

.cart-action-btn:hover {
    background: #1d1d1b !important;
    border-color: #1d1d1b !important;
}
/* ── Toast Notification ─────────────────────────────── */
.vr-toast {
    position: fixed;
    top: 30px;
    left: 30px;
    display: flex;
    align-items: flex-start;
    gap: 12px;
    background: #fff;
    border-radius: 8px;
    padding: 16px 20px;
    box-shadow: 0 6px 24px rgba(0,0,0,0.15);
    z-index: 99999;
    min-width: 300px;
    max-width: 420px;
    border-left: 4px solid #ccc;
    transform: translateX(-130%);
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.vr-toast--show { transform: translateX(0); }
.vr-toast--success { border-left-color: #28a745; }
.vr-toast--error   { border-left-color: #26262c; }
.vr-toast__icon { font-size: 22px; margin-top: 1px; flex-shrink: 0; }
.vr-toast--success .vr-toast__icon { color: #28a745; }
.vr-toast--error   .vr-toast__icon { color: #26262c; }
.vr-toast__content { flex: 1; min-width: 0; }
.vr-toast__title { font-weight: 700; font-size: 14px; color: #1d1d1b; margin-bottom: 4px; }
.vr-toast__msg   { font-size: 13px; color: #555; line-height: 1.4; }
.vr-toast__close { background: none; border: none; color: #bbb; font-size: 22px; cursor: pointer; padding: 0; line-height: 1; flex-shrink: 0; }
.vr-toast__close:hover { color: #333; }
@media (max-width: 480px) {
    .vr-toast { top: 15px; left: 15px; right: 15px; max-width: unset; min-width: unset; }
}
