



body {
    margin: 0;
    padding: 0;
    font-family: 'Montserrat', sans-serif;
    font-size: 13px !important;
}



a {
    transition: .3s;
}

#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;
    }



.topbar {
    line-height: 25px;
    height: 25px;
    background: #fff;
    color: #000;
    border-bottom: 1px solid #e1e1e1;
    display: none;
    content: 'sss'
}

    .topbar a {
        color: #000;
    }

        .topbar a:hover {
            color: #555;
        }

    .topbar .topKargoMesaj {
        text-transform: uppercase;
        text-align: center;
    }

.navbar-wrapper {
    /*border-bottom: 1px solid #e1e1e1;*/
}

    .navbar-wrapper .header-wrapper {
        /*background: #F7F7F7;*/
        padding: 15px 0 25px 0;
    }

    .navbar-wrapper .navbar-default {
        background: var(--firstColor);
    }



    .navbar-wrapper .site-nav {
        width: 100%;
        position: relative !important;
        text-align: center;
        font-size: 21px;
        display: flex;
    }

        .navbar-wrapper .site-nav li {
            position: relative;
            border-right: 1px solid rgba(255,255,255,.2);
        }

            .navbar-wrapper .site-nav li a.firsaturunleri {
                position: relative;
                border-right: 1px solid rgba(255,255,255,.2);
            }

        .navbar-wrapper .site-nav .dropdown {
            position: initial !important;
        }

.navbar-nav .katMenu {
    min-width: 100%;
    background: var(--color);
    /*border-top-left-radius: 10px;*/
    /*border-top-right-radius: 10px;*/
}

    .navbar-nav .katMenu > a {
        font-weight: 700 !important;
        color: #fff !important;
    }

.menuStar {
    /*border-bottom: 3px solid #a1adbb;*/
    padding: 7px;
    font-weight: 900;
    font-size: 16px;
}

.kategoriler {
    /*margin-top: 10px;*/
    box-shadow: 0px 0px 9px -4px rgba(0,0,0,.15);
    background: #fff;
    padding: 10px;
    max-height: 350px;
    overflow: hidden;
    border: 2px solid var(--color);
    text-transform: uppercase;
}

    .kategoriler ul {
        list-style: none;
        margin: 0px;
        padding: 0px;
    }


    .kategoriler .cat-item a {
        width: 100%;
        height: 100%;
        display: block;
        padding: 11px 10px;
        border-bottom: 1px solid #f1f1f1;
        font-size: 13px;
        line-height: 1.42857143;
        color: #000;
    }

        .kategoriler .cat-item a:hover {
            background: #f9f9f9;
        }


.btn-filter {
    border-radius: 0px !important;
    background: #f9f9f9;
    color: var(--color) !important;
    border-bottom: 1px solid #cdcdcd !important;
}

.btn-orange {
    color: #ffffff;
    background-color: #a1adbb !important;
    border-color: #a1adbb !important;
}

.card {
    /*border: 1px solid #ebebeb;*/
    margin-bottom: 10px;
}

    .card .card-head {
        border-bottom: 1px solid #ebebeb;
        margin-bottom: 10px;
        padding: 10px 0;
        font-weight: bold;
        font-size: 15px;
    }

    .card .card-footer {
        border-top: 1px solid #ebebeb;
        margin-top: 10px;
        padding: 10px 0;
        font-weight: bold;
    }

    .card .form-control {
        border-radius: 0px !important;
    }

.sepetOzeti {
    line-height: 25px;
}

.basketIcons {
    text-align: center;
    padding: 10px;
}

    .basketIcons i {
        border-radius: 50%;
        padding: 15px;
        border: 2px solid #ebebeb;
        background: #f1f1f1;
        color: #cdcdcd;
        clear: both;
        margin-bottom: 10px;
        min-width: 64px;
        min-height: 64px;
    }

        .basketIcons i.active {
            border-color: #2ecc71;
            color: #2ecc71;
            background: #fff;
        }

    .basketIcons span {
        display: block;
    }


.slaytwrapper {
    /*padding-bottom: 30px;*/
    margin-top: 10px;
}

    .slaytwrapper .container-fluid {
        padding: 0px !important;
        margin: 0px !important;
    }

