﻿@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');
}

body {
    font-family: 'roboto', sans-serif !important;
    font-weight: 300; 
    margin: 0px;
}



a, a:focus, a:hover {
    color: inherit;
    text-decoration: none;
}

ul {
    margin: 0px;
}
/*Header Top Başlangıç*/
.header-top {
    background-image: url(../img/head-top-bg.png);
    display: inline-block;
    width: 100%;
    padding: 5px;
    margin-bottom: 0px;
    box-shadow: 0px 0px 5px 0px #929292;
    text-align: right;
}

.header-top-bar {
    width: 1200px;
    max-width: 100%;
    margin: 0 auto;
}

.header-top-bar-account {
    color: #fff;
    font-size: 12px;
    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: 12px;
    vertical-align: middle;
    margin-top: 4px;
}

    .header-top-bar-menu ul {
        display: none;
    }


    .header-top-bar-menu li {
        color: #fff;
        padding: 5px 10px;
        position: relative;
        display: inline-block;
    }

        .header-top-bar-menu li:hover > ul {
            display: block;
            position: absolute;
            background: #272727;
            margin: 0;
            padding: 0px;
            border: 1px solid #000;
            border-radius: 5px;
            left: 0;
            width: 200px;
        }

    .header-top-bar-menu ul li {
        display: block;
        text-align: left;
        padding: 10px 10px;
    }

    .header-top-bar-menu li:hover li ul {
        margin-left: 199px;
        top: 0px;
    }


.header-top-bar-account-hosgeldiniz {
    color: #bf2222;
    float: left;
    margin-right: 5px;
}

.acilir-menu li {
    display: block;
    float: none;
    text-align: left;
    border: 0px;
}

.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: #ffffff;
    border-radius: 5px;
    margin-right: 5px;
    font-weight: bold;
    cursor: pointer;
    vertical-align: middle;
}

.header-top-bar-exit {
    display: inline-block;
    float: right;
}

    .header-top-bar-exit div {
        background: #e21e24;
        padding: 5px 10px;
        color: #fff;
        border: 1px solid #e21e24;
        border-radius: 5px;
        cursor: pointer;
    }

/*Header Top Bitiş*/

/*Footer Başlangıç*/
.footer {
    background-image: url('../img/footer-bg.jpg');
    display: inline-block;
    width: 100%;
    padding: 20px;
    margin-top: 10px;
}

.footer-root-alt {
    background-image: url('../img/footer-bot-bg.jpg');
}

.footer-root-center-logo {
    display: inline-block;
}

.footer-root-center-company {
    display: inline-block;
    font-size: 10px;
    color: #aaa;
    padding: 10px;
    vertical-align: top;
}

    .footer-root-center-company span {
        display: list-item;
    }

.footer-root-center-secure {
    display: inline-block;
    float: right;
}

.footer-center {
    width: 1200px;
    max-width: 100%;
    margin: 0 auto;
    list-style: none;
}

.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: bold;
    padding: 5px 0px;
}

.hizli-islem-blok-items {
    padding: 5px 0px;
    font-size: 12px;
}
/*Footer Bitiş*/



.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: 0px 0px 5px 0px #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: bold;
        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: #25ae88;
}

.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: #25ae88;
        padding: 5px;
        border-radius: 25px;
        font-size: 65px;
    }

.mesajYazbt {
    text-align: center;
    padding: 12px;
    background: #25ae88;
    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;
}




.sepetim {
    background: #c0151b;
    padding: 10px;
    color: #fff;
    text-align: center;
    border: 1px solid;
    border-radius: 8px;
}

    .sepetim > .sepetimlistesi {
        display: none;
        position: absolute;
    }

    .sepetim:hover > .sepetimlistesi {
        display: block;
    }

.login-page {
    background: url(/Content/img/login-bg.jpg);
    background: #eff4f8;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    display: flex;
}

    .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: 12px;
    color: #807b78;
    margin-left: 25px;
    display: block;
    position: absolute;
    top: 24px;
    left: 12px;
    transition: all .3s;
    pointer-events: none;
    font-size: 12px;
    transform-origin: 0 50%;
    opacity: .7;
}

