@charset "UTF-8";
@import url(https://cdn.ticimax.com/v8100/App_Themes/elittema11/bootstrap.css);
@import url('https://cdn.ticimax.com/v8100/App_Themes/elittema11/fonticon/fontawesomeall.min.css');
@import url('https://cdn.ticimax.com/v8100/App_Themes/elittema11/fonticon/linearicons.css');
@import 'normalize.css';
@import url('https://cdn.ticimax.com/v8100/App_Themes/elittema11/fonts/fontawesomeall.min.css');
@import url('https://cdn.linearicons.com/free/1.0.0/icon-font.min.css');
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600;700&family=Roboto:wght@100;300;400;500;700;900&display=swap');
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.0/css/all.min.css");

:root {
    --theme-color: #66bcf1 !important;
    --blue: #66B9E7; /* Husky’ye yakın mavi ton */
    --white: #fff;
    --iconSize: 54px;
}

.afterClear,
.gridLeft:after,
.listAdd:after,
.gender:after {
    clear: both;
    display: table;
    content: "";
}


/* Scrool Bar */
::-webkit-scrollbar {
    width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #eee;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #ccc;
}

    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
        background: #ddd;
    }


/* ================================================ */


body {
    background: #fff;
    color: #000;
    font-family: Roboto, sans-serif !important;
    font-weight: normal;
    margin: 0;
    padding: 0;
}


#overlay {
    opacity: .5;
    position: fixed;
    bottom: 0;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000000;
    -webkit-transition: -webkit-transform 300ms ease;
    -moz-transition: -moz-transform 300ms ease;
    -o-transition: -o-transform 300ms ease;
    transition: transform 300ms ease;
    z-index: 3;
    display: none;
}

    #overlay.active {
        display: block;
    }

body.topOverlay #overlay {
    -webkit-transform: translate(0, 52px);
    -ms-transform: translate(0, 52px);
    -o-transform: translate(0, 52px);
    transform: translate(0, 52px);
}

body.topOverlay form {
    width: 100%;
    box-shadow: none;
    -webkit-box-shadow: none;
    -webkit-transform: translate(0, 52px);
    -ms-transform: translate(0, 52px);
    -o-transform: translate(0, 52px);
    transform: translate(0, 52px);
}



body.sepetimBody form {
    -webkit-overflow-scrolling: inherit;
    -webkit-transform: inherit;
    transform: inherit;
}


html {
    -webkit-box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    box-sizing: border-box !important;
}

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

label input {
    margin-right: 5px;
}

#cb3DSecureOdeme {
    margin-right: 8px;
}

img {
    border: none;
    max-width: 100%;
}

a {
    text-decoration: none;
    color: #666666;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0;
    font-weight: normal !important;
}

body, td, th, input, textarea, select, a {
    font-size: 13px;
}

.clear {
    clear: both;
}

.bordernone {
    border: none !important;
}

.textarea {
    font-family: "Roboto", sans-serif !important;
    border: solid 1px #DDDDDD;
    padding: 4px;
    width: 94%;
    height: 80px;
    resize: none;
    color: #777777;
    background-color: transparent;
    transition-duration: 0.2s, 0.2s;
    -webkit-transition-duration: 0.2s, 0.2s; /* Safari */
}

.textbox {
    font-family: "Roboto", sans-serif !important;
    border: 1px solid #ccc;
    color: #666666;
    display: block;
    font-size: 12px;
    width: 100%;
    padding: 8px 8px;
    margin: 0 0 8px 0;
    transition-duration: 0.2s, 0.2s;
    -webkit-transition-duration: 0.2s, 0.2s; /* Safari */
}

.Block_item .button {
    display: block;
    width: 100%;
}

.button {
    cursor: pointer;
    background: #616c70;
    color: #FFFFFF;
    padding: 8px 10px;
    transition: 0.3s;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    -ms-transition: 0.3s;
    margin: 0 0 8px 0;
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

    .button:hover {
        background-color: #000;
        transition: 0.3s;
        -moz-transition: 0.3s;
        -webkit-transition: 0.3s;
        -ms-transition: 0.3s;
    }

.selectboxx {
    border: 1px solid #f1f1f1;
    padding: 0 10px;
    height: 30px;
}

.validate,
.validateSol,
.validateOrta {
    position: absolute;
    right: 1.5%;
    top: -35px;
    display: table;
    background-color: #366f2a;
    color: #fff;
    border-radius: 5px;
    padding: 0 10px;
}

    .validate .validateOk,
    .validateSol .validateSolOk,
    .validateOrta .validateOrtaOk {
        background-color: #366f2a;
        position: absolute;
        right: 10px;
        bottom: -5px;
        width: 10px;
        height: 10px;
        display: block;
        border-radius: 0 0 0px 15px;
    }

.cloudzoom-zoom {
    z-index: 999;
}

#showhideButton {
    top: 9px !important;
}

.password-verdict {
    color: #000 !important;
    display: block !important;
    white-space: nowrap;
}

body {
    -webkit-text-size-adjust: 100%;
}

input[type="submit"], button[type="submit"], input[type="button"], button {
    border: none;
}

.clearfix {
    content: '';
    clear: both;
    display: block;
    float: left;
    width: 100%;
}

    .clearfix:after, .clearfix:before {
        content: '';
        clear: both;
        display: block;
        float: left;
        width: 100%;
    }

textarea {
    resize: none;
}

textarea, input[type="text"], input[type="password"] {
    height: 40px;
    padding-left: 10px;
    border: 1px solid #ddd;
    color: #777;
    background: transparent;
}

    textarea:focus, input[type="text"]:focus, input[type="password"]:focus {
        background: #F1F1F1;
    }

input[type="submit"] {
    border: none;
    cursor: pointer;
}

select {
    height: 40px;
    padding: 0 17px 0 10px;
    line-height: 30px;
    border: 1px solid #ddd;
    color: #777;
}

.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: 0 10px;
}


.row {
    margin: 0 -10px;
}

.ticiContainer.homeContainer .col-xs-1, .ticiContainer.homeContainer .col-sm-1,
.ticiContainer.homeContainer .col-md-1, .ticiContainer.homeContainer .col-lg-1,
.ticiContainer.homeContainer .col-xs-2, .ticiContainer.homeContainer .col-sm-2,
.ticiContainer.homeContainer .col-md-2, .ticiContainer.homeContainer .col-lg-2,
.ticiContainer.homeContainer .col-xs-3, .ticiContainer.homeContainer .col-sm-3,
.ticiContainer.homeContainer .col-md-3, .ticiContainer.homeContainer .col-lg-3,
.ticiContainer.homeContainer .col-xs-4, .ticiContainer.homeContainer .col-sm-4,
.ticiContainer.homeContainer .col-md-4, .ticiContainer.homeContainer .col-lg-4,
.ticiContainer.homeContainer .col-xs-5, .ticiContainer.homeContainer .col-sm-5,
.ticiContainer.homeContainer .col-md-5, .ticiContainer.homeContainer .col-lg-5,
.ticiContainer.homeContainer .col-xs-6, .ticiContainer.homeContainer .col-sm-6,
.ticiContainer.homeContainer .col-md-6, .ticiContainer.homeContainer .col-lg-6,
.ticiContainer.homeContainer .col-xs-7, .ticiContainer.homeContainer .col-sm-7,
.ticiContainer.homeContainer .col-md-7, .ticiContainer.homeContainer .col-lg-7,
.ticiContainer.homeContainer .col-xs-8, .ticiContainer.homeContainer .col-sm-8,
.ticiContainer.homeContainer .col-md-8, .ticiContainer.homeContainer .col-lg-8,
.ticiContainer.homeContainer .col-xs-9, .ticiContainer.homeContainer .col-sm-9,
.ticiContainer.homeContainer .col-md-9, .ticiContainer.homeContainer .col-lg-9,
.ticiContainer.homeContainer .col-xs-10, .ticiContainer.homeContainer .col-sm-10,
.ticiContainer.homeContainer .col-md-10, .ticiContainer.homeContainer .col-lg-10,
.ticiContainer.homeContainer .col-xs-11, .ticiContainer.homeContainer .col-sm-11,
.ticiContainer.homeContainer .col-md-11, .ticiContainer.homeContainer .col-lg-11,
.ticiContainer.homeContainer .col-xs-12, .ticiContainer.homeContainer .col-sm-12,
.ticiContainer.homeContainer .col-md-12, .ticiContainer.homeContainer .col-lg-12 {
    padding: 0 0px;
}

/* ============ ol,ul reset ============ */
.ProductList ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.blokSonYazilar ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.blogKategori ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.blogCenter ul, .blogCenter ol {
    padding: revert;
    margin: revert;
}

.blogRight ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.navigation .navUl ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

#footer .socialdiv ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

#footer .store ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

#footer .linkler .blink ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.category-vertical-filters .vertical-filter-panel .list-group {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .category-vertical-filters .vertical-filter-panel .list-group ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

.TopDet .product_social_icon_wrapper ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.tabUrunOneriler ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.sepetimBody ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

body .category-vertical-filters.top-filters ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.mobilMenu ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.bottomHead ul {
    margin: 0;
    list-style: none;
    padding: 0;
}

.breadList ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.urunOzellikTab .urunTab > ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.CartProduct ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.welcome ul {
    margin: 0;
    list-style: none;
    padding: 0;
}

.brandlistselection ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.TopDet #IlgiliUrunDiv ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.urunOzellik .urunTab ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

#pnlSlider ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.mBread ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.categorydesign ul, .categorydesign ol {
    padding: revert;
    margin: revert;
}
/* ============ */

.ticiContainer.homeContainer .row {
    margin: 0 0px;
}

.homeContainer .centerCount .jCarouselLite {
    padding: 0;
    padding-bottom: 10px;
}

.jCarouselLite, .jCarouselLite2 {
    width: 100% !important;
}

.markaSlider .jCarouselLite {
    height: 160px !important;
}

    .markaSlider .jCarouselLite ul li {
        height: 100px !important;
    }

        .markaSlider .jCarouselLite ul li a img {
            max-width: 100%;
        }

.jCarouselLite {
    width: 100% !important;
    float: left;
    z-index: 0 !important;
    overflow: hidden;
    margin-bottom: 40px !important;
}

    .jCarouselLite .productItem, .jCarouselLite2 .productItem {
        position: relative;
        float: left;
        width: 100% !important;
        margin: 0 !important;
        padding: 0 !important;
    }

.JKatAdi {
    font-size: 16px;
    float: left;
    padding: 15px 0;
    margin: 15px 0 25px 0 !important;
    width: 100%;
    float: left;
}

.detaySliderContainer .bold .satir1 {
    text-transform: uppercase;
    color: #000;
    font-size: 18px;
    font-weight: 600 !important;
    font-family: Roboto, arial;
    line-height: 55px;
    text-align: center;
}


.owl-nav {
}

.ProductListprev {
    font-size: 0;
    cursor: pointer;
    position: absolute;
    left: 10px;
    top: 34%;
    text-align: center;
    width: 35px;
    height: 35px;
    background: #fff;
    opacity: 0.5;
    border-radius: 50%;
}

    .ProductListprev:after {
        font-family: 'FontAwesome';
        color: #8c8c8c;
        font-size: 18px;
        content: "\f104";
        line-height: 35px;
        margin-right: 2px;
    }

    .ProductListprev:hover {
        background: #000;
    }

        .ProductListprev:hover:after {
            color: #fff;
        }

.ProductListnext {
    font-size: 0;
    cursor: pointer;
    position: absolute;
    right: 10px;
    top: 34%;
    text-align: center;
    width: 35px;
    height: 35px;
    background: #fff;
    opacity: 0.5;
    border-radius: 50%;
}

    .ProductListnext:after {
        font-family: 'FontAwesome';
        color: #8c8c8c;
        font-size: 18px;
        content: "\f105";
        line-height: 35px;
        margin-left: 2px;
    }

    .ProductListnext:hover {
        background: #000;
    }

        .ProductListnext:hover:after {
            color: #fff;
        }


/* ================================================== */
/* SAYFAYI YAZDIR                                     */
/* ================================================== */
.PrintArea {
    width: 960px;
    margin: 0px auto;
    background-color: #FFF;
    overflow: hidden;
}

.printresim {
    width: 30%;
    height: 200px;
    float: left;
}

.printdetay {
    width: 70%;
    float: left;
}

    .printdetay div {
        padding-top: 5px;
        padding-bottom: 5px;
        min-height: 10px;
    }

.printurunadi {
    font-size: 16px;
}

.printfiyat {
    font-size: 16px;
}

.printtaksit {
    width: 960px;
    float: left;
}

    .printtaksit .taksitLine {
        background-color: #FFF !important;
    }

        .printtaksit .taksitLine .taksitLineNo {
            width: 114px;
        }

        .printtaksit .taksitLine div {
            background-color: #FFF !important;
        }

.printkdvdahil {
    font-size: 16px;
}


/* ================================================== */
/* HESABIM                                            */
/* ================================================== */
.HesabimBilgi {
    width: 100%;
    line-height: 25px;
}

    .HesabimBilgi b {
        font-weight: 700;
    }

.userMenu {
    list-style: none;
    position: relative;
    display: inline-table;
    width: 100%;
    background-color: #fff;
    margin-bottom: 10px;
}

    .userMenu li {
        display: block;
        position: relative;
        float: left;
        width: 100%;
        color: #414040;
        font-size: 13px;
        font-weight: 600;
        margin-bottom: 5px;
    }

        .userMenu li a {
            display: block;
            font-size: 13px;
            color: #0e0e0e;
            padding: 5px;
            line-height: 30px;
            background: #eaeaea;
        }

        .userMenu li:hover a {
            color: #fff;
            background: #616c70;
        }


/* ================================================== */
/* ÜYELİK BİLGİLERİM                                  */
/* ================================================== */
.span {
    width: 100%;
    position: relative;
    float: left;
}

    .span > label {
        display: block;
        line-height: 36px;
        font-weight: 500;
        font-size: 12px;
        clear: left;
    }

        .span > label .validate {
            top: 0;
        }

    .span .labelGender {
        float: left;
    }

    .span .spanGender {
        float: left;
        margin-left: 10px;
        text-align: center;
    }

    .span .spanPass {
        text-align: left;
        margin-top: 10px;
    }

        .span .spanPass input {
            float: left;
            width: auto;
            margin-right: 10px;
        }

        .span .spanPass label {
            float: left;
            width: auto;
            color: #FF0000;
            line-height: 34px;
            font-weight: 700;
        }

.dateofbirth input {
    border: 1px solid #DDDDDD !important;
    height: 25px !important;
}


/* ================================================== */
/* ADRES DEFTERİM                                     */
/* ================================================== */
.HesabimAdresContent {
    margin-bottom: 15px;
}

    .HesabimAdresContent .col-md-6 {
        padding: 2%;
        width: 49%;
        margin-right: 1%;
        margin-bottom: 1%;
        height: 180px;
        float: left;
        background-color: #eaeaea;
        position: relative;
    }

    .HesabimAdresContent .UyelikBilgilerimContent {
        overflow: hidden;
        margin-bottom: 10px;
        float: left;
    }

        .HesabimAdresContent .UyelikBilgilerimContent .row {
            background-color: transparent;
            height: auto;
            margin-left: 0;
            margin-right: 0;
        }

#mainHolder_btnKaydet, #mainHolder_btnVazgec {
    margin-top: 10px;
}

.HesabimAdresContent .row:nth-child(2n) {
    margin-right: 0px;
}

.HesabimAdresContent .row .span {
    margin-bottom: 0px;
    float: left;
}

    .HesabimAdresContent .row .span .textarea {
        background-color: #fff;
    }

    .HesabimAdresContent .row .span.BireyselKurumsal {
        margin-top: 22px;
        margin-bottom: 17px;
    }

#mainHolder_rblFaturaTipi tr {
    display: block;
    float: left;
    margin-right: 10px;
}

    #mainHolder_rblFaturaTipi tr input {
        float: left;
        margin-right: 5px;
    }

    #mainHolder_rblFaturaTipi tr label {
        float: left;
        line-height: 35px;
    }

#mainHolder_btnEkle {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -20px;
    margin-left: -30px;
}

.fancybox-inner .row {
    padding: 2%;
    width: 45.5%;
    margin-right: 1%;
    margin-bottom: 1%;
    height: 130px;
    float: left;
    background-color: #f8f8f8;
    position: relative;
}

.fancybox-inner .UyelikBilgilerimContent {
    overflow: hidden;
    margin-bottom: 7px;
    background-color: #f8f8f8;
    padding: 0 10px 10px 0;
}

    .fancybox-inner .UyelikBilgilerimContent .row {
        background-color: transparent;
        height: auto;
    }

    .fancybox-inner .UyelikBilgilerimContent input {
        background-color: #FFF;
    }

.fancybox-inner .row:nth-child(2n) {
    margin-right: 0px;
}

.fancybox-inner .row .span {
    margin-bottom: 0px;
    line-height: 20px;
}

    .fancybox-inner .row .span .textarea {
        background-color: #fff;
    }

    .fancybox-inner .row .span.BireyselKurumsal {
        margin-top: 22px;
        margin-bottom: 17px;
    }

#rblFaturaTipi tr {
    display: block;
    float: left;
    margin-right: 10px;
}

    #rblFaturaTipi tr input {
        float: left;
        width: 20px;
        margin-top: 3px;
    }

    #rblFaturaTipi tr label {
        float: left;
    }

.btn-inverse {
    position: absolute;
    bottom: 10px;
    right: 10px;
}

.btn-inverse2 {
    position: absolute;
    bottom: 10px;
    right: 50px;
}

.intl-tel-input input, .intl-tel-input input[type=text], .intl-tel-input input[type=tel] {
    padding-left: 48px !important;
    width: 100% !important;
}

/* ================================================== */
/* LİSTEM                                             */
/* ================================================== */
.Listem {
    width: 100%;
}

    .Listem .ListemItem {
        width: 100%;
        overflow: hidden;
        border-bottom: solid 1px #CCC;
    }

        .Listem .ListemItem.Title {
            background-color: #f5f5f5;
            border-bottom: solid 1px #cccccc;
            padding: 10px 0;
        }

            .Listem .ListemItem.Title div {
                padding: 0;
                padding-left: 1%;
            }

        .Listem .ListemItem div {
            float: left;
            padding-top: 5px;
            padding-bottom: 5px;
            overflow: hidden;
        }

        .Listem .ListemItem .line1 {
            width: 9%;
            padding-left: 1%;
        }

            .Listem .ListemItem .line1 img {
                max-width: 100%;
                max-height: 60px;
            }

        .Listem .ListemItem .line2 {
            width: 15%;
            padding-left: 1%;
        }

            .Listem .ListemItem .line2 img {
                max-width: 100%;
                max-height: 60px;
            }

        .Listem .ListemItem .line3 {
            width: 20%;
            padding-left: 1%;
        }

        .Listem .ListemItem .line4 {
            width: 17%;
        }

            .Listem .ListemItem .line4 a {
                margin-top: 5px;
            }

        .Listem .ListemItem .line6 {
            float: right;
        }

    .Listem.HediyeKuponlarim .ListemItem .line1 {
        width: 22%;
    }

    .Listem.HediyeKuponlarim .ListemItem .line2 {
        width: 21%;
    }

    .Listem.HediyeKuponlarim .ListemItem .line3 {
        width: 16%;
    }

    .Listem.HediyeKuponlarim .ListemItem .line4 {
        width: 16%;
        padding-left: 1%;
    }

    .Listem.HediyeKuponlarim .ListemItem .line5 {
        width: 20%;
        padding-left: 1%;
    }

/* ================================================== */
/* SİPARİŞLERİM                                       */
/* ================================================== */
.Siparislerim {
    margin-bottom: 10px;
}

    .Siparislerim .Title div {
        font-weight: 700;
        font-size: 13px;
    }

    .Siparislerim .ListemItem.Title div {
        padding: 0;
        height: auto;
    }

    .Siparislerim .ListemItem {
        border-top: 0px solid #ccc;
        height: 35px;
        line-height: 35px;
    }

        .Siparislerim .ListemItem div {
            font-size: 12px;
            padding: 0 !important;
        }

        .Siparislerim .ListemItem .line1 {
            width: 20%;
            padding-left: 1%;
            text-align: center;
        }

        .Siparislerim .ListemItem .line2 {
            width: 17%;
            text-align: center;
        }

        .Siparislerim .ListemItem .line3 {
            width: 13%;
            padding-left: 1%;
            text-align: center;
        }

        .Siparislerim .ListemItem .line4 {
            width: 16%;
            padding-left: 1%;
            text-align: center;
        }

        .Siparislerim .ListemItem .line5 {
            width: 17%;
            text-align: center;
        }

        .Siparislerim .ListemItem .line6 {
            width: 17%;
            text-align: center;
        }

            .Siparislerim .ListemItem .line6 a {
                color: #ff0000;
                text-decoration: underline;
            }

/* ================================================== */
/* PARAPUAN                                           */
/* ================================================== */
.paraPuan > div {
    padding: 10px;
}

.paraPuan + a {
    padding: 10px;
}

.paraPuan .parapuanTable {
    width: 98%;
    overflow: hidden;
    border-bottom: solid 1px #CCC;
    padding: 1%;
    margin-bottom: -1px;
}

    .paraPuan .parapuanTable.Title {
        padding: 0;
        padding-left: 1%;
        width: 99%;
        background-color: #F5F5F5;
    }

    .paraPuan .parapuanTable .paraline1 {
        width: 18%;
        float: left;
        padding: 1%;
    }

    .paraPuan .parapuanTable .paraline2 {
        width: 58%;
        float: left;
        padding: 1%;
    }

    .paraPuan .parapuanTable .paraline3 {
        width: 18%;
        float: left;
        padding: 1%;
        text-align: center;
        font-weight: 700;
    }

/* ================================================== */
/* DESTEK TALEPLERİM                                  */
/* ================================================== */
.DestekTalepDetay {
    width: 97.7%;
    border: 1px solid #ddd;
    margin: 5px 0;
    padding: 1%;
}

.DestekTalepCevapLine {
    background-color: #f5f5f5;
    margin: 5px 0;
    padding: 5px;
    border: 1px solid #ddd;
}

.DestekTalepDetay .span {
    overflow: hidden;
}

.DestekTalepCevapLine:nth-child(2n+1) {
    background-color: #fff;
    margin: 5px 0;
    padding: 5px;
}

.DestekTaleplerim .Title {
    height: 40px;
    line-height: 40px;
}

.Listem.DestekTaleplerim .ListemItem .line1 {
    width: 3%;
}

.Listem.DestekTaleplerim .ListemItem .line2 {
    width: 10%;
}

.Listem.DestekTaleplerim .ListemItem .line3 {
    width: 50%;
}

.Listem.DestekTaleplerim .ListemItem .line4 {
    width: 12%;
}

.Listem.DestekTaleplerim .ListemItem .line5 {
    width: 11%;
}

.Listem.DestekTaleplerim .ListemItem .line6 {
    width: 11%;
}

    .Listem.DestekTaleplerim .ListemItem .line6.DestekButton .button {
        float: right;
        margin-top: 5px;
    }

.YeniDestek {
    width: 100%;
    height: 60px;
    position: relative;
}

.DestekTaleplerimContent #mainHolder_btnEkle {
    position: static;
    float: right;
    margin: 0px;
    margin-top: 10px;
    margin-bottom: 20px;
}

.DestekTaleplerimContent .row .span {
    position: relative;
    height: 40px;
    overflow: visible;
}

    .DestekTaleplerimContent .row .span div {
        float: left;
        height: 31px;
        line-height: 31px;
    }

    .DestekTaleplerimContent .row .span .Left {
        width: 10%;
    }

    .DestekTaleplerimContent .row .span .Center {
        width: 3%;
    }

    .DestekTaleplerimContent .row .span .Right {
        width: 86%;
    }

    .DestekTaleplerimContent .row .span #mainHolder_btnKaydet {
        float: right;
        width: 20%;
    }

    .DestekTaleplerimContent .row .span #mainHolder_btnVazgec {
        float: right;
        width: 20%;
        margin-right: 10px;
    }

.DestekTaleplerimContent textarea {
    margin-bottom: 10px;
}

.DestekTalepDetay .span div {
    float: left;
}

/* ================================================== */
/* İLETİŞİM                                           */
/* ================================================== */
.iletisimContent {
    background-color: #FFF;
    margin-top: 0;
    padding-bottom: 20px;
}

.iletisimRight {
    float: none !important;
}

.iletisimContent {
    padding-left: 0;
    padding-right: 0;
}

.iletisimLine {
    margin-bottom: 10px;
    min-height: 30px;
    line-height: 30px;
    position: relative;
}

    .iletisimLine .Left {
        display: inline-block;
        width: 20%;
        float: left;
    }

    .iletisimLine .Center {
        display: inline-block;
        font-weight: 700;
        width: 2%;
        float: left;
    }

    .iletisimLine .Right {
        display: inline-block;
        width: 40%;
        float: left;
    }

.iletisimbanka {
    width: 100%;
    padding: 1%;
    border: solid 1px #dadada;
    background-color: #fafafa;
    overflow: hidden;
}

.iletisimContent .categoryTitle {
    border-bottom: solid 7px #e4e4e4;
    margin-bottom: 35px;
}

.iletisimContent .span {
    padding: 0px;
    width: 100%;
    overflow: hidden;
}

    .iletisimContent .span div {
        float: left;
        min-height: 30px;
        line-height: 30px;
        width: 15%;
    }

    .iletisimContent .span .Center {
        width: 2%;
    }

    .iletisimContent .span .Right {
        width: 83%;
    }

    .iletisimContent .span .line1 {
        width: 100%;
        min-height: 50px;
        margin-bottom: 5px;
    }

        .iletisimContent .span .line1 div {
            width: 41%;
            float: left;
            min-height: 50px;
        }

        .iletisimContent .span .line1 .line2 {
            text-align: center;
            width: 23%;
        }

        .iletisimContent .span .line1 .line3 {
            text-align: center;
            width: 16%;
        }

        .iletisimContent .span .line1 .line4 {
            text-align: right;
            float: right;
            width: 20%;
        }

        .iletisimContent .span .line1 div span {
            display: block;
            min-height: 25px;
        }

    .iletisimContent .span .line2 {
        width: 100%;
        min-height: 25px;
    }

    .iletisimContent .span > .line3 {
        border-bottom: solid 1px #CCC;
    }

.iletisimContent .line2 .line1 {
    width: 70%;
    float: left; /* height: 25px; */
    line-height: 25px;
}

.iletisimContent .line2 .line2 {
    float: right;
    width: 30%;
    text-align: right;
}

.iletisimContent .span .line3 {
    width: 100%;
}

    .iletisimContent .span .line3 .line1 {
        width: 100%;
    }

        .iletisimContent .span .line3 .line1 span {
            float: left;
        }

.iletisimForm {
    width: 100%;
    margin-top: 20px;
    border: solid 1px #dadada;
    overflow: hidden;
    padding: 1%;
}

    .iletisimForm .row {
        width: 50%;
        border: none;
        float: left;
        padding: 0;
    }

        .iletisimForm .row .span {
            height: 70px;
            position: relative;
            overflow: visible;
            margin-bottom: 0px;
        }

            .iletisimForm .row .span .captchaImageBox {
                float: left;
                width: 30%;
            }

            .iletisimForm .row .span .captchaInputBox {
                width: 69%;
            }

#mainHolder_TiciCaptcha_ImgCaptcha {
    width: 100px;
}

.iletisimForm .row .span .captchaInputBox input {
    float: left;
}

.iletisimForm .row .span #mainHolder_btnGonder {
    width: 160px;
    float: right;
}

.iletisimForm .textarea {
    height: 110px;
}

.iletisimForm .row.rowLeft {
    margin: 0;
    padding-right: 5px;
}

.iletisimForm .row.rowRight {
    margin: 0;
    padding-left: 5px;
}

.iletisimLeft.row {
    margin: 0;
}

.iletisimRight.row {
    margin: 0;
}

.content-top-menu {
    width: 100%;
    float: left;
}

    .content-top-menu div {
        width: 100%;
        min-width: 1160px;
        overflow: auto;
    }

    .content-top-menu a {
        margin-right: 20px;
        border: 1px solid #e0e0e0;
        font-family: Roboto, arial;
        color: #0a0e0f;
        font-size: 12px;
        text-align: center;
        padding: 5px 0px 15px;
        width: 9.57%;
        float: left;
        min-height: 112px;
    }

        .content-top-menu a:last-child {
            margin-right: 0px;
        }

        .content-top-menu a:hover {
            border: 1px solid #0a0e0f;
        }

    .content-top-menu p {
        display: block;
        font-family: Roboto, arial;
        color: #0a0e0f;
        font-size: 12px;
        line-height: 16px;
        font-weight: 600;
    }

    .content-top-menu img {
        width: auto !important;
        display: inline-block !important;
    }

.header-favi {
    max-width: 45px;
    cursor: pointer;
    float: right;
    display: inline-block;
    position: relative;
    font-weight: 400;
    font-family: Roboto, arial;
    font-size: 0px;
    color: #000;
    line-height: 20px;
    text-align: left;
    margin-right: 45px;
}

    .header-favi:before {
        content: "\f004";
        font-family: FontAwesome;
        font-size: 20px;
        color: #333333;
        font-weight: 300;
    }

.content-banner .row {
    float: left;
    margin-top: 20px;
}

.content-banner h3 {
    width: 100%;
    float: left;
    text-align: center;
    padding: 20px 0px;
    font-family: Roboto, arial;
    color: #1f1d1c;
    font-size: 30px;
    font-weight: 600 !important;
    margin-top: 20px;
}

.category-banner-menu {
    float: left;
    width: 100%;
    background: #fafafa;
    padding: 20px 0px 5px 20px;
    margin-bottom: 10px;
}

    .category-banner-menu div {
        position: relative;
        float: left;
        padding-right: 20px;
        width: 20%;
    }

        .category-banner-menu div:last-child {
            padding-right: 0px;
        }

        .category-banner-menu div img {
            float: left;
        }

        .category-banner-menu div p {
            font-family: Roboto, arial;
            color: #ffffff;
            font-size: 16px;
            line-height: 25px;
            font-weight: 400;
            position: absolute;
            bottom: 13%;
            width: 91%;
            text-align: center;
            letter-spacing: 0.5px;
        }

.category-banner-menu-bottom {
    display: none;
    width: 100% !important;
    transition: all 0.5s ease;
}

.category-banner-menu.active .category-banner-menu-bottom {
    display: block;
    margin-top: 20px;
}

.category-banner-menu.active .all-click-ctg {
    display: none;
}

.all-click-ctg {
    cursor: pointer;
    width: 100%;
    font-family: Roboto, arial;
    color: #252525;
    font-size: 16px;
    line-height: 55px;
    text-align: center;
    float: left;
    font-weight: 400;
}

    .all-click-ctg:after {
        content: "\f078";
        color: #0a0e0f;
        font-size: 16px;
        margin-left: 15px;
        font-family: FontAwesome;
    }

.all-click-ctg-2 {
    cursor: pointer;
    width: 100%;
    font-family: Roboto, arial;
    color: #252525;
    font-size: 16px;
    line-height: 55px;
    text-align: center;
    float: left;
    font-weight: 400;
}

    .all-click-ctg-2:after {
        content: "\f106";
        color: #0a0e0f;
        font-size: 16px;
        margin-left: 15px;
        font-family: FontAwesome;
    }

.footer-icons ul {
    text-align: center;
}

    .footer-icons ul li {
        width: 32.2%;
        float: left;
        text-align: center;
        border: 1px solid #cacaca;
        padding: 20px;
        margin: 30px 20px 30px 0px;
    }

        .footer-icons ul li:last-child {
            margin-right: 0px;
        }

        .footer-icons ul li img {
            float: left;
            margin-right: 25px;
        }

        .footer-icons ul li p {
            line-height: 18px;
            float: left;
            font: 13px Roboto, arial;
            color: #676768;
            text-align: left;
            font-weight: 400;
        }

            .footer-icons ul li p strong {
                display: block;
                color: #333333;
                font-size: 20px;
                font-weight: 400;
            }

.header-top-container {
    min-height: 40px;
    max-height: 40px;
    position: absolute;
    top: -40px;
    display: block;
    width: 100%;
    text-align: center;
}

    .header-top-container .header-container-left {
        float: left;
    }

    .header-top-container .header-container-right {
        float: right;
    }

    .header-top-container .header-container-left a, .header-top-container .header-container-left p {
        font-family: Roboto, arial;
        color: #333333;
        margin-right: 10px;
        line-height: 40px;
        float: left;
        font-weight: 300;
        font-size: 12px;
    }

        .header-top-container .header-container-left a:before {
            content: '';
            width: 1px;
            height: 20px;
            background: #c8c8c8;
            float: left;
            margin-top: 11px;
            margin-right: 10px;
        }

        .header-top-container .header-container-left p:before {
            content: '\f0d1';
            font: 14px FontAwesome;
            color: #333333;
            float: left;
            margin-right: 9px;
            margin-top: 12px;
            font-weight: 300;
        }

.header-container-center {
    text-align: center;
    display: inline-block;
}

    .header-container-center ul li {
        display: inline-block;
    }

        .header-container-center ul li a i {
            color: #333333;
            font-size: 15px;
            line-height: 40px;
            margin-right: 25px;
        }

.header-top-container .header-container-right a {
    font-size: 12px;
    color: #333333;
    font-family: Montserrat, arial;
    font-weight: 400;
    line-height: 40px;
}

    .header-top-container .header-container-right a:before {
        content: '\f095';
        font-family: FontAwesome;
        color: #333333;
        font-size: 12px;
        float: left;
        margin-right: 8px;
        margin-top: 0px;
        font-weight: 300;
        transform: rotate(100deg);
    }

.footer-copyright {
    width: 100%;
    float: left;
    background: #f7f7f7;
    text-align: center;
    color: #000000;
    font-family: Roboto, arial;
    font-size: 12px;
    line-height: 40px;
    font-weight: 400;
}

.banner-block1, .banner-block2 {
    width: 50%;
    float: left
}

.banner-block1-1, .banner-block1-2 {
    float: left;
    width: 100%
}

.banner-block1-1-1, .banner-block1-1-2 {
    width: 50%;
    float: left
}

.banner-block3 {
    width: 100%;
    float: left;
}

.banner-block3-1, .banner-block3-2 {
    width: 50%;
    float: left
}

.banner-block1 {
    padding-bottom: 10px;
    padding-right: 10px;
}

.banner-block1-1 {
    padding-bottom: 10px;
}