.slayt {
    /*border-bottom: 1px solid #f1f1f1 !important;*/
    /*margin-top: 20px !important;*/
}

    .slayt img {
        width: 100% !important;
        max-height: 600px;
    }

.slaytBottom {
    margin-top: 30px;
}

    .slaytBottom img {
        max-width: 100% !important;
    }

.storyBanner {
    margin-bottom: 10px !important;
}

.storyBannerItem {
    padding: 10px;
}

    .storyBannerItem span {
        height: 30px;
        display: block;
    }

    .storyBannerItem img {
        margin-bottom: 5px !important;
        width: 100%;
        margin-bottom: 20px;
        border: 2px solid #fff;
        height: auto !important;
        border-radius: 50%;
    }

    .storyBannerItem .img {
        position: relative;
position: relative;
  border-radius: 50%;
  overflow: hidden;
    }

    .storyBannerItem .imgAnimate {
        position: absolute;
        width: 100%;
        height: calc(100% - 6px);
        border: 2px dashed var(--firstColor);
        border-radius: 50%;
        animation-name: spin;
        animation-duration: 55000ms;
        animation-iteration-count: infinite;
        animation-timing-function: linear;
        top: 1px;
    }


.img .imgAnimate {
    /*height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;*/
}


.markalistesi {
    overflow: auto;
    max-height: 400px;
    margin: 5px;
    margin-left: 0px !important;
}

.brandListPage {
    margin-top: 25px;
}

    .brandListPage h3 {
        border-bottom: 1px solid #cdcdcd;
        padding: 10px;
        margin-bottom: 20px;
    }

    .brandListPage .brandLink a {
        background: #f9f9f9;
        padding: 10px;
        margin-bottom: 10px;
        display: block;
        border: 1px solid #f1f1f1;
        border-radius: 2px;
    }

        .brandListPage .brandLink a i {
            color: var(--color);
        }

        .brandListPage .brandLink a:hover {
            background: #f1f1f1;
        }

.varyasyonmu {
    display: none;
}


#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;*/
    /*background: #f9f9f9;*/
    border: 2px solid #ECF0F1;
    padding: 20px;
    /*box-shadow: 0 3px 3px #cdcdcd;*/
}

    .cerceve hr {
        border: 1px solid #ECF0F1;
        margin: 11px 0;
    }

    .cerceve .cerceve-baslik {
        border-bottom: 1px solid #ECF0F1;
        padding: 15px 10px;
        font-weight: bold;
    }

    .cerceve .cerceve-icerik {
        padding: 20px 10px;
    }

    .cerceve .cerceve-son {
        border-top: 1px solid #ECF0F1;
        padding: 15px 10px;
    }

    .cerceve label {
        font-weight: lighter !important;
        padding-top: 10px;
        color: #777;
        /*border-bottom: 2px solid #ebebeb;*/
    }

    .cerceve .form-control {
        border: 0px;
        border: 1px solid #cdcdcd;
        border-radius: 0px;
    }

    .cerceve .baslik {
        background: #f9f9f9;
        padding: 15px;
        font-weight: 900;
        margin-bottom: 20px;
    }

    .cerceve a {
        border: 1px solid rgb(81, 204, 83);
        background: rgba(81, 204, 83,.05);
        padding: 10px;
        color: rgb(81, 204, 83);
        margin: 20px 0;
        font-weight: bold;
    }

        .cerceve a:hover {
            border: 1px solid #000;
            background: rgba(81, 204, 83,.05);
            color: #000;
            text-decoration: none;
        }

.varyantDegerBasligi {
    font-weight: 700;
    margin: 10px 0 10px 0;
}

.varyantDegerleri {
    display: inline-block;
cursor: pointer;
letter-spacing: 1px;
font-weight: bold;
color: #2A3771;
padding: 10px;
border: 1px solid #cdcdcd;
}

    .varyantDegerleri:hover {
        border-color: var(--firstColor);
        /*background: #51cc53;*/
    }

    .varyantDegerleri.gorselResim {
        /*padding: 3px;*/
        margin: 5px;
        width: 85px;
        max-width: 85px;
        /*height: 128px;*/
        max-height: 128px;
        overflow: hidden;
        text-align: center;
    }

        .varyantDegerleri.gorselResim small {
            display: none;
        }

        .varyantDegerleri.gorselResim img {
            height: 100% !important;
            min-width: 100% !important;
        }

