﻿@import url(https://code.ionicframework.com/ionicons/2.0.1/css/ionicons.min.css);

html, body {
    font-family: 'Montserrat',sans-serif;
    font-size: 12px;
    margin: 0px auto;
    padding: 0px;
    min-height: 100% !important;
    height: 100%;
}
.kategori-liste-mobil {
    display: none !important;
}

    .kategori-liste-mobil h5:before {
        content: "\f067";
        font-family: "Font Awesome 5 Free";
        width: 25px;
        height: 25px;
        line-height: 28px;
        font-size: 15px;
        font-weight: 900;
        text-align: center;
        position: absolute;
        top: 12px;
        right: 15px;
        transition: all 0.3s ease 0s;
        color: #e41e26;
        transform: rotate(135deg);
    }

    .kategori-liste-mobil h5.collapsed:before {
        content: "\f067";
        font-family: "Font Awesome 5 Free";
        width: 25px;
        height: 25px;
        line-height: 28px;
        font-size: 15px;
        font-weight: 900;
        text-align: center;
        position: absolute;
        top: 12px;
        right: 15px;
        transition: all 0.3s ease 0s;
        color: #111;
        transform: rotate(0);
    }

    .kategori-liste-mobil h5:after {
        content: "";
        width: 1px;
        height: 100%;
        position: absolute;
        top: 0;
        right: 55px;
    }
.fixed-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
}

.logo a img {
    margin: 5px auto;
}

header > div > div {
    padding: 0;
}

header > div > .middle_in_bottom {
    background-color: #000;
}

header > div > .main_area {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 5%;
}

    header > div > .main_area > .right {
        text-align: right;
    }

    header > div > .main_area > div > div,
    header > div > .main_area > div > .lnks > ul > li {
        display: inline-block;
        padding: 0 5px;
        vertical-align: middle;
        font-size: 11px;
        font-weight: bold;
        color: #000;
        text-decoration: none;
        border-left: 1px solid #e2e2e2;
    }

    header > div > .main_area > div > .language-selector,
    header > div > .main_area > div > .cart {
        border-right: 1px solid #e2e2e2;
    }

    header > div > .main_area > div > .lnks {
        padding: 0;
        border-left: none;
    }

        header > div > .main_area > div > .lnks > ul > li > a {
            font-size: 11px;
            color: #000;
            text-decoration: none;
        }

.head_search > .form-inline {
    position: relative;
    display: inline-block;
}

    .head_search > .form-inline > .form-group > .form-control {
        float: left;
        padding: 6px;
        vertical-align: middle;
        width: 200px;
        height: 40px;
        border: 1px solid #b8b7b6;
        color: #000;
        border-radius: 0;
        -webkit-border-radius: 0;
        -khtml-border-radius: 0;
        -moz-border-radius: 0;
    }

    .head_search > .form-inline > .form-group > .btnAra {
        height: 40px;
        z-index: 0;
        outline: 0 none;
        position: absolute;
        right: 0;
        left: auto;
        top: 0;
        border: 0 none;
        box-sizing: border-box;
        float: left;
        padding: 10px 20px;
        background: url(../img/sprite-wc-1.png) no-repeat scroll -70px -378px;
        bottom: auto;
        font-size: 0;
        width: 40px;
        min-width: 40px;
    }

        .head_search > .form-inline > .form-group > .btnAra:before {
            box-sizing: inherit;
            background: #ffffff url(../img/polygon.png) no-repeat scroll 0 center;
            content: " ";
            height: 35px;
            position: absolute;
            left: -10px;
            right: auto;
            top: 3px;
            width: 10px;
            z-index: 9;
        }

.kategori_title {
    text-align: center;
}

    .kategori_title h1 {
        font-size: 12px;
        position: relative;
        margin: 25px 0 0 3px;
        font-weight: normal;
    }

    .kategori_title h2 {
        /*font-style: italic;*/
        font-weight: bold;
        color: #333;
        font-size: 32px;
        line-height: 1.5;
        letter-spacing: 0px;
        margin-top: 0;
        margin-bottom: 10px;
        /*font-family: 'Playfair Display', serif;*/
        clear: both;
    }

    .kategori_title .line {
        width: 5%;
        height: 2px;
        margin: 10px 0 0;
        background-color: #9d9d9d;
        float: right;
        clear: both;
    }

.kat_title {
    font-weight: bold;
    color: #333;
    font-size: 32px;
    line-height: normal;
}

    .kat_title i {
        font-family: 'Playfair Display', serif;
    }

    .kat_title .line {
        width: 5%;
        height: 2px;
        margin: 10px auto 0;
        background-color: #9d9d9d;
        clear: both;
    }

.kat_title_right {
    font-size: 12px;
    position: relative;
    font-weight: normal;
}

.cntr {
    text-align: center;
    margin: 0 auto 50px;
}

.all_product {
    text-align: center;
    margin: 25px auto;
}

    .all_product span {
        display: block;
    }

    .all_product a h1 {
        font-size: 12px;
        position: relative;
        margin: 10px auto;
        font-weight: normal;
    }

::-moz-selection {
    background: #00123F;
    color: #fff;
}

::selection {
    background: #00123F;
    color: #fff;
}

a::-moz-selection {
    background: #00123F;
    color: #fff;
}

a::selection {
    background: #00123F;
    color: #fff;
}

li {
    list-style-type: none;
}

a {
    text-decoration: none;
    color: #000;
    outline: none;
}

    a:focus {
        outline: none;
        text-decoration: none;
        color: #000;
    }

    a:hover {
        text-decoration: none;
        color: #000;
    }

    a:active {
        text-decoration: none;
        color: #000;
    }

ul {
    padding-left: 0px;
}

.navbar-nav > li > a {
    padding-top: 0;
    padding-bottom: 0;
}

td {
    padding-left: 10px;
    padding-right: 10px;
}

.container > .navbar-header, .container-fluid > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-collapse {
    margin-left: 0px;
    margin-right: 0px;
}

.sol {
    float: left;
}

.sag {
    float: right;
}

.sag-yazi {
    text-align: right;
}

.kalin {
    font-weight: bold;
}

.dotted-line {
    border-top: #9d9d9d 1px dotted;
    background: url(../images/header.png) no-repeat center center;
    height: 22px;
}

.dotted-line-gold {
    border: #9d9d9d 1px dotted;
}

.dotted-line-black {
    border: #000 1px dotted;
}

.margin-bottom20 {
    margin-bottom: 20px;
}

.vertical-line {
    margin: 5px 10px 5px 10px;
    border-left: 1px solid;
}

.gold {
    color: #7b7b7b;
}

.white {
    color: white;
}

.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
    color: #fff;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    padding-left: 0px;
    padding-right: 0px;
}

.form-control {
    border-radius: 0;
}

.btn-default {
    border-radius: 0;
    border: 3px #e0e0e0 solid;
    padding: 1px 15px;
    margin: 10px 0 10px 0;
    float: right;
    margin-right: 34px;
}

    .btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default {
        color: #000;
        background-color: #fff;
        border-color: #e0e0e0;
    }