.banner-block1-2 {
    padding-top: 10px;
}

.banner-block1-1-1 {
    padding-right: 10px;
}

.banner-block1-1-2 {
    padding-left: 10px;
}

.banner-block2 {
    padding-left: 10px;
    padding-bottom: 10px;
}

.banner-block3 {
    padding-top: 10px;
}

.banner-block3-1 {
    padding-right: 10px;
}

.banner-block3-2 {
    padding-left: 10px;
}

.bottom-banner .row div {
    padding-bottom: 10px !important;
    padding-top: 10px !important;
}

    .bottom-banner .row div:first-child {
        padding-right: 10px;
    }

    .bottom-banner .row div:last-child {
        padding-left: 10px;
    }

.homeTab {
    position: relative;
    margin-top: 20px;
}

    .homeTab ._tabHead {
        text-align: center
    }

        .homeTab ._tabHead h1.tt-h-title {
            color: #000000;
            font-size: 18px;
            font-family: Roboto, arial;
            float: left;
            display: inline-block;
            font-weight: 500 !important;
            border-bottom: 1px solid #e6e6e6;
            padding: 0px 10px 10px 0px;
            margin-bottom: 35px;
        }

        .homeTab ._tabHead ul {
            display: inline-block;
            position: relative;
            float: right;
        }

        .homeTab ._tabHead li {
            cursor: pointer;
            display: inline;
            position: relative;
            padding: 10px 20px;
            text-align: center;
            font-size: 15px;
            color: #000000;
            font-family: 'Roboto', serif;
            margin: 0 10px;
            font-weight: 400;
            border-bottom: 2px solid #efefef;
        }

            .homeTab ._tabHead li._tabHead_active {
                color: var(--theme-color);
                border-bottom: 4px solid var(--theme-color);
                font-weight: 600;
            }

    .homeTab .anasayfaTabAlt {
        padding: 0px;
        position: relative;
        background: #fff;
        display: none;
        float: left;
        width: 100%;
    }

        .homeTab .anasayfaTabAlt.active {
            display: block;
            -webkit-animation: fadein 2s;
            -moz-animation: fadein 2s;
            -ms-animation: fadein 2s;
            -o-animation: fadein 2s;
            animation: fadein 2s;
        }

        .homeTab .anasayfaTabAlt .ProductListContent .owl-stage-outer {
            margin-left: 10px;
        }

        .homeTab .anasayfaTabAlt .sliderBannerContainer ul li {
            display: none;
        }

        .homeTab .anasayfaTabAlt .sliderBannerContainer ul.owl-carousel li {
            display: block;
        }

body #mainHolder_divDesign #ticimaxTabContent {
    margin: 30px 0;
}

body #mainHolder_divDesign .ticimaxTabHead ul::-webkit-scrollbar {
    height: 5px;
}

body #mainHolder_divDesign .ticimaxTabHead li a {
    padding: 10px 20px;
    text-align: center;
    font-size: 15px;
    color: #000000;
    font-family: 'Roboto', serif;
    margin: 0 10px;
    font-weight: 400;
    border-bottom: 2px solid #efefef;
    background: transparent !important;
}

body #mainHolder_divDesign .ticimaxTabHead li.ticimaxTabHead_active a {
    color: var(--theme-color);
    border-bottom: 4px solid var(--theme-color);
    font-weight: 600;
}

body #mainHolder_divDesign section {
    background: transparent !important;
}

/*------------------Instagram--------------------*/
.Instagram {
    max-width: 1180px;
    width: 100%;
    margin: auto;
    clear: both;
    padding-top: 40px;
}

    .Instagram .InstagramTitle li {
        position: relative;
        width: 100%;
        float: left;
        text-align: center;
    }

    .Instagram .InstagramTitle h1 {
        display: inline-block;
        font-size: 15px;
        color: #000000;
        font-weight: 300;
        line-height: 20px;
        padding-right: 5px;
        margin-bottom: 0;
    }

    .Instagram .InstagramTitle li:last-child span {
        display: inline-block;
        font-size: 13px;
        font-weight: 300;
        color: #000000;
        line-height: 30px;
    }

    .Instagram .dortluBlok {
        float: left;
        max-width: 18.62%;
        width: 100%;
        position: relative;
        margin: 0px 10px;
        padding-bottom: 20px;
    }

        .Instagram .dortluBlok:hover {
            border-bottom: 2px solid #f8beb2;
            margin-bottom: -2px;
        }

        .Instagram .dortluBlok:first-child {
            margin-left: 0px;
        }

        .Instagram .dortluBlok:last-child {
            margin-right: 0px;
        }

        .Instagram .dortluBlok a {
            position: relative;
            display: block;
            width: 100%;
            float: left;
        }

            .Instagram .dortluBlok a:hover:before {
                content: '';
                ;
                position: absolute;
                display: block;
                text-align: center;
                top: 0px;
                left: 0px;
                height: 100%;
                width: 100%;
                background: rgba(248, 190, 178, 0.75);
            }

            .Instagram .dortluBlok a:hover:after {
                content: '\f16d';
                font-family: FontAwesome;
                font-size: 24px;
                color: #fff;
                font-weight: 300;
                width: 100%;
                position: absolute;
                top: 43%;
                text-align: center;
            }

            .Instagram .dortluBlok a img {
                max-width: 100%;
                display: block;
            }

    .Instagram .instaRow {
        float: left;
        width: 100%;
        margin: 0 !important;
    }

    .Instagram .instagramBolumu {
        float: left;
        width: 100%;
        border-bottom: 2px solid #f3f3f3;
    }
/*------------------Instagram--------------------*/
.bedenT {
    position: absolute;
    right: 0px;
    top: 35%;
    display: none;
}

.bedenTablosu {
    line-height: 1;
    color: #191919;
    font-size: 12px;
    float: left;
    font-family: Roboto, arial;
    text-transform: uppercase;
    font-weight: 500;
    text-indent: 15px;
}

    .bedenTablosu:before {
        content: '\f0c4';
        font-family: FontAwesome;
        color: #191919;
        font-size: 16px;
        position: absolute;
        top: -2px;
        left: -20px;
        font-weight: 500;
    }

.homepage-slidemenu {
    width: 100%;
    border: 1px dashed #b4b4b4;
    padding: 15px 0px 5px 0px;
    float: left;
}

    .homepage-slidemenu ul li {
        display: none;
    }

    .homepage-slidemenu ul.owl-carousel li {
        display: block;
    }

    .homepage-slidemenu .owl-dots {
        display: none !important;
    }

    .homepage-slidemenu .slidemenu-image img {
        max-width: 83px;
    }

    .homepage-slidemenu .slidemenu-image {
        display: inline-block;
    }

    .homepage-slidemenu .slidemenu-homepage-item {
        text-align: center
    }

        .homepage-slidemenu .slidemenu-homepage-item strong {
            display: block;
            text-align: center;
            color: #333333;
            font-family: Roboto, arial;
            font-weight: 400;
            font-size: 12px;
            margin-top: 5px;
        }

    .homepage-slidemenu .jCarouselLite {
        margin-bottom: 0px;
    }

    .homepage-slidemenu .ProductListprev {
        background: none;
        opacity: 1;
        left: -5px;
    }

    .homepage-slidemenu .ProductListnext {
        background: none;
        opacity: 1;
        right: -5px;
    }

        .homepage-slidemenu .ProductListnext:after, .homepage-slidemenu .ProductListprev:after {
            font-size: 30px;
            color: #000;
        }

.boxBedenlerContent {
    display: block !important;
    float: left;
    width: 100%;
    text-align: center;
    margin-top: 10px;
    min-height: 20px;
}

.boxBedenlerContainer > div {
    display: inline-block;
    margin: 0 3px;
}

    .boxBedenlerContainer > div a img {
        width: 16px;
        height: 16px;
    }

.brandmenu-category {
    width: 100%;
    padding: 15px 0px 35px 0px;
    float: left;
    border-bottom: 1px solid #e7e7e7;
    margin-bottom: 20px;
}

    .brandmenu-category ul li {
        display: none;
    }

    .brandmenu-category ul.owl-carousel li {
        display: block;
    }

    .brandmenu-category .brandmenu-image img {
        max-width: 170px;
        border: 1px solid #dddddd;
    }

    .brandmenu-category .brandmenu-image {
        display: inline-block;
    }

    .brandmenu-category .brandmenu-category-item {
        text-align: center
    }

        .brandmenu-category .brandmenu-category-item strong {
            display: block;
            text-align: center;
            color: #2b2b2a;
            font-family: Roboto, arial;
            font-weight: 300;
            font-size: 15px;
            margin-top: 10px;
        }

    .brandmenu-category .jCarouselLite {
        margin-bottom: 0px;
    }

    .brandmenu-category .ProductListprev {
        background: none;
        opacity: 1;
        right: 20px;
        top: -47px;
        left: auto
    }

    .brandmenu-category .ProductListnext {
        background: none;
        opacity: 1;
        right: 0px;
        top: -47px
    }

        .brandmenu-category .ProductListnext:after, .brandmenu-category .ProductListprev:after {
            font-size: 24px;
            color: #000;
        }

    .brandmenu-category h3 {
        display: block;
        text-align: left;
        font-family: Roboto, arial;
        color: #000000;
        font-size: 16px;
        margin: 0px 0px 20px 0px;
    }

.categorydesign .row div {
    padding-bottom: 10px;
    text-align: center;
}

@media (max-width:767px) {
    .iletisimForm .row {
        width: 100%;
    }

        .iletisimForm .row .span {
            height: auto;
        }

    .iletisimContent .span div {
        float: none;
        width: 100%;
    }

    .iletisimContent .span .Center {
        display: none;
    }

    .iletisimForm .row .span #mainHolder_btnGonder {
        float: none;
    }

    .iletisimContent .span .line1 div {
        width: 25% !important;
    }

    .iletisimContent .span .line2 {
        float: left;
        min-height: 30px;
    }

    .iletisimContent .line2 .line1 {
        width: 50%;
    }

    .iletisimContent .line2 .line2 {
        width: 50%;
    }

    .headerContent {
        display: none;
    }

    .ProductDetailMain .leftImage, .ProductDetailMain .RightDetail {
        width: 100% !important;
    }

    .ProductIcon .UTelefonlaSiparis, .ProductIcon .UFavorilerimeEkle, .ProductIcon .UindirimliUrun, .ProductIcon .UIstekListemeEkle, .ProductIcon .UrunKargoBedava, .ProductIcon .UGelinceHaberVer, .ProductIcon .UKarsilastirma {
        width: 28% !important;
    }

    .MobilUserBtn i {
        font-size: 0px !important;
    }

        .MobilUserBtn i:before {
            font-size: 22px !important;
        }

    .homeHeader {
        margin-bottom: 20px;
    }

    #header.homeHeader .headerContent .welcome, #header.homeHeader .headerContent .mycart {
        margin-top: 0px !important;
    }

    .categoryTitleText {
        padding-bottom: 0px !important;
    }
}

/* ================================================== */
/* ÜYE OL                                             */
/* ================================================== */
.UyeolContent {
    margin: 15px 0;
}

.UyeGirisiContent, .UyeolContent {
    padding-left: 0;
    padding-right: 0;
}

.newuserForm {
    color: #0e0e0e;
    line-height: 35px;
    overflow: hidden;
}

    .newuserForm > div.FormTitle {
        width: 100%;
        text-align: center;
        font-size: 30px;
        line-height: 50px;
        color: #000000;
    }

.FormTitle p {
    font-size: 14px;
    margin: 0px auto;
    line-height: 22px;
    display: block;
    width: 50%;
}

.gridLeft {
    position: relative;
    float: left;
    width: 100%;
    margin-bottom: 10px;
}

    .gridLeft a {
        text-decoration: underline;
    }

    .gridLeft input[type="checkbox"] {
        float: left;
        margin-right: 5px;
    }

    .gridLeft label {
        line-height: 1.2;
        display: block;
        margin-bottom: 5px;
    }

.intl-tel-input {
    width: 100%;
}

.dateofbirth select {
    float: left;
    width: 32%;
    margin-right: 2%;
}

    .dateofbirth select:nth-child(3n) {
        margin-right: 0;
    }

.gender label {
    float: left;
    display: block;
}

.gender input {
    float: left;
    margin-right: 3px;
}

.uyeolButton {
    width: 100%;
}

/* ================================================== */
/* ÜYE GİRİŞİ                                         */
/* ================================================== */
.Login {
    border: solid 1px #DDDDDD;
    padding: 2% 5% 2% 4% !important;
    width: 100%;
    background-color: #FBFBFB;
    height: auto;
    margin: 10px 0;
}

    .Login.LoginSag {
        float: right;
    }

    .Login h4 {
        font-size: 22px;
        display: block;
        text-align: center;
        border-bottom: solid 1px #CCC;
        margin-bottom: 10px;
    }

.forgetpasword {
    text-decoration: none;
    float: right;
    color: #000000;
}

.userloginButton {
    width: 80px;
    margin-top: 10px;
}

.facebooklogin {
    margin-top: 40px;
    display: block;
    float: left;
}

.grid .validate, .validateSol, .validateOrta {
    top: -7px;
}

.gridLeft .validateSol {
    left: -0.5%;
    top: -30px;
}

    .gridLeft .validateSol .validateSolOk {
        border-radius: 0 0 15px;
        bottom: -5px;
        left: 10px;
    }

.gender table {
    width: 30%;
    clear: both;
}

.doFaceBookLogin {
    color: #fff;
    background-color: #3b5998;
    border-color: rgba(0, 0, 0, 0.2);
    padding: 10px 20px;
    width: 82%;
    cursor: pointer;
    font-size: 15px;
    line-height: 1.33;
    border-radius: 6px;
    text-align: center;
    margin-top: 5px;
    display: inline-block;
}

.uyeliksiz:hover, .hizliuyelik:hover {
    background: #0e0e0e;
}

.Block_Alt {
    float: left;
    width: 100%;
}

.baglanButton {
    line-height: 36px;
    display: block;
    text-align: center;
    font-size: 14px;
    background-color: #555;
    color: #FFF;
    margin: 10px 0;
}

    .baglanButton input {
        border: 1px solid transparent;
        width: 100%;
        height: 100%;
        line-height: 36px;
        display: block;
        background-color: transparent;
        cursor: pointer;
        text-indent: -9999pt;
    }

#mainHolder_SocialLogin_divFacebookLoginContainer.baglanButton {
    background: url(/App_Themes/Default/facebookbaglan.png) no-repeat center center #3b5998;
    text-indent: -9999pt;
}

#mainHolder_SocialLogin_divTwitterLoginContainer.baglanButton {
    background: url(/App_Themes/Default/twitterbaglan.png) no-repeat center center #2ba9e1;
    text-indent: -9999pt;
}

#mainHolder_SocialLogin_divGoogleLoginContainer.baglanButton {
    background: url(/App_Themes/Default/googlebaglan.png) no-repeat center center #dd4b39;
    text-indent: -9999pt;
}

#SocialLogin_divFacebookLoginContainer.baglanButton {
    background: url(/App_Themes/Default/facebookbaglan.png) no-repeat center center #3b5998;
    text-indent: -9999pt;
}

#SocialLogin_divTwitterLoginContainer.baglanButton {
    background: url(/App_Themes/Default/twitterbaglan.png) no-repeat center center #2ba9e1;
    text-indent: -9999pt;
}

#SocialLogin_divGoogleLoginContainer.baglanButton {
    background: url(/App_Themes/Default/googlebaglan.png) no-repeat center center #dd4b39;
    text-indent: -9999pt;
}

/* ================================================== */
/* ŞİFREMİ UNUTTUM                                    */
/* ================================================== */
.SifremiUnuttum {
    margin-top: 30px;
}

    .SifremiUnuttum p {
        line-height: 25px;
    }

    .SifremiUnuttum #mainHolder_txtbxMail {
        margin-bottom: 20px;
    }

    .SifremiUnuttum .button {
        padding: 10px;
        float: right;
    }

.SifremiUnuttumInput {
    position: relative;
    margin-top: 10px;
}

    .SifremiUnuttumInput .validate {
        left: auto;
        right: 0;
        top: -38px;
    }

    .SifremiUnuttumInput .validateSol {
        left: 0;
        right: auto;
        top: -38px;
    }

        .SifremiUnuttumInput .validateSol .validateSolOk {
            border-radius: 0 0 15px;
            bottom: -5px;
            left: 10px;
        }

.SifremiUnuttum .line {
    min-height: 32px;
    line-height: 32px;
    margin-bottom: 5px;
    position: relative;
}

    .SifremiUnuttum .line .Center {
        width: 4%;
        float: left;
    }

    .SifremiUnuttum .line .Right {
        width: 66%;
        float: left;
    }

/* ================================================== */
/* TAKSİT SEÇENEKLERİ                                 */
/* ================================================== */
.taksitBlok {
    width: 25%;
    height: auto;
    float: left;
    line-height: 20px;
}

.taksitBaslik {
    width: 100%;
    height: 20px;
    text-align: center;
}

.taksitLine {
    width: 101%;
}

    .taksitLine .tak {
        width: 39.1%;
        height: 20px;
        overflow: hidden;
        border-bottom: solid 1px #FFF;
        border-right: solid 1px #FFF;
        font-size: 10px;
        float: left;
        color: #000;
        text-align: center;
    }

        .taksitLine .tak.Taksit {
            background-color: #ededed;
            width: 21%;
        }

.taksitBaslik1 {
    background: url(/Uploads/BankaLogo/1.png) center center no-repeat #7cc242;
}

.taksitBaslik2 {
    background: url(/Uploads/BankaLogo/2.png) center center no-repeat #fdbf57;
}

.taksitBaslik3 {
    background: url(/Uploads/BankaLogo/3.png) center center no-repeat #6950a2;
}

.taksitBaslik4 {
    background: url(/Uploads/BankaLogo/4.png) center center no-repeat #e01d6e;
}

.taksitBaslik5 {
    background: url(/Uploads/BankaLogo/5.png) center center no-repeat #ed1c24;
}

.taksitBaslik6 {
    background: url(/Uploads/BankaLogo/6.png) center center no-repeat #00a6d4;
}

.taksitBaslik7 {
    background: url(/Uploads/BankaLogo/7.png) center center no-repeat #ee3623;
}

.taksitBaslik8 {
    background: url(/Uploads/BankaLogo/8.png) center center no-repeat #00aedb;
}

.taksitBaslik9 {
    background: url(/Uploads/BankaLogo/9.png) center center no-repeat #a3a3a3;
}

.taksitBaslik10 {
    background: url(/Uploads/BankaLogo/10.png) center center no-repeat #2e3192;
}

.taksitBaslik11 {
    background: url(/Uploads/BankaLogo/11.png) center center no-repeat #056bb6;
}

.taksitBaslik12 {
    background: url(/Uploads/BankaLogo/12.png) center center no-repeat #221f1f;
}

.taksitBaslik13 {
    background: url(/Uploads/BankaLogo/13.png) center center no-repeat #0053a0;
}

.taksitBaslik14 {
    background: url(/Uploads/BankaLogo/14.png) center center no-repeat #ffdf00;
}

.taksitBaslik15 {
    background: url(/Uploads/BankaLogo/15.png) center center no-repeat #024d39;
}

.taksitBaslik16 {
    background: url(/Uploads/BankaLogo/16.png) center center no-repeat #8c1639;
}

.taksitBaslik17 {
    background: url(/Uploads/BankaLogo/17.png) center center no-repeat #e9690e;
}

.taksitBaslik18 {
    background: url(/Uploads/BankaLogo/18.png) center center no-repeat #e8ce00;
}

.taksitBaslik19 {
    background: url(/Uploads/BankaLogo/19.png) center center no-repeat #ffffff;
}

.TakRenk1 {
    background-color: #edf4e6;
}

.TakRenk2 {
    background-color: #f1e7f3;
}

.TakRenk3 {
    background-color: #f5f9d9;
}

.TakRenk4 {
    background-color: #eeafa2;
}

.TakRenk5 {
    background-color: #b5d0df;
}

.TakRenk6 {
    background-color: #e4e9f4;
}

.TakRenk7 {
    background-color: #edf4e6;
}

.TakRenk8 {
    background-color: #f1e7f3;
}

.TakRenk9 {
    background-color: #f5f9d9;
}

.TakRenk10 {
    background-color: #eeafa2;
}

.TakRenk11 {
    background-color: #b5d0df;
}

.TakRenk12 {
    background-color: #e4e9f4;
}

.TakRenk13 {
    background-color: #edf4e6;
}

.TakRenk14 {
    background-color: #f1e7f3;
}

.TakRenk15 {
    background-color: #f5f9d9;
}

.TakRenk16 {
    background-color: #eeafa2;
}

.TakRenk17 {
    background-color: #b5d0df;
}

.TakRenk18 {
    background-color: #e4e9f4;
}

.TakRenk19 {
    background-color: #edf4e6;
}

/* ================================================== */
/* CARİ ÖDEME YAP                                     */
/* ================================================== */
.CariOdeme .row .span {
    overflow: hidden;
}

    .CariOdeme .row .span .Left {
        width: 13%;
    }

    .CariOdeme .row .span .Center {
        width: 3%;
    }

    .CariOdeme .row .span .Right {
        width: 82%;
    }

    .CariOdeme .row .span div {
        float: left;
        height: 31px;
        line-height: 31px;
    }

.Listem.CariOdemeRaporlari .ListemItem .line1 {
    width: 6%;
}

.Listem.CariOdemeRaporlari .ListemItem .line2 {
    width: 13%;
}

.Listem.CariOdemeRaporlari .ListemItem .line3 {
    width: 18%;
}

.Listem.CariOdemeRaporlari .ListemItem .line4 {
    width: 8%;
    padding-left: 1%;
}

.Listem.CariOdemeRaporlari .ListemItem .line5 {
    width: 18%;
    padding-left: 1%;
}

.Listem.CariOdemeRaporlari .ListemItem .line6 {
    width: 12%;
    padding-left: 1%;
}

.Listem.CariOdemeRaporlari .ListemItem .line7 {
    width: 10%;
    padding-left: 1%;
}

.Listem.CariOdemeRaporlari .ListemItem .line8 {
    width: 7%;
    padding-left: 1%;
}

.CariOdeme .Basketstep {
    display: none;
}

.CariOdeme .OdemeMenu {
    display: none;
}

.CariOdeme .BasketPage {
    width: 100%;
    overflow: visible;
    padding: 0;
    border: 0;
    min-height: inherit;
}

.CariOdeme .Odeme-Left {
    width: 100%;
    padding: 0;
    float: none;
    background-color: transparent;
    min-height: 300px;
}

    .CariOdeme .Odeme-Left .Left {
        width: 50%;
    }

.CariOdeme .CrediCardNoInput input {
    width: 20.3%;
}

.CariOdeme .CrediCardNameInput input {
    width: 92%;
}

.CariOdeme .CrediCardDateInput select {
    width: 46.7%;
}

.CariOdeme .Odeme-Right {
    padding: 0;
    float: none;
    width: 100%;
    background-color: transparent;
}

    .CariOdeme .Odeme-Right .Odeme-RightLine {
        display: none;
    }

.CariOdeme .aspNetDisabled {
    margin-top: 5px;
}

.CariOdeme .OdemeTamamla .SiparisiTamamlaBtn {
    float: right;
    margin-top: 50px;
}

.CariRaporlarContent .siparisTablo thead tr th {
    padding: 2px;
}

.cariorta table tr td {
    padding: 5px;
}

div#fancy_print {
    background: url("../Default/images/print2.png") no-repeat scroll center center #222222;
    border: 2px solid #FFFFFF;
    border-radius: 13px;
    cursor: pointer;
    display: block;
    height: 25px;
    left: -16px;
    position: absolute;
    top: -14px;
    width: 25px;
    z-index: 9999;
}

.CariOdeme .Odeme-Right {
    position: relative;
}

.CariOdeme .OdemeTamamla {
    position: absolute;
    bottom: 0;
}

/* ================================================== */
/* FIRSAT ÜRÜNLERİ                                    */
/* ================================================== */
.firsatUrunleri {
    width: 100% !important;
    position: relative;
    margin: 0 auto;
    float: left;
}

.Firsatprev {
    display: none;
    cursor: pointer;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -20px;
    font-size: 30px;
    color: #000;
    z-index: 99;
    background: none;
}

    .Firsatprev:hover {
        color: #616c70;
    }

.Firsatnext {
    display: none;
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -20px;
    font-size: 30px;
    color: #000;
    z-index: 99;
    background: none;
}

    .Firsatnext:hover {
        color: #616c70;
    }

.firsatUrunleriItem {
    width: 230px;
}

.firsatUrunResim {
    display: block;
    width: 100%;
    height: 250px;
    border: none;
    text-align: center;
    margin: 0px auto;
}

    .firsatUrunResim img {
        max-width: 100%;
        max-height: 250px;
    }

.firsatUrunAdi {
    font-size: 12px;
    line-height: 14px;
    margin: 5px 0 5px 0px !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
    width: 100%;
    display: block;
}

    .firsatUrunAdi a {
        display: block;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

.firsatUrunFiyat {
    text-align: center;
    display: block;
    font-size: 14px;
}

#divSlide:hover .Firsatprev {
    display: inline-block;
}

#divSlide:hover .Firsatnext {
    display: inline-block;
}

/* ================================================== */
/* TAB ÜRÜNLER                                        */
/* ================================================== */
.tabListe {
    float: left;
    width: 100%;
    margin-bottom: 60px;
}

    .tabListe .tabBaslik {
        display: block;
        color: #222222;
        font-size: 22px;
        font-weight: bold;
        padding-bottom: 15px;
        border-bottom: 1px solid #e9e9e9;
        margin-bottom: 20px;
    }

    .tabListe .tabUst {
        float: left;
        width: 100%;
        text-align: center;
        margin-bottom: 20px;
    }

        .tabListe .tabUst ul li {
            display: inline-block;
            margin-right: 15px;
            float: left;
        }

            .tabListe .tabUst ul li a {
                display: block;
                color: #5a5a5a;
                height: 28px;
                padding: 0 15px;
                line-height: 28px;
                font-size: 13px;
                font-weight: 500;
                padding-bottom: 5px;
                border: 1px solid #ececec;
            }

            .tabListe .tabUst ul li.aktif a {
                background: #5a5a5a;
                color: #fff;
            }

    .tabListe .tabIcerik {
        float: left;
        width: 100%;
    }

        .tabListe .tabIcerik .blok {
            float: left;
            width: 100%;
            display: none;
        }

            .tabListe .tabIcerik .blok:first-child {
                display: block;
            }

    .tabListe .categoryTitle {
        display: none;
    }

    .tabListe .Jbutonlar {
        display: none;
    }

    .tabListe .productItem .productMarka, .tabListe .productItem .productOnYazi, .tabListe .productItem .favori {
        display: none !important;
    }

.productItem .productOnYazi {
    height: 44px;
    display: block;
    /* position: relative; */
    color: #353535;
    font-size: 11px;
    font-weight: 400;
    text-align: center;
    line-height: 1.2;
    margin: 10px 20px;
    padding: 8px 0;
    border-top: 1px solid #e2e2e2;
    border-bottom: 1px solid #e2e2e2;
}

    .productItem .productOnYazi:has(span:empty) {
        /* display: block; */
        border-top: none !important;
        border-bottom: transparent;
    }
/* ================================================== */
/* YORUM YAZ                                          */
/* ================================================== */
.fancyboxTittle {
    margin-bottom: 10px;
    font-size: 13px;
}

#yorumYaz {
    float: left;
    width: 100% !important;
    height: auto !important;
}


.yorumYaz {
    margin-bottom: 10px;
    position: relative;
}

    .yorumYaz .validate {
        padding: 5px;
        top: -30px;
    }

.yorumYazMesaj textarea {
    width: 100%;
}

/* ================================================== */
/* FIRSAT ÜRÜNLERİ                                    */
/* ================================================== */
.urunTabAlt {
    width: 100%;
}

    .urunTabAlt ul li {
        margin-bottom: 10px;
        clear: both;
    }

.oneriValidate .validate {
    top: 0;
    padding: 5px;
}

.urunTabAlt ul li input {
    float: left;
    margin-right: 5px;
}

.urunTabAlt ul li .captchaImageBox {
    float: left;
}

.urunTabAlt ul li .captchaInputBox {
    margin: 10px;
    float: left;
}

.urunTabAlt ul li.urundetyaGuvenlikodu span {
    float: left;
}

.urunTabAlt ul li .GuvnelikKodu {
    float: left;
    line-height: 50px;
    margin-right: 10px;
    display: block;
}

.odemeBildirimFormu table tr td {
    padding: 5px;
}

#mainHolder_txtbxNotlar {
    width: 100%;
}

.Block_Text img {
    max-width: 100%;
}

#GUVENLIK_KODU {
    margin-bottom: 10px;
    margin-top: 10px;
}

/* ================================================== */
/* TOOLTİP                                            */
/* ================================================== */
.tooltip {
    position: absolute;
    z-index: 1030;
    display: block;
    font-size: 12px;
    line-height: 1.4;
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: visible;
}

    .tooltip.in {
        opacity: 0.9;
        filter: alpha(opacity=90);
    }

    .tooltip.top {
        padding: 5px 0;
        margin-top: -3px;
    }

    .tooltip.right {
        padding: 0 5px;
        margin-left: 3px;
    }

    .tooltip.bottom {
        padding: 5px 0;
        margin-top: 3px;
    }

    .tooltip.left {
        padding: 0 5px;
        margin-left: -3px;
    }

.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #ffffff;
    text-align: center;
    text-decoration: none;
    background-color: #000000;
    border-radius: 4px;
}

.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-top-color: #000000;
    border-width: 5px 5px 0;
}

.tooltip.top-left .tooltip-arrow {
    bottom: 0;
    left: 5px;
    border-top-color: #000000;
    border-width: 5px 5px 0;
}

.tooltip.top-right .tooltip-arrow {
    right: 5px;
    bottom: 0;
    border-top-color: #000000;
    border-width: 5px 5px 0;
}

.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-right-color: #000000;
    border-width: 5px 5px 5px 0;
}

.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-left-color: #000000;
    border-width: 5px 0 5px 5px;
}

.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-bottom-color: #000000;
    border-width: 0 5px 5px;
}

.tooltip.bottom-left .tooltip-arrow {
    top: 0;
    left: 5px;
    border-bottom-color: #000000;
    border-width: 0 5px 5px;
}

.tooltip.bottom-right .tooltip-arrow {
    top: 0;
    right: 5px;
    border-bottom-color: #000000;
    border-width: 0 5px 5px;
}

/* ================================================== */
/* ÜYELİK ONAY                                        */
/* ================================================== */
.uyelikonay {
    margin-top: 50px;
    padding-left: 50px;
}

    .uyelikonay .title {
        width: 100%;
        margin-bottom: 30px;
    }

        .uyelikonay .title h4 {
            font-size: 30px;
            margin-bottom: 20px;
        }

        .uyelikonay .title span {
            font-size: 20px;
        }

    .uyelikonay p {
        line-height: 30px;
    }

        .uyelikonay p strong {
            font-weight: bold;
            font-size: 16px;
            color: #000;
        }

    .uyelikonay a {
        font-size: 14px;
        padding-left: 30px;
        padding-right: 30px;
        margin-bottom: 30px;
    }

/* ================================================== */
/* İADE TALEPLERİM                                    */
/* ================================================== */
.IadeTaleplerim .Title {
    height: 40px;
    line-height: 40px;
}

.Listem.IadeTaleplerim .ListemItem {
    height: auto;
    line-height: 24px;
}

    .Listem.IadeTaleplerim .ListemItem div {
        height: auto;
    }

    .Listem.IadeTaleplerim .ListemItem .line1 {
        width: 3%;
    }

    .Listem.IadeTaleplerim .ListemItem .line2 {
        width: 20%;
    }

    .Listem.IadeTaleplerim .ListemItem .line3 {
        width: 40%;
    }

    .Listem.IadeTaleplerim .ListemItem .line4 {
        width: 30%;
    }

    .Listem.IadeTaleplerim .ListemItem .line5 {
        width: 11%;
    }

    .Listem.IadeTaleplerim .ListemItem .line6 {
        width: 11%;
    }

.IadeTaleplerimContent #mainHolder_btnEkle {
    position: static;
    float: right;
    margin: 0px;
    margin-top: 10px;
    margin-bottom: 20px;
}

.IadeTaleplerimContent .row {
    width: 60%;
}

    .IadeTaleplerimContent .row .span {
        position: relative;
        overflow: hidden;
        margin-bottom: 5px;
    }

        .IadeTaleplerimContent .row .span div {
            float: left;
        }

        .IadeTaleplerimContent .row .span .Left {
            width: 30%;
        }

        .IadeTaleplerimContent .row .span .Center {
            width: 3%;
        }

        .IadeTaleplerimContent .row .span .Right {
            width: 60%;
        }

        .IadeTaleplerimContent .row .span #mainHolder_btnKaydet {
            float: right;
            width: 20%;
        }

        .IadeTaleplerimContent .row .span #mainHolder_btnVazgec {
            float: right;
            width: 20%;
            margin-right: 10px;
        }

.IadeTaleplerimContent textarea {
    width: 98.8%;
    margin-bottom: 10px;
    height: 50px;
}

.span.IadeTalepBtn {
    width: 93%;
}

/* ================================================== */
/* ARAMA SONUÇLARI                                    */
/* ================================================== */
#ArmaSonuclari {
    width: 100%;
    border: solid 1px #CCC;
    padding: 3%;
    text-align: center;
    font-size: 20px;
    margin-bottom: 20px;
}


#divUrunSiparisDosya .right_line {
    width: 66% !important;
}

#divUrunSiparisDosya .left_line {
    line-height: 30px;
}

#divUrunSiparisDosya .center_line {
    line-height: 30px;
}

.RadUpload {
    width: auto !important;
}

    .RadUpload .ruFileWrap {
        height: auto !important;
    }

    .RadUpload .ruFakeInput {
        margin-right: 0 !important;
        height: auto !important;
        width: auto !important;
        border-color: #dddddd !important;
        padding: 2px 5px !important;
        float: left !important;
    }

    .RadUpload .ruBrowse {
        float: left;
        margin-left: 15px !important;
        margin-top: 0 !important;
    }

.ruErrorMessage {
    margin-bottom: 10px !important;
}

.ruFileInput {
    position: absolute;
    left: 0;
    top: 0;
    height: 50px;
    left: 0;
    position: absolute;
    top: 0;
    width: 181px;
}