.urunTukendi {
    border: 2px solid #f00;
    display: block;
    width: 100%;
    margin: 10px 0;
    padding: 10px;
    text-align: center;
    color: #f00;
    font-size: 21px;
}

.buyukYazi {
    font-size: 1.5rem;
}

.whatsappButton {
    display: block;
    position: fixed;
    z-index: 10;
    bottom: 10px;
    left: 0px;
    bottom: 10px;
    width: 40px;
    height: 200px;
    z-index: 100;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    overflow: hidden;
}



.goster {
    display: normal;
}

.gizle {
    display: none;
}

/*.footer {
    width: 100%;
    margin-top: 25px;
    background: #fff;
    color: #666;
}

    .footer a {
        color: #000;
    }

    .footer li {
        padding: 5px 0;
    }*/


.footerTReticaret {
    width: 100%;
    line-height: 40px;
    color: #666;
    padding: 10px;
    border-top: 1px solid #f1f1f1;
}

    .footerTReticaret a {
        color: #000;
    }

    .footerTReticaret .bankaLogolari img {
        margin-left: 10px;
        border-radius: 5px;
        padding: 5px;
        background: #fff;
    }

.footerAltLogolar {
    height: 100px;
    text-align: center;
    background: url(/uploads/altlogolar.png) #ED1C24 no-repeat top center;
}

.btnSosyal {
    display: inline-block;
    border-radius: 21px;
    font-size: 25px;
    text-align: center;
    line-height: 25px;
    padding: 10px;
}

    .btnSosyal:hover {
        color: #000;
    }




.OYradio {
    border: 1px solid #ebebeb;
    padding: 15px;
    margin: 0 10px 10px 0;
    float: left;
}

    .OYradio label {
        margin-left: 5px;
    }

.homeKapsul {
    background: var(--secondColor);
    padding: 25px 50px;
    margin-bottom: 25px;
}

.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, .relatedProduct {
    display: block;
    line-height: 20px;
    transition: all 0.2s ease-in-out 0s;
    background: #fff;
    padding: 10px;
    width: 100%;
    float: left;
    margin-bottom: 25px;
    overflow: hidden;
    border: 1px solid var(--secondColor);
}

.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:hover, .product:focus {
        /*border-color: var(--firstColor);
box-shadow: 0px 0px 5px #cdcdcd;
}


/*.product .pic {
        position: relative;
        width: 100%;
        height: auto !important;
        overflow: hidden;
        text-align: center;
        border-bottom: 1px solid var(--secondColor);
        padding-bottom: 10px !important;
    }*/
/*.product .pic a {
            display: block;
            width: 100%;
            height: 100%;
        }*/
/*.product .pic a img {
                vertical-align: middle;
                max-width: 100%;
                height: auto;
            }*/



.relatedProduct:hover, .relatedProduct:focus {
    border-color: #ffbc8b;
    /*box-shadow: 0px 0px 3px #cdcdcd;*/
}

.relatedProduct .pic {
    text-align: center;
    overflow: hidden;
    height: 150px;
}

    .relatedProduct .pic a {
        /*width: 100% !important;*/
        display: inline-block;
        text-align: center;
    }

    .relatedProduct .pic img {
        display: block;
        margin: 0;
        /*max-height: 170px;*/
        max-width: 100%;
        /*width: 100%;*/
        /*border-bottom:1px solid #cdcdcd;*/
        /*box-shadow: 0 5px 0 #ebebeb;*/
    }

.relatedProduct .caption {
    color: #555555;
    padding: 9px;
    /*background: #f9f9f9;*/
    border-top: 1px solid #ecf0f1;
    text-align: center;
}

    .relatedProduct .caption .price {
        /*font-family: Arial;*/
        margin-bottom: 5px;
        color: #a1adbb;
        font-size: 17px;
        font-weight: 700;
        height: 40px;
    }

        .relatedProduct .caption .price s {
            margin-bottom: 5px;
            color: #666;
            font-weight: normal;
            font-size: 13px;
        }

.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: 47px;
            border-right: 1px solid rgba(255,255,255,0.2);
            padding-right: 10px;
        }

            .top-menu-left ul li:first-child {
                border-left: 1px solid rgba(255,255,255,0.2) !important;
                padding-left: 10px !important;
            }

