::selection {
    background: #666;
    color: #fff;
}

::-moz-selection {
    background: #666;
    color: #fff;
}

body {
    margin: 0;
    padding: 0;
    font-family: Raleway !important;
    font-size: 13px !important;
}

#wrapper {
    width: 100%;
    height: 100%;
}

#header {
    width: 100%;
}

    #header #headerTop {
        width: 100%;
        height: 45px;
        background: #333;
    }

    #header #headerSlide {
        width: 1200px;
        height: 350px;
        margin: 0 auto;
        background: #c9fff0;
    }

    #header #headerBottom {
        width: 100%;
        height: 110px;
        background: #fff;
        border-bottom: 1px solid #f1f1f1;
        border-top: 1px solid #f1f1f1;
    }

.header-wrapper {
    /*background: #dedede url(/uploads/header-bg.png);*/
}

#content {
    width: 1200px;
    min-height: 300px;
    margin: 0 auto;
    border-right: 1px solid #f1f1f1;
    border-left: 1px solid #f1f1f1;
    background: #fff;
}

.cerceve {
    border-radius: 5px;
    border: 2px solid #ebebeb;
    padding: 20px;
}

    .cerceve hr {
        border: 1px solid #ebebeb;
        margin: 11px 0;
    }

.buyukYazi {
    font-size: 1.5rem;
}

.whatsappButton {
    display: none;
}

.etiketFiyati {
    font-size: 17px;
    color: #000;
    font-weight: 300;
}

.goster {
    display: normal;
}

.gizle {
    display: none;
}

.footer {
    width: 100%;
    margin-top: 25px;
}

.footerUstBilgi {
    background: #000;
    line-height: 50px;
    color: #fff;
}

    .footerUstBilgi a {
        color: #fff;
        font-weight: 700;
    }

.footerAltLogolar {
    height: 100px;
    text-align: center;
    background: url(/uploads/altlogolar.png) #ED1C24 no-repeat top center;
}

.btnSosyal {
    display: inline-block;
    color: #fff;
    width: 28px;
    height: 28px;
    border-radius: 5px;
    font-size: 16px;
    text-align: center;
    line-height: 28px;
}

    .btnSosyal:hover {
        color: #000;
    }

.footerBilgi {
    background: #f3f3f3;
    padding: 30px 0 20px 0;
    border-top: 1px solid #ebebeb;
}

    .footerBilgi h3 {
        border-bottom: 1px solid #DDDDDD;
        font-size: 15px;
        font-weight: bold;
        padding-bottom: 5px;
        margin: 0 0 10px 0;
    }

    .footerBilgi ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }

    .footerBilgi hr {
        border-bottom: 1px solid #DDDDDD;
    }


.products {
    list-style: none;
    margin: 0px;
    padding: 0px;
    /*border-right: 1px solid #ebebeb;*/
}

    .products .col-sm-2, .products .col-sm-3 {
        padding-left: 5px !important;
        padding-right: 5px !important;
    }

    .products > li {
        float: left;
    }

.product {
    display: block;
    line-height: 20px;
    transition: all 0.1s ease-in-out 0s;
    background: #f9f9f9;
    padding: 0;
    width: 100%;
    float: left;
    margin: 15px 4px 15px 0px;
    overflow: hidden;
    border-radius: 10px;
    border:1px solid #f1f1f1;
    /*overflow: hidden;*/
}

.OYradio {
    border: 1px solid #ebebeb;
    padding: 15px;
    margin: 0 10px 10px 0;
    float: left;
}

    .OYradio label {
        margin-left: 5px;
    }

.homeKampanya {
    background: #E91E63;
    margin-top: 10px;
    padding: 10px;
    color: #fff;
    text-align: center;
    font-size: 25px;
    border: 1px solid #000;
}

.hiddens {
    display: none;
}

/*.home .product {
    width: 278px;
}*/

.home .product:nth-child(4n) {
    margin: 15px 0px 15px 0px;
}