.login-inputs {
    padding: 10px 5px;
    background: #fff;
    border-radius: 5px;
    position: relative;
    margin-bottom: 3px;
}

.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: 0% 8%;
    background: radial-gradient(#eee, transparent);
    text-align: center;
    display: inline-block;
}

.login-title {
    font-size: 34px;
    font-weight: bold;
    color: #e21414;
    padding: 15px;
}

.login-title-blck {
    color: #000;
}

.login-main form input {
    font-size: 14px;
    padding: 14px;
}

.login-title-alt {
    font-size: 24px;
    color: #404041;
    font-weight: bold;
    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: 30%;
    text-align: center;
}

.login-footer {
    display: block;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    background: #fff;
    font-size: 12px;
    padding: 5px;
    font-weight: bold;
    color: #404041;
}

.login-left {
    display: inline-block;
}

.customer-blocks form input {
    width: 250px;
    padding: 15px;
    border-radius: 5px;
    border: 0px;
}

    .customer-blocks form input:focus {
        outline: none;
    }

.customer-blocks form button {
    margin-top: 20px;
    width: 100%;
    padding: 10px;
    border: 1px solid #c3161c;
    background: #c3161c;
    color: #fff;
    cursor: pointer;
    border-radius: 5px;
}

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-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: 0px;
    width: 340px;
    border-left: 1px solid #888;
    padding-left: 3px;
    font-style: italic;
}

.search-keyw-search {
    font-weight: bold;
    color: #434343;
    font-style: italic;
}

.head-search .search-keyw-search-button {
    display: inline-block;
    color: #dadada;
}

.head-search-filters {
    font-weight: bold;
    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: bold;
    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: normal;
    }

    .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 {
        width: 550px;
        font-size: 14px;
        border: 1px solid #d8d8d8;
        border-radius: 96px;
        padding: 0px 22px 0px;
        height: 50px;
        max-width: 100%;
    }

        .head-search-yeni-keyw input:focus {
            outline: none;
        }

.head-search-yeni {
    display: inline-flex;
}

.head-search-yeni-btn {
    /*display: inline-block;
    float: left;*/
    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: 0px 5px 5px 0px;
    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 {
    padding: 2px;
    margin-top: 10px;
    border: 1px solid #eee;
    box-shadow: 0px 0px 5px 0px #fff;
    background-color: #f9f9f9;
    border-bottom: #d8d8d8 solid 1px;
    border-top: #d8d8d8 solid 1px;
}

.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: 0px;
}

.head-menu .menu-items a {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    display: grid;
    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%;
}

.search-table {
    font-size: 12px;
}

    .search-table thead {
        background: #c0151b;
        color: #fff;
    }

        .search-table thead tr th {
            padding: 5px;
        }

.prbx-sepeteekle {
    display: inline-block;
}

.sepeteekle {
    color: #e21414;
    padding: 10px;
    cursor: pointer;
    border-radius: 2px;
    background: url(/content/img/sepeteekle.png) 1px 5px;
    background-repeat: no-repeat;
    background-size: 34px;
    transition: background-position 0.2s ease-in;
    -moz-transition: background-position 0.2s ease-in;
    -web-kit-transition: background-position 0.2s ease-in;
    text-align: left;
    padding-left: 37px;
}

    .sepeteekle:hover {
        color: #009688;
        border-color: #333;
        background: url(/content/img/sepeteekle.png) 1px -27px;
        background-repeat: no-repeat;
        background-size: 34px;
    }

        .sepeteekle:hover.sepeteeklendi, .sepeteeklendi {
            color: #009688;
            border-color: #333;
            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 #808080;
        font-size: 16px;
        font-weight: bold;
    }

    .popup > .popupyarim {
        width: 100%;
        float: left;
        border: 1px solid #eee;
        padding: 8px;
        /*background:url(/Content/img/shoppingbg.png);
    background-repeat: no-repeat;
    background-position: center;*/
    }

    .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: bold;
}

.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: bold;
    cursor: pointer;
    border-radius: 5px;
}

    .popup .satir #sepetibitir:hover {
        background: #333;
    }

