﻿@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,700&subset=latin-ext');
@import url('css/font-awesome/css/font-awesome.css');

body {
    margin: 0px auto;
    text-align: center;
    vertical-align: top;
    background: #fff;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    line-height: 1.7;
    color: #555555;
}

.header {
    height: 110px;
    background: #ebe4d2;
}

/* HEADER */
.headerbg {
    margin: 0px auto;
    width: 94%;
    height: 110px;
    vertical-align: top;
    text-align: left;
}

.fixed {
    position: fixed !important;
    top: 0px;
    left: 0;
    width: 100%;
    z-index: 1000;
    background-color: #FFFFFF;
    box-shadow: 0px 0px 6px rgba(0,0,0,0.2);
}

/*.fixed .headerbg {
        display: none;
    }*/

.logo {
    width: 190px;
    padding-top: 10px;
    text-align: left;
    height: 100px;
    margin: 0px auto;
    float: left;
}

    .logo img {
        border: none;
    }

.headersag {
    width: 980px;
    float: right;
    padding: 30px 0px 0px 0px;
    color: #002366;
    position: relative;
}

.sepet {
    font-size: 14px;
    display: block;
    width: 56px;
    text-align: right;
    height: 44px;
    line-height: 44px;
    text-decoration: none;
    position: relative;
    float: right;
}

    .sepet a {
        color: #002366
    }

        .sepet a:hover {
            color: #c25628;
        }

    .sepet i {
        font-size: 24px;
        margin-right: 8px;
    }

.aramac {
    color: #002366;
    float: right;
    width: 50px;
    height: 44px;
    line-height: 44px;
    text-align: center;
}

    .aramac:hover {
        color: #c25628;
    }

    .aramac i {
        font-size: 24px;
    }

.search {
    width: 380px;
    height: 35px;
    margin: 0px 50px 0px 50px;
    position: absolute;
    top: 30px;
    right: 20px;
    display: none;
}

    .search input {
        border: 1px solid #dfdfdf;
        margin: 0px 0px 0px 10px;
        padding: 12px 30px 12px 12px;
        border-radius: 6px;
        font-size: 14px;
        font-family: 'Open Sans', sans-serif;
        width: 340px;
        outline: none;
        background-color: #ffffff;
    }

    .search a {
        text-decoration: none;
        display: block;
        color: #002366;
        font-size: 22px;
        position: absolute;
        top: 5px;
        right: 8px;
    }

.uyepanel {
    width: 190px;
    float: right;
}

.girisyapildi {
    padding: 0px 0px 0px 20px;
    font-size: 13px;
}

.uyelink {
    font-size: 15px;
    display: block;
    width: 156px;
    height: 44px;
    float: right;
    text-align: center;
    margin: 9px 0px 0px 15px;
    color: #002366 !important;
}

    .uyelink:hover {
        color: #c25628;
        text-decoration: none;
    }

    .uyelink i {
        margin-right: 8px;
        font-size: 22px;
    }


.sm {
    width: 90px;
    float: right;
    text-align: right;
}

    .sm a {
        margin: 0px 4px 0px 4px;
        display: inline-block;
        height: 24px;
        width: 24px;
        text-align: center;
        border-radius: 50%;
        padding: 10px 0px 0px 0px;
        color: #002366;
    }

        .sm a:hover {
            color: #c25628;
        }

    .sm i {
        font-size: 20px;
    }

/* BANNER */
.banner {
    height: 600px;
    overflow: hidden;
}

.item {
    display: block;
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 600px;
}

    .item img {
        width: 100%;
        height: auto
    }

/* NAVIGATION */
#nav {
    width: 560px;
    margin: 0px auto;
    text-align: center;
    float: right;
}

    #nav > a {
        display: none;
    }

    #nav li {
        margin: 0px;
        padding: 0px;
        position: relative;
        list-style-type: none;
    }

        #nav li a {
            color: #002366;
            display: block;
        }
    /* first level */
    #nav > ul {
        margin: 0px;
        padding: 0px;
    }

        #nav > ul > li {
            height: 100%;
            float: none;
            margin: 0px;
            padding: 0px;
            display: inline-block;
        }

            #nav > ul > li > a {
                padding: 5px 10px 5px 10px;
                height: 100%;
                font-size: 15px; /* 24 */
                text-align: center;
                text-decoration: none;
                font-family: 'Open Sans', sans-serif;
                font-weight: 400;
            }

            #nav > ul > li:not( :last-child ) > a {
            }

            #nav > ul > li:hover > a, #nav > ul:not( :hover ) > li.active > a {
                color: #c25628;
            }
    /* second level */
    #nav li ul {
        background-color: #ebe4d2;
        display: none;
        position: absolute;
        top: 100%;
        width: 240px;
        z-index: 100000;
    }

    #nav li:hover ul {
        padding: 0px;
        display: block;
        left: 0;
        right: 0;
    }

    #nav li:not( :first-child ):hover ul {
        left: 0px;
    }

    #nav ul li ul li {
        border-width: 1px !important;
    }

    #nav li ul a {
        font-size: 13px; /* 20 */
        border-bottom: 1px solid #d7d0bc;
        padding: 10px;
        text-align: left;
        text-decoration: none;
        color: #002366;
    }

    #nav li ul li a:hover, #nav li ul:not( :hover ) li.active a {
        color: #c25628;
        background-color: #ebe4d2;
    }

.navHide {
    display: none !important;
}

h2 {
    color: #002366;
    margin: 0px 0px 4px 0px;
    padding: 9px 0px 9px 0px;
    font-size: 22px;
    line-height: 26px;
}
/* SIDEBAR */
.sidebar-section {
    z-index: 1;
    background: #fff;
    margin-bottom: 10px;
    border-bottom: 1px solid #e1efe2;
    padding-bottom: 8px;
    width: 100%;
    font-size: 14px;
}

    .sidebar-section p {
        margin: 0px;
        padding: 0px;
    }

    .sidebar-section section {
        padding: 0px 10px 10px 0px;
    }

        .sidebar-section section.support {
            background: transparent url(img/support.png) no-repeat top left;
            font-size: 20px;
            text-align: right;
            padding: 15px 15px 10px 0px;
        }

            .sidebar-section section.support b {
                font-size: 20px;
            }

    .sidebar-section h2 {
        color: #554c47;
        margin: 0px 0px 4px 0px;
        padding: 9px 0px 9px 0px;
        font-size: 16px;
        font-weight: 500;
        border-bottom: 1px solid #002366;
    }

.sidebar-left {
    float: right;
    padding: 0px 36px 0px 0px;
    width: 290px;
}

.sidebar-link {
    padding: 13px 6px 9px 15px;
    z-index: 500;
    margin-left: 2px;
    margin-bottom: 0px;
    font-size: 14px;
    line-height: 20px;
    color: #7d7d7d !important;
    text-decoration: none;
    background-image: url('img/menu-ico.png');
    background-position: left center;
    background-repeat: no-repeat;
    display: block;
    border-bottom: 1px solid #e5e5e5;
}

    .sidebar-link:hover {
        color: #c25628 !important;
        text-decoration: none;
    }

.content-inner {
    float: right;
    width: 934px;
    padding: 0px 10px;
    position: relative;
}

/* BLOG */
.next {
    padding: 3px 10px 3px 3px;
    text-align: right;
    font-size: 13px;
}

    .next a {
        color: #002366;
        text-decoration: none;
    }

        .next a:hover, .next a:visited, .next a:active {
            color: #002366;
            text-decoration: underline;
        }

/* CONTENT */
.anabaslik {
    text-align: center !important;
    margin: 20px 0px 30px 0px;
    line-height: 36px;
    font-size: 26px;
    display: block;
    border-bottom: 1px solid #dadada;
}

.main {
    margin: 10px auto 0px auto;
    text-align: left;
    vertical-align: top;
    width: 1260px;
}

.content {
    color: #333333;
    margin: 0px auto 40px auto;
    width: 1260px;
}

.katcontainer {
    margin: 10px auto 40px auto;
    text-align: left;
    width: 1280px;
    text-align: left;
}

.box {
    float: left;
    overflow: hidden;
    display: block;
    width: 48%;
    height: 403px;
    margin: 10px 1%;
    -webkit-transition: all 2.1s ease;
    transition: all 2.1s ease;
    position: relative;
}

    .box img {
        width: 100%;
        height: auto;
        -webkit-transition: all 2.1s ease;
        transition: all 2.1s ease;
    }

    .box:hover img {
        transform: scale(1.05);
        -webkit-transition: all 2.1s ease;
        transition: all 2.1s ease;
    }