.product:hover, .product:focus {
    box-shadow: 0px 0px 3px #cdcdcd;
}

.product .pic {
    /*height: 215px;*/
    /*margin: 5px auto;*/
    text-align: center;
    overflow: hidden;
    padding-bottom: 30px;
    background:#fff;
}

    .product .pic img {
        display: block;
        margin: 10px auto 10px;
        max-height: 170px;
        /*max-width: 90%;*/
        /*width: 90%;*/
        /*border-bottom:1px solid #cdcdcd;*/
        /*box-shadow: 0 5px 0 #ebebeb;*/
    }

.product .caption {
    color: #555555;
    padding: 15px 9px;
    /*background: #f9f9f9;*/
    border-top: 1px solid #ecf0f1;
    text-align: center;
}

    .product .caption .name {
        font-size: 14px;
        height: 25px;
        line-height: 25px;
        margin-bottom: 3px;
        overflow: hidden;
    }

        .product .caption .name a {
            color: #000;
        }

    .product .caption .mindesc {
        font-size: 12px;
        height: 46px;
        line-height: 23px;
        margin-bottom: 5px;
    }

    .product .caption .price {
        margin-bottom: 5px;
        color: #ff5e57;
        font-size: 16px;
        font-weight: bold;
        height: 40px;
    }

        .product .caption .price s {
            margin-bottom: 5px;
            color: #666;
            font-weight: normal;
            font-size: 13px;
        }

    .product .caption .features {
        height: 46px;
        overflow: hidden;
    }

.product .btn {
    width: 49%;
}

.product .urunOzellikleri {
    height: 21px;
    overflow: hidden;
    display: block;
}

.varyasyon {
    padding: 3px;
    border: 2px solid #ebebeb;
    margin-right: 5px;
    cursor: pointer;
}

.secildi {
    background: #f1f1f1;
    border-color: #cdcdcd;
}

.eksi {
    font-size: 19px !important;
    font-weight: 800;
    cursor: pointer;
}

.arti {
    font-size: 19px !important;
    font-weight: 800;
    cursor: pointer;
}

.miktar {
    text-align: center;
}

.sepetKampanyaMesaji {
    background: rgba(255, 242, 0,0.2);
    border: 2px dashed rgba(240, 147, 43,0.7);
    padding: 20px;
}

.top-menu-left {
    /*margin-bottom: 5px;*/
}

    .top-menu-left ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }

        .top-menu-left ul li {
            float: left;
            margin-right: 15px;
            line-height: 38px;
        }

.top-menu-right {
    /*margin-bottom: 5px;*/
    text-align: right !important;
    height: 38px;
    font-size: 17px;
}

    .top-menu-right ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }

    .top-menu-right .dropdown {
        text-align: right !important;
    }

    .top-menu-right .btn-default {
        padding: 5px 10px !important;
        height: 38px !important;
        border-radius: 0;
        background: #666;
        border: 0px;
        width: 100%;
    }

    .top-menu-right .dropdown-menu {
        width: 100%;
        min-width: 100px;
    }

.top-menu ul {
    list-style: none;
    margin: 25px 0 0 0;
    padding: 0;
}

    .top-menu ul li {
        margin-left: 25px;
        float: left;
    }

.sepet {
    display: block;
    width: 100%;
    height: 100%;
    border: 1px solid #ebebeb;
    background: #919191;
    text-align: center;
    line-height: 45px;
    border-radius: 3px;
    color: #fff;
}

.odenecekTutar {
    font-size: 23px;
    font-weight: bold;
}

.hesap {
    /*width: 100%;*/
    margin-bottom: 5px;
}

.iletisim-formu div {
    margin-bottom: 15px;
}

.control-group {
    margin-bottom: 10px;
}

.divnull {
    height: 15px;
}