#popup-close {
    float: right;
    font-size: 30px;
    position: absolute;
    top: 0;
    right: 3px;
    color: #c3161c;
    cursor: pointer;
}

.val_text {
    font-weight: bold;
}

.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: bold;
    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;
}

.sepet-alti-buttons-item {
    display: inline-block;
    padding: 5px;
    font-size: 12px;
    background-color: #ffefc3;
    border: 1px solid #f8da93;
    color: #b88200;
    transition: background-color 200ms linear;
    vertical-align: middle;
    text-shadow: 0 1px 0 #fff6df;
    border-radius: 4px;
    cursor: pointer;
}

    .sepet-alti-buttons-item:hover {
        color: #ffefc3;
        background-color: #b88200;
    }

.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: bold;
}

.search-table tbody tr:hover td {
    background: #808080;
    color: #fff;
}



/*Sepetim Sayfası Başlangıç*/
.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: bold;
    width: 97%;
    position: relative;
}

#siparisecevir {
    padding: 12px;
    width: 100%;
    background-color: #ff851b;
    border: 1px solid #d56300;
    color: #fff;
    border-radius: 2px;
    cursor: pointer;
    /* position: absolute;*/
    bottom: 0;
    font-size: 14px;
    font-weight: bold;
}

.sepet-detaylari form table {
    padding: 5px;
}
/*Sepetim Sayfası Bitiş*/







/*Cari Ekstre Başlangıç*/
.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: bold;
    cursor: pointer;
}

    .ekstre-tarih-getir input:hover {
        background: #000;
    }

.table-wrapper-kolonthree .fl-table thead td {
    background: #000;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
}

.table-wrapper-kolonthree {
    padding-bottom: 5px;
}

    .table-wrapper-kolonthree .fl-table tbody td {
        border: 1px solid #eee;
        font-weight: bold;
        font-size: 14px;
    }

.table-wrapper {
    margin: 0px;
    box-shadow: 0px 35px 50px rgba( 0, 0, 0, 0.2 );
}

.fl-table {
    border-radius: 5px;
    font-size: 12px;
    font-weight: normal;
    border: none;
    border-collapse: collapse;
    width: 100%;
    max-width: 100%;
    white-space: nowrap;
    background-color: white;
}

    .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: #ffffff;
        background: #4FC3A1;
    }

    .fl-table thead td {
        font-weight: bold;
    }

    .fl-table thead th:nth-child(odd) {
        color: #ffffff;
        background: #324960;
    }

    .fl-table tr:nth-child(even) {
        background: #F8F8F8;
    }

/* Responsive */

@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: white;
        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 .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: none;
        }

    .fl-table tr:nth-child(even) {
        background: transparent;
    }

    .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;
    }
}
/*Cari Ekstre Bitiş*/






/*Cari-Plasiyer-Bilgileri Başlangıç*/
.header-top-plasiyer-bilgileri {
    float: right;
}

.cari-plasiyer-info {
    font-size: 12px;
    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;
    }
/*Cari-Plasiyer-Bilgileri Bitiş*/







/*Özel Checkbox Başlangıç*/
.ozl-checkbox {
    display: block;
    position: relative;
    padding-left: 20px;
    margin-bottom: 0px;
    cursor: pointer;
    font-size: 12px;
    -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: 2px;
        border: 1px solid #999;
    }

    .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 white;
        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: 0px;
        width: 2px;
        height: 10px;
    }
    .ozl-checkbox.red .name {
        display: inline-block;
        margin-top: 3px;
    }
/*Özel Checkbox Bitiş*/
/*Özel Radio Button Başlangıç*/
/* The ozl-radio */
.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: white;
}





.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(0.4, 0, 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,%3Csvg width='32' height='32' viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.414 11L4 12.414l5.414 5.414L20.828 6.414 19.414 5l-10 10z' fill='%23fff' fill-rule='nonzero'/%3E%3C/svg%3E ");
            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: bold;
    }

        .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;
    }

/*Özel Radio Button Bitiş*/

/*paging*/
.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;
}
/*Paging Bitiş*/







/*Arama Filter Başlangıç*/

