﻿@font-face {
    font-family: 'dinbekregular';
    src: url('Fontlar/dinbekreg.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'dinbeklight';
    src: url('Fontlar/dinbelig.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'dinbekbold';
    src: url('Fontlar/dinbekbol.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

* {
    /*font-family: 'dinbeklight';*/
}

.is_background {
    /*font-family: 'dinbekregular';*/
    background: url(../images/isbilir_images/isbilir_background.png);
    width: 100%;
    min-height: 700px;
    float: left;
    z-index: 0;
    background-size: auto;
}

.ustcizgi {
    height: 5px;
    width: 100%;
    background: #6c6e74;
    z-index: 2;
}

.auto_center {
    margin: 0px auto;
    width: 85%;
}

.is_topblock {
    margin-top: 30px;
    margin-bottom: 10px;
}

.is_searchblock {
    height: 55px;
    width: 100%;
    margin-bottom: 5px;
}

.color_white {
    color: white;
}

.is_arama_blogu {
    height: 60px;
    background: white;
    font-size: 15px;
    color: #4a4a4a;
    border-radius: 30px !important;
    margin-top: 4px;
    border: 1px solid #6c6e74 !important;
    padding: 0px 20px !important;
    padding-left: 70px !important;
}

.is_ara {
    margin-top: -46px;
    margin-right: 20px;
    position: relative;
    z-index: 999;
    cursor: pointer;
}

.is_katalog {
    height: 45px;
    padding-top: 13px;
    text-align: center;
    color: white;
    font-size: 25px;
    width: 15%;
    cursor: pointer;
    background: #FE5000;
    border-radius: 30px;
}

.is_kategoriler {
    width: 250px;
}

#tuvaFoto .is_kategoriler {
    width: 250px;
    margin-top: 700px !important;
}

.chk_kesim_sta div {
    color: #6c6e74;
}

.is_urunlistesi {
    width: 80% !important;
}

.is_urun_img {
    width: 100%;
    height: 340px;
}

.is_kat_img {
    max-height: 60px;
}

#kategorilerTreeView ul li div {
    padding-left: 2px !important;
    text-align: center;
    width: 100%;
}

#kategorilerTreeView ul li {
    border: 1px solid #ffffff52;
    border-radius: 10px;
    margin-top: 10px;
    padding-bottom: 10px;
    background: #6c6e74;
    text-align: center;
}

.is_urunlistesi img {
    width: 300px;
    height: 350px;
}

.is_stoklar {
    width: 100% !important;
}
.is_stoklar urun{
    width: 150px;
    height: 250px;
}
    .is_stoklar img {
        width: 150px;
        height: 150px;
    }
    .is_stoklar .dx-tile {
        background-color: transparent !important;
        border: none !important;
    }
    .is_stoklar #urungorseli img {
        width: 100%;
        height: 600px;
    }
    .is_stoklar #urungorseli {
        border: 1px solid #c3c3c3;
        margin-bottom: 10px;
    }
    .is_stoklar .dx-tile {
        background-color: transparent !important;
        border: none !important;
    }

.is_urunlistesi .dx-tile {
    background-color: transparent !important;
    border: none !important;
}

.is_st_sha {
    text-shadow: 0px 0px 4px #8c8b8b;
}

.is_urunlistesi #urungorseli img {
    width: 100%;
    height: 600px;
}

.is_urunlistesi #urungorseli {
    border: 1px solid #c3c3c3;
    margin-bottom: 10px;
}

.menu-button {
    margin-top: 5px !important; /*15px !important;*/
}