.top-menu-center {
    font-size: 17px !important;
    text-align: center;
    font-weight: bold;
}

.top-menu-right {
    /*margin-bottom: 5px;*/
    text-align: right !important;
    height: 38px;
    font-size: 17px;
}

    .top-menu-right i {
        color: #FFF;
        background: #26d266;
        padding: 5px;
        border-radius: 20px;
        margin-right: 5px;
    }

    .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;
    }


.dropdown-menu {
    background: rgba(255,255,255,.98) !important;
    border: 0px !important;
    /*width: 1200px !important;*/
}

    .dropdown-menu ul {
        padding: 0px;
        margin: 0px;
        min-width: 150px;
    }


        .dropdown-menu ul li {
            border-bottom: 1px solid #ebebeb;
        }




.dropdown-item {
}

    .dropdown-item div {
        line-height: 33px;
    }

    .dropdown-item img {
        height: 48px !important;
    }

    .dropdown-item:hover {
        border-color: #f00 !important;
    }

.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;
}

.fiyat {
    /*float: left;*/
    /*margin-top: 15px;*/
}

.fiyatKDV {
    float: left;
    font-size: 35px;
    font-weight: 900;
    color: #f00;
    margin-top: 10px;
    margin-left: 15px;
}

.urunDetayIndirimIcon {
    color: #F00;
    display: inline-block;
    margin-right: 5px;
}

.urunDetayEskiFiyat {
    /*font-size: 17px;*/
    color: #999;
    /*display: inline-block;*/
    margin-right: 10px;
}

.urunDetayFiyat {
    font-size: 35px;
    font-weight: 900;
    display: block;
    color: #f00;
}

    .urunDetayFiyat i {
        color: #f00;
        margin-right: 10px;
    }

.urunDetayMiniLabel {
    /*background: #f5f5f5;*/
    /*padding: 5px;*/
    /*border-radius: 5px;*/
    /*color: #cdcdcd;*/
    /*font-size: 15px;*/
    /*margin-bottom: 10px;*/
    /*color: var(--firstColor);*/
}

.urunDetayLabel {
    display: inline-block;
    padding: 10px;
    font-size: 11px;
    letter-spacing: 1px;
    color: #666;
    vertical-align: middle;
    white-space: nowrap;
    text-align: center;
    border: 1px solid #cdcdcd;
    min-width: 100px;
    text-transform: uppercase;
    margin-bottom: 5px;
    border-radius: 10px;
    background: #fbfbfb;
}

    .urunDetayLabel i {
        color: var(--firstColor);
        margin-bottom: 10px;
        font-size: 19px;
    }

    .urunDetayLabel.ucretsizKargo {
        background: #a1adbb !important;
        color: #fff !important;
    }


.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;
}

.bankahesabi {
    background: #f9f9f9;
    border: 1px solid #f1f1f1;
    padding: 10px;
}

.text-black {
    color: #000;
}

.text-gray {
    color: #777;
}

.text-white {
    /*color: #a1adbb !important;*/
    color: #fff !important;
}

.text-red {
    color: #E91E63;
}

.text-bold {
    font-weight: bold;
}

.text-orange {
    color: #a1adbb !important;
}

#pnlAra {
    /*margin-top: 20px;*/
}