.boxyazi {
    position: absolute;
    width: 95%;
    top: 25px;
    left: 5%;
    transition: all 2.1s ease;
    font-size: 18px;
    color: #333333;
}

.reklam1 {
    height: auto;
    overflow: hidden;
    margin: 50px 8px 50px 15px;
    display: block;
    text-align: center;
}

    .reklam1 img {
        width: 100%;
        height: auto;
    }

.anasayfayazi {
    text-align: center;
    padding: 110px 0px 110px 0px;
    line-height: 40px;
    font-size: 25px;
    color: #333333;
    width: 650px;
    margin: 0px auto;
}

    .anasayfayazi h1 {
        color: #333333;
        font-size: 30px;
        margin: 0px;
        font-weight: 400;
        line-height: 42px;
        border-bottom: none !important;
        ;
    }

.whatsapp {
    position: fixed;
    right: 35px;
    bottom: 5%;
    background: #00e676;
    width: 48px;
    height: 48px;
    box-shadow: 0px 0px 6px rgba(0,0,0,0.4);
    border-radius: 24px;
    color: white;
    text-decoration: none;
    font-size: 16px;
    line-height: 40px;
    font-weight: normal;
    z-index: 10;
}

    .whatsapp img {
        width: 30px;
        height: 30px;
        margin-top: 9px;
    }

/* FOOTER */
.footer {
    padding: 30px 0px 0px 0px;
    margin-top: 20px;
}

.footer-inner {
    font-size: 14px;
    color: #555555;
    margin: 0px auto;
    width: 1260px;
}

.footer-sub {
    background: #f6f7f8;
    padding: 20px 0px 15px 0px;
    margin-top: 30px;
}

.footer-left {
    width: 270px;
    float: left;
    text-align: left;
    margin: 20px 15px 0px 0px;
    min-height: 150px;
}

    .footer-left a i {
        font-size: 20px;
        margin: 10px 15px 0px 0px;
    }

.footer-right {
    width: 400px;
    float: right;
    margin-left: 0px;
    text-align: left;
    padding-top: 15px;
    font-size: 16px;
    line-height: 24px;
    color: #333333;
}

    .footer-left h3, .footer-right h3 {
        margin: 0px 0px 15px 0px;
        font-size: 18px;
        font-weight: 400;
        color: #333333;
        text-transform: uppercase;
    }

.footer-left ul {
    padding: 0px;
    margin: 0px;
}

    .footer-left ul li {
        list-style-type: none;
        color: #333333;
        margin: 0px;
        padding-left: 0px;
    }

        .footer-left ul li a, .footer-left ul li a:hover, .footer-left ul li a:hover {
            color: #333333;
            text-decoration: none;
            font-weight: 300;
            line-height: 28px;
            font-size: 14px;
        }

            .footer-left ul li a i {
                color: #a58767;
                width: 25px;
                font-size: 16px;
            }

.newsletter {
    position: relative;
}

    .newsletter a {
        text-decoration: none;
        display: block;
        font-size: 16px;
        position: absolute;
        top: 20px;
        right: 25px;
    }

    .newsletter input[type=text] {
        width: 90%;
        padding: 20px 3% !important;
        border: 2px solid #333333 !important;
        margin: 10px 0px 0px 0px !important;
    }

    .newsletter a i {
        color: #333333;
        font-size: 36px;
    }

.visa {
    float: left;
    width: 246px;
    height: 37px;
}

.copyright {
    width: 690px;
    float: left;
    text-align: left;
    vertical-align: top;
    padding-left: 14px;
}


#owl-slide2 .owl-prev {
    left: -55px;
    opacity: 1;
}

#owl-slide2 .owl-next {
    opacity: 1;
    right: -65px;
}
/* PRODUCT LIST */
.product {
    margin: 10px 0px 30px 22px;
    background-color: white;
    border-radius: 3px;
    float: left;
}

.product-big {
    width: 288px !important;
    height: 355px !important;
}

.product-big-detail {
    width: 190px !important;
    height: 295px !important;
    background: #f6f6f6;
}

.product-big-category {
    margin: 5px 11px 10px 11px;
}

.product-image-container {
    margin: 0px auto;
    text-align: center;
    vertical-align: top;
    padding-top: 0px;
    padding-bottom: 0px;
    height: 175px;
    overflow: hidden;
    background-color: #FFFFFF;
    border-radius: 2px;
}

.product-image {
    width: 100%;
    margin: 0px auto;
    text-align: center;
    height: 288px;
    overflow: hidden;
}

    .product-image img {
        width: 100%;
        height: auto;
    }

.product-image-container-detail .product-image {
    width: 160px !important;
    height: 160px;
}

.product-title {
    text-align: center;
    padding-top: 15px;
    padding-bottom: 3px;
    margin: 0px auto;
    vertical-align: top;
    text-decoration: none;
}

    .product-title a {
        font-size: 16px;
        color: #1B1A18;
        text-decoration: none;
        transition: all 0.2s linear;
    }

        .product-title a:hover {
            color: #c25628;
            text-decoration: none;
        }

.product-sub-title {
    text-align: left;
    padding-top: 3px;
    padding-bottom: 3px;
    margin: 0px auto;
    vertical-align: top;
    padding-left: 22px;
    color: #333333;
}

    .product-sub-title a {
        color: #333333;
        text-decoration: none;
    }

        .product-sub-title a:hover {
            color: #333333;
            text-decoration: underline;
        }

.product-price {
    height: 30px;
    color: #002366;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
}
/* PRODUCT DETAIL */

.product-detail-1 {
    width: 610px;
    float: left;
}

.pdimg {
    width: 600px;
    height: auto;
    border: none;
}

.ukresim {
    width: 80px;
    height: 80px;
    vertical-align: middle;
    text-align: center;
    overflow: hidden;
    border: 1px solid #e7e7e7;
    float: left;
    margin-right: 2px;
}

    .ukresim img {
        width: 80px;
        height: auto;
        border: none;
    }

.product-detail-2 {
    width: 570px;
    float: right;
}

.urunbilgi {
    width: 99%;
    text-align: left;
    padding: 0px;
}

.teslimatsecdiv {
    max-height: 160px;
    overflow-y: scroll;
    padding: 25px 0;
}

.product-detail-name {
    margin: 0px 0px 5px 0px;
    padding: 0px 0px 5px 0px;
    text-align: left !important;
    font-size: 30px;
}

.product-detail-bank {
    min-height: 200px;
    margin-bottom: 8px;
    width: 210px;
    margin-left: 10px;
    border: 1px solid #c0c0c0;
    display: inline-block;
}

    .product-detail-bank img {
        width: 100%;
        height: auto;
    }

.product-detail-sep {
    border-top: 1px solid #f3f3f3;
    width: 95%;
    margin-right: 5%;
    margin-top: 3px;
    margin-bottom: 3px;
    height: 1px;
}

.product-detail-price {
    font-size: 28px;
    color: #002366;
    width: 33%;
    text-align: left;
    display: block;
    float: left;
    padding: 4px 0px 0px 0px;
}

.udetaySepet {
    float: right;
    width: 66%;
    text-align: right;
}

    .udetaySepet select {
        border: 1px solid #ebebeb;
        padding: 10px !important;
        color: #181825;
        font: 16px/18px 'Open Sans', sans-serif;
        height: 50px;
        margin: 2px 0px;
    }

.product-detail-button {
    margin-bottom: 10px !important;
    width: 164px;
    margin-left: 0px !important;
    text-align: center;
}

.divaciklama {
    width: 80%;
    margin: 10px auto;
}
/* CART */
.cart-container {
    width: 880px;
    margin: 0px auto;
    padding: 10px 0px 10px 0px;
}

.cart-table {
    background-color: white;
    padding: 0;
    white-space: nowrap;
    margin-top: 10px;
}

.cart-table-head-tr {
    background: #eaeaea;
    color: #2d2d2d;
    line-height: 36px;
}

.cart-totals {
    margin-left: 605px;
    width: 220px;
    margin-bottom: 0px;
}

.cart-button {
    width: 180px;
}

.cart-button-left {
    float: left;
}

.cart-button-right {
    float: right;
}

cart-table-img {
    width: 110px;
}

.cart-table-img img {
    border: none;
}

.cartdel {
    width: 16px;
    height: 16px;
    outline: none;
}
/* ORDER STEPS */
.order-inner-content, .public-inner-content {
    width: 100%;
}

.orderStep {
    width: 58%;
    float: left;
    padding: 10px 0px 150px 0px;
    font-size: 14px;
}

.odemesecenegi {
    width: 90%;
}

.orderSummary {
    width: 40%;
    padding: 0px 0px 0px 1%;
    float: left;
    font-size: 14px;
}