.left-list {
    list-style: none;
    padding-left: 0px;
}

    .left-list ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

        .left-list ul li {
            border-bottom: 1px solid #ededed;
            line-height: 35px;
            padding-left: 15px;
        }

            .left-list ul li:hover {
                background: #f5f5f5;
            }


    .left-list li.grup {
        color: #999;
        font-weight: bold;
        line-height: 30px;
    }

    .left-list li a {
        /*font-weight: normal;*/
        display: block;
    }


.ddUrunler {
    width: 150px;
    background: #2c3e50;
    font-weight: bold;
}

    .ddUrunler > a:hover {
        color: #fff !important;
    }

.ddUrunlerList {
    width: 250px;
    /*border: 1px solid #ebebeb;*/
    box-shadow: 0 3px 5px rgba(0,0,0,0.2) !important;
}

    .ddUrunlerList li a {
        line-height: 35px !important;
        font-size: 13px !important;
    }

.habergrad {
    background: black; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(top,rgba(0,0,0,0),#2c3e50); /*Safari 5.1-6*/
    background: -o-linear-gradient(bottom,rgba(0,0,0,0),#2c3e50); /*Opera 11.1-12*/
    background: -moz-linear-gradient(bottom,rgba(0,0,0,0),#2c3e50); /*Fx 3.6-15*/
    background: linear-gradient(to bottom,rgba(0,0,0,0),#2c3e50); /*Standard*/
    font-weight: bold;
    color: #fff;
    padding: 10px;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 35px;
}

.webbant {
    background: black; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(top,#555,#333); /*Safari 5.1-6*/
    background: -o-linear-gradient(bottom,#555,#333); /*Opera 11.1-12*/
    background: -moz-linear-gradient(bottom,#555,#333); /*Fx 3.6-15*/
    background: linear-gradient(to bottom,#555,#333); /*Standard*/
    font-weight: bold;
    color: #fff;
    display: block;
    width: 100%;
    padding-top: 15px;
    height: 125px;
}

.slideAltBant {
    background: url('/uploads/home_bant_bg.jpg');
    margin: 15px 0;
    height: 125px;
}

    .slideAltBant .imaj {
        background: url(/uploads/bant.png) no-repeat top center;
        height: 125px;
    }

.right-line {
    border-right: 1px dashed #666;
}

    .right-line:last-child {
        border-right: none;
    }

.webbant small {
    padding-top: 5px;
    display: block;
}


.webbant a {
    color: #fff;
    padding-top: 9px;
    display: block;
    font-weight: bold;
}

.urunDetayFiyat {
    font-size: 25px;
    font-weight: 800;
    color: #ff3f34;
}

.sonUrunler h3 {
    font-size: 25px !important;
    font-weight: bold !important;
    color: #333;
}

.page-img {
    max-width: 100%;
    text-align: left;
    margin-right: 10px;
}

.no-padding {
    padding: 0px !important;
}

.seperator {
    height: 25px;
}

#UrunListTab, #UrunDetayTab {
    /*border-bottom: 1px solid #ebebeb;*/
    min-height: 50px;
}

    #UrunListTab li, #UrunDetayTab li {
        font-weight: bold;
        margin: 0px 5px 0px 0px;
        border-bottom: 4px solid #f1f1f1;
    }

#UrunListTabContent, #UrunDetayTabContent {
    /*margin-top: 5px;
    border: 3px solid #ebebeb;*/
}

#UrunDetayTab li.active {
    border-bottom: 4px solid #039BE5;
}

.text-black {
    color: #000;
}

.text-gray {
    color: #777;
}

.text-white {
    color: #fff !important;
}

.text-red {
    color: #E91E63;
}

.text-bold {
    font-weight: bold;
}


#pnlAra {
    /*margin-top: 20px;*/
}

.hizala {
    position: relative;
    width: 100%;
    height: 100%;
}

.icons::before {
    background: #ebebeb;
    height: 5px;
    width: 100px;
    margin: 0 auto;
    margin-bottom: 20px;
}

.icons {
    text-align: center;
}

    .icons .secenek {
        width: 100%;
        height: 100%;
        border: 1px solid #999;
        padding: 10px 5px;
        height: 180px;
        /*border-radius: 3px;*/
        margin-bottom: 10px;
    }

        .icons .secenek:hover {
            border: 1px solid #000;
        }

    .icons .icon {
        margin: 10px 0;
        height: 70px;
    }

    .icons .baslik {
        font-weight: 800;
        color: #333;
        margin-bottom: 10px;
    }

    .icons .aciklama {
        font-weight: 300;
        font-size: 12px;
    }

    .icons .whatsapp {
        color: #67C15E;
    }

        .icons .whatsapp .aciklama {
            font-size: 19px;
            font-weight: 700;
        }

.indirimorani {
    background: #f09ca2;
    position: absolute;
    padding: 3px 7px;
    color: #fff;
    z-index: 1;
    top: 10px;
    right: 5px;
    /*border-radius: 5px;*/
    /*border-bottom-left-radius:5px;*/
    /*font-weight: 700;*/
}

.tukendi {
    background: rgba(0,0,0,0.5);
    position: absolute;
    text-align: center;
    padding: 10px;
    color: #f1f1f1;
    z-index: 1;
    top: 90px;
    width: 100%;
}

.ucretsizKargo {
    background: RGBA(0,0,0,0.7);
    position: absolute;
    padding: 3px 7px;
    color: #fff;
    z-index: 1;
    top: 10px;
    left: 7px;
    width: 30px;
    text-align: center;
    /*border-radius: 5px;*/
}


.detayButton {
    background: #ebebeb;
    line-height: 30px;
    text-align: center;
    margin: 15px auto 0 auto;
    max-width: 100px;
}

    .detayButton a {
        width: 100%;
        height: 100%;
        display: block;
        color: #000;
        padding: 5px 0;
        transition: .1s;
    }

        .detayButton a:hover {
            color: #fff;
            background: #f09ca2;
        }

.urunDetayLabel {
    padding: 3px 10px !important;
    font-size: 11px !important;
    line-height: 19px !important;
    margin: 3px !important;
}

    .urunDetayLabel .ayrac {
        margin-right: 15px;
    }

.label-default-border {
    border: 1px solid #95a5a6;
    color: #95a5a6 !important;
}

    .label-default-border[href]:hover,
    .label-default-border[href]:focus {
        border: 1px solid #798d8f;
        color: #798d8f !important;
    }

.label-primary-border {
    border: 1px solid #2c3e50;
    color: #2c3e50 !important;
}

    .label-primary-border[href]:hover,
    .label-primary-border[href]:focus {
        border: 1px solid #1a242f;
        color: #1a242f !important;
    }

.label-success-border {
    border: 1px solid #18bc9c;
    color: #18bc9c !important;
}

    .label-success-border [href]:hover,
    .label-success-border [href]:focus {
        border: 1px solid #128f76;
        color: #128f76 !important;
    }

.label-info-border {
    border: 1px solid #3498db;
    color: #3498db !important;
}

    .label-info-border [href]:hover,
    .label-info-border [href]:focus {
        border: 1px solid #217dbb;
        color: #217dbb !important;
    }

.label-warning-border {
    border: 1px solid #f39c12;
    color: #f39c12 !important;
}

    .label-warning-border [href]:hover,
    .label-warning-border [href]:focus {
        border: 1px solid #c87f0a;
        color: #c87f0a !important;
    }

.label-danger-border {
    border: 1px solid #e74c3c;
    color: #e74c3c !important;
}

    .label-danger-border [href]:hover,
    .label-danger-border [href]:focus {
        border: 1px solid #d62c1a;
        color: #d62c1a !important;
    }

.pageContent {
    font-size: 16px;
}

/** NANO Scroll **/
.nano {
    position: relative;
    width: 100%;
    height: 250px;
    overflow: hidden;
}

    .nano > .nano-content {
        position: absolute;
        overflow: scroll;
        overflow-x: hidden;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        padding-top: 5px;
    }

        .nano > .nano-content:focus {
            outline: thin dotted;
        }

        .nano > .nano-content::-webkit-scrollbar {
            display: none;
        }

.has-scrollbar > .nano-content::-webkit-scrollbar {
    display: block;
}

.nano > .nano-pane {
    background: rgba(0,0,0,.25);
    position: absolute;
    width: 10px;
    right: 0;
    top: 0;
    bottom: 0;
    visibility: hidden\9; /* Target only IE7 and IE8 with this hack */
    opacity: .01;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}


    .nano > .nano-pane > .nano-slider {
        background: #444;
        background: rgba(0,0,0,.5);
        position: relative;
        margin: 0 1px;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        border-radius: 3px;
    }

.nano:hover > .nano-pane, .nano-pane.active, .nano-pane.flashed {
    visibility: visible\9; /* Target only IE7 and IE8 with this hack */
    opacity: 0.99;
}

.btn-duz {
    border-radius: 0px !important;
}

.btn-yesil {
    background: #2ecc71;
    border: 1px solid #2ecc71;
    color: #fff;
}

.btn-gri {
    background: #f1f1f1;
    border: 2px solid #ebebeb !important;
    color: #333;
}

    .btn-gri:hover {
        color: #000 !important;
    }

.btn-altin {
    background: #e1a95c;
    border: 2px solid #d39747 !important;
    color: #fff;
}


.btn-beyaz {
    background: #fff;
    border: 2px solid #cdcdcd !important;
    color: #000;
}

    .btn-beyaz:hover {
        color: #000 !important;
        background: #f9f9f9;
    }


.checkList {
    width: 100%;
}

    .checkList td, .checks {
        padding-left: 5px;
        line-height: 25px;
        border-bottom: 1px solid #f3f3f3;
    }

    .checkList label {
        font-weight: normal;
        padding-left: 5px;
    }

.urunDetayImg {
    max-width: 100%;
}

.resimler div {
    text-align: center;
}


.footer .UrunGruplariBoyutu {
    height: 110px;
}

.left-list .border {
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 5px;
    margin-bottom: 5px;
}

#myCarouselFullW {
    margin: -20px auto;
    /*width: 1170px;*/
}

.topbar {
    line-height: 40px;
    border-bottom: 1px solid #ebebeb;
    color: #000;
}

    .topbar a {
        color: #000;
        font-size: 11px;
    }

.spacePage {
    min-height: 500px;
}

.footerProjenet {
    width: 100%;
    line-height: 40px;
    color: #666;
    border-top: 1px solid #ebebeb;
}

    .footerProjenet .bankaLogolari img {
        margin-left: 10px;
    }

.las {
    padding: 15px 0;
}

.alert-gri {
    background-color: #f1f1f1 !important;
    border-color: #ebebeb !important;
    color: #666 !important;
}

.alert-link {
    border: 1px solid #ebebeb;
}

.tab-content {
    min-height: 150px;
    border: 1px solid #f1f1f1;
    padding: 15px;
}

#slider {
    width: 100% !important;
    height: 550px;
    overflow: hidden;
    position: relative;
    /*box-shadow: 0 2px 3px #ebebeb;*/
}

    #slider ul {
        list-style: none;
        margin: 0px;
        padding: 0px;
        display: block;
        height: 550px;
        position: relative;
    }

        #slider ul li {
            width: 100%;
            height: 550px;
            float: left;
            position: relative;
            display: block;
        }

    #slider a {
        position: absolute;
        top: 240px;
        color: #000;
        font-size: 75px;
        font-weight: bold;
        border-radius: 30px;
        /*text-shadow: 1px 0px 0px #fff;*/
    }

        #slider a.Left {
            left: 10px;
        }

        #slider a.Right {
            right: 10px;
        }