.webdashboard {
    text-align: center;
    margin: 50px 0;
}

    .webdashboard i {
        background: #f1f1f1;
        padding: 50px;
        border-radius: 20%;
        font-size: 50px;
    }

    .webdashboard span {
        display: block;
        font-size: 15px;
        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 #ebebeb;
        padding: 10px 5px;
        height: 180px;
        border-radius: 3px;
        margin-bottom: 10px;
    }

        .icons .secenek:hover {
            box-shadow: 0 2px 2px #ebebeb;
            background: #f3f3f3;
        }

    .icons .icon {
        margin: 10px 0;
        height: 70px;
    }

    .icons .baslik {
        font-weight: 800;
        color: #355470;
        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::before {
    content: "% "
}

.indirimorani::after {
    content: " indirimli";
}

.indirimorani {
    line-height: 2rem;
    color: #fff;
    font-weight: 700;
    font-size: 1.6rem;
    background: #f00;
    padding: 4px;
    border-radius: 7px;
    position: absolute;
    z-index: 1;
    right: 3px;
    width: 50px;
    height: 27px;
    overflow: hidden;
    bottom: 10px;
}

.tukendi {
    background: rgba(0,0,0,0.7);
    position: absolute;
    text-align: center;
    padding: 10px;
    color: var(--secondColor);
    z-index: 1;
    top: 90px;
    width: 100%;
    font-weight: bold;
    font-size: 21px;
}

.fastIcons {
    position: absolute;
    top: 10px;
    left: 10px;
    color: #fff;
    text-transform: uppercase;
    z-index: 1;
}

.ucretsizKargo {
    background: rgba(0,0,0,.5);
    padding: 5px 10px;
    width: 70px;
    display: none;
}

.hizliKargo {
    display: none;
    background: var(--color);
    padding: 5px 10px;
}

.aynigunKargo {
    background: var(--firstColor);
    padding: 5px 10px;
    display: none;
}

.detayButton {
    background: #d2dae2;
    color: #485460;
    line-height: 21px;
    text-align: center;
    margin: 5px;
}

    .detayButton a {
        width: 100%;
        height: 100%;
        display: block;
        color: #485460;
        font-weight: bold;
        padding: 10px 0;
        transition: .5s;
    }

        .detayButton a:hover {
            color: #fff;
            background: #485460;
        }



.secenekPaneli .ayrac {
    margin-right: 15px;
}



.whatsappOrder {
    background: #fff !important;
    display: inline-block;
    margin-top: 15px;
    padding: 10px;
    border: 7px solid #f1f1f1;
}


.urunDetayAciklama {
    font-size: 13px;
    /*color:#000;*/
    max-height: 250px;
    overflow: hidden;
    overflow-y: scroll;
    scrollbar-color: var(--color) #f1f1f1;
    scrollbar-width: thin;
}

    .urunDetayAciklama .baslik {
        margin: 10px 0 !important;
        display: block;
        font-weight: bold;
        font-size: 17px;
    }

.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: 15px;
}

/** 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;
}



.panel {
    border-radius: 0px;
    box-shadow: none !important;
    border: 1px solid var(--color) !important;
    padding: 10px;
}

    .panel .panel-heading {
        background: #fff !important;
        color: #000 !important;
        border-bottom: 3px solid #f1f1f1;
        margin-bottom: 10px;
    }

    .panel .panel-body {
        overflow: auto;
        padding: 10px;
        scrollbar-color: var(--color) #f1f1f1;
        scrollbar-width: thin;
    }

.filterLeftBlock {
}

    .filterLeftBlock .panel {
        border-radius: 0px;
        box-shadow: none !important;
        border: 1px solid #eee !important;
        padding: 0px;
border-radius: 7px !important;
  overflow: hidden;
    }

        .filterLeftBlock .panel .panel-heading {
            background: #00a0c9 !important;
            color: #fff !important;
            border-bottom: 0px;
            margin-bottom: 0px;
            padding: 15px 10px;
            font-size: 1.6rem;
            font-weight: 600;
        }

        .filterLeftBlock .panel .panel-body {
            max-height: 200px;
            overflow: auto;
            scrollbar-color: var(--color) #f1f1f1;
            scrollbar-width: thin;
            padding: 0px;
        }

            .filterLeftBlock .panel .panel-body .filterItem {
                cursor: pointer !important;
                display: block;
                color: #000;
                padding: 1rem;
                font-size: 1.3rem;
                font-weight: 500;
                border-bottom: 1px solid #dbe1eb;
            }

                .filterLeftBlock .panel .panel-body .filterItem input[type="checkbox"] {
                    display: normal !important;
                    margin: 5px 10px !important;
                }

            .filterLeftBlock .panel .panel-body .currentCat {
                color: var(--color);
                font-size: 15px;
                font-weight: 500;
                background: #f0f2f5;
                padding: 10px;
            }

            .filterLeftBlock .panel .panel-body .currentCount {
                color: #999;
                font-size: 11px;
                border-bottom: 1px solid #dbe1eb;
                padding: 10px;
                color: var(--firstColor);
            }

            .filterLeftBlock .panel .panel-body .categoryList a, mobileLeftCategoriesList ul li a {
                display: block;
                color: #000;
                padding: 1rem 2rem;
                font-size: 1.3rem;
                font-weight: 500;
                border-bottom: 1px solid #dbe1eb;
            }
/*.btn {
    border-radius: 0px !important;
}*/
.btn-duz {
    border-radius: 0px !important;
}