.btn:focus, .btn:active:focus, .btn.active:focus {
    outline: none;
    outline: 0px auto;
    outline-offset: 0px;
}

.form-control:focus {
    border-color: #9d9d9d;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

input:focus {
    border-color: #9d9d9d;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

:focus {
    outline: none;
}

a:focus, a:active, button, input[type="reset"]::-moz-focus-inner, input[type="button"]::-moz-focus-inner, input[type="submit"]::-moz-focus-inner, select::-moz-focus-inner, input[type="file"] > input[type="button"]::-moz-focus-inner {
    outline: none !important;
}

input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
    background-color: #faf9f7;
    background-image: none;
    color: rgb(0,0,0);
}

.selected {
    background: #000;
    color: #fff;
}

.ms-staff-carousel .ms-staff-info h3 {
    font-size: 18px;
    font-weight: bold;
}

    .ms-staff-carousel .ms-staff-info h3:hover a {
        color: #ed118f;
    }

.taksit-tab {
    height: 25px;
}

.baslik {
    background: #eee;
    color: #000;
    line-height: 27px;
}

.pink {
    color: #7b7b7b;
}

.ErorControl {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid red;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

#CustomValidator {
    color: red;
}

.mor {
    color: #242b54;
}

.shadow-blok {
    position: relative;
}

.box1 {
    width: 540px;
    float: left;
}

.box2 {
    width: 375px;
    float: left;
}

.box3 {
    width: 250px;
    float: left;
    top: -94px;
}

.Bosluk {
    width: 100%;
    height: 10px;
}

.navbar-inverse {
    background-color: #fff;
    border: 0px;
}

    .navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
        background: transparent;
        color: #fff;
    }

.satis-noktalari {
    min-height: 350px;
}

.satis-nokta-baslik {
    background: #000;
    padding: 0px 10px;
    border: 1px solid #eee;
    color: #fff;
    font-weight: bold;
}

.satis-nokta {
    padding: 0px 10px;
    border: 1px solid #eee;
}

.satis-nokta-buyuk p {
    margin: 0;
    padding: 10px;
}

.dropdown-submenu {
    position: relative;
}

    .dropdown-submenu > .dropdown-menu {
        top: 0;
        left: 100%;
        margin-top: -5px;
        min-width: 0px;
        border-left: 1px solid;
    }

    .dropdown-submenu:hover > .dropdown-menu {
        display: block;
    }

    .dropdown-submenu.pull-left {
        float: none;
    }

        .dropdown-submenu.pull-left > .dropdown-menu {
            left: -100%;
            margin-left: 10px;
            -webkit-border-radius: 6px 0 6px 6px;
            -moz-border-radius: 6px 0 6px 6px;
            border-radius: 6px 0 6px 6px;
        }

.UstSerit {
    background: #000;
    border-bottom: 2px solid #333;
    width: 100%;
    height: 35px;
}

.UstMenuSol ul {
    float: left;
    z-index: 99999;
}

.UstMenuSol {
    z-index: 9999;
}

.UstMenu {
    background: #000;
    color: #fff;
    text-align: right;
}

    .UstMenu a {
        color: #999;
    }

        .UstMenu a:hover {
            color: #fff;
        }

#pnlSepetlink a {
    float: left;
    padding: 3px 10px;
}

.UstMenuSag a {
    font-size: 14px;
    font-weight: bold;
    padding: 3px 24px;
}

.UstMenuSag i {
    margin-right: 5px;
}

.UstMenuSag > div {
    display: inline-block;
    padding: 5px;
}

.oul {
    float: none;
    text-align: center;
}

.oli {
    float: none;
    display: inline-block;
    padding: 10px 5px;
}

.sign ul li.exit {
    width: auto;
}

.top_lnk {
    position: relative;
}

    .top_lnk ul li {
        margin: 10px 0;
    }

        .top_lnk ul li:last-child:before {
            content: "-";
            position: absolute;
            color: #fff;
        }

.sign {
    position: relative;
    text-align: right;
}

    .sign ul {
        position: relative;
    }

        .sign ul li, .top_lnk ul li {
            display: inline-block;
            text-align: center;
        }

            .sign ul li a h6 {
                display: inline-block;
            }

            .sign ul li a, .top_lnk ul li a {
                color: #fff;
                font-weight: 500;
                font-size: 12px;
                margin: 0 10px;
            }

.cart a span.mini_cart {
    position: relative;
    -webkit-transition: background-color 2s ease-out;
    -moz-transition: background-color 2s ease-out;
    -o-transition: background-color 2s ease-out;
    transition: background-color 2s ease-out;
}

    .cart a span.mini_cart .st {
        position: absolute;
        top: 15%;
        right: 10%;
    }

.cart a .mini-cart-content {
    z-index: 999;
    background-color: #fff;
    position: absolute;
    top: 100%;
    right: 0;
    width: 250px;
    -webkit-transition: max-height 1s;
    -moz-transition: max-height 1s;
    -ms-transition: max-height 1s;
    -o-transition: max-height 1s;
    transition: max-height 1s;
    overflow: hidden;
    max-height: 0;
    overflow: hidden;
    color: #000;
    font-size: 13px;
    font-weight: bold;
    -moz-box-shadow: 0 12px 24px rgba(0, 0, 0, .1);
    -webkit-box-shadow: 0 12px 24px rgba(0, 0, 0, .1);
}

    .cart a .mini-cart-content span {
        padding: 20px;
        width: 100%;
        height: 100%;
        float: left;
    }

.cart a:hover .mini-cart-content {
    max-height: 200px;
    z-index: 2;
}

.cart a:hover span.mini_cart,
header > div > .main_area > div > .lnks > ul > li:hover > a > .fa {
    background-color: #fff;
    color: #9d9d9d;
}

.cart h6 {
    display: inline-block;
}

header .middle .MenuAlani {
    position: relative;
    display: table;
    width: 100%;
}

    header .middle .MenuAlani .navbar {
        display: table-cell;
        vertical-align: middle;
        width: 100%;
    }

.MenuAlani .navbar-collapse.collapse {
    padding: 0;
    text-align: center;
}

    .MenuAlani .navbar-collapse.collapse ul {
        margin: 0;
        border: none;
        z-index: 1;
    }

.MenuAlani .navbar-inverse {
    background: #000;
    border-radius: 0;
}

.MenuAlani .nav > li > a {
    color: #999;
    font-size: 12.6px;
    -webkit-transition: color 0.45s, padding 0.25s;
    -moz-transition: color 0.45s, padding 0.25s;
    transition: color 0.45s, padding 0.25s;
    width: 100%;
    height: 100%;
    display: inline-block;
    padding: 40px 40px 20px 20px;
    font-weight: bold;
}

.MenuAlani a:hover, .navbar-inverse a:focus {
    color: #fff;
    -webkit-transition: color 0.25s;
    -moz-transition: color 0.25s;
    transition: color 0.25s;
}