.sliderUrunler {
    float: left;
    width: 250px;
    margin-left: 20px;
    height: 400px;
}

    .sliderUrunler .urun {
        width: 100%;
        margin-bottom: 5px;
        height: 130px;
        background: #ebebeb;
    }

        .sliderUrunler .urun img {
            width: 100%;
        }

.secenekPaneli {
    border: 1px solid #ebebeb;
    padding: 25px 15px;
}

    .secenekPaneli .fiyat {
        line-height: 30px;
    }


.home h2, h1 {
    margin: 15px auto;
    font-size: 21px !important;
    border-bottom: 2px solid #000;
    padding: 15px 0;
    display: inherit;
    color: #000;
}


    .home h2 span {
        color: #000;
    }


.icerik h1 {
    margin: 10px auto 25px auto !important;
    font-size: 45px !important;
    border-bottom: 2px solid #000;
    padding: 15px 0;
    display: inherit;
    color: #000;
}

.icerik .pageContent {
    color: #333;
    font-size: 17px;
    line-height: 27px;
}

    .icerik .pageContent img {
        width: 100%;
        margin-bottom: 25px;
    }

.icerik .digerYazilar {
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid #ebebeb;
}

    .icerik .digerYazilar img, .icerik .digerAltYazilar img {
        width: 100%;
        margin-bottom: 10px;
    }

    .icerik .digerYazilar a, .icerik .digerAltYazilar a {
        font-weight: bold;
        font-size: 17px;
    }