.btn-yesil {
    background: #51cc53;
    border: 1px solid #2ecc71 !important;
    color: #fff;
    font-weight: bold;
    letter-spacing: 1px;
    font-size: 17px !important;
}

    .btn-yesil:hover {
        border: 1px solid #51cc53;
        background: #5bc65d;
    }


.btn-kirmizi {
    background: #f00;
    border: 1px solid #f00 !important;
    color: #fff;
    font-weight: bold;
    letter-spacing: 1px;
    font-size: 17px !important;
}

    .btn-kirmizi:hover {
        border: 1px solid #f30;
        background: #f30;
    }


.btn-turuncu {
    background: #a1adbb;
    border: 1px solid #a1adbb !important;
    color: #fff;
    font-weight: bold;
    letter-spacing: 1px;
    /*font-size: 25px !important;*/
}

    .btn-turuncu:hover {
        border: 1px solid #ed4f00;
        background: #ed4f00;
    }


.btn-hemenAl {
    font-size: 17px !important;
    background: #000;
    color: #fff;
}

.btnSepeteUrunEkle {
    border: 1px solid #2AB200 !important;
    background: #2AB200;
    color: #fff;
}


.btnHemenAl {
    border: 1px solid var(--firstColor) !important;
    background: var(--firstColor);
    color: #fff;
}

    .btnHemenAl:hover {
        background: #fff;
        color: var(--firstColor) !important;
    }

.btn-hizliEkleGozat {
    background: var(--color);
    color: #fff;
    letter-spacing: 1px;
}

.kampanyaMesaji {
    background: #701B75;
    color: #fff;
    text-align: center;
    padding: 20px;
    font-size: 19px;
    margin-bottom: 20px;
}

.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;
    }

.productImages {
}

#urunDetayImg {
    max-width: 100% !important;
}

.footer .UrunGruplariBoyutu {
    height: 110px;
}

.left-list .border {
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 5px;
    margin-bottom: 5px;
}

#myCarouselFullW {
    margin: -20px auto;
    /*width: 1170px;*/
}

.alert-sepeteEkle {
    background-color: rgba(81,204,83,.1);
    border-color: #2ecc71;
    color: #11ac71;
    text-align: center;
    border-radius: 0 !important;
}

    .alert-sepeteEkle a {
        display: block;
        color: #11ac71;
        width: 100%;
        height: 100%;
    }

        .alert-sepeteEkle a:hover {
            color: #000;
        }

.alert-link {
    border: 1px solid #ebebeb;
}

.spacePage {
    min-height: 500px;
}



.las {
    padding: 15px 0;
    /*line-height: 50px;*/
    min-height: 50px;
}



.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 {
    min-height: 300px;
}

    .secenekPaneli .fiyat {
        /*line-height: 30px;*/
        /*font-size: 19px;*/
    }

.fiyatPaneli {
    padding: 20px;
    border: 2px dashed #e1e1e1;
}

    .fiyatPaneli .fiyat {
        line-height: 30px;
    }