.FDil > .dropdown-menu {
    position: absolute;
    width: auto !important;
    left: auto;
}

.dropdown-menu > li > a {
    padding: 0 20px;
    font-size: 12px;
}

.blog-detay-resim img {
    padding: 20px;
    overflow: hidden;
}

.panel {
    margin-bottom: 0;
    margin: 5px;
}

.txtAra {
    font-size: 12px;
    color: #000;
    width: 67%;
    border: none;
    float: left;
    padding: 0 25px;
    height: 31px;
    background-color: #fff;
}

#btnAra {
    right: -22px;
    position: absolute;
    width: 30px;
    height: 30px;
}

label {
    padding: 0;
}

.margn10 {
    margin: 5px;
}

    .margn10 h5 {
        max-height: 275px;
        min-height: 275px;
    }

.tema-buton {
    border: 3px #ccc solid;
    padding: 4px 10px;
    color: #333;
    background: #fff;
    margin: 10px 0;
    float: left;
}

.kapat-buton {
    background: url(../images/btn_remove.png) 0 0 no-repeat;
    display: block;
    width: 14px;
    height: 14px;
    font-size: 0;
    line-height: 0;
    text-indent: -999em;
    overflow: hidden;
}

    .kapat-buton:hover {
        background-position: bottom;
    }

.ara {
    padding: 5px 10px;
    top: -12px;
    left: -230px;
    color: #999;
    background: transparent;
}

.footer_phone {
    padding: 30px;
    font-size: 12px;
    color: #000;
    text-align: center;
}

    .footer_phone span .fa {
        margin: 0 2px;
        text-align: center;
        font-size: 28px;
        vertical-align: middle;
    }

.footer-upper {
    margin: auto;
    position: relative;
    border-top: 2px solid #9d9d9d;
}

    .footer-upper > .up {
        padding: 3% 0;
    }

        .footer-upper > .up.first {
            border-bottom: 1px solid #b2b2b2;
        }

        .footer-upper > .up.two {
            border-top: 1px solid #b2b2b2;
        }

    .footer-upper > .middle {
        position: relative;
        padding: 5% 0;
    }

        .footer-upper > .middle > .footer_verticalline {
            width: 1px;
            height: 100%;
            background-color: #b2b2b2;
            position: absolute;
            right: 50%;
            top: 0;
        }

    .footer-upper > .up > ul {
        text-align: center;
    }

        .footer-upper > .up > ul > li {
            display: inline-block;
            padding: 10px 15px;
            font-weight: bold;
        }

.footer-block {
    text-align: left;
    font-size: 14px;
    display: inline-block;
    vertical-align: top;
}

    .footer-block .title {
        margin: 0 0 15px;
        background: none;
        padding: 0;
        color: #000;
        cursor: auto;
    }

.social {
    padding-left: 15%;
}

    .social .fa.fa-mobile,
    .social .fa.fa-envelope-o {
        margin: 0 5px;
        font-size: 24px;
        vertical-align: middle;
    }

.follow-us .title {
    font-size: 14px;
    margin: 0 0 15px;
    background: none;
    padding: 0;
    color: #000;
    cursor: auto;
}

.follow-us .social ul {
    margin: 0 0 10px;
}

.follow-us .social li {
    display: inline-block;
}

.follow-us .social a {
    display: block;
    width: 50px;
    height: 50px;
    background-image: url('../img/social-sprite.png');
    font-size: 0;
    -webkit-transition: all 350ms ease-out;
    -moz-transition: all 350ms ease-out;
    -o-transition: all 350ms ease-out;
    transition: all 350ms ease-out;
}

.follow-us .social .facebook a {
    background-position: -5px 0;
}

.follow-us .social .facebook:hover a {
    background-position: 0 -50px;
}

.follow-us .social .twitter a {
    background-position: -69px 0;
}

.follow-us .social .twitter:hover a {
    background-position: -69px -50px;
}

.follow-us .social .youtube a {
    background-position: -342px 0;
}

.follow-us .social .youtube:hover a {
    background-position: -342px -50px;
}

.follow-us .social .instagram a {
    background-position: -214px 0;
}

.follow-us .social .instagram:hover a {
    background-position: -214px -50px;
}

.follow-us .social .whatsapp a {
    background-position: -145px 0;
}

.follow-us .social .whatsapp:hover a {
    background-position: -145px -55px;
}

.follow-us .social .google a {
    background-position: -277px 0;
}

.follow-us .social .google:hover a {
    background-position: -277px -55px;
}

.footer-block .list {
    display: block !important;
    background: none;
    margin: 0;
}

    .footer-block .list li {
        padding: 5px 0;
    }

    .footer-block .list a {
        display: inline;
        padding: 0;
        line-height: 20px;
    }

.footer-block .foot_title {
    font-size: 15px;
    display: inline-block;
    margin-top: 15px;
    background: none;
    padding: 0;
    color: #000;
    cursor: auto;
}

.footer-block .language-selector {
    display: inline-block;
    border-left: 2px solid #000;
    padding-left: 2px;
}

.footer_top {
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    height: 35vh;
}

    .footer_top > div > .newsletter > .title {
        color: #000;
        cursor: auto;
        font-size: 21px;
        text-align: center;
        margin-top: 30px;
    }

        .footer_top > div > .newsletter > .title > img {
            text-align: center;
            margin: 5px auto;
        }

        .footer_top > div > .newsletter > .title > h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 16px;
            font-weight: 500;
            color: #000;
            margin: 2% 0;
        }

.newsletter-subscribe {
    display: inline-block;
}

    .newsletter-subscribe .form-control {
        float: left;
        width: 380px;
        height: 40px;
        margin: 0 -1px 0 0;
        border: 1px solid #4a4a4c;
        padding: 8px;
        vertical-align: middle;
    }

.newsletter .title h1 {
    font-size: 12px;
    position: relative;
    margin: 10px auto;
    font-weight: normal;
}

.btnKyt {
    display: inline-block;
    height: 40px;
    width: 70px;
    border: none;
    background: url('../img/send.png') no-repeat #000;
    background-position: 20px 3px;
    color: #fff;
    text-indent: -9999px;
    -webkit-transition: all 0.5s linear;
    transition: all 0.5s linear;
}

    .btnKyt:hover {
        background-color: #9d9d9d;
        -webkit-transition: all 0.5s linear;
        transition: all 0.5s linear;
    }

#toTop {
    position: fixed;
    cursor: pointer;
    bottom: 20px;
    right: 20px;
    background: #9d9d9d;
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-box-shadow: 0px 9px 70px -5px #333;
    -moz-box-shadow: 0px 9px 70px -5px #333;
    box-shadow: 0px 9px 70px -5px #333;
}

    #toTop:hover {
        background: rgba(0, 0, 0, 0.9);
    }

    #toTop .fa {
        color: #fff;
        margin: 0;
        position: relative;
        left: 16px;
        top: 13px;
        font-size: 19px;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    #toTop:hover .fa {
        color: #fff;
        top: 5px;
    }