/***********Lightbox css*************************************/
#isbilircontent #lightbox {
    margin-top: 3vw;
    /*background-color: #cddff759 /*#F0EBEB*/;
    padding: 0.5vw 0;
    border-radius: 0.3vw;
}

    #isbilircontent #lightbox * {
        box-sizing: border-box;
    }

    #isbilircontent #lightbox .row > .column {
        padding: 0 8px;
    }

    #isbilircontent #lightbox .row:after {
        content: "";
        display: table;
        clear: both;
    }

    #isbilircontent #lightbox .column {
        float: left;
        width: 23.1%;
        height: 9.5vw;
        display: flex;
        justify-content: center !important;
        align-items: center !important;
        background: aliceblue;
        box-shadow: 0.5px 0.5px 5px grey;
        -webkit-box-shadow: 0.5px 0.5px 5px grey;
        -moz-box-shadow: 0.5px 0.5px 5px grey;
        margin: 0.5vw;
        border-radius: 0.2vw;
    }

        #isbilircontent #lightbox .column img {
            max-width: 100%;
            width: auto;
            height: auto;
            max-height: 8vw;
        }

    #isbilircontent #lightbox .modal {
        display: none;
        position: fixed;
        z-index: 999999999;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        overflow: auto;
        background-color: #000000a8;
    }

    #isbilircontent #lightbox .modal-content {
        position: relative;
        background-color: transparent;
        margin: auto;
        padding: 0;
        width: 90%;
        max-width: 1200px;
        height: 40vw;
    }

    #isbilircontent #lightbox .close {
        color: white;
        position: absolute;
        top: 10px;
        right: 25px;
        font-size: 35px;
        font-weight: bold;
    }

        #isbilircontent #lightbox .close:hover,
        #isbilircontent #lightbox .close:focus {
            color: #999;
            text-decoration: none;
            cursor: pointer;
        }

    #isbilircontent #lightbox .big-slide {
        display: flex;
        justify-content: center !important;
        align-items: center !important;
        height: 40vw;
        background: white;
        margin-top: 10px;
    }

    #isbilircontent #lightbox .mySlides img {
        height: auto !important;
        max-height: 40vw !important;
        width: auto !important;
        max-width: 100% !important;
    }

    #isbilircontent #lightbox .cursor {
        cursor: pointer;
    }

    #isbilircontent #lightbox .prev,
    #isbilircontent #lightbox .next,
    .slide-exit-left,
    .slide-exit-right {
        cursor: pointer;
        position: fixed;
        top: 0%;
        height: 100%;
        padding: 16px;
        padding-top: 23%;
        color: white;
        font-weight: bold;
        font-size: 20px;
        transition: 0.6s ease;
        border-radius: 0 3px 3px 0;
        user-select: none;
        -webkit-user-select: none;
    }

    #isbilircontent #lightbox .prev {
        left: 19%;
        width: 31%;
    }

    #isbilircontent #lightbox .next {
        left: 50%;
        width: 31%;
        text-align: right;
    }

#isbilircontent .slide-exit-left {
    left: 0%;
    width: 19%;
}

#isbilircontent .slide-exit-right {
    left: 81%;
    width: 20%;
}

/* Position the "next button" to the right */
#isbilircontent #lightbox .next {
    right: 0;
    border-radius: 3px 0 0 3px;
}

    /* On hover, add a black background color with a little bit see-through */
    #isbilircontent #lightbox .prev:hover,
    #isbilircontent #lightbox .next:hover {
        /*background-color: rgba(0, 0, 0, 0.8);*/
    }

/* Number text (1/3 etc) */
#isbilircontent #lightbox .numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
    left: 0;
}

#isbilircontent #lightbox .caption-container {
    text-align: center;
    /*background-color: #00000099;*/
    padding: 4px 16px;
    color: white;
    display: none;
}

#isbilircontent #lightbox .small-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 25%;
    /*margin-right: 0.5vw;*/
}

#isbilircontent #lightbox .column .small-slide-img {
    opacity: 0.7;
    width: auto !important;
    max-width: 100%;
    max-height: 5.5vw;
    height: auto;
}

#isbilircontent #lightbox .active,
#isbilircontent #lightbox .demo:hover {
    opacity: 1;
}

#isbilircontent #lightbox img.hover-shadow {
    transition: 0.3s;
}

#isbilircontent #lightbox .hover-shadow:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    -moz-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

/*flexisel***********************/
#resimler img {
    width: 95%;
}

.nbs-flexisel-container {
    position: relative;
    max-width: 100%;
}

.nbs-flexisel-ul {
    position: relative;
    width: 9999px;
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    text-align: center;
}

.nbs-flexisel-inner {
    overflow: hidden;
    float: left;
    width: 100%;
}

.nbs-flexisel-item {
    float: left;
    margin: 0px;
    padding: 0px;
    cursor: pointer;
    position: relative;
    line-height: 0px;
}

    .nbs-flexisel-item img {
        cursor: pointer;
        position: relative;
        max-width: 146px;
        max-height: 88px;
    }

.nbs-flexisel-nav-left,
.nbs-flexisel-nav-right {
    width: 22px;
    height: 22px;
    position: absolute;
    cursor: pointer;
    z-index: 100;
    opacity: 0.9;
}