.siparisOrder {
    width: 86%;
    padding: 0px 2% 10px 0%;
    float: left
}

.already {
    width: 100%;
    font-size: 14px;
    text-align: center;
    color: #000;
}

    .already a {
        font-weight: 700;
        background-color: #ee7759;
        color: #fff !important;
        font-size: 17px;
        display: block;
        width: 280px;
        margin: 10px auto;
        text-decoration: none;
        padding: 15px 16px;
        letter-spacing: 1.1px;
        border-radius: 6px;
        text-align: center;
    }

        .already a:hover {
            background-color: #000;
            text-decoration: none;
        }

.orderok {
    background-color: #f5f5f5;
    padding: 20px 10px 30px 10px;
    margin: 0px 0px 20px 0px;
    text-align: center;
    line-height: 28px;
    font-size: 14px;
}

    .orderok i {
        display: block;
        font-size: 50px;
        color: #0d7003;
        margin: 0px 0px 10px 0px;
    }

    .orderok a {
        color: #000 !important;
        font-weight: 700;
    }

.orderoksol {
    width: 49%;
    float: left;
    padding: 0px 1% 10px 0%;
}

.orderoksag {
    width: 49%;
    float: left;
    padding: 0px 0% 10px 1%;
}

.orderokic {
    background-color: #f5f5f5;
    padding: 20px 20px 20px 20px;
    line-height: 24px;
    font-size: 14px;
    height: 200px;
}

    .orderokic span {
        font-size: 16px;
        display: block;
        font-weight: 700;
    }

.order-pay-exp {
    width: 166px;
    float: left;
}

.order-pay-cvc {
    width: 100px;
    float: left;
}

.order-address-left {
    width: 100%;
}

.order-address-right {
    width: 49%;
    float: right;
}
/* LOGIN */
.login-left {
    width: 400px;
    float: left;
    padding: 20px;
}

.login-right {
    width: 500px;
    float: right;
    padding: 20px;
}

.yorum {
    padding: 10px;
    text-align: left;
}

.yorumUyeOl {
    padding: 50px 4%;
    font-size: 24px;
}
/* SİPARİŞ */
.siparis {
    width: 48%;
    padding: 10px 2% 10px 0%;
    float: left
}

.siparislogin {
    background-color: #f5f5f5;
    padding: 20px 30px 20px 30px;
    margin: 0px 20px 0px 0px;
}

.siparisuye {
    background-color: #f8f8f8;
    padding: 20px;
    margin: 0px 0px 0px 0px;
    font-size: 14px;
    line-height: 22px;
}

.siparis-table {
    background: #f8f8f8;
    padding: 0;
    white-space: nowrap;
    margin-top: 10px;
    width: 480px;
    padding: 10px;
    font-size: 14px;
}

    .siparis-table h3 {
        margin: 10px 0px 5px 10px;
        font-size: 18px;
        font-weight: 400;
        color: #002366;
    }

.siparis-table-head-tr {
    background: #f8f8f8;
    color: #333;
}

.cart-table-wi {
    width: 310px;
    white-space: normal;
}

.cart-table-adet {
    width: 80px;
}

.siparis-totals {
    width: 480px;
    margin-bottom: 0px;
    background-color: #f8f8f8;
    padding: 10px 10px 20px 10px;
    text-align: right;
    line-height: 24px;
}

    .siparis-totals span {
        width: 70px !important;
        display: inline-block
    }

.hediyewrap {
    width: 86%;
    background-color: #f8f8f8;
    padding: 20px 0px 20px 3%;
    margin-bottom: 30px;
}

.hediyebaslik {
    width: 120px;
    float: left;
    font-weight: bold;
    font-size: 14px;
    padding-top: 7px;
}

.hediyeceki {
    width: 200px;
    float: left;
}

.hediyebtn {
    width: 100px;
    float: left;
    padding: 2px 0px 0px 6px;
}

.hata {
    color: #ff0000;
    padding: 10px;
    font-size: 16px;
    font-weight: bold;
}

.siparisLayout {
    width: 320px;
    float: left;
    font-size: 14px;
}

.secilenAdres, .secilenFaturaAdresi {
    padding: 15px 45px 15px 15px;
    margin-right: 20px;
    width: 230px;
    background: #f8f8f8; /* Old browsers */
    background: -moz-linear-gradient(top, #f8f8f8 1%, #eeecec 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #f8f8f8 1%,#eeecec 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #f8f8f8 1%,#eeecec 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f6f6', endColorstr='#dcdcdc',GradientType=0 ); /* IE6-9 */
    cursor: pointer;
    min-height: 80px;
    position: relative;
    font-size: 13px;
}

    .secilenAdres .sil, .secilenFaturaAdresi .sil {
        display: none;
    }

.drpyan {
    background-image: url('img/siparisdown.png');
    width: 44px;
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    height: 100%;
    right: 0px;
    top: 0px;
    bottom: 0px;
    border-left: 1px solid #dcdcdc;
}

.drpAdres, .drpFaturaAdres {
    background-color: #f8f8f8;
    width: 290px;
}

.adresler, .fatadresler {
    padding: 15px 35px 15px 15px;
    border-bottom: 1px solid #e0e0e0;
    cursor: pointer;
}

.divsiparisNotu {
    min-height: 50px;
    background-color: #f8f8f8;
    width: 570px;
    padding: 15px 25px 15px 15px;
    margin-top: 30px;
    position: relative;
}

.siparisns {
    border: none;
    border-radius: 0px 0px 6px 6px;
    cursor: pointer;
    color: #2d2d2d;
    width: 54px;
    padding: 3px;
    background-color: #f8f8f8;
    text-align: center;
}

.adreslerbaslik {
    font-weight: bold;
    font-size: 14px;
    margin-top: 10px;
}

.adresEkle {
    text-align: left;
    width: 550px;
    margin: 0px auto;
    font-size: 13px;
}

.adreseklebtn {
    padding: 15px;
    background-color: #cbccce;
    font-weight: bold;
    display: block;
}

.sil {
    width: 54px;
    padding: 3px;
    margin-top: 4px;
    background-color: #e6e6e6;
    text-align: center;
    text-decoration: none;
    display: block;
    border-radius: 4px;
}

    .sil:hover {
        text-decoration: none;
        background-color: #c4dad5;
    }
/* SİPARİSLERİM */
.siparislerim {
    width: 96%;
    display: block;
    margin: 0px 0px 10px 0px;
    padding: 10px 2% 10px 2%;
    border: #f8f8f8;
    background-color: #f5f5f5;
    text-decoration: none;
    color: #1B1A18;
}

.siparislerimBox {
    width: 50%;
    float: left;
    font-size: 14px;
}

.siparislerimResim {
    width: 16%;
    float: left;
}

    .siparislerimResim img {
        width: 100%;
        border: none;
    }

.siparislerimTakip {
    width: 60%;
    padding: 10px 0px 0px 3%;
    float: left;
    line-height: 26px;
    font-size: 14px;
}

    .siparislerimTakip span {
        width: 80px;
        display: inline-block;
    }

.siparislerimDurum {
    font-weight: 700;
    font-size: 14px;
    width: 50%;
    float: left;
    padding: 26px 0px 0px 0px;
}

.siparislerimTutar {
    width: 25%;
    float: left;
    padding: 19px 0px 0px 0px;
    text-align: center;
}

    .siparislerimTutar span {
        font-weight: 700;
        font-size: 14px;
        display: block;
    }

.siparislerimDetay {
    width: 25%;
    float: left;
    text-align: center;
    padding: 16px 0px 0px 0px;
    font-size: 27px;
    color: #1B1A18;
}

.siparisDetaybox {
    width: 44%;
    float: left;
    margin: 10px 1%;
    text-align: left;
    padding: 15px 2%;
    background-color: #eaeaea;
    line-height: 22px;
    font-size: 13px;
    min-height: 290px;
}

    .siparisDetaybox span {
        font-weight: 700;
        width: 95px;
        display: inline-block;
    }

.siparisDetayDurum {
    border-top: 1px solid #bebebe;
    margin: 10px 0px;
    padding: 10px 0px;
    font-size: 14px;
}

.siparisDetaybox2 {
    width: 94%;
    margin: 10px 1%;
    text-align: left;
    padding: 15px 2% 10px 2%;
    background-color: #eaeaea;
    line-height: 22px;
}

.sipSepetImg {
    width: 10%;
    float: left;
}

    .sipSepetImg img {
        width: 100%;
        height: auto;
    }

.sipSepetad {
    width: 60%;
    float: left;
    padding: 30px 2% 20px 2%;
    font-size: 14px;
}

.sipSepetFiyat {
    width: 10%;
    float: left;
    text-align: center;
    padding: 30px 1% 20px 1%;
    font-size: 14px;
}

.sipbas {
    font-size: 16px;
    margin: 5px 1% 5px 1%;
    font-weight: 700;
}

.bilgilerim {
    width: 78%;
    float: left;
    padding: 10px 2% 10px 0%;
}
/* PUBLIC */
.public-border {
    border: 1px solid #000;
}

.content input[type=text], .content input[type=tel], .content input[type=password], .content select, .content textarea {
    border: 1px solid #CECECE;
    padding: 5px;
    color: #181825;
    font: 14px/16px;
    margin: 2px 0px;
    font-family: 'Open Sans', sans-serif;
}

    .content input[type=text]:focus, .content input[type=tel]:focus, .content input[type=password]:focus, .content select:focus, .content textarea:focus, .content select:focus {
        border: 1px solid #c4dad5 !important;
        outline: none;
    }

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 50px #f8f8f8 inset; /* Change the color to your own background color */
    -webkit-text-fill-color: #181825;
}

    input:-webkit-autofill:focus {
        -webkit-box-shadow: 0 0 0 50px #f8f8f8 inset; /*your box-shadow*/
        -webkit-text-fill-color: #181825;
    }