.panel {
    position: relative;
    overflow: hidden;
    display: block;
    border-radius: 0 !important;
}

.panel-default {
    border-color: #ebedef !important;
    -webkit-box-shadow: 0px 0px 2px 1px rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 0px 0px 2px 1px rgba(50, 50, 50, 0.75);
    box-shadow: 0px 0px 2px 1px rgba(50, 50, 50, 0.75);
}

.panel .panel-body {
    position: relative;
    padding: 0 !important;
    overflow: hidden;
    height: auto;
}

    .panel .panel-body a {
        overflow: hidden;
    }

        .panel .panel-body a img {
            display: block;
            margin: 0;
            width: 100%;
            height: auto;
            -moz-transition: all 0.5s;
            -webkit-transition: all 0.5s;
            -o-transition: all 0.5s;
        }

        .panel .panel-body a.zoom:hover img {
            transform: scale(1.3);
            -ms-transform: scale(1.3);
            -webkit-transform: scale(1.3);
            -o-transform: scale(1.3);
            -moz-transform: scale(1.3);
        }

        .panel .panel-body a.zoom span.overlay {
            position: absolute;
            top: 0;
            left: 0;
            visibility: hidden;
            height: 100%;
            width: 100%;
            background-color: #000;
            opacity: 0;
            transition: opacity .25s ease-out;
            -moz-transition: opacity .25s ease-out;
            -webkit-transition: opacity .25s ease-out;
            -o-transition: opacity .25s ease-out;
        }

        .panel .panel-body a.zoom:hover span.overlay {
            display: block;
            visibility: visible;
            opacity: 0.55;
            -moz-opacity: 0.55;
            -webkit-opacity: 0.55;
            filter: alpha(opacity=65);
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=65)";
        }

            .panel .panel-body a.zoom:hover span.overlay i {
                position: absolute;
                top: 45%;
                left: 0%;
                width: 100%;
                font-size: 2.25em;
                color: #fff !important;
                text-align: center;
                opacity: 1;
                -moz-opacity: 1;
                -webkit-opacity: 1;
                filter: alpha(opacity=1);
                -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=1)";
            }

.panel .panel-footer {
    padding: 8px !important;
    background-color: #f9f9f9 !important;
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    text-align: center;
}

    .panel .panel-footer h4 {
        display: inline;
        font: 400 normal 1.125em"Roboto", Arial, Verdana, sans-serif;
        color: #34495e margin: 0 !important;
        padding: 0 !important;
    }

    .panel .panel-footer i.glyphicon {
        display: inline;
        font-size: 1.125em;
        cursor: pointer;
    }

    .panel .panel-footer div {
        width: 15px;
        display: inline;
        font: 300 normal 1.125em"Roboto", Arial, Verdana, sans-serif;
        color: #34495e;
        text-align: center;
        background-color: transparent !important;
        border: none !important;
    }

.panel-title {
    font: 400 normal 1.625em"Roboto",Arial,Verdana,sans-serif;
}

.panel-default > .panel-heading {
    text-align: center;
}

header .middle {
    position: relative;
}

.UstPanel li {
    float: right;
    margin: 5px 5px;
}

.UstPanel a, .UstPanel p {
    color: #7b7b7b;
}

.ana-menu .navbar-nav > li {
    float: none;
}

    .ana-menu .navbar-nav > li:first-child a {
        color: #E50000;
    }

    .ana-menu .navbar-nav > li a {
        width: 0;
        border-bottom: 1px solid #000;
        transition: .3s ease-in-out;
        display: inline-block;
        white-space: nowrap;
        padding: 10px 0;
        margin: 0 13px;
        color: #000;
        padding: 7px 0;
        display: block;
        font-family: 'Montserrat',sans-serif;
        font-style: normal;
        font-weight: 500;
        font-size: 14px;
        line-height: 15px;
        letter-spacing: 2px;
        text-transform: uppercase;
        font-weight: 100;
    }

    .ana-menu .navbar-nav > li:hover a {
        width: 130px;
        border-bottom: 1px solid #000;
        text-decoration: none !important;
    }

.ana-menu .dropdown-menu {
    position: relative;
    float: none;
    border: 1px solid #ccc;
    border: 0px;
    border-radius: 0px;
    box-shadow: none;
}

    .ana-menu .dropdown-menu li a {
        border-bottom: 0px;
        font-size: 12px;
        line-height: 1;
        letter-spacing: 1px;
        border-bottom: 0px;
    }

    .ana-menu .dropdown-menu li:hover a {
        border-bottom: 0px;
    }

.ana-menu .navbar-nav > li:hover .dropdown-menu li a {
    border-bottom: 0px;
}

.FooterEnSag {
    height: 185px;
    border-left: 1px solid #333;
}

.ana-menu .KolListe {
    position: absolute;
}

.OrtalaUl {
    text-align: left;
    float: none;
    padding-bottom: 5px;
    border-bottom: 1px solid;
}

    .OrtalaUl li {
        margin: 5px 50px;
    }

        .OrtalaUl li a {
            color: #999;
        }

.sub li:hover a {
    color: #fff;
}

.OrtalaLi {
    display: inline-block;
    float: none;
}

.baslikSlider {
    font-weight: bold;
    position: relative;
    z-index: 1;
    margin-top: 0;
}

.Sliderbuton {
    padding: 10px 30px;
    position: relative;
    z-index: 1;
    color: #fff;
    background: #000;
    font-size: 18px;
    border: 1px solid #fff;
    box-shadow: 0px 0px 0px 2px #000;
    -moz-box-shadow: 0px 0px 0px 2px #000;
    -webkit-box-shadow: 0px 0px 0px 2px #000;
}

    .Sliderbuton:hover {
        color: #fff;
    }

.copy {
    text-align: center;
    background-color: #000;
    color: #fff;
    font-weight: 500;
    font-size: 12px;
    padding: 10px;
}

.anasayfa_haber1_icerik {
    color: #999;
    font-size: 10px;
    font-weight: bold;
}

.footer_li a {
    font-size: 10px;
    color: #999;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.footer_li:hover a {
    color: #fff;
}

.FoterBlog {
    background: #EAEAEA;
}

    .FoterBlog ul {
        margin-bottom: 0;
    }

    .FoterBlog a {
        color: #6F6F6F;
        padding: 5px 10px 5px 10px;
        display: block;
        font-weight: bold;
    }

.FooterKatMenu {
    background: #000;
}

    .FooterKatMenu ul {
        text-align: center;
        margin-bottom: 0px;
    }

        .FooterKatMenu ul li {
            display: inline-block;
        }

            .FooterKatMenu ul li a {
                color: #fff;
                font-weight: bold;
                padding: 10px 10px;
                display: block;
            }

.NewsTextBox {
    height: 32px;
    width: 100%;
    background-color: #fff;
    border: none;
    float: left;
    padding-left: 10px;
    font-size: 12px;
}

.NewsButton {
    margin-right: 0px;
    margin-top: -30px;
    float: right;
    color: #999;
    border: 2px solid #999;
    cursor: pointer;
    background-color: transparent;
    height: 28px;
    vertical-align: top;
    font-size: 0.7em;
    letter-spacing: 0.25em;
    padding: 0 10px 0 10px;
}