.home h2 {
    margin: 15px auto;
    font-size: 25px;
    text-align: center;
    border-bottom: 3px solid #d2dae2;
    padding: 15px;
    display: inherit;
    width: 400px;
    color: #000;
}



.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;
        }

.siparisBilgilendirme {
    padding: 25px;
    text-align: center;
    margin-bottom: 50px;
}

    .siparisBilgilendirme img {
        width: 128px;
        margin-bottom: 25px;
    }

    .siparisBilgilendirme h1 {
        font-weight: 900;
        margin: 25px;
    }

    .siparisBilgilendirme p {
        margin: 25px;
    }

.sepetUcretler {
    border-top: 1px solid rgb(81, 204, 83);
    border-left: 1px solid rgb(81, 204, 83);
    border-right: 1px solid rgb(81, 204, 83);
    background: rgba(81, 204, 83,.05);
    padding: 10px 25px 25px 25px;
}

    .sepetUcretler hr {
        margin: 10px;
    }

    .sepetUcretler .row {
        border-bottom: 1px solid #e1e1e1;
        padding: 11px 0;
    }

        .sepetUcretler .row .col-sm-6:first-child {
            font-weight: bold;
        }

    .sepetUcretler td {
        padding: 10px 10px !important;
    }

.tablar {
    min-height: 50px;
    cursor: pointer;
}

.tab {
    padding: 15px 10px !important;
    border: 1px solid #f1f1f1;
    background: #f9f9f9;
    font-weight: bold;
    float: left;
    max-width: 150px;
}

    .tab.active {
        background: rgba(81, 204, 83,.05);
        border-left: 1px solid rgb(81, 204, 83) !important;
        border-top: 1px solid rgb(81, 204, 83) !important;
        border-right: 1px solid rgb(81, 204, 83) !important;
        border-bottom: 0px;
        margin-right: 5px;
    }

.tabs {
    padding: 20px;
    border: 1px solid rgb(81, 204, 83);
}

.is-invalid {
    border-color: #f00 !important;
}

.mesaj-hata {
    border: 1px solid #f00;
    padding: 5px;
    color: #f00;
    margin-bottom: 5px;
}

.mesaj-onay {
    border: 2px solid #51cc53;
    padding: 15px;
    color: #51cc53;
    margin-bottom: 5px;
    background: rgba(81, 204, 83, 0.05);
}

.secili {
    border: 2px solid var(--firstColor) !important;
    /*background: #51cc53;*/
    /*color: #fff !important;*/
}

.kargoKapsul {
    border: 2px solid #f1f1f1;
    padding: 10px;
    text-align: center;
    margin-bottom: 10px;
    cursor: pointer;
}

.odemeKapsul {
    border: 2px solid #f1f1f1;
    padding: 10px;
    margin-bottom: 10px;
    cursor: pointer;
}

.hesapSatiri {
    border: 2px solid #f1f1f1;
    padding: 10px;
    margin-bottom: 10px;
    cursor: pointer;
}


.hesapButon {
    width: 120px;
    border-radius: 3px;
    /*border: 1px solid #ebebeb;*/
    /*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: #fff;
    background: #2c3e50;
    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 #ebebeb;*/
}

    .navbar ul li:last-child {
        /*border-right: 1px solid #ebebeb;*/
    }


.LogoArama {
}

    .LogoArama .dropdown-menu {
        max-width: 150px;
    }

    .LogoArama .btnSepet {
        position: relative;
    }

        .LogoArama .btnSepet span {
            background: var(--firstColor);
            color: #fff;
            position: absolute;
            right: -10px;
            border-radius: 50%;
            padding: 5px 8px;
            top: -7px;
        }

    .LogoArama .btnHesap {
    }

    .LogoArama .dropdown-menu {
        position: absolute;
        left: 0;
        z-index: 1000;
        display: none;
        float: left;
        min-width: 100%;
        padding: 10px;
        margin: -15px 0px 0px 0px;
        list-style: none;
        font-size: 14px;
        text-align: left;
        background-color: #ffffff;
        -webkit-box-shadow: 0px 0px 9px -4px rgba(0,0,0,.15);
        box-shadow: 0px 0px 9px -4px rgba(0,0,0,.15);
        -webkit-background-clip: padding-box;
        background-clip: padding-box;
        overflow: hidden;
        border: 2px solid var(--color);
        border-radius: 35px;
        text-align: center;
    }