#isbilircontent .urun-detay-yazi .nbs-flexisel-nav-left,
#isbilircontent .urun-detay-yazi .nbs-flexisel-nav-right {
    color: #01010199; /* # ECECEC*/
    border: 0vw solid #EBEDEF;
    background-color: #FFFFFF59;
    z-index: 0;
}

#isbilircontent .urun-detay-yazi .nbs-flexisel-nav-left {
    left: 0;
}

#isbilircontent .urun-detay-yazi .nbs-flexisel-nav-right {
    right: 0;
}

.nbs-flexisel-container {
    display: block;
}

#isbilircontent .gorseldetay {
    background-color: transparent !important;
    color: black !important;
    text-align: left !important;
}

#isbilircontent .gorseldetay {
    position: relative;
    right: 0;
    float: left;
    height: auto;
    z-index: 90 !important;
}

.gorseldetay {
    color: white;
    text-align: center;
    margin-top: 5px;
    padding-top: 5px;
    font-weight: 500;
    background: #337ab7;
    cursor: pointer;
    min-height: 500px;
}

.is_back {
    background-image: url('../images/isbilir_images/login_back.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: fixed !important;
    width: 70%;
    height: 100%;
}

.is_badge {
    position: absolute;
    margin-top: -10px;
    margin-left: 10px;
    background: #6c6e74;
    border-radius: 100%;
    width: 17px;
    height: 16px;
    color: white;
    font-weight: bold;
    font-size: 11px;
    text-align: center;
}

.is_cikis {
    margin-bottom: 10px;
    margin-top: -10px;
    margin-right: 10px;
    margin-left: 20px;
    border: 1px solid #5c5c5c;
    padding: 2px 10px 4px;
    background: #b2b1b1;
    font-size: 15px;
    border-radius: 5px;
    color: white;
    text-shadow: 1px 1px 0px black;
    box-shadow: 1px 1px 0px grey;
}

.is_yon_kol {
    background: #066ea0;
    color: white;
    font-weight: 600;
    padding: 5px 0px;
    cursor: pointer;
}

.is_background .topBarMenuler {
    margin-right: 25px !important;
}

.stok_detayi {
    background-color: #a5a5a5 !important;
    color: white !important;
    font-weight: 600 !important;
    text-shadow: 0px 0px 10px black;
}

.font_turuncu_color {
    color: #fe5000;
}

.back_color_turuncu {
    background: #fe5000 !important;
    color: white !important;
}

    .back_color_turuncu .dx-icon {
        color: white !important;
    }

.dx-checkbox-checked .dx-checkbox-icon:before {
    color: white;
}

.secretSearchGenelAltOneBox input {
    font: 14px;
    color: #6c6e74;
    font-weight: 500;
}

.fa-power-off:before {
    content: "\f011";
    font-size: 22px;
    color: #6c6e74;
}

.fa-camera {
    position: absolute;
    left: 20px;
    top: 12px;
    z-index: 999;
}

    .fa-camera:before {
        content: "\f030";
        cursor: pointer;
        font-size: 40px;
        color: #6c6e74;
    }

.pos_rel {
    position: relative;
}

.line_vert {
    position: absolute;
    left: 70px;
    top: 20px;
    z-index: 999;
    width: 1px;
    height: 30px;
    background: #6c6e74;
}

/*.dx-tileview div.dx-scrollable-container {
    overflow-y: auto !important;
    overflow: visible !important;
    overflow-x: visible !important;
}

.dx-scrollable-native.dx-scrollable-vertical, .dx-scrollable-native.dx-scrollable-vertical .dx-scrollable-container {
    -ms-touch-action: pan-y;
    overflow-x: visible !important;
    overflow-y: visible !important;
}*/

.limit_sty {
    text-shadow: 1px 1px 1px #fe5000;
    color: #FE5000;
    margin-top: -5px;
}

.mob_left_is {
    float: right;
}

.dx-scrollable-scrollbar {
    display: block !important;
}

#hly-tileView {
    height: auto !important;
}




@media screen and (max-width:1470px) {
    .is_urunlistesi {
        width: 70% !important;
    }

    .top_rig {
        width: 75%;
    }

    .isbilir_logo {
        width: 20%;
    }

        .isbilir_logo img {
            width: 100% !important;
        }
}

@media screen and (max-width:1080px) {
    .is_katalog {
        font-size: 20px;
        padding-top: 18px;
    }

    .is_urunlistesi #urungorseli img {
        height: 400px;
    }
}

@media screen and (max-width:1010px) {
    .is_katalog {
        font-size: 20px;
        padding-top: 18px;
        width: 150px;
    }

    .is_urunlistesi {
        width: 60% !important;
    }
}