.uclu-blok {
    margin: 0 auto 30px;
}

.banner-blok.first {
    position: relative;
    height: 80vh;
}

.banner-blok.two {
    position: relative;
    height: 80vh;
}

.banner-blok .inset {
    position: relative;
    overflow: hidden;
    height: calc(100%);
}

.banner-blok.orta .inset {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 0 10px;
}

.banner-blok .inset img {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.urun {
    width: 32.3%;
    display: inline-block;
    margin: 5px;
    cursor: pointer;
    -webkit-transition: all 250ms ease-out;
    -moz-transition: all 250ms ease-out;
    -ms-transition: all 250ms ease-out;
    -o-transition: all 250ms ease-out;
    transition: all 250ms ease-out;
}

    .urun:hover {
        position: relative;
        z-index: 1;
        box-shadow: 0 1px 11px 0 rgba(0, 0, 0, 0.3);
    }

.autoplay .slick-prev {
    left: 0;
}

.autoplay .slick-next {
    right: 10px;
}

    .autoplay .slick-prev:before, .autoplay .slick-next:before {
        font-family: 'FontAwesome';
        color: #000;
        font-size: 32px;
        width: 20px;
        height: 20px;
    }

.autoplay .slick-list {
    padding: 25px 0;
    margin: 0 auto;
    width: 90%;
}

.price {
    font-size: 12px;
    color: #000;
    text-align: center;
    display: block;
}

.price-old {
    font-size: 14px;
    font-weight: 100;
    color: #000;
    text-decoration: line-through;
}

.yildiz {
    padding: 10px 0 10px 0;
}

.bx-wrapper {
    max-width: 100%;
}

.ms-slide img {
    padding: 0 5px;
}

.product1 img {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    width: 100%;
    /*height: 220px;
    min-height: 220px;*/
    transition: background-color 0.5s ease;
}

.swap-on-hover .swap-on-hover__front-image {
    z-index: 9999;
    transition: opacity 1s linear;
    cursor: pointer;
}

.swap-on-hover:hover > .swap-on-hover__front-image {
    transition: opacity .7s linear;
    opacity: 0;
}

.product1 {
    position: relative;
    display: block;
    height: 567px;
}

    .product1:hover .ilk-resim {
        z-index: -2;
    }

    .product1 .ilk-resim {
        top: 0;
        z-index: 1;
    }

    .product1 .iki-resim {
        position: absolute;
        top: 0px;
        z-index: 0;
        left: 0;
    }

.giris-sayfa {
}

    .giris-sayfa h3 {
        margin: 10px 30px;
    }

    .giris-sayfa .giris-yap {
        padding: 40px;
    }

    .giris-sayfa .uye-ol {
        padding: 40px;
    }

    .giris-sayfa .giris-kutu {
        min-height: 200px;
    }

        .giris-sayfa .giris-kutu label, .giris-kutu p {
            padding: 10px 0 10px 0;
        }

        .giris-sayfa .giris-kutu .text {
            border-radius: 0;
        }

        .giris-sayfa .giris-kutu input[type="checkbox"] {
            width: auto;
            margin: 5px;
        }

    .giris-sayfa .giris-yap a {
        text-decoration: none;
        color: #333;
        margin: 10px 0 10px 0;
        font-weight: 100;
    }

    .giris-sayfa .btn-default {
        border-radius: 0;
        border: 3px #e0e0e0 solid;
        padding: 1px 15px;
        margin: 10px 0 10px 0;
        float: right;
    }

        .giris-sayfa .btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default {
            color: #000;
            background-color: #fff;
            border-color: #e0e0e0;
        }

    .giris-sayfa .btn:focus, .btn:active:focus, .btn.active:focus {
        outline: none;
        outline: 0px auto;
        outline-offset: 0px;
    }

    .giris-sayfa .form-control:focus {
        border-color: #9d9d9d;
        outline: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

.parolami-unuttum {
    margin-bottom: 30px;
    padding: 0 40px;
}

    .parolami-unuttum input {
        margin-bottom: 30px;
    }

.satir-1 {
    float: left;
    margin-right: 20px;
    width: 46%;
}

.satir-2 {
    float: left;
    width: 100%;
}

select {
    padding: 10px 0;
}

.line-iletisim {
    border: #eee 1px dashed;
}

.iletisim-sol-blok {
    margin-top: 10px;
    padding: 10px;
}

.iletisim-sag-blok {
    margin-top: 10px;
    padding: 10px;
}

    .iletisim-sag-blok .nav > li {
        display: inline-block;
        width: 16%;
        text-align: center;
    }

    .iletisim-sag-blok .tab-content {
        padding: 20px;
    }

    .iletisim-sag-blok .satir-1 {
        width: 46%;
    }

    .iletisim-sag-blok .satir-2 {
        width: 96%;
    }

    .iletisim-sag-blok label {
        margin: 5px 0 5px 0;
    }

    .iletisim-sag-blok a {
        text-decoration: none;
        color: #333;
        margin: 10px 0 10px 0;
        font-weight: 100;
    }

    .iletisim-sag-blok .adres {
        width: 20%;
    }

    .iletisim-sag-blok .thumbnail {
        border-radius: 0px;
    }

.banka-hesap {
    border: 1px solid #eee;
    text-align: center;
    padding: 5px 0 5px 0;
}

.sepet-urun {
    padding: 10px 0 10px 0;
}

.urunler-sepeti:hover {
    background-color: #fcfcfc;
}

.kasa-buton {
    height: 42px;
    text-align: left;
    background: none;
    border: 4px #000 solid;
    color: #000;
    position: relative;
    padding-left: 10px;
    margin-bottom: 30px;
}

    .kasa-buton h5 {
        padding-right: 100px;
    }

    .kasa-buton i {
        font-size: 30px;
        padding-right: 10px;
    }

    .kasa-buton:hover {
        color: #7b7b7b;
    }

.urun-detay-sol {
    padding: 20px;
}

.urun-detay-sag {
    padding: 20px;
}

.urun-detay-tab {
    background-color: rgba(149, 155, 141, 0.1);
    min-height: 500px;
    padding: 10px;
    background: url('../images/wtr.png')repeat repeat 0.2;
}

.urun-detay-tab-ic {
    border: 3px solid #fff;
    text-align: center;
    min-height: 480px;
}

    .urun-detay-tab-ic h2 {
        color: #333;
        padding: 20px;
        border-bottom: 1px solid #333;
        width: 130px;
        margin: 0px auto;
    }

#tabs-3 .urun-detay-tab-ic {
    text-align: left;
    padding: 10px;
}

.detay-yazi {
    padding-top: 20px;
    font-style: italic;
}

.tab-content {
    padding: 10px;
}

.tab-pane {
    border: 3px solid #fff;
}

.radio-buton {
    text-align: center;
}

.yorum-tab {
    background: #fff;
    margin: 0 0 10px 0;
}

.urun-detay-tab-ic input {
    border-radius: 0;
    width: 50%;
}

.watermark {
    position: absolute;
    width: 100%;
    height: 100%;
    background: url('../images/wtr.png') repeat repeat;
    top: 0;
    left: 0;
    opacity: 0.2;
}

#tabs-1 {
    position: relative;
}