.hvalid {
    color: red;
    position: relative;
    margin: 10px 0px 0px -10px;
}

.option {
    font-weight: 700;
}

    .option select {
        margin: 2px 0px 12px 0px;
        padding: 6px 2% 6px 2%;
        border-radius: 0px;
        border-left: 0px solid #CECECE;
        border-right: 0px solid #CECECE;
        border-top: 0px solid #CECECE;
        border-bottom: 1px solid #CECECE;
        width: 350px !important;
        font-size: 13px;
    }

        .option select:focus {
            border: 1px solid #c4dad5 !important;
            background-color: #ffffff;
            outline: none;
        }

.teslim-sure select {
    margin: 2px 0px 12px 0px;
    padding: 6px 2% 6px 2%;
    border-radius: 0px;
    border-left: 0px solid #CECECE;
    border-right: 0px solid #CECECE;
    border-top: 0px solid #CECECE;
    border-bottom: 1px solid #CECECE;
    width: 100% !important;
    font-size: 13px;
}

    .teslim-sure select:focus {
        border-left: 0px solid #CECECE !important;
        border-right: 0px solid #CECECE !important;
        border-top: 0px solid #CECECE !important;
        border-bottom: 1px solid #CECECE;
    }

.tbl-teslim-tarihi {
    border: 1px solid #f8f8f8;
    border-collapse: collapse;
    width: 100%;
    display: none;
}

    .tbl-teslim-tarihi td, .tbl-teslim-tarihi th {
        border: 1px solid #f8f8f8;
        padding: 10px;
    }

    .tbl-teslim-tarihi .kurye {
        display: none;
    }


.dashed-border {
    border-bottom: 1px solid #dddaee;
}

a, a:active, a:visited {
    color: #002366;
    text-decoration: none;
}

    a:hover {
        text-decoration: underline;
    }

.w1110 {
    width: 1250px;
    margin: 0 auto;
}

h1 {
    color: #002366;
    font-size: 20px;
    margin: 8px 0px 8px 0px;
    padding: 8px 0px;
    font-weight: 400;
}


.button-small {
    padding: 4px 15px 4px 8px;
    margin: 0;
    background: #ababab;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    color: #FFFFFF !important;
    font-weight: normal;
    text-align: center;
    text-decoration: none !important;
    display: inline-block;
    font-size: 14px;
    text-decoration: none;
    transition: all 0.2s linear;
    line-height: 30px;
}

.icerikp1 {
    padding: 10px;
    font-size: 15px;
    line-height: 24px;
}

    .icerikp1 img {
        margin: 3px 8px 5px 8px;
    }

.clr {
    clear: both;
}

.button-small:hover i, .button-big:hover i {
    color: #FFFFFF !important;
}

.button-small i {
    color: #fff;
    padding: 0px 4px 0px 8px;
    line-height: 30px;
}

.btnln {
    color: #7B7B7B;
    text-decoration: none;
    font-weight: bold;
    padding: 10px 0px 0px 0px;
}

.btnln {
    color: #333333;
}

.button-big {
    padding: 4px 15px 5px 15px;
    margin: 0;
    background: #c25628;
    color: #fff !important;
    font-weight: 500;
    text-decoration: none;
    display: inline-block;
    font-size: 18px;
    text-decoration: none;
    line-height: 42px;
}

.button-ni {
    padding: 0px 16px 0px 16px;
    margin: 0;
    background: #c25628;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    color: #FFFFFF !important;
    font-weight: 500;
    text-align: left;
    text-decoration: none;
    display: inline-block;
    font-size: 18px;
    text-decoration: none;
    line-height: 42px;
}

.button-wi {
    width: 100%;
    padding: 0px 0px 0px 0px;
    margin: 0;
    background: #1B1A18;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    color: #FFFFFF !important;
    font-weight: 500;
    text-align: left;
    text-shadow: 0 1px 0 rgba(0,0,0,.3);
    text-decoration: none;
    display: inline-block;
    font-size: 18px;
    text-decoration: none;
    line-height: 42px;
}

    .button-big i, .button-wi i {
        display: inline-block;
        color: #fff !important;
        padding: 0px;
        margin-right: 4px;
        line-height: 42px;
    }


.button-big:hover, .button-small:hover, .button-big-color:hover, .button-color:hover {
    background: #554c47;
    text-decoration: none;
    color: #fff !important;
}

.button-big-color, .button-color {
    background: #c25628;
    color: #FFFFFF !important;
    cursor: pointer
}



/* -------------------------------------- EX -------------------------------------------*/
/* -------------------------------------- EX -------------------------------------------*/
/* -------------------------------------- EX -------------------------------------------*/
/* -------------------------------------- EX -------------------------------------------*/

.form-group {
    width: 96%;
    padding: 6px 2% 5px 2%;
    position: relative;
}

.form-group2 {
    width: 96%;
    padding: 2px 2% 2px 2%;
}

.form-group input[type="text"], .form-group textarea, .form-group input[type="password"], .form-group select, .filtre select {
    margin: 2px 0px 2px 0px;
    padding: 10px 2% 10px 2%;
    border-radius: 3px;
    border: 1px solid #CECECE;
    width: 94% !important;
    background-color: transparent !important;
}

.hediyeceki input[type="text"] {
    padding: 6px 2% 6px 2% !important;
    margin: 2px 0px 2px 0px;
    border-radius: 3px;
    border: 1px solid #CECECE;
    width: 96% !important;
    background-color: transparent !important;
}

.form-md {
    width: 48%;
    float: left;
    padding: 0px 2% 5px 0%;
}

#pnlUyeGiris, #pnlUyeCikis {
    text-align: right;
}

.liste input[type="text"], .liste textarea, .liste input[type="password"], .liste select {
    margin: 2px 0px 2px 0px;
    padding: 8px;
    border-radius: 3px;
    border: 1px solid #CECECE;
    box-shadow: 0 3px 8px rgba(0,0,0,0.1) inset;
    width: 400px !important;
    font-family: 'Open Sans', sans-serif;
}

.filtre {
    width: 256px;
    margin: 5px 4px 5px 4px;
    position: absolute;
    top: 0px;
    right: 0px;
}

#urunListe {
    text-align: center;
}



.urunlisteana-buyuk {
    width: 250px;
    text-align: center;
    float: left;
    height: 280px;
    padding: 5px;
    border: 1px solid #ccc;
    margin-left: -1px;
    margin-top: -1px;
}

.urunlisteana {
    width: 180px;
    text-align: center;
    float: left;
    height: 256px;
    padding: 5px;
}


.urunliste-simgealan {
    padding: 10px 5px 5px 5px;
    text-align: center;
    font-weight: bold;
    display: none;
    width: 125px;
    height: 34px;
    position: absolute;
    background: transparent url(img/simge/balon.png) top center no-repeat;
    margin-top: -33px;
    margin-left: -50px;
}


ul li a, ul li a:hover {
    color: #5c5d5c;
    text-decoration: none;
    font-weight: normal;
}

    ul li a:hover {
        color: #5c5d5c;
        text-decoration: underline;
        font-weight: normal;
    }


#kategoriYol {
    color: #002366;
    font-weight: bold;
    margin-bottom: 15px;
    border-bottom: 1px solid #eeeeee;
    padding: 10px 0px;
}

    #kategoriYol a, #kategoriYol a:hover, #kategoriYol a:active, #kategoriYol a:visited {
        color: #333333;
        text-decoration: none;
        font-weight: bold;
    }