.navbar-brand img {
    max-height: 85px;
}







.productImage {
    float: left;
    text-align: center;
    overflow: hidden;
border: 1px solid #ebebeb;
  border-radius: 10px;
}

    .productImage:first-child {
        max-width: 100%;
        float: none;
        margin-bottom: 25px;
    }

    .productImage img {
        max-width: 100% !important;
        max-height: 100% !important;
    }

    .productImage.otherImage {
        max-width: 100%;
        margin-bottom: 5px;
    }

        .productImage.otherImage a {
            display: block;
            width: 100%;
            height: 100%;
        }

.urundetaysepeteeklebottom {
    display: none;
}

/* MEDIA */
@media screen and (max-width:768px) {

    .navbar-nav {
        margin: 0 !important;
    }

    .nav li {
        border-bottom: 1px solid #ebebeb;
    }

    .mobileHeader {
        display: block;
    }

    .navbar-default {
        display: none;
    }

        .navbar-default .navbar-nav > li {
            width: 100%;
        }

            .navbar-default .navbar-nav > li > a {
                padding: 0px 20px !important;
                height: 35px !important;
                line-height: 35px !important;
                font-size: 13px !important;
                background: var(--secondColor) !important;
                text-align: left !important;
            }

                .navbar-default .navbar-nav > li > a:hover {
                    background: #fff !important;
                    color: var(--firstColor) !important;
                }


    .navbar-wrapper .site-nav {
        display: block;
    }


    .dropdown-menu {
        max-width: 100%;
        position: relative !important;
    }

        .dropdown-menu .dropdown-item {
            width: 100% !important;
        }

            .dropdown-menu .dropdown-item div {
                float: left !important;
                height: 32px !important;
                line-height: 32px !important;
            }

                .dropdown-menu .dropdown-item div img {
                    padding: 0px 15px 0px 15px !important;
                    height: 14px !important;
                }



    .nav-tabs > li a {
        padding: 15px 10px !important;
        font-weight: 400 !important;
        font-size: 12px !important;
    }

    .kategoriler {
        display: none;
    }


    .slayt {
       margin-bottom:20px !important;
    }
    .slaytwrapper .container {
        padding: 0;
        margin: 0;
    }

    .slaytBottom {
        display: none;
    }

    .home {
        width: 100% !important;
        margin: 0 auto !important;
    }

        .home h2 {
            font-size: 17px;
            width: 100% !important;
        }

    .homeKapsul {
        padding: 25px;
    }

    .product .pic {
        /*height: 150px;*/
    }

    .extraPictures {
        /*display: none;*/
    }

    .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;
        text-transform: uppercase;
        font-weight: bold;
    }

    .ProductNameMobile {
        line-height: 60px;
        padding-left: 15px;
        font-size: 15px;
        font-weight: bold;
        color: #E91E63;
        border-bottom: 1px solid #cdcdcd;
    }



    .home .product, .product {
        width: 100%;
        border: 1px solid #f1f1f1;
    }

        .product .pic {
            height: 200px;
        }

    .slaytBottom {
        width: 100% !important;
    }

        .slaytBottom img {
            width: 100% !important;
        }

    .katMenu .dropdown-toggle:first-child {
        background: var(--color) !important;
    }

    .secenekPaneli {
        border-left: none;
        padding-left: 0px;
    }

    /*.headerWrapper {
        display: none;
    }*/

    .urundetaysepeteeklebottom {
        display: block;
        position: fixed;
        bottom: 0px;
        width: 100%;
        padding: 10px;
        background: #fff;
        border-top: 1px solid var(--firstColor);
        z-index: 100;
    }

    .webSepeteEkle {
        display: none;
    }
}

@media screen and (min-width:768px) {
    .LogoMobile, .ProductNameMobile {
        display: none;
    }

    .vMobile {
        display: none !important;
    }




    .katMenu .dropdown-menu {
        width: 100%;
        border: 2px solid var(--color);
    }
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}