.banner-resim-detay {
    margin: 10px 0 10px 0;
    float: left;
}

.tablo {
    background: #000;
    color: #fff;
    padding: 5px 15px;
    opacity: 0.8;
}

    .tablo:hover {
        color: #fff;
        opacity: 1;
    }

.ayak-no-blok {
    margin: 10px 0 10px 0;
}

.ayak-no {
    padding: 6px 3px 5px 3px;
    border: 1px solid #fff;
}

    .ayak-no:hover {
        border: 1px solid #333;
    }

    .ayak-no img {
        margin-top: -3px;
    }

.sepete-ekle-buton {
    border: 4px solid #000;
    padding: 5px 20px 5px 20px;
    color: #000;
    font-weight: bold;
    display: block;
}

    .sepete-ekle-buton:hover {
        color: #7b7b7b;
    }

.detay-resim img {
    width: 100%;
}

.urun-detay-sag .panel {
    border-radius: 0;
    border: none;
    box-shadow: none;
    border-bottom: 1px dotted #000;
}

.urun-detay-sag .panel-default > .panel-heading {
    color: #333;
    background-color: #fff;
    border-radius: 0px;
    border-top: 1px dotted #000;
    border-bottom: 0px;
    padding: 5px 15px;
}

.urun-detay-sag .panel-default:last-child .panel-heading {
    border-top: 0px;
}

.urun-detay-sag .panel-group .panel-heading + .panel-collapse > .panel-body {
    border-top: 0px;
}

:target {
    display: block;
}

#adetform {
    font-weight: bold;
    font-family: 'Montserrat',sans-serif;
}

.qty {
    width: 30px;
    height: 25px;
    text-align: center;
    border: 2px #333 solid;
    margin: 10px;
    color: #000;
    margin-left: -3px;
}

input.qtyplus {
    margin: 0;
    cursor: pointer;
    width: 19px;
    height: 27px;
    border: 2px #000 solid;
    border-left: none;
    background-color: white;
    color: #000;
    font-size: 14px;
    padding: 0;
    margin-left: -3px;
}

input.qtyminus {
    cursor: pointer;
    width: 19px;
    height: 27px;
    border: 2px #000 solid;
    border-right: none;
    background-color: white;
    color: #000;
    font-size: 14px;
    padding: 0;
}

.detay-buyuk-resim img {
    width: 100%;
}

.mini-resim #gal1 a {
    float: left;
    padding: 2px;
    height: 234px;
    width: 33.3%;
    transition-duration: 0ms;
    transition-property: transform, width;
    transition-timing-function: cubic-bezier(.1, 0, .25, 1);
}

    .mini-resim #gal1 a .in {
        background-color: #fff;
        height: 100%;
        overflow: hidden;
        position: relative;
        width: 100%;
    }

        .mini-resim #gal1 a .in .foto_img {
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            -o-transform: translateY(-50%);
            transform: translateY(-50%);
            height: auto;
            position: absolute;
            top: 50%;
            width: 100%;
        }

    .mini-resim #gal1 a.active {
        border: 1px solid #de7332;
    }

.mini-resim img {
    width: 218px;
}

.mini-resim #gal1 {
    text-align: center;
    width: 100%;
}

.zoomContainer {
    overflow: hidden;
}

.collapse {
    display: block;
}

.blog li {
    padding: 5px;
    text-align: center;
}

.blog-liste h3 {
    margin: 10px;
}

.blog-liste {
    -padding: 20px;
    webkit-box-shadow: 0 0 7px #eee;
    -moz-box-shadow: 0 0 7px #eee;
    box-shadow: 0 0 7px #eee;
    -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 7px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.1);
    border: 1px solid #ececec;
    border-radius: 5px;
}

    .blog-liste img {
        padding: 10px;
        width: 100%;
    }

.blog-detay-yazi {
    padding: 10px;
}

.blog-detay-resim {
    padding: 10px;
}

.sayfa-ust-resim {
    position: relative;
    z-index: -1;
    top: -20px;
}

.kategori-liste {
    width: 100%;
}

    .kategori-liste li {
        padding: 15px 10px;
        cursor: pointer;
        border-bottom: 1px solid rgb(235, 229, 220);
    }

    .kategori-liste .caret {
        float: right;
        margin: 5px;
    }

    .kategori-liste li h5 {
        margin: 0px;
    }

    .kategori-liste li a {
        font-size: 14px;
        font-weight: 100;
        color: #b2b2b2;
    }

        .kategori-liste li a:hover, .kategori-liste .open > a {
            color: #000;
            text-decoration: none;
            font-weight: bold;
        }

    .kategori-liste .dropdown ul li a:hover {
        background: rgba(242, 23, 151, 0.3);
        color: #fff;
    }

    .kategori-liste .dropdown-menu {
        height: 120px;
        overflow-y: scroll;
    }

        .kategori-liste .dropdown-menu li {
            padding: 0px 0px;
            border: 0px;
        }

    .kategori-liste .dropdown-menu {
        position: relative;
        width: 100%;
        -webkit-background-clip: none;
        background-clip: none;
        border: 0px;
        border: 0px;
        border-radius: 0px;
        -webkit-box-shadow: none;
        box-shadow: none;
        float: none;
    }

        .kategori-liste .dropdown-menu li a {
            padding: 2px 0px;
            font-size: 12px;
            font-weight: 100;
            color: #b2b2b2;
        }

            .kategori-liste .dropdown-menu li a:hover {
                color: #000;
            }

    .kategori-liste .baslik {
        background: rgba(242, 23, 151, 0.3);
        color: #fff;
    }

        .kategori-liste .baslik:hover {
            background: rgba(242,23,151,1);
        }

.listeKat {
    margin: 10px 0px;
}

#lnkTemizle {
    color: #43b7dc;
}

.baslikKat {
    font-family: 'Montserrat',sans-serif;
    font-size: 14px;
    color: #c2c2c2;
}

.select-kutu {
    border: 1px #a8a8a8 solid;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-family: 'Montserrat',sans-serif;
    font-size: 10px;
    background: transparent;
    color: #7b7b7b;
    margin: 0;
    width: 100%;
}

    .select-kutu:active, .select-kutu:focus {
        border-color: #fff !important;
        box-shadow: inset 0 0 1px 1px #FFF;
    }

.kasaya-git ul li {
    width: 20%;
    text-align: left;
    border: 1px solid;
    border-top-color: #cacaca;
    border-bottom-color: #9a9a9a;
    border-right-color: #b7b7b7;
    border-left-color: #b7b7b7;
}

    .kasaya-git ul li a {
        padding: 15px 10px;
    }

    .kasaya-git ul li:first-child {
        border-radius: 4px 0px 0px 4px;
    }

    .kasaya-git ul li:last-child {
        border-radius: 0px 4px 4px 0px;
    }