.txt-hata {
    -webkit-box-shadow: 0 0 3px 2px rgba(255,81,81,0.8);
    -moz-box-shadow: 0 0 3px 2px rgba(255,81,81,0.8);
    box-shadow: 0 0 3px 2px rgba(255,81,81,0.8);
    border: 1px solid #ff5151 !important;
    outline: 0;
    -webkit-appearance: none;
    appearance: none;
}


.uyari {
    display: block;
    margin: 5px 0px 15px 0px;
    font-weight: 700;
    color: #c6282e;
}


/* blog */
.blogbox {
    width: 31%;
    height: 620px;
    margin: 30px 1% 15px 1%;
    float: left;
    display: block;
    text-decoration: none;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    border-bottom: 1px solid #f5f5f5;
}

    .blogbox:hover {
        text-decoration: none;
    }

.btarih {
    font-weight: 400;
    height: 30px;
    font-size: 15px;
}

.blogbaslik {
    font-size: 20px;
    color: #000000;
    margin: 0px auto;
    text-align: center;
    height: 60px;
    font-weight: 400;
    line-height: 28px;
}


.blogimg {
    width: 100%;
    height: 380px;
    overflow: hidden;
}

    .blogimg img {
        width: 100%;
        height: auto;
    }

.galeri {
    display: block;
    width: 280px;
    height: 280px;
    overflow: hidden;
    float: left;
    margin: 10px;
}

    .galeri img {
        width: 100%;
        height: auto;
    }

.blogozet {
    height: 80px;
    overflow: hidden;
    padding: 10px;
}

.devambtn {
    background-color: #060606;
    width: 180px;
    height: 25px;
    padding: 8px;
    text-align: center;
    color: #f3f3f3;
    margin: 0px auto;
}

.blogbox:hover .devambtn {
    background-color: #ee7759;
}

.blogbas {
    font-size: 36px;
    color: #060606;
    font-weight: 400;
    line-height: 42px;
}

.baslink {
    font-size: 14px;
}



.kategori-altkategori-liste {
    /*border:1px dashed #D9E7FF;*/
    margin: 5px 25px 5px 25px;
    display: none;
}

#filtreAlan {
    border: 1px solid #000;
    width: 298px;
    color: Black;
}

#filtreIc {
    padding: 5px 5px 5px 15px;
    font-size: 12px;
}

    #filtreIc table tr th {
        color: #333333;
        text-align: right;
    }


.filtre-baslik {
    font-size: 12px;
    font-weight: bold;
    background: #000;
    padding: 5px;
    text-align: left;
    color: white;
}

.detailSearch {
    margin: 0px auto;
    width: 900px;
}

.detailPanel {
    float: right;
    width: 300px;
    margin-right: 30px;
}

.adres {
    background-color: #f2f2f2;
    width: 45%;
    padding: 10px 2% 10px 2%;
    margin: 5px 1% 5px 0px;
    float: left;
}

.adresic {
    min-height: 100px;
}

.adresform {
    background: #fff;
    margin-top: -130px;
    position: relative;
}

.odeme-islem {
    width: 25%;
    float: left;
    border-right: 2px solid #dadada;
    padding: 10px 2% 0px 0%;
}

    .odeme-islem input[type="text"] {
        margin: 2px 0px 10px 0px;
        padding: 10px 2% 10px 2%;
        border-radius: 3px;
        border: 1px solid #d8d8d8;
        width: 94% !important;
    }

    .odeme-islem select {
        margin: 2px 0px 2px 0px;
        padding: 10px 2% 10px 2%;
        border-radius: 3px;
        border: 1px solid #d8d8d8;
    }

.taksit {
    width: 48%;
    padding-right: 1%;
    float: left;
}

.odeme-oniz {
    width: 26%;
    float: left;
    padding: 10px 2% 0px 3%;
}

.odeme-kart {
    width: 271px;
    height: 170px;
    background: transparent url(img/card.png) no-repeat top center;
}

.odeme-kart-arka {
    width: 271px;
    height: 170px;
    background: transparent url(img/cardback.png) no-repeat top center;
    display: none;
}

.odeme-kart-no {
    color: #aaafb8;
    font-size: 20px;
    font-weight: bold;
    margin-top: 60px;
    display: inline-block;
    margin-left: 50px;
}

.odeme-kart-skt {
    color: #aaafb8;
    font-size: 14px;
    font-weight: bold;
    margin-top: 18px; /*display:inline-block;*/
    margin-left: 150px;
}

.odeme-kart-ad {
    color: #aaafb8;
    font-size: 16px;
    font-weight: bold;
    margin-top: 0px; /*display:inline-block;*/
    margin-left: 20px;
    height: 25px;
}

.odeme-kart-cvc {
    color: #aaafb8;
    font-size: 14px;
    font-weight: bold;
    margin-top: 57px;
    display: inline-block;
    margin-left: 140px;
}


.yazi1 {
    color: #181825;
    font-weight: bold;
    line-height: 24px;
    font-size: 13px;
}

.tarihbg {
    width: 190px;
    float: left;
}

.cvc {
    width: 65px;
    float: left;
}

.odeme-sepet {
    width: 271px;
    padding-left: 5px;
    text-align: left;
    font-weight: 700;
    color: #002366;
    font-size: 18px;
}


.iletisim {
    width: 610px;
    float: left;
}

.bizeulas {
    width: 610px;
    float: left;
    padding: 0px 0px 0px 10px;
    font-size: 14px;
}

.hbrresim {
    width: 400px;
    float: left;
    margin: 5px 20px 5px 0px;
}

    .hbrresim img {
        width: 100%;
        height: auto;
    }

hr {
    border: 0;
    height: 1px;
    background: #dadada;
    background-image: linear-gradient(to right,#dadada,#eaeaea,#dadada);
    margin-bottom: 12px;
}

.p10 {
    padding: 10px;
}

.kataciklama {
    text-align: left;
    padding: 0px 0px 5px 5px;
}

.siparistakip {
    width: 500px;
    margin: 30px auto;
    border: 1px solid #f8f8f8;
    font-size: 14px;
    background: #fff;
}

.siparistakippan {
    width: 500px;
    margin: 30px auto;
    border: 1px solid #f8f8f8;
    font-size: 14px;
    background: #fff;
    padding: 15px;
    line-height: 24px
}

.takipbaslik {
    padding: 12px;
    border-bottom: 1px solid #f8f8f8;
    font-size: 16px;
    margin-bottom: 10px;
}

    .takipbaslik i {
        font-size: 20px;
        margin-right: 8px;
    }

.red {
    color: #da291c !important;
}

.cart-table-hidden {
    display: none;
}
/* Çerez Politikası Popup Stili */
.cookie-consent-popup {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 35%;
    background-color: #ebe4d2;
    padding: 20px;
    text-align: center;
    box-shadow: 0 0 5px rgba(0,0,0,0.2);
    display: none; /* JavaScript ile yönetilecek */
}

/* Modal Stilleri */
.modal {
    display: none; /* Modal varsayılan olarak gizli */
    position: fixed;
    z-index: 10000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    text-align: left;
    background-color: rgba(0,0,0,0.4);
}

.modal-content {
    background-color: #fefefe;
    margin: 5% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 50%;
    position: relative;
}

.close-button {
    color: #002366;
    position: absolute;
    right: 20px;
    top: 10px;
    font-size: 40px;
    font-weight: bold;
}

    .close-button:hover,
    .close-button:focus {
        color: black;
        cursor: pointer;
    }

.buttoncookie {
    padding: 4px 15px 4px 15px;
    margin: 0 8px;
    background: #c25628;
    -webkit-border-radius: 12px;
    border-radius: 12px;
    border: none;
    color: #f8f8f8 !important;
    text-align: center;
    display: inline-block;
    font-size: 14px;
    text-decoration: none;
    transition: all 0.2s linear;
    line-height: 30px;
    cursor: pointer;
}

    .buttoncookie:hover {
        background: #333333;
        transition: all 0.2s linear;
    }

@media (min-width: 1025px) and (max-width: 1130px) {
    .headerbg {
        width: 100%;
    }

    .logo {
        width: 180px;
    }

    .headersag {
        width: 840px;
    }
    #nav {
        width: 500px;
    }
    .sm {
        width: 40px;
    }

    .uyepanel {
        width: 100px;
        float: right;
    }

    .banner {
        height: 500px;
    }

    .item {
        height: 500px;
    }

    .katcontainer {
        width: 98%;
    }

    .w1110 {
        width: 98%;
        margin: 0 auto;
    }

    .main, .footersubinner, .footer-inner {
        width: 98%;
    }

    .content {
        width: 100%;
    }

    .product {
        margin: 10px 0px 30px 10px;
    }

    .product-big {
        width: 256px !important;
        height: 355px !important;
    }

    .product-detail-2 {
        width: 40%;
        padding: 0px 0px 0px 2%
    }

    .content-inner {
        float: right;
        width: 78%;
        padding: 0px;
    }

    .sidebar-left {
        float: right;
        padding: 0px 1% 0px 0px;
        width: 21%;
    }

    .footer-left {
        width: 200px;
        float: left;
        text-align: left;
        margin: 20px 10px 0px 0px;
        min-height: 150px;
    }
}