/* ================================================== */
/* BLOK KATEGORİ MENÜ                                 */
/* ================================================== */
.homeContainer .centerCount .UrunGuruplari {
    display: none !important;
}

ul.KatMenu1 ul {
    min-width: 240px;
    padding: 0;
    position: absolute;
    top: 0;
    left: 100%;
    z-index: 999;
    display: none;
}

ul.KatMenu1 li {
    position: relative;
    display: block;
    padding: 0;
}

    ul.KatMenu1 li a {
        line-height: 30px !important;
        display: block;
        text-indent: 0px;
        font-size: 12px !important;
        color: #5f5f5f;
        transition: 0.3s;
        background-color: #fff;
    }

ul.KatMenu1 > li:hover > a {
    color: #616c70 !important;
    text-indent: 20px;
    transition: 0.3s;
}

ul.KatMenu1 > li > ul > li > a {
    text-indent: 10px;
}

ul.KatMenu1 > li > ul > li:hover > a {
    color: #fff !important;
    background-color: #616c70;
    text-indent: 20px;
    transition: 0.3s;
}

ul.KatMenu1 > li > ul > li > ul > li > a {
    text-indent: 10px;
}

ul.KatMenu1 > li > ul > li > ul > li:hover > a {
    color: #fff !important;
    background-color: #616c70;
    text-indent: 20px;
    transition: 0.3s;
}

ul.KatMenu1 li:hover > ul {
    display: block !important;
}

ul.KatMenu1 li.ulVar > a:after {
    left: auto;
    border-width: 3px 4px;
    border-top-color: transparent !important;
    border-right-color: transparent !important;
    border-bottom-color: transparent !important;
    border-color: #000;
    content: ' ';
    display: block;
    width: 0px;
    height: 0px;
    position: absolute;
    top: 50%;
    margin-top: -2px;
    border-width: 3px 4px;
    border-style: solid;
    right: 8px;
}

/* ================================================== */
/* ETİKETLER                                          */
/* ================================================== */
#divEtiketler {
    float: left;
    width: 100%;
}

    #divEtiketler .productModuleTitle {
        float: left;
        width: 100%;
        text-align: center;
        margin-bottom: 10px;
        display: inline-block;
        padding-bottom: 5px;
        color: #333333;
        font-size: 13px;
        font-weight: bold;
    }

    #divEtiketler a {
        color: #555;
        font-size: 13px;
        margin-right: 5px;
    }

        #divEtiketler a:hover {
            text-decoration: underline;
        }

/* ================================================== */
/* SEPETİM                                            */
/* ================================================== */
.Basketstep ul li i,
.sepetTitle .st_1,
.sepetTitle2 .st_1,
.BasketRigth ul li.genelToplam .tut,
.sepetTitle2 .st_1:before,
.sepetTitle .st_1:before,
.TeslimatAdresTittle,
.Basketstep ul li.gecti span,
#divToplamOdeme, .TeslimatAdresTittle,
.SepetKampanyaTittle,
.SepetKampanyaTittle::before,
a.YeniAdresEkle,
.Basketstep ul li.onestepsec span {
    color: #616c70 !important;
}

.basketCompletebtn {
    background: #616c70 !important;
}

.OdemeMenu ul li.activeMenu {
    border-color: #616c70 !important;
}

.OdemeMenu ul li:hover {
    border-color: #616c70 !important;
}

.baglanButton {
    background: #616c70;
    border-color: #616c70;
}

    .baglanButton:hover {
        background: transparent;
        color: #616c70;
    }

.Basketstep ul li.pasif i {
    color: #b5b5b5 !important;
}

.BasketDetail table tbody tr td a {
    display: inherit;
}

.BasketDetail table tbody tr td:last-child a {
    display: block;
}


/* ================================================== */
/* CONTAİNERLAR                                       */
/* ================================================== */

.headerContent:before, .headerContent:after {
    content: " ";
    display: table;
}

.headerContent:after {
    clear: both;
}

.homeContainer .leftBlock {
    display: none;
}

.productDetailContainer .leftBlock {
    display: none;
}

.rightBlock {
    display: none;
}

.ticiContainer:before, .ticiContainer:after {
    content: " ";
    display: table;
}

.ticiContainer:after {
    clear: both;
}

.centerCount .OzelBlokIcerik {
    margin-bottom: 25px !important;
}

.categoryContainer .leftBlock {
    padding-left: 0;
    margin-top: 20px;
    float: left;
    min-width: 230px;
    max-width: 230px;
}

.categoryContainer .centerCount {
    padding-right: 0;
    margin-top: 10px;
    min-width: 80%;
    float: left;
}

.centerCount .solYadaSagAcik {
    padding: 0 10px;
}

.centerCount .solSagBlokAcik {
    padding: 0 10px;
}

/* ================================================ */
/* ! ANASAYFA SLIDER                                */
/* ================================================ */
#mainHolder_divDesign .anasayfa_tek_slider {
    max-width: 1440px; /* margin: 20px auto; */
}

#pnlSlider {
    float: left;
    width: 100%;
    position: relative;
    margin-bottom: 20px;
    padding: 0 0px;
}

    #pnlSlider img {
        display: block;
        width: 100%;
        margin: 0 auto;
    }

    #pnlSlider .flex-control-nav {
        left: 0;
        bottom: 20px;
        width: 100%;
        text-align: center;
        display: none;
    }

    #pnlSlider .flex-direction-nav {
        position: absolute;
        left: 0;
        width: 100%;
        top: 50%;
    }

        #pnlSlider .flex-direction-nav .flex-prev {
            position: absolute;
            left: 1%;
            text-align: center;
        }

            #pnlSlider .flex-direction-nav .flex-prev:before {
                font-family: 'FontAwesome';
                color: #000000;
                font-size: 34px;
                content: "\f104";
                line-height: 40px;
                margin-right: 2px;
            }

            #pnlSlider .flex-direction-nav .flex-prev:hover:before {
                color: #fff !important;
            }

        #pnlSlider .flex-direction-nav .flex-next {
            position: absolute;
            right: 1%;
            text-align: center;
        }

            #pnlSlider .flex-direction-nav .flex-next:before {
                font-family: 'FontAwesome';
                color: #000000;
                font-size: 34px;
                content: "\f105";
                line-height: 40px;
                margin-left: 2px;
            }

            #pnlSlider .flex-direction-nav .flex-next:hover:before {
                color: #fff !important;
            }

    #pnlSlider .flex-caption {
        position: absolute;
        left: 50%;
        line-height: 1.3;
        width: 50%;
        margin-left: -25%;
        background: none !important;
        bottom: 50px;
        color: #000;
        font-size: 18px;
        text-align: center;
    }

.flex-direction-nav a {
    text-align: center;
    color: #000;
    opacity: 1 !important;
    font-size: 0px;
}

.flex-control-paging li a {
    width: 13px !important;
    height: 13px !important;
    box-shadow: none !important;
    background-color: #fff !important;
}

    .flex-control-paging li a.flex-active {
        border: none !important;
        background-color: #f2dd4c !important;
    }

/* ================================================ */
/* ! HIZMETLERIMIZ                                  */
/* ================================================ */
.odemeTeslimat {
    float: left;
    width: 100%;
    padding-bottom: 70px;
    margin-bottom: 40px;
    border-bottom: 1px solid #f0f0f0;
}

    .odemeTeslimat .blokRow {
        margin: 0 -10px;
    }

    .odemeTeslimat .blok {
        float: left;
        width: 33.3333%;
        padding: 0 10px;
    }

    .odemeTeslimat span {
        display: block;
        padding-left: 60px;
        position: relative;
        color: #000;
        font-size: 14px;
        line-height: 20px;
    }

        .odemeTeslimat span strong {
            display: block;
            margin-bottom: 10px;
        }

    .odemeTeslimat .fa {
        position: absolute;
        left: 0;
        top: 50%;
        font-size: 35px;
        margin-top: -17.5px;
    }

/* ================================================ */
/* ! VITRIN URUNLERI                                */
/* ================================================ */
.ProductListContent {
    margin-left: -10px;
    margin-right: -10px;
}

.ProductList {
}

    .ProductList.sort_4 .ItemOrj.col-lg-3:nth-child(4n+1) {
        clear: both;
    }

.ProductListContent .productItem {
    margin-bottom: 50px;
    position: relative;
    overflow: hidden;
    text-align: center;
    height: 520px;
}

.productItem:hover {
    border: 1px solid #dddddd;
}

.productModuleItem2, .productModuleItem, .productItem {
    position: relative;
    text-align: center;
    transition: 0.3s;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    -ms-transition: 0.3s;
}

    .productModuleItem2 .modulename2, .productModuleItem2 .modulename, .productModuleItem2 .productName, .productModuleItem .modulename2, .productModuleItem .modulename, .productModuleItem .productName, .productItem .modulename2, .productItem .modulename, .productItem .productName {
        padding: 0px 0px;
        clear: both;
        /* float:left; */
        /* width:100%; */
        display: block;
    }

        .productModuleItem2 .modulename2 *, .productModuleItem2 .modulename *, .productModuleItem2 .productName *, .productModuleItem .modulename2 *, .productModuleItem .modulename *, .productModuleItem .productName *, .productItem .modulename2 *, .productItem .modulename *, .productItem .productName * {
            display: block;
            font-size: 12px;
            line-height: 16px;
            min-height: 38px;
            max-height: 38px;
            font-weight: 400;
            text-align: left;
            letter-spacing: 0.2px;
            overflow: hidden;
            text-overflow: ellipsis;
        }

    .productModuleItem2 .modulename, .productModuleItem .modulename, .productItem .modulename {
        line-height: 100%;
        display: block;
        font-size: 14px;
        line-height: 17px;
        height: 34px;
        color: #000;
        font-weight: 600;
        text-align: left;
        letter-spacing: 1px;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    /* .productModuleItem2 .moduleimage2, .productModuleItem2 .moduleimage, .productModuleItem2 .productImage, .productModuleItem .moduleimage2, .productModuleItem .moduleimage, .productModuleItem .productImage, .productItem .moduleimage2, .productItem .moduleimage, .productItem .productImage { height: 0; position: relative; background: #fff; padding-bottom: 150%; overflow: hidden; width: 100%; border-bottom: 0; } */

    .productModuleItem2 .moduleimage2, .productModuleItem2 .moduleimage, .productModuleItem2 .productImage, .productModuleItem .moduleimage2, .productModuleItem .moduleimage, .productModuleItem .productImage, .productItem .moduleimage2, .productItem .moduleimage, .productItem .productImage {
        overflow: hidden;
        width: 100%;
        position: relative;
    }

        /* .productModuleItem2 .moduleimage2 a, .productModuleItem2 .moduleimage a, .productModuleItem2 .productImage a, .productModuleItem .moduleimage2 a, .productModuleItem .moduleimage a, .productModuleItem .productImage a, .productItem .moduleimage2 a, .productItem .moduleimage a, .productItem .productImage a { display: block; position: relative; height: 100%; top: 0; left: 0; text-align: center; align-items: center; width: 100%; padding-bottom: 150%; }*/
        .productModuleItem2 .moduleimage2 a, .productModuleItem2 .moduleimage a, .productModuleItem2 .productImage a, .productModuleItem .moduleimage2 a, .productModuleItem .moduleimage a, .productModuleItem .productImage a, .productItem .moduleimage2 a, .productItem .moduleimage a, .productItem .productImage a {
            display: block;
            position: relative; /* display: flex; */
            align-content: flex-start; /* justify-content: space-around; */ /* align-items: flex-start; */ /* flex-direction: column-reverse; */
        }

            .productModuleItem2 .moduleimage2 a img, .productModuleItem2 .moduleimage a img, .productModuleItem2 .productImage a img, .productModuleItem .moduleimage2 a img, .productModuleItem .moduleimage a img, .productModuleItem .productImage a img, .productItem .moduleimage2 a img, .productItem .moduleimage a img {
                max-width: 100%;
                max-height: 100%;
                height: auto;
                position: absolute;
                left: 0;
                right: 0;
                top: 0;
                bottom: 0;
                margin: auto;
            }

    .productModuleItem2 .moduleprice2, .productModuleItem2 .moduleprice, .productModuleItem2 .productPrice, .productModuleItem .moduleprice2, .productModuleItem .moduleprice, .productModuleItem .productPrice, .productItem .moduleprice2, .productItem .moduleprice, .productItem .productPrice {
        display: block;
        width: 100%;
        margin-bottom: 0px;
        padding: 0 0px;
    }

    .productModuleItem2 .modulediscount, .productModuleItem2 .discountPrice, .productModuleItem .modulediscount, .productModuleItem .discountPrice, .productItem .modulediscount, .productItem .discountPrice {
        display: inline-block;
        margin: 0px;
    }

        .productModuleItem2 .modulediscount .modulekdv, .productModuleItem2 .modulediscount .discountKdv, .productModuleItem2 .discountPrice .modulekdv, .productModuleItem2 .discountPrice .discountKdv, .productModuleItem .modulediscount .modulekdv, .productModuleItem .modulediscount .discountKdv, .productModuleItem .discountPrice .modulekdv, .productModuleItem .discountPrice .discountKdv, .productItem .modulediscount .modulekdv, .productItem .modulediscount .discountKdv, .productItem .discountPrice .modulekdv, .productItem .discountPrice .discountKdv {
            display: none;
        }

        .productModuleItem2 .modulediscount span, .productModuleItem2 .discountPrice span, .productModuleItem .modulediscount span, .productModuleItem .discountPrice span, .productItem .modulediscount span, .productItem .discountPrice span {
            display: inline-block;
            font-weight: 600;
            color: #333333;
            font-size: 16px;
            font-family: Roboto, arial;
        }

    .productModuleItem2 .moduleregular, .productModuleItem2 .regularPrice, .productModuleItem .moduleregular, .productModuleItem .regularPrice, .productItem .moduleregular, .productItem .regularPrice {
        display: inline-block !important;
        margin: 0px;
    }

        .productModuleItem2 .moduleregular .modulekdv, .productModuleItem2 .moduleregular .regularKdv, .productModuleItem2 .regularPrice .modulekdv, .productModuleItem2 .regularPrice .regularKdv, .productModuleItem .moduleregular .modulekdv, .productModuleItem .moduleregular .regularKdv, .productModuleItem .regularPrice .modulekdv, .productModuleItem .regularPrice .regularKdv, .productItem .moduleregular .modulekdv, .productItem .moduleregular .regularKdv, .productItem .regularPrice .modulekdv, .productItem .regularPrice .regularKdv {
            display: none !important;
        }

        .productModuleItem2 .moduleregular span, .productModuleItem2 .regularPrice span, .productModuleItem .moduleregular span, .productModuleItem .regularPrice span, .productItem .moduleregular span, .productItem .regularPrice span {
            display: inline-block !important;
            font-weight: 400;
            color: #333333;
            font-size: 12px;
            text-decoration: line-through;
            font-family: Roboto, arial;
        }

    .productModuleItem2 .productMarka, .productModuleItem .productMarka, .productItem .productMarka {
        padding: 0 10px;
        display: none !important;
        margin-bottom: 5px;
        float: left;
        width: 100%;
        text-align: center;
        font-size: 11px;
        font-weight: 300;
        color: #b9b9b9;
        line-height: 1;
    }

    .productModuleItem2:hover .modulename2 *, .productModuleItem:hover .modulename *, .productItem:hover .productName * {
        color: #616c70;
    }

    .productModuleItem:hover .modulediscount * {
        color: #616c70;
    }

/* ================================================ */
/* ! URUN ICONLARI                                  */
/* ================================================ */
.newIcon {
    display: none;
    text-transform: uppercase;
    position: absolute;
    text-align: center;
    right: 10px;
    top: 2%;
    color: #000;
    font-size: 12px;
    z-index: 2;
    font-weight: 500;
    width: 38px;
    height: 26px;
    line-height: 26px;
    overflow: hidden;
    font-family: Roboto, arial;
}

.cargoIcon {
    display: none;
    position: absolute;
    text-align: center;
    right: 10%;
    bottom: 52px;
    background: #ddbb94;
    color: #fff;
    font-size: 12px;
    z-index: 2;
    z-index: 2;
    font-weight: 500;
    padding: 0 7px;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    left: 10%;
}

    .cargoIcon .fa {
        line-height: 30px;
        font-size: 15px;
    }

.discountIcon {
    display: none;
    position: absolute;
    text-align: center;
    left: 10px;
    top: 2%;
    color: #fff;
    font-size: 12px;
    z-index: 2;
    font-weight: 500;
    width: 38px;
    height: 26px;
    line-height: 26px;
    overflow: hidden;
    font-family: Roboto, arial;
    background: #000
}

.examineIcon {
    display: none
}

.favori {
    display: none;
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 1;
}

.mycartIcon {
    display: none;
}

    .mycartIcon span {
        letter-spacing: 0.5px;
        width: 80%;
        left: 10%;
        /* position: absolute; */
        /* top: 64%; */
        /* color: #111111; */
        /* background: var(--theme-color); */
        line-height: 34px;
        font-family: Roboto, arial;
        /* font-size: 13px; */
        /* font-weight: 400; */
    }

    .mycartIcon .urunListeSpanSepeteEkle {
        background: none;
        /* position: absolute; */
        /* top: 64%; */
        color: #fff;
        line-height: 34px;
        font-family: Roboto, arial;
        /* font-size: 13px; */
        font-weight: 400;
        text-transform: uppercase;
        font-size: 18px;
        line-height: 40px;
    }

    .mycartIcon:after {
        content: "\f07a";
        font-family: "FontAwesome";
        position: absolute;
        right: 0;
        font-size: 25px;
        background-color: #728e00;
        padding: 5px 10px;
    }

.productItem:hover .mycartIcon {
    display: inline-block;
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    opacity: 1;
    transition: opacity .3s;
    height: 39px;
    color: #fff;
    background: #86a700;
}
/*.productItem:hover .favori,.productItem:hover .mycartIcon{display:inline-block;} */
/* .mycartIcon:after{content:"\f291";font-size:16px;font-family:FontAwesome, arial;color:#fff;width:45px;height:45px;display:inline-block;background-color:#ffc630;border-radius:50%;text-align:center;padding-top:25%;cursor:pointer;margin-right:8px;} */
/* .examineIcon:after{content:"\f002";font-size:16px;font-family:fontawesome, arial;color:#fff;width:45px;height:45px;display:inline-block;background-color:#ffc630;border-radius:50%;text-align:center;padding-top:31%;cursor:pointer} */
.favori a:after {
    content: '\f004';
    font-size: 18px;
    font-family: FontAwesome, arial;
    color: #ddd;
    display: inline-block;
    cursor: pointer
}

.favori a.listfavoriAktif:after {
    font-weight: 600;
}

.favori a {
    display: inline-block;
    font-size: 0 !important;
    font-family: 'FontAwesome' !important;
    width: 20px;
    height: 20px;
    z-index: 9;
    position: relative;
    content: "";
}

.productItem:hover .mycartIcon:hover {
    background: #728e00;
    cursor: pointer;
}

.productItem:hover .favori {
    display: block !important
}


    .productItem:hover .favori a:hover:after {
        content: '\f004';
        color: orange;
    }

.TukendiIco {
    position: absolute;
    left: 0;
    top: 30%;
    width: 100%;
    text-align: center;
    z-index: 9;
}

    .TukendiIco span {
        display: inline-block;
        color: #000;
        font-size: 13px;
        background: #fff;
        padding: 0 20px;
        height: 25px;
        line-height: 25px;
        border: 1px solid #000;
        text-transform: uppercase;
        font-weight: bold;
    }

/* ================================================ */
/* ! MARKA SLİDER                                   */
/* ================================================ */


/* ================================================ */
/* ! KASA ONU FIRSATLAR                             */
/* ================================================ */
.KasaOnuFirsatlarContent ul li a {
    margin-bottom: 10px !important;
    max-height: auto !important;
}

    .KasaOnuFirsatlarContent ul li a img {
        max-height: auto !important;
    }

.KasaOnuFirsatlarContent ul li span {
    line-height: 26px !important;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

    .KasaOnuFirsatlarContent ul li span + span {
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }

/* ================================================ */
/* ! KATEGORİ SAYFASI                               */
/* ================================================ */
#divSayfalamaUst {
    float: left;
    width: 100%;
    margin-top: 0 !important;
    position: relative; /* absolute bunun içinde kalır */
    overflow: hidden; /* dışarı taşamaz */
}

    #divSayfalamaUst .pageNumber {
        display: none !important;
    }

.categorydesign {
    float: left;
    width: 100%;
    margin-bottom: 0px;
}

    .categorydesign img {
        display: inline-block;
    }

.ProductList.pr_3 {
    float: left;
    width: 100%;
    border-bottom: 1px solid #ededed;
}

    .ProductList.pr_3 .productItem {
        float: left;
        width: 32%;
        margin-bottom: 30px;
        margin-right: 2%;
        position: relative;
        overflow: hidden;
        text-align: center;
    }

        .ProductList.pr_3 .productItem:nth-child(4n) {
            margin-right: 2%;
        }

        .ProductList.pr_3 .productItem:nth-child(5n) {
            margin-right: 2%;
        }

        .ProductList.pr_3 .productItem:nth-child(3n) {
            margin-right: 0;
        }

.ProductList.pr_4 {
    float: left;
    width: 100%;
    border-bottom: 1px solid #ededed;
}

    .ProductList.pr_4 .productItem {
        float: left;
        width: 24%;
        margin-bottom: 30px;
        margin-right: 1.333%;
        position: relative;
        overflow: hidden;
        text-align: center;
    }

        .ProductList.pr_4 .productItem:nth-child(3n) {
            margin-right: 1.333%;
        }

        .ProductList.pr_4 .productItem:nth-child(5n) {
            margin-right: 1.333%;
        }

        .ProductList.pr_4 .productItem:nth-child(4n) {
            margin-right: 0;
        }

.ProductList.pr_hrz {
    float: left;
    width: 100%;
}

    .ProductList.pr_hrz .productItem {
        float: left;
        width: 100%;
        margin-bottom: 30px;
        position: relative;
        overflow: hidden;
        text-align: center;
    }

        .ProductList.pr_hrz .productItem .productImage {
            height: 0;
            position: relative;
            background: #fff;
            padding-bottom: 7%;
            overflow: hidden;
            width: 7%;
            border-bottom: 0;
            float: left;
            margin-right: 20px;
        }

        .ProductList.pr_hrz .productItem .productDetail {
            float: left;
        }

        .ProductList.pr_hrz .productItem .cargoIcon {
            display: none;
        }

        .ProductList.pr_hrz .productItem .discountIcon {
            display: none;
        }



        .ProductList.pr_hrz .productItem:nth-child(3n) {
            margin-right: 0;
        }

        .ProductList.pr_hrz .productItem:nth-child(5n) {
            margin-right: 0;
        }

        .ProductList.pr_hrz .productItem:nth-child(4n) {
            margin-right: 0;
        }

        .ProductList.pr_hrz .productItem .examineIcon {
            left: 0;
        }

/*kategori navigasyonu*/
.jCarouselLite .JKatAdi {
    text-align: center;
    padding: 0px;
    margin: 0px !important;
    text-transform: uppercase;
    color: #000000;
    font-size: 18px;
    font-weight: 500 !important;
    font-family: Roboto, arial;
    line-height: 70px;
}

.categoryTitle .bold {
    display: block;
    text-align: center;
}

    .categoryTitle .bold .satir1 {
        display: inline-block;
        font-weight: 500
    }


.leftBlock .categoryTitle .bold {
    overflow: hidden;
    height: auto;
    cursor: pointer;
    font-size: 15px;
    font-weight: 500;
    word-wrap: break-word;
    display: block;
    color: #2b2b2b;
    border-bottom: 1px solid #ddd;
    padding: 9px 0 15px 0px;
}

    .leftBlock .categoryTitle .bold .satir1 {
        float: left;
        padding: 0;
        display: block;
        width: 100%;
        font-size: 13px;
        font-weight: 500;
        color: #2b2b2b;
    }

.ProductDetail .categoryTitle .categoryTitleText {
    display: inline-block;
    float: left;
}

.categoryTitleText * {
    display: inline-block;
    font-family: 'Roboto', serif !important;
    color: #2b2b2b !important;
    font-size: 11px !important;
    line-height: 1.2 !important;
    font-weight: 400;
}

ul.breadcrumb li *, ul.breadcrumb li, a#linkOncekiSayfa {
    display: inline-block;
    color: #464646 !important;
    font-size: 12px !important;
    line-height: 1.2 !important;
    font-weight: normal;
    font-family: Roboto, arial !important;
    font-weight: 300;
    margin-right: 1px;
    margin-left: 5px;
}

    ul.breadcrumb li:first-child *, ul.breadcrumb li:first-child {
        margin-left: 0px;
        margin-top: -1.5px;
    }

ul.breadcrumb a {
    display: inline-block;
}

ul.breadcrumb li:first-child a span:before {
    content: '\f015';
    font-family: FontAwesome;
    font-weight: 300;
    color: #464646;
    font-size: 16px;
    margin-right: 5px;
}

.categoryTitleText {
    padding: 20px 0px 20px 0px;
}
/*kategori gizlenenler*/
.KategoriFilitrelemeContent .Block_Title {
    display: none;
}

#mainHolder_divUstMarkaListesi {
    display: none;
}

/*kategori filtrelemeler*/
.brandlistselectionBottom {
    display: none !important;
}

.categoryTitle {
    float: left;
    width: 100%;
    position: relative;
}

    .categoryTitle .brandlistselection { /* float: right; */ /* width: 20%; */
    }

        .categoryTitle .brandlistselection #divUstFiltreKategori {
            float: left;
            margin-right: 10px;
        }

        .categoryTitle .brandlistselection #divUstFiltreMarka {
            float: left;
            margin-right: 10px;
        }

        .categoryTitle .brandlistselection .selectBox {
            float: left;
            margin-right: 10px;
        }

        .categoryTitle .brandlistselection .brandSelectbox {
            height: 30px;
            line-height: 28px;
            border: 1px solid #ddd;
            color: #777;
        }

.blockSelect {
    float: right;
    margin-right: 0 !important;
}

.brandlistselection > label {
    display: inline-block;
    color: #222121;
    font-size: 13px;
    cursor: pointer;
}

    .brandlistselection > label > input[type="checkbox"] {
        display: none !important;
    }

    .brandlistselection > label > label {
        line-height: 30px;
        margin-left: 10px;
        display: inline-block;
        padding-left: 18px;
        cursor: pointer;
        color: #000;
        font-size: 13px;
    }

        .brandlistselection > label > label:hover {
            color: #616c70;
            background: url("images/checkbox2.png") left center no-repeat;
        }

    .brandlistselection > label > input[type=checkbox] + label {
        background: url("images/checkbox1.png") left center no-repeat;
    }

    .brandlistselection > label > input[type="checkbox"][checked] + label {
        display: block;
        background: url("images/checkbox2.png") left center no-repeat;
    }

#mainHolder_linkFiltreKaldir {
    line-height: 30px;
    background: url("images/checkbox2.png") left center no-repeat;
    margin-left: 10px;
    display: inline-block;
    padding-left: 18px;
    cursor: pointer;
    color: #000;
    font-size: 13px;
}

.sortingContent.sortingContent {
    float: left;
    width: 100%;
    z-index: 999;
    border: none;
    border-radius: 0;
    margin: 0;
    padding: 0;
    display: -webkit-flex;
    display: -moz-flex;
    display: -o-flex;
    display: block;
    border: 0;
    padding: 10px;
    background-color: transparent;
}

.sortingContent:after {
    clear: both;
    display: table;
    content: "";
}

.appliedFilter {
    background-color: transparent !important;
}

.sortingContent li {
    margin-right: 10px !important;
}

    .sortingContent li a.selected {
        background-color: transparent !important;
        text-decoration: underline !important;
    }

.sortingContent .blockSelect a.Active i {
    color: #000000 !important;
}

.blockSelect a.sort_3 i:before {
    content: "\f0c9" !important;
    font-weight: 600;
    font-family: FontAwesome !important;
    transform: rotate(90deg);
    display: inline-block;
    font-size: 15px;
}

.blockSelect a.sort_4 i:before {
    content: "\f039" !important;
    font-weight: 600;
    font-family: FontAwesome !important;
    transform: rotate(90deg);
    display: inline-block;
    font-size: 15px;
}

.sortingContent li a {
    background-color: transparent !important;
    padding: 0 !important;
    line-height: normal !important;
    margin-top: -5px !important;
    display: inline-block !important;
}

.sortingContent .blockSelect a i {
    line-height: normal !important;
    font-size: 17px !important;
    padding: 0px 4px !important;
    color: #c6c6c6 !important;
}

.sortingContent li a:hover {
    background-color: transparent !important;
}

.sortingContent span {
    color: #252525 !important;
    font-family: Montserrat, sans-serif, arial !important;
    font-size: 12px !important; /* letter-spacing: 0.5px; */
    line-height: normal !important;
    text-transform: capitalize;
}

.sortingContent .filterOrderInStock span:before {
    content: "";
    width: 12px;
    height: 12px;
    background-color: #f7f7f7;
    margin-right: 5px;
    float: left;
    margin-top: 2px;
    border: 1px solid #000;
}

.sortingContent .filterOrderInStock:hover span:before {
    content: "\f00c";
    color: #000;
    font-family: FontAwesome;
    font-size: 9px;
    line-height: 12px;
}

.sortingContent .filterOrderInStock.selected span:before {
    content: "\f00c";
    color: #000;
    font-family: FontAwesome;
    font-size: 9px;
    line-height: 12px;
}

.appliedFilter.FiltrelemeUrunAdet {
    padding: 0 !important;
    margin-right: 0 !important;
    float: right !important;
    margin-top: 5px !important;
}

    .appliedFilter.FiltrelemeUrunAdet span {
        line-height: 16px !important; /* position:absolute !important; */ /* left:0px; */ /* top:0px; */
        margin-top: -5px;
        color: #252525;
        font-size: 12px;
        font-family: Montserrat, Arial;
        font-weight: 400 !important;
    }

        .appliedFilter.FiltrelemeUrunAdet span:after {
            content: "";
            margin-left: 3px;
            font-weight: 400 !important;
        }

.appliedFilter a {
    margin-left: 5px !important;
}

.blockSelect a {
    float: left;
    display: inline-block;
    margin-left: 8px;
    color: #000;
    font-size: 20px;
}

.blockSelect .sort_hrz.sort_hrzActive {
    color: #616c70;
}

.blockSelect .sort_3.Active i {
    color: #616c70;
}

.blockSelect .sort_4.Active i {
    color: #616c70;
}

.pageNumber {
    float: left;
    width: 100%;
    margin-bottom: 20px;
    text-align: center;
}

    .pageNumber .pageBorder {
        display: inline-block;
    }

    .pageNumber a {
        display: inline-block;
        float: left;
        margin-right: 10px;
        width: 30px;
        height: 30px;
        line-height: 30px;
        text-align: center;
        font-size: 12px;
        color: #000000;
        border: none;
        background-color: #e8e7e7;
        font-family: Montserrat, arial;
        border-radius: 50%;
        font-weight: 400;
    }

        .pageNumber a:hover {
            color: #fff;
        }

        .pageNumber a.SelectedSayfa {
            background: #000000;
            color: #fff;
            opacity: 1 !important;
        }

.KategoriFilitreleme {
    margin-bottom: 20px;
    width: 100%;
    float: left;
}

.KategoriFilitreTittle {
    height: 40px;
    line-height: 40px;
    margin-bottom: 20px;
    color: #000;
    font-size: 14px;
    font-weight: bold;
    border-bottom: 1px solid #bbb7b7;
}

/*Kategori Ozel Blok*/
.kategoriOzelBlok {
    min-height: 285px;
    margin-bottom: 22px;
    float: left;
    width: 100%;
    border: 1px solid #e8e8e8;
    padding: 32px;
    border-radius: 5px;
}

    .kategoriOzelBlok .kategoriOzelBlokYazi {
        float: left;
        width: 75%;
        padding-right: 15px;
    }

        .kategoriOzelBlok .kategoriOzelBlokYazi h2 {
            color: #46696b;
            font-size: 18px;
            margin-bottom: 15px;
        }

        .kategoriOzelBlok .kategoriOzelBlokYazi p {
            font-size: 14px;
            line-height: 18px;
            color: #46696b;
        }

    .kategoriOzelBlok .kategoriOzelBlokResim {
        float: left;
        width: 25%;
    }

        .kategoriOzelBlok .kategoriOzelBlokResim img {
            width: 100%;
            display: block;
        }

/*Menu*/
.FilitreMaxHeight {
    width: 100%;
}

.KategoriFilitreLine > ul > li {
    position: relative;
}

    .KategoriFilitreLine > ul > li > a {
        font-size: 13px;
        color: #000000;
        margin-bottom: 12px;
        display: inline-block;
    }

        .KategoriFilitreLine > ul > li > a:hover {
            text-decoration: underline;
        }

    .KategoriFilitreLine > ul > li:last-child a {
        margin-bottom: 0;
    }

    .KategoriFilitreLine > ul > li > ul {
        width: 100%;
    }

        .KategoriFilitreLine > ul > li > ul > li {
            margin-bottom: 12px;
            padding-left: 20px;
        }

            .KategoriFilitreLine > ul > li > ul > li > a {
                color: #666666;
                font-size: 13px;
                display: inline-block;
            }

                .KategoriFilitreLine > ul > li > ul > li > a:hover {
                    text-decoration: underline;
                }

/*Checkbox Filtrelemer*/
.FilitreMaxHeight table tr td {
    width: 100%;
    padding: 0;
    padding-bottom: 15px;
    padding-bottom: 10px;
}

.FilitreMaxHeight table tr:last-child td {
    padding-bottom: 0;
}

.FilitreMaxHeight table tr td input[type="checkbox"] {
    display: none !important;
}

.KategoriFilitreLine {
    padding: 0;
}

.fiyatFilitreContent .KategoriFilitreLine {
    padding: 0;
}

.KategoriFilitreLine table tr td label {
    line-height: 13px;
    display: inline-block;
    padding-left: 23px;
    height: 13px;
    cursor: pointer;
    color: #000000;
    font-size: 13px;
}

.KategoriFilitreLine table tr td input[type=checkbox] + label {
    background: url("images/checkbox1.png") left center no-repeat;
}

    .KategoriFilitreLine table tr td input[type=checkbox] + label:hover {
        background: url("images/checkbox2.png") left center no-repeat;
    }

.KategoriFilitreLine table tr td input[type="checkbox"][checked] + label {
    background: url("images/checkbox2.png") left center no-repeat;
}