.kasaya-git ul li {
    background: #f7f7f7;
    background: -moz-linear-gradient(top, #f7f7f7 0%, #ededed 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f7f7f7), color-stop(100%, #ededed));
    background: -webkit-linear-gradient(top, #f7f7f7 0%, #ededed 100%);
    background: -o-linear-gradient(top, #f7f7f7 0%, #ededed 100%);
    background: -ms-linear-gradient(top, #f7f7f7 0%, #ededed 100%);
    background: linear-gradient(to bottom, #f7f7f7 0%, #ededed 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#f7f7f7', endColorstr='#ededed', GradientType=0);
}

.kasaya-git ul .active a, .kasaya-git ul .active:hover a, .kasaya-git ul .active:focus a {
    background: #7b7b7b;
    border-color: #000;
}

.kasaya-git ul .active a {
    color: #fff;
}

#farkli-fatura-bilgileri {
    display: none;
}

#kurumsal-fatura-blok {
    display: none;
}

#tab3default .satir-1 {
    width: 47%;
    height: 69px;
}

#tab3default select {
    width: 100%;
}

.odeme-secimi-liste .caption {
    font-weight: bold;
    float: left;
    padding: 0 10px;
    margin-right: 20px;
}

.odeme-secimi-liste a {
    border: 1px solid #eee;
    padding: 5px 20px;
}

.odeme-secimi-liste li {
    width: auto;
    margin: 10px;
}

.odeme-secimi-liste .selectedtype {
    background: #000;
    color: #fff;
}

    .odeme-secimi-liste .selectedtype a {
        color: #fff;
    }

.odeme-secimi-liste a:focus, .odeme-secimi-liste a:hover {
    background: #000;
    color: #fff;
}

#tab4odeme select {
    padding: 5px 15px;
}

#tab5odeme select {
    padding: 5px 15px;
}

.hesabim .satir-1 {
    width: 47%;
}

.hesabim select {
    padding: 5px 11px;
    float: left;
    margin-right: 10px;
}

.hesabim #tab2default .satir-1 {
    width: 47%;
}

.hesabim-liste {
    width: 100%;
}

    .hesabim-liste li {
        cursor: pointer;
        border-bottom: 1px solid rgb(235, 229, 220);
    }

    .hesabim-liste .caret {
        float: right;
        margin: 5px;
    }

    .hesabim-liste li h5 {
        margin: 0px;
    }

    .hesabim-liste li a {
        font-size: 14px;
        font-weight: 300;
        color: #b2b2b2;
    }

        .hesabim-liste li a:hover, .hesabim-liste .open > a {
            color: #000;
            text-decoration: none;
            font-weight: bold;
        }

.uye-ol, .giris-yap {
    padding: 20px;
}

#lihesabim a {
    display: inline-block;
    padding: 10px 10px;
}

.servis {
    position: relative;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 15px 0;
}

    .servis .blog_first .image {
        height: 250px;
        padding: 10px;
        position: relative;
    }

        .servis .blog_first .image .in {
            height: calc(100%);
        }

            .servis .blog_first .image .in .ig {
                position: relative;
                width: 100%;
                height: 100%;
                background-repeat: no-repeat;
                background-size: cover;
                background-position: center top;
            }

    .servis .blog_orta_up {
        border-top: 1px solid #e2e2e2;
        border-bottom: 1px solid #e2e2e2;
    }

    .servis .blog_orta {
        padding: 30px 20px 150px 20px;
        border-left: 1px solid #e2e2e2;
        border-right: 1px solid #e2e2e2;
    }

        .servis .blog_orta .btn_dgsk, .servis .blog_first .image .btn_dgsk {
            display: block;
            background: #617746;
            color: #fff;
            outline: 1px solid transparent;
            -webkit-transform-style: preserve-3d;
            -moz-transform-style: preserve-3d;
            transform-style: preserve-3d;
            border: none;
            font-size: 10px;
            cursor: pointer;
            line-height: 30px;
            margin: 0 auto;
            text-transform: uppercase;
            letter-spacing: 1px;
            font-weight: 700;
            position: relative;
            -webkit-transition: all 0.3s;
            -moz-transition: all 0.3s;
            transition: all 0.3s;
            text-align: center;
            width: 25%;
        }

    .servis .blog_first .image .btn_dgsk {
        position: absolute;
        bottom: 0;
        left: 37.5%;
    }

        .servis .blog_orta .btn_dgsk:hover, .servis .blog_first .image .btn_dgsk:hover {
            -webkit-transform: rotateX(15deg);
            -moz-transform: rotateX(15deg);
            -ms-transform: rotateX(15deg);
            transform: rotateX(15deg);
        }

        .servis .blog_orta .btn_dgsk:after, .servis .blog_first .image .btn_dgsk:after {
            width: 100%;
            height: 40%;
            left: 0;
            top: 100%;
            background: #617746;
            -webkit-transform-origin: 0% 0%;
            -webkit-transform: rotateX(-90deg);
            -moz-transform-origin: 0% 0%;
            -moz-transform: rotateX(-90deg);
            -ms-transform-origin: 0% 0%;
            -ms-transform: rotateX(-90deg);
            transform-origin: 0% 0%;
            transform: rotateX(-90deg);
            content: '';
            position: absolute;
            z-index: -1;
            -webkit-transition: all 0.3s;
            -moz-transition: all 0.3s;
            transition: all 0.3s;
        }

    .servis .blog_orta h3, .servis .blog_first h3 {
        font-size: 18px;
        font-weight: bold;
        color: #000;
        text-align: center;
        margin-top: 50px;
        margin-bottom: 30px;
    }

    .servis .blog_first h3 {
        margin: 20px 20px 5px 20px;
    }

    .servis .blog_first h4 {
        margin: 0 20px 15px 20px;
    }

    .servis .blog_orta h4, .servis .blog_first h4 {
        font-size: 13px;
        font-weight: 300;
        color: #999;
        text-align: center;
    }