@media screen and (max-width:1000px) {
    .is_katalog {
        font-size: 15px;
        width: 100px;
        padding-top: 16px;
    }

    .dx-treeview .dx-treeview-item .dx-treeview-item-content span {
        vertical-align: middle;
        font-size: 23px;
    }

    .dx-treeview .dx-treeview-node-container.dx-treeview-node-container-opened {
        clear: both;
    }
}

@media screen and (max-width:900px) {
    .mob_left_is {
        clear: both;
        margin-top: 10px;
        margin-bottom: 20px;
    }

    .top_rig {
        width: 70%;
    }

    .mob_wit_100_is {
        float: left !important;
        margin-bottom: 10px;
    }
}

@media screen and (max-width:885px) {
    .is_searchblock {
        margin-top: 10px;
    }

    .is_katalog {
        width: 120px;
    }

    .top_rig {
        width: 60%;
    }

    .isbilir_logo {
        width: 30%;
    }

    .sepet_yazi {
        display: none;
    }

    .is_urunlistesi #urungorseli img {
        height: 400px;
    }

    .mob_800_100 {
        width: 100% !important;
    }

    .stok_detayi .dx-button-content {
        padding: 7px 0px !important;
    }

    .dx-tileview div.dx-scrollable-container {
        overflow-y: auto !important;
        touch-action: auto !important;
        overflow: auto !important;
        overflow-x: hidden !important;
    }

    .dx-scrollable-native.dx-scrollable-vertical, .dx-scrollable-native.dx-scrollable-vertical .dx-scrollable-container {
        -ms-touch-action: pan-y;
        touch-action: auto;
        overflow-x: hidden !important;
        overflow-y: auto !important;
    }

    #hly-tileView .dx-scrollable-container {
        height: auto !important;
    }

    #hly-tileView {
        height: auto !important;
    }

}

@media screen and (max-width:750px) {
    .is_urunlistesi span {
        font-size: 17px;
    }

    .sea_marka {
        font-size: 18px !important;
        margin-top: 16px !important;
    }

    .is_kategoriler {
        width: 30% !important;
    }

    #tuvaFoto .is_kategoriler {
        margin-top: 1000px !important;
    }

    .is_urunlistesi {
        width: 67% !important;
    }

    .is_katalog {
        width: 18%;
        font-size: 100%;
        padding-top: 24px;
    }
}

@media screen and (max-width:670px) {
    .top_rig {
        width: 55%;
    }
}

@media screen and (max-width:650px) {
    .auto_center {
        width: 95%;
    }

    .is_topblock {
        float: left;
        width: 100%;
        margin-top: -37px;
    }

    .is_background .topBarMenuler {
        margin-right: 0px !important;
        z-index: 999;
        position: relative;
    }

    .nav-icon span {
        background-color: #6c6e74;
    }

    .menu_adi {
        display: none;
    }

    .top_rig {
        width: 60%;
    }
}

@media screen and (max-width:620px) {
    .auto_center {
        width: 95%;
    }

    .mob_wit_100_is {
        width: 100%;
    }

    .mob_500_100{
        width : 230px;
      
    }
}
}

@media screen and (max-width:450px) {
    .is_katalog {
        background: none;
        color: #FE5000;
        FONT-WEIGHT: 900;
        padding-top: 10px;
        width: 100%;
        text-align: right;
        text-shadow: 1px -1px 0px #fe5000;
        font-size: 16px;
        margin-right: -5px;
        margin-top: -95px;
    }

    .arama_alani {
        width: 100% !important;
    }

    .mob_wit_100_is {
        width: auto;
    }

    .is_urunlistesi span {
        font-size: 15px;
    }

    .is_urunlistesi .dx-tile {
        background-color: transparent !important;
        border: none !important;
        width: 90% !important;
        height: 300px !important;
    }

    .grid {
        height: 100%;
    }

    .is_background .topBarMenuler {
        z-index: 999;
        position: relative;
        margin-top: -25px;
    }

    .is_topblock {
        margin-top: -20px;
    }

    .top_rig {
        width: 95%;
        margin-top: -20px
    }

    .cikisalani {
        margin-right: 0px !important;
    }

    .mob_wit_100_is {
        float: left !important;
    }

    .left_25 {
        margin-left: 30px !important;
    }
}

@media screen and (max-width:320px) {
    .dx-placeholder:before {
        padding: 0 !important;
    }
}