.icerik .cImg {
    float: left;
    margin-right: 10px;
    padding: 5px;
    border: 2px solid #f1f1f1;
    width: 32% !important;
    background: #f7f7f7;
}

.icerik h3 {
    font-size: 21px;
    color: #ababab;
    font-weight: bold;
    border-top: 2px solid #eaeaea;
    padding: 20px 0 5px 0;
}

.resimler div {
    text-align: center;
}

    .resimler div img {
        max-width: 100%;
    }

#DivMesaj {
    background: #fff !important;
    border-bottom: 1px solid #000;
    border-radius: 0;
    padding: 10px 0;
}

.home .firsat {
    background: #f9f9f9;
    border: 2px solid #e1a95c;
    padding-bottom: 15px;
}

.home .yeni {
    border-top: 2px solid #f1f1f1;
    border-right: 2px solid #f1f1f1;
    border-bottom: 2px solid #f1f1f1;
    padding-bottom: 15px;
}

.tesekkurler {
    font-size: 21px;
    border-bottom: 1px solid #ebebeb;
    padding: 30px 0;
}

    .tesekkurler img {
        max-width: 100%;
    }

    .tesekkurler h2 {
        font-weight: bold;
        letter-spacing: -1px;
        margin: 10px 0 15px 0;
    }

    .tesekkurler p {
        margin-top: 30px;
    }

    .tesekkurler .btn {
        border-radius: 5px !important;
        background: #000 !important;
        color: #fff;
    }

        .tesekkurler .btn:hover {
            background: #222 !important;
        }