.filter-item {
    border-right: 1px dotted #ddd;
    border-bottom: 1px dotted #ddd;
    margin-bottom: 10px;
}

.filter-name {
    display: block;
    font-size: 18px;
    color: #333;
    border-bottom: 1px dotted #ddd;
}

.filter-alt-item a {
    display: block;
    padding: 2px 0 2px 0px;
    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;
    }
/*Arama Filter Bitiş*/

/*Yeni Arama Grid Başla*/
.search-page-sol {
    width: 20%;
    float: left;
}

.search-page-sag {
    width: 79%;
    float: left;
    float: right;
}

.prbx-image {
    display: flex;
    height: 185px;
    padding: 5px;
    cursor: pointer;
    position: relative;
}

    .prbx-image img {
        max-width: 80%;
        margin: 0 auto;
    }

.prbx-item {
    /*width: 18%;
    margin-left: 1%;
    margin-top: 0px;
    margin-bottom: 5px;
    display: inline-block;
    background: #fff;
    border: 1px solid #eee;
    box-shadow: 1px 1px 5px 1px #eee;
    vertical-align: top;*/
    float: left;
    width: 20%;
    padding: 0 10px 20px;
    border-bottom: 1px solid #ccc;
    position: relative;
    margin-bottom: 20px;
}

.prbx-dty {
    padding: 5px;
    font-size: 12px;
}

.carousel .prbx-dty {
    padding: 0px 16px;
    font-size: 12px;
    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 {
    color: #e21414;
    font-size: 28px;
    margin-bottom: 5px;
}

.dty-kisa-ad {
    font-size: 20px;
    font-weight: normal;
    line-height: 24px;
    color: #b88200;
    margin-bottom: 5px;
}

.dty-alt-ad {
    font-size: 18px;
    font-weight: normal;
    line-height: 22px;
    color: #b88200;
    margin-bottom: 5px;
}

.dty-kategoriler {
    padding: 10px;
    border: 1px solid #eee;
    display: inline-block;
    width: 100%;
}

.dty-kategoriler-title {
    color: #e21414;
    font-weight: bold;
    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: bold;
    font-size: 14px;
    display: inline-block;
    color: #b88200;
    cursor: pointer;
}

.red {
    color: red;
}

.prbx-ad {
    border-bottom: 1px solid #eee;
    text-overflow: ellipsis;
    cursor: pointer;
    font-size: 16px;
    line-height: 18px;
    height: 60px;
    overflow: hidden;
    color: #e21414;
    display: block;
    width: 140px;
    word-wrap: break-word;
}

.prbx-kisa-ad, .prbx-alt-ad {
    display: block;
    font-size: 12px;
    font-weight: bold;
    line-height: 14px;
    height: 28px;
    overflow: hidden;
    color: #b88200;
}

.prbx-kampanya {
    /*  height: 40px;*/
    position: absolute;
}

.prbx-text {
    display: inline-block;
    width: 60px;
}

.prbx-text {
    display: inline-block;
    width: 60px;
    font-weight: bold;
}

.prbx-asil-fiyat {
    padding: 5px 0px;
    font-size: 24px;
    font-weight: bold;
}

.prbx-cizgi {
    margin: 6px;
    border: 1px solid #e4e4e4;
}

.prbx-ucretsiz-kargo {
    padding: 2px 0px;
    color: green;
    font-weight: bold;
}

.prbx-fiyat .prbx-value {
    color: #bf2222;
    font-weight: bold;
}

.dty-sag-sol {
    width: 49%;
    display: inline-block;
    float: left;
    font-size: 16px;
}

.dty-price {
    background: #f8f8f8;
    border: 1px solid #d5d5d5;
    overflow: hidden;
    margin-top: 30px;
    margin-bottom: 15px;
    display: inline-block;
    width: 325px;
    max-width: 100%;
}

.dty-sag-sol .dty-price .dty-items .dty-text {
    width: 100%;
}

.dty-price .dty-items {
    display: inline-block;
    padding: 15px;
}

.dty-sag-sag {
    display: inline-block;
    width: 50%;
    text-align: right;
}

    .dty-sag-sag .dty-text, .dty-sag-sag .ayirici {
        font-weight: bold;
    }

    .dty-sag-sag .dty-value {
        width: 65px;
        display: inline-block;
        text-align: right;
        color: #bf2222;
    }

.bld {
    font-weight: bold;
}

.dty-yeni-urun {
    text-align: left;
    display: inline-block;
    border: 1px solid #eee;
    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: bold;
    padding: 15px 25px;
    color: #b88200;
    background: #b88200;
    border: 1px solid #eee;
    border-radius: 5px;
    cursor: pointer;
    font-size: 14px;
    display: block;
    background-color: #ffefc3;
    border: 1px solid #f8da93;
}

.dty-sepete-ekle-input-style {
    padding: 5px;
    border-radius: 5px;
    border: 1px solid #c7c7c7;
}

.dty-sag-sol .dty-items .dty-text {
    font-weight: bold;
    width: 82px;
}

.prbx-firsat {
    background-color: #dd1e31;
    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;
}
/*Yeni Arama Grid Bitiş*/
/*Yatay Grid Başlangıç*/
.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: 0px;
        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: bold;
}