[type="checkbox"] + label:before, [type="checkbox"]:not(.filled-in) + label:after {
    display: none;
}

.KategoriFilitreLine p input[type="text"] {
    width: 100%;
    padding: 0;
    font-family: "Roboto", sans-serif !important;
    color: #000000 !important;
    font-size: 13px;
    font-weight: bold;
    margin-bottom: 15px;
}


#slider-range {
    width: 100%;
    padding: 0;
    margin-bottom: 30px;
    background: #8d8c8c;
    height: 8px !important;
    border: none;
    border-top: 3px solid #fff;
    border-bottom: 3px solid #fff;
    border-radius: 0;
    -webkit-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}

.ui-widget-header {
    background: #454444 !important;
}

    .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
        width: 10px !important;
        height: 8px !important;
        background: #000000 !important;
        border: none !important;
        border-radius: 0px !important;
    }

.ui-slider-horizontal .ui-slider-handle {
    top: -3px !important;
}

/*.FilitreMaxHeight {max-height: 160px; overflow-y: scroll;}*/
/*.FilitreMaxHeight::-webkit-scrollbar {width: 3px;}*/
/*.FilitreMaxHeight::-webkit-scrollbar-thumb {background: #000000;}*/
/*.FilitreMaxHeight::-webkit-scrollbar-track {background: #cccccc;}*/

/* ================================================ */
/* ! İÇERİK DETAY SAYFASI                           */
/* ================================================ */
#back-to-top {
    position: fixed;
    right: 3%;
    top: 77%;
    z-index: 9999999;
}

    #back-to-top a {
        display: inline-block;
    }

        #back-to-top a:hover {
            color: #616c70;
        }

a#linkOncekiSayfa {
    cursor: pointer;
}

.cloudzoom-blank > div:last-child {
    display: none !important;
}

.productDetailContainer .centerCount {
    padding: 0;
}

.ProductDetailMain {
    float: left;
    width: 100%;
}

    .ProductDetailMain .Images {
        margin-bottom: 10px;
        width: 79%;
        float: right;
    }

        .ProductDetailMain .Images img {
            max-width: 100%;
            margin: 0 auto;
        }

    .ProductDetailMain .SmallImages {
        float: left;
        width: 21%;
        overflow: auto;
        max-height: 609px;
    }

        .ProductDetailMain .SmallImages > div {
            float: left;
            margin-bottom: 15px;
            margin-right: 20px;
            cursor: pointer;
        }

            .ProductDetailMain .SmallImages > div img {
                width: 100%;
                display: inline-block;
                float: left;
            }

    .ProductDetailMain .ProductName h1 > span {
        color: #000000;
        font-size: 28px;
        font-family: Roboto, arial;
        font-weight: 700;
        display: block;
        text-transform: uppercase;
        margin-bottom: 5px;
    }

    .ProductDetailMain #divMarka .right_line.Marka a span {
        font-weight: 500 !important;
        font-family: Roboto, arial;
        font-size: 14px;
        color: #000000;
        line-height: 14px;
        text-transform: uppercase;
    }

        .ProductDetailMain #divMarka .right_line.Marka a span:after {
            content: " - Markaya Ait Tüm Ürünler";
            font-size: 14px;
            font-weight: 300;
            font-family: Roboto, arial;
            text-transform: capitalize;
        }

    .ProductDetailMain .ProductName span.productcode {
        font-size: 12px;
        color: #4d4d4d;
        float: left
    }

        .ProductDetailMain .ProductName span.productcode:first-child {
            margin-right: 3px;
        }

    .ProductDetailMain .RightDetail .produt-id-detail {
        font-family: Montserrat, arial;
        font-size: 14px;
        color: #181818;
        font-weight: 400;
        float: right;
        display: inline-block;
    }

        .ProductDetailMain .RightDetail .produt-id-detail .productcode:first-child {
            font-weight: 500;
            margin-right: 3px;
            font-size: 13px;
            font-family: Montserrat, arial
        }

    .ProductDetailMain .PriceList {
        float: left;
        width: 100%;
    }

    .ProductDetailMain #divTedarikci {
        float: left;
        width: 100%;
        margin-bottom: 10px;
    }

    .ProductDetailMain .puanVer {
        display: none;
        float: left;
        width: 100%;
        margin-top: 5px;
    }

ul.rating li i.starItem {
    font-size: 14px !important;
}

.ProductDetailMain #divIndirimOrani, .ProductDetailMain #divToplamStokAdedi, .ProductDetailMain #divTaksitAciklama, .ProductDetailMain #divMarka {
    float: left;
    width: 100%;
}

.ProductDetailMain #divTaksitAciklama {
    display: none;
}

    .ProductDetailMain #divIndirimOrani *, .ProductDetailMain #pnlFiyatlar *, .ProductDetailMain #divToplamStokAdedi *, .ProductDetailMain #divTaksitAciklama *, .ProductDetailMain #divTedarikci * {
        color: #666666;
        font-size: 13px;
        margin-right: 3px;
        display: inline-block;
        float: left;
        line-height: 40px;
    }

.ProductDetailMain #divIndirimOrani {
    position: absolute;
    left: 200px;
    bottom: 0px;
    width: auto;
}

    .ProductDetailMain #divIndirimOrani .left_line {
        display: none;
    }

    .ProductDetailMain #divIndirimOrani .center_line {
        display: none;
    }


    .ProductDetailMain #divIndirimOrani .right_line.indirimliOrani * {
        font-weight: 600;
        font-size: 15px;
        line-height: 30px;
        color: #fff;
    }

    .ProductDetailMain #divIndirimOrani .right_line.indirimliOrani {
        background-color: #616c70;
        font-weight: 600;
        font-size: 15px;
        color: #fff;
        line-height: 30px;
        padding: 0 10px;
    }

.ProductDetailMain #divMarka {
    float: left;
    margin-bottom: 7px;
    width: auto;
}

    .ProductDetailMain #divMarka .left_line {
        display: none;
    }

    .ProductDetailMain #divMarka .center_line {
        display: none;
    }

    .ProductDetailMain #divTedarikci .left_line, .ProductDetailMain #divIndirimOrani .left_line, .ProductDetailMain #pnlFiyatlar .left_line, .ProductDetailMain #divToplamStokAdedi .left_line, .ProductDetailMain #divMarka .left_line {
        width: 120px;
        font-weight: normal;
        line-height: 40px;
    }

.ProductDetailMain #pnlFiyatlar {
    position: relative;
    float: left;
    width: 100%;
    border-bottom: 1px solid #f1f1f1;
    padding-bottom: 10px;
    margin-top: 5px;
    margin-bottom: 20px;
}

.ProductDetailMain #divTaksitAciklama span {
    color: #202020;
    font-size: 13px;
    font-weight: 600;
    line-height: 30px
}

.ProductDetailMain #pnlFiyatlar * {
    line-height: normal;
}

.ProductDetailMain #pnlFiyatlar .left_line {
    display: none;
}

.ProductDetailMain #pnlFiyatlar .center_line {
    display: none;
}


.ProductDetailMain #divTurkLirasiFiyat {
    float: left;
    width: 100%;
    margin-top: 10px;
}

    .ProductDetailMain #divTurkLirasiFiyat * {
        font-size: 30px !important;
        color: #333333 !important;
        font-weight: 600;
    }

    .ProductDetailMain #divTurkLirasiFiyat .spanKdv {
        font-size: 12px !important;
        margin-top: 17px;
    }



.ProductDetailMain .PiyasafiyatiContent {
    float: left;
    margin-top: 13px;
}

.ProductDetailMain .IndirimliFiyatContent {
    float: left;
    margin-right: 0px !important;
}

.ProductDetailMain #divOnyazi {
    float: left;
    width: 100%;
    margin-bottom: 20px;
}

    .ProductDetailMain #divOnyazi * {
        font-family: Roboto, arial;
    }

.product-details-text strong {
    text-transform: uppercase;
    margin-bottom: 10px;
    float: left;
    width: 100%;
}

.product-details-text ul li {
    font-size: 12px !important;
    font-family: Roboto, arial;
    color: #181818 !important;
    font-weight: 400 !important;
}

.ProductDetailMain .indirimliFiyat * {
    font-size: 30px !important;
    color: #333333 !important;
    font-weight: 600;
}

.ProductDetailMain .indirimliFiyat .spanKdv {
    font-size: 12px !important;
    margin-top: 17px;
}


#divKDVDahilFiyat * {
    line-height: 25px;
}

#kdvliFiyat * {
    font-size: 18px !important;
    color: #333333 !important;
    line-height: 25px;
    font-weight: 600;
}

.ProductDetailMain .IndirimliFiyatContent * {
}

.ProductDetailMain .PiyasafiyatiContent .spanKdv {
    color: #808080 !important;
}

.ProductDetailMain .PiyasafiyatiContent .spanFiyat {
    color: #cacaca !important;
    text-decoration: line-through;
    font-size: 20px !important;
    font-family: Roboto, arial;
    font-weight: 300;
}

.ProductDetailMain #divIndirimsizFiyat {
    width: 100%;
    margin-bottom: 10px;
}

.ProductDetailMain #divKDVDahilFiyat {
    width: 100%;
}

.ProductDetailMain #divUrunEkSecenek {
    float: left;
    margin: 15px 0;
}

    .ProductDetailMain #divUrunEkSecenek .left_line {
        margin-top: 7px;
        color: #181818;
        font-size: 14px;
        font-weight: 500;
        font-family: Roboto, arial;
        float: left;
        text-transform: uppercase;
    }

    .ProductDetailMain #divUrunEkSecenek .center_line {
        display: none;
        margin-top: 7px;
        color: #000;
        font-size: 13px;
        font-weight: 600;
        font-family: Roboto, arial;
        float: left;
    }

    .ProductDetailMain #divUrunEkSecenek .right_line {
        float: left;
    }

        .ProductDetailMain #divUrunEkSecenek .right_line select {
        }

.RightDetail .PriceList .Formline#divUrunEkSecenek .right_line select {
    box-shadow: none;
    appearance: none;
    background: url(/Uploads/Images/icon-select.png) no-repeat right center #fff;
    -moz-appearance: none;
    -webkit-appearance: none;
    color: #000;
    font-family: Roboto, arial;
    display: block;
    margin: 0px 17px;
    font-size: 12px;
    float: left;
    height: 30px;
    min-width: 115px;
    box-shadow: none;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    transition-duration: 0.2s, 0.2s;
    -webkit-transition-duration: 0.2s, 0.2s; /* Safari */
    ;
    border: 1px solid #f1f1f1;
}


.ProductDetailMain .eksecenekLine {
    clear: none;
    float: left;
}

.ProductDetailMain .size_box {
    min-width: 50px;
    height: 40px;
    line-height: 40px;
    border-radius: 0;
    padding: 0 5px;
    cursor: pointer;
    position: relative;
    float: left;
    margin-right: 5px;
    margin-bottom: 5px;
    text-align: center;
    color: #000;
    font-size: 13px;
    border: 1px solid #e0e0e0;
    display: block;
}

    .ProductDetailMain .size_box img {
        width: 100%;
        height: 38px;
        display: block;
    }

    .ProductDetailMain .size_box:hover {
        background: #ddbb94;
        color: #fff;
    }

    .ProductDetailMain .size_box.selected {
        background: #616c70;
        color: #fff;
    }

    .ProductDetailMain .size_box.nostok {
        background: #f1f1f1;
        color: #000;
    }

        .ProductDetailMain .size_box.nostok:before {
            content: '';
            top: 50%;
            left: 0;
            background: red;
            height: 1px;
            width: 100%;
            position: absolute;
            rotate: 45deg;
        }

.ProductDetailMain #divEkstraBilgiler {
    float: left;
    width: 100%;
    margin-bottom: 10px;
}

    .ProductDetailMain #divEkstraBilgiler img {
        max-width: 100%;
        display: block;
    }

.ProductDetailMain #divUrunSiparisDosya, .ProductDetailMain #divUrunKisiselNot {
    float: left;
    width: 100%;
    margin-bottom: 10px;
}

/*İçerik Detay Butonlar*/
.ProductIcon {
    float: left;
    width: 100%;
    margin-bottom: 20px;
}

    .ProductIcon .box1 {
        padding: 0;
        overflow: hidden;
        cursor: pointer;
        box-shadow: none;
        min-width: auto;
        background: none;
        font-size: 13px;
        font-weight: 400;
        display: block;
        text-align: left;
        color: #999999;
        font-family: Roboto, arial !important;
    }

        .ProductIcon .box1 i {
            font-size: 14px;
            margin-left: 0;
            line-height: 35px;
            color: #bababa;
            border: 1px solid #e1e1e1;
            border-radius: 50%;
            width: 35px;
            height: 35px;
            text-align: center;
        }

            .ProductIcon .box1 i:before {
                line-height: 33px;
            }

        .ProductIcon .box1:hover {
            color: #999999; /* background: #7e7e7e; */
        }

            .ProductIcon .box1:hover i:before {
                color: #999999;
            }

            .ProductIcon .box1:hover i {
                border-color: #999999
            }

    .ProductIcon > div:nth-child(3n) span {
        margin-right: 0px;
    }

    .ProductIcon .FiyatHaberVer .box1 i:before {
        content: '%';
        font-family: Montserrat, arial;
        font-size: 14px;
        font-weight: 500;
    }

    .ProductIcon .UGelinceHaberVer .box1 i:before {
        content: '\f0e0';
        font-family: FontAwesome;
    }

    .ProductIcon .UrunKargoBedava .box1 i:before {
        content: '\f0d1';
        font-family: FontAwesome;
    }

    .ProductIcon .UindirimliUrun .box1 i:before {
        content: '\f290';
        font-family: FontAwesome;
    }

    .ProductIcon .UTelefonlaSiparis .box1 i:before {
        font-family: FontAwesome;
    }

    .ProductIcon .UIstekListemeEkle, .ProductIcon .UKarsilastirma {
        display: none;
    }

.ProductDetail .product-social-icon-wrapper {
    display: inline-block !important;
    float: left;
    padding-top: 20px;
}

    .ProductDetail .product-social-icon-wrapper .PaylasTit {
        display: none;
        float: left;
        font-size: 16px;
        color: #202020;
        font-weight: 400;
        margin-left: 20px;
        line-height: 28px;
        font-family: Roboto, arial;
    }

    .ProductDetail .product-social-icon-wrapper ul {
        float: left;
    }

    .ProductDetail .product-social-icon-wrapper li {
        float: left;
        margin-right: 10px;
    }

        .ProductDetail .product-social-icon-wrapper li:last-child {
            margin-right: 0px;
        }

        .ProductDetail .product-social-icon-wrapper li a {
            display: inline-block !important;
            font-size: 0 !important;
            color: #000;
        }

            .ProductDetail .product-social-icon-wrapper li a:hover {
                color: var(--theme-color);
            }

            .ProductDetail .product-social-icon-wrapper li a i {
                font-size: 14px;
            }

.leftImage > ul {
    float: left;
    width: 100%;
    padding-left: 115px;
}

    .leftImage > ul li {
        float: left;
        margin-right: 20px;
    }

        .leftImage > ul li:last-child {
            margin-right: 0px;
        }

        .leftImage > ul li a {
            display: inline-block !important;
            font-size: 0 !important;
            color: #191919;
        }

            .leftImage > ul li a i {
                font-size: 14px;
            }

.mobileImageSlider {
    float: left;
    width: 100%;
}
/*Sepet ve Satın Al Butonları*/

#divAdetCombo {
    float: left;
    margin: 15px 0px;
    display: block;
}

#divSatinAl {
    float: left;
    width: 100%;
    padding-bottom: 15px;
}

    #divSatinAl .buyfast {
        float: left;
        width: 48%;
        margin-right: 20px;
    }

        #divSatinAl .buyfast input {
            height: 40px;
            width: 100%;
            padding: 0;
            text-align: center;
            color: #ffffff;
            font-size: 13px;
            background: var(--theme-color);
            border: 1px solid var(--theme-color);
            font-family: Montserrat, arial;
            text-transform: uppercase;
            font-weight: 400;
        }

            #divSatinAl .buyfast input:hover {
                background: none;
                color: var(--theme-color);
            }

    #divSatinAl .BasketBtn {
        float: left;
        width: 48%;
    }

        #divSatinAl .BasketBtn .Basketinp {
            float: left;
            width: 23%;
            margin-right: 1.3%;
        }

            #divSatinAl .BasketBtn .Basketinp p {
                display: none;
                text-transform: capitalize !important;
                color: #333333;
                font-size: 14px;
                font-family: Roboto, arial;
                margin-bottom: 12px;
            }

            #divSatinAl .BasketBtn .Basketinp .riSingle {
                width: 100px;
                position: relative;
            }

            #divSatinAl .BasketBtn .Basketinp #txtbxurunSiparisAdedi_wrapper {
                width: 100% !important;
                float: left;
                padding: 0 !important;
                position: absolute;
            }

            #divSatinAl .BasketBtn .Basketinp #txtbxurunSiparisAdedi {
                width: 100%;
                text-align: center;
                height: 50px !important;
                padding: 0 !important;
                border-color: #e0dedd;
                border-radius: 0;
                box-shadow: none;
                font-family: Roboto, arial;
                color: #111111;
                font-size: 16px;
                letter-spacing: 16px;
            }

            #divSatinAl .BasketBtn .Basketinp .riUp {
                position: absolute;
                cursor: pointer;
                margin: 0 !important;
                top: 13px;
                right: 15px;
                width: 10px;
                height: 10px;
                text-indent: 0 !important;
            }

                #divSatinAl .BasketBtn .Basketinp .riUp .fa-plus:before {
                    content: "\f106";
                    font-size: 15px;
                    color: #111111;
                }

            #divSatinAl .BasketBtn .Basketinp .riDown .fa-minus:before {
                content: "\f107";
                font-size: 15px;
                color: #111111
            }

            #divSatinAl .BasketBtn .Basketinp .riDown {
                width: 10px;
                height: 10px;
                position: absolute;
                cursor: pointer;
                margin: 0 !important;
                right: 15px;
                bottom: 13px;
                text-indent: 0 !important;
            }

                #divSatinAl .BasketBtn .Basketinp .riDown .fa, #divSatinAl .BasketBtn .Basketinp .riUp .fa {
                    font-family: FontAwesome;
                    font-size: 13px;
                }

        #divSatinAl .BasketBtn .basketBtn {
            float: left;
            width: 100%;
            position: relative;
        }

            #divSatinAl .BasketBtn .basketBtn .Addtobasket, #divSatinAl .BasketBtn .basketBtn input {
                height: 40px;
                width: 100%;
                text-align: center;
                padding: 0 !important;
                color: #fff;
                font-size: 13px;
                background: #000000;
                border: 1px solid #000000;
                font-family: Montserrat, arial;
                text-transform: uppercase;
                font-weight: 400;
            }

                #divSatinAl .BasketBtn .basketBtn .Addtobasket:hover, #divSatinAl .BasketBtn .basketBtn input:hover {
                    background: none;
                    color: #000;
                }

#divKombinSatinAl {
    float: left;
    width: 100%;
    margin-bottom: 20px;
    text-align: center;
}

    #divKombinSatinAl a {
        height: 50px;
        margin: 0 !important;
        float: none !important;
        display: inline-block;
        line-height: 50px;
        letter-spacing: 0.5px;
        text-align: center;
        color: #8b8b8b;
        font-size: 17px;
        background: url(/Uploads/Images/kombin-bg.jpg) repeat-x top left #f7f7f7 !important;
        border: 1px solid #eeeeee !important;
        font-family: Roboto, arial;
        font-weight: 400;
        width: 100%;
        padding: 0px !important;
        text-transform: uppercase;
    }

        #divKombinSatinAl a:hover {
        }

.kombinright_line a {
    padding: 0 3px;
}

#divKombinUrunEkSecenek .divKombinEksecenekTipi {
    float: left;
    clear: left;
    width: 100%;
}

#divAdetCombo select {
    float: left;
    box-shadow: none;
    apperance: none;
    background: url(/Uploads/Images/icon-select.png) no-repeat right center #fff;
    -moz-appearance: none;
    -webkit-appearance: none;
    color: #000;
    font-family: Roboto, arial;
    display: block;
    margin: 0px 17px;
    font-size: 12px;
    height: 30px;
    min-width: 65px;
    box-shadow: none;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    transition-duration: 0.2s, 0.2s;
    -webkit-transition-duration: 0.2s, 0.2s;
    cursor: pointer;
}

#divAdetCombo .left_line.lineTitle2 {
    margin-top: 7px;
    color: #181818;
    font-size: 14px;
    font-weight: 500;
    font-family: Roboto, arial;
    float: left;
    text-transform: uppercase;
}

#divAdetCombo .center_line.lineTitle2 {
    display: none;
}

/*Yazdır, Tavsiye Et, Yorum Yaz Butonları*/
.ProductIcon2 {
    float: left;
    width: 100%;
}

    .ProductIcon2 .TavsiyeEtBtnContent, .ProductIcon2 .hidden-phone, .ProductIcon2 .YorumYazbtnContent {
        display: none;
        float: left;
        margin: 0 8px 0 0;
        width: 16%;
    }

        .ProductIcon2 .TavsiyeEtBtnContent > a, .ProductIcon2 .hidden-phone > a, .ProductIcon2 .YorumYazbtnContent > a {
            width: 100%;
            color: #666666 !important;
            text-shadow: none !important;
            background: none;
            display: inline-block;
            border-bottom: 2px solid #efefef;
            padding: 13px 0 12px 0;
            background-color: #efefef;
            font-size: 11px;
            font-weight: 300;
            font-family: "Roboto", sans-serif !important;
            text-align: center;
            margin: 0 0 0 0;
        }

            .ProductIcon2 .TavsiyeEtBtnContent > a:hover, .ProductIcon2 .hidden-phone > a:hover, .ProductIcon2 .YorumYazbtnContent > a:hover {
                color: #616c70 !important;
                border-color: #616c70 !important;
                background-color: #fff;
            }

/*Detay Sosyal Medya Paylaş Butonları*/
.socialButons {
    display: none;
}

    .socialButons > div {
        float: left;
        margin-right: 5px;
    }

/*Ürün Özellik Bölümü*/
.urunOzellik {
    width: 100%;
    float: left;
    margin-bottom: 20px;
    margin-top: 10px;
}

.urunTab {
    float: left;
    width: 100%;
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6
}

    .urunTab ul {
        float: left;
        width: 100%;
    }

        .urunTab ul li {
            display: inline-block;
        }

            .urunTab ul li a {
                display: block;
                text-align: left;
                font-size: 13px;
                color: #181818;
                line-height: 46px;
                margin: 0px 30px 0px 0px;
                position: relative;
                font-family: Roboto, arial;
                font-weight: 500;
                text-transform: uppercase;
            }

                .urunTab ul li a span {
                    font-size: 13px;
                    color: #181818;
                    line-height: 46px;
                    font-family: Roboto, arial;
                    font-weight: 500;
                    text-transform: uppercase;
                }

            .urunTab ul li.active a:after {
                content: '';
                width: 100%;
                height: 5px;
                background-color: var(--theme-color);
                position: absolute;
                left: 0px;
                bottom: -1px;
            }
/* .urunTab ul li.active a:after{content:"";width:30%;height:3px;background-color:#4d4d4d;position:absolute;top:95%;left:35%;} */
.urunDetayPanel {
    float: left;
    width: 100%;
    padding: 0;
    font-size: 13px;
    line-height: 1.3;
    color: #666666
}

    .urunDetayPanel .yorumlarItem {
        background-color: #eeeeee;
        border-bottom: 3px solid #A09B98;
        padding: 16px;
        line-height: 26px;
        float: left;
        width: 100%;
        margin-top: 20px;
    }

    .urunDetayPanel .yorumlarItemS1 {
        padding-bottom: 5px;
        font-size: 12px;
        color: #666;
        border-bottom: 1px dashed #A09B98;
    }

    .urunDetayPanel .button {
        color: #fff;
    }

    .urunDetayPanel p {
        font-size: 14px;
        color: #181818;
        padding: 15px 0px;
        text-indent: 5px;
    }

#btnYorumKaydet {
    float: left;
}

.urunTabAlt {
    width: 100%;
    overflow: auto;
    padding: 10px 0px;
    border-bottom: 1px solid #e6e6e6;
}

    .urunTabAlt ul li {
        margin-bottom: 10px;
        clear: both;
    }

.oneriValidate .validate {
    top: 0;
    padding: 5px;
}

.urunTabAlt ul li input {
    float: left;
    margin-right: 5px;
}

.urunTabAlt ul li .captchaImageBox {
    float: left;
}

.urunTabAlt ul li .captchaInputBox {
    margin: 10px;
    float: left;
}

.urunTabAlt ul li.urundetyaGuvenlikodu span {
    float: left;
}

.urunTabAlt ul li .GuvnelikKodu {
    float: left;
    line-height: 50px;
    margin-right: 10px;
    display: block;
}

.taksitBlok {
    width: 25%;
}

/*Benzer Ürünler Cerceve*/
.benzerUrunlerWrapper {
    background: #efefef;
    clear: left;
}

    .benzerUrunlerWrapper:before, .benzerUrunlerWrapper:after {
        content: "";
        display: table;
    }

    .benzerUrunlerWrapper:after {
        clear: both;
    }

#divBenzerUrun, #divIlgiliUrunler {
    float: left;
    width: 100%;
    margin-bottom: 20px;
}

.productModule2 {
    float: left;
    width: 100%;
}

.categoryTitle {
    margin: 0px 0px 10px 0px;
    padding: 0;
}

#divBenzerUrun .categoryTitle, #divIlgiliUrunler .categoryTitle {
    background: #fff;
}

    #divBenzerUrun .categoryTitle *, #divIlgiliUrunler .categoryTitle * {
        color: #ddbb94;
        font-weight: bold;
        font-size: 20px;
    }

.productModule2 ul {
    float: left;
    width: 100%;
}

    .productModule2 ul li {
        float: left;
        width: 19%;
        margin-right: 1.2%;
    }

        .productModule2 ul li:nth-child(5n) {
            margin-right: 0;
        }

        .productModule2 ul li:last-child {
            display: none;
        }

#divIlgiliUrunler .productModuleItem {
    float: left;
    text-align: center;
    width: 19%;
    margin-right: 1.2%;
    display: inline-block;
    margin-bottom: 20px !important;
}

    #divIlgiliUrunler .productModuleItem:nth-child(5n+1) {
        margin-right: 0;
    }

/* ------------------------------------Blok Modüller--------------------------------------------*/
.Block_item {
    margin: 0 0 0px 0;
    clear: both;
    border-top: none;
    float: left;
    width: 100%;
}

    .Block_item.OzelBlokIcerik {
        border: 0;
    }

        .Block_item.OzelBlokIcerik .Block_Text {
            padding: 0;
        }

    .Block_item.UrunGuruplari .Block_Text {
        padding: 0;
    }

    .Block_item .Block_Text {
        padding: 0px;
        float: left;
        width: 100%;
        border-top: none;
    }

    .Block_item.filterBlock {
        width: 100%;
    }

    .Block_item .Block_Text ul li a {
        display: block;
        font-weight: 400;
        color: #464646;
        font-family: Roboto, arial;
        font-size: 16px;
    }

.category-vertical-filters .vertical-filter-panel .list-group-item a {
    font-size: 14px !important;
}

.category-vertical-filters .vertical-filter-panel .list-group-item.list-group-item-image {
    display: block;
}

.panel-default.vertical-filter-panel.div-kategori ul li ul {
    margin-left: 8px;
    margin-top: 4px;
}

.panel-default.vertical-filter-panel.div-kategori ul li.active-category ul li a:before {
    content: "";
    width: 7px;
    height: 5px;
    background: url(/Uploads/Images/category-filter-icon.png) no-repeat center center;
    float: left;
    margin-top: 10px;
    margin-right: 7px;
    transform: rotate(270deg);
}

.panel-default.vertical-filter-panel.div-kategori ul li.active-category a {
    font-weight: 400;
}

.panel-default.vertical-filter-panel.div-kategori ul li a {
    font-weight: 300;
}

.panel-default.vertical-filter-panel.div-kategori ul li ul li a {
    font-size: 14px;
    color: #464646;
    font-weight: 300;
}

.panel-default.vertical-filter-panel.div-kategori ul li a:hover {
    font-weight: 500;
}

.panel-default.vertical-filter-panel.div-kategori .panel-heading {
    display: none;
}

.category-vertical-filters.top-filters .panel .panel-heading a:after {
    top: 0px !important
}

.Block_item .Block_Text input[type=submit], .Block_item .Block_Text input[type=button] {
    margin-top: 10px;
}

.Block_item .Block_Title {
    overflow: hidden;
    cursor: pointer;
    font-size: 18px;
    font-weight: 500;
    word-wrap: break-word;
    display: block;
    color: #000000;
    padding: 9px 0 15px 0px;
    text-align: center;
}

    .Block_item .Block_Title span {
        float: left;
        display: block;
        width: 100%;
        font-size: 18px;
        font-weight: 500;
        color: #000000;
    }

    .Block_item .Block_Title .fa {
        float: right;
    }

#ulInviteMember {
    padding: 0px;
}

#divmarkaarama {
    padding: 0px;
}

.sideuserlogin {
    padding: 0px;
}

    .sideuserlogin .spanTittle {
        display: none;
    }

.Block_item.Arama .Block_Text {
    padding: 0px;
}

.Block_item.Anket .Block_Text {
    padding: 0px;
}

.Block_item.SepetBlock .Block_Text {
    padding: 0px;
}

.Block_item.EmailListesi .Block_Text {
    padding: 0px;
}

.Block_item.DovizKurlari .Block_Text {
    padding: 0 0px;
}

.Block_item.YanUyeGirisi ul li {
    border-bottom: 1px solid #eee;
}

    .Block_item.YanUyeGirisi ul li a {
        color: #666;
        font-size: 14px;
        display: block;
        padding: 0 10px;
        line-height: 30px;
    }

.Block_item.YanUyeGirisi a {
    color: #666;
    font-size: 14px;
    display: block;
    padding: 0 10px;
    line-height: 30px;
}

.Block_item.YanUyeGirisi .userPassBtn {
    padding: 0;
}

.Block_item.YanUyeGirisi .userSignUp {
    padding: 0;
}

.Block_item.YanUyeGirisi .Hosgeldiniz {
    color: #666;
    font-size: 14px;
    display: block;
    padding: 0 10px;
    line-height: 30px;
}

.Block_item.YanUyeGirisi .ParaPuaniniz {
    color: #666;
    font-size: 14px;
    display: block;
    padding: 0 10px;
    line-height: 30px;
}

.Block_item .textbox {
    margin: 0;
}

.UrunGuruplari .Block_Text {
    display: block;
}

.KategoriFilitrelemeContent .Block_Text {
    display: block;
}

.FirsatSlideItem .Block_Text {
    display: block;
}

.anasayfa_tek_slider a.blokResimLink img {
    width: 100%;
}
/*Özel Blok İçerik*/

.OzelBlokIcerik {
    display: block !important;
    margin: 0;
}

    .OzelBlokIcerik .Block_Text {
        display: block !important;
    }

        .OzelBlokIcerik .Block_Text img {
            width: 100%;
            display: block;
        }

.Block_item.Anket .Block_Text input[type=submit], .Block_item.Anket .Block_Text a {
    margin-top: 10px;
}

.Block_item.Anket .Block_Text table tr td {
    text-align: left;
}

    .Block_item.Anket .Block_Text table tr td input {
        margin-right: 5px;
    }

.Block_item.ArkadasiniDavetet input[type=submit], .Block_item.ArkadasiniDavetet input[type=button], .Block_item.Arama input[type=submit], .Block_item.Arama input[type=button], .Block_item.EmailListesi input[type=submit], .Block_item.EmailListesi input[type=button] {
    margin-top: 10px;
    float: right;
}

.Block_item.YanUyeGirisi .sideuserlogin ul li label {
    line-height: 34px;
}

/* ================================================ */
/* ! ANASAYFA BLOKLAR                               */
/* ================================================ */
.anasayfaBloklar {
    float: left;
    width: 100%;
}

    .anasayfaBloklar .blokRow {
        margin: 0 -10px;
    }

    .anasayfaBloklar .ucluBlok, .anasayfaBloklar .ortaBlok {
        float: left;
        width: 33.333%;
        padding: 0 10px;
        margin-bottom: 20px;
    }

    .anasayfaBloklar .solBlok, .anasayfaBloklar .sagBlok {
        float: left;
        width: 33.333%;
        padding: 0 10px;
    }

        .anasayfaBloklar .solBlok .blok, .anasayfaBloklar .sagBlok .blok {
            float: left;
            width: 100%;
            margin-bottom: 20px;
        }

    .anasayfaBloklar a {
        display: block;
    }

        .anasayfaBloklar a img {
            display: block;
            max-width: 100%;
            margin: 0 auto;
        }

.anasayfaBanner a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}

.anasayfaBanner .btnincele {
    background-color: #fff;
    position: absolute;
    padding: 10px 50px;
    bottom: 30px;
    left: 10%;
    right: 10%;
    text-align: center;
    font-size: 13px;
    color: #3d3d3d;
    border: 1px solid #e1e1e1;
    font-weight: 600;
}

    .anasayfaBanner .btnincele:hover {
        background-color: #616c70;
        border: 1px solid #616c70;
        color: #fff;
    }

/*------------------------------------Blok Sepet--------------------------------------------*/
.SepetBlockInfo {
    text-align: left;
}

    .SepetBlockInfo table {
        border-collapse: collapse;
        margin-bottom: 5px;
        width: 100%;
    }

    .SepetBlockInfo td {
        border-bottom: 1px solid #EEEEEE;
        padding: 5px 2px;
        vertical-align: top;
    }

    .SepetBlockInfo .SepetBlockImg img {
        border: 1px solid #EEEEEE;
        text-align: left;
    }

    .SepetBlockInfo .SepetBlockName a {
        color: #666666;
        font-size: 11px;
    }

    .SepetBlockInfo .SepetBlockAdet {
        text-align: right;
        font-size: 11px;
    }

    .SepetBlockInfo td.SepetBlockTotal {
        text-align: right;
    }

    .SepetBlockInfo .SepetBlockRemove a {
        text-align: right;
        cursor: pointer;
        width: 10px;
        height: 20px;
        font-size: 0;
        display: block;
        background: url(/App_Themes/Default/images/remove-small.png) center 4px no-repeat;
    }