.videolarSerit {
    /*height: 470px;*/
    background: #000;
    color: #fff;
    margin: 20px 0;
    padding: 40px 0;
    background: url(/images/videolarSeritBg.jpg) bottom center;
}

    .videolarSerit h2 {
        text-align: center;
        font-weight: bold;
        font-size: 27px;
        color: #cdcdcd;
        margin-bottom: 25px;
    }
.video{
    margin-bottom: 25px;
}

.video img {
    width: 100%;
}

.video .name a {
    display: block;
    margin-top: 15px;
    color: #fff;
    font-weight: bold;
}

.yeniSerit {
    /*background: #f1f1f1;*/
    /*border: 1px solid #ebebeb;*/
    /*padding: 15px;*/
}

    .yeniSerit .product .pic {
        padding-bottom: 0;
    }

    .yeniSerit h2 {
        padding: 5px;
    }

    .yeniSerit .img-responsive {
        margin-top: 10px;
    }

.yazi {
    /*padding: 5px;*/
    padding: 5px 5px 20px 5px;
    background: #fff;
}

    .yazi img {
        width: 100%;
        margin-bottom: 10px;
    }

    .yazi a {
        font-weight: bold;
        margin-bottom: 10px;
        display: block;
    }

.kargoBedava {
    background: #FF5656;
    color: #000;
    padding: 15px;
    font-size: 21px;
    font-weight: 800;
    text-align: center;
}