.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: bold;
    color: #e21414;
    line-height: 22px !important;
}

.lprbx-marka {
    color: #b88200;
    font-weight: bold;
}

.lprbx-stokkod {
    color: #b88200;
}
/*Yatay Grid Bitiş*/




/*Detay Başlangıç*/
.dty-sol {
    width: 24%;
    float: left;
    background: #fff;
    padding: 10px;
}

    .dty-sol .dty-img {
        padding: 10px;
        display: flex;
    }

        .dty-sol .dty-img img {
            max-height: 330px;
            margin: 0 auto;
        }

.dty-text {
    display: inline-block;
    width: 75px;
}

.dty-sag {
    display: inherit;
    width: 72%;
    background: #fff;
    margin-left: 0.5%;
    padding: 10px;
}

.product-dty {
    display: inline-block;
    width: 100%;
    padding: 10px 0px;
}
/*Detay Bitiş*/


/*Anasayfa Başlangıç*/
.content-sol {
    width: 20%;
    display: inline-block;
    float: left;
}

.content-w {
    display: inline-block;
    float: left;
    padding: 5px;
}

.y10 {
    width: 10%;
}

.y20 {
    width: 20%;
}

.y30 {
    width: 30%;
}

.y40 {
    width: 40%;
}

.y50 {
    width: 50%;
}

.y60 {
    width: 60%;
}

.y70 {
    width: 70%;
}

.y80 {
    width: 80%;
}

.y90 {
    width: 90%;
}

.y100 {
    width: 100%;
}

.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: bold;
}

.content-orta {
    width: 60%;
    display: inline-block;
    float: left;
    padding: 5px;
}

.content-sag {
    width: 20%;
    display: inline-block;
    float: left;
    padding: 5px;
}
/*.anasayfa-sag-bilgi {
    background: #5d5d5d;
    color: #fff;
    font-size: 20px;
    padding: 25px;
    line-height: 25px;
}
.anasayfa-sag-bilgi span {
    display: block;
}
.anasayfa-sag-bilgi span b{
    color: #ffacac;
}
.anasayfa-sag-sepetim {
       background: #ececec;
    font-size: 30px;
    padding: 10px;
    text-align: center;
    color: #000;
    cursor:pointer;
    margin: 3px 0px;
} 
.anasayfa-sag-sepetim:hover {
    color: #e21414;
}
.anasayfa-sag-siparis-takip {
       background: #ececec;
    font-size: 30px;
    padding: 10px;
    text-align: center;
    color: #000;
    cursor:pointer;
    margin: 3px 0px;
} 
.anasayfa-sag-siparis-takip:hover {
    color: #e21414;
}
.anasayfa-sag-Musteri-Hizmetleri{
    background: #e21414;
    display: inline-block;
    font-size: 20px;
    color: #fbfbfb;
    padding: 15px;
}
    */
/*Anasayfa Bitiş*/
/*Sol Kategori-Marka Başla*/