.SepetBlockGenelTotal {
    text-align: right;
}

    .SepetBlockGenelTotal table {
        border-collapse: collapse;
        margin-bottom: 5px;
    }

    .SepetBlockGenelTotal td {
        padding: 4px;
        font-size: 14px;
    }

        .SepetBlockGenelTotal td b {
            font-weight: 700;
        }

.SepetBlockCheck {
    clear: both;
    float: left;
    text-align: center;
    width: 100%;
}

    .SepetBlockCheck a {
        line-height: 30px;
    }
/*------------------------------------Blok Sepet--------------------------------------------*/


.SonEklenenUrunler .Block_Text {
    padding: 0px;
}



/* ================================================ */
/* ! HEADER                                         */
/* ================================================ */


#header {
    clear: both;
    text-align: center;
    background: #f7f7f7;
    border-top: 40px solid #e6e6e6;
}

    #header:before, #header:after {
        content: " ";
        display: table;
    }

    #header:after {
        clear: both;
    }

#lang_flag_container {
    left: auto !important;
    right: 0 !important;
    top: -2px !important;
    display: none;
}

#langHover {
    padding-right: 0 !important;
}

#lang-detail {
    left: auto !important;
    right: 0 !important;
}

.mobileNav {
    display: none;
}


#logo {
    display: inline-block;
    float: left;
    margin-top: 17px;
    margin-bottom: 25px;
}

    #logo a {
        display: block;
    }

        #logo a img {
            max-width: 300px;
            display: block;
        }

.uyeGirisUyeAdi {
    display: none;
}

.welcome {
    float: right;
}

    .welcome .uyeGirisWelcome {
        display: none;
    }

    .welcome ul li {
        float: left;
    }

    .welcome a {
        display: inline-block;
        text-align: left;
    }

    .welcome .headerHesabim:after {
        color: #333333;
        display: block;
        content: "\f007";
        font-size: 20px;
        font-family: FontAwesome;
        speak: none;
        font-style: normal;
        font-variant: normal;
        text-transform: none;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

    .welcome .headerCikis:after {
        display: none !important;
        content: "\e820";
        display: block;
        font-size: 19px;
        font-family: Linearicons-Free;
        speak: none;
        font-style: normal;
        font-weight: 500;
        font-variant: normal;
        text-transform: none;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

    .welcome .headerUyeGiris a:after {
        color: #333333;
        font-weight: 300;
        display: block;
        content: "\f007";
        font-size: 20px;
        font-family: FontAwesome;
        speak: none;
        font-style: normal;
        font-variant: normal;
        text-transform: none;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

.hakkimizdaBolumu {
    float: left;
}

    .hakkimizdaBolumu a {
        float: left;
        color: #000;
        font-weight: 600;
        font-size: 12px;
        line-height: 35px;
        padding: 0 14px;
        border: 1px solid rgba(255, 255, 255, 0.3);
        border-left: none;
        border-top: none;
        border-bottom: none;
    }

        .hakkimizdaBolumu a:hover {
            background: #fff;
        }

.headerSosyalMedya {
    float: left;
    margin-top: 6px;
    margin-left: 10px;
}

    .headerSosyalMedya a {
        float: left;
        display: inline-block;
        color: #000;
        font-size: 14px;
        margin-left: 7px;
        width: 27px;
        text-align: center;
    }

        .headerSosyalMedya a .fa {
            line-height: 27px;
        }

        .headerSosyalMedya a:hover {
            color: #616c70;
        }

.usernav {
    display: none;
}



/*Header Menu*/
.navigation {
    float: right;
}

    .navigation .HeaderMenu2 > li {
        float: left;
        position: relative;
    }

        .navigation .HeaderMenu2 > li > a {
            padding: 0px 23px;
            line-height: 100px;
            color: #2b2b2b;
            font-size: 13px;
            display: block;
            font-weight: 600;
            letter-spacing: 0.4px;
            -webkit-font-smoothing: antialiased;
            text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
        }

            .navigation .HeaderMenu2 > li > a .fa {
                margin-left: 7px;
            }

        .navigation .HeaderMenu2 > li:hover > a {
            background: #616c70;
            color: #fff !important;
        }

        .navigation .HeaderMenu2 > li .altMenu {
            position: absolute;
            display: none;
            left: 0;
            top: 100%;
            z-index: 99;
            background: #fcfcfc;
            width: 200px;
        }

            .navigation .HeaderMenu2 > li .altMenu h4 {
                display: none;
            }

            .navigation .HeaderMenu2 > li .altMenu ul li {
                border-bottom: 1px solid #f5f5f5;
            }

                .navigation .HeaderMenu2 > li .altMenu ul li a {
                    display: block;
                    color: #2b2b2b;
                    font-weight: 700;
                    font-size: 13px;
                    line-height: normal;
                    text-align: left;
                    padding: 11px 25px;
                }

                    .navigation .HeaderMenu2 > li .altMenu ul li a:hover {
                        color: #ddbb94;
                    }

        .navigation .HeaderMenu2 > li:hover .altMenu {
            display: block;
        }

        .navigation .HeaderMenu2 > li ul {
            position: absolute;
            display: none;
            left: 0;
            top: 100%;
            z-index: 99;
            background: #fff;
            width: 240px;
            padding: 25px 0;
            box-shadow: 0 1px 1px rgba(0,0,0,.15) !important;
            border: 1px solid rgba(0,0,0,.05);
        }

        .navigation .HeaderMenu2 > li > ul li {
            position: relative;
        }

    .navigation .HeaderMenu2 li:hover > ul {
        display: block;
    }

    .navigation .HeaderMenu2 > li > ul > li > a {
        display: block;
        color: #2b2b2b;
        font-weight: normal;
        font-size: 13px;
        line-height: normal;
        text-align: left;
        padding: 15px 25px;
        position: relative;
    }

    .navigation .HeaderMenu2 > li > ul li > a:after {
        display: inline-block;
        font: normal normal normal 7px/1 FontAwesome;
        font-size: 7px !important;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: "\f054";
        position: absolute;
        left: 15px;
        top: 19px;
    }

    .navigation .HeaderMenu2 > li > ul > li > a .fa {
        display: none;
    }

    .navigation .HeaderMenu2 > li > ul > li > a:hover {
        color: #ddbb94;
    }

    .navigation .HeaderMenu2 > li > ul > li > ul li a {
        display: block;
        color: #2b2b2b;
        font-weight: normal;
        font-size: 13px;
        line-height: normal;
        text-align: left;
        padding: 15px 25px;
    }

        .navigation .HeaderMenu2 > li > ul > li > ul li a:hover {
            color: #ddbb94;
        }

    .navigation .HeaderMenu2 li:hover > ul {
        display: block;
    }

    .navigation .HeaderMenu2 > li:hover > a {
        color: #000;
    }

        .navigation .HeaderMenu2 > li:hover > a:before {
            height: 100%;
            transition: 0.3s;
            -moz-transition: 0.3s;
            -webkit-transition: 0.3s;
            -ms-transition: 0.3s;
        }

    .navigation ul.HeaderMenu2 ul ul {
        position: absolute;
        left: 100%;
        top: 0;
        min-width: 200px;
    }

        .navigation ul.HeaderMenu2 ul ul ul {
            position: absolute;
            right: 100%;
            left: auto;
            top: 0;
            min-width: 200px;
        }

.TempMenu li {
    list-style-type: none;
}

/*Sepet*/
.mycart {
    float: right;
    position: relative;
    margin: 0px 60px 0px 45px;
}

    .mycart > a {
        display: block;
        color: #444;
        ;
    }

        .mycart > a:before {
            display: block;
            color: #333333;
            content: "\f290";
            font-size: 20px;
            font-family: FontAwesome;
            speak: none;
            font-style: normal;
            font-weight: 300;
            font-variant: normal;
            text-transform: none;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
        }

    .mycart .sepetTecxt .fa {
        display: none;
    }

    .mycart .sepetUrunSayisi {
        text-align: center;
        color: #ffffff;
        font-size: 14px;
        font-family: Montserrat, arial;
        z-index: 9;
        background: var(--theme-color);
        padding: 1px 4px;
        border-radius: 50%;
        font-weight: 400;
        position: absolute;
        right: -9px;
        top: -4px;
    }

.CartProduct p {
    margin-top: 0;
    margin-bottom: 0;
}

.CartProduct {
    width: 450px;
    background: #fff;
    float: left;
    padding: 20px;
    z-index: 99999;
    position: absolute;
    top: 100%;
    right: -1px;
    margin-left: -150px;
    border: 1px solid #f0f0f0;
    border-radius: 3px;
    box-shadow: 0 0 16px -10px #000;
    opacity: 0;
    visibility: hidden;
}

.mycart:after {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -15px;
    height: 15px;
    content: '';
}

@media(min-width: 768px) {
    .mycart:hover .CartProduct {
        display: block !important;
        visibility: visible;
        opacity: 1;
        top: 100%;
    }

    .mycart:hover:after {
        display: block;
    }
}

.CartProduct:before, .CartProduct:after {
    bottom: 100%;
    right: 10px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.CartProduct:before {
    border-color: transparent;
    border-bottom-color: #f0f0f0;
    border-width: 9px;
    margin-left: -9px;
}

.CartProduct:after {
    border-color: transparent;
    border-bottom-color: #fff;
    border-width: 8px;
    margin-left: -8px;
    right: 11px;
}

.CartProduct ul {
    padding: 0;
    margin: 0;
}

.CartProduct .SProduct {
    float: left;
    width: 100%;
    max-height: 288px;
    overflow-y: auto;
    overflow-x: hidden;
    padding-right: 10px;
}

    .CartProduct .SProduct li {
        float: left;
        width: 100%;
        position: relative;
        padding-bottom: 20px;
        margin-bottom: 20px;
        border-bottom: 1px solid #eee;
    }

        .CartProduct .SProduct li:last-child {
            padding-bottom: 0;
            margin-bottom: 0;
            border: 0;
        }

        .CartProduct .SProduct li a {
            float: left;
            width: 100%;
            text-align: left;
            color: #000;
            padding-right: 30px;
        }

            .CartProduct .SProduct li a img {
                margin-right: 20px;
                float: left;
                height: 90px !important;
            }

            .CartProduct .SProduct li a .SepettopAd {
                width: calc(100% - 110px);
                float: left;
            }

                .CartProduct .SProduct li a .SepettopAd .urunAd {
                    margin-bottom: 10px;
                }

                    .CartProduct .SProduct li a .SepettopAd .urunAd span {
                        font-weight: 600;
                        font-size: 15px;
                        display: block;
                        line-height: 15px;
                        white-space: nowrap;
                        text-overflow: ellipsis;
                        overflow: hidden;
                        display: block !important;
                    }

                .CartProduct .SProduct li a .SepettopAd .varyAd {
                    margin-bottom: 5px;
                }

                    .CartProduct .SProduct li a .SepettopAd .varyAd span {
                        font-size: 14px;
                        line-height: 14px;
                    }

                .CartProduct .SProduct li a .SepettopAd .sptAdet {
                    margin-bottom: 10px;
                }

                    .CartProduct .SProduct li a .SepettopAd .sptAdet span {
                        display: inline-block;
                        vertical-align: top;
                        font-size: 14px;
                        line-height: 14px;
                    }

                        .CartProduct .SProduct li a .SepettopAd .sptAdet span:first-child {
                            margin-left: 10px;
                        }

            .CartProduct .SProduct li a .sepetTopSatisBirimi {
                display: inline-block !important;
                vertical-align: middle;
                float: left;
            }

            .CartProduct .SProduct li a .SepetTopAdet {
            }

            .CartProduct .SProduct li a .sepetTopFiyat {
                display: block !important;
                font-weight: 600;
                font-size: 16px;
                margin: 0;
                color: #000;
                line-height: 16px;
            }

            .CartProduct .SProduct li a:nth-child(2) {
                position: absolute;
                right: 0;
                top: 50%;
                margin-top: -20px;
                width: auto !important;
                font-size: 15px;
                padding: 0;
            }

            .CartProduct .SProduct li a .sepetTopBirimFiyat {
                display: none !important;
            }

            .CartProduct .SProduct li a .fa-times {
                font-family: 'FontAwesome';
                font-weight: 300;
            }

                .CartProduct .SProduct li a .fa-times:before {
                    content: '\f2ed';
                }

.CartProduct .SPrice {
    float: left;
    width: 100%;
    font-size: 14px;
    font-weight: 600;
    padding: 10px 0;
    margin: 20px 0 10px;
    display: none;
}

    .CartProduct .SPrice li {
        font-size: 0;
    }

        .CartProduct .SPrice li span {
            float: left;
            color: #000;
            font-size: 14px;
            text-transform: uppercase;
        }

    .CartProduct .SPrice .sepetToplamTutar {
        float: right;
        text-align: right;
        font-size: 16px;
    }

.CartProduct .button {
    margin: 0 !important;
    float: left;
    width: calc(50% - 10px);
    font-size: 14px !important;
    line-height: 35px;
    border-radius: 0;
    padding: 0;
    text-transform: uppercase;
    font-weight: 600;
}

.CartProduct .headerCartBtn {
    line-height: 45px;
    border: 1px solid #ccc;
    background: transparent;
    color: #000;
}

.CartProduct .headerOrderBtn {
    line-height: 47px;
    float: right;
}

.CartProduct .headerCartBtn:hover {
    color: #fff;
}

.CartProduct.more .SPrice {
    display: block;
}

.CartProduct.more .Title {
    display: block;
}

.CartProduct.more .cart-footer {
    display: block;
}

.CartProduct.more .headerCartBtn {
    display: block !important;
}

.CartProduct.more .headerOrderBtn {
    display: block !important;
}

.sepetimBody .mycart:hover .CartProduct {
    visibility: hidden;
    opacity: 0;
    top: 0;
}

.sepetimBody .mycart:hover:after {
    display: none;
}

/*Arama*/
.aramaButonu {
    display: none !important;
    float: right;
    margin-left: 25px;
    display: inline-block;
    color: #2b2b2b;
    font-style: normal;
    font-weight: 300;
    font-size: 18px !important;
}

    .aramaButonu .lnr {
        font-size: 17px;
    }

#divArama {
    position: relative;
    float: left;
    width: 100%;
}

.searchContent {
    width: 432px;
    float: left;
    left: 374px;
    top: 17px;
    position: absolute;
}

    .searchContent .ButtonMic {
        display: none !important;
    }

    .searchContent #txtbxArama {
        -webkit-appearance: none;
        float: left;
        width: 100%;
        font-weight: 300;
        height: 47px;
        color: #959595;
        font-size: 14px;
        padding: 0 70px 0 20px;
        background: #f7f7f7;
        border: 1px solid #000000;
        border-radius: 25px;
        font-family: Roboto, arial;
    }

    .searchContent #btnKelimeAra {
        -webkit-appearance: none;
        cursor: pointer;
        position: absolute;
        border: none;
        right: 10px;
        top: 8px;
        height: 35px; /*background:url(/Uploads/Images/src-btn.jpg) repeat-x top left #f7f7f7;*/
        background: #f7f7f7;
        width: 60px;
        border-radius: 5px;
        font-family: Roboto, arial;
        font-size: 15px;
        text-transform: uppercase;
        color: #1f1d1c
    }


/* ================================================ */
/* ! FOOTER                                         */
/* ================================================ */
.ebultenBolumu {
    float: left;
    width: 100%;
    text-align: center;
    background: #ffffff;
}

    .ebultenBolumu .ticiContainer {
        padding: 35px 40px 40px 40px;
    }

    .ebultenBolumu .ebultenBaslik {
        float: left;
        width: 100%;
        margin-top: 145px;
        margin-bottom: 25px;
        display: block;
        color: #2b2b2b;
        font-family: 'Roboto', sans-serif;
        font-size: 13px;
    }

        .ebultenBolumu .ebultenBaslik strong {
            font-size: 24px;
            font-weight: 500;
            display: block;
            margin-bottom: 30px;
        }

#divNewsLetter {
    display: inline-block;
    position: relative;
}

    #divNewsLetter label {
        display: none;
    }

    #divNewsLetter #txtbxNewsletterMail {
        border: none;
        height: 45px;
        color: #707070;
        background: #f7f7f7;
        font-size: 12px;
        text-indent: 8px;
        width: 100%;
        font-family: Roboto, arial !important;
        min-width: 505px;
        font-weight: 400;
    }

    #divNewsLetter #btnMailKaydet {
        color: #fff;
        font-size: 0px;
        position: absolute;
        background: none;
        right: 2px;
        top: 0;
        height: 45px;
        line-height: 45px;
        padding: 0 15px;
        margin: 0;
        text-transform: uppercase
    }

        #divNewsLetter #btnMailKaydet:after {
            content: "\f0e0";
            font-family: FontAwesome;
            color: #4e4e4e;
            font-size: 18px;
        }

    #divNewsLetter .newsbutton {
        position: absolute;
        background: #616c70;
        right: 0;
        top: 0;
        height: 40px;
        line-height: 40px;
        padding: 0 15px;
        margin: 0;
    }


.footerTopTutucu {
    background-color: #0a0e0f;
    border-top: 1px solid #efefef;
    padding: 35px 0 35px 0;
    margin-top: 20px;
}

.footerGenelTutucu {
    width: 100%;
    padding: 0px 0px 25px 0px;
    float: left;
    background-color: #fff;
}

    .footerGenelTutucu:after {
        clear: both;
        display: table;
        content: "";
    }

.footerBankaTutucu {
    float: left;
    width: 100%;
    background: #efefef;
    border-top: 1px solid #d7d7d7;
    padding: 25px 0;
}

    .footerBankaTutucu:after {
        clear: both;
        display: table;
        content: "";
    }

.bankaSol {
    float: left;
}

.bankaSag {
    float: right;
    font-size: 12px;
    color: #d7d7d7;
    line-height: 23px;
}

.footerTopTutucu .footerLogoTutucu {
    float: left;
    width: 100%;
    text-align: center;
    margin: 0 0 0 0;
}

    .footerTopTutucu .footerLogoTutucu .footerLogo {
        display: inline-block;
        margin-bottom: 20px;
    }

.footerTopTutucu .footerSosyalMedya {
    float: left;
    width: 100%;
    text-align: center;
}

    .footerTopTutucu .footerSosyalMedya a {
        display: inline-block;
        margin: 0 10px;
        color: #5f5f5f;
        font-size: 18px;
    }

.footerGenelTutucu .dortluBlok {
    float: left;
    width: 25%;
    margin: 30px 0;
    padding: 0 10px;
}

.footerGenelTutucu .dortluBlokIcerik {
    float: left;
    width: 100%;
    background: #fff;
    padding: 25px;
    text-align: center;
}

    .footerGenelTutucu .dortluBlokIcerik .fa {
        font-size: 18px;
        color: #2b2b2b;
    }

    .footerGenelTutucu .dortluBlokIcerik span {
        display: block;
        text-align: center;
        font-size: 13px;
        margin-top: 17px;
        color: #2b2b2b;
        font-weight: 400;
    }

        .footerGenelTutucu .dortluBlokIcerik span strong {
            display: inline-block;
            color: #8c8c8c;
            font-weight: 400;
        }

.footerGenelTutucu .dortluAltBlok {
    float: left;
    width: 25%;
    margin: 45px 0;
}

    .footerGenelTutucu .dortluAltBlok h5 {
        color: #2f2f2f;
        font-size: 14px;
        font-weight: 600;
        margin-bottom: 15px;
        display: block;
    }

    .footerGenelTutucu .dortluAltBlok ul {
    }

        .footerGenelTutucu .dortluAltBlok ul li {
            margin-bottom: 10px;
        }

            .footerGenelTutucu .dortluAltBlok ul li a {
                display: inline-block;
                color: #8c8c8c;
                font-size: 12px;
                font-weight: 300;
            }

                .footerGenelTutucu .dortluAltBlok ul li a:hover {
                    text-decoration: underline;
                }

    .footerGenelTutucu .dortluAltBlok span {
        display: inline-block;
        color: #8c8c8c;
        font-size: 14px;
        margin-bottom: 10px;
    }

#ticimaxCopyright {
    background: #fff;
    display: inline-block;
    margin: 0 !important;
    font-weight: 300;
    line-height: 56px !important;
    color: #000000 !important;
    font-size: 12px;
    font-family: Roboto, arial;
}

    #ticimaxCopyright a {
        color: #000000 !important;
        font-family: Roboto, arial;
    }

.userLoginBtn, .userSignBtn {
    border: 0 !important;
}

.Head .instagram-post {
    text-align: center;
    padding: 0 20px;
}

    .Head .instagram-post h5 {
        font-weight: 600 !important;
        font-size: 20px;
        font-family: Roboto, arial;
    }

    .Head .instagram-post p {
        font-size: 13px;
        color: #000;
        font-family: Roboto, arial;
        font-weight: 300;
        line-height: 35px;
        margin-bottom: 15px;
    }

.Main {
    position: relative;
}

section.ResimGaleri {
    margin: 30px 0 40px;
    float: left;
    width: 100%;
    position: relative;
}

    section.ResimGaleri .Main .filter {
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(146, 146, 146, 0.62);
        z-index: 1;
    }

    section.ResimGaleri .Main .AddGallery {
        transition: all 0.3s;
        z-index: 9;
        position: absolute;
        left: 50%;
        top: -10px;
        transform: translateX(-50%);
        width: 200px;
        height: 220px;
        color: #000;
        background: url(/Uploads/Images/photo-camera.png) no-repeat center 50px #f1f1f1;
        text-align: center;
        font-size: 19px;
        text-transform: uppercase;
        line-height: 24px;
        padding: 35px 10px;
        cursor: pointer;
        font-weight: normal;
    }

        section.ResimGaleri .Main .AddGallery:hover {
            background-color: #dadada;
            transition: all 0.3s;
            text-decoration: none;
        }

        section.ResimGaleri .Main .AddGallery > .Icon {
            font-size: 70px;
            margin-bottom: 5px;
            margin-top: 88px;
        }

    section.ResimGaleri .Main .Marquee {
        width: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        color: #fff;
        font-weight: 200;
        display: -webkit-box;
        display: -moz-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: box;
        display: flex;
        -webkit-box-align: center;
        -moz-box-align: center;
        -o-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        overflow: hidden;
        position: initial;
    }

    section.ResimGaleri .Main .Marquee-content {
        display: -webkit-box;
        display: -moz-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: box;
        display: flex;
        -webkit-animation: marquee 150s linear infinite running;
        -moz-animation: marquee 150s linear infinite running;
        -o-animation: marquee 150s linear infinite running;
        -ms-animation: marquee 150s linear infinite running;
        animation: marquee 150s linear infinite running;
    }

    section.ResimGaleri .Main .Marquee-tag {
        margin-right: 20px;
        background: rgba(255,255,255,0.1);
        display: -webkit-inline-box;
        display: -moz-inline-box;
        display: -webkit-inline-flex;
        display: -ms-inline-flexbox;
        display: inline-box;
        display: inline-flex;
        -webkit-box-align: center;
        -moz-box-align: center;
        -o-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        -webkit-box-pack: center;
        -moz-box-pack: center;
        -o-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-transition: all 0.2s ease;
        -moz-transition: all 0.2s ease;
        -o-transition: all 0.2s ease;
        -ms-transition: all 0.2s ease;
        transition: all 0.2s ease;
    }

    section.ResimGaleri .Main .AddGallery span {
        font-weight: 600;
    }

    section.ResimGaleri .ProductListprev, section.ResimGaleri .ProductListnext {
        top: 40%;
    }

/* AddGalleryModal */
.Modals .modal-body {
    padding: 30px;
    max-width: 420px;
}

    .Modals .modal-body .modal-title {
        font-weight: bold;
        text-transform: uppercase;
        font-size: 22px;
        margin-bottom: 15px;
    }

    .Modals .modal-body .modal-Subtitle {
        font-size: 13px;
        line-height: 17px;
        margin-bottom: 20px;
    }

    .Modals .modal-body .modal-bottom {
        text-align: center;
        border-top: 1px solid #d8d8d8;
        padding-top: 20px;
        font-size: 12px;
        font-style: italic;
    }

        .Modals .modal-body .modal-bottom span.Link {
            font-style: initial;
            text-transform: uppercase;
            color: #ff671b;
            font-weight: 700;
            margin-left: 5px;
            cursor: pointer;
        }

.AddGalleryModal .Btn {
    width: 100%;
    border: 0;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    padding: 17px 10px;
    background-color: #222;
    border: 1px solid #222;
    cursor: pointer;
}

    .AddGalleryModal .Btn:hover, .AddGalleryModal .Btn:focus {
        color: #fff;
    }

    .AddGalleryModal .Btn.Orange {
        background-color: #FF671B;
        border: 1px solid #FF671B;
    }

        .AddGalleryModal .Btn.Orange:hover {
            background-color: #ec5c14;
        }

.AddGalleryModal .modal-dialog {
    margin: 0;
}

.AddGalleryModal .modal-body {
    max-width: 100%;
}

.AddGalleryModal .FormElements {
    margin-bottom: 10px;
}

    .AddGalleryModal .FormElements > input {
        padding: 8px 12px;
    }

.AddGalleryModal .modal-content {
    background: #eee url('images/ResimGaleri-bg.png') no-repeat 79% 70%;
}

.AddGalleryModal .Gallery--Wrapper .BtnBox {
    margin: 30px 0;
    padding-top: 25px;
    border-top: 1px solid #b3b3b3;
}

.AddGalleryModal .Gallery--Wrapper .Title {
    padding: 5px 0 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #b3b3b3;
}

.AddGalleryModal .fileClear {
    padding: 5px 10px;
    font-size: 12px;
    font-weight: 600;
    display: inline-block;
    background-color: #f1f1f1;
    color: #777;
}

.AddGalleryModal .box {
    display: block;
    background-color: white;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    -webkit-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    overflow: hidden;
}

.AddGalleryModal .upload-options {
    position: relative;
    height: 35px;
    background-color: #ff671b;
    cursor: pointer;
    overflow: hidden;
    text-align: center;
    -webkit-transition: background-color ease-in-out 150ms;
    transition: background-color ease-in-out 150ms;
}

    .AddGalleryModal .upload-options:hover {
        background-color: #ec5c14;
    }

    .AddGalleryModal .upload-options input {
        width: 0.1px;
        height: 0.1px;
        opacity: 0;
        overflow: hidden;
        position: absolute;
        z-index: -1;
    }

    .AddGalleryModal .upload-options label {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 100%;
        height: 100%;
        font-weight: 400;
        text-overflow: ellipsis;
        white-space: nowrap;
        cursor: pointer;
        overflow: hidden;
    }

        .AddGalleryModal .upload-options label::after {
            content: 'Resim Seç';
            position: absolute;
            font-size: 14px;
            color: #ffffff;
            z-index: 0;
            width: 100%;
        }

        .AddGalleryModal .upload-options label span {
            display: inline-block;
            width: 50%;
            height: 100%;
            text-overflow: ellipsis;
            white-space: nowrap;
            overflow: hidden;
            vertical-align: middle;
            text-align: center;
        }

.AddGalleryModal .js--image-preview {
    height: 120px;
    width: 100%;
    line-height: 120px;
    text-align: center;
    position: relative;
    overflow: hidden;
    background-color: white;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
}

    .AddGalleryModal .js--image-preview::after {
        content: "\e952";
        font-family: Roboto !important;
        position: relative;
        font-size: 50px;
        color: #e6e6e6;
        z-index: 0;
    }

    .AddGalleryModal .js--image-preview.js--no-default::after {
        content: "\e906";
        color: #ff671b;
        border: 3px solid #ff671b;
        border-radius: 50%;
        padding: 10px;
        font-size: 50px;
        background-color: rgba(0, 0, 0, 0.11);
    }

.AddGalleryModal .drop {
    display: block;
    position: absolute;
    background: rgba(95, 158, 160, 0.2);
    border-radius: 100%;
    -webkit-transform: scale(0);
    transform: scale(0);
}

.AddGalleryModal .animate {
    -webkit-animation: ripple 0.4s linear;
    animation: ripple 0.4s linear;
}

.AddGalleryModal .FormElements {
    width: 100%;
    margin-bottom: 15px;
    display: block;
}

    .AddGalleryModal .FormElements .Or {
        margin: 20px 0;
        text-align: center;
        position: relative;
    }

        .AddGalleryModal .FormElements .Or::after {
            content: '';
            width: 100%;
            height: 1px;
            background-color: #d8d8d8;
            position: absolute;
            left: 0;
            right: 0;
            top: 50%;
            display: table;
        }

        .AddGalleryModal .FormElements .Or > span {
            font-style: italic;
            font-size: 12px;
            background-color: #fff;
            padding: 0 10px;
            position: relative;
            z-index: 1;
            display: inline-block;
            line-height: 20px;
            color: #949494;
        }

    .AddGalleryModal .FormElements label {
        font-size: 14px;
        margin-bottom: 5px;
        width: 100%;
    }

    .AddGalleryModal .FormElements input, .FormElements textarea {
        border: 1px solid #bdbdbd;
        display: block;
        width: 100%;
        padding: 12px;
        font-size: 14px;
    }

    .AddGalleryModal .FormElements textarea {
        min-height: 100px;
        max-height: 100px;
        max-width: 100%;
    }

.AddGalleryModal select {
    font-size: 14px;
    padding: 14px 35px 14px 14px;
}

.AddGalleryModal .FormElements .input-box {
    position: relative;
}

    .AddGalleryModal .FormElements .input-box .ShowPass {
        padding-right: 50px;
    }

    .AddGalleryModal .FormElements .input-box .btn-show-password {
        position: absolute;
        right: 0;
        top: 0;
        padding: 10px 15px;
        font-size: 24px;
    }

        .AddGalleryModal .FormElements .input-box .btn-show-password.Active:before {
            content: "\e992";
        }

.AddGalleryModal .form_valition {
    display: none;
}

.AddGalleryModal .galleryFooterSuccess {
    display: none;
}

.AddGalleryModal #vdUrunVideo {
    float: left;
    width: 100%;
}

.ResimGaleriHeadIcerik .instagram-post h5 {
    font-size: 14px;
    font-weight: 600 !important;
}

section.ResimGaleri .Main .Marquee-tag {
    height: 220px !important;
    position: relative;
    cursor: pointer;
}

    section.ResimGaleri .Main .Marquee-tag img {
        height: 220px !important;
        width: auto;
        max-width: inherit;
    }

    section.ResimGaleri .Main .Marquee-tag:hover:before {
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        top: 0;
        margin: auto;
        z-index: 9;
        font-family: Roboto;
        width: 50px;
        height: 50px;
        font-size: 30px;
        line-height: 50px;
        text-align: center;
    }

    section.ResimGaleri .Main .Marquee-tag:hover:after {
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        z-index: 8;
        background: rgba(0, 0, 0, 0.46);
    }


.mobilMenuAcButton, .searchClick, .mycartClick, .welcomeOpen, .bottomHead {
    display: none;
}

.menuUstBolum, .SepetUst {
    background: var(--theme-color);
}


@media(max-width:425px) {
    .homeTab ._tabHead li {
        padding: 5px 5px;
    }

    .AnasayfaTasarimLine.Kucuk {
        width: 100%;
    }

    .banner-block1-1-1 {
        padding-right: 5px;
    }

    .banner-block1-1-2 {
        padding-left: 5px;
    }
}

@media(max-width:380px) {
    #ticimaxCopyright {
        line-height: 20px !important;
    }
}
/* Tasarım Uyarlama*/
.headerContent, .ticiContainer, .temaContainer {
    max-width: 1180px !important;
    margin: 0 auto;
    position: relative;
    clear: both;
    display: block;
}

.sliderBannerContainer .ProductList {
    max-width: 100%;
    margin: 0 auto;
}

body ul.breadcrumb,
.navigation > div,
.userLoginContent,
.hesabimContent,
.sepetimBody .headerContent,
.sepetimBody #footer .ticiContainer {
}

.navigation {
    float: left;
    width: 100%;
    background: var(--theme-color);
    margin-bottom: 20px;
}

    .navigation > div {
        z-index: 1;
        text-align: center;
        padding: 0 !important;
        width: 1180px;
        margin: 0 auto;
    }

    .navigation .navUl {
        float: left;
        width: 100%;
        text-align: center;
        font-size: 0;
        position: relative;
        text-align: center;
    }

        .navigation .navUl > li {
            display: inline-block;
            vertical-align: middle;
            margin: 0;
            padding: 0;
            transition: all 0.2s ease;
        }

            .navigation .navUl > li:last-child {
                margin-right: 0;
            }

            .navigation .navUl > li > a {
                font: 16px/48px 'Roboto', arial;
                font-weight: 500;
                color: #0a0909;
                float: left;
                padding: 0 40px;
                transition: all 0.2s ease;
                position: relative;
                text-transform: uppercase;
            }

                .navigation .navUl > li > a:after {
                    content: "";
                    background-color: #333333;
                    width: 100%;
                    height: 5px;
                    display: inline-block;
                    position: absolute;
                    top: 90%;
                    left: 0px;
                    z-index: 999;
                    opacity: 0
                }

            .navigation .navUl > li:hover > a:after {
                opacity: 1;
            }

    .navigation .altMenu {
        display: none;
        position: absolute;
        top: 100%;
        min-width: 350px;
        z-index: 99;
        left: 0px;
        width: 100%;
        background-color: #fff;
        box-shadow: 0px 2px 9px 0px #ddd;
    }

    .navigation .navUl > li:hover .altMenu {
        display: block;
    }

    .navigation .altMenu .altmenuSol > span {
        display: none;
    }

    .navigation .altMenu .altMenuler {
        display: block;
        float: left;
        width: 100%;
        padding: 19px 0px 19px 25px;
        -webkit-animation: fadein 0.5s;
        -moz-animation: fadein 0.5s;
        -ms-animation: fadein 0.5s;
        -o-animation: fadein 0.5s;
        animation: fadein 0.5s;
        background: #fff;
    }

        .navigation .altMenu .altMenuler .altMenuSag {
            float: right;
            width: 306px;
        }

            .navigation .altMenu .altMenuler .altMenuSag .altMenuSagEditor {
            }

            .navigation .altMenu .altMenuler .altMenuSag > a {
                color: #000 !important
            }

                .navigation .altMenu .altMenuler .altMenuSag > a > img {
                    display: block;
                }

        .navigation .altMenu .altMenuler .altmenuSol {
            float: left;
            text-align: left;
            width: calc(100% - 306px);
            padding: 0;
        }

            .navigation .altMenu .altMenuler .altmenuSol ul {
                display: block;
            }
                /* .navigation .altMenu .altMenuler .altmenuSol ul li{min-width:200px;} */
                .navigation .altMenu .altMenuler .altmenuSol ul li.ulVar {
                    float: left;
                    display: inline-block;
                }

            .navigation .altMenu .altMenuler .altmenuSol > ul > li {
                float: left;
                display: inline-block;
                width: 25%;
            }

            .navigation .altMenu .altMenuler .altmenuSol ul li a {
                display: block;
                font-family: Roboto, arial;
                color: #222222;
                font-size: 16px;
                font-weight: 500;
                line-height: 35px;
                text-transform: uppercase;
            }

            .navigation .altMenu .altMenuler .altmenuSol ul li.ulVar > a {
                margin-bottom: 5px;
                margin-top: 5px;
                text-transform: uppercase;
            }

            .navigation .altMenu .altMenuler .altmenuSol ul li ul li a {
                font: 12px/30px Roboto, arial;
                color: #474747;
                font-weight: 400;
                text-transform: uppercase
            }

                .navigation .altMenu .altMenuler .altmenuSol ul li ul li a:hover {
                    text-decoration: underline;
                }