@media (min-width: 1130px) and (max-width: 1280px) {
    .headerbg {
        width: 98%;
    }

    .headersag {
        width: 900px;
    }

    #nav {
        width: 600px;
    }
    .banner {
        height: 520px;
    }

    .item {
        height: 520px;
    }

    .katcontainer {
        width: 98%;
    }

    .w1110 {
        width: 98%;
        margin: 0 auto;
    }

    .main, .footersubinner, .footer-inner {
        width: 98%;
    }

    .content {
        width: 100%;
    }

    .product {
        margin: 10px 0px 30px 10px;
    }

    .product-big {
        width: 284px !important;
        height: 355px !important;
    }

    .product-detail-2 {
        width: 40%;
        padding: 0px 0px 0px 2%
    }

    .content-inner {
        float: right;
        width: 78%;
        padding: 0px;
    }

    .sidebar-left {
        float: right;
        padding: 0px 1% 0px 0px;
        width: 21%;
    }

    .footer-left {
        width: 230px;
        float: left;
        text-align: left;
        margin: 20px 10px 0px 0px;
        min-height: 150px;
    }
}

@media (min-width: 1600px) {
    .banner {
        height: 730px;
    }

    .item {
        height: 730px;
    }
}

@media screen and (max-width: 600px) {

    .header {
        height: 152px;
    }

    .headerbg {
        width: 100%;
        height: auto;
    }

    .logo {
        width: 130px;
        padding: 0px 0px 0px 15px;
        height: 76px;
        position: relative;
        z-index: 111;
        margin-top: 60px;
    }

        .logo img {
            width: auto;
            height: 76px;
        }

    .headersag {
        width: 100%;
        text-align: center;
        padding: 0px 0px 10px 0px;
        position: absolute;
        top: 0px;
    }

    .uyepanel {
        width: 40%;
        float: left;
        text-align: left;
    }

    .uyelink {
        float: left;
        margin: 10px 0px 0px 15px;
        text-align: left;
    }

    .girisyapildi {
        padding: 0px 0px 0px 5px;
        font-size: 13px;
    }

    #ctl00_lblKullaniciAdSoyad {
        font-size: 12px;
    }

    .sm {
        width: 25%;
        text-align: center;
        float: left;
    }

        .sm a {
            margin: 0px 4px 0px 4px;
            height: 20px;
            width: 20px;
            text-align: center;
            padding: 12px 0px 0px 0px;
        }

    .sepet {
        width: 14%;
        margin: 6px 2% 0px 0px;
    }

    .aramac {
        width: 14%;
        margin: 5px 0px 0px 1%;
    }

    .search {
        width: 96%;
        height: 35px;
        margin: 0px 2% 0px 2%;
        position: absolute;
        top: 10px;
        right: 0px;
        display: none;
        z-index: 1111;
    }

        .search input {
            border: 1px solid #dfdfdf;
            margin: 0px;
            padding: 12px 6% 12px 6%;
            width: 88%;
            outline: none;
            background-color: #ffffff;
        }

        .search a {
            text-decoration: none;
            display: block;
            color: #002366;
            font-size: 22px;
            position: absolute;
            top: 5px;
            right: 8px;
        }

    #nav {
        width: 100% !important;
        margin: 0px !important;
        float: none;
        position: absolute;
        top: 70px;
        z-index: 100;
    }

        #nav img {
            padding-right: 10px;
        }

        #nav > a {
        }

        #nav:not( :target ) > a:first-of-type, #nav:target > a:last-of-type {
            display: block;
            text-align: right;
        }

        /* first level */

        #nav > ul {
            height: auto;
            display: none;
            left: 0;
            right: 0;
        }

        #nav:target > ul {
            display: block;
        }

        #nav > ul > li {
            width: 100%;
            float: none;
        }

        /* second level */

        #nav li ul {
            position: static;
        }

        #nav > a {
            padding: 8px 0px 0px 0px;
            height: 2.825em; /* 50 */
            color: #002366;
        }

        #nav li a {
            color: #002366;
            display: block;
            background-color: #ebe4d2;
        }

        #nav li ul {
            width: 100%;
        }

        #nav > ul > li > a {
            padding: 15px 23px 15px 22px;
            height: 100%;
            font-size: 14px; /* 24 */
            text-align: center;
            text-decoration: none;
            font-weight: 600;
            border-bottom: 1px solid #cac5b8;
        }

        #nav > ul > li:not( :last-child ) > a {
            padding: 15px 23px 15px 22px;
            border-right: 0px solid #000000;
        }

        #nav > ul > li:hover > a, #nav > ul:not( :hover ) > li.active > a {
            color: #002366;
        }

        #nav li ul a {
            font-size: 1em; /* 20 */
            border-bottom: 1px solid #b3aea1;
            padding: 0.75em;
            text-align: left;
            text-decoration: none;
            color: #002366;
        }

    .banner {
        height: 180px;
        overflow: hidden;
    }

    .item {
        height: 180px;
    }

    .box {
        float: left;
        overflow: hidden;
        display: block;
        width: 94%;
        height: auto;
        margin: 10px 3%;
    }

    .anasayfayazi {
        padding: 80px 0px 80px 0px;
        line-height: 26px;
        font-size: 16px;
        width: 96%;
        margin: 0px auto;
    }

        .anasayfayazi h1 {
            font-size: 18px;
            line-height: 28px;
        }

    .reklam1 {
        height: auto;
        overflow: hidden;
        margin: 50px 8px 50px 8px;
        display: block;
    }

    .main, .content, .w1110 {
        width: 100% !important;
    }



    /* KATEGORİ */
    .katcontainer {
        width: 98%;
    }

    .filtre {
        width: 176px;
        margin: 5px 4px 5px 4px;
        position: absolute;
        top: -12px;
    }

        .filtre select {
            margin: 2px 0px 2px 0px;
            padding: 5px 2% 5px 2%;
            border-radius: 8px;
            border: 1px solid #CECECE;
            width: 94% !important;
            background-color: transparent !important;
        }

    .category-sort {
        display: none;
    }

    #kategoriYol {
        text-align: center;
    }

    .sidebar-left {
        float: right;
        padding: 0px 2% 0px 2%;
        width: 96%;
    }

    .login-left {
        float: none;
        width: 98%;
        padding: 1%;
    }

    .login-right {
        display: none;
    }

    .content-inner {
        width: 96%;
        padding: 0;
        float: none;
        padding: 0px 2% 20px 2%;
    }



    /*DETAIL*/
    .content-wide {
        width: 96%;
        margin: 0px auto;
    }

    .product-detail-cont {
        float: none;
    }

    .product-detail-1 {
        width: 100%;
        text-align: center;
    }

    .product-detail-2 {
        width: 100%;
        padding: 35px 0px 0px 0%
    }

    .pdimg {
        width: 100%;
        height: auto;
        border: none;
    }

    .p10 {
        padding: 5px;
    }

    .product-detail-3 {
        width: 180px;
        text-align: center;
        margin: 0px auto;
        padding-top: 15px;
    }




    .urunbilgi {
        width: 96%;
        text-align: left;
        padding: 0px 2% 0px 2%;
    }

    .product-option {
        margin: 0 auto;
    }

    .option select {
        margin: 2px 0px 12px 0px;
        padding: 6px 2% 6px 2%;
        border-radius: 0px;
        border-left: 0px solid #CECECE;
        border-right: 0px solid #CECECE;
        border-top: 0px solid #CECECE;
        border-bottom: 1px solid #CECECE;
        width: 100% !important;
        font-size: 13px;
    }

    .tab {
        min-width: 6em;
        font-weight: bold;
        display: block;
        float: left;
        text-decoration: none;
        padding: 0.4em 0.6em 0.4em 0.6em;
        margin: 0px 3px -1px 0px;
        font-size: 11px;
    }

    .owl-item .product {
        margin: 5px 2% 5px 2%;
        width: 96%;
        height: 200px;
        background-color: white;
        border-radius: 3px;
        float: left;
        text-align: center !important;
    }

    .owl-item .product-big {
        width: 96% !important;
        height: 290px !important;
    }

    .product {
        margin: 5px 2% 5px 2%;
        width: 46%;
        height: 200px;
        background-color: white;
        border-radius: 3px;
        float: left;
        text-align: center !important;
    }

    .product-detail-button {
        width: auto;
    }

    .product-big {
        width: 46% !important;
        height: 290px !important;
    }

    .product-image {
        width: 96%;
        margin: 0px auto 5px auto;
        text-align: center;
        height: 170px;
        overflow: hidden;
        border: 0px solid #efefef;
    }

        .product-image img {
            width: 100%;
            height: auto;
        }

    .product-image-container-big {
        height: 140px !important;
    }

    .product-title {
        text-align: center;
        padding-top: 15px;
        padding-bottom: 3px;
        margin: 0px auto;
        vertical-align: top;
        text-decoration: none;
        padding-left: 10px;
        height: auto;
        padding-right: 8px;
    }

    .product-price {
        padding-left: 10px;
        height: 30px;
        color: #000000;
        font-size: 16px;
        font-weight: 300;
        padding-top: 2px;
        text-align: center;
    }

    h1 {
        color: #002366;
        font-size: 16px;
        margin: 8px 0px 8px 0px;
        padding: 8px 0px;
        line-height: 22px;
        border-bottom: 1px solid #dadada;
    }
    /* CART */
    .order-inner-content, .public-inner-content {
        padding: 5px 1%;
        width: 98%;
    }

    .orderoksol {
        width: 100%;
        float: none;
        padding: 0px 0% 10px 0%;
    }

    .orderoksag {
        width: 100%;
        float: none;
        padding: 0px 0% 10px 0%;
    }

    .orderokic {
        background-color: #f5f5f5;
        padding: 20px 20px 20px 20px;
        line-height: 24px;
        font-size: 14px;
        height: auto;
    }

    .cart-container {
        width: 98%;
        padding: 1%;
    }

    .cart-totals {
        margin: 0 auto;
    }

    .cart-button-left {
        font-size: 13px !important;
        width: 150px;
    }

    .cart-button-right {
        float: right;
        margin: 0 auto 10px auto;
        display: block;
        width: 100px;
        font-size: 14px !important;
    }

    .cart-table-td {
        width: 100%;
        display: inline-block;
        padding: 0px 0px 10px 10px;
    }

    .cart-table-hidden {
        display: none;
    }

    .cart-table-img {
        width: 40px;
    }

        .cart-table-img img {
            width: 40px;
        }

    .anabaslik {
        text-align: center !important;
        margin: 20px 0px 10px 0px;
        line-height: 26px;
        font-size: 18px;
        display: block;
    }

    .iletisim {
        width: 100%;
        float: none;
    }

    .bizeulas {
        width: 96%;
        float: none;
        padding-top: 20px 0px 0px 4%;
    }


    .footer-inner {
        width: 100%;
    }

    .footer-left, .footer-right {
        width: 94% !important;
        float: none;
        text-align: center;
        border-right: 0px;
        min-height: 100px;
        padding: 10px 3%;
    }


    .footersubinner {
        text-align: center;
        background: transparent;
        line-height: 24px;
        color: #5f6e76;
        font-size: 12px;
        width: 100%;
        margin: 0px auto;
    }

    .detailSearch {
        float: none;
        width: 90%;
    }

    .detailPanel {
        float: right;
        width: 300px;
        margin-right: 5px;
    }

    .hbrresim {
        width: 60%;
        float: left;
        margin: 5px 2% 5px 1%;
    }



    .blogbox {
        width: 42%;
        height: auto;
        margin: 20px 4% 20px 4%;
        float: left;
        display: block;
        text-decoration: none;
        font-size: 14px;
        line-height: 24px;
        text-align: center;
        border-bottom: 1px solid #f5f5f5;
    }



    .btarih {
        font-weight: 400;
        height: auto;
        font-size: 22px;
    }

    .blogbaslik {
        margin: 0px auto;
        text-align: center;
        height: 50px;
        font-weight: 400;
        padding: 8px 0px;
    }


    .blogimg {
        width: 100%;
        height: 350px;
        overflow: hidden;
    }

        .blogimg img {
            width: 100%;
            height: auto;
        }

    .blogozet {
        height: auto;
        overflow: hidden;
        padding: 10px;
    }

    .siparis {
        width: 98%;
        padding: 10px 1% 10px 1%;
        float: none
    }

    .siparislogin {
        background-color: #f5f5f5;
        padding: 20px 30px 20px 30px;
        margin: 0px 0px 0px 0px;
    }





    .orderStep {
        width: 98%;
        float: none;
        padding: 10px 0px 50px 0px;
    }

    .odemesecenegi {
        width: 100%;
    }

    .orderSummary {
        width: 98%;
        padding: 0px 1% 0px 1%;
        float: none;
        font-size: 14px;
        margin-top: 20px;
    }

    .siparisOrder {
        width: 98%;
        padding: 0px 1% 10px 1%;
        float: left
    }

    .already a {
        width: 220px;
        margin: 10px auto;
        text-decoration: none;
    }

    .siparis-table {
        background: #f8f8f8;
        padding: 0;
        white-space: nowrap;
        margin-top: 10px;
        width: 98%;
        padding: 1%
    }

    .siparis-totals {
        width: 98%;
        margin-bottom: 0px;
        background-color: #f8f8f8;
        padding: 10px 1% 20px 1%;
        text-align: right;
        line-height: 24px;
    }

    .siparisLayout {
        width: 98%;
        float: left;
        padding: 10px 0% 20px 2%;
    }

    .hediyewrap {
        width: 98%;
        background-color: #f8f8f8;
        padding: 20px 1% 20px 1%;
        margin-bottom: 30px;
    }

    .hediyebaslik {
        width: 100%;
        float: left;
        font-weight: bold;
        font-size: 14px;
        padding-top: 0px;
    }

    .hediyeceki {
        width: 70%;
        float: left;
    }

    .hediyebtn {
        width: 29%;
        float: left;
        padding: 2px 0px 0px 1%;
    }

    .odeme-islem {
        width: 98%;
        float: none;
        border-right: 0px solid #dadada;
        padding: 10px 1% 0px 1%;
    }

    .odeme-oniz {
        width: 98%;
        float: none;
        padding: 10px 1% 0px 1%;
    }

    .siparislerimBox {
        width: 100%;
        float: none;
    }

    .siparislerimTakip {
        width: 56%;
        padding: 0px 0px 0px 2%;
        float: left;
        line-height: 22px;
        font-size: 13px;
    }

        .siparislerimTakip span {
            width: 70px;
            display: inline-block;
        }

    .siparislerimDurum {
        font-weight: 700;
        font-size: 14px;
        width: 49%;
        float: left;
        padding: 20px 0px 0px 1%;
    }

    .siparislerimTutar {
        width: 25%;
        float: left;
        padding: 13px 0px 0px 0px;
        text-align: center;
    }

    .siparislerimDetay {
        width: 25%;
        float: left;
        text-align: center;
        padding: 12px 0px 0px 0px;
        font-size: 27px;
        color: #1B1A18;
    }

    .siparisDetaybox {
        width: 94%;
        float: none;
        margin: 10px 1%;
        text-align: left;
        padding: 15px 2%;
        background-color: #eaeaea;
        line-height: 22px;
        font-size: 13px;
        min-height: 240px;
    }

    .sipSepetImg {
        width: 10%;
        float: left;
    }

    .sipSepetad {
        width: 40%;
        float: left;
        padding: 0px 0% 20px 3%;
        font-size: 12px;
    }

    .sipSepetFiyat {
        width: 20%;
        float: left;
        text-align: center;
        padding: 0px 1% 20px 1%;
        font-size: 12px;
    }



    .bilgilerim {
        width: 100%;
        float: left;
        padding: 10px 0% 10px 0%;
    }

    .siparistakip {
        width: 98%;
        margin: 30px auto;
        border: 1px solid #dadada;
        font-size: 14px;
        background: #fff;
    }

    .siparistakippan {
        width: 94%;
        padding: 15px 2% 15px 2%;
        margin: 30px auto;
        border: 1px solid #dadada;
        font-size: 14px;
        background: #fff;
        line-height: 24px
    }
    /* Çerez Politikası Popup Stili */
    .cookie-consent-popup {
      
        width: 94%;
        padding: 10px 3%;
    }


    .modal-content {
        width: 90%;
    }

  

    .buttoncookie {
        padding: 4px 8px 4px 8px;
        margin: 0 4px;
        text-align: center;
        font-size: 13px;
    }

      
}