.sol-kategori-title {
    text-align: center;
    padding: 8px;
    border-bottom: 1px solid #eee;
    color: #bf2222;
    font-weight: bold;
    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: #333;
}



/*Sol Kategori -Marka Bitir*/




/*Özel Buton Renklendirmeleri*/

.btn-hov-bor-type {
    border: 1px solid;
    border-radius: 3px;
    cursor: pointer;
    padding: 5px;
}

.type-bgclr-blue {
    background: #0654ba;
}

.type-bgclr-red {
    background: #bf2222;
}

.type-clr-blue {
    color: #0654ba;
    background: #fff;
}

    .type-clr-blue:hover {
        color: #fff;
        background: #0654ba;
    }

.type-clr-red {
    color: #bf2222;
    background: #fff;
}

    .type-clr-red:hover {
        color: #fff;
        background: #bf2222;
    }

.input-type-number {
    width: 50px;
    padding: 2px;
    font-size: 14px;
    text-align: center;
    font-weight: bold;
    border: 1px solid #d6d4d4;
    border-radius: 3px;
}
/*Özel Buton Renklendirme Bitiş*/


/*Tab Başlangıç*/
.tab {
    overflow: hidden;
    border: 1px solid #eee;
    background-color: #f1f1f1;
}

    .tab #defaultOpen {
        background: #e21414;
        color: #fff;
    }

.tabcontent.aktif {
    display: block;
}
/* Style the buttons inside the tab */
.tab button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 10px 10px;
    transition: 0.3s;
    font-size: 14px;
    /* background: #333; */
    color: #363636;
    border-radius: 5px 5px 0px 0px;
    margin-right: 3px;
    min-width: 118px;
}

    /* Change background color of buttons on hover */
    .tab button:hover {
        background-color: #e21414;
        color: #fff;
    }

    /* Create an active/current tablink class */
    .tab button.active {
        background-color: #bf2222;
        color: #fff;
    }

/* Style the tab content */
.tabcontent {
    width:100%;
    display: none;
    padding: 6px 12px;
}

.Tab_Name {
    padding: 5px;
    display: inline-block;
    width: 100%;
    border-radius: 5px 5px 0px 0px;
    color: #3d3d3d;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
}

.tabust {
    margin: 10px 0px;
    display: inline-block;
    width: 100%;
    /*box-shadow: 0px 1px 4px 0px #e21414;*/
    border-radius: 5px;
    border: 1px solid #c7c7c7;
}

/*Tab Bitiş*/
.content-orta-alt {
    display: inline-block;
    width: 80%;
    padding: 0.5%;
}


/*Ödeme Başlangıç*/
.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: bold;
    color: #bf2222;
}

.kartbilgileri-title {
    FONT-SIZE: 24PX;
    FONT-WEIGHT: BOLD;
    color: #bf2222;
    padding: 10px 0px;
}

.taksit-secenekleri {
    background: #fff;
}

.taksitsecenekleri-title {
    padding: 10px;
    font-size: 24px;
    font-weight: bold;
    color: #bf2222;
}

.taksit-secenekleri-alt {
    display: inline-block;
    padding: 10px;
    font-weight: bold;
}

    .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: bold;
}

.kart-bilgileri label {
    width: 158px;
    display: inline-block;
    font-weight: 600;
}

.kart-bilgileri-ust {
    background: #fff;
}

.onlineodeme-title {
    background: #FFF;
    font-weight: bold;
    font-size: 24px;
    text-align: center;
    color: #bf2222;
}

.odemetamamlama-buton input {
    font-weight: bold;
    background: #bf2222;
    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: #bf2222;
    font-weight: bold;
    display: none;
}
/*Ödeme Bitiş*/





/*Destek Başlagıç*/
.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: bold;
    font-size: 18px;
    padding: 15px;
    border-bottom: 1px solid #333;
    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: bold;
            background: #bf2222;
            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: #bf2222;
    font-weight: bold;
    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: bold;
    vertical-align: top;
}

.destek-form-item #gonder {
    font-weight: bold;
    background: #bf2222;
    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;
}
/*Destek Bitiş*/
/*Şifre Değiştir*/
.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: bold;
        background: #bf2222;
        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: bold;
}