.content-banners .row div {
    margin-top: 20px;
}

.content-banner div, .category-banner-menu div {
    position: relative;
    overflow: hidden
}

.content-banner, .category-banner-menu {
    transition: all .2s ease-in-out
}

    .content-banner img, .category-banner-menu > div img {
        transition: all .4s ease-in-out;
    }

        .content-banner img:hover, .category-banner-menu > div:hover img {
            transform: scale(1.04);
        }

    .category-banner-menu > div:last-child img {
        transition: none;
    }

    .category-banner-menu > div:last-child:hover img {
        transform: none;
    }

.category-banner-menu-bottom div img {
    transition: all .4s ease-in-out !important;
}

.category-banner-menu-bottom div:hover img {
    transform: scale(1.04) !important;
}

.productItem .productImage img { /* border:1px solid #dddddd; */
}

.content-banners {
    margin-top: -20px;
}

.footerUstBolum {
    float: left;
    width: 76%;
}

.footer-right {
    float: right;
    width: 24%;
}

    .footer-right h5 {
        color: #000;
        font: 16px/25px Roboto, arial;
        font-weight: 500 !important;
        float: left;
        width: 100%;
        margin-top: 40px;
    }

        .footer-right h5:first-child {
            margin-top: 0px;
            margin-bottom: 10px;
        }

        .footer-right h5:last-child {
            font-size: 13px;
        }

    .footer-right div {
        float: left;
        width: 100%;
    }

        .footer-right div:last-child a {
            font-family: Montserrat, arial;
            font-weight: 500;
            color: #000000;
            margin-right: 20px;
            float: left;
            margin-top: 15px;
        }

            .footer-right div:last-child a:last-child {
                margin-right: 0px;
            }

        .footer-right div .app-store i {
            color: #000000;
            font-size: 20px;
            float: left;
            margin-right: 10px;
            margin-top: -4px;
        }

        .footer-right div .google-play i {
            color: #000000;
            font-size: 20px;
            float: left;
            margin-right: 7px;
            margin-top: -4px
        }

.footerUstBolum .blok {
    float: left;
    width: 33.3%;
}

    .footerUstBolum .blok:last-child {
    }

    .footerUstBolum .blok h4 {
        color: #000000;
        font-size: 16px;
        font-family: Roboto, arial;
        line-height: 25px;
        font-weight: 500 !important;
        margin-bottom: 20px;
    }

    .footerUstBolum .blok ul li a {
        color: #000000;
        font-size: 14px;
        font-family: Roboto, arial;
        line-height: 32px;
        font-weight: 300;
    }

        .footerUstBolum .blok ul li a:hover {
            text-decoration: underline;
        }

.ebultenBolumu h4 {
    color: #000000;
    font-size: 22px;
    font-family: Roboto, arial;
    line-height: 60px;
    font-weight: 600 !important;
}

.ebultenBolumu p {
    color: #707070;
    font-size: 13px;
    font-family: Roboto, arial;
    line-height: 20px;
    margin-bottom: 20px;
    font-weight: 400;
}

.ebultenBolumu .newsletterContent {
    max-width: 575px;
}

.footerGenelTutucu div.footer-content-center {
    width: 1180px;
    margin: 0 auto;
}

.footer-social {
    float: left;
    width: 100%;
}

    .footer-social ul li {
        float: left;
        margin-right: 15px;
    }

        .footer-social ul li a {
            float: left;
            font-size: 16px;
            color: #000000;
        }

.footerAltBolum {
    background: #fff;
    text-align: center;
    float: left;
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
}

    .footerAltBolum img {
        vertical-align: middle;
        margin-right: 25px;
    }

#back-to-top {
    background-color: var(--theme-color);
    border-radius: 50%;
    width: 40px;
    height: 40px;
    text-align: center;
}

    #back-to-top div {
        display: block;
        margin-top: 5px;
        font-family: Roboto, arial;
        font-size: 12px;
        font-weight: bold;
        color: #666;
    }

.fa-chevron-circle-up:before {
    font-weight: 500;
    content: "\f077" !important;
    font-family: FontAwesome !important;
    color: #fff;
    font-size: 11px;
    line-height: 40px;
    display: inline-block;
}

.welcome .headerHesabim, .welcome .headerCikis, .mycart, .welcome .headerUyeGiris {
    position: relative;
    text-transform: uppercase
}

    .welcome .headerHesabim:after {
        font-weight: 300;
    }

.headerUyeOl {
    text-transform: uppercase;
    display: block;
    float: none !important;
    margin-left: 20px;
    line-height: 21px;
}

    .headerUyeOl a::before {
        display: none !important;
        content: "/";
        font-size: 12px;
        color: #000;
        display: inline-block;
        margin: 0px 1px 0px 4px;
        font-family: Roboto, arial;
        font-weight: 600;
    }

.headerCikis:before {
    display: none !important;
    content: "/";
    font-size: 12px;
    color: #000;
    display: inline-block;
    margin: 0px 1px 0px 4px;
    font-family: Roboto, arial;
    font-weight: 600;
}

.headerUyeOl a, .headerUyeGiris a, .sepetTecxt, .headerHesabim, .headerCikis {
    font-weight: 400;
    font-family: Roboto, arial;
    font-size: 0px;
    color: #444;
}

.mycart .sepetTecxt {
    display: none;
}

.mycart .sepetUrun {
    font-family: Roboto, arial;
    color: #fff;
    font-size: 12px;
    display: none;
}

.productItem .productDetail .productName a {
    font-family: 'Roboto Condensed',sans-serif;
    line-height: 14px;
    color: #66bcf1;
    text-decoration: none !important;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: -.24px;
    /* line-height: 1.08; */
    text-align: center;
    white-space: normal;
}

.productItem .productFaMyEx {
    position: absolute;
    top: 55%;
    left: 10%;
}

.product-outofstock .productIcon {
    display: none !important;
}

.category-vertical-filters.category-vertical-filters {
    border: none;
    padding: 0px;
    background: none;
}

.panel-heading .panel-title {
    font-size: 16px;
    font-weight: 400;
    color: #252525;
    font-family: Roboto, arial;
}

.filterBlock .Block_Title {
    display: none;
}

.panel-default.vertical-filter-panel {
    padding-bottom: 20px
}

    .panel-default.vertical-filter-panel.vertical-top-price-filter {
        position: relative;
    }

    .panel-default.vertical-filter-panel.div-kategori ul li {
        padding: 5px 0px;
    }

.category-vertical-filters .vertical-filter-panel .list-group-item {
    background: none !important;
}

    .category-vertical-filters .vertical-filter-panel .list-group-item:before {
        border: 1px solid #999999 !important;
    }

    .category-vertical-filters .vertical-filter-panel .list-group-item:hover:before {
        content: "\f00c";
        font-family: FontAwesome;
        color: #fff;
        font-size: 8px !important;
        text-align: center;
        font-weight: 400;
        line-height: 12px;
    }

.sortingContent .blockSelect a.sort_hrz {
    display: none !important;
}

.sortingContent .blockSelect a.sort_2 {
    display: none !important;
}

.sortingContent .blockSelect:before {
    content: "Listeleme:";
    color: #252525;
    font-size: 12px;
    font-family: montserrat, arial !important;
    font-weight: 400;
    float: left;
    margin-top: -3px;
    text-transform: capitalize;
}

.blockSelect .fa-th-large:before, .blockSelect .fa-th:before {
    font-weight: 300;
    font-family: FontAwesome;
}

.category-banner {
    width: 100%;
    border: 1px solid #e9e5e7;
    margin-bottom: 20px;
}

    .category-banner img {
        width: 100%
    }

@media screen and (min-width:1026px) {
    .mobilMenu {
        display: none !important;
    }

    .sortingContent {
        display: block !important;
    }

    .panel-heading.panel-heading {
        color: #000000;
        font-family: Roboto, arial;
        font-size: 16px;
        line-height: 14px;
        text-transform: uppercase;
        border-top: 1px solid #f1f1f1;
        padding: 20px 0px 10px !important;
        border-bottom: none !important;
        font-weight: 400;
        background: none !important;
    }
}

.ProductDetailMain .leftImage {
    width: 65%;
    float: left;
    margin-bottom: 20px;
    padding: 0px
}

.ProductDetailMain .RightDetail {
    width: 35%;
    float: left;
    margin-bottom: 20px;
    padding: 0 0 0 20px;
    position: relative;
}

.ProductDetail .categoryTitle {
    background: none;
    border: none;
    margin: 0px;
    padding: 0px;
    text-transform: capitalize;
    border-bottom: 1px solid #eee;
    margin-bottom: 20px;
}

    .ProductDetail .categoryTitle li {
        text-indent: 0px;
    }

        .ProductDetail .categoryTitle li a {
            font-size: 13px;
            color: #999999;
            font-family: Roboto, arial;
            letter-spacing: 0px;
            text-indent: 0px;
        }

.rating li {
    width: 15px !important;
}

div#PuanVer, div.PuanVerSag {
    float: left;
}

div.PuanVerSag {
    font-family: Roboto, arial;
    font-size: 15px;
    color: #000;
    margin-top: 1px;
    margin-left: 5px;
}

#pnlFiyatlar div#divIndirimliFiyat {
    float: left;
}

#pnlFiyatlar #divIndirimliFiyat .spanKdv, #pnlFiyatlar #divIndirimliFiyat .spanKdv, #pnlFiyatlar #divIndirimsizFiyat .spanKdv {
    display: none;
}

.indirimliFiyat .spanFiyat {
    color: var(--theme-color) !important;
    font-family: Roboto, arial;
    font-size: 32px !important;
    font-weight: 600;
    float: left;
}

.ProductIcon > div {
    width: 32%;
    float: left;
    margin-bottom: 10px;
}

.ProductDetailMain .ProductIcon span.box1 {
    font-size: 12px;
    color: #4d4d4d;
    font-family: Roboto, arial;
}

#txtbxArama {
    float: left;
    width: 100%;
    height: 50px;
    border-radius: 0;
    background: #fff;
    border: 1px solid #292929;
    color: #292929;
    padding-left: 15px;
    padding-right: 65px;
    font-size: 13px;
    font-weight: normal;
    letter-spacing: 0;
    -moz-appearance: none;
    -webkit-appearance: none;
}

    #txtbxArama::-webkit-input-placeholder {
        color: #292929;
    }

    #txtbxArama:-moz-placeholder {
        color: #292929;
    }

    #txtbxArama::-moz-placeholder {
        color: #292929;
    }

    #txtbxArama:-ms-input-placeholder {
        color: #292929;
    }

    #txtbxArama:focus {
        color: #292929;
        transition: 0.3s;
        -webkit-transition: 0.3s;
        -ms-transition: 0.3s;
    }

#header .headerContent .welcome, #header .headerContent .mycart {
    margin-top: 28px;
}

.header-fav {
    float: right
}

    .header-fav:after {
        color: #000;
        font-weight: 300;
        position: absolute;
        left: 58px;
        top: -28px;
        display: block;
        content: "\f004";
        font-size: 20px;
        font-family: FontAwesome
    }

.sortingContent li:nth-child(2) a { /* position:absolute; */ /* left:135px; */
    top: 2px;
}

.sortingContent li:first-child { /* position:absolute; */ /* right:140px; */
}

.sortingContent li select {
    color: #252525;
    font-family: Montserrat, arial;
    font-size: 12px;
    border: none;
    height: auto;
    padding: 0px;
    font-weight: 400;
    background: none;
}

.rating.rating {
    color: #000;
}

.ProductDetail a#linkOncekiSayfa {
    padding: 20px 0px 20px 0px;
}

.welcome .ng-scope {
    float: right
}

.productItem .productDetail {
    float: left;
    width: 100%;
    padding: 5px 0px;
}

.banner-block1-1, .banner-block1-1-1, .banner-block1-1-2, .banner-block2 > div, .banner-block3-1, .banner-block3-2, .bottom-banner div {
    position: relative;
    overflow: hidden
}

    .banner-block1-1 img, .banner-block1-1-1 img, .banner-block1-1-2 img, .banner-block2 > div img, .banner-block3-1 img, .banner-block3-2 img, .bottom-banner div img {
        transition: all .4s ease-in-out;
    }

        .banner-block1-1:hover img, .banner-block1-1-1:hover img, .banner-block1-1-2:hover img, .banner-block2 > div:hover img, .banner-block3-1:hover img, .banner-block3-2:hover img, .bottom-banner div img:hover {
            transform: scale(1.01);
        }
/* .banner-block1-1:hover img, .banner-block1-1-1:hover img, .banner-block1-1-2:hover img, .banner-block2 > div:hover img, .banner-block3-1:hover img, .banner-block3-2:hover img{box-shadow:0px 0px 5px 0px #ddd;}
.bottom-banner div img:hover{box-shadow:0px 0px 5px 0px #ddd;}*/
.sliderBannerContainer {
    float: left;
    width: 100%;
}

    .sliderBannerContainer .ProductList {
        display: block;
    }

.detaySliderContainer .ProductList {
    display: block;
}

.sliderBannerContainer .owl-dots {
    display: none !important;
}

.detaySliderContainer .owl-dots {
    display: none !important;
}

@media (min-width: 1199px) and (max-width:1260px) {

    .ticiContainer, .headerContent, #ticimaxCopyright, .temaContainer {
        width: 1180px;
        margin-left: 10px;
        margin-right: 10px;
    }

    .ProductDetailMain .ProductDetailMainRow {
        margin: 0;
    }

    .ProductDetailMain .leftImage {
        width: 390px;
        padding-right: 10px;
    }

    .ProductDetailMain .RightDetail {
        width: 790px;
        padding-left: 10px;
    }

    #mainHolder_divDesign .anasayfa_tek_slider {
        max-width: 1180px;
    }

    .sliderBannerContainer .ProductList {
        max-width: 1180px;
    }
}

@media (max-width:1260px) {

    .ticiContainer, .headerContent, .temaContainer {
        width: 1180px;
        margin-left: 10px;
        margin-right: 10px;
    }

    .ProductDetailMain .ProductDetailMainRow {
        margin: 0;
    }

    .ProductDetailMain .leftImage {
        width: 390px;
        padding-right: 10px;
    }

    .ProductDetailMain .RightDetail {
        width: 790px;
        padding-left: 10px;
    }

    #mainHolder_divDesign .anasayfa_tek_slider {
        max-width: 1180px;
    }

    .sliderBannerContainer .ProductList {
        max-width: 1180px;
    }
}

@media (max-width: 1199px) {
    #divSatinAl .buyfast, #divSatinAl .BasketBtn {
        width: 47%;
    }

    .content-top-menu div {
        min-width: 950px;
        text-align: center;
    }

    .content-top-menu a {
        margin-right: 10px;
        width: 10.1%;
    }

    .content-top-menu p {
        font-size: 10px;
    }

    .categoryContainer .centerCount {
        min-width: 75% !important;
        float: right !important;
    }

    .ticiContainer, .headerContent, .temaContainer {
        width: 970px;
        margin: 0 auto;
    }

    #mainHolder_divDesign .anasayfa_tek_slider {
        max-width: 970px;
    }

    .sliderBannerContainer .ProductList {
        max-width: 970px;
    }

    .footerGenelTutucu div.footer-content-center, .navigation > div {
        width: 970px !important
    }

    .footerUstBolum .blok {
        min-width: 150px !important;
    }

    .footerAltBolum img {
        margin-right: 20px !important;
    }

    .navigation {
        width: 100%;
    }

    .ProductIcon .UTelefonlaSiparis, .ProductIcon .UFavorilerimeEkle, .ProductIcon .UindirimliUrun, .ProductIcon .UIstekListemeEkle, .ProductIcon .UrunKargoBedava, .ProductIcon .UGelinceHaberVer, .ProductIcon .UKarsilastirma {
        width: 50% !important;
    }

    .ProductDetailMain .RightDetail {
        width: 580px;
    }

    .ProductDetailMain .leftImage, .ProductDetailMain .RightDetail {
        width: 50%;
    }

    #divSatinAl .BasketBtn .Basketinp .riSingle {
        width: auto;
    }

    #divSatinAl .BasketBtn .basketBtn .Addtobasket, #divSatinAl .BasketBtn .basketBtn input, #divSatinAl .buyfast input {
        font-size: 15px;
    }

    #divSatinAl .BasketBtn .basketBtn:before {
        top: 18px;
        left: 18px;
        font-size: 14px;
    }

    .searchContent {
        width: 400px;
        left: 260px;
    }

    .urunTab ul li a {
        font-size: 15px;
    }

    .navigation .altMenu .altMenuler .altMenuSag {
        width: 250px !important;
        padding-right: 20px;
    }

    .navigation .altMenu .altMenuler .altmenuSol {
        width: calc(100% - 250px) !important
    }

    .navigation .navUl > li > a {
        padding: 0px 20px !important;
        font-size: 14px !important;
    }

    .footerUstBolum .blok ul li a {
        font-size: 14px !important;
    }

    .footer-icons ul li {
        width: 31.9%;
    }

        .footer-icons ul li p strong {
            font-size: 16px;
        }

        .footer-icons ul li p {
            font-size: 11px;
        }

        .footer-icons ul li img {
            margin-right: 12px;
        }

    .Instagram .dortluBlok {
        max-width: 18.3%;
    }
}

@media (min-width:1026px) {
    .sortingContent.sortingContent {
        display: block;
    }
}

@media screen and (max-width:1025px) {
    /******************************************************/
    body .dropdown-toggle:after {
        display: none;
    }

    body #divSayfalamaUst {
        padding: 0;
        margin: 0px;
        width: 100%;
        position: relative;
    }

    .urunListRel {
        width: 100%;
    }

    body #divSayfalamaUst .brandlistselection {
        width: 100%;
        margin: 0;
        padding: 0;
        border: none;
        min-height: auto;
        top: 100%;
        left: 0;
        right: 0;
        z-index: 10;
        background: #fff;
        position: absolute;
    }

    body .mobilFilterOpenBtn .button {
        float: left;
        width: 49%;
        padding: 0px;
        line-height: 27px;
        text-align: center;
        text-transform: capitalize;
        text-indent: 0px;
    }

        body .mobilFilterOpenBtn .button.mobilSiralamBtn {
            float: right;
        }

    body .mobilFilterOpenBtn {
        margin-bottom: 10px;
        margin-top: 0;
    }

    .filterDeleteContent .appliedFilter {
        margin: 5px 10px 5px 0;
    }

    body .brandlistselection .blockSelect {
        display: none;
    }

    body #divSayfalamaUst.Slct .brandlistselection > span {
        display: none;
    }

    body #divSayfalamaUst:not(.Slct) .brandlistselection .sortingContent {
        display: none;
        margin-top: 0;
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        width: 100%;
        background: #fff !important;
        margin-bottom: 0;
        padding: 0;
        border-bottom: none;
        z-index: 10;
        box-shadow: none;
        -webkit-animation: fadein 0.5s;
        -moz-animation: fadein 0.5s;
        -ms-animation: fadein 0.5s;
        -o-animation: fadein 0.5s;
        animation: fadein 0.5s;
        text-align: left;
        box-shadow: 0 3px 4px 0 #bfbfbf;
    }

        body #divSayfalamaUst:not(.Slct) .brandlistselection .sortingContent li > a {
            font-size: 13px;
            padding: 0px;
            width: 100%;
            color: #333;
            letter-spacing: 0px;
            text-indent: 0px;
        }

        body #divSayfalamaUst:not(.Slct) .brandlistselection .sortingContent .appliedFilter {
            display: none;
        }

        body #divSayfalamaUst:not(.Slct) .brandlistselection .sortingContent li > a {
            border: none;
            border: none;
            float: none;
        }

            body #divSayfalamaUst:not(.Slct) .brandlistselection .sortingContent li > a:hover {
            }

            body #divSayfalamaUst:not(.Slct) .brandlistselection .sortingContent li > a.selected {
            }

        body #divSayfalamaUst:not(.Slct) .brandlistselection .sortingContent li:not(.appliedFilter) {
            padding: 10px !important;
            width: 100%;
            border: none;
            border: 1px solid #eee;
            margin: 4px;
        }

    body #divSayfalamaUst:not(.Slct) .brandlistselection .appliedFilter.FiltrelemeUrunAdet span {
        font-size: 12px;
    }

    body #divSayfalamaUst:not(.Slct) .brandlistselection .sortingContent li a span {
        line-height: 30px;
        letter-spacing: 0
    }

    body #divSayfalamaUst:not(.Slct) .brandlistselection .sortingContent li:nth-child(5) {
        display: block;
    }

        body #divSayfalamaUst:not(.Slct) .brandlistselection .sortingContent li:nth-child(5) a:before {
            display: none;
        }

    body #divSayfalamaUst:not(.Slct) .brandlistselection .sortingContent li, .appliedFilter.FiltrelemeUrunAdet {
        border: none;
    }

    body .category-vertical-filters {
        margin-bottom: 0;
    }

        body .category-vertical-filters.top-filters .panel .panel-heading a {
            text-indent: 5px;
            padding-bottom: 0;
            font-size: 13px;
            line-height: 35px;
            color: #333;
            background: #fff;
            text-transform: capitalize;
        }

        body .category-vertical-filters.top-filters .panel .panel-heading {
            margin-bottom: 0;
            padding: 0 10px
        }

        body .category-vertical-filters.top-filters {
            display: none;
            background: #fff;
            position: absolute;
            left: 0;
            right: 0;
            top: 100%;
            z-index: 10;
            box-shadow: 0 3px 4px 0 #bfbfbf;
            padding: 5px 5px 0;
            -webkit-animation: fadein 0.5s;
            -moz-animation: fadein 0.5s;
            -ms-animation: fadein 0.5s;
            -o-animation: fadein 0.5s;
            animation: fadein 0.5s;
            text-align: left;
        }

            body .category-vertical-filters.top-filters .panel {
                width: 100%;
            }

                body .category-vertical-filters.top-filters .panel.vertical-top-price-filter {
                    margin-left: 0;
                    margin: 20px 10px;
                    width: 94%;
                }

            body .category-vertical-filters.top-filters .panel {
                padding: 0;
                margin: 0 0 5px 0;
            }

                body .category-vertical-filters.top-filters .panel .panel-heading a:after {
                    top: 0;
                    font-size: 11px;
                    color: #333;
                    right: 10px;
                }

        body .category-vertical-filters .vertical-filter-panel .list-group {
            box-shadow: none;
            position: static;
        }

        body .category-vertical-filters .vertical-filter-panel .list-group-item:before {
            margin-top: 3px;
            display: inline-block !important;
        }

    body .categoryTitleText {
        max-width: 100%;
    }

    body .proCategoryTitle.categoryTitleText {
        max-width: 100%;
        padding: 0 5px;
    }

    body .categoryContainer .centerCount {
        width: 100%;
    }

    body .category-vertical-filters .vertical-filter-panel .list-group a {
        font-size: 13px !important;
        line-height: 17px;
        color: #333;
        text-transform: capitalize;
    }

    body .category-vertical-filters.top-filters .list-group.dropdown {
        margin-left: 0px;
        border: none;
        margin-top: 5px;
    }

        body .category-vertical-filters.top-filters .list-group.dropdown li {
            margin-bottom: 0;
            border: none;
            height: auto;
            line-height: 20px;
            text-indent: 0px;
        }

    body .liFiltreElement.list-group-item.list-group-item-image {
        background: transparent !important;
    }

    body #divSayfalamaUst.Slct .blockSelect {
        display: none !important;
    }

    body #divSayfalamaUst.Slct .brandlistselection .sortingContent {
        padding: 0;
        width: 100%;
        box-shadow: 0 3px 4px 0 #bfbfbf;
    }

        body #divSayfalamaUst.Slct .brandlistselection .sortingContent select {
            width: 100%;
            min-width: 100%;
            font-size: 12px;
            padding: 0 10px;
            border: none;
            -webkit-appearance: none;
            height: 50px;
            color: #000;
            background: #fff;
        }

        body #divSayfalamaUst.Slct .brandlistselection .sortingContent li {
            border: none;
            width: 100%;
            margin: 0 !important;
            position: relative !important;
            right: 0px !important;
        }

            body #divSayfalamaUst.Slct .brandlistselection .sortingContent li.appliedFilter.FiltrelemeUrunAdet {
                display: none !important;
            }

            body #divSayfalamaUst.Slct .brandlistselection .sortingContent li:nth-child(2) {
                display: none;
            }

            body #divSayfalamaUst.Slct .brandlistselection .sortingContent li:nth-child(3) {
                display: none;
            }

    body #divSayfalamaUst.Slct li.appliedFilter.FiltrelemeUrunAdet {
        display: none !important;
    }

    body ul.breadcrumb {
        line-height: 30px;
        padding-bottom: 0 !important;
    }

        body ul.breadcrumb li:first-child a:before {
            line-height: 30px;
            font-size: 10px;
        }

        body ul.breadcrumb li {
            line-height: 30px;
        }

        body ul.breadcrumb * {
            line-height: 30px !important;
            font-size: 10px !important;
        }

        body ul.breadcrumb li:after {
            font-size: 10px !important;
            line-height: 31px !important;
        }

        body ul.breadcrumb li:last-child {
            font-size: 10px !important;
            line-height: 30px !important;
        }

    body a#linkOncekiSayfa {
        font-size: 10px !important;
        line-height: 30px !important;
        clear: none !important;
        display: none !important;
    }
}

@media (max-width: 991px) {
    .bottom-banner .row div:first-child {
        padding-right: 0px;
    }

    .bottom-banner .row div:last-child {
        padding-left: 0px;
    }

    .Instagram .dortluBlok {
        width: 17.8%;
    }

    .footer-icons ul li img {
        display: none;
    }

    .footer-icons ul li {
        width: 31.5%;
        padding: 16px;
    }

        .footer-icons ul li p {
            text-align: center;
            float: none;
        }

    .mycart {
        margin-right: 10px;
    }

    .content-top-menu div {
        min-width: 750px;
    }

    .content-top-menu a {
        margin-right: 5px;
        width: 10.2%;
        font-size: 11px;
    }

    .categorydesign {
        margin-top: 0px !important;
    }

    .ticiContainer, .headerContent, .temaContainer {
        width: 750px;
        margin: 0 auto;
    }

    #mainHolder_divDesign .anasayfa_tek_slider {
        max-width: 750px;
    }

    .sliderBannerContainer .ProductList {
        max-width: 750px;
    }

    .FiltrelemeUrunAdet {
        display: none !important;
    }

    .ProductDetailMain .leftImage {
        width: 300px;
    }

    .ProductDetailMain .RightDetail {
        width: 450px;
    }

    .ProductDetailMain #divIndirimOrani {
        position: absolute;
        right: 0;
        left: auto;
        bottom: 70px;
        width: auto;
    }

    .leftBlock {
        display: none;
    }

    .footerGenelTutucu div.footer-content-center, .navigation > div {
        width: 750px !important
    }

    .searchContent {
        width: 280px;
        left: 235px;
    }

    .navigation .altMenu .altMenuler .altMenuSag {
        display: none;
    }

    .navigation .altMenu .altMenuler .altmenuSol {
        width: 100% !important
    }

        .navigation .altMenu .altMenuler .altmenuSol ul li ul li a {
            font: 12px/25px Roboto, arial;
        }

        .navigation .altMenu .altMenuler .altmenuSol ul li a {
            font-size: 13px !important;
        }

    .footerAltBolum img {
        margin-right: 3px !important;
    }

    .footerUstBolum .blok {
        min-width: 100px !important;
    }

    .footer-social ul li {
        margin-right: 5px !important;
    }

        .footer-social ul li a i {
            line-height: 40px !important;
        }

    #divNewsLetter #txtbxNewsletterMail, #divNewsLetter #btnMailKaydet {
        height: 40px !important;
        line-height: 40px !important;
    }

    a#linkOncekiSayfa {
        display: none !important;
    }

    ul.breadcrumb li *, ul.breadcrumb li, a#linkOncekiSayfa {
        font-size: 12px !important;
    }

    .ProductDetailMain .RightDetail, .ProductDetailMain .leftImage {
        width: 50% !important;
    }
    /* #divSatinAl .BasketBtn .Basketinp #txtbxurunSiparisAdedi{margin-left:16px !important;width:42% !important} */
    #divSatinAl .BasketBtn .Basketinp {
        margin-right: 0% !important
    }

    #divSatinAl .BasketBtn .basketBtn:before {
        top: 16px;
        left: 12px;
    }

    .urunTab ul li a {
        font-size: 13px;
    }

    .header-top-container .header-container-center {
        display: none !important;
    }

    #divSliderYani {
        display: none !important;
    }

    #pnlSlider {
        width: 100% !important;
    }

    .footer-right {
        width: 30% !important;
    }

    .footerUstBolum {
        width: 70% !important;
    }

    .ProductDetailMain .RightDetail .produt-id-detail {
        float: left !important;
        margin-top: 0px !important;
        margin-bottom: 10px;
    }

    .bedenT {
        position: relative;
        right: 0px;
        top: 0px;
        float: left;
        width: 100%;
        margin-bottom: 15px;
    }

    #divSatinAl .buyfast {
        margin-right: 10px !important;
        margin-left: 10px;
    }
}