.resimler div {
    text-align: center;
}

    .resimler div img {
        max-width: 100%;
    }

.img-full img {
    max-width: 100%;
}

.markalar {
    list-style: none;
    margin: 0;
    padding: 0;
}

    .markalar li {
        border-bottom: 1px solid #ebebeb;
        margin: 0;
    }

        .markalar li:hover {
            background: #f7f7f7;
        }

        .markalar li a {
            display: block;
            padding: 7px;
        }

.sepetUcretler span {
    font-size: 21px !important;
}

.hesapButon {
    width: 120px;
    /*border-radius: 3px;*/
    border: 1px solid #000;
    /*box-shadow: 0 2px 2px #2c3e50;*/
    padding: 10px;
    display: block;
    float: right;
    margin-left: 5px;
    height: 45px;
    line-height: 25px;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    color: #000;
    background: #fff;
    /*font-weight: 700;*/
    position: relative;
}

    .hesapButon a {
        color: #fff;
    }

        .hesapButon a:hover {
            color: #fff;
        }

.grupBaslik {
    text-align: center;
    border: 2px solid #2c3e50;
    padding: 10px;
    font-size: 21px;
    margin: 10px auto;
    width: 200px;
}

.navbar ul li {
    border-left: 1px solid #555;
}

    .navbar ul li:last-child {
        border-right: 1px solid #555;
    }

.navbar .dropdown-menu li {
    border-left: 0 !important;
    border-right: 0 !important;
    border-top: 0 !important;
    border-bottom: 1px solid #ebebeb !important;
}

.topButtons a {
    color: #000;
    padding: 13px;
    transition: .1s;
    float: right;
    background: #fff;
    margin-left: 10px;
    font-weight: 400 !important;
    border: 1px solid #000;
    cursor: pointer;
}

    .topButtons a:hover {
        color: #fff;
        background: #000;
        border: 1px solid #000;
    }

/* MEDIA */
@media screen and (max-width:768px) {
    .navbar-nav {
        margin: 0 !important;
    }

    .nav li {
        border-bottom: 1px solid #ebebeb;
    }


    .navbar-default .navbar-nav > li > a {
        height: 35px !important;
        line-height: 35px !important;
        font-size: 13px !important;
        background: #f9f9f9 !important;
    }

        .navbar-default .navbar-nav > li > a:hover {
            background: #f1f1f1 !important;
            color: #000 !important;
        }

    .whatsappButton {
        display: block;
        position: fixed;
        z-index: 10;
        bottom: 5px;
        right: 5px;
        width: 74px;
        height: 74px;
    }

    .nav-tabs > li a {
        padding: 15px 10px !important;
        font-weight: 400 !important;
        font-size: 12px !important;
    }

    .home h2 {
        font-size: 17px;
        width: 90%;
    }

    .LogoAramaSepet {
        display: normal;
    }

    .LogoArama {
        display: none;
    }


    .detayicon img {
        width: 100%;
    }

    .topbar {
        display: none;
    }

    .LogoMobile {
        display: block;
        height: 100px;
        text-align: center;
        margin-top: 15px;
        width: 100%;
    }

    .vMobile {
        display: block;
    }

    .ProductNameMobile {
        line-height: 60px;
        padding-left: 15px;
        font-size: 15px;
        font-weight: bold;
        color: #E91E63;
        border-bottom: 1px solid #cdcdcd;
    }

        .ProductNameMobile img {
            max-height: 35px;
        }

    .home .product, .product {
        width: 100%;
    }
}

@media screen and (min-width:768px) {
    .LogoMobile, .ProductNameMobile {
        display: none;
    }

    .vMobile {
        display: none !important;
    }
}