@media(max-width:767px) {
    header {
        background-color: #fff;
    }

    .footer-upper > .middle > .footer_verticalline {
        display: none;
    }

    .kategori_title,
    .kat_title,
    .kat_title_right {
        text-align: center;
    }

        .kategori_title .line {
            margin: 10px auto;
            text-align: center;
            float: none;
        }

        .kategori_title h2,
        .kategori_title, .kat_title {
            font-size: medium;
        }

    .footer-upper > .up > ul > li {
        padding: 5px;
        font-size: xx-small;
    }

    .kat_title_right {
        font-size: xx-small;
    }

    .urun {
        width: 97%;
    }

    .newsletter, .social {
        padding-left: 0;
        margin: 25px auto 0;
        text-align: center;
    }

    .newsletter-subscribe .form-control {
        width: 230px;
    }

    .odeme-secimi-liste a {
        padding: 5px 10px;
    }

    .mobile {
        display: block;
    }

    .laptop {
        display: none;
    }

    .right a span.mini_cart .st {
        position: absolute;
        top: 15%;
        right: 10%;
    }

    header .middle_top {
        padding: 0;
    }

    .uclu-blok {
        max-width: 100%;
    }

    .cart a .mini-cart-content {
        top: 50px;
    }

    .mini-resim #gal1 a h5 {
        width: 100%;
        font-size: 9px;
    }

    .MenuAlani .navbar-collapse.collapse ul {
        width: 100%;
        top: auto;
        text-align: center;
    }

    .autoplay .slick-next {
        right: -2px;
    }

    .autoplay .slick-prev {
        left: -15px;
    }

    .banner-blok {
        padding: 5px;
        height: 200px;
    }

    .urun-detay-sol, .icerik {
        padding: 0;
    }

    .mini-resim #gal1 {
        height: 200px;
    }

    .navbar-toggle {
        border-top: 1px solid #7C7C7C;
        border-bottom: 1px solid #7C7C7C;
        text-align: left;
        border-radius: 0;
        width: 100%;
        color: #fff;
        margin: 0;
        padding: 0;
        border-radius: 0;
    }

        .navbar-toggle .icon-bar {
            background-color: #fff;
        }

    .toggle-text, .toggle-icon {
        display: inline-block;
        vertical-align: middle;
        font-size: 14px;
        padding: 15px 5px;
    }

    .kurumsal img {
        width: 100%;
        margin: 0px;
    }

    .KategoriFixed {
        position: relative;
    }

    .sol {
        padding: 10px;
    }

    .UstMenuSag .oul {
        float: none;
    }

    .padding {
        padding: 10px;
    }

    .icon-buton {
        width: 20px;
        margin: 0 auto;
        padding: 15px 0;
    }

    .MenuAlani li {
        display: block;
    }

    .MenuAlani .nav > li > a, .footer-block {
        padding: 5px;
    }

    .collapse {
        display: none;
    }

    .giris-sayfa .giris-kutu .text {
        width: 100%;
    }

    .satir-1 {
        float: left;
        margin-right: 0px;
        width: 100%;
    }

    .iletisim-sol-blok {
        display: none;
    }

    .iletisim-sag-blok .nav > li {
        display: inline;
    }

    .iletisim-sag-blok .satir-1 {
        width: 100%;
    }

    .iletisim-sag-blok {
        margin-top: 0px;
        padding: 0px;
    }

        .iletisim-sag-blok .nav > li > a {
            padding: 0px 10px;
        }

    .urun-detay-tab-ic input {
        border-radius: 0;
        width: 100%;
    }

    .tab-menu-detay li a {
        padding: 4px 0px 4px;
    }

    .qty {
        top: -3px;
    }

    .kasaya-git ul li a {
        font-size: 9px;
        padding: 15px 0px;
    }

    #tab2default .satir-1 {
        width: 100%;
    }

    .hesabim .satir-1 {
        width: 100%;
    }

    .sepet-modal {
        right: 0px;
    }

    .hesabim #tab2default .satir-1 {
        width: 100%;
    }

    .kasaya-git ul li {
        text-align: center;
    }

    .sepet-detay-baslik {
        display: none;
    }

    .toplam-fiyat {
        display: none;
    }

    .satis-nokta-kucuk {
        display: block;
    }

    .satis-nokta-buyuk {
        display: none;
    }

    .MenuAlani .navbar-collapse.collapse, .sign {
        text-align: center;
        border: none;
    }

        .sign ul li a {
            margin: 0 14px;
        }

        .sign ul, .footer_top {
            height: auto;
        }
}

@media(min-width:768px) {
    .mobile {
        display: none;
    }

    .laptop {
        display: block;
    }

    .footer-upper img {
        margin: 0 auto;
    }

    .urun-detay-sol {
        padding: 0px;
    }

    .urun-detay-sag {
        padding: 0px;
    }

    .padding {
        padding: 10px;
    }

    .UstMenuSol ul, .UstMenuSag .oul {
        float: none;
    }

    .giris-sayfa .giris-kutu .text {
        width: 300px;
    }

    .iletisim-sol-blok {
        display: none;
    }

    .kasa-buton h5 {
        padding-right: 60px;
    }

    .urun-detay-tab-ic input {
        border-radius: 0;
        width: 100%;
    }

    .satis-nokta-kucuk {
        display: none;
    }

    .satis-nokta-buyuk {
        display: block;
    }
}

@media(min-width:992px) {
    .urun-detay-sag {
        padding: 20px;
    }

    .MenuAlani .navbar-collapse.collapse {
        text-align: left;
    }

    .UstMenuSol ul {
        float: left;
    }

    .UstMenuSag .oul {
        float: right;
    }

    .padding {
        padding: 20px;
    }

    .footer-blok-menu2 {
        display: none;
    }

    .giris-sayfa .giris-kutu .text {
        width: 300px;
    }

    .iletisim-sol-blok {
        display: block;
    }

    .sepete-ekle-buton {
        padding: 5px 30px;
    }

    .satis-nokta-kucuk {
        display: none;
    }

    .satis-nokta-buyuk {
        display: block;
    }
}

@media(min-width:1200px) {
    .padding {
        padding: 30px;
    }

    .MenuAlani .navbar-collapse.collapse {
        text-align: center;
    }

    .giris-sayfa .giris-kutu .text {
        width: 300px;
    }

    .iletisim-sol-blok {
        display: block;
    }

    .blog {
        width: 960px;
    }

    .sepete-ekle-buton {
        padding: 5px 35px;
    }

    .satis-nokta-kucuk {
        display: none;
    }

    .satis-nokta-buyuk {
        display: block;
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
    .newsletter, .social {
        padding-left: 0;
        margin: 25px auto 0;
        text-align: center;
    }

    header > div > .main_area {
        padding: 0 5px !important;
    }

    .urun {
        width: 48.4% !important;
    }

    header > div > .main_area > div > .lnks > ul > li > a,
    header > div > .main_area > div > div,
    header > div > .main_area > div > .lnks > ul > li,
    .footer-upper > .up > ul > li {
        font-size: 7px !important;
    }

    .footer-upper > .up > ul > li {
        padding: 0 5px;
    }

    .head_search > .form-inline > .form-group > .form-control {
        font-size: xx-small;
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
    header > div > .main_area {
        padding: 0 15px;
    }

    .banner-blok.first {
        height: 50vh;
    }

    .urun {
        width: 32%;
    }

    header > div > .main_area > div > .lnks > ul > li > a,
    header > div > .main_area > div > div,
    header > div > .main_area > div > .lnks > ul > li {
        font-size: xx-small;
    }
}

@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
    header > div > .main_area {
        padding: 0 15px;
    }

    .banner-blok.first {
        height: 50vh;
    }

    .urun {
        width: 32% !important;
    }

    header > div > .main_area > div > .lnks > ul > li > a,
    header > div > .main_area > div > div,
    header > div > .main_area > div > .lnks > ul > li {
        font-size: xx-small;
    }
}