@media (max-width: 767px) {
    body #mainHolder_divDesign .owl-dots {
        bottom: 0 !important
    }

    .homepage-slidemenu .owl-dots {
        display: none;
    }

    .banner-block1, .banner-block2, .banner-block3-1, .banner-block3-2 {
        width: 100%;
    }

    .banner-block1 {
        padding-right: 0px;
    }

    .banner-block2, .banner-block3-2 {
        padding-left: 0px;
        padding-top: 10px;
    }

    .banner-block3-1 {
        padding-right: 0px;
        padding-bottom: 10px;
    }

    .Instagram .dortluBlok {
        min-width: 20%;
        margin: 0px;
        padding-right: 5px;
        padding-left: 5px;
    }

    .headerUyeOl a, .headerUyeGiris a, .sepetTecxt, .headerHesabim, .headerCikis {
        font-size: 13px !important;
    }

    .homeTab ._tabHead ul {
        width: 100%;
        margin-bottom: 30px
    }

    .homeTab ._tabHead h1.tt-h-title {
        width: 100%;
        margin-bottom: 20px
    }

    .ProductDetailMain .RightDetail .produt-id-detail {
        width: 100%;
    }

    .welcome .headerUyeGiris a:after {
        display: none;
    }

    .headerUyeGiris a, .headerUyeOl a {
        line-height: 40px !important;
    }

    .welcome .ng-scope {
        float: left !important;
    }

    .welcome .headerHesabim:after {
        display: none !important;
    }

    .footer-icons ul li {
        width: 100%;
        margin: 10px 0px;
        text-align: center;
    }

        .footer-icons ul li img {
            display: inline-block;
            float: none
        }

        .footer-icons ul li p {
            display: inline-block;
            float: none
        }

    .homeContainer .Block_Text ::-webkit-scrollbar-thumb {
        background: transparent;
    }

    .homeContainer .Block_Text ::-webkit-scrollbar-track {
        background: transparent;
    }

    .content-top-menu div {
        min-width: 1160px;
    }

    .content-top-menu {
        overflow: auto;
    }

        .content-top-menu a {
            width: 10%;
            margin-right: 10px;
            float: left;
        }

        .content-top-menu p {
            font-size: 12px;
        }

    .content-banner div div:first-child {
        margin-bottom: 20px;
    }

    .categorydesign .content-banner-2 img {
        width: 100%;
    }

    #header .headerContent .welcome, #header .headerContent .mycart {
        margin-top: 0px !important;
    }

    #pnlSlider {
        margin: 0px 0px 20px 0px !important
    }

    .content-banner-2 > div, .content-banner-3 > div, .Block_Text .video-content > div {
        width: 100% !important;
    }

    #divSliderYani {
        display: none !important;
    }

    .ItemOrj .productFaMyEx {
        display: none !important;
    }

    .mobilMenuAcButton {
        display: block;
    }

    .leftBlock {
        display: none !important;
    }

    .rightBlock {
        display: none !important;
    }

    body.overflow {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        overflow: hidden !important;
    }

        body.overflow #header.fixed {
            border: none !important;
        }

    /*MobilMenu*/
    .menuUstBolum {
        width: 100%;
        display: inline-block;
        float: left;
        margin-top: 0;
        border-bottom: 1px solid #e8e8e8;
    }

        .menuUstBolum .CloseBtnMenu {
            float: right;
            fill: #fff;
            width: 50px;
            text-align: center;
            margin: 0;
            cursor: pointer;
        }

            .menuUstBolum .CloseBtnMenu svg {
                width: 20px;
                margin-top: 15px;
            }

        .menuUstBolum .menuBack {
            float: left;
            line-height: 50px;
            fill: #fff;
            color: #fff;
            font-size: 15px;
            text-align: center;
            margin: 0;
            cursor: pointer;
            padding-left: 20px;
        }

            .menuUstBolum .menuBack svg {
                margin-right: 10px;
                float: left;
                margin-top: 15px;
                width: 20px;
            }

    .mobilMenu {
        position: fixed;
        left: -110%;
        top: 0;
        bottom: 0;
        width: 360px;
        z-index: 99999;
        background: #fff;
        transition: left .3s ease-in-out;
    }

        .mobilMenu.acik {
            left: 0;
        }

        .mobilMenu ul {
            list-style: none;
            padding: 0;
            margin: 0;
        }

        .mobilMenu .menuIcerikAlan {
            float: left;
            width: 100%;
            height: calc(100% - 51px);
            position: absolute;
            top: 51px;
            right: 0;
            left: 0;
        }

        .mobilMenu .navUl {
            float: left;
            width: 100%;
            height: 100%;
        }

            .mobilMenu .navUl > li > ul li,
            .mobilMenu .navUl > li {
                float: left;
                width: 100%;
                border-bottom: 1px solid #e5e5e5;
                position: relative;
                padding: 0 0 0 5px;
            }

                .mobilMenu .navUl > li > ul li a,
                .mobilMenu .navUl > li > a {
                    color: #000;
                    font-size: 14px;
                    font-weight: normal;
                    line-height: 40px;
                    display: inline-block;
                    vertical-align: top;
                    padding: 0 15px;
                    z-index: 2;
                    position: relative;
                    width: 100%;
                }

            .mobilMenu .navUl .ulVar > a {
                width: auto;
            }

            .mobilMenu .altMenu .altMenuler .altmenuSol > ul > li .ResimliDown2, .mobilMenu .navUl > li > ul li .ResimsizDown2, .mobilMenu .navUl > li .ResimsizDown,
            .mobilMenu .navUl > li .ResimliDown {
                float: right;
                position: absolute;
                right: 0;
                top: 0;
                left: 0;
                z-index: 1;
                padding-right: 20px;
                cursor: pointer;
                height: 40px;
            }

                .mobilMenu .altMenu .altMenuler .altmenuSol > ul > li .ResimliDown2 svg, .mobilMenu .navUl > li > ul li .ResimsizDown2 svg, .mobilMenu .navUl > li .ResimsizDown svg,
                .mobilMenu .navUl > li .ResimliDown svg {
                    float: right;
                    width: 12px;
                    margin-top: 12px;
                }
        /*Acilirmenuicerik*/
        .mobilMenu .altMenu .altMenuMarkalar,
        .mobilMenu .altMenu .altMenuler {
            float: left;
            width: 100%;
            height: 100%;
            overflow-y: auto;
            overflow-x: hidden;
            position: absolute;
            top: 0;
            right: 0;
            left: 0;
        }

        .mobilMenu .altMenu .altMenuSag {
            display: none;
        }

        .mobilMenu .altMenu .altmenuSol {
            float: left;
            width: 100%;
            height: 100%;
        }
        /**/
        .mobilMenu .navUl > li ul.over {
            overflow-y: hidden;
        }

        .mobilMenu .altMenu .altMenuler .altmenuSol > ul > li .ResimliMenu1AltUl, .mobilMenu .navUl > li > ul li ul, .mobilMenu .navUl > li > ul,
        .mobilMenu .altMenu {
            position: fixed;
            left: -100%;
            top: 51px;
            bottom: 0;
            width: 360px;
            background: #fff;
            z-index: 3;
            transition: all 0.3s ease-in-out;
        }

            .mobilMenu .altMenu .altMenuler .altmenuSol > ul > li .ResimliMenu1AltUl.active, .mobilMenu .navUl > li > ul li ul.active, .mobilMenu .navUl > li > ul.active,
            .mobilMenu .altMenu.active {
                left: 0;
            }

            .mobilMenu .altMenu .altMenuler .altmenuSol > ul > li .ResimliMenu1AltUl > span, .mobilMenu .altMenu .altMenuMarkalar > span, .mobilMenu .altMenu .altmenuSol > span, .mobilMenu .navUl > li > ul li ul > span,
            .mobilMenu .navUl > li > ul > span {
                color: rgba(40, 47, 54, 0.8);
                font-size: 18px;
                font-weight: 600;
                line-height: 55px;
                padding-left: 55px;
                border-bottom: 1px solid #e5e5e5;
                position: relative;
                float: left;
                width: 100%;
            }

                .mobilMenu .altMenu .altMenuler .altmenuSol > ul > li .ResimliMenu1AltUl > span a, .mobilMenu .altMenu .altMenuMarkalar > span a, .mobilMenu .altMenu .altmenuSol > span a,
                .mobilMenu .navUl > li > ul > span span {
                    z-index: 0;
                    position: relative;
                }

                .mobilMenu .navUl > li > ul li ul > span .NoiBack2, .mobilMenu .altMenu .altMenuler .altmenuSol > ul > li .ResimliMenu1AltUl > span .DownBtn, .mobilMenu .altMenu .altMenuMarkalar > span .UpBtn, .mobilMenu .altMenu .altmenuSol > span .UpBtn,
                .mobilMenu .navUl > li > ul > span .NoiBack {
                    z-index: 1;
                    padding-left: 20px;
                    position: absolute;
                    left: 0;
                    right: 0;
                    top: 0;
                    bottom: 0;
                }

                    .mobilMenu .altMenu .altMenuler .altmenuSol > ul > li .ResimliMenu1AltUl > span .DownBtn svg, .mobilMenu .navUl > li > ul li ul > span .NoiBack2 svg, .mobilMenu .altMenu .altMenuMarkalar > span .UpBtn svg, .mobilMenu .altMenu .altmenuSol > span .UpBtn svg,
                    .mobilMenu .navUl > li > ul > span .NoiBack svg {
                        float: left;
                        width: 17px;
                        margin-top: 19px;
                    }

            .mobilMenu .altMenu .altMenuler .altmenuSol > ul > li .ResimliMenu1AltUl li, .mobilMenu .altMenu .altMenuler .altmenuSol > ul > li,
            .mobilMenu .navUl > li > ul li {
                float: left;
                width: 100%;
                border-bottom: 1px solid #e5e5e5;
                position: relative;
            }

                .mobilMenu .altMenu .altMenuler .altmenuSol > ul > li .ResimliMenu1AltUl li > a, .mobilMenu .altMenu .altMenuler .altmenuSol > ul > li > a,
                .mobilMenu .navUl > li > ul li a {
                    color: #282f36;
                    font-size: 14px;
                    font-weight: 500;
                    line-height: 40px;
                    display: inline-block;
                    vertical-align: top;
                    padding: 0 13px;
                    z-index: 2;
                    position: relative;
                }

                .mobilMenu .altMenu .altMenuler .altmenuSol > ul > li .ResimliMenu1AltUl, .mobilMenu .navUl > li > ul li ul, .mobilMenu .navUl > li > ul,
                .mobilMenu .menuIcerikAlan {
                    overflow-y: auto;
                    overflow-x: hidden;
                }
            /*Markalar*/
            .mobilMenu .altMenu .altMenuMarkalar > a {
                float: left;
                width: 50%;
                padding: 0 13px;
                min-height: 57px;
                text-align: center;
                margin-bottom: 15px;
            }
    /*header click button*/
    .mycart {
        top: 25px;
        right: 5px;
        width: 15px;
        height: 15px;
        z-index: 2;
    }

        .mycart .sepetUrunSayisi {
            width: 15px;
            height: 15px;
            line-height: 15px;
        }

    .mobilMenuAcButton {
        display: block;
        position: absolute;
        top: 11px;
        left: 10px;
    }

    .searchClick {
        display: block;
        position: absolute;
        top: 11px;
        left: 50px;
    }

    .welcomeOpen {
        display: block;
        position: absolute;
        top: 11px;
        right: 50px;
    }

    .mycartClick {
        display: block;
        position: absolute;
        top: 11px;
        right: 10px;
    }

    .mobilMenuAcButton span {
        display: none;
    }

    .mobilMenuAcButton svg {
        width: 25px;
        fill: #000;
    }

    .searchClick svg {
        width: 25px;
        fill: #000;
    }

    .welcomeOpen svg {
        width: 22px;
        fill: #000;
    }

    .mycartClick svg {
        width: 25px;
        fill: #000;
    }
    /*mobilmenu*/
    .mobilMenu {
        width: 100%;
        bottom: 50px;
    }

        .mobilMenu .altMenu .altMenuler .altmenuSol > ul > li .ResimliMenu1AltUl, .mobilMenu .navUl > li > ul li ul, .mobilMenu .navUl > li > ul, .mobilMenu .altMenu {
            width: 100%;
            bottom: 50px;
        }

    .menuUstBolum {
        margin-top: 0;
    }
    /*sepetalan*/
    .CartProductInner {
        position: absolute;
        top: 50px;
        bottom: 0;
        width: 100%;
        left: 0;
        right: 0;
        padding: 0 10px;
    }

    .SepetUst {
        float: left;
        width: calc(100% + 20px);
        text-align: center;
        color: #fff;
        line-height: 50px;
        font-size: 16px;
        margin-left: -10px;
        margin-right: -10px;
        margin-top: -10px;
    }

        .SepetUst span {
            display: inline-block;
            vertical-align: top;
        }

        .SepetUst .seClose {
            float: left;
            width: 40px;
            fill: #fff;
            position: absolute;
            left: 0;
        }

            .SepetUst .seClose svg {
                width: 20px;
                margin-top: 15px;
            }

    .CartProduct {
        background: #fff;
        background-size: 100%;
        position: fixed;
        right: -100%;
        top: 0;
        width: 100%;
        height: calc(100% - 50px);
        padding: 0;
        display: block !important;
        border: none;
        transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        opacity: 1;
        visibility: visible;
        transform: none;
        -webkit-transform: none;
        box-shadow: none;
        padding: 10px;
        border-radius: 0;
    }

        .CartProduct i {
            display: none;
        }

        .CartProduct.animated {
            right: 0;
        }

            .CartProduct.animated i {
                display: inline-block;
            }

        .CartProduct .SProduct {
            float: left;
            width: 100%;
            max-height: calc(100% - 129px);
            overflow-y: auto;
            overflow-x: hidden;
            font-size: 0;
            text-align: left;
            margin: 10px 0 0 0;
        }

        .CartProduct .headerCartBtn {
            line-height: 38px;
            font-size: 12px !important;
        }

        .CartProduct .headerOrderBtn {
            line-height: 40px;
            font-size: 12px !important;
        }

    .spanustSepetteUrunYok {
        font-size: 16px;
        margin: 20px 0 0 0;
        float: left;
        clear: both;
        text-align: center;
        width: 100%;
        font-weight: 900;
        color: #d0112b;
    }

        .spanustSepetteUrunYok:before {
            content: '!';
            font-size: 50px;
            vertical-align: top;
            border: 1px solid;
            display: block;
            width: 100px;
            height: 100px;
            line-height: 98px;
            border-radius: 100%;
            margin: 0 auto;
            margin-bottom: 30px;
        }

    .mycart {
        background: none !important;
        padding: 0;
        margin: 0;
        border: none;
        position: absolute;
        left: auto;
        bottom: auto;
        z-index: auto;
    }

        .mycart:before {
            display: none;
        }

        .mycart:after {
            display: none;
        }

        .mycart .sepetTopTutar {
            display: none !important;
        }

        .mycart .sepetUrun {
            display: none !important;
        }

        .mycart .sepetTecxt {
            display: none !important;
        }

        .mycart .sepetUrunSayisi {
            display: block !important;
            border-radius: 100%;
            text-align: center;
            font-size: 12px;
            border: none;
            position: static;
            margin: 0;
        }

            .mycart .sepetUrunSayisi:before {
                display: none;
            }

            .mycart .sepetUrunSayisi:after {
                display: none;
            }

        .mycart > a {
            display: block;
            width: auto;
            height: auto;
            padding: 0;
            border: none;
            margin: 0;
            background: transparent;
        }

            .mycart > a:before {
                display: none;
            }

            .mycart > a:after {
                display: none;
            }
    /*header click button*/
    .bottomHead {
        float: left;
        width: 100%;
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 1002;
        background: #fff;
        border-top: 1px solid #cecece;
        display: block;
    }

        .bottomHead ul {
            margin: 0;
            list-style: none;
            padding: 0;
        }

            .bottomHead ul li {
                float: left;
                width: 25%;
            }

                .bottomHead ul li a {
                    float: left;
                    width: 100%;
                    text-align: center;
                    font-size: 12px;
                    padding: 5px 0;
                    color: #000;
                    position: relative;
                    height: 49px;
                }

                    .bottomHead ul li a svg {
                        width: 18px;
                        display: block;
                        margin: 0 auto 5px;
                    }

                .bottomHead ul li.welcC a svg {
                    margin-bottom: 3px;
                }
    /*Arama*/
    .searchContent {
        display: block;
        width: 100%;
        margin: 0;
        height: 0;
        background: #fff;
        overflow: hidden;
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        padding: 0;
        border: none;
        transition: all 0.1s ease;
        -webkit-transition: all 0.1s ease;
        -moz-transition: all 0.1s ease;
        -o-transition: all 0.1s ease;
    }

        .searchContent.active {
            height: 40px;
            padding: 0;
            overflow: visible;
            width: 100%;
            z-index: 99;
        }

        .searchContent .search {
            margin: 0;
            max-width: 100%;
            width: 100%;
            position: relative;
            padding: 0;
            display: block;
        }

            .searchContent .search:after {
                display: none;
            }

            .searchContent .search:before {
                display: none;
            }

            .searchContent .search .crossclick {
                display: none;
            }

        .searchContent #divAramaKategori {
            top: 0;
            left: 0;
        }

            .searchContent #divAramaKategori select {
                width: 70px;
                padding-left: 5px;
                font-size: 10px;
                height: 40px;
            }

        .searchContent #txtbxArama {
            height: 40px;
            padding-right: 40px;
            padding-left: 10px;
            width: 100%;
            box-shadow: none;
            font-size: 12px;
            border-radius: 0;
            margin: 0;
            border: 1px solid #f1f1f1;
            text-align: left;
        }

        .searchContent.active #txtbxArama {
            padding: 0 35px 0 10px;
        }

        .searchContent #btnKelimeAra {
            width: 40px;
            height: 40px;
            right: 0;
            top: 0;
            line-height: 40px;
            text-indent: 0;
            padding: 0;
            left: auto;
            border: none;
            border-radius: 0;
            text-align: center;
        }

        .searchContent .ButtonMic {
            right: 40px;
            height: 40px;
        }

    /*Arama*/
    /*hosgeldin div*/
    .welcome {
        display: block;
        width: 100%;
        position: absolute;
        top: 100%;
        right: 0;
        bottom: auto;
        text-align: center;
        background: transparent;
        border: none;
        padding: 0;
        margin: 0;
        height: 0;
        border-radius: 0;
        z-index: 100;
        overflow: hidden;
        transition: all 0.1s ease;
        -webkit-transition: all 0.1s ease;
        -moz-transition: all 0.1s ease;
        -o-transition: all 0.1s ease;
    }

        .welcome.active {
            height: 36px;
            background: #444;
            margin-top: 0px;
            padding-left: 10px;
        }

        .welcome a.headerHesabim {
            margin-left: 0px !important;
        }

        .welcome > div {
            width: 100%;
            position: static;
            padding: 0;
            box-shadow: none;
            display: block;
            background: transparent;
            margin: 0;
        }

        .welcome > ul {
            margin: 0;
        }

        .welcome > div:before {
            display: none;
        }

        .welcome:before {
            display: none;
        }

    .mobilMenu .welcome {
        display: block;
    }

    .welcome ul {
        float: left;
        width: 100%;
    }

    .welcome li {
        float: none;
        display: inline-block !important;
        width: auto;
        vertical-align: top;
        margin-left: 5px;
        padding-right: 5px;
    }

        .welcome li a, .welcome a {
            color: #fff !important;
        }

    .headerSocialConnect .baglanButton {
        margin-left: 10px;
    }

        .headerSocialConnect .baglanButton a {
            line-height: 34px;
            font-size: 13px;
        }

            .headerSocialConnect .baglanButton a:before {
                line-height: 34px;
            }

    .headerHesabim, .headerCikis, .headerUyeOl a, .headerUyeGiris a {
        float: none;
        display: inline-block !important;
        font-size: 13px;
        line-height: 34px;
        color: #fff;
        border: none;
        padding: 0;
        width: auto;
        height: auto;
        margin: 0;
        font-weight: 500;
    }

    .headerUyeGiris a, .headerHesabim {
        background: transparent;
        margin-right: 10px;
    }

        .headerUyeGiris a:after, .headerHesabim:after, .headerCikis:after, .headerUyeOl a:after, .headerUyeGiris a:before, .headerHesabim:before, .headerCikis:before, .headerUyeOl a:before {
            display: none;
        }
    /*hosgeldin div*/

    .ProductDetailMain .RightDetail, .ProductDetailMain .leftImage {
        width: 100% !important;
    }

    .ticiContainer, .headerContent, .temaContainer {
        width: 100%;
        margin: 0 auto;
    }

    #ticimaxCopyright {
        width: 100%;
    }

    .slides {
        overflow: hidden;
    }

        .slides li a {
            display: block;
        }

            .slides li a img {
                display: block;
                width: 100%;
                height: auto;
            }

    .leftBlock {
        display: none;
    }

    .ProductDetailMain .leftImage {
        width: 40%;
        text-align: center;
        padding-right: 10px;
    }

    .ProductDetailMain .RightDetail {
        width: 60%;
        padding-left: 10px;
    }

    .footerBankaTutucu {
        display: none;
    }

    .footerGenelTutucu .dortluAltBlok {
        text-align: center;
        width: 100%;
        margin: 10px 0;
    }

    .anasayfaBanner > div {
        margin-bottom: 10px;
    }

    .ProductList .ItemOrj.col-xs-6 {
        padding-left: 2px;
        padding-right: 2px;
    }

    .ProductDetail .product-social-icon-wrapper {
        display: none !important;
    }


    .ProductIcon .box1 {
        margin-right: 0;
    }

    .categoryTitleText * {
        display: inline;
    }

    .breadcrumb {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .urunOzellik {
        margin-top: 10px;
        padding: 0;
    }

        .urunOzellik .mobilTab {
            margin-left: -5px;
            margin-right: -5px;
        }

        .urunOzellik > .mobilTab > ul > li {
            position: relative;
            background-color: #efefef;
            border-bottom: 1px solid #e9e9e9;
        }

        .urunOzellik .mobilTab ul li.active {
            background-color: #fff;
        }

        .urunOzellik .mobilTab ul li a:after {
            content: "\f107";
            font-family: FontAwesome;
            font-size: 20px;
            line-height: normal;
            position: absolute;
            right: 8px;
            top: 10px;
        }

        .urunOzellik .mobilTab ul li.active a:after {
            content: "\f106";
        }

        .urunOzellik .mobilTab ul li a {
            display: block;
            padding: 13px 5px;
            color: #000;
            font-size: 13px;
        }

        .urunOzellik .mobilTab ul li.active .urunDetayPanel {
            display: block !important;
        }

        .urunOzellik .urunDetayPanel {
            background-color: #fff;
            padding: 5px;
            float: none;
        }

            .urunOzellik .urunDetayPanel * {
                max-width: 100%;
            }

    .urunDetayPanel #yorumYaz {
        width: 100% !important;
    }

    .taksitBlok {
        width: 100%;
    }

    .urunDetayPanel .urunYorumYok {
        text-align: center;
        display: block;
        padding: 8px 0;
    }

    .urunDetayPanel .divYorumYazGiris {
        text-align: center;
        display: block;
        padding: 8px 0;
    }

    .footerAltBolum img {
        margin-right: 18px !important;
    }

    .footerAltBolum img {
        margin-right: 5px !important;
    }

    .footer-social ul li {
        margin-right: 10px !important;
    }

        .footer-social ul li a i {
            line-height: 45px !important;
        }

    #divNewsLetter #txtbxNewsletterMail {
        min-width: 400px !important;
    }

    .Block_item.filterBlock {
        width: 100%;
    }
}

@media (max-width: 580px) {
    .homeTab ._tabHead h1.tt-h-title, .jCarouselLite .JKatAdi, .Block_item .Block_Title span {
        font-size: 16px !important;
    }

    .homeTab ._tabHead li {
        font-size: 13px;
        padding: 10px 15px;
        margin: 0 5px;
        line-height: 40px;
    }

    .productItem .productPrice.active-price {
        float: left;
    }

        .productItem .productPrice.active-price .regularPrice {
            right: auto !important;
            left: 0%;
        }

    .categorydesign .category-banner-menu {
        display: none;
    }

    .ProductDetailMain .leftImage {
        width: 100%;
        text-align: center;
        padding: 0;
    }

    .ProductDetailMain .RightDetail {
        width: 100%;
        padding-left: 0 !important;
    }

    .ProductIcon2 .TavsiyeEtBtnContent, .ProductIcon2 .hidden-phone, .ProductIcon2 .YorumYazbtnContent {
        width: 30%;
    }

    .footerUstBolum .blok {
        width: 50% !important;
        min-height: 230px;
    }

    #pnlSlider .flex-direction-nav .flex-prev, #pnlSlider .flex-direction-nav .flex-next {
        width: 35px !important;
        height: 35px !important;
        line-height: 37px !important;
    }

    .ProductDetailMain .SmallImages, .ProductDetailMain .Images {
        width: 100% !important;
    }

        .ProductDetailMain .SmallImages > div {
            float: left;
            width: 85px !important;
            height: 100px !important;
            margin-bottom: 20px;
            margin-right: 10px;
        }

    .ProductIcon .UTelefonlaSiparis, .ProductIcon .UFavorilerimeEkle, .ProductIcon .UindirimliUrun, .ProductIcon .UIstekListemeEkle, .ProductIcon .UrunKargoBedava, .ProductIcon .UGelinceHaberVer, .ProductIcon .UKarsilastirma {
        /*width: 50% !important;*/
    }

    #pnlSlider .flex-direction-nav .flex-prev, #pnlSlider .flex-direction-nav .flex-next {
        display: none !important;
    }

    .categoryTitle, .jCarouselLite .JKatAdi {
        font-size: 16px !important;
    }

    .leftImage > ul {
        padding-left: 0px;
        margin-bottom: 10px;
        text-align: center;
    }

        .leftImage > ul li {
            float: none;
            display: inline-block;
        }

    .bedenT {
        margin-left: 5px;
    }
}

@media (max-width: 504px) {
    .content-banner-horizontal > div {
        width: 100% !important;
        margin-right: 0px;
    }

    .content-banner-horizontal .content-banner-text {
        width: 73.9% !important;
    }

        .content-banner-horizontal .content-banner-text em, .content-banner-horizontal .content-banner-text p {
            font-size: 17px !important;
        }

    #divNewsLetter #txtbxNewsletterMail {
        min-width: 250px !important;
    }
}

@media(max-width:767px) {

    #lang_flag_container {
        top: 46px !important;
    }

    #langHover {
        padding: 0 5px !important;
    }

    #lang-detail {
        top: 17px !important;
    }

    body.topOverlay .searchContent {
        opacity: 1;
        top: 0;
        height: auto;
    }

    #txtbxArama {
        padding: 8px;
        border: 1px solid #efefef;
        width: 100%;
        border-radius: 0;
        box-shadow: none;
        -webkit-appearance: none;
    }

    #header {
        position: relative;
        width: 100%;
        border-top: none;
        margin-bottom: 10px;
        background-image: none;
        padding-top: 0px;
    }

    .header-top-container {
        display: none !important;
    }

    .footerUstBolum {
        width: 100% !important;
    }

    .footer-right {
        width: 100% !important;
    }

    .footerGenelTutucu div.footer-content-center {
        width: 97% !important;
    }

    #header #logo {
        width: 40%;
        margin: 0 auto !important;
        display: table !important;
        text-align: center;
        float: none;
    }

        #header #logo a {
            display: table-cell;
            vertical-align: middle;
            text-align: center !important;
            height: 65px;
            margin: 0 auto;
        }

        #header #logo img {
            max-width: 100%;
            max-height: 60px;
            display: inline;
        }

    #header .navigation {
        display: none;
    }
}

@media (min-width:768px) {
    .MobilUserBtn, .mobilNavigation {
        display: none;
    }

    .MobilCartBtn {
        display: none;
    }

    .MobilSearchBtn {
        display: none;
    }

    .MobilMenuBtn {
        display: none;
    }
}


/*Galeri Modülü*/
section.ResimGaleri .ResimGaleriHeadIcerik {
    text-align: center;
}

section.ResimGaleri .Main {
    position: relative;
}

    section.ResimGaleri .Main .AllGallery {
        display: none;
        position: absolute;
        top: 29px;
        font-size: 12px;
        right: 0;
        color: #000;
        text-decoration: underline;
        font-weight: 500;
    }

section.ResimGaleri .AddGallery {
    margin: 10px auto;
    background-color: #000;
    display: block;
    width: 200px;
    text-align: center;
    color: #fff;
    padding: 5px 0;
}

    section.ResimGaleri .AddGallery:hover {
        background-color: #ddd;
        color: #000;
    }

section.ResimGaleri .Main .Marquee-tag {
    position: relative;
    cursor: pointer;
}

    section.ResimGaleri .Main .Marquee-tag img {
        max-width: 100%;
    }

    section.ResimGaleri .Main .Marquee-tag:hover:before {
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        top: 0;
        margin: auto;
        z-index: 9;
        font-family: linearicons-free;
        width: 50px;
        height: 50px;
        font-size: 30px;
        line-height: 50px;
        text-align: center;
    }

    section.ResimGaleri .Main .Marquee-tag:hover:after {
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        z-index: 8;
        background: rgba(0, 0, 0, 0.46);
    }

.Modals .modal-body {
    padding: 30px;
    max-width: 420px;
}

    .Modals .modal-body .modal-title {
        font-weight: bold;
        text-transform: uppercase;
        font-size: 22px;
        margin-bottom: 15px;
    }

    .Modals .modal-body .ResimGaleriHeadIcerik {
        font-size: 13px;
        line-height: 17px;
        margin-bottom: 20px;
    }

        .Modals .modal-body .ResimGaleriHeadIcerik h2 {
            font-weight: bold;
            font-size: 18px;
            text-transform: uppercase;
            margin-bottom: 8px;
            text-align: center;
        }

    .Modals .modal-body .modal-Subtitle {
        font-size: 13px;
        line-height: 17px;
        margin-bottom: 20px;
    }

    .Modals .modal-body .modal-bottom {
        text-align: center;
        border-top: 1px solid #d8d8d8;
        padding-top: 20px;
        font-size: 12px;
        font-style: italic;
    }

        .Modals .modal-body .modal-bottom span.Link {
            font-style: initial;
            text-transform: uppercase;
            color: #000;
            font-weight: 700;
            margin-left: 5px;
            cursor: pointer;
        }

.AddGalleryModal .Btn {
    width: 100%;
    border: 0;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    padding: 17px 10px;
    background-color: #222;
    border: 1px solid #222;
    cursor: pointer;
    display: block;
}

    .AddGalleryModal .Btn:hover, .AddGalleryModal .Btn:focus {
        color: #fff;
    }

    .AddGalleryModal .Btn.Orange {
        background-color: #000;
        border: 1px solid #000;
    }

        .AddGalleryModal .Btn.Orange:hover {
            background-color: #000;
        }

.AddGalleryModal .modal-dialog {
    margin: 0;
}

.AddGalleryModal .modal-body {
    max-width: 100%;
}

.AddGalleryModal .FormElements {
    margin-bottom: 10px;
}

    .AddGalleryModal .FormElements > input {
        padding: 8px 12px;
    }

.AddGalleryModal .modal-content {
    background: #fff;
}

.AddGalleryModal .Gallery--Wrapper .BtnBox {
    margin: 30px 0;
    padding-top: 25px;
    border-top: 1px solid #b3b3b3;
}

.AddGalleryModal .Gallery--Wrapper .Title {
    padding: 5px 0 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #b3b3b3;
}

.AddGalleryModal .Gallery--Wrapper .row {
    box-sizing: inherit;
    padding: 0;
    width: auto;
    margin: 0;
    height: auto;
    float: none;
    background-color: transparent;
    position: static;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.AddGalleryModal .Gallery--Wrapper .col-lg-6 {
    width: 50%;
    float: left;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.AddGalleryModal .Gallery--Wrapper .col-12 {
    width: 100%;
    float: left;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.AddGalleryModal .Gallery--Wrapper .col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}

.AddGalleryModal .fileClear {
    padding: 5px 10px;
    font-size: 12px;
    font-weight: 600;
    display: inline-block;
    background-color: #f1f1f1;
    color: #777;
}

.AddGalleryModal .box {
    display: block;
    background-color: white;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    -webkit-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    overflow: hidden;
}

.AddGalleryModal .upload-options {
    position: relative;
    height: 35px;
    background-color: #000;
    cursor: pointer;
    overflow: hidden;
    text-align: center;
    -webkit-transition: background-color ease-in-out 150ms;
    transition: background-color ease-in-out 150ms;
}

    .AddGalleryModal .upload-options:hover {
        background-color: #000;
    }

    .AddGalleryModal .upload-options input {
        width: 0.1px;
        height: 0.1px;
        opacity: 0;
        overflow: hidden;
        position: absolute;
        z-index: -1;
    }

    .AddGalleryModal .upload-options label {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 100%;
        height: 100%;
        font-weight: 400;
        text-overflow: ellipsis;
        white-space: nowrap;
        cursor: pointer;
        overflow: hidden;
    }

        .AddGalleryModal .upload-options label::after {
            content: 'Resim Seç';
            position: absolute;
            font-size: 14px;
            color: #ffffff;
            z-index: 0;
            width: 100%;
        }

        .AddGalleryModal .upload-options label span {
            display: inline-block;
            width: 50%;
            height: 100%;
            text-overflow: ellipsis;
            white-space: nowrap;
            overflow: hidden;
            vertical-align: middle;
            text-align: center;
        }

.AddGalleryModal .js--image-preview {
    height: 120px;
    width: 100%;
    line-height: 120px;
    text-align: center;
    position: relative;
    overflow: hidden;
    background-color: white;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
}

    .AddGalleryModal .js--image-preview::after {
        content: "\f1c5";
        font: normal normal normal 14px/1 FontAwesome;
        position: relative;
        font-size: 50px;
        color: #e6e6e6;
        z-index: 0;
    }

    .AddGalleryModal .js--image-preview.js--no-default::after {
        content: "\f1c5";
        color: #000;
        border: 3px solid #000;
        border-radius: 50%;
        padding: 10px;
        font-size: 50px;
        background-color: rgba(0, 0, 0, 0.11);
    }

.AddGalleryModal .drop {
    display: block;
    position: absolute;
    background: rgba(95, 158, 160, 0.2);
    border-radius: 100%;
    -webkit-transform: scale(0);
    transform: scale(0);
}

.AddGalleryModal .animate {
    -webkit-animation: ripple 0.4s linear;
    animation: ripple 0.4s linear;
}

.AddGalleryModal .FormElements {
    width: 100%;
    margin-bottom: 15px;
    display: block;
}

    .AddGalleryModal .FormElements .Or {
        margin: 20px 0;
        text-align: center;
        position: relative;
    }

        .AddGalleryModal .FormElements .Or::after {
            content: '';
            width: 100%;
            height: 1px;
            background-color: #d8d8d8;
            position: absolute;
            left: 0;
            right: 0;
            top: 50%;
            display: table;
        }

        .AddGalleryModal .FormElements .Or > span {
            font-style: italic;
            font-size: 12px;
            background-color: #fff;
            padding: 0 10px;
            position: relative;
            z-index: 1;
            display: inline-block;
            line-height: 20px;
            color: #949494;
        }

    .AddGalleryModal .FormElements label {
        font-size: 12px;
        margin: 5px 0;
        width: 100%;
        color: #ff0000;
    }

    .AddGalleryModal .FormElements input, .FormElements textarea {
        border: 1px solid #bdbdbd;
        display: block;
        width: 100%;
        padding: 12px;
        font-size: 14px;
    }

    .AddGalleryModal .FormElements textarea {
        min-height: 100px;
        max-height: 100px;
        max-width: 100%;
    }

.AddGalleryModal select {
    font-size: 14px;
    padding: 14px 35px 14px 14px;
}

.AddGalleryModal .FormElements .input-box {
    position: relative;
}

    .AddGalleryModal .FormElements .input-box .ShowPass {
        padding-right: 50px;
    }

    .AddGalleryModal .FormElements .input-box .btn-show-password {
        position: absolute;
        right: 0;
        top: 0;
        padding: 10px 15px;
        font-size: 24px;
    }

        .AddGalleryModal .FormElements .input-box .btn-show-password.Active:before {
            content: "\e992";
        }

.AddGalleryModal .form_valition {
    display: none
}

.AddGalleryModal .galleryFooterSuccess {
    display: none;
}

.AddGalleryModal #vdUrunVideo {
    float: left;
    width: 100%;
}
/*Galeri Modülü*/

/*Fiyat Aralığı*/
.slider-range {
    width: 85%;
    margin: 10px 10px 0 17px !important;
    border-radius: 0;
    height: 3px !important;
    background-color: #000 !important;
    border: 0 !important;
}

    .slider-range .ui-slider-range {
        background: #ddd !important;
        height: 3px !important;
        margin-top: 0 !important;
    }

    .slider-range .ui-slider-handle {
        border-radius: 30% !important;
        background: #ddd !important;
        border-radius: 100% !important;
        width: 10px !important;
        height: 10px !important;
        border: none !important;
        margin-top: 0 !important;
        margin-right: -4px !important;
        top: -4px;
    }

.amount {
    font-family: Roboto, arial;
    color: #252525;
    font-size: 12px;
    font-weight: 400;
    left: 0;
    width: 100%;
    text-align: left;
    margin-top: 15px;
}
/*Fiyat Aralığı*/


.AnasayfaTasarim {
    margin-left: -5px;
    margin-right: -5px;
    overflow: hidden;
}

    .AnasayfaTasarim:after {
        clear: both;
        display: table;
        content: "";
    }

.AnasayfaTasarimLine {
    overflow: hidden;
    float: none;
    width: 100%;
    position: relative;
    margin-bottom: 10px;
    overflow: hidden;
    padding-left: 5px;
    padding-right: 5px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

    .AnasayfaTasarimLine.Kucuk {
        width: 50%;
        overflow: hidden;
        float: left;
        padding-left: 5px;
        padding-right: 5px;
    }

    .AnasayfaTasarimLine a {
        display: block;
    }

        .AnasayfaTasarimLine a img {
            margin: 0 auto;
            max-width: 100%;
            display: block;
        }

    .AnasayfaTasarimLine .TasarimTime {
        float: right;
        position: relative;
        font-size: 11px;
    }

    .AnasayfaTasarimLine .AnasayfaTasarimAdi {
        position: absolute;
        z-index: 9;
        background-color: rgba(0, 0, 0, 0.40);
        left: 5px;
        right: 5px;
        bottom: 0;
        color: #ffF;
        padding: 5px;
        font-size: 12px;
    }

    .AnasayfaTasarimLine:hover .AnasayfaTasarimAdi {
        background-color: #000;
    }




/*WODERN-TASARIM*/
.header .wide-nav {
    background-image: linear-gradient(180deg, #d6d6d6 0, #fff 11%, #fff 100%);
    position: relative;
    border-bottom: 2px solid #66bcf1;
}

.header .menu-wrap {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #f7f7f8;
    display: none;
    opacity: 1;
    visibility: visible;
    z-index: 55 !important;
    max-width: 90% !important;
    margin: auto !important;
    margin-top: 2px !important;
    padding: 0 20px !important;
}

.header #divTopProductSearch .searchform-wrapper {
    height: 50px !important;
    border-radius: 45px !important;
    border: 2px solid #66bcf1;
    width: 400px;
    color: #66bcf1;
    font-size: 15px;
    font-weight: 400;
    padding: 2px 15px;
    outline: 0 !important;
    transition: box-shadow .3s;
}

.header .newHeaderNav > ul > li > a {
    color: #86a700 !important;
}

    .header .newHeaderNav > ul > li > a > span {
        background-image: linear-gradient(180deg, #d6d6d6 0, #fff 11%, #fff 100%);
        display: flex;
        align-items: center;
        height: 50px;
        position: relative;
        z-index: 200;
    }

    .header .newHeaderNav > ul > li > a:after, .header .newHeaderNav > ul > li > a:before {
        content: "";
        display: block;
        position: absolute;
        left: 0;
        right: 0;
        margin: 0 auto;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 9px 12.5px 0;
        pointer-events: none;
        transition: .3s;
        opacity: 0;
    }

    .header .newHeaderNav > ul > li > a:before {
        bottom: -11px;
        border-color: #66bcf1 transparent transparent;
        z-index: 150;
    }

.header .newHeaderNav > ul > li:hover > a:before {
    bottom: -11px;
    opacity: 1;
}

.header .newHeaderNav > ul > li > a:after {
    bottom: 0;
    border-color: #fff transparent transparent;
    z-index: 160;
}

.header .newHeaderNav > ul > li:hover > a:after {
    bottom: -9px;
    opacity: 1;
}

.header .newHeaderNavUl > li > a {
    color: #86a700;
    font-size: 20px;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 1;
    display: block;
    font-family: Oswald, sans-serif;
    text-decoration: none;
    position: relative;
}

.newHeaderNavigation:not(.mobileStyle) .newHeaderNavUl > li:hover > a {
    background-color: transparent !important;
}

.header-nav:after {
    content: "";
    display: block;
    background-color: #353535;
    position: absolute;
    top: calc(100% + 2px);
    left: 0;
    width: 0;
    height: 2000vh;
    z-index: 0;
    opacity: 0;
    transition: opacity .3s;
}

.header:has(.newHeaderNav > ul > li:hover) .header-nav::after {
    opacity: .25;
    width: 100%;
}



.cart-svg, .cart-icon,
#divHeaderUyeV2 .headerButon {
    justify-content: center;
    width: 45px;
    height: 45px;
    border: 2px solid #66bcf1;
    position: relative;
    border-radius: 50%;
    transition: .3s;
}

    .cart-svg a,
    .cart-svg svg,
    .cart-icon a,
    .cart-icon svg,
    #divHeaderUyeV2 .headerButon {
        color: #0d6efd;
        text-decoration: underline
    }

        .cart-svg svg path:not(.svg-stroke),
        #divHeaderUyeV2 .headerButon {
            fill: #66bcf1;
        }

    .cart-svg, .cart-icon > span, #spnTopSepetToplamUrun {
        align-items: center;
        display: flex;
    }

        .cart-svg:hover, .cart-icon:hover, #divHeaderUyeV2 .headerButon:hover {
            background-color: #66bcf1;
        }

            .cart-svg:hover svg path:not(.svg-stroke),
            .cart-icon:hover svg path:not(.svg-stroke),
            #divHeaderUyeV2 .headerButon:hover {
                fill: #fff;
            }