.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;
}
/*Şifre Değiştir Bitiş*/



.sayisal-alan-right {
    text-align: right;
}

/*Kayan Ürün Başlangıç*/
.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;
    }
/*Kayan Ürün Bitiş*/
/*Editörün Seçtikleri Başlanıgç*/
.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: 0px;
    border-bottom: 0px;
}

.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: 12px;
    font-weight: bold;
    line-height: 14px;
    height: 28px;
    overflow: hidden;
    color: #b88200;
    margin-top: 8px;
}

.editor-alt-ad {
    display: block;
    font-size: 12px;
    line-height: 14px;
    height: 28px;
    overflow: hidden;
    color: #b88200;
}

.editor-fiyat {
    font-size: 12px;
    color: #333;
}

    .editor-fiyat .prbx-text {
        width: 75px;
    }

.editor-iskonto {
    color: #e21414;
    font-size: 14px;
    margin-top: 5px;
}

.owl-item .editor-items-ust {
    width: 99%;
}
/*Editörün Seçtikleri Bitiş*/


/*Bilgilerim Başlangıç*/
.hesap-bilgi-item-text {
    display: inline-block;
    font-weight: bold;
    width: 70px;
}

.hesap-bilgi-item-value {
    display: inline-block;
}
/*Bilgilerim Bitiş*/

/*Saylafarım Başlangıç*/
.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: bold;
    color: #e21414;
}

.ssssoru-ust {
    margin-left: 30px;
}

h3.sss {
    margin-left: 20px;
}

/*Sayfalarım Bitiş*/


/*Yeni Adres Ekle Başlangıç*/
.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;
}
/*Yeni Adres Ekle Bitiş*/


.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;
}

.siparis-ust-bilgi {
    display: inline-block;
}

.fl-table thead {
    background: #e31e26;
    color: #fff;
}

.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: #333;
    display: block;
    position: relative;
    padding: 10px 0 10px 11px;
    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: 0px;
    }

    .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: 0.9;
    background: url(/Content/img/sepeteeklendi.png);
    background-size: 100px;
    background-position: center center;
    background-repeat: no-repeat;
}

.search-bar {
    display: inline-block;
    width: 100%;
    padding: 10px 0;
    text-align: right;
    background-color: #fbfbfb;
    border: 1px solid #efefef;
    margin: 0 0 10px;
}

.search-bar-text {
    padding: 4px 10px 0;
}

.search-bar-filter {
    margin-right: auto;
    margin-left: auto;
    padding-left: 5px;
    padding-right: 5px;
}

    .search-bar-filter .filter-option {
        font-style: normal;
        font-weight: 600;
        font-size: 11px;
        margin-left: 4px;
        padding: 5px;
    }

.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;
    padding: 5px 15px;
    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: #333;
    background-color: #fff;
    border-color: #ccc;
}

/*assası*/


.head-menu {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
}
.head-menu li {
       padding: 0px 15px;
    font-size: 14px;
    text-align: center;
    line-height: 40px;
    color: #000000;
    border-right: 1px solid #d8d8d8;
    position: relative;
    list-style: none;
    text-align: left;

}
.head-menu li:last-child {
    border-right: 0px;
}
.head-menu ul {
    display: none;
}
.head-menu li:hover > ul {
        display: block;
    position: absolute;
    background: #f9f9f9;
    z-index: 500;
    margin-top: 0px;
    left: 0;
    width: 180px;
    padding: 0;
}
.head-menu li:hover {
    background: #eee;
}
.head-menu ul li:hover > ul {
    margin-left: 178px;
    top: 0;
    border-radius: 0px 5px 5px 0px;
}

.manuelPage div {
    display: inline-block;
    padding: 5px;
    margin: 5px;
    background: #6b6b6b;
    color: #fff;
    border-radius: 25px;
    cursor: pointer;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 22px;
    font-size: 12px;
}
.manuelPage-item.aktif {
    background: red;
}


.nav-bar {
    background: #f7f7f7;
    padding: 8px;
    border-radius: 5px;
}
#login-out-btn {
    cursor: pointer;
}