@media (min-width: 600px) and (max-width: 1025px) {
    .header {
        height: 122px;
    }

    .headerbg {
        width: 98%;
    }

    .logo {
        position: relative;
        z-index: 111;
        margin-top: 10px;
    }

    .headersag {
        width: 96%;
        text-align: center;
        padding: 5px 0px 10px 0px;
        position: absolute;
        top: 0px;
    }

    #nav {
        width: 100% !important;
        margin: 0px !important;
        float: none;
        position: absolute;
        top: 60px;
        z-index: 100;
    }

        #nav img {
            padding-right: 10px;
        }

        #nav > a {
        }

        #nav:not( :target ) > a:first-of-type, #nav:target > a:last-of-type {
            display: block;
            text-align: right;
        }

        /* first level */

        #nav > ul {
            height: auto;
            display: none;
            left: 0;
            right: 0;
        }

        #nav:target > ul {
            display: block;
        }

        #nav > ul > li {
            width: 100%;
            float: none;
        }

        /* second level */

        #nav li ul {
            position: static;
        }

        #nav > a {
            padding: 8px 0px 0px 0px;
            height: 2.825em; /* 50 */
            color: #002366;
        }

        #nav li a {
            color: #002366;
            display: block;
            background-color: #ebe4d2;
        }

        #nav li ul {
            width: 100%;
        }

        #nav > ul > li > a {
            padding: 15px 23px 15px 22px;
            height: 100%;
            font-size: 14px; /* 24 */
            text-align: center;
            text-decoration: none;
            font-weight: 600;
            border-bottom: 1px solid #cac5b8;
        }

        #nav > ul > li:not( :last-child ) > a {
            padding: 15px 23px 15px 22px;
            border-right: 0px solid #000000;
        }

        #nav > ul > li:hover > a, #nav > ul:not( :hover ) > li.active > a {
            color: #002366;
        }

        #nav li ul a {
            font-size: 1em; /* 20 */
            border-bottom: 1px solid #b3aea1;
            padding: 0.75em;
            text-align: left;
            text-decoration: none;
            color: #002366;
        }



    .banner {
        height: 400px;
    }

    .item {
        height: 400px;
    }

    .main, .content, .w1110 {
        width: 100% !important;
    }

    .box {
        float: left;
        overflow: hidden;
        display: block;
        width: 48%;
        height: auto;
        margin: 10px 1%;
        -webkit-transition: all 2.1s ease;
        transition: all 2.1s ease;
        position: relative;
    }

    .footer-inner {
        width: 100%;
    }

    /* KATEGORİ */
    .katcontainer {
        margin: 10px auto 40px auto;
        text-align: left;
        width: 94%;
        text-align: left;
    }

    .category-sort {
        display: none;
    }

    #kategoriYol {
        text-align: center;
    }

    .sidebar-left {
        float: right;
        padding: 0px 2% 0px 0%;
        width: 98%;
    }


    .login-left {
        width: 46%;
        float: left;
        padding: 10px 2% 10px 2%;
    }

    .login-right {
        width: 46%;
        float: right;
        padding: 10px 2% 10px 2%;
    }

    .content-inner {
        width: 100%;
        padding: 0;
        float: none;
    }


    /*DETAIL*/
    .content-wide {
        width: 96%;
        margin: 0px auto;
    }

    .p10 {
        padding: 5px;
    }

    .product-detail-cont {
        float: left;
    }

    .product-detail-bank {
        margin: 10px auto;
        display: block;
    }

    .product-detail-1 {
        width: 48%;
        text-align: center;
    }

    .pdimg {
        width: 100%;
        height: auto;
        border: none;
    }

    .product-detail-2 {
        width: 50%;
        padding: 0px 0px 0px 2%
    }


    .urunbilgi {
        width: 100%;
        text-align: left;
        padding: 0px 0px 0px 0px;
    }


    .product-option {
        margin: 0 auto;
    }

    .owl-item .product {
        margin: 5px 2% 5px 2%;
        width: 96%;
        height: 200px;
        background-color: white;
        border-radius: 3px;
        float: left;
        text-align: center !important;
    }

    .owl-item .product-big {
        width: 96% !important;
        height: 290px !important;
    }

    .product {
        margin: 5px 1% 5px 1%;
        width: 48%;
        height: 300px;
        background-color: white;
        border-radius: 3px;
        float: left;
    }

    .product-big {
        width: 31% !important;
        height: 350px !important;
    }

    .product-image {
        width: 96%;
        margin: 0px auto 5px auto;
        text-align: center;
        height: 246px;
        overflow: hidden;
    }

        .product-image img {
            width: 100%;
            height: auto;
        }

    .product-image-container-big {
        height: 140px !important;
    }

    .product-title {
        text-align: left;
        padding-top: 15px;
        padding-bottom: 3px;
        margin: 0px auto;
        vertical-align: top;
        text-decoration: none;
        padding-left: 10px;
        height: auto;
        padding-right: 8px;
    }

    .product-price {
        padding-left: 10px;
        height: 30px;
        color: #000;
        font-size: 16px;
        font-weight: 300;
        padding-top: 2px;
        text-align: left;
    }
    /* CART */
    .cart-container {
        width: 98%;
        padding: 1%;
    }

    .cart-totals {
        margin: 0 auto;
    }

    .cart-table-hidden {
        display: none;
    }


    /* ORDER */

    .order-address-left, .order-address-right {
        width: 100%;
        float: none;
    }

    .order-inner-content, .public-inner-content {
        padding: 5px;
    }


    .siparis {
        width: 48%;
        float: left;
        padding: 10px 1% 10px 1%;
    }

    .siparislogin {
        background-color: #f8f8f8;
        padding: 20px;
        margin: 0px 0px 0px 0px;
    }

    .siparisuye {
        background-color: #f7f7f7;
        padding: 12px;
        margin: 0px 0px 0px 0px;
    }

    .iletisim {
        width: 100%;
        float: none;
    }

    .bizeulas {
        width: 96%;
        float: none;
        padding-top: 20px 0px 0px 4%;
    }


    .footer-inner {
        width: 100%;
    }

    .footer-left, .footer-right {
        width: 32% !important;
        float: left;
        text-align: center;
        border-right: 0px;
        min-height: 100px;
        margin: 20px 1% 0px 0px;
    }


    .footersubinner {
        text-align: left;
        background: transparent url(img/alt-logolar.png) no-repeat right center;
        line-height: 24px;
        color: #1b1a18;
        font-size: 12px;
        width: 100%;
        margin: 0px auto;
    }

    .detailSearch {
        float: none;
        width: 90%;
    }

    .detailPanel {
        float: right;
        width: 300px;
        margin-right: 5px;
    }

    .hbrresim {
        width: 60%;
        float: left;
        margin: 5px 2% 5px 1%;
    }



    .blogbox {
        width: 42%;
        height: auto;
        margin: 20px 4% 20px 4%;
        float: left;
        display: block;
        text-decoration: none;
        font-size: 14px;
        line-height: 24px;
        text-align: center;
        border-bottom: 1px solid #f5f5f5;
    }



    .btarih {
        font-weight: 400;
        height: auto;
        font-size: 22px;
    }

    .blogbaslik {
        margin: 0px auto;
        text-align: center;
        height: 50px;
        font-weight: 400;
        padding: 8px 0px;
    }


    .blogimg {
        width: 100%;
        height: 350px;
        overflow: hidden;
    }

        .blogimg img {
            width: 100%;
            height: auto;
        }

    .blogozet {
        height: auto;
        overflow: hidden;
        padding: 10px;
    }

    .orderStep {
        width: 58%;
        float: left;
        padding: 10px 0px 150px 0px;
    }


    .orderSummary {
        width: 40%;
        padding: 0px 0px 0px 1%;
        float: left;
        font-size: 14px;
    }

    .siparisOrder {
        width: 96%;
        padding: 0px 1% 10px 1%;
        float: left
    }

    .siparis-table {
        background: #f8f8f8;
        padding: 0;
        white-space: nowrap;
        margin-top: 10px;
        width: 98%;
        padding: 1%
    }

    .siparis-totals {
        width: 98%;
        margin-bottom: 0px;
        background-color: #f8f8f8;
        padding: 10px 1% 20px 1%;
        text-align: right;
        line-height: 24px;
    }

    .cart-table-img {
        width: 40px;
    }

        .cart-table-img img {
            width: 40px;
        }

    .odeme-islem {
        width: 45%;
        float: left;
        border-right: 2px solid #dadada;
        padding: 10px 2% 0px 1%;
    }



    .odeme-oniz {
        width: 45%;
        float: left;
        padding: 10px 0px 0px 3%;
    }
}