#spnTopSepetToplamUrun {
    justify-content: center;
    border-radius: 50%;
    width: 18px;
    height: 18px;
    background-color: #9bc102;
    color: #fff;
    position: absolute;
    top: -4px;
    right: -4px;
    font-size: 11px;
    font-weight: 700;
    line-height: 1;
    padding-top: 1px;
}

.header .newHeaderNav .menu-list-row {
    padding-top: 20px;
}

.menu-list-row .kolon {
    /* Önceki 'display: flex; flex-direction: column;' kuralını ezer.
    Listeyi ızgara (grid) düzenine dönüştürür.
    */
    display: grid !important;
    /* 4 eşit genişlikte sütun oluşturur. */
    grid-template-columns: repeat(4, 1fr) !important;
    /* Sütunlar ve satırlar arasında boşluk bırakır. */
    gap: 10px 20px;
    /* Listelerin varsayılan stilini koruyalım */
    list-style: none;
    padding: 0;
    margin: 0;
}

    /* Alt menüdeki ana başlıkların (örn: Kişi Sayısına Göre) kalın olması ve düzgün hizalanması 
için ekstra stil.
*/
    .menu-list-row .kolon > li.ulVar > a.nav-item-link {
        font-weight: bold;
        margin-bottom: 5px;
    }


.header .newHeaderNav .menu-list-row ul.kolon > li > a.nav-item-link:before {
    width: 50px;
    min-height: 50px;
    position: absolute;
    left: 0;
    top: 0px;
    content: "";
    /* transform: translateY(-50%); */
    display: block;
    float: left;
    background-size: contain;
    float: left;
    display: none;
}

.header .newHeaderNav .menu-list-row ul.kolon > li > .nav-item-link span {
    position: relative;
    /* margin-left: 50px; */
    line-height: 50px;
}

.header .newHeaderNav .menu-list-row ul.kolon > li > .nav-item-link:before {
    /*background-image: url(https://static.ticimax.cloud/49139/uploads/images/menu-profesyonel-emniyet-kemeri.jpg);*/
}

.header .newHeaderNav .menu-list-row ul.kolon > li > .nav-item-link:before {
    content: '';
    /* JS ile atanan değişkeni kullan */
    background-image: var(--dynamic-image-url);
    /* Diğer stil ayarları... */
}

/*Urun Detay*/
.urunDetayPanel .husky-product-container {
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
    color: #333;
    line-height: 1.6;
    max-width: 100%;
    margin: 0 auto;
}

.urunDetayPanel .husky-description {
    font-size: 15px;
    margin-bottom: 30px;
    text-align: justify;
}

    .urunDetayPanel .husky-description ul {
        list-style: disc !important;
        padding-left: 30px;
    }

.urunDetayPanel .husky-accordion {
    border-top: 1px solid #e0e0e0;
}

.urunDetayPanel .husky-accordion-item {
    border-bottom: 1px solid #e0e0e0;
}

.urunDetayPanel .husky-accordion-header {
    background-color: #f9f9f9;
    color: #333;
    cursor: pointer;
    padding: 15px;
    width: 100%;
    text-align: left;
    border: none;
    outline: none;
    transition: 0.3s;
    font-size: 16px;
    font-weight: 700;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .urunDetayPanel .husky-accordion-header:hover {
        background-color: #f1f1f1;
    }

.urunDetayPanel .husky-icon-toggle {
    font-size: 24px;
    color: #0056b3;
    font-weight: bold;
    line-height: 1;
}

.urunDetayPanel .husky-accordion-header.active .husky-icon-toggle::after {
    content: "-";
}

.urunDetayPanel .husky-accordion-header .husky-icon-toggle::after {
    content: "+";
}

.urunDetayPanel .husky-panel {
    padding: 0 15px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out;
}

.urunDetayPanel .husky-advantages-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
    gap: 15px;
    padding: 20px 0;
    text-align: center;
}

.urunDetayPanel .husky-adv-item {
    display: flex;
    flex-direction: column;
    align-items: center; /* yatay ortalama */
    justify-content: center; /* dikey ortalama */
    text-align: center;
}

    .urunDetayPanel .husky-adv-item img {
        width: 40px;
        height: 40px;
        margin-bottom: 8px;
    }

    .urunDetayPanel .husky-adv-item span {
        display: block;
        font-size: 13px;
        font-weight: 600;
        line-height: 1.3;
    }

.urunDetayPanel .husky-specs-table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
}

    .urunDetayPanel .husky-specs-table th {
        text-align: left;
        padding: 10px;
        font-weight: 700;
        color: #000;
        width: 40%;
        border-bottom: 1px solid #eee;
        background-color: #fafafa;
    }

    .urunDetayPanel .husky-specs-table td {
        padding: 10px;
        border-bottom: 1px solid #eee;
        color: #555;
    }

.urunDetayPanel .husky-materials-content {
    padding: 20px 0;
    font-size: 14px;
}

    .urunDetayPanel .husky-materials-content h4 {
        margin: 0 0 5px 0;
        color: #000;
        font-size: 14px;
        text-transform: uppercase;
        font-weight: 600 !important;
    }

    .urunDetayPanel .husky-materials-content p {
        margin: 0 0 15px 0;
        color: #555;
    }

.urunDetayPanel .husky-video-container {
    margin-top: 30px;
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}

    .urunDetayPanel .husky-video-container iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: 0;
    }
/**Urun Detay*/

header {
    /* margin-bottom: 21px; */
}

ul.breadcrumb li:first-child a span {
    display: none;
}

ul.breadcrumb li:first-child:before {
    content: '\f015';
    font-family: FontAwesome;
    font-weight: 300;
    color: #66bcf1;
    font-size: 12px;
    /* margin-right: 1px; */
    /* top: 1px; */
    position: relative;
}

ul.breadcrumb li a span {
    text-decoration: underline;
    text-overflow: ellipsis;
    color: #66bcf1 !important;
    font-size: 12px !important;
    /* top: -5px; */
}

ul.breadcrumb li a:hover span {
    text-decoration: none;
}

ul.breadcrumb li:first-child *, ul.breadcrumb li:first-child {
    margin-left: 0px;
    margin-top: 0px;
}

.subDivisionContainer ul {
    display: flex;
}

.subDivisionContainer li {
    width: auto;
}


.subDivisionDiv .subDivisionContainer li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid #eaeaea;
    position: relative;
    height: 70px;
    padding: 0 15px 0 17px;
    text-decoration: none !important;
    color: #707070;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.2;
    transition: color .3s
}

@media (max-width: 991.98px) {
    .subDivisionDiv .subDivisionContainer li a {
        flex-direction: column;
        padding: 20px 5px 16px;
        height: auto;
        justify-content: flex-start;
        align-items: center;
        font-size: 13px
    }
}

.subDivisionDiv .subDivisionContainer li a .card-category__img {
    width: 65px !important;
}

    .subDivisionDiv .subDivisionContainer li a .card-category__img img {
        mix-blend-mode: multiply;
    }

.subDivisionDiv .subDivisionContainer li a {
    /* width: calc(100% - 66px)*/
}

    .subDivisionDiv .subDivisionContainer li a .card-category__img picture:after, .subDivisionDiv .subDivisionContainer li a:after {
        display: block;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        content: ""
    }

    .subDivisionDiv .subDivisionContainer li a:after {
        position: absolute;
        border: 2px solid #66bcf1;
        opacity: 0;
        transition: opacity .3s;
    }

@media (max-width: 991.98px) {
    .card-category > strong {
        width: 100%;
        margin-top: 12px;
        text-align: center
    }
}

.card-category:after {
    position: absolute;
    border: 2px solid #66bcf1;
    opacity: 0;
    transition: opacity .3s
}

.card-category:hover {
    color: #66bcf1
}

    .card-category:hover:after {
        opacity: 1
    }

.card-category--grey {
    background-color: #f6f6f6;
    border: 1px solid #f6f6f6
}

    .card-category--grey .card-category__img picture {
        position: relative
    }

        .card-category--grey .card-category__img picture:after {
            position: absolute;
            background-color: rgba(180,180,180,.12)
        }

    .card-category--grey:hover {
        background-color: #fff
    }

        .card-category--grey:hover .card-category__img picture:after {
            display: none
        }

.subDivisionDiv .subDivisionContainer li {
    flex: 0 0 100px;
    width: 100px;
    margin-right: 8px;
    background-color: #f6f6f6;
    border: 1px solid #f6f6f6;
}

    .subDivisionDiv .subDivisionContainer li:hover {
        background-color: #fff;
        color: #66bcf1;
        border: 2px solid #66bcf1;
    }

        .subDivisionDiv .subDivisionContainer li:hover a span {
            color: #66bcf1;
        }


    .subDivisionDiv .subDivisionContainer li a span:last-child {
        width: 100%;
        padding-left: 5px;
    }

@media (max-width: 991.98px) {
    .subDivisionDiv .subDivisionContainer li a {
        height: 100%
    }
}

@media (min-width: 992px) {
    .subDivisionDiv .subDivisionContainer {
        margin: -8px -10px;
        flex-wrap: wrap;
        transform: none !important;
        overflow: visible
    }
}



@media (min-width: 992px) {
    .subDivisionDiv .subDivisionContainer li {
        margin: 8px 9px;
        flex: 0 0 auto;
        width: calc(50% - 27px);
        transform: none !important;
        overflow: visible
    }
}

@media (min-width: 1200px) {
    .subDivisionDiv .subDivisionContainer li {
        width: calc(33.33% - 27px)
    }
}

@media (min-width: 1430px) {
    .subDivisionDiv .subDivisionContainer li {
        width: calc(25% - 27px)
    }
}


.productItem .ozelAlan2 {
    display: none;
}

div#ProductPageProductList.sort_4 .productItem {
    height: 420px;
}

.jCarouselLite .productItem {
    min-height: 470px;
    /* display: inline-block; */
}

.productItem .productImage {
    height: 255px;
    width: 100%;
    overflow: hidden;
    object-fit: cover;
}

.sort_4 .productItem .productImage {
    height: 218px;
    width: 218px;
}

.sort_3 .productItem .productImage {
    height: 297px;
    width: 297px;
}

.productItem .productImage {
    display: flex;
    justify-content: center;
    align-items: center;
}

    .productItem .productImage img {
        display: block;
        max-width: 100%;
        height: auto;
    }

    .productItem .productImage img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
    }

 .productItem .productImage a {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1;
}

 .productItem .productImage a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.customFooterContent .footer-icons ul {
    display: flex;
}

/* 2 kolon grid */
.ProductIcon {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
}


    /* her item full kaplasın */
    .ProductIcon > div {
        width: 100%;
    }


    /* buton tasarımı */
    .ProductIcon .box1 {
        display: flex;
        align-items: center;
        justify-content: flex-start; /* SOLA YASLA */

        gap: 12px;
        width: 100%;
        padding: 12px 16px;
        border-radius: 30px;
        background: #f3f4f6;
        border: 1px solid #ddd;
        font-size: 14px;
        text-align: left;
    }


    /* ikonlar EŞİT BOY */
    .ProductIcon i {
        flex: 0 0 34px; /* sabit genişlik */
        width: 34px;
        height: 34px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        background: #fff;
        border: 1px solid #dcdcdc;
        font-size: 14px;
    }


    /* hover */
    .ProductIcon .box1:hover {
        background: #eceef2;
    }


    /* aktif kırmızı */
    .ProductIcon .ButtonAktif .box1 {
        background: #ffe9e9;
        border-color: #ffb6b6;
        color: #c40000;
    }


.why-husky {
    background-color: #66bcf1;
    padding: 30px 0
}

@media (max-width: 767.98px) {
    .why-husky--home {
        display: none
    }
}

.why-husky .h3, .why-husky h3 {
    color: #fff;
    font-size: 30px;
    font-weight: 500;
    text-align: center;
    text-transform: uppercase;
    line-height: 1.3;
    margin-bottom: 38px
}

.why-husky__items {
    margin: -20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 40px
}

@media (max-width: 991.98px) {
    .why-husky__items {
        padding: 0;
        justify-content: center
    }

    .why-husky__items__item {
        width: calc(30% - 40px)
    }
}

.why-husky__items__item {
    margin: 20px;
    display: flex;
    flex-direction: column;
    align-items: center
}

@media (max-width: 767.98px) {
    .why-husky__items__item {
        width: calc(50% - 40px)
    }
}

.why-husky__items__item > span {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 81px;
    margin-bottom: 23px
}

    .why-husky__items__item > span img {
        max-height: 100%
    }

.why-husky__items__item > strong {
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.2;
    text-align: center;
    display: block;
    font-family: 'Roboto Condensed',sans-serif
}

@media (max-width: 575.98px) {
    .why-husky__items__item > span {
        height: 60px
    }

    .why-husky__items__item > strong {
        font-size: 16px
    }
}

#fiyat2 {
    display: none !important;
}

.boxUrunlerContainer {
    float: left;
}

    .boxUrunlerContainer > div {
        float: left;
        width: 17px;
        height: 17px;
        border-radius: 3px;
        overflow: hidden;
        margin-right: 5px;
        border: 1px solid #ddd;
        box-shadow: 0 0 1px #ddd;
    }

        .boxUrunlerContainer > div:hover {
            border-color: #000;
        }

    .boxUrunlerContainer div:nth-child(1) {
    }

.hideColor .boxUrunlerContainer div:nth-child(1) {
}

.boxUrunlerContainer div:nth-child(n+4) {
    display: none;
}

.boxUrunlerContent.active .boxUrunlerContainer div:nth-child(n+4) {
    display: block;
}

.boxUrunlerContainer div:nth-child(2), .boxUrunlerContainer div:nth-child(3), .boxUrunlerContainer div:nth-child(4) {
}

.boxUrunlerContainer > div a img {
    width: 100%;
}

.boxUrunlerContent > span {
    font-size: 13px;
    letter-spacing: 0.33px;
    position: absolute;
    left: 70px;
    cursor: pointer;
}


#top-bar .headerContainer {
    max-width: 100%;
    padding: 0;
}

#husky-top-bar {
    width: 100%;
    height: 30px; /* top-bar ile uyumlu */
    line-height: 30px; /* dikey ortalama */
    padding: 0 !important; /* min-height taşmasını önle */
    position: relative;
    overflow: hidden;
}

    #husky-top-bar .husky-announcement-item {
        position: absolute;
        inset: 0;
        display: flex;
        align-items: center;
        justify-content: center;
    }

#top-bar .flex-col.hide-for-medium {
    display: block !important;
}

#top-bar .flex-left,
#top-bar .nav.nav-left,
#top-bar .html.custom.html_1 {
    flex: 1 1 auto !important;
    width: 100% !important;
    min-width: 0 !important;
}

#husky-top-bar {
    width: 100% !important;
    display: block !important;
}

/* BLOG GENEL */
.blogCenter {
    padding-right: 30px;
}

.tici-blok-ul {
    display: grid;
    grid-template-columns: 1fr;
    gap: 40px;
    padding: 0;
}

/* BLOG CARD */
.post-item {
    list-style: none;
    background: #fff;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 8px 30px rgba(0,0,0,0.08);
    transition: all .3s ease;
}

    .post-item:hover {
        transform: translateY(-6px);
        box-shadow: 0 12px 40px rgba(0,0,0,0.15);
    }

/* RESİM */
.pi-picture {
    overflow: hidden;
}

    .pi-picture img {
        width: 100%;
        transition: transform .4s ease;
    }

.post-item:hover .pi-picture img {
    transform: scale(1.05);
}

/* İÇ ALAN */
.pi-titles,
.pi-categories,
.pi-text,
.pi-link {
    padding: 0 25px;
}

    /* BAŞLIK */
    .pi-titles h2 {
        font-size: 24px;
        font-weight: 700;
        margin-top: 20px;
    }

    .pi-titles a {
        color: #222;
        text-decoration: none;
    }

        .pi-titles a:hover {
            color: #007aff;
        }

    /* TARİH */
    .pi-categories span {
        display: block;
        font-size: 13px;
        color: #999;
        margin: 10px 0 15px 0;
    }

/* TEXT */
.pi-text {
    color: #555;
    font-size: 15px;
    line-height: 1.7;
}

/* DEVAMINI OKU */
.pi-link {
    padding-bottom: 25px;
}

    .pi-link a {
        display: inline-block;
        margin-top: 15px;
        font-weight: 600;
        color: #007aff;
    }

        .pi-link a:hover {
            text-decoration: underline;
        }

/* SIDEBAR */
.blogRight {
    background: #fff;
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0 6px 25px rgba(0,0,0,0.06);
}

/* SON YAZILAR */
.blokSonYazilar ul {
    padding: 0;
}

.blokSonYazilar li {
    list-style: none;
    display: flex;
    gap: 12px;
    margin-bottom: 15px;
}

.blokSonYazilar img {
    width: 70px;
    height: 55px;
    object-fit: cover;
    border-radius: 6px;
}

/* SEARCH */
.blogSearchFormArea {
    display: flex;
    margin-bottom: 20px;
}

    .blogSearchFormArea input {
        flex: 1;
        border: 1px solid #ddd;
        padding: 8px 10px;
        border-radius: 6px 0 0 6px;
    }

    .blogSearchFormArea button {
        background: #007aff;
        color: #fff;
        border: none;
        padding: 8px 15px;
        border-radius: 0 6px 6px 0;
    }

@media(max-width:768px) {

    .blogCenter {
        padding-right: 0;
    }

    .post-item {
        margin-bottom: 25px;
    }

    .pi-titles h2 {
        font-size: 20px;
    }
}

@media (max-width: 1099px) {
    #headerNew #top-bar .headerContainer {
        padding: 0px !important;
    }
}

@media (max-width: 844px) {
    #headerNew .html_2 {
        display: none;
    }

    .cart-svg, .cart-icon, #divHeaderUyeV2 .headerButon {
        border: none !important;
        color: #000 !important;
    }
}

/* =========================================
   TİCİMAX ELITTEMA11 MOBİL MENÜ HARD FIX
========================================= */

/* =========================================
   ELITTEMA11 MOBILE HARD FIX (KESİN)
========================================= */

@media (max-width: 991px) {
    .header .newHeaderNav > ul > li > a > span {
        background-image: none !important;
    }
    /* ===== PANEL ===== */
    #headerNew .newHeaderNavigation.mobileStyle .newHeaderNav {
        position: fixed !important;
        top: 0 !important;
        left: 0 !important;
        right: auto !important;
        width: 85% !important;
        height: 100vh !important;
        background: #fff !important;
        transform: translateX(-100%) !important;
        transition: 0.3s ease !important;
        z-index: 99999999 !important;
        overflow-y: auto !important;
    }

        /* AÇILINCA */
        #headerNew .newHeaderNavigation.mobileStyle .newHeaderNav.active {
            transform: translateX(0) !important;
        }

    /* ===== ÜST BAR FIX ===== */
    #headerNew .newHeaderNavigation.mobileStyle .newMenuTop {
        position: sticky !important;
        top: 0 !important;
        z-index: 9999 !important;
        background: #fff !important;
    }

    /* ===== MENÜ ORTALAMA SORUNU ===== */
    #headerNew .newHeaderNavigation.mobileStyle .newHeaderNavUl {
        display: block !important;
        text-align: left !important;
    }

        #headerNew .newHeaderNavigation.mobileStyle .newHeaderNavUl > li {
            max-height: none !important; /* SENİN TEMADA 40px sabitlenmiş */
            min-height: auto !important;
        }

    /* ===== LINK ===== */
    #headerNew .newHeaderNavigation.mobileStyle .nav-item-link {
        justify-content: space-between !important;
        text-align: left !important;
    }

    /* ===== ALT MENÜ FIX (EN ÖNEMLİ) ===== */
    #headerNew .newHeaderNavigation.mobileStyle .menu-wrap {
        position: static !important;
        display: block !important;
        max-height: 0 !important;
        overflow: hidden !important;
        transition: max-height 0.3s ease !important;
    }

    /* AÇILINCA */
    #headerNew .newHeaderNavigation.mobileStyle .nav-item.active > .menu-wrap {
        max-height: 3000px !important;
    }

    /* ===== ALT LİSTE ===== */
    #headerNew .newHeaderNavigation.mobileStyle .kolon {
        width: 100% !important;
    }

    .menu-list-row .kolon {
        display: grid !important;
        grid-template-columns: repeat(4, 1fr) !important;
    }

    #headerNew .newHeaderNavigation.mobileStyle .kolon li {
        text-align: left !important;
    }

    /* ===== ALT LINK ===== */
    #headerNew .newHeaderNavigation.mobileStyle .kolon a {
        justify-content: flex-start !important;
    }

    /* ===== OK ===== */
    #headerNew .newHeaderNavigation.mobileStyle .nextKolonBtn {
        position: absolute !important;
        right: 15px !important;
        top: 50% !important;
        transform: translateY(-50%) !important;
    }

    /* ===== DESKTOP ABSOLUTE KIR ===== */
    #headerNew .menu-wrap {
        position: static !important;
    }

    /* ===== BEFORE AFTER TEMİZLE ===== */
    #headerNew .newHeaderNavigation.mobileStyle .nav-item::before,
    #headerNew .newHeaderNavigation.mobileStyle .nav-item::after,
    #headerNew .newHeaderNavigation.mobileStyle .nav-item-link::before,
    #headerNew .newHeaderNavigation.mobileStyle .nav-item-link::after {
        display: none !important;
        content: none !important;
    }

    /* ===== BODY FIX ===== */
    html, body {
        overflow-x: hidden !important;
    }
}

@media (max-width: 991px) {

    /* GRID KIR (EN KRİTİK) */
    #headerNew .newHeaderNavigation.mobileStyle .menu-list-row .kolon {
        display: block !important;
        grid-template-columns: none !important;
        gap: 0 !important;
    }

    /* HER ITEM ALT ALTA */
    #headerNew .newHeaderNavigation.mobileStyle .kolon li {
        display: block !important;
        width: 100% !important;
    }

    /* ALT MENÜ TAM GENİŞLİK */
    #headerNew .newHeaderNavigation.mobileStyle .menu-wrap {
        width: 100% !important;
    }

    /* ALT MENÜ İÇERİĞİ SOLA YASLA */
    #headerNew .newHeaderNavigation.mobileStyle .kolon a {
        display: flex !important;
        justify-content: flex-start !important;
        text-align: left !important;
    }

        /* RESİM + YAZI DÜZGÜN */
        #headerNew .newHeaderNavigation.mobileStyle .kolon a::before {
            flex-shrink: 0;
        }
}

@media (max-width: 991px) {
    /* ===== ANA ITEM YAPIYI DÜZELT ===== */
    #headerNew .newHeaderNavigation.mobileStyle .nav-item {
        display: block !important; /* flex → block */
    }

    /* ===== ALT MENÜYÜ ALTINA AL ===== */
    #headerNew .newHeaderNavigation.mobileStyle .menu-wrap {
        position: relative !important;
        width: 100% !important;
        margin-top: 0 !important;
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.3s ease;
    }

    /* AÇILINCA */
    #headerNew .newHeaderNavigation.mobileStyle .nav-item.active > .menu-wrap {
        max-height: 3000px !important;
        z-index: 99999999;
    }

    /* ===== ANA LINK TAM SATIR ===== */
    #headerNew .newHeaderNavigation.mobileStyle .nav-item > a {
        display: flex !important;
        width: 100% !important;
    }

    /* ===== ALT MENÜ FULL WIDTH ===== */
    #headerNew .newHeaderNavigation.mobileStyle .menu-list-row {
        display: block !important;
    }

    #headerNew .newHeaderNavigation.mobileStyle .kolon {
        display: block !important;
        width: 100% !important;
    }

        /* ===== ALT ITEM ALT ALTA ===== */
        #headerNew .newHeaderNavigation.mobileStyle .kolon li {
            width: 100% !important;
        }

        /* ===== YAZI SOLA ===== */
        #headerNew .newHeaderNavigation.mobileStyle .kolon a {
            justify-content: flex-start !important;
        }

    /* ===== YAN KAYMAYI ENGELLE ===== */
    #headerNew .newHeaderNavigation.mobileStyle * {
        float: none !important;
        margin: 0;
    }
}

@media (max-width: 991px) {

    /* ===== ANA ITEM BLOK YAP ===== */
    #headerNew .newHeaderNavigation.mobileStyle .nav-item {
        display: block !important;
        width: 100% !important;
    }

        #headerNew .newHeaderNavigation.mobileStyle .nav-item span {
            line-height: 26px;
        }
    /* ===== ALT MENÜ YAN AÇILMAYI KIR ===== */
    #headerNew .newHeaderNavigation.mobileStyle .menu-wrap {
        position: relative !important;
        left: 0 !important;
        right: 0 !important;
        top: 0 !important;
        width: 100% !important;
        display: block !important;
        max-height: 0 !important;
        overflow: hidden !important;
        transition: max-height 0.3s ease !important;
    }

    /* ===== AÇILINCA ===== */
    #headerNew .newHeaderNavigation.mobileStyle .nav-item.active > .menu-wrap {
        max-height: 5000px !important;
        overflow: visible !important;
    }

    /* ===== GRID / FLEX TAM KIR ===== */
    #headerNew .newHeaderNavigation.mobileStyle .menu-list-row,
    #headerNew .newHeaderNavigation.mobileStyle .menu-list-row .kolon {
        display: block !important;
        grid-template-columns: none !important;
        flex: none !important;
        width: 100% !important;
    }

    /* ===== ALT LİSTE ===== */
    #headerNew .newHeaderNavigation.mobileStyle .kolon {
        display: block !important;
    }

        /* ===== LI ALT ALTA ===== */
        #headerNew .newHeaderNavigation.mobileStyle .kolon li {
            display: block !important;
            width: 100% !important;
        }

        /* ===== LINK SOLA ===== */
        #headerNew .newHeaderNavigation.mobileStyle .kolon a {
            display: flex !important;
            justify-content: flex-start !important;
            width: 100% !important;
        }

    /* ===== FLOAT / FLEX RESET ===== */
    #headerNew .newHeaderNavigation.mobileStyle * {
        float: none !important;
    }

    /* ===== SABİT 40PX BUG FIX ===== */
    #headerNew .newHeaderNavigation.mobileStyle .newHeaderNavUl > li {
        max-height: none !important;
    }

    /* ===== BEFORE AFTER TEMİZLE ===== */
    #headerNew .newHeaderNavigation.mobileStyle .nav-item::before,
    #headerNew .newHeaderNavigation.mobileStyle .nav-item::after,
    #headerNew .newHeaderNavigation.mobileStyle .nav-item-link::before,
    #headerNew .newHeaderNavigation.mobileStyle .nav-item-link::after {
        display: none !important;
        content: none !important;
    }
}

.urunListeUyeGirisUyari {
    display: none;
}

.newHeaderNavigation .menu-wrap .kolon > li > a {
    display: flex !important;
    flex-direction: row !important;
    position: relative;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
}

.productItem .productName a {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;

    overflow: hidden;
    text-overflow: ellipsis;

    line-height: 20px;
    max-height: 40px;   /* 2 satır = 20px * 2 */

    word-break: normal;
    overflow-wrap: normal;
}
.productItem .productName a {
    display: block;
    line-height: 20px;
    max-height: 40px;
    overflow: hidden;
}

@media (max-width: 450px) {
  .jCarouselLite .productItem {
    min-height: 380px!important;
  }
}
@media (max-width: 991px) {
  .jCarouselLite .productItem {
    min-height: 390px!important;
  }
#mainHolder_divDesign .owl-nav{
    display:none;
}
.mycartIcon .urunListeSpanSepeteEkle {
    position: absolute !important;
    left: 0px;
}
.productItem {
    border: 1px solid #dddddd;
}
.productItem .mycartIcon {
    display: inline-block;
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    opacity: 1;
    transition: opacity .3s;
    height: 39px;
    color: #fff;
    background: #86a700;
}


    #divIcerik {
        padding: 15px;
        overflow: hidden;
    }

    .ProductListContent .productItem {
        height: 410px;
        max-height: 390px;
        margin-bottom: 20px;
    }

    #back-to-top {
        top: 90%;
    }

    .benefit {
        flex: 2 2 160px!important;
        min-width: 160px!important;
    }
    .ProductIcon .UTelefonlaSiparis, .ProductIcon .UFavorilerimeEkle, .ProductIcon .UindirimliUrun, .ProductIcon .UIstekListemeEkle, .ProductIcon .UrunKargoBedava, .ProductIcon .UGelinceHaberVer, .ProductIcon .UKarsilastirma {
        width: 100%!important;
    }

    .productItem .productDetail .productName a {
        font-size: 12px;
        /* text-transform: capitalize!important; */
    }
  .productImage{
  	width:100%!important;
	height:auto!important;
  }

}


.benefit-bar {
    background: var(--blue);
    color: var(--white);
    padding: 46px 0;
}

.benefit-bar__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 18px;
}

.benefit-bar__grid {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    gap: 28px;
    flex-wrap: wrap;
}

.benefit {
    flex: 1 1 220px;
    min-width: 210px;
    text-align: center;
    padding: 6px 8px;
}

.benefit__icon {
    width: 92px;
    height: 92px;
    margin: 0 auto 16px;
    border: 2px solid rgba(255,255,255,.85);
    border-radius: 999px;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .benefit__icon i {
        font-size: var(--iconSize);
        color: var(--white);
        line-height: 1;
    }

.benefit__title {
    font-size: 20px;
    font-weight: 700;
    margin: 0 0 10px;
    letter-spacing: .2px;
}

.benefit__desc {
    margin: 0;
    font-size: 16px;
    line-height: 1.35;
    opacity: .95;
}

/* Mobilde daha sıkı */
@media (max-width: 768px) {
    .benefit-bar {
        padding: 30px 0;
    }

    .benefit__icon {
        width: 80px;
        height: 80px;
    }

        .benefit__icon i {
            font-size: 44px;
        }

    .benefit__title {
        font-size: 18px;
    }

    .benefit__desc {
        font-size: 15px;
    }
.footerTemp section[data-id=ojnq1vd].elementor-section .elementor-container {
        max-width: 100%!important;
    }
}

#divTicimaxCopyrightContent {
    display: none!important;
}
.eksecenekLine.resimlivaryasyon {
    display: none;
}

div#divAdetCombo {
    display: none!important;
}

.boxUrunlerContent {
    height: 50px;
    position: absolute;
    left: 5px;
    margin-top: -15px;
}
    body .ProductDetail h1,
body .ProductDetail h1 span,
body .ProductDetail .productName,
body .ProductDetail .productName * {
    text-transform: none !important;
}
  @media (max-width: 767px) {
    body .ProductDetail h1,
    body .ProductDetail h1 span,
    body .ProductDetail .productName,
    body .ProductDetail .productName * {
        text-transform: none !important;
        white-space: normal !important;
        word-break: break-word;
        overflow-wrap: break-word;
    }