@charset "UTF-8";
@import url(bootstrap.css);
@import "normalize.css";

:root {
    --theme-color: #9d5248 !important;
}

.afterClear,
.gridLeft:after,
.listAdd:after,
.gender:after {
    clear: both;
    display: table;
    content: "";
}
/* ================================================ */
* {
    margin: 0;
    outline: 0;
    padding: 0;
}

body {
    background: #f7f5f1;
    color: #000;
    font-family: "OptimaLTStd" !important;
    font-weight: normal;
    margin: 0;
    padding: 0;
}

#overlay {
    opacity: 0.35;
    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;
}

#yorumYaz .frmUrunDetayYorumYaz #selectCity {
    height: auto;
}

*,
*: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;
}

body,
td,
th,
input,
textarea,
select,
a {
    font-size: 13px;
    font-family: "OptimaLTStd" !important;
}

.clear {
    clear: both;
}

.bordernone {
    border: none !important;
}

.textarea {
    font-family: "OptimaLTStd" !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: "OptimaLTStd" !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: var(--theme-color);
    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 #dddddd;
    width: 100%;
    padding: 0 10px;
    height: 40px;
}

.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;
}
/* ============ 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;
}

.GuvenList ul {
    list-style: none;
}
/* ============ */
.divYorumYaz,
#yorumYaz {
    min-height: 220px;
}

.homeContainer .centerCount .jCarouselLite {
    padding: 0;
    border-bottom: 1px solid #e1e1e1;
    padding-bottom: 40px;
}

.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;
}

    .jCarouselLite .productItem,
    .jCarouselLite2 .productItem {
        float: left;
        width: 100% !important;
        margin: 0 !important;
        padding: 0 !important;
    }

.JKatAdi {
    font-size: 16px;
    float: left;
    padding: 15px 0;
    margin: 8px 0 16px 0 !important;
    width: 100%;
    float: left;
}

.detaySliderContainer .bold {
    display: block;
    margin-bottom: 15px;
    text-align: center;
}

    .detaySliderContainer .bold .satir1 {
        display: inline-block;
        padding: 0 0 0 0;
        font-size: 24px;
        font-weight: 500;
        display: inline-block;
        padding: 0 70px;
    }

.owl-nav {
}

.ProductListprev,
.ProductListnext {
    font-size: 0 !important;
    float: left !important;
    cursor: pointer !important;
    position: absolute !important;
    text-align: center !important;
    top: 50% !important;
    width: 40px !important;
    height: 40px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    border-radius: 50% !important;
    background: rgb(238, 234, 229, 0.1) !important;
    transition: 0.2s ease !important;
}

.ProductListprev {
    left: 0 !important;
}

.ProductListnext {
    right: 0 !important;
}

/* ================================================== */ /* 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: var(--theme-color);
        }
/* ================================================== */ /* Ü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;
}

.iletisimForm .row .span.iletisimBtn {
    width: auto;
}

@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%;
    }
}
/* ================================================== */ /* Ü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: var(--theme-color);
    }

.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: var(--theme-color);
    }

.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 #c3b0a5;
            }

            .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;
    }
/* ================================================== */ /* YORUM YAZ */ /* ================================================== */

/* ================================================== */ /* 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: var(--theme-color) !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: var(--theme-color);
    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: var(--theme-color);
    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%;
    display: none !important;
}

    #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: var(--theme-color) !important;
}

.body.sepetimBody .basketCompletebtn,
.basketCompletebtn {
    background: var(--theme-color) !important;
}

.OdemeMenu ul li.activeMenu {
    border-color: var(--theme-color) !important;
}

.OdemeMenu ul li:hover {
    border-color: var(--theme-color) !important;
}

.baglanButton {
    background: var(--theme-color);
    border-color: var(--theme-color);
}

    .baglanButton:hover {
        background: transparent;
        color: var(--theme-color);
    }

.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 {
    width: 1240px;
    clear: both;
    margin: 0 auto;
    position: relative;
}

    .headerContent:before,
    .headerContent:after {
        content: " ";
        display: table;
    }

    .headerContent:after {
        clear: both;
    }

.ticiContainer {
    width: 100%;
    max-width: 1460px !important;
    clear: both;
    margin: 0 auto;
    padding: 0 10px
}

.categoryContainer.ticiContainer {
    max-width: 1480px !important;
}

.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: 100px;
    min-width: 25%;
    float: left;
    height: auto;
    display: flex;
    flex-direction: column;
    position: sticky;
    top: 100px;
    transition: 0.4s ease;
}

body:has(#headerNew.is-fixed.is-visible) .categoryContainer .leftBlock {
    top: 225px;
}

.categoryContainer .centerCount {
    padding-right: 0;
    margin-top: 30px;
    min-width: 75%;
    float: left;
}

.centerCount .solYadaSagAcik {
    padding: 0 10px;
}

.centerCount .solSagBlokAcik {
    padding: 0 10px;
}
/* ================================================ */ /* ! ANASAYFA SLIDER */ /* ================================================ */
#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%;
    }

    #pnlSlider .flex-direction-nav {
        display: none;
        position: absolute;
        left: 0;
        width: 100%;
        top: 50%;
    }

        #pnlSlider .flex-direction-nav .flex-prev {
            position: relative;
            left: auto;
            right: auto;
        }

        #pnlSlider .flex-direction-nav .flex-next {
            position: relative;
            left: auto;
            right: auto;
        }

    #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-control-paging li a {
    width: 13px !important;
    height: 13px !important;
    background-color: transparent !important;
    border: 1px solid #fff !important;
    box-shadow: none !important;
}

    .flex-control-paging li a.flex-active {
        border: 1px solid #fff !important;
        background-color: #fff !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 {
}

.ProductListContent .productItem {
    margin-bottom: 20px;
    position: relative;
    overflow: hidden;
    text-align: center;
}

.productModuleItem2,
.productModuleItem,
.productItem {
    position: relative;
    text-align: center;
    transition: 0.3s;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    -ms-transition: 0.3s;
}

    .productItem .productName {
        padding: 0px 0px;
        clear: both;
        margin: 12px auto 2px auto;
        text-align: left;
        width: 100%;
        order: 1;
    }

        .productItem .productName * {
            display: block;
            font-size: 14px;
            line-height: 16px;
            height: 36px;
            color: #121010;
            font-weight: 400;
            text-align: center;
            letter-spacing: 0.35px;
            overflow: hidden;
        }

    .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;
    }

    .productItem .productImage {
        position: relative;
        overflow: hidden;
        width: 100%;
        padding: 0;
        float: left;
        background-color: #f3efec;
    }

        .productItem .productImage a {
            display: block;
            position: relative;
            height: 100%;
            top: 0;
            left: 0;
            text-align: center;
            align-items: center;
            width: 100%;
            padding-bottom: 150%;
        }

    .productItem .productIconWrap {
        overflow: hidden;
        width: 100%;
        padding: 0;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        padding-bottom: 150%;
    }

    .productItem .productImage 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: flex;
        height: auto;
        text-align: center;
        margin-bottom: 6px;
        padding: 0 0px;
        align-items: center;
        flex-direction: column-reverse;
        justify-content: center;
        gap: 8px;
        width: 100%;
        order: 3;
    }

    .productModuleItem2 .modulediscount,
    .productModuleItem2 .discountPrice,
    .productModuleItem .modulediscount,
    .productModuleItem .discountPrice,
    .productItem .modulediscount,
    .productItem .discountPrice {
        display: inline-block;
        margin: 0px;
        margin: 0 0 0 0px;
        float: right;
    }

        .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;
        }

        .productItem .discountPrice span {
            display: block;
            font-weight: 500;
            color: #000000;
            font-size: 15px;
            line-height: 16px;
        }

    .productModuleItem2 .moduleregular,
    .productModuleItem2 .regularPrice,
    .productModuleItem .moduleregular,
    .productModuleItem .regularPrice,
    .productItem .moduleregular,
    .productItem .regularPrice {
        display: inline-block !important;
        margin: 0px;
        float: left;
    }

        .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;
        }

        .productItem .regularPrice span {
            display: block !important;
            font-weight: 400;
            color: #666666;
            font-size: 15px;
            line-height: 16px;
            text-decoration: line-through;
        }

    .productItem .productMarka {
        padding: 0 10px;
        display: block !important;
        margin-bottom: 8px;
        margin-top: 4px;
        float: left;
        width: 100%;
        text-align: center;
        color: #9d5248;
        font-size: 13px;
        font-weight: 600;
        order: 2;
    }

    .productItem .productName + .productMarka {
        display: block !important;
    }

/* ================================================ */ /* ! URUN ICONLARI */ /* ================================================ */
.productStokKodu,
.productSatisBirimi {
    text-align: left;
    margin: 5px 0;
    float: left;
    width: 100%;
}

.urunListStokUyari,
.urunListSonUrun {
    position: absolute;
    top: 109px;
    background: #000;
    left: 0;
    right: 0;
    text-align: center;
    color: #fff;
    height: 30px;
    line-height: 30px;
    margin: auto;
    width: max-content;
    max-width: max-content;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    padding: 0 10px;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 8;
}

.productItem:hover .urunListStokUyari,
.productItem:hover .urunListSonUrun {
    display: none;
}

.productOnYazi {
    text-align: left;
    max-height: 32px;
    overflow: hidden;
    float: left;
    width: 100%;
    margin: 5px 0;
}

.productPoints {
    text-align: left;
}

div.productOnYazi * {
    font-size: 13px;
    color: #a1a1a1;
    line-height: 16px;
    font-weight: normal;
    background-color: transparent;
}

.newIcon {
    position: absolute;
    text-align: center;
    left: 0;
    top: 0;
    background: var(--theme-color);
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    width: 48px;
    height: 24px;
    line-height: 24px;
    overflow: hidden;
    z-index: 8;
}

.discountIcon {
    position: absolute;
    text-align: center;
    left: 0;
    top: 4px;
    background: var(--theme-color);
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    width: 48px;
    height: 24px;
    line-height: 24px;
    overflow: hidden;
    z-index: 8;
}

.cargoIcon {
    position: absolute;
    text-align: center;
    left: 0;
    top: 0;
    background: var(--theme-color);
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    padding: 0 7px;
    overflow: hidden;
    line-height: 30px;
    z-index: 8;
    display: none;
}

.IndirimliUrun .cargoIcon {
    top: 40px;
}

.cargoIcon .fa {
    line-height: 30px;
    font-size: 15px;
}

.StokYok .cargoIcon {
    top: 0;
}

.StokYok.IndirimliUrun .cargoIcon {
    top: 35px;
}

.itemCategory {
    display: none !important;
}

.favori {
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 8;
    height: 40px;
    width: 40px;
}

.mycartIcon {
    opacity: 0;
    position: absolute;
    left: 20%;
    top: 40%;
    z-index: 8;
    height: 35px;
    top: 0;
    bottom: 0;
    margin: auto;
    display: none;
}

.examineIcon {
    display: none;
    opacity: 0;
    position: absolute;
    right: 20%;
    top: 0;
    z-index: 8;
    bottom: 0;
    height: 35px;
    margin: auto;
}

.favori a {
    display: inline-block;
    font-size: 0;
    width: 40px;
    height: 40px;
    border-radius: 999px;
}

.mycartIcon a {
    display: none;
    font-size: 0;
    width: 35px;
    height: 35px;
    border-radius: 100%;
    background: var(--theme-color);
    float: left;
}

.examineIcon a {
    display: inline-block;
    font-size: 0;
    width: 35px;
    height: 35px;
    border-radius: 100%;
    background: var(--theme-color);
    float: left;
}

.StokYok .examineIcon a,
.StokYok .mycartIcon a,
.StokYok .favori a {
    display: none !important;
}

.mycartIcon a:after {
    content: "\f217";
    font-family: FontAwesome;
    font-size: 16px;
    color: #fff;
    line-height: 35px;
}

.favori a:after {
    content: "";
    display: inline-block;
    width: 32px;
    height: 32px;
    vertical-align: middle;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.favori a.listfavoriPasif:after {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path fill-rule="evenodd" clip-rule="evenodd" d="m21 24.984-4.298-4.367-.702-.712-.702.712L11 24.985 10 26V10h1v13.559l4.287-4.356a1 1 0 0 1 1.426 0L21 23.56V9.999h1V26l-1-1.016ZM22 9V7a1 1 0 0 0-1-1H11a1 1 0 0 0-1 1v2h1V7h10v2h1Z"/></svg>');
}

.favori a.listfavoriAktif:after {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path fill="%239d5248" d="m10 26 6-6.095L22 26V10H10v16Zm0-17h12V7a1 1 0 0 0-1-1H11a1 1 0 0 0-1 1v2Z"/></svg>');
}

.examineIcon a:after {
    content: "\f002";
    font-family: FontAwesome;
    font-size: 16px;
    color: #fff;
    line-height: 35px;
}

.mycartIcon a span {
    display: none;
}

.TukendiIco {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    text-align: center;
    z-index: 9;
    padding-bottom: 150%;
    height: 0;
}

    .TukendiIco span {
        display: inline-block;
        color: #000;
        font-size: 15px;
        background: #e8e7e7;
        padding: 0 30px;
        line-height: 40px;
        border-radius: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        position: absolute;
        left: 0;
        right: 0;
        max-width: max-content;
        -webkit-box-sizing: content-box;
        -moz-box-sizing: content-box;
        box-sizing: content-box;
        max-height: max-content;
        height: max-content;
        width: max-content;
        height: 40px;
    }

.ozelFirsat {
    position: absolute;
    left: 0;
    top: 50%;
    background-color: #f0f0f0;
    display: inline-block;
    z-index: 99;
    padding: 5px;
    font-size: 12px;
    font-weight: 500;
    z-index: 8;
}

.ozelAlan1 {
    position: absolute;
    background-color: #f0f0f0;
    display: inline-block;
    padding: 5px;
    font-size: 12px;
    font-weight: 500;
    bottom: 0;
    top: auto;
    left: 0;
    right: 0;
    z-index: 8;
}

.ozelAlan2 {
    position: absolute;
    left: 0;
    top: 60%;
    background-color: #f0f0f0;
    display: inline-block;
    padding: 5px;
    font-size: 12px;
    font-weight: 500;
    z-index: 8;
}

.firsatIcon {
    display: block !important;
    position: absolute;
    text-align: center;
    left: 0;
    top: 10px;
    background: #3fc327;
    color: #fff;
    font-size: 12px;
    z-index: 2;
    font-weight: 500;
    padding: 0 7px;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    border-radius: 0;
    z-index: 8;
}

.YeniUrun .firsatIcon {
    top: 35px;
}

.StokYok .favori {
    display: none !important;
}

body .quickViewIco {
    top: calc(50% + 80px);
    z-index: 8;
}

.quickViewIco a {
    padding: 0;
    line-height: 30px;
    display: block;
    width: max-content;
    max-width: max-content;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    padding: 0 10px;
    border-radius: 5px;
    margin: 0 auto;
}
/* ================================================ */ /* ! 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,
.KasaOnuFirsatlarContent ul li p {
    line-height: 26px !important;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

    .KasaOnuFirsatlarContent ul li span + span,
    .KasaOnuFirsatlarContent ul li p + span {
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }
/* ================================================ */ /* ! KATEGORİ SAYFASI */ /* ================================================ */
#divSayfalamaUst {
    float: left;
    width: 100%;
    margin-top: 0 !important;
}

    #divSayfalamaUst .pageNumber {
        display: none !important;
    }

.categorydesign {
    float: left;
    width: 100%;
    margin-bottom: 0px;
    padding: 0 15px;
}

    .categorydesign img {
        width: 100%;
        display: 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: auto;
            position: relative;
            background: #fff;
            padding-bottom: initial;
            overflow: hidden;
            width: 15%;
            border-bottom: 0;
            float: left;
            margin-right: 20px;
        }

        .ProductList.pr_hrz .productItem .productDetail {
            float: left;
            background: transparent;
            height: auto;
            width: auto;
            max-width: 80%;
        }

        .ProductList.pr_hrz .productItem .cargoIcon {
            display: none;
        }

        .ProductList.pr_hrz .productItem .discountIcon {
            display: none;
        }

        .ProductList.pr_hrz .productItem .newIcon {
            display: none;
        }

        .ProductList.pr_hrz .productItem .productName {
            margin: 10px 0;
        }

        .ProductList.pr_hrz .productItem .productImage a:after {
            display: none;
        }

        .ProductList.pr_hrz .productItem .productPrice {
            display: block;
        }

        .ProductList.pr_hrz .productItem .examineIcon {
            display: none !important;
        }

        .ProductList.pr_hrz .productItem .mycartIcon {
            display: none !important;
        }

        .ProductList.pr_hrz .productItem .favori {
            display: none !important;
        }

        .ProductList.pr_hrz .productItem .firsatIcon {
            display: none !important;
        }

        .ProductList.pr_hrz .productItem .ozelAlan1 {
            display: none !important;
        }

        .ProductList.pr_hrz .productItem .ozelAlan2 {
            display: none !important;
        }

        .ProductList.pr_hrz .productItem .urunListStokUyari,
        .ProductList.pr_hrz .productItem .urunListSonUrun {
            display: none !important;
        }

body .ProductList.pr_hrz .productItem .quickViewIco {
    display: none !important;
}

.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;
    display: none;
}
/*kategori navigasyonu*/
.categoryTitle {
    float: left;
    text-align: center;
    text-transform: uppercase;
    margin: 0;
    color: #5b5a57;
    font-size: 18px;
    padding-bottom: 10px !important;
    font-weight: 600;
}

    .categoryTitle .bold {
        display: block;
        border-bottom: 1px solid #e1e1e1;
        display: block;
        height: 10px;
        margin-bottom: 15px;
    }

        .categoryTitle .bold .satir1 {
            display: inline-block;
            padding: 0 0 0 0;
            font-size: 18px;
            font-weight: 600;
            display: inline-block;
            background-color: #fff;
            padding: 0 100px;
        }

.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: 8px 0 15px 0px;
}

    .leftBlock .categoryTitle .bold .satir1 {
        float: left;
        padding: 0;
        display: block;
        width: 100%;
        font-size: 13px;
        font-weight: 500;
        color: #2b2b2b;
    }

#divIcerik .categoryTitleText {
    display: none !important;
}

.categoryTitleText {
    display: flex;
    max-width: 1440px;
    width: 100%;
    border-bottom: none;
    padding: 22px 10px;
    margin: 0 auto;
    margin-top: 32px;
    background: #f3efec;
    justify-content: center;
    align-items: center;
}

    .categoryTitleText * {
        display: inline-block;
        font-family: "OptimaLTStd" !important;
        color: #2b2b2b !important;
        font-size: 13px !important;
        line-height: 1.2 !important;
        font-weight: 400;
        letter-spacing: 0.5px;
    }

ul.breadcrumb li *,
ul.breadcrumb li {
    display: inline-block;
    color: #121010 !important;
    font-size: 13px !important;
    line-height: 1.2 !important;
    font-weight: normal;
    margin-right: 0px !important;
}


a#linkOncekiSayfa {
    display: none !important;
}

ul.breadcrumb a {
    display: inline-block;
}
/*kategori gizlenenler*/
.KategoriFilitrelemeContent .Block_Title {
    display: none;
}

#mainHolder_divUstMarkaListesi {
    display: none;
}
/*kategori filtrelemeler*/
.brandlistselectionBottom {
    display: none !important;
}

.categoryTitle {
    float: left;
    width: 100%;
}

    .categoryTitle .brandlistselection {
        float: left;
        width: 100%;
    }

        .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: left;
    margin-right: 0 !important;
    padding: 0 10px;
    margin-top: 250px;
    display: block;
}

.yg-gorunum-title {
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    color: #121010;
    margin-bottom: 4px;
    padding-left: 2px;
}

.blockSelect .btnCatSorting i {
    display: none;
}

.blockSelect .btnCatSorting {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 24px;
    margin-right: 8px;
}

    .blockSelect .btnCatSorting:hover,
    .blockSelect .btnCatSorting.Active {
        border-bottom: 1px solid #121010;
    }

        .blockSelect .btnCatSorting:hover span {
            color: #121010;
        }

    .blockSelect .btnCatSorting .yg-duzen {
        font-size: 14px;
        line-height: 24px;
        font-weight: 400;
        color: #2d211973;
    }

    .blockSelect .btnCatSorting.Active .yg-duzen {
        color: #121010;
        font-weight: 600;
    }

.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: var(--theme-color);
            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;
}

.pageNumber {
    float: left;
    width: 100%;
    text-align: center;
    margin: 24px 0 16px;
}

    .pageNumber .pageBorder {
        display: inline-block;
    }

    .pageNumber a {
        display: inline-block;
        float: left;
        border-radius: 0px;
        width: 24px;
        height: 24px;
        line-height: 24px;
        text-align: center;
        font-size: 13px;
        color: #2d2119d9;
        border-radius: 0;
        margin: 0 6px 0 0;
    }

        .pageNumber a:hover {
            border-bottom: 1px solid #121010;
        }

        .pageNumber a.SelectedSayfa {
            color: #121010;
            border-bottom: 1px solid #121010;
            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;
}

.KategoriFilitreLine p input[type="text"] {
    width: 100%;
    padding: 0;
    font-family: "OptimaLTStd" !important;
    color: #000000 !important;
    font-size: 13px;
    font-weight: bold;
    margin-bottom: 15px;
}
/*.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: 20px;
    top: auto;
    z-index: 9998;
    bottom: 60px;
    border-radius: 999px;
    border: 1px solid #121010;
    background: #f7f5f1;
    transition: 0.2s ease;
}

    #back-to-top a {
        display: inline-block;
    }

        #back-to-top a:before {
            content: "";
            display: inline-block;
            width: 40px;
            height: 40px;
            vertical-align: middle;
            background-size: contain;
            background-repeat: no-repeat;
            background-position: center;
            transform: rotate(90deg);
            background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m13.999 8-5 4.999M14 17l-3-3.001" stroke="%23121010" stroke-linejoin="round"/></svg>');
            transition: 0.2s ease;
        }

        #back-to-top a i {
            display: none !important;
        }

    #back-to-top:hover {
        background-color: var(--theme-color);
    }

        #back-to-top:hover a:before {
            filter: invert(1);
        }

.cloudzoom-blank > div:last-child {
    display: none !important;
}

.productDetailContainer .centerCount {
    padding: 0;
}

.ProductDetailMain {
    float: left;
    width: 100%;
}

    .ProductDetailMain .ProductDetailMainRow {
        margin: 40px 0 0;
    }

    .ProductDetailMain .leftImage {
        width: calc(100% - 380px);
        float: left;
        margin-bottom: 20px;
        padding: 0 12px 0 0;
    }

    .ProductDetailMain .RightDetail {
        width: 380px;
        float: left;
        margin-bottom: 20px;
        padding: 0 0 0 12px;
        position: relative;
    }

.markaresmi {
}

    .markaresmi img {
        max-height: 50px;
    }

.ProductDetailMain .Images {
    float: left;
    width: 100%;
    margin-bottom: 10px;
}

    .ProductDetailMain .Images img {
        max-width: 100%;
        margin: 0 auto;
        display: block;
    }

.ProductDetailMain .SmallImages {
    float: left;
    width: 100%;
}

    .ProductDetailMain .SmallImages > div {
        float: left;
        width: 23.8%;
        margin-right: 1.2%;
        cursor: pointer;
    }

        .ProductDetailMain .SmallImages > div:nth-child(4n + 1) {
            clear: both;
        }

        .ProductDetailMain .SmallImages > div img {
            width: 100%;
            display: block;
        }

.ProductDetailMain .ProductName {
    float: left;
    width: calc(100% - 36px);
    margin: 8px 0 0;
}

    .ProductDetailMain .ProductName * {
        font-size: 18px;
        line-height: 1;
        color: #000;
        letter-spacing: 0;
        margin-bottom: 0;
        font-weight: 500;
        float: left;
        margin: 0;
    }

    .ProductDetailMain .ProductName h1 > span:first-child {
        width: 100%;
        float: left;
    }

#divUrunKodu {
    font-size: 14px !important;
    margin: 10px 0 0;
    float: left;
    clear: both;
}

    #divUrunKodu:before {
        content: "Stok Kodu :";
        font-size: 14px !important;
        margin-right: 5px;
        font-weight: 600;
        color: #666;
    }

.ProductDetailMain .PriceList {
    float: left;
    width: 100%;
    margin: 0;
    padding-bottom: 20px;
    position: relative;
    background: linear-gradient(to right, #C3B0A5 4px, transparent 4px 12px, #C3B0A5 12px calc(100% - 12px), transparent calc(100% - 12px) calc(100% - 12px + 8px), #C3B0A5 calc(100% - 12px + 8px));
    background-color: transparent;
    background-size: 100% 1px;
    background-repeat: no-repeat;
    background-position: bottom left;
}

.ProductDetailMain #divTedarikci,
.ProductDetailMain .puanVer {
    float: left;
    width: 100%;
    margin: 10px 0 0;
    display: none;
}

.PuanVerSag {
    float: left;
    line-height: 19px;
    margin-left: 10px;
    font-weight: 700;
}

#PuanVer {
    float: left;
    font-size: 0;
}

ul.rating li i.starItem {
    font-size: 14px !important;
}

#divFiyatAlanlari {
    position: relative;
    float: left;
    clear: both;
}

    #divFiyatAlanlari:after {
        clear: both;
        display: table;
        content: "";
    }

#divMarka,
#divTedarikci,
#divUrunStokAdedi,
#divToplamStokAdedi,
#divBarkod,
#divParaPuan,
#divTahminiTeslimatSuresi,
#divIndirimOrani {
    float: left;
    clear: left;
    margin-top: 18px;
    line-height: 16px;
}

    #divMarka .left_line,
    #divTedarikci .left_line,
    #divUrunStokAdedi .left_line,
    #divToplamStokAdedi .left_line,
    #divBarkod .left_line,
    #divParaPuan .left_line,
    #divTahminiTeslimatSuresi .left_line,
    #divIndirimOrani .left_line {
        display: inline-block;
        vertical-align: top;
        color: #666;
        font-size: 14px;
        font-weight: 600;
        line-height: 14px;
    }

    #divMarka .center_line,
    #divTedarikci .center_line,
    #divUrunStokAdedi .center_line,
    #divToplamStokAdedi .center_line,
    #divBarkod .center_line,
    #divParaPuan .center_line,
    #divTahminiTeslimatSuresi .center_line,
    #divIndirimOrani .center_line {
        display: inline-block;
        vertical-align: top;
        color: #666;
        font-size: 14px;
        font-weight: 600;
        line-height: 14px;
    }

    #divMarka .right_line,
    #divMarka .right_line *,
    #divTedarikci .right_line,
    #divTedarikci .right_line *,
    #divUrunStokAdedi .right_line,
    #divToplamStokAdedi .right_line,
    #divBarkod .right_line,
    #divParaPuan .right_line,
    #divTahminiTeslimatSuresi .right_line,
    #divIndirimOrani .indirimliOrani,
    #divIndirimOrani .indirimliOrani * {
        display: inline-block;
        vertical-align: top;
        color: #666;
        font-size: 14px;
        font-weight: 400;
        line-height: 14px;
        width: auto;
    }

    #divMarka .left_line,
    #divMarka .center_line {
        display: none;
    }

#divTaksitAciklama {
    float: left;
    clear: both;
    color: #000;
    font-size: 14px;
    font-weight: 400;
    line-height: 14px;
    margin: 10px 0 0;
}

.ProductDetailMain #divIndirimOrani .left_line {
    display: none;
}

.ProductDetailMain #divIndirimOrani .center_line {
    display: none;
}

.ProductDetailMain #divIndirimOrani .right_line.indirimliOrani * {
    font-weight: 600;
    font-size: 18px;
    line-height: 36px;
    color: #fff;
    text-transform: uppercase;
}

.ProductDetailMain #divIndirimOrani .right_line.indirimliOrani {
    background-color: var(--theme-color);
    font-weight: 600;
    font-size: 14px;
    color: #fff;
    line-height: 36px;
    padding: 0 18px;
    border-radius: 0;
    text-transform: uppercase;
}

.ProductDetailMain #pnlFiyatlar {
    float: left;
    clear: both;
    width: 100%;
    margin: 20px 0 0;
}

    .ProductDetailMain #pnlFiyatlar * {
    }

    .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: #959595 !important;
        font-weight: 700;
    }

    .ProductDetailMain #divTurkLirasiFiyat .spanKdv {
        font-size: 12px !important;
        margin-top: 17px;
    }

.ProductDetailMain .PiyasafiyatiContent {
    float: left;
    width: 100%;
    margin-bottom: 12px;
}

.ProductDetailMain .IndirimliFiyatContent {
    float: left;
    width: 100%;
}

.ProductDetailMain #divOnyazi {
    float: left;
    display: none;
    width: 100%;
    margin: 10px 0 0;
}

    .ProductDetailMain #divOnyazi * {
    }

#divMinMaksAlim {
    margin: 10px 0 0;
    float: left;
    clear: both;
}

.ProductDetailMain .indirimliFiyat * {
    font-size: 18px !important;
    color: var(--theme-color) !important;
    font-weight: 600;
    float: left;
    line-height: 1;
}

.ProductDetailMain .indirimliFiyat .spanKdv {
    font-size: 14px !important;
    margin-top: 3px;
    margin-left: 10px;
}

#divKDVDahilFiyat * {
    line-height: 25px;
}

#kdvliFiyat * {
    font-size: 30px !important;
    color: #959595 !important;
    font-weight: 700;
}

.ProductDetailMain .IndirimliFiyatContent * {
}

.ProductDetailMain .PiyasafiyatiContent .spanKdv {
    color: #959595 !important;
    margin-left: 10px;
    font-size: 13px;
    line-height: 1;
}

.ProductDetailMain .PiyasafiyatiContent .spanFiyat {
    color: #959595 !important;
    text-decoration: line-through;
    font-size: 18px;
    line-height: 1;
}

.ProductDetailMain #divIndirimsizFiyat {
    width: 100%;
    margin-bottom: 10px;
    float: left;
}

.ProductDetailMain #divKDVDahilFiyat {
    width: 100%;
}

.ProductDetailMain #divUrunEkSecenek {
    float: left;
    width: 100%;
    margin: 20px 0 0;
}

    .ProductDetailMain #divUrunEkSecenek .left_line {
        color: #000;
        font-size: 13px;
        width: 100%;
        font-weight: 500;
        display: inline-block;
        float: left;
        line-height: 13px;
        /* text-transform: uppercase; */
        margin-bottom: 12px;
    }

    .ProductDetailMain #divUrunEkSecenek .center_line {
        display: none;
    }

    .ProductDetailMain #divUrunEkSecenek .right_line {
        float: left;
    }

        .ProductDetailMain #divUrunEkSecenek .right_line select {
            float: left;
            height: 40px;
            width: 272px;
        }

.ProductDetailMain .eksecenekLine {
    float: left;
    width: 100%;
    margin: 0 0 12px;
}

.ProductDetailMain .size_box {
    min-width: 32px;
    height: 32px;
    line-height: 33px;
    border-radius: 0;
    padding: 0 5px;
    cursor: pointer;
    position: relative;
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
    text-align: center;
    color: #000;
    font-size: 12px;
    border: 1px solid #e0e0e0;
    display: block;
    border-radius: 0;
}

.resimlivaryasyon .size_box {
    padding: 0;
}

.ProductDetailMain .size_box img {
    width: 32px;
    height: 32px;
    display: block;
}

.ProductDetailMain .size_box:hover {
    background: var(--theme-color);
    color: #fff;
    border-color: var(--theme-color);
}

.ProductDetailMain .size_box.selected {
    background: var(--theme-color);
    color: #fff;
    border-color: var(--theme-color);
}

.ProductDetailMain .size_box.nostok {
    background: #f1f1f1;
    color: #000;
}

    .ProductDetailMain .size_box.nostok:before {
        content: "";
        top: 50%;
        left: 0;
        background: var(--theme-color);
        height: 1px;
        width: 100%;
        position: absolute;
        transform: 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;
}

.ProductIcon {
    float: left;
    width: 100%;
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #e1e1e1;
    display: none;
}

    .ProductIcon div {
        float: left;
        margin: 0;
        width: 33.3333333%;
        text-align: left;
        padding: 10px 0;
    }

        .ProductIcon div:last-child {
            margin: 0;
        }

    .ProductIcon .box1 {
        padding: 0;
        overflow: hidden;
        cursor: pointer;
        box-shadow: none;
        min-width: auto;
        background: 0 0;
        font-size: 12px;
        font-weight: 400;
        display: block;
        text-align: left;
        color: #666;
        line-height: 35px;
    }

        .ProductIcon .box1 i {
            font-size: 15px;
            margin-left: 0;
            line-height: 33px;
            color: #b2b2b2;
            width: 35px;
            height: 35px;
            margin: 0;
            border: 1px solid #c3b0a5;
            border-radius: 0;
            text-align: center;
            display: inline-block;
            vertical-align: top;
            margin-right: 10px;
            background: #fff;
        }

            .ProductIcon .box1 i:before {
                line-height: 33px;
            }

        .ProductIcon .box1:hover {
            color: var(--theme-color);
        }

            .ProductIcon .box1:hover i:before {
                color: var(--theme-color);
            }

.ProductDetail .product-social-icon-wrapper {
    display: block !important;
    width: auto !important;
    float: right;
    margin-right: 0 !important;
    margin-top: 20px;
}

.ProductDetail .product-social-icon-wrapper {
}

    .ProductDetail .product-social-icon-wrapper .PaylasTit {
        float: left;
        font-size: 12px !important;
        color: #666 !important;
        font-weight: 500;
        margin-right: 20px;
        line-height: 19px;
    }

    .ProductDetail .product-social-icon-wrapper ul {
        float: left;
        margin-right: 0 !important;
    }

    .ProductDetail .product-social-icon-wrapper li {
        float: left;
        margin-left: 12px;
        margin-right: 0 !important;
    }

        .ProductDetail .product-social-icon-wrapper li:last-child {
            margin-right: 0;
        }

        .ProductDetail .product-social-icon-wrapper li a {
            display: inline-block !important;
            font-size: 0 !important;
            color: #a6a6a6 !important;
        }

            .ProductDetail .product-social-icon-wrapper li a i {
                font-size: 14px !important;
                line-height: 18px;
                margin-right: 0 !important;
                color: #a6a6a6 !important;
            }

#divAdetCombo {
    float: left;
    width: 140px;
    margin-right: 0;
}

#divSatinAl {
    float: left;
    width: 100%;
    margin-bottom: 30px;
    margin: 8px 0 0;
}

    #divSatinAl .buyfast {
        float: left;
        display: none;
        width: calc(100%);
        margin-left: 10px;
    }

        #divSatinAl .buyfast input {
            height: 46px;
            width: 100%;
            text-align: center;
            letter-spacing: 0.5px;
            padding: 0;
            text-align: center;
            color: #fff;
            font-size: 16px;
            background: var(--theme-color);
            border: none;
            font-weight: 600;
            text-transform: uppercase;
            border-radius: 0;
        }

            #divSatinAl .buyfast input:hover {
                background: #7e7e7e;
            }

    #divSatinAl .BasketBtn {
        float: left;
        width: 100%;
    }

        #divSatinAl .BasketBtn .Basketinp {
            float: left;
            width: 150px;
            display: none;
            margin-right: 0;
        }

.pSatisBirimi {
    font-weight: 700;
    margin-bottom: 10px;
    float: left;
    width: 100%;
    font-size: 14px;
    color: var(--theme-color);
}

#divSatinAl .BasketBtn .Basketinp p {
    display: none;
}

#divSatinAl .BasketBtn .Basketinp .riSingle {
    width: 100%;
    position: relative;
}

#divSatinAl .BasketBtn .Basketinp #txtbxurunSiparisAdedi_wrapper {
    width: 100% !important;
    float: left;
    padding: 0 !important;
    position: absolute;
}

#divSatinAl .BasketBtn .Basketinp #txtbxurunSiparisAdedi {
    width: 50%;
    text-align: center;
    height: 46px !important;
    padding: 0 !important;
    border-color: #e0e0e0;
    margin-left: 25%;
    background: #fff;
}

#divSatinAl .BasketBtn .Basketinp .riUp {
    z-index: 1;
    position: absolute;
    background: #fefefe !important;
    cursor: pointer;
    margin: 0 !important;
    top: auto;
    left: auto;
    right: 0;
    bottom: auto;
    width: 25%;
    height: 46px;
    float: right;
    border: 1px solid #e0e0e0;
    border-left: none;
    text-indent: 0 !important;
}

    #divSatinAl .BasketBtn .Basketinp .riUp .fa {
        line-height: 44px;
    }

#divSatinAl .BasketBtn .Basketinp .riDown {
    z-index: 1;
    position: absolute;
    background: #fefefe !important;
    cursor: pointer;
    margin: 0 !important;
    top: auto;
    left: 0;
    right: auto;
    bottom: auto;
    width: 25%;
    height: 46px;
    float: left;
    border: 1px solid #e0e0e0;
    border-right: none;
    text-indent: 0 !important;
}

    #divSatinAl .BasketBtn .Basketinp .riDown .fa {
        line-height: 46px;
    }

#divSatinAl .BasketBtn .basketBtn {
    float: left;
    width: 100%;
}

    #divSatinAl .BasketBtn .basketBtn .Addtobasket,
    #divSatinAl .BasketBtn .basketBtn input {
        height: 50px;
        width: 100%;
        text-align: center;
        padding: 0 !important;
        letter-spacing: 0.75px;
        font-weight: 500;
        text-align: center;
        color: #fffff6;
        font-size: 16px;
        background: #f7f5f1;
        border-radius: 0;
        background-color: #9d5248;
        background-repeat: no-repeat;
    }

        #divSatinAl .BasketBtn .basketBtn .Addtobasket:hover,
        #divSatinAl .BasketBtn .basketBtn input:hover {
            background: var(--theme-color);
            color: #f7f5f1;
        }

    #divSatinAl .BasketBtn .basketBtn .Addtobasket {
        display: block;
        line-height: 50px;
    }

#divKombinSatinAl {
    float: left;
    width: 100%;
    margin-bottom: 10px;
    text-align: center;
}

    #divKombinSatinAl a {
        height: 40px;
        margin: 0 !important;
        float: none !important;
        display: inline-block;
        line-height: 40px;
        letter-spacing: 0.5px;
        padding: 0 20px;
        text-align: center;
        color: #fff;
        font-size: 20px;
        background: var(--theme-color) !important;
        border: none;
    }

        #divKombinSatinAl a:hover {
            background: #747474 !important;
        }

.kombinright_line a {
    padding: 0 3px;
}

#divKombinUrunEkSecenek .divKombinEksecenekTipi {
    float: left;
    clear: left;
    width: 100%;
}

#divAdetCombo .left_line {
    display: none;
}

#divAdetCombo .center_line {
    display: none;
}

#divAdetCombo select {
    height: 46px !important;
    margin: 0;
    cursor: pointer;
    text-align: center;
    text-align-last: center;
    padding: 0;
    text-indent: 0;
    font-size: 16px;
    font-weight: 700;
}

.ProductIcon2 {
    float: left;
    width: 100%;
    margin: 20px 0 0;
    display: none;
}

    .ProductIcon2 .clear {
        clear: none;
    }

    .ProductIcon2 > div {
        float: left;
    }

        .ProductIcon2 > div > a {
            float: left;
            font-size: 12px;
            text-transform: uppercase;
            margin-right: 10px;
            padding: 0 18px;
            line-height: 31px;
            background: #f5f5f5;
            color: #000;
            width: 100%;
        }

            .ProductIcon2 > div > a:before {
                font-family: fontawesome;
                font-size: 16px;
                line-height: 31px;
                margin-right: 7px;
                vertical-align: top;
                font-weight: 300;
            }

        .ProductIcon2 > div.YorumYazbtnContent > a:before {
            content: "\f040";
        }

        .ProductIcon2 > div.TavsiyeEtBtnContent > a:before {
            content: "\f164";
        }

        .ProductIcon2 > div.hidden-phone > a:before {
            content: "\f02f";
        }

        .ProductIcon2 > div > a:hover {
            color: #fff;
        }

.socialButons {
    float: left;
    width: 100%;
}

    .socialButons > div {
        float: left;
        margin-right: 5px;
    }

/*urun ozellik Bolumu*/
#divUrunOzellikAlani {
    display: none;
}

.RightDetail #divUrunOzellikAlani {
    display: block;
}

#divUrunOzellikAlani {
    margin: 32px 0 0;
    display: block;
    float: left;
    width: 100%;
}

    #divUrunOzellikAlani .urunTab {
        float: left;
        width: 100%;
    }

        #divUrunOzellikAlani .urunTab > ul {
            list-style: none;
            padding: 0;
            margin: 0;
        }

            #divUrunOzellikAlani .urunTab > ul > li {
                float: left;
                width: 100%;
            }

                #divUrunOzellikAlani .urunTab > ul > li:last-child {
                    border-bottom: none;
                }

                #divUrunOzellikAlani .urunTab > ul > li > a {
                    color: #121010;
                    font-size: 15px;
                    line-height: 60px;
                    float: left;
                    width: 100%;
                    padding: 0;
                    font-weight: 500;
                    background: linear-gradient(to right, #C3B0A5 4px, transparent 4px 12px, #C3B0A5 12px calc(100% - 12px), transparent calc(100% - 12px) calc(100% - 12px + 8px), #C3B0A5 calc(100% - 12px + 8px));
                    background-color: transparent;
                    background-size: 100% 1px;
                    background-repeat: no-repeat;
                    background-position: top left;
                    position: relative;
                }

                    #divUrunOzellikAlani .urunTab > ul > li > a span {
                        font-weight: 500;
                    }

                    #divUrunOzellikAlani .urunTab > ul > li > a:before {
                        content: '\f067';
                        font-family: 'FontAwesome';
                        font-weight: 500;
                        float: right;
                        margin-left: 10px;
                        font-size: 10px;
                        color: #121010;
                    }

                #divUrunOzellikAlani .urunTab > ul > li[onofftip="true"] > a:before {
                    content: '\f068'
                }

.urunDetayPanel {
    float: left;
    width: 100%;
    clear: none !important;
    border: none;
    padding: 10px 0;
}

.urunTabAlt strong {
    font-weight: bold;
}

.urunTabAlt #txtOneriMail {
    margin: 0;
    height: 30px;
    padding: 0 10px;
    width: 100% !important;
    border-width: 1px;
}

.urunTabAlt #txtOneriNot {
    margin: 0;
    padding: 10px;
    width: 100% !important;
    background: #fff;
}

.urunTabAlt {
    font-family: "OptimaLTStd" !important;
    padding: 0 10px 0 0;
    float: left;
    width: calc(100% - 5px);
    font-size: 14px;
    line-height: 22px;
    color: #212121;
    max-height: 275px;
    overflow-y: auto;
    overflow-x: hidden;
}

    .urunTabAlt * {
        font-family: "OptimaLTStd" !important;
    }

    .urunTabAlt i {
        font-family: 'FontAwesome' !important;
    }

    .urunTabAlt img {
        max-width: 100% !important;
    }

    .urunTabAlt iframe {
        max-width: 100% !important;
    }

    .urunTabAlt .button {
        padding: 10px 5px;
        color: #fff;
    }

.tabUrunOneriler ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .tabUrunOneriler ul li {
        float: left;
        width: 100%;
    }

.oneriValidate .validate {
    top: 0;
    padding: 5px;
}

.urunTabAlt ul li {
    margin-bottom: 5px;
    clear: both;
}

    .urunTabAlt ul li input {
        float: left;
        margin-right: 5px;
        width: auto !important;
    }

    .urunTabAlt ul li label {
        float: left;
        width: auto !important;
        line-height: normal;
    }

    .urunTabAlt ul li input[type="checkbox"] {
        margin-top: 0;
    }

.urunTabAlt .teknikDetay {
    display: none;
}

.urunTabAlt p {
    margin: 0;
}


/*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;
    margin-top: 32px;
}

.productModule2 {
    float: left;
    width: 100%;
}

.categoryTitle {
    margin: 0 0;
    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 20px 0;
    width: 100%;
}

    .Block_item.OzelBlokIcerik {
        border: 0;
        margin: 0 auto;
        width: 100%;
        max-width: 1440px;
    }

        .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 .Block_Text ul li a {
            display: block;
            font-weight: 400;
            color: #2b2b2b;
            font-size: 14px;
        }

        .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: 15px;
        font-weight: 500;
        word-wrap: break-word;
        display: block;
        color: #2b2b2b;
        border-bottom: 1px solid #ddd;
        padding: 9px 0 15px 0px;
    }

        .Block_item .Block_Title span {
            float: left;
            display: block;
            width: 100%;
            font-size: 13px;
            font-weight: 500;
            color: #2b2b2b;
        }

        .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 #c3b0a5;
}

    .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;
}
/*Özel Blok İçerik*/
.OzelBlokIcerik {
    display: inline-block !important;
    width: auto;
    clear: initial;
}

    .OzelBlokIcerik .Block_Text {
        display: inline-block !important;
        width: 100%;
    }

        .OzelBlokIcerik .Block_Text img {
            width: 100%;
            display: block;
        }

.Block_item.Anket .Block_Text {
    text-align: center;
}

    .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: var(--theme-color);
        border: 1px solid var(--theme-color);
        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-color: #fff;
}

    #header:before,
    #header:after {
        content: " ";
        display: table;
    }

    #header:after {
        clear: both;
    }

#lang_flag_container {
    left: auto !important;
    right: 0 !important;
    top: 0px !important;
    position: relative !important;
    float: right;
    margin-left: 20px;
}

#langHover {
    padding-right: 0 !important;
    padding-left: 0 !important;
}

#lang-detail {
    left: auto !important;
    right: 0 !important;
}

.mobileNav {
    display: none;
}

#logo {
    text-align: center;
    display: inline-table;
    height: 100px;
    width: 100%;
}

    #logo a {
        display: flex;
        display: -webkit-flex;
        align-items: center;
        justify-content: center;
        height: 100%;
        -webkit-align-items: center;
        -webkit-justify-content: center;
    }

        #logo a img {
            max-width: 300px;
            display: block;
        }

.uyeGirisUyeAdi {
    display: none;
}

.welcome {
    float: right;
    position: relative;
}

    .welcome .uyeGirisWelcome {
        display: none;
    }

    .welcome ul li {
        float: left;
    }

    .welcome a {
        float: left;
        color: var(--theme-color);
        font-family: "FontAwesome" !important;
        font-style: normal;
        font-weight: 300;
        font-size: 18px;
    }

        .welcome a:hover {
            color: var(--theme-color);
        }

    .welcome .headerUyeGiris a {
        font-size: 0;
        margin-left: 20px;
    }

    .welcome .headerUyeOl a {
        font-size: 0;
        margin-left: 20px;
    }

    .welcome .headerHesabim {
        font-size: 0;
        margin-left: 20px;
    }

    .welcome .headerCikis {
        font-size: 0;
        margin-left: 20px;
    }

    .welcome .headerHesabim:after {
        display: block;
        content: "\f007";
        font-size: 18px;
        font-family: "FontAwesome";
        speak: none;
        font-style: normal;
        font-weight: 300;
        line-height: 40px;
        font-variant: normal;
        text-transform: none;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

    .welcome .headerCikis:after {
        content: "\f08b";
        display: block;
        font-size: 18px;
        font-family: "FontAwesome";
        speak: none;
        font-style: normal;
        font-weight: 300;
        line-height: 40px;
        font-variant: normal;
        text-transform: none;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

    .welcome .headerUyeGiris a:after {
        content: "\f007";
        font-size: 18px !important;
        line-height: 40px;
    }

    .welcome .headerUyeOl a:after {
        content: "\f234";
        font-size: 18px !important;
        line-height: 40px;
    }

.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: var(--theme-color);
        }

.usernav {
    display: none;
}

.favicon {
    position: absolute;
    right: -6px;
    top: 39px;
}

    .favicon a {
        color: #fff;
        font-size: 0;
        font-weight: 500;
        line-height: 25px;
    }

        .favicon a i {
            color: #a1a3a1;
            font-size: 20px;
            margin-right: 9px;
            float: left;
        }
/*Header Menu*/
.navigation {
    float: right;
    width: 100%;
    border-top: 1px solid #e1e1e1;
    text-align: center;
}

    .navigation .HeaderMenu2 > li {
        position: relative;
        display: inline-block;
    }

        .navigation .HeaderMenu2 > li > a {
            padding: 0px 23px;
            line-height: 49px;
            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: var(--theme-color);
            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: var(--theme-color);
                    }

        .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: 0;
            box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15) !important;
            border: 1px solid rgba(0, 0, 0, 0.05);
        }

        .navigation .HeaderMenu2 > li > ul li {
            position: relative;
        }

        .navigation .HeaderMenu2 > li ul li:hover > ul {
            display: block;
            left: 100%;
            top: -1px;
            position: absolute;
        }

        .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: 21px;
        }

        .navigation .HeaderMenu2 > li > ul > li > a .fa {
            display: none;
        }

        .navigation .HeaderMenu2 > li > ul > li > a:hover {
            color: var(--theme-color);
        }

        .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: var(--theme-color);
            }

    .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;
        }

.hText {
    float: left;
    clear: both;
}

    .hText a {
        float: left;
        margin-right: 9px;
        padding-right: 9px;
        border-right: 1px solid #2b2b2b;
        color: #2b2b2b;
        font-size: 12px;
        line-height: 14px;
    }

        .hText a:last-child {
            border-right: none;
        }
/*Sepet*/
.mycart {
    float: right;
    position: relative;
    margin-left: 20px;
}

    .mycart > a {
        display: block;
        color: var(--theme-color);
        line-height: 40px;
    }

        .mycart > a:after {
            display: block;
            content: "\f290";
            font-size: 18px;
            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 {
        display: none;
    }

        .mycart .sepetTecxt .fa {
            display: none;
        }

    .mycart .sepetUrun {
        display: none;
    }

    .mycart .sepetUrunSayisi {
        display: block;
        text-align: center;
        color: #fff;
        position: absolute;
        width: 15px;
        height: 15px;
        line-height: 15px;
        font-size: 10px;
        background: var(--theme-color);
        border-radius: 100%;
        top: 0;
        right: -10px;
    }

    .mycart > a:hover:after {
        color: var(--theme-color);
    }

@media (min-width: 768px) {
    .mycart:hover .CartProduct {
        visibility: visible;
        opacity: 1;
        top: 130%;
    }
}

.sepetimBody .mycart:hover .CartProduct {
    visibility: hidden;
    opacity: 0;
}

.CartProduct p {
    margin-top: 0;
    margin-bottom: 0;
}

.CartProduct {
    display: block !important;
    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;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

    .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 #c3b0a5;
        }

            .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: 400;
                }

                    .CartProduct .SProduct li a .fa-times:before {
                        content: "\f1f8";
                    }

    .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: #444;
                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: #434343;
    }

    .CartProduct .headerOrderBtn {
        line-height: 47px;
        float: right;
    }

    .CartProduct .headerCartBtn:hover {
        color: #fff;
        background: var(--theme-color);
        border-color: var(--theme-color);
    }

    .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 .AllCategory {
    display: none;
}

.sepetimBody .linkRebatedProducts {
    margin-left: 0;
}

.sepetimBody .searchContent {
}
/*Arama*/
.aramaButonu {
    cursor: pointer;
    float: right;
    margin-left: 20px;
    display: block;
    color: var(--theme-color);
    font-style: normal;
    font-weight: 300;
    font-size: 18px !important;
    line-height: 90px;
}

    .aramaButonu .fa {
        line-height: 40px;
        font-size: 17px;
        font-weight: 300;
    }

#divArama {
    position: relative;
    float: left;
    width: 100%;
    flex-direction: row-reverse;
}

.searchContent {
    display: none;
    position: absolute;
    right: 0;
    top: calc(100% + 20px);
    background: #fafafa;
    z-index: 9999;
    padding: 0;
    width: 30%;
}

    .searchContent .ButtonMic {
        display: none !important;
    }

    .searchContent #txtbxArama {
        -webkit-appearance: none;
        float: left;
        width: 100%;
        font-weight: 300;
        height: 40px;
        color: #2b2b2b;
        font-size: 14px;
        padding: 0 75px 0 15px;
        background: 0 0;
        border: 1px solid #c3b0a5;
    }

    .searchContent #btnKelimeAra {
        -webkit-appearance: none;
        cursor: pointer;
        position: absolute;
        border: none;
        right: 0;
        top: 0;
        padding: 0 25px;
        height: 40px;
        background: var(--theme-color);
        color: #fff;
        font-size: 12px;
        text-transform: uppercase;
        font-weight: 700;
    }

/* ================================================ */ /* ! FOOTER */ /* ================================================ */
.ebultenBolumu {
    float: left;
    width: 100%;
    margin-top: 25px;
    background: url("/Uploads/EditorUploads/ccc.jpg") center center;
    background-size: cover;
    height: 500px;
    margin-bottom: 0px;
}

    .ebultenBolumu .ebultenBaslik {
        float: left;
        width: 100%;
        margin-top: 145px;
        margin-bottom: 25px;
        display: block;
        color: #2b2b2b;
        font-family: "OptimaLTStd" !important;
        font-size: 13px;
    }

        .ebultenBolumu .ebultenBaslik strong {
            font-size: 24px;
            font-weight: 500;
            display: block;
            margin-bottom: 30px;
        }

#divNewsLetter {
    width: 100%;
    display: inline-block;
    position: relative;
}

    #divNewsLetter label {
        display: none;
    }

    #divNewsLetter #txtbxNewsletterMail {
        border: 1px solid #fff;
        height: 40px;
        color: #000;
        background: #fff;
        font-size: 13px;
        width: 100%;
        padding-right: 80px;
    }

    #divNewsLetter #btnMailKaydet {
        position: absolute;
        background: var(--theme-color);
        right: 0;
        top: 0;
        height: 40px;
        line-height: 40px;
        padding: 0 15px;
        margin: 0;
    }

    #divNewsLetter .newsbutton {
        position: absolute;
        background: var(--theme-color);
        right: 0;
        top: 0;
        height: 40px;
        line-height: 40px;
        padding: 0 15px;
        margin: 0;
    }

.footerTopTutucu {
    background-color: #fff;
    border-top: 1px solid #efefef;
    padding: 35px 0 35px 0;
    margin-top: 20px;
}

.footerGenelTutucu {
    float: left;
    width: 100%;
    background: #efefef;
}

    .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 {
    display: inline-block;
    margin: 0 !important;
    line-height: 45px !important;
}

    #ticimaxCopyright a {
        color: var(--theme-color) !important;
    }

.userLoginBtn,
.userSignBtn {
    border: 0 !important;
}

@media (min-width: 1199px) and (max-width: 1260px) {
    .ticiContainer,
    .headerContent {
        width: 1180px;
        margin-left: 10px;
        margin-right: 10px;
    }

    .ProductDetailMain .ProductDetailMainRow {
        margin: 0;
    }
}

@media (max-width: 1260px) {
}

@media (max-width: 1199px) {
}

@media (max-width: 991px) {
}

@media (max-width: 767px) {
    .ticiContainer,
    .headerContent {
        width: 100%;
        margin: 0 auto;
        padding: 0 10px;
    }

    .slides {
        overflow: hidden;
    }

        .slides li a {
            display: block;
        }

            .slides li a img {
                display: block;
                width: 100%;
                height: auto;
            }

    .leftBlock {
        display: none;
    }

    .ProductDetailMain .leftImage {
        width: 100%;
        text-align: center;
        padding-right: 0;
    }

    .ProductDetailMain .RightDetail {
        width: 100%;
        padding-left: 0;
    }

    .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;
    }
}

@media (max-width: 768) {
    .ProductDetailMain .leftImage {
        width: 100%;
        text-align: center;
        padding: 0;
    }

    .ProductDetailMain .RightDetail {
        width: 100%;
        padding-left: 0;
    }

    .ProductIcon2 .TavsiyeEtBtnContent,
    .ProductIcon2 .hidden-phone,
    .ProductIcon2 .YorumYazbtnContent {
        width: 30%;
    }
}

@media (max-width: 767px) {
    #lang_flag_container {
        top: 47px !important;
        display: none;
    }

    #langHover {
        padding: 0 !important;
    }

    #lang-detail {
        top: 17px !important;
    }

    .welcome,
    .aramaButonu {
        display: none;
    }

    body.topOverlay .searchContent {
        opacity: 1;
        top: 0;
        height: auto;
    }

    #header {
        background-color: #fff;
        position: relative;
        height: 65px;
        border-bottom: 1px solid #d9d9d9;
        width: 100%;
    }

        #header #logo {
            width: 40%;
            margin: 0 auto !important;
            display: table !important;
            text-align: center;
            float: none;
            height: 45px;
        }

            #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;
        }

    .hText {
        display: none;
    }

    .categoryTitle .bold .satir1 {
        padding: 0 45px;
    }

    .iletisimContent {
        padding: 0px;
    }

        .iletisimContent .row {
            width: 100%;
            padding: 3px;
            margin-bottom: 10px;
            min-height: 1px;
        }

            .iletisimContent .row .span {
                line-height: 20px !important;
                bottom: 0 !important;
                height: auto;
            }

                .iletisimContent .row .span .Left {
                    font-size: 11px !important;
                    width: 30% !important;
                }

                .iletisimContent .row .span .Right {
                    width: 68% !important;
                    font-size: 11px !important;
                }

                .iletisimContent .row .span > .line1 > div {
                    text-align: left;
                    width: 100% !important;
                    min-height: 20px;
                    border-bottom: 1px solid #c3b0a5;
                    margin: 0;
                }

                    .iletisimContent .row .span > .line1 > div > span {
                        width: 50% !important;
                        float: left;
                        text-align: left;
                        min-height: 1px;
                    }

                .iletisimContent .row .span > .line1 {
                    border: none !important;
                    margin: 0 !important;
                    float: left;
                }

                .iletisimContent .row .span > .line2 {
                    border: none !important;
                    margin: 0 !important;
                    float: left;
                }

                .iletisimContent .row .span > .line3 {
                    border: none !important;
                    margin: 0 0 20px 0 !important;
                    float: left;
                }

                .iletisimContent .row .span > .line2 > .line1 {
                    width: 100% !important;
                    min-height: 1px;
                    border-bottom: 1px solid #c3b0a5;
                    margin: 0;
                    line-height: 20px;
                }

                    .iletisimContent .row .span > .line2 > .line1 > span:nth-child(2) {
                        display: none;
                    }

                    .iletisimContent .row .span > .line2 > .line1 > span {
                        width: 50% !important;
                        float: left;
                        text-align: left;
                    }

                .iletisimContent .row .span > .line2 > .line2 {
                    width: 100% !important;
                    min-height: 1px;
                    border-bottom: 1px solid #c3b0a5;
                }

                    .iletisimContent .row .span > .line2 > .line2 > span:nth-child(2) {
                        display: none;
                    }

                    .iletisimContent .row .span > .line2 > .line2 > span {
                        width: 50% !important;
                        float: left;
                        text-align: left;
                    }

                .iletisimContent .row .span > .line3 > .line1 {
                    margin: 0;
                }

                    .iletisimContent .row .span > .line3 > .line1 > span:nth-child(2) {
                        display: none !important;
                    }

                    .iletisimContent .row .span > .line3 > .line1 > span {
                        width: 50% !important;
                        float: left;
                        text-align: left;
                        display: table;
                    }
}

@media (min-width: 768px) {
    .bottomHead {
        display: none;
    }
}
/*Fiyat Aralığı*/
body .leftBlock .slider-range {
    float: left;
    width: 100%;
    border: none;
    border-radius: 0;
    padding: 0;
    margin: 10px 0 20px 0;
    height: 4px;
    background: #c3b0a5;
}

    body .leftBlock .slider-range .ui-slider-range {
        height: 3px;
        background: #000;
        border-radius: 0;
        top: 1px;
        margin: 0;
    }

    body .leftBlock .slider-range .ui-slider-handle {
        width: 16px;
        height: 16px;
        border-radius: 100%;
        background: var(--theme-color);
        border: none;
        margin: 0;
        top: -6px;
    }

    body .leftBlock .slider-range span:nth-child(2) {
        margin-left: 0px;
    }

    body .leftBlock .slider-range span:nth-child(3) {
        margin-left: -15px;
    }

body .leftBlock .amount {
    float: left;
    width: 100%;
    color: #000;
    font-size: 14px;
    text-align: left;
    margin-bottom: 0px;
    font-weight: 500;
}
/*Fiyat Aralığı*/
.mobilMenuAcButton,
.searchClick,
.mycartClick,
.welcomeOpen {
    display: none;
}

body .productItem .divVideoPlayButton {
    position: absolute;
    margin: auto;
    overflow: hidden;
    height: 0;
    padding-bottom: 150%;
    top: 0;
    width: 100%;
    bottom: auto;
}

    body .productItem .divVideoPlayButton a.urunListeVideoPlay {
        color: #fff;
        float: left;
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        display: flex;
        display: -webkit-flex;
        align-items: center;
        justify-content: center;
        -webkit-align-items: center;
        -webkit-justify-content: center;
    }

        body .productItem .divVideoPlayButton a.urunListeVideoPlay i {
            font-family: "FontAwesome";
            font-weight: 300;
            font-size: 40px;
            display: inline-block;
            vertical-align: top;
            margin-top: 0;
            text-shadow: 0 0 4px #848484;
        }

            body
            .productItem
            .divVideoPlayButton
            a.urunListeVideoPlay
            i.fa-play-circle-o:before {
                content: "\f144";
            }

            body
            .productItem
            .divVideoPlayButton
            a.urunListeVideoPlay
            i.fa-pause-circle-o:before {
                content: "\f28b";
            }

.leftBlock .category-vertical-filters {
    float: left;
    width: 100%;
    border: none;
    border-radius: 0;
    overflow: hidden;
    margin: 0;
    text-align: center;
    padding: 0;
    background: transparent;
}

.leftBlock .panel-heading {
    position: relative;
    z-index: 1;
    float: left;
    padding: 0;
    width: 100%;
    text-align: left;
    border: none;
    margin: 0;
    background-color: transparent !important;
}

    .leftBlock .panel-heading a {
        display: block;
        line-height: 1;
        font-size: 15px;
        color: #222222;
        font-weight: normal;
        padding: 0;
        text-transform: uppercase;
        font-weight: 500;
        margin-bottom: 10px;
    }

.leftBlock .panel-search {
    float: left;
    width: 100%;
    margin-bottom: 15px;
}

    .leftBlock .panel-search input {
        padding: 0 10px !important;
        height: 40px;
    }

.leftBlock .category-vertical-filters > div {
    width: 100%;
    padding: 0;
    margin: 0;
    float: left;
    display: inline-block;
    margin-bottom: 10px;
    padding-bottom: 20px;
    padding: 10px;
}

    .leftBlock .category-vertical-filters > div:last-child {
        margin-bottom: 0;
    }

.leftBlock .category-vertical-filters .panel.div-kategori {
}

    .leftBlock .category-vertical-filters .panel.div-kategori .panel-heading {
    }

        .leftBlock
        .category-vertical-filters
        .panel.div-kategori
        .panel-heading
        a:after {
            display: none;
        }

    .leftBlock .category-vertical-filters .panel.div-kategori ul {
    }

        .leftBlock .category-vertical-filters .panel.div-kategori ul li {
            margin-bottom: 0;
            width: 100%;
        }

.filterBlock .Block_Title {
    display: none !important;
}

.leftBlock .category-vertical-filters .panel.div-kategori ul li a {
    margin-bottom: 10px;
}

.leftBlock .category-vertical-filters .panel.div-kategori ul li ul {
}

    .leftBlock .category-vertical-filters .panel.div-kategori ul li ul a {
    }

.leftBlock .category-vertical-filters .panel.div-kategori ul a:hover {
    text-decoration: underline;
}

.leftBlock .category-vertical-filters .panel.div-kategori > ul > li > a {
}

.leftBlock .category-vertical-filters .panel.div-kategori > ul > li {
}

.leftBlock .category-vertical-filters .vertical-filter-panel .list-group {
    float: left;
    text-align: left;
    padding: 2px 0;
    margin: 0;
    width: 100%;
    top: 100%;
    display: block;
    border: none;
}

    .leftBlock .category-vertical-filters .vertical-filter-panel .list-group li,
    .leftBlock .category-vertical-filters .vertical-filter-panel .list-group-item {
        float: left;
        margin: 0 0 15px;
        padding: 0;
        background-color: transparent;
        width: 100%;
        height: auto;
        border: none;
    }

        .leftBlock
        .category-vertical-filters
        .vertical-filter-panel
        .list-group
        li:last-child {
            margin-bottom: 0;
        }

.leftBlock .category-vertical-filters .vertical-filter-panel .list-group-item {
}

    .leftBlock .category-vertical-filters .vertical-filter-panel .list-group-item a,
    .leftBlock .category-vertical-filters .vertical-filter-panel .list-group li a {
        float: left;
        font-size: 14px;
        color: #121010;
        display: inline-block;
        line-height: 1.25;
        font-weight: normal;
        white-space: nowrap;
        max-width: calc(100% - 26px);
        overflow: hidden;
        text-overflow: ellipsis;
        letter-spacing: 0.04em;
    }

.leftBlock
.category-vertical-filters
.vertical-filter-panel
.list-group
li:hover > a .yg-category-number {
    color: #121010;
}

.leftBlock
.category-vertical-filters
.vertical-filter-panel
.list-group
li.list-group-item:hover > a {
}

.leftBlock .category-vertical-filters .vertical-filter-panel .list-group li ul {
    float: left;
    width: 100%;
}

    .leftBlock
    .category-vertical-filters
    .vertical-filter-panel
    .list-group
    li
    ul
    li:last-child {
        margin-bottom: 0;
    }

.leftBlock
.category-vertical-filters
.vertical-filter-panel
.list-group
li:hover
ul {
}

.leftBlock
.category-vertical-filters
.vertical-filter-panel
.list-group-item.list-group-item-image {
    background-size: 16px 16px !important;
    background-position: 0 0 !important;
    background-repeat: no-repeat !important;
}

    .leftBlock
    .category-vertical-filters
    .vertical-filter-panel
    .list-group-item.list-group-item-image.selected {
    }

    .leftBlock
    .category-vertical-filters
    .vertical-filter-panel
    .list-group-item.list-group-item-image:nth-child(6n) {
    }

    .leftBlock
    .category-vertical-filters
    .vertical-filter-panel
    .list-group-item.list-group-item-image
    a {
        padding-left: 26px;
    }

    .leftBlock
    .category-vertical-filters
    .vertical-filter-panel
    .list-group-item.list-group-item-image:before {
        display: none !important;
    }

    .leftBlock
    .category-vertical-filters
    .vertical-filter-panel
    .list-group-item.list-group-item-image.selected
    a:after {
        width: 16px;
        height: 16px;
        font-size: 12px;
        text-align: center;
        content: "\f00c";
        font-family: "FontAwesome";
        color: #fff;
        display: inline-block;
        vertical-align: top;
        position: absolute;
        left: 0;
    }

.leftBlock
.category-vertical-filters
.vertical-filter-panel
.list-group-item:before {
    margin-right: 10px;
    width: 16px;
    height: 16px;
    border: 1px solid #cbcbcb !important;
    border-radius: 0;
    background: #fff;
    display: inline-block !important;
    margin-top: 0;
    text-align: center;
    line-height: 11px;
}

.leftBlock
.category-vertical-filters
.vertical-filter-panel
.list-group-item.selected:before {
    border-color: #cbcbcb !important;
    background: #fff;
    content: "\f00c";
    font-family: "FontAwesome";
    color: #000;
    font-size: 13px;
    font-weight: 400;
    line-height: 15px;
}

.leftBlock
.category-vertical-filters
.vertical-filter-panel
.list-group-item:hover:before {
    border-color: #cbcbcb !important;
    background: #fff;
    content: "\f00c";
    font-family: "FontAwesome";
    color: #000;
    font-size: 13px;
    font-weight: 400;
    line-height: 15px;
}

.leftBlock .FiyatTextBox {
    float: left;
    width: 100%;
    margin-bottom: 20px;
}

body #divSayfalamaUst:not(.Slct) .brandlistselection .blockSelect {
    float: right;
    margin: 0 0 0 20px;
    background: 0 0;
}

    body #divSayfalamaUst:not(.Slct) .brandlistselection .blockSelect a {
        background: 0 0;
        color: #999;
        padding: 0 5px;
        float: left;
        margin-left: 0;
        border: 0;
    }

        body #divSayfalamaUst:not(.Slct) .brandlistselection .blockSelect a i {
            font-size: 16px;
            float: left;
            line-height: 35px;
            font-family: FontAwesome;
            font-weight: 600;
        }

        body #divSayfalamaUst:not(.Slct) .brandlistselection .blockSelect a:hover i {
            color: #000;
        }

        body #divSayfalamaUst:not(.Slct) .brandlistselection .blockSelect a:hover {
        }

        body #divSayfalamaUst:not(.Slct) .brandlistselection .blockSelect a.Active i {
            color: var(--theme-color);
        }

        body #divSayfalamaUst:not(.Slct) .brandlistselection .blockSelect a.Active {
        }

        body #divSayfalamaUst:not(.Slct) .brandlistselection .blockSelect a.sort_3 {
        }

        body #divSayfalamaUst:not(.Slct) .brandlistselection .blockSelect a.sort_2 {
            display: none;
        }

        body #divSayfalamaUst:not(.Slct) .brandlistselection .blockSelect a.sort_5 {
            display: none;
        }

.brandlistselection {
    float: left;
    width: 100%;
    margin-bottom: 10px;
}

body #divSayfalamaUst:not(.Slct) .brandlistselection .sortingContent {
    float: left;
    width: 100%;
    z-index: 999;
    background-color: #fff;
    border: none;
    border-radius: 0;
    margin: 0;
    padding: 0;
    display: -webkit-flex;
    display: -moz-flex;
    display: -o-flex;
    display: block;
    border: 0;
    padding: 10px;
    border: 1px solid #c3b0a5;
}

    body
    #divSayfalamaUst:not(.Slct)
    .brandlistselection
    .sortingContent
    li:not(.appliedFilter) {
        float: left;
        font-weight: 400;
        border-radius: 0;
        padding: 0;
        border: none;
    }

    body #divSayfalamaUst:not(.Slct) .brandlistselection .sortingContent li > a {
        position: relative;
        background-color: transparent;
        color: #000;
        font-size: 12px;
        border-radius: 0;
        padding: 0 15px;
    }

        body
        #divSayfalamaUst:not(.Slct)
        .brandlistselection
        .sortingContent
        li > a
        span {
            font-weight: 400;
            line-height: 35px;
        }

        body
        #divSayfalamaUst:not(.Slct)
        .brandlistselection
        .sortingContent
        li > a:hover {
            text-decoration: underline;
        }

    body
    #divSayfalamaUst:not(.Slct)
    .brandlistselection
    .sortingContent
    li
    a.selected {
        text-decoration: underline;
        color: var(--theme-color);
        background: #fff;
    }

body
#divSayfalamaUst:not(.Slct)
.brandlistselection
.appliedFilter.FiltrelemeUrunAdet
span {
    float: left;
    font-size: 12px;
    color: var(--theme-color);
    font-weight: 400;
    line-height: 35px;
    padding: 0;
    margin: 0;
}

body
#divSayfalamaUst:not(.Slct)
.brandlistselection
.appliedFilter.FiltrelemeUrunAdet {
    float: right;
    background-color: transparent;
    height: auto;
    padding: 0;
}

body
#divSayfalamaUst:not(.Slct)
.brandlistselection
.sortingContent
li.appliedFilter.FiltrelemeUrunAdet {
    float: right;
}

body #divSayfalamaUst.Slct .blockSelect {
    float: right;
    margin: 0;
    display: none !important;
    padding: 0;
}

    body #divSayfalamaUst.Slct .blockSelect a {
        float: left;
        width: 40px;
        height: auto;
        margin: 0;
        padding: 0;
        text-align: center;
        border: none;
        background: #fff;
        display: block;
        margin-left: 10px;
        border: 1px solid #c3b0a5;
    }

    body #divSayfalamaUst.Slct .blockSelect i {
        color: #c6c6c6;
        line-height: 40px;
        font-size: 18px;
    }

    body #divSayfalamaUst.Slct .blockSelect a:hover {
        color: var(--theme-color);
    }

        body #divSayfalamaUst.Slct .blockSelect a:hover i {
            color: var(--theme-color);
        }

    body #divSayfalamaUst.Slct .blockSelect .sort_2 {
        display: none;
    }

    body #divSayfalamaUst.Slct .blockSelect .sort_5 {
        display: none;
    }

    body #divSayfalamaUst.Slct .blockSelect a.Active {
        color: var(--theme-color);
    }

        body #divSayfalamaUst.Slct .blockSelect a.Active i {
            color: var(--theme-color);
        }

body #divSayfalamaUst.Slct .brandlistselection .sortingContent {
    float: left;
    width: 100%;
    display: block;
    background: transparent;
    padding: 10px;
    display: flex;
    flex-direction: row-reverse;
    border-top: 1px solid #c3b0a5;
    border-bottom: 1px solid #c3b0a5;
}

    body #divSayfalamaUst.Slct .brandlistselection .sortingContent select {
        line-height: 42px;
        float: left;
        height: 40px;
        color: #252525;
        font-size: 14px;
        font-weight: normal;
        border: none;
        background: #f7f5f1;
        border-radius: 0;
        padding: 0;
        appearance: none;
        -moz-appearance: none;
        -webkit-appearance: none;
        padding: 0 10px;
        border: none;
        cursor: pointer;
    }

    body #divSayfalamaUst.Slct .brandlistselection .sortingContent li {
        height: auto;
        padding: 0;
        border-radius: 0;
        background: transparent;
        float: left;
        margin-right: 24px;
    }

        body
        #divSayfalamaUst.Slct
        .brandlistselection
        .sortingContent
        li.appliedFilter.FiltrelemeUrunAdet {
            float: left;
            margin-right: auto;
            margin-top: 2px;
        }

body #divSayfalamaUst.Slct li.appliedFilter.FiltrelemeUrunAdet {
    margin: 0;
}

    body #divSayfalamaUst.Slct li.appliedFilter.FiltrelemeUrunAdet span {
        color: var(--theme-color);
        font-size: 13px;
        line-height: 40px;
        font-weight: 400;
        float: left;
        margin: 0;
        text-indent: 0;
    }

body #divSayfalamaUst.Slct .brandlistselection a.filterOrderInStock {
    padding: 0;
    background: transparent;
    color: #121010;
    font-size: 13px;
    letter-spacing: 0.75px;
}

    body #divSayfalamaUst.Slct .brandlistselection a.filterOrderInStock span {
        line-height: 44px;
        font-weight: normal;
        display: inline-block;
        vertical-align: top;
        color: #121010;
        text-transform: capitalize;
    }

    body #divSayfalamaUst.Slct .brandlistselection a.filterOrderInStock:before {
        content: "";
        width: 14px;
        height: 14px;
        border: 1px solid #d1d1d1;
        border-radius: 3px;
        float: left;
        margin: 14px 10px 0 0;
        background: #fff;
    }

    body
    #divSayfalamaUst.Slct
    .brandlistselection
    a.filterOrderInStock.selected:before {
        background: var(--theme-color);
        border-color: var(--theme-color);
    }

body #divSayfalamaUst .category-vertical-filters.top-filters .FiltreUst {
    display: none;
}

body #divSayfalamaUst .category-vertical-filters.top-filters .tukgo {
    display: none;
}

body #divSayfalamaUst .category-vertical-filters.top-filters .moreNum {
    display: none;
}
/*filtresecili*/
body #divSayfalamaUst .filterDeleteContent {
    float: left;
    margin: 0 0 10px 0;
    padding: 0;
    width: 100%;
}

    body #divSayfalamaUst .filterDeleteContent .appliedFilter {
        padding: 0;
        margin: 0 10px 10px 0;
        height: auto;
        background: 0 0;
        border: 1px solid #ebecee;
        width: auto;
        border-radius: 0;
    }

        body #divSayfalamaUst .filterDeleteContent .appliedFilter.filtrelemeKaydet {
            display: none;
        }

        body
        #divSayfalamaUst
        .filterDeleteContent
        .appliedFilter:not(.FiltrelemeKaldir)
        a {
            min-width: 32px;
            margin: 0;
            border: #ebecee;
            border-left: 1px solid #c3b0a5;
        }

        body #divSayfalamaUst .filterDeleteContent .appliedFilter a i {
            font-family: "FontAwesome";
            line-height: 32px;
            color: #252525;
            font-size: 12px;
            font-weight: 300;
        }

        body #divSayfalamaUst .filterDeleteContent .appliedFilter a:hover i {
            color: var(--theme-color);
        }

        body #divSayfalamaUst .filterDeleteContent .appliedFilter a i:before {
            content: "\f00d";
        }

        body #divSayfalamaUst .filterDeleteContent .appliedFilter .filter-content span {
            color: #666;
            font-size: 12px;
            text-align: left;
            font-weight: 400;
            margin: 0;
            line-height: 32px;
            padding-left: 14px;
            padding-right: 21px;
        }

.filterColorBg {
    display: none !important;
}

body
#divSayfalamaUst
.filterDeleteContent
.appliedFilter
.filter-content
span + span {
    color: #666;
}

body #divSayfalamaUst .filterDeleteContent .appliedFilter.FiltrelemeKaldir {
    display: block;
}

    body #divSayfalamaUst .filterDeleteContent .appliedFilter.FiltrelemeKaldir a {
        width: 100%;
        background: 0 0;
        line-height: 1;
        margin: 0;
        padding: 0;
    }

        body
        #divSayfalamaUst
        .filterDeleteContent
        .appliedFilter.FiltrelemeKaldir
        a
        span {
            line-height: 32px;
            font-weight: 400;
            font-size: 13px;
            text-align: center;
            margin: 0;
            width: 100%;
            color: #fff !important;
            background: var(--theme-color) !important;
        }

.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.4);
        left: 5px;
        right: 5px;
        bottom: 0;
        color: #fff;
        padding: 5px;
        font-size: 12px;
    }

    .AnasayfaTasarimLine:hover .AnasayfaTasarimAdi {
        background-color: #000;
    }

@media (max-width: 425px) {
    .AnasayfaTasarimLine.Kucuk {
        width: 100%;
    }
}
/*Galeri Modülü*/
section.ResimGaleri .ResimGaleriHeadIcerik {
    text-align: center;
}

section.ResimGaleri .Main {
    position: relative;
}

    section.ResimGaleri .Main .AllGallery {
        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: "\e86f";
        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 #c3b0a5;
        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: #c3b0a5;
            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ü*/

.logoArea {
    display: flex;
    display: -webkit-flex;
    padding: 0px;
    justify-content: space-between;
    align-items: center;
    -webkit-justify-content: space-between;
    -webkit-align-items: center;
    padding: 0;
}

    .logoArea .leftDiv {
        display: flex;
        width: calc(50% - 102.5px);
        flex: 0 0 calc(50% - 102.5px);
        justify-content: flex-start;
        -webkit-flex: 0 0 calc(50% - 102.5px);
        -webkit-justify-content: flex-start;
    }

    .logoArea .centerDiv {
        display: flex;
        width: 205px;
        flex: 0 0 calc(205px);
        -webkit-flex: 0 0 calc(205px);
        justify-content: center;
        -webkit-flex: 0 0 calc(205px);
        -webkit-justify-content: center;
    }

    .logoArea .rightDiv {
        display: flex;
        width: calc(50% - 102.5px);
        flex: 0 0 calc(50% - 102.5px);
        justify-content: flex-end;
        -webkit-flex: 0 0 calc(50% - 102.5px);
        -webkit-justify-content: flex-end;
        align-items: center;
        -webkit-align-items: center;
    }

@media (min-width: 1042px) {
    .mobilMenu {
        display: none;
    }

    .breadList {
        display: none !important;
    }

    body #divSayfalamaUst .filterBlock {
        float: left;
        border: none;
        border-radius: 0;
        width: auto;
    }

    body #divSayfalamaUst .category-vertical-filters.top-filters {
        padding: 0;
        margin: 0;
        background: transparent;
        position: static;
    }

        body #divSayfalamaUst .category-vertical-filters.top-filters .panel {
            margin: 0 19px 0 0;
            padding: 0;
            width: auto;
            position: relative;
        }

            body
            #divSayfalamaUst
            .category-vertical-filters.top-filters
            .panel.vertical-top-price-filter {
                min-width: 150px;
                margin-left: 10px;
            }

            body
            #divSayfalamaUst
            .category-vertical-filters.top-filters
            .panel
            .panel-heading {
                padding: 0;
                margin: 0;
                min-width: auto;
                border-right: none;
                background-color: transparent !important;
                border: 1px solid #c3b0a5;
            }

                body
                #divSayfalamaUst
                .category-vertical-filters.top-filters
                .panel
                .panel-heading:after {
                }

                body
                #divSayfalamaUst
                .category-vertical-filters.top-filters
                .panel
                .panel-heading
                a {
                    line-height: 50px;
                    padding-left: 15px;
                    text-align: left;
                    color: #000000;
                    font-size: 13px;
                    padding: 0 20px;
                    font-weight: 500;
                }

                    body
                    #divSayfalamaUst
                    .category-vertical-filters.top-filters
                    .panel
                    .panel-heading
                    a:after {
                        content: "\f107";
                        line-height: 48px;
                        vertical-align: top;
                        margin-left: 10px;
                        position: static;
                        color: #000000;
                        font-size: 18px;
                        font-family: "FontAwesome";
                        font-weight: 300;
                    }

                body
                #divSayfalamaUst
                .category-vertical-filters.top-filters
                .panel
                .panel-heading.active
                a:after {
                    content: "\f106";
                    color: #000;
                }

        body
        #divSayfalamaUst
        .category-vertical-filters.top-filters
        .list-group.dropdown > li {
            float: left;
            text-align: left;
            margin: 0;
            width: 100%;
            padding: 0;
        }

        body
        #divSayfalamaUst
        .category-vertical-filters.top-filters
        .div-kategori
        .list-group.dropdown > li {
            width: 100%;
        }

        body
        #divSayfalamaUst
        .category-vertical-filters.top-filters
        .list-group.dropdown
        li
        a {
            line-height: 28px;
            font-size: 13px;
            color: #000000;
        }

            body
            #divSayfalamaUst
            .category-vertical-filters.top-filters
            .list-group.dropdown
            li
            a:hover {
                text-decoration: underline;
            }

        body
        #divSayfalamaUst
        .category-vertical-filters.top-filters
        .list-group.dropdown > li
        ul {
            display: block;
        }

            body
            #divSayfalamaUst
            .category-vertical-filters.top-filters
            .list-group.dropdown > li
            ul > li {
                width: 100%;
            }

    body
    #divSayfalamaUst
    .category-vertical-filters
    .vertical-filter-panel
    .list-group-item:before {
        margin-top: 7px;
        display: inline-block;
    }

    body
    #divSayfalamaUst
    .category-vertical-filters
    .vertical-filter-panel
    .list-group-item:hover:before {
        background: var(--theme-color);
        border-color: var(--theme-color);
    }

    body
    #divSayfalamaUst
    .category-vertical-filters
    .vertical-filter-panel
    .list-group-item.selected:before {
        background: var(--theme-color);
        border-color: var(--theme-color);
    }

    body
    #divSayfalamaUst
    .category-vertical-filters
    .vertical-filter-panel
    .list-group-item.list-group-item-image {
        background: transparent !important;
    }

    body
    #divSayfalamaUst
    .category-vertical-filters
    .vertical-filter-panel
    .list-group-item
    a {
        color: #000;
    }

    body
    #divSayfalamaUst
    .category-vertical-filters.top-filters
    .list-group.dropdown {
        top: 100%;
        width: 250px;
    }

    body #divSayfalamaUst .category-vertical-filters.top-filters .slider-range {
        background: #dfdfdf;
        height: 5px;
        width: 100%;
        margin: 13px 0 5px 0px;
        border: none;
        float: left;
    }

        body
        #divSayfalamaUst
        .category-vertical-filters.top-filters
        .slider-range
        .ui-slider-range {
            background: #262626;
            height: 4px;
            margin-top: 0;
        }

        body
        #divSayfalamaUst
        .category-vertical-filters.top-filters
        .slider-range
        .ui-slider-handle {
            background: var(--theme-color);
            border-radius: 100%;
            width: 18px;
            height: 18px;
            border: none;
            margin-top: 0;
            margin-right: -4px;
            top: -7px;
        }

    body #divSayfalamaUst .category-vertical-filters.top-filters .amount {
        color: #262626;
        font-size: 14px;
        font-weight: 600;
        left: 0;
        padding: 5px 0 0;
        float: left;
        width: 100%;
        text-align: center;
        margin-bottom: 0;
    }

    .FiltreUst {
        display: none;
    }

    .tukgo {
        display: none;
    }
}
/* mobil ve tablet ekran olcusune gore 1041px e kadar bunlari uygula */

@media (max-width: 1024px) {
    .hsbmFvrProductContent .hsbmFvrProductItemCol {
        width: 100%;
    }
}

@media screen and (max-width: 1041px) {
    body.overflow {
        overflow: hidden;
        min-height: 100%;
        position: fixed;
        left: 0;
        right: 0;
        overflow: hidden;
        top: 0;
    }
    /******************************************************/
    .navigation {
        display: none;
    }

    .Linkmenu,
    .Linkmenu * {
        width: 100%;
    }

    #divSayfalamaUst .filterBlock {
        display: block !important;
        margin: 0;
    }

    .mobilMenuAcButton {
        display: block;
    }

    body .dropdown-toggle:after {
        display: none;
    }

    body #divSayfalamaUst {
        padding: 54px 0 0;
        margin: 0;
        width: 100%;
        border: none;
        background: transparent;
        position: relative;
    }

    .urunListRel {
        width: 100%;
    }

    body .mobilFilterOpenBtn {
        position: relative;
        display: flex !important;
        align-items: center;
        justify-content: space-between;
        gap: 12px;
        width: 100%;
        margin: 0;
        padding: 16px 18px;
        border: none;
        border-bottom: 1px solid #e6ddd4;
        background: transparent;
        box-sizing: border-box;
    }

        body .mobilFilterOpenBtn:after {
            display: none !important;
        }

        body .mobilFilterOpenBtn .button {
            float: none !important;
            display: inline-flex !important;
            align-items: center;
            justify-content: center;
            gap: 8px;
            width: auto !important;
            min-width: 0;
            margin: 0;
            padding: 0;
            line-height: 1;
            background: transparent !important;
            color: var(--theme-color) !important;
            font-family: "OptimaLTStd", sans-serif !important;
            font-size: 0 !important;
            font-weight: 400;
            text-transform: none;
            text-align: left;
            border: none;
            border-radius: 0;
            box-shadow: none;
            vertical-align: middle;
        }

            body .mobilFilterOpenBtn .button.mobilFilterBtn {
                order: 1;
            }

                body .mobilFilterOpenBtn .button.mobilFilterBtn:before {
                    content: "" !important;
                    display: block !important;
                    width: 20px;
                    height: 20px;
                    margin: 0 !important;
                    font-size: 0 !important;
                    font-family: inherit !important;
                    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none"><circle cx="9.717" cy="14.339" r="1.316" stroke="%239d5248" stroke-width=".85"/><path d="M6 14.34h1.4M12.031 14.34H18" stroke="%239d5248"/><circle cx="14.283" cy="9.66" r="1.316" transform="rotate(-180 14.283 9.66)" stroke="%239d5248" stroke-width=".85"/><path d="M18 9.66h-1.4M11.969 9.66H6" stroke="%239d5248"/></svg>');
                    background-repeat: no-repeat;
                    background-position: center;
                    background-size: contain;
                }

                body .mobilFilterOpenBtn .button.mobilFilterBtn:after {
                    content: "Filtreler";
                    display: inline-block;
                    font-size: 14px;
                    line-height: 1;
                    color: var(--theme-color);
                    font-family: "OptimaLTStd", sans-serif;
                }

            body .mobilFilterOpenBtn .button.mobilSiralamBtn {
                order: 2;
            }

                body .mobilFilterOpenBtn .button.mobilSiralamBtn:before {
                    content: "Sırala" !important;
                    display: inline-block !important;
                    margin: 0 !important;
                    font-family: "OptimaLTStd", sans-serif !important;
                    font-size: 14px !important;
                    font-weight: 400;
                    line-height: 1;
                    color: var(--theme-color);
                }

                body .mobilFilterOpenBtn .button.mobilSiralamBtn:after {
                    content: "" !important;
                    display: block !important;
                    width: 16px;
                    height: 16px;
                    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none"><path d="m8 10 4 4 4-4" stroke="%239d5248" stroke-width="1.2" stroke-linejoin="round"/></svg>');
                    background-repeat: no-repeat;
                    background-position: center;
                    background-size: contain;
                }

    .categorydesign .uNo {
        float: right;
        color: #999a9d;
        font-size: 12px;
    }

    body #divSayfalamaUst .filterDeleteContent {
        display: none;
    }

    body #divSayfalamaUst.Slct .brandlistselection {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        width: 100%;
        height: 100%;
        background: transparent;
        padding: 0;
        margin: 0;
        border: none;
        border-radius: 0;
        pointer-events: none;
        z-index: 4;
    }

        body #divSayfalamaUst.Slct .brandlistselection .sortingContent {
            width: 100%;
            /* height: 100%; */
            display: block !important;
            background: transparent;
            padding: 0;
            margin: 0;
            border: none;
            border-radius: 0;
            float: left;
        }

            body #divSayfalamaUst.Slct .brandlistselection .sortingContent li {
                width: auto;
                background: transparent;
                padding: 0;
                margin: 0;
                border: none;
                border-radius: 0;
            }

            body #divSayfalamaUst.Slct .brandlistselection .sortingContent select {
                width: 100%;
                height: 100%;
                font-size: 0;
                text-indent: 0;
                border: none;
                color: transparent;
                font-weight: 300;
                min-width: auto;
                border-radius: 0;
                background: transparent;
                opacity: 0;
                cursor: pointer;
                -webkit-appearance: none;
                -moz-appearance: none;
                appearance: none;
                pointer-events: auto;
            }

                body #divSayfalamaUst.Slct .brandlistselection .sortingContent select option {
                    font-size: 14px;
                    color: #000;
                }

            body
            #divSayfalamaUst.Slct
            .brandlistselection
            .sortingContent
            li:nth-child(2) {
                display: none;
            }

            body
            #divSayfalamaUst.Slct
            .brandlistselection
            .sortingContent
            li.appliedFilter.FiltrelemeUrunAdet {
                display: flex !important;
                align-items: center;
                justify-content: center;
                position: absolute;
                top: 0;
                left: 0;
                right: 0;
                width: 100%;
                height: 54px;
                float: none;
                margin: 0;
                padding: 0 16px;
                border: none;
                border-bottom: 1px solid #e6ddd4;
                background: #f7f5f1;
                pointer-events: none;
                box-sizing: border-box;
            }

                body
                #divSayfalamaUst.Slct
                .brandlistselection
                .sortingContent
                li.appliedFilter.FiltrelemeUrunAdet
                span {
                    float: none;
                    display: block;
                    width: 100%;
                    margin: 0;
                    padding: 0;
                    text-align: center;
                    color: #5b5a57;
                    font-family: "Times-Now-Semi-Light", Georgia, serif;
                    font-size: 13px;
                    font-weight: 400;
                    line-height: 1.2;
                }

            body
            #divSayfalamaUst.Slct
            .brandlistselection
            .sortingContent
            li:has(#filterOrderSelect) {
                position: absolute !important;
                top: 54px !important;
                right: 0 !important;
                left: auto !important;
                width: 42% !important;
                height: 52px !important;
                margin: 0 !important;
                float: none !important;
                pointer-events: auto;
                z-index: 5;
            }

                body
                #divSayfalamaUst.Slct
                .brandlistselection
                .sortingContent
                li:has(#filterOrderSelect)
                select {
                    position: absolute !important;
                    inset: 0 !important;
                    width: 100% !important;
                    height: 100% !important;
                    opacity: 0 !important;
                    pointer-events: auto;
                    z-index: 6;
                }

                body
                #divSayfalamaUst.Slct
                .brandlistselection
                .sortingContent
                li:has(#filterOrderSelect)::after {
                    display: none !important;
                    content: none !important;
                    filter: none !important;
                }

    body #divSayfalamaUst .mobilFilterOpenBtn {
        z-index: 2;
    }

        body #divSayfalamaUst .mobilFilterOpenBtn .button.mobilFilterBtn {
            position: relative;
            z-index: 7;
            pointer-events: auto;
        }

    body #divSayfalamaUst:not(.Slct) .brandlistselection {
        padding: 0;
        text-align: center;
        position: absolute;
        top: calc(100%);
        left: 0;
        right: 0;
        z-index: 25;
        border-bottom: none;
        background: #fff;
    }

        body #divSayfalamaUst:not(.Slct) .brandlistselection .sortingContent {
            display: none;
            padding: 0;
        }

            body
            #divSayfalamaUst:not(.Slct)
            .brandlistselection
            .sortingContent
            li:not(.appliedFilter) {
                margin: 0 !important;
                width: 100%;
                border: 0;
                padding: 0 !important;
            }

            body #divSayfalamaUst:not(.Slct) .brandlistselection .sortingContent li a {
                border: none;
                text-align: center;
            }

                body
                #divSayfalamaUst:not(.Slct)
                .brandlistselection
                .sortingContent
                li
                a
                span {
                    line-height: 35px;
                }

            body
            #divSayfalamaUst:not(.Slct)
            .brandlistselection
            .sortingContent
            li.appliedFilter.FiltrelemeUrunAdet {
                display: none;
            }

            body
            #divSayfalamaUst:not(.Slct)
            .brandlistselection
            .sortingContent
            li
            a:before {
                display: none;
            }

            body #divSayfalamaUst:not(.Slct) .brandlistselection .sortingContent li > a {
                border-bottom: 1px solid #e5e5e5;
                padding: 0px 0 !important;
            }

    body .category-vertical-filters.top-filters {
        display: block !important;
        width: 360px;
        position: fixed;
        top: 0;
        right: -100%;
        bottom: 0;
        z-index: 9999;
        background: #f7f5f1;
        margin: 0;
        padding: 0;
        border: none;
        transition: all 0.3s ease;
        overflow-y: auto;
        overflow-x: hidden;
        margin: 0 !important;
    }

        body .category-vertical-filters.top-filters ul {
            list-style: none;
            padding: 0;
            margin: 0;
        }

    body .filterBlock.active .category-vertical-filters.top-filters {
        right: 0;
    }

    body #divSayfalamaUst .category-vertical-filters.top-filters .FiltreUst {
        float: left;
        width: 100%;
        line-height: 50px;
        font-size: 16px;
        color: #fff;
        margin-bottom: 10px;
        padding: 0 10px;
        position: relative;
        text-align: center;
        display: block;
        background: var(--theme-color);
    }

    body .category-vertical-filters.top-filters .FiltreUst span {
        display: inline-block;
        vertical-align: top;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        letter-spacing: 1px;
        padding-left: 12px;
    }

    body .category-vertical-filters.top-filters .FiltreUst .closeFilt {
        float: left;
        font-size: 25px;
        position: relative;
        z-index: 1;
    }

        body .category-vertical-filters.top-filters .FiltreUst .closeFilt i {
            font-weight: 300;
        }

    body .category-vertical-filters.top-filters .FiltreUst a {
        float: right;
        font-size: 13px;
        position: relative;
        z-index: 1;
        color: #fff;
        display: none;
    }

        body .category-vertical-filters.top-filters .FiltreUst a.active {
            display: block;
        }

        body .category-vertical-filters.top-filters .FiltreUst a i {
            color: #fff;
            font-size: 20px;
            display: inline-block;
            vertical-align: top;
            line-height: 50px;
            margin-left: 5px;
        }

    body #divSayfalamaUst .category-vertical-filters.top-filters .tukgo {
        float: left;
        width: 100%;
        margin-bottom: 10px;
        position: relative;
        padding: 0 10px;
        display: block;
    }

    body .category-vertical-filters.top-filters .tukgo .filterOrderInStock {
        float: left;
        width: 100%;
        line-height: 50px;
        font-size: 14px;
        color: #262324;
        text-align: left;
        padding: 0 0 0 0px;
        background: #f7f5f1;
    }

        body
        .category-vertical-filters.top-filters
        .tukgo
        .filterOrderInStock:before {
            content: "";
            float: right;
            width: 24px;
            max-height: 24px;
            position: absolute;
            top: 0;
            bottom: 0;
            right: 32px;
            border-radius: 100%;
            background: #c5c7c9;
            margin: auto 0;
            background: #fff;
            box-shadow: 0 0 2px 0 #999;
            z-index: 1;
            transition: all 0.3s ease;
        }

        body .category-vertical-filters.top-filters .tukgo .filterOrderInStock:after {
            content: "";
            float: right;
            width: 40px;
            max-height: 16px;
            position: absolute;
            top: 0;
            bottom: 0;
            right: 0;
            border-radius: 20px;
            background: #c5c7c9;
            margin: auto 15px auto 0;
            transition: all 0.3s ease;
        }

        body
        .category-vertical-filters.top-filters
        .tukgo
        .filterOrderInStock.selected:before {
            right: 15px;
        }

        body
        .category-vertical-filters.top-filters
        .tukgo
        .filterOrderInStock.selected:after {
            background: #39d662;
        }

    body .category-vertical-filters.top-filters .panel .panel-heading {
        padding: 0;
        margin: 0;
        border: none;
        background: #f7f5f1 !important;
        float: left;
        width: 100%;
    }

        body .category-vertical-filters.top-filters .panel .panel-heading a {
            float: left;
            width: 100%;
            text-align: left;
            color: #262324;
            font-weight: 500;
            font-size: 15px;
            line-height: 50px;
            padding: 0 10px 0 0;
            text-transform: uppercase;
        }

            body .category-vertical-filters.top-filters .panel .panel-heading a:after {
                top: 0;
                color: #000;
                font-weight: 300;
                font-family: "FontAwesome";
                right: 10px;
            }

    body #divSayfalamaUst .category-vertical-filters.top-filters .moreNum {
        position: absolute;
        right: 40px;
        top: 0;
        bottom: 0;
        line-height: 50px;
        font-size: 15px;
        color: #000;
        display: block;
    }

    body .category-vertical-filters.top-filters .panel {
        float: left;
        width: 100%;
        margin-bottom: 10px;
        padding: 0 10px;
    }

    body .category-vertical-filters.top-filters .list-group.dropdown {
        border: none;
        position: static;
        box-shadow: none;
        padding-top: 0;
        background: #f7f5f1;
    }

        body .category-vertical-filters.top-filters .list-group.dropdown ul {
            margin-top: 0;
        }

        body .category-vertical-filters.top-filters .list-group.dropdown li {
            width: 100%;
            margin-right: 0;
            text-align: left;
            margin-bottom: 10px;
        }

    body .category-vertical-filters.top-filters .list-group.kategori li {
        margin: 0;
    }

    body .category-vertical-filters.top-filters .list-group.dropdown li a {
        color: #000;
        line-height: 16px;
    }

    body .category-vertical-filters.top-filters .list-group.kategori li a {
        line-height: 32px;
        font-size: 13px;
    }

    body
    .category-vertical-filters.top-filters
    .vertical-filter-panel
    .list-group-item
    a {
        font-size: 13px;
        color: #262324;
        font-weight: normal;
        float: left;
    }

    body
    .category-vertical-filters
    .vertical-filter-panel
    .list-group-item:before {
        border-radius: 0;
        display: inline-block !important;
        width: 16px;
        height: 16px;
    }

    body
    .category-vertical-filters
    .vertical-filter-panel
    .list-group-item.selected:before {
        border-color: #000;
        background: #000;
    }

    body
    .category-vertical-filters
    .vertical-filter-panel
    .list-group-item.list-group-item-image {
        background: transparent !important;
        height: auto;
    }

    body .category-vertical-filters.top-filters .panel.vertical-top-price-filter {
        width: 100%;
        margin: 20px 0;
    }

    body #divSayfalamaUst.Slct .brandlistselection .filterDeleteContent {
        display: none !important;
    }

    body
    #divSayfalamaUst.Slct
    .brandlistselection
    .sortingContent
    li:first-child:before {
        display: none;
    }

    body .slider-range {
        margin: 0 0 15px 0px !important;
        width: calc(100% - 20px);
    }

    body .amount {
        padding: 0;
        font-size: 16px;
    }
    /*MobilMenu*/
    .menuUstBolum {
        width: 100%;
        display: inline-block;
        float: left;
        margin-top: 0;
        border-bottom: 1px solid #e8e8e8;
        background: var(--theme-color);
    }

        .menuUstBolum .CloseBtnMenu {
            float: right;
            line-height: 50px;
            color: #fff;
            font-size: 30px;
            width: 50px;
            text-align: center;
            margin: 0;
            cursor: pointer;
        }

            .menuUstBolum .CloseBtnMenu i {
                font-weight: 300;
            }

        .menuUstBolum .menuBack {
            float: left;
            line-height: 50px;
            color: #fff;
            font-size: 15px;
            text-align: center;
            margin: 0;
            cursor: pointer;
            padding-left: 20px;
        }

            .menuUstBolum .menuBack i {
                font-size: 20px;
                display: inline-block;
                vertical-align: top;
                line-height: 50px;
                margin-right: 10px;
            }

    .mobilaf {
        position: fixed;
        right: 0;
        left: 0;
        width: 100%;
        top: 0;
        bottom: 0;
        background: rgba(0, 0, 0, 0.5);
        z-index: 1001;
        display: 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;
    }

        .mobilaf.acik {
            display: block;
        }

    .mobilMenu {
        position: fixed;
        left: 0;
        top: 0;
        bottom: 0;
        width: 360px;
        z-index: 99999;
        background: #fff;
        left: -110%;
        transition: left 0.3s ease-in-out;
    }

        .mobilMenu ul {
            list-style: none;
            padding: 0;
            margin: 0;
        }

        .mobilMenu.acik {
            left: 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;
            }

                .mobilMenu .navUl > li > ul li a,
                .mobilMenu .navUl > li > a {
                    color: #000;
                    font-size: 16px;
                    font-weight: 500;
                    line-height: 50px;
                    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;
            }

                .mobilMenu .altMenu .altMenuler .altmenuSol > ul > li .ResimliDown2 i,
                .mobilMenu .navUl > li > ul li .ResimsizDown2 i,
                .mobilMenu .navUl > li .ResimsizDown i,
                .mobilMenu .navUl > li .ResimliDown i {
                    line-height: 50px;
                    font-size: 25px;
                    float: right;
                    font-weight: 300;
                }
        /*Acilirmenuicerik*/
        .mobilMenu .altMenu .altMenuMarkalar,
        .mobilMenu .altMenu .altMenuler {
            float: left;
            width: 360px;
            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: 100%;
            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 {
                    line-height: 55px;
                    text-align: left;
                    z-index: 1;
                    padding-left: 20px;
                    font-size: 20px;
                    position: absolute;
                    left: 0;
                    right: 0;
                    top: 0;
                    bottom: 0;
                }

                    .mobilMenu
                    .altMenu
                    .altMenuler
                    .altmenuSol > ul > li
                    .ResimliMenu1AltUl > span
                    .DownBtn
                    i,
                    .mobilMenu .navUl > li > ul li ul > span .NoiBack2 i,
                    .mobilMenu .altMenu .altMenuMarkalar > span .UpBtn i,
                    .mobilMenu .altMenu .altmenuSol > span .UpBtn i,
                    .mobilMenu .navUl > li > ul > span .NoiBack i {
                        font-weight: normal;
                    }

            .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: 16px;
                    font-weight: 500;
                    line-height: 50px;
                    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;
            }
}

@media (min-width: 1260px) and (max-width: 1400px) {
    .mycart .sepetTecxt {
        display: none;
    }

    .mycart > a {
        width: auto;
        padding-left: 10px;
    }
}

@media (min-width: 1042px) and (max-width: 1260px) {
    /* ------------------------------------Container--------------------------------------------*/
    body ul.breadcrumb,
    .navigation > div,
    .headerContent,
    .userLoginContent,
    .hesabimContent,
    .sepetimBody .headerContent,
    .sepetimBody #footer .ticiContainer,
    .ticiContainer {
        margin: 0 auto;
    }
    /* ------------------------------------Container--------------------------------------------*/

    .searchContent {
        width: calc(100% - 220px);
    }

    .mycart .sepetTecxt {
        display: none;
    }

    .mycart > a {
        width: auto;
        padding-left: 10px;
    }

    .logoArea .rightDiv {
        -webkit-flex: calc(50% - 90px);
        width: calc(50% - 90px);
        flex: calc(50% - 90px);
    }

    .welcome .headerCikis {
        display: none;
    }

    .welcome .headerUyeOl a {
        display: none;
    }

    .logoArea .centerDiv {
        -webkit-flex: 180px;
        width: 180px;
        flex: 180px;
    }

    .logoArea .leftDiv {
        -webkit-flex: calc(50% - 90px);
        width: calc(50% - 90px);
        flex: calc(50% - 90px);
    }

    .welcome .headerHesabim:before {
        margin: 0;
        display: inline-block;
        vertical-align: top;
        float: none;
    }

    .welcome .headerUyeGiris a,
    .welcome .headerUyeOl a,
    .welcome .headerHesabim,
    .welcome .headerCikis {
    }

    .favicon a i {
        margin: 0;
    }

    .favicon a {
    }

    .leftBlock {
        display: block !important;
    }

        .leftBlock .panel-heading a {
            font-size: 14px;
            line-height: 30px;
            margin-bottom: 15px;
        }

    body .blockSelect .sort_4 {
        display: none !important;
    }

    .leftImage .owl-carousel {
        margin: 0;
        padding: 0;
        border: 0;
    }

    body #divSayfalamaUst:not(.Slct) .brandlistselection .sortingContent li > a {
        padding: 0 5px !important;
    }
}

@media (min-width: 768px) and (max-width: 1041px) {
    /* ------------------------------------Container--------------------------------------------*/
    body ul.breadcrumb,
    .headerContent,
    .navigation > div,
    .userLoginContent,
    .hesabimContent,
    .sepetimBody .headerContent,
    .sepetimBody #footer .ticiContainer,
    .ticiContainer {
        margin: 0 auto;
        padding: 0 10PX;
    }
    /* ------------------------------------Container--------------------------------------------*/
    .homeContainer .ProductListContent .ProductList {
        max-width: 720px;
    }

    .sliderBannerContainer .ProductList {
        max-width: 720px;
    }

    .detaySliderContainer .ProductList {
        max-width: 720px;
    }

    .navigation .altMenu .altMenuler {
        max-width: 720px;
    }

    .markaSlider .jCarouselLite {
        max-width: 720px;
    }

    #divIcerik.homepage {
        margin: 0 auto;
    }

    .mobilMenuAcButton {
        float: left;
        color: #000;
        font-size: 30px;
        margin-right: 30px;
    }

        .mobilMenuAcButton span {
            display: block;
            font-size: 11px;
        }

    body .mobilFilterOpenBtn .button {
        width: auto !important;
    }

    .categoryContainer .centerCount {
        padding: 0 !important;
        overflow: hidden;
        margin: 0;
        width: 100%;
    }

    .categoryContainer .leftBlock {
        display: none;
    }

    body #divSayfalamaUst {
        margin-top: 0 !important;
    }

    .ProductIcon div {
        width: 50%;
    }

    .searchContent {
        width: calc(100% - 80px);
    }

    .mycart .sepetTecxt {
        display: none;
    }

    .mycart > a {
        width: auto;
        padding-left: 10px;
    }

    .logoArea .rightDiv {
        -webkit-flex: calc(50% - 75px);
        width: calc(50% - 75px);
        flex: calc(50% - 75px);
    }

    .welcome .headerCikis {
        display: none;
    }

    .welcome .headerUyeOl a {
        display: none;
    }

    .logoArea .centerDiv {
        -webkit-flex: 0 0 calc(150px);
        width: 150px;
        flex: 150px;
        -webkit-flex: 150px;
    }

    .logoArea .leftDiv {
        -webkit-flex: calc(50% - 75px);
        width: calc(50% - 75px);
        flex: calc(50% - 75px);
        align-items: center;
        -webkit-align-items: center;
    }

    .welcome .headerHesabim:before {
        margin: 0;
        display: inline-block;
        vertical-align: top;
        float: none;
    }

    .welcome .headerUyeGiris a,
    .welcome .headerUyeOl a,
    .welcome .headerHesabim,
    .welcome .headerCikis {
        font-size: 0;
    }

    .favicon a i {
        margin: 0;
    }

    .favicon a {
        font-size: 0;
    }



    .leftImage .owl-carousel {
        margin: 0;
        padding: 0;
        border: 0;
    }

    #divSatinAl .BasketBtn .basketBtn .Addtobasket,
    #divSatinAl .BasketBtn .basketBtn input,
    #divSatinAl .buyfast input {
        font-size: 14px !important;
    }
}

@media (max-width: 480px) {
    .newIcon {
        width: 30px;
        height: 20px;
        line-height: 20px;
        left: 0;
        top: 0;
        font-size: 10px;
    }

    .IndirimliUrun.StokYok .cargoIcon {
        top: 0;
    }

    .firsatIcon {
        line-height: 20px;
        font-size: 9px;
        height: 20px;
        left: 0;
        padding: 0 2.5px;
    }

    .YeniUrun .firsatIcon,
    .IndirimliUrun .cargoIcon {
        top: 25px;
    }

    .cargoIcon {
        line-height: 20px;
        font-size: 9px;
        height: 20px;
        right: 0;
        padding: 0 2.5px;
    }

    .discountIcon {
        width: 40px;
        height: 22px;
        line-height: 22px;
        right: 0;
        top: 0;
        font-size: 11px;
    }

    .urunListStokUyari,
    .urunListSonUrun {
        line-height: 25px;
        height: 25px;
        font-size: 10px;
    }

    .TukendiIco span {
        padding: 0 10px;
        line-height: 25px;
        height: 25px;
        font-size: 12px;
    }

    .ozelAlan1 {
        padding: 0 10px;
        line-height: 25px;
        font-size: 10px;
        white-space: nowrap;
        overflow: hidden;
        width: 100%;
    }
}
/* Mobil Ekran */

body #header .stories.carousel {
    float: right;
    width: auto;
    margin: 0;
    position: absolute;
    right: 0;
    top: 0;
}

    body #header .stories.carousel .story {
        display: inline-block;
        width: 30px;
        max-width: 30px;
        vertical-align: top;
        margin: 0;
    }

        body #header .stories.carousel .story > .item-link > .item-preview {
            display: block;
            box-sizing: border-box;
            font-size: 0;
            max-height: 30px;
            height: 30px;
            overflow: hidden;
            transition: transform 0.2s;
            display: block;
            box-sizing: border-box;
            font-size: 0;
            transition: transform 0.2s;
            background: url(../Default/images/instagramborder.png);
            background-size: contain;
            padding: 3px;
            background-repeat: no-repeat;
        }

            body #header .stories.carousel .story > .item-link > .item-preview img {
                display: block;
                box-sizing: border-box;
                height: 100%;
                width: 100%;
                object-fit: cover;
                border: 0 !important;
                border-radius: 99999px;
            }

        body #header .stories.carousel .story > .item-link > .info {
            display: none;
        }

@media (max-width: 767px) {
    body #header .stories.carousel {
        margin: 0;
        position: absolute;
        right: 78px;
        bottom: auto;
        top: 12px;
    }
}

@media screen and (max-width: 767px) {
    #divIcerik.homepage {
        margin: 0 auto;
    }

    #divArama:before {
        display: none;
    }

    body.sepetimBody {
        padding-top: 0;
    }
    /*header click button*/
    .mycart {
        top: 10px;
        right: 5px;
        width: 15px;
        height: 15px;
        z-index: auto;
    }

        .mycart .sepetUrunSayisi {
            background: var(--theme-color);
            color: #fff;
            width: 15px;
            height: 15px;
            line-height: 15px;
        }

    .mobilMenuAcButton {
        display: block;
        position: absolute;
        top: 0;
        left: 10px;
        font-size: 22px;
        color: #000;
    }

    .searchClick {
        display: block;
        position: absolute;
        top: 0;
        left: 50px;
        font-size: 22px;
        color: #000;
    }

    .welcomeOpen {
        display: block;
        position: absolute;
        top: 0;
        right: 50px;
        font-size: 22px;
        color: #000;
    }

    .mycartClick {
        display: block;
        position: absolute;
        top: 0;
        right: 10px;
        font-size: 22px;
        color: #000;
    }

    .mobilMenuAcButton span {
        font-size: 9px;
        display: block;
        line-height: 9px;
        display: none;
    }

    .mobilMenuAcButton i {
        display: inline-block;
        vertical-align: top;
        line-height: 60px;
        font-weight: 300;
    }

    .searchClick i {
        display: inline-block;
        vertical-align: top;
        line-height: 60px;
        font-weight: 300;
    }

    .welcomeOpen i {
        display: inline-block;
        vertical-align: top;
        line-height: 60px;
        font-weight: 300;
    }

    .mycartClick i {
        display: inline-block;
        vertical-align: top;
        line-height: 60px;
        font-weight: 300;
    }
    /*mobilmenu*/
    .mobilMenu {
        width: 85%;
        bottom: 50px;
    }

        .mobilMenu .altMenu .altMenuler .altmenuSol > ul > li .ResimliMenu1AltUl,
        .mobilMenu .navUl > li > ul li ul,
        .mobilMenu .navUl > li > ul,
        .mobilMenu .altMenu {
            width: 85%;
        }

    .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;
        background: var(--theme-color);
    }

        .SepetUst span {
            display: inline-block;
            vertical-align: top;
        }

        .SepetUst .seClose {
            float: left;
            width: 40px;
            font-size: 22px;
            position: absolute;
            left: 0;
        }

            .SepetUst .seClose i {
                display: inline-block;
                vertical-align: top;
                line-height: 50px;
                font-weight: 300;
            }

    .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;
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
        box-shadow: none;
        padding: 10px;
        border-radius: 0;
    }

        .CartProduct.animated {
            right: 0;
        }

        .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;
            text-align: center;
        }

        .CartProduct .headerOrderBtn {
            line-height: 40px;
            font-size: 12px !important;
            text-align: center;
        }

    .mycart {
        background: none !important;
        padding: 0;
        margin: 0;
        border: none;
        position: absolute;
        left: auto;
        bottom: 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;
            }
    /*Sabit sayfalar icerik*/ /*Arama*/
    .searchContent {
        display: block;
        width: 100%;
        margin: 0;
        height: 0;
        background: #fff;
        overflow: hidden;
        position: absolute;
        top: 100%;
        left: 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;
        z-index: 991;
    }

        .searchContent.active {
            height: 51px;
            padding: 0;
            overflow: visible;
            width: 100%;
            left: 0;
            right: 0;
            display: block;
            border-bottom: 1px solid #c3b0a5;
        }

    .search {
        margin: 0;
        max-width: 100%;
        width: 100%;
        position: relative;
        padding: 0;
        display: block;
    }

        .search:after {
            display: none;
        }

        .search:before {
            display: none;
        }

        .search .crossclick {
            display: none;
        }

    #divAramaKategori {
        top: 0;
        left: 0;
    }

        #divAramaKategori select {
            width: 70px;
            padding-left: 5px;
            font-size: 10px;
            height: 40px;
        }

    .searchContent #txtbxArama {
        height: 50px;
        padding-right: 30px;
        padding-left: 10px;
        width: 100%;
        box-shadow: none;
        font-size: 12px;
        border-radius: 0;
        margin: 0;
        border: 0 !important;
    }

    .searchContent.active #txtbxArama {
        padding: 0 70px 0 10px;
    }

    body .searchContent #btnKelimeAra {
        width: 60px;
        height: 100%;
        right: 10px;
        top: 10px;
        line-height: 30px;
        text-indent: 0;
        padding: 0;
        left: auto;
        background-position: center center;
        background-image: none;
        border: none;
        border-radius: 0;
        font-size: 15px;
        text-align: center;
        background: var(--theme-color);
        color: #fff;
        transition: ease 0.3s all;
        transition: all 0.1s ease;
        -webkit-transition: all 0.1s ease;
        -moz-transition: all 0.1s ease;
        -o-transition: all 0.1s ease;
        display: block;
        border: 0;
        height: 30px;
    }

    .ButtonMic {
        right: 40px;
        height: 40px;
    }
    /*hosgeldin div*/
    .welcome {
        display: block;
        width: 100%;
        position: absolute;
        top: 100%;
        right: 0;
        bottom: auto;
        text-align: center;
        background: var(--theme-color);
        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: 40px;
        }

        .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%;
        list-style: none;
        padding: 0;
        margin: 0;
    }

    .welcome li {
        float: none !important;
        display: inline-block !important;
        width: auto;
        vertical-align: top;
    }

    .headerSocialConnect {
        margin-left: 0;
    }

        .headerSocialConnect .baglanButton {
            margin-left: 10px;
            background: transparent !important;
            margin-top: 0;
        }

            .headerSocialConnect .baglanButton a {
                line-height: 40px;
                font-size: 13px;
                color: #fff;
                padding: 0;
            }

                .headerSocialConnect .baglanButton a:before {
                    line-height: 40px;
                }

    .welcome .headerHesabim,
    .welcome .headerCikis,
    .welcome .headerUyeOl a,
    .welcome .headerUyeGiris a {
        float: none;
        display: inline-block !important;
        font-size: 13px !important;
        line-height: 40px;
        color: #fff !important;
        border: none;
        padding: 0;
        width: auto;
        height: auto;
        margin: 0 5px;
        font-weight: 500;
        height: auto;
        text-transform: none;
        font-family: inherit !important;
    }

    .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 !important;
        }

    .sepetimBody .bottomHead {
        display: none !important;
    }

    .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: 8px 0;
                    color: #000;
                    position: relative;
                    height: 49px;
                }

                    .bottomHead ul li a i {
                        display: block;
                        margin: 0 auto 3px;
                        font-size: 18px;
                        font-weight: 300;
                    }

    body .category-vertical-filters.top-filters {
        width: 100%;
        height: calc(100%);
        box-shadow: none;
        border: none;
    }

    body ul.breadcrumb {
        white-space: nowrap;
        position: relative;
        width: 100%;
        display: flex;
        flex-wrap: nowrap;
        overflow: auto;
        justify-content: c;
    }

        body ul.breadcrumb.zindex {
            z-index: -1;
            pointer-events: none;
        }

        body ul.breadcrumb * {
            line-height: 40px !important;
            font-size: 13px !important;
            text-decoration: none;
            letter-spacing: 0 !important;
        }


        body ul.breadcrumb li {
            font-size: 0 !important;
            margin: 0 !important;
            margin-right: 6px !important;
        }

            body ul.breadcrumb li a {
                float: left;
                display: block;
                margin: 0 !important;
                float: left;
                text-indent: 0 !important;
            }

            body ul.breadcrumb li:last-child a span:after {
                display: none;
            }

            body ul.breadcrumb li:last-child * {
                max-width: 100%;
                font-size: 14px !important;
                text-overflow: ellipsis;
                overflow: hidden;
            }

            body ul.breadcrumb li a span {
                font-size: 14px !important;
                margin: 0 !important;
                float: left;
                display: flex;
                gap: 8px;
            }

                body ul.breadcrumb li a span:after {
                    content: "\f105";
                    font-family: "FontAwesome";
                    font-size: 14px !important;
                    display: inline-block;
                    vertical-align: top;
                    line-height: 40px;
                    font-weight: 300;
                    float: left;
                }

    .categoryTitleText {
        position: relative;
        z-index: 99;
        padding: 12px 10px;
        border: 0;
        margin: 0;
    }

    .breadList {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        background: #fff;
        padding: 10px 20px;
        z-index: 999;
        -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2);
        -moz-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2);
        -ms-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2);
        -o-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2);
        box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2);
    }

        .breadList.breadActive {
            display: block !important;
        }

        .breadList ul {
            list-style: none;
        }

        .breadList .mBread {
            float: left;
            width: 100%;
        }

            .breadList .mBread ul {
                float: left;
                width: 100%;
                list-style: none;
                padding: 0;
                margin: 0;
            }

                .breadList .mBread ul li {
                    float: left;
                    width: 100%;
                    font-size: 0;
                    display: block;
                    margin-right: 0;
                    line-height: 1;
                    font-size: 0 !important;
                }

                    .breadList .mBread ul li a {
                        float: left;
                        width: 100%;
                        font-size: 11px !important;
                        color: #454545 !important;
                        padding: 5px 8px;
                        position: relative;
                    }

                        .breadList .mBread ul li a:before {
                            content: "\f148";
                            font-family: "FontAwesome";
                            font-size: 10px;
                            position: absolute;
                            left: -5px;
                            top: 8px;
                            transform: rotate(90deg);
                        }

                        .breadList .mBread ul li a span {
                            font-weight: normal !important;
                            line-height: 15px !important;
                            font-size: 11px !important;
                        }

                    .breadList .mBread ul li ul {
                        padding-left: 4px;
                    }

            .breadList .mBread > ul > li > a span {
                font-weight: 600;
            }

        .breadList .clbtn {
            position: absolute;
            right: 5px;
            top: 10px;
            width: 30px;
            text-align: center;
            font-size: 18px;
            color: #000;
            z-index: 99;
        }

    body .mobilFilterOpenBtn .button {
        font-size: 0;
    }

    body a#linkOncekiSayfa {
        display: none;
    }

    body .leftImage a#linkOncekiSayfa {
        position: absolute;
        top: 0;
        left: 0;
        width: 35px;
        background: #fff;
        text-align: center;
        font-size: 0 !important;
        font-family: "FontAwesome";
        color: #000;
        z-index: 5;
        line-height: 35px;
        display: block;
    }

        body .leftImage a#linkOncekiSayfa:before {
            content: "\f053";
            font-size: 20px;
            display: inline-block;
            vertical-align: top;
            line-height: 35px;
        }

    .spanustSepetteUrunYok {
        font-size: 16px;
        margin: 20px 0 0 0;
        float: left;
        clear: both;
        text-align: center;
        width: 100%;
        font-weight: 900;
        color: var(--theme-color);
    }

        .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;
        }

    .categoryContainer .centerCount {
        margin-top: 10px;
        padding: 0;
    }

    #divSatinAl .BasketBtn .Basketinp .riUp .fa {
        line-height: 44px;
    }

    #divSatinAl .BasketBtn .Basketinp {
        width: 140px;
        margin: 0;
    }

    #divSatinAl .buyfast {
        width: 100%;
        margin: 10px 0 0 0;
    }

        #divSatinAl .BasketBtn .basketBtn .Addtobasket,
        #divSatinAl .BasketBtn .basketBtn input,
        #divSatinAl .buyfast input {
            margin: 0;
        }
    /*urun butonlari*/
    .ProductIcon {
        position: static;
        width: 100%;
        margin: 5px 0 0;
        float: left;
        padding: 5px 0;
        border: none;
    }

        .ProductIcon .box1 {
            font-size: 12px;
            width: 100% !important;
            line-height: 35px !important;
            text-align: left;
            border: none;
            border-radius: 0;
        }

            .ProductIcon .box1 i {
                float: left;
                line-height: 35px !important;
                width: 35px;
                height: 35px;
                margin-right: 5px;
                margin-bottom: 0;
                font-size: 15px;
            }

                .ProductIcon .box1 i:before {
                    line-height: 35px;
                }

        .ProductIcon > div {
            float: left !important;
            width: 100% !important;
            margin: 5px 0 0 !important;
            max-width: 100% !important;
            padding: 0;
        }

            .ProductIcon > div > a {
                float: left;
                width: 100%;
                margin-bottom: 0;
                transition: all 0.2s ease;
            }

        .ProductIcon .box1:before {
            display: none !important;
        }

    #divSatinAl {
        margin-bottom: 0;
    }

    .ProductIcon2 .TavsiyeEtBtnContent,
    .ProductIcon2 .hidden-phone,
    .ProductIcon2 .YorumYazbtnContent {
        width: 100%;
        margin: 2.5px 0;
    }

    .pageNumber a {
        width: 25px;
        height: 25px;
        line-height: 23px;
        font-size: 13px;
    }

    .pageNumber {
        text-align: center;
        padding: 0;
        margin: 30px 0 30px;
    }

    .categoryTitle .bold {
        padding-bottom: 23px;
    }

    .ProductListContent {
        margin: 0 -5px;
    }

    .productModuleItem2 .modulediscount span,
    .productModuleItem2 .discountPrice span,
    .productModuleItem .modulediscount span,
    .productModuleItem .discountPrice span,
    .productItem .modulediscount span,
    .productItem .discountPrice span {
        font-size: 15px;
    }

    .productModuleItem2 .moduleregular span,
    .productModuleItem2 .regularPrice span,
    .productModuleItem .moduleregular span,
    .productModuleItem .regularPrice span,
    .productItem .moduleregular span,
    .productItem .regularPrice span {
        margin-right: 5px;
        font-size: 12px;
    }

    .productModuleItem2 .moduleregular,
    .productModuleItem2 .regularPrice,
    .productModuleItem .moduleregular,
    .productModuleItem .regularPrice,
    .productItem .moduleregular,
    .productItem .regularPrice {
        margin-top: 3px;
    }

    .productModuleItem2 .modulename2 *,
    .productModuleItem2 .modulename *,
    .productModuleItem2 .productName *,
    .productModuleItem .modulename2 *,
    .productModuleItem .modulename *,
    .productModuleItem .productName *,
    .productItem .modulename2 *,
    .productItem .modulename *,
    .productItem .productName * {
        font-size: 13px;
    }

    .footerTopTutucu .footerSosyalMedya a {
        margin: 0 3px;
    }

    .productItem:hover .mycartIcon {
        display: none !important;
    }

    .productItem:hover .favori {
        display: none !important;
    }

    .productItem:hover .quickViewIco {
        display: none !important;
    }

    .productItem:hover .examineIcon {
        display: none !important;
    }

    #back-to-top a {
        font-size: 20px;
    }

    #back-to-top {
        bottom: 60px;
        right: 10px;
    }

    .ProductListprev {
        width: 30px;
    }

    .ProductListnext {
        width: 30px;
    }

    #mainHolder_divDesign .owl-dots {
        display: none !important;
    }

    .ProductIcon2 > div > a {
        margin: 0;
    }

    .homeContainer .ProductListContent .ProductList {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    body {
        padding: 0;
    }

        body #mainHolder_divDesign .categoryTitle {
            padding: 0 !important;
        }

    #ticimaxCopyright {
        margin-bottom: 50px !important;
    }

    #divTicimaxCopyrightContent {
        float: left;
        width: 100%;
    }
}

.newHeaderNavigation:not(.mobileStyle) .menu-wrap > .menu-list-row {
    min-height: 420px;
}

    .newHeaderNavigation:not(.mobileStyle)
    .menu-wrap > .menu-list-row > .menu-list-kolon {
        position: relative;
    }

        .newHeaderNavigation:not(.mobileStyle)
        .menu-wrap > .menu-list-row > .menu-list-kolon > .kolon {
            flex: 0 0 280px;
            border-right: 1px solid rgba(195, 176, 165, .3);
            padding-top: 30px;
            padding-right: 20px;
        }

            .newHeaderNavigation:not(.mobileStyle)
            .menu-wrap > .menu-list-row > .menu-list-kolon > .kolon > li {
            }

                .newHeaderNavigation:not(.mobileStyle)
                .menu-wrap > .menu-list-row > .menu-list-kolon > .kolon > li > a {
                    line-height: 40px;
                    display: block;
                    width: 100%;
                    padding: 0 50px;
                }

                .newHeaderNavigation:not(.mobileStyle)
                .menu-wrap > .menu-list-row > .menu-list-kolon > .kolon > li:hover > a,
                .newHeaderNavigation:not(.mobileStyle)
                .menu-wrap > .menu-list-row > .menu-list-kolon > .kolon > li.open > a {
                }

                    .newHeaderNavigation:not(.mobileStyle)
                    .menu-wrap > .menu-list-row > .menu-list-kolon > .kolon > li > a:after,
                    .newHeaderNavigation:not(.mobileStyle)
                    .menu-wrap > .menu-list-row > .menu-list-kolon > .kolon > li.open > a:after {
                        content: "";
                        position: absolute;
                        top: 50%;
                        right: 1rem;
                        transform: translateY(-50%);
                        width: .4375rem;
                        height: .625rem;
                        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='7' height='11' viewBox='0 0 7 11' fill='none'%3E%3Cpath d='M1.00098 10.0002L6.00024 5.00098' stroke='%239D5248' stroke-linejoin='round'/%3E%3Cpath d='M1 1L4 4.00093' stroke='%239D5248' stroke-linejoin='round'/%3E%3C/svg%3E")
                    }

                .newHeaderNavigation:not(.mobileStyle)
                .menu-wrap > .menu-list-row > .menu-list-kolon > .kolon > li > .nav-submenu {
                    position: absolute;
                    left: 330px;
                    top: 20px;
                    right: 0;
                    display: flex !important;
                    padding: 20px 30px;
                    opacity: 0;
                    visibility: hidden;
                    transition: 0.2s;
                    flex-direction: column;
                    flex-wrap: wrap;
                    column-count: 5;
                    display: block;
                    gap: 30px;
                }

                .newHeaderNavigation:not(.mobileStyle)
                .menu-wrap > .menu-list-row > .menu-list-kolon > .kolon > li:hover > .nav-submenu,
                .newHeaderNavigation:not(.mobileStyle)
                .menu-wrap > .menu-list-row > .menu-list-kolon > .kolon > li.open > .nav-submenu {
                    opacity: 1;
                    visibility: visible;
                }

                .newHeaderNavigation:not(.mobileStyle)
                .menu-wrap > .menu-list-row > .menu-list-kolon > .kolon > li > .nav-submenu > li {
                    min-width: 150px;
                    display: flex;
                    align-items: flex-start;
                    flex-direction: column;
                    -webkit-column-break-inside: avoid;
                    page-break-inside: avoid;
                    break-inside: avoid;
                    margin-bottom: 10px;
                }

                .newHeaderNavigation:not(.mobileStyle)
                .menu-wrap > .menu-list-row > .menu-list-kolon > .kolon > li > .nav-submenu
                ul
                li
                a {
                    font-size: 15px;
                    font-weight: 400;
                    color: #414141;
                }

.design-bg-1 {
    background-color: #f7f5f1 !important;
}

@media (min-width: 1025px) {
    #masthead .header-inner.headerContainer {
        width: calc(100% - 70px);
        min-height: 120px;
        margin: 0 auto;
        padding: 0 !important;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
    }

    /* Logo üst satır */
    #masthead #hb-logo {
        order: 1;
        flex: 0 0 100%;
        width: 100%;
        height: 72px;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 10px 0 0;
        margin: 0;
    }

        #masthead #hb-logo img {
            display: block;
            width: auto;
            max-width: 115px;
            max-height: 48px;
            object-fit: contain;
        }

    /* Arama ve menü alt satırın solu */
    #masthead .flex-left {
        order: 2;
        flex: 1;
        height: 48px;
        display: flex !important;
        align-items: center;
    }

    /* Hesap ve sepet alt satırın sağı */
    #masthead .flex-right {
        order: 3;
        flex: 0 0 auto;
        height: 48px;
        display: flex !important;
        align-items: center;
        justify-content: flex-end;
    }
}

.htop-slider .ProductListprev,
.htop-slider .ProductListnext {
    top: 0 !important;
    background: #eeeae5 !important;
}

.htop-slider ul {
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.35s ease;
}

    .htop-slider ul:not(.owl-loaded) > li:not(:first-child) {
        display: none !important;
    }

.htop-slider.is-ready ul.owl-loaded {
    opacity: 1;
    visibility: visible;
}

.htop-slider .owl-nav {
    opacity: 0;
    transition: opacity 0.35s ease;
}

.htop-slider.is-ready .owl-nav {
    opacity: 1;
}

.multiblockWrapper.resorts .bannerWrapper {
    gap: 32px;
}

.multiblockWrapper.resorts .bannerSubTitle {
    font-size: 22px;
    font-weight: 300;
    color: #121010;
    letter-spacing: 0.8px;
}

.multiblockWrapper.resorts .bannerDesc {
    color: #121010;
    font-family: Times-Now-Semi-Light, georgia, serif;
    font-size: 16px;
    line-height: 1.75rem;
    margin: .5rem 0 0;
}

.multiblockWrapper.resorts .bannerButtonWrapper a {
    color: var(--theme-color);
    font-size: 16px;
    display: flex;
    gap: 8px;
    padding: 4px 16px;
    margin: 8px 0;
}

    .multiblockWrapper.resorts .bannerButtonWrapper a:before, .multiblockWrapper.resorts .bannerButtonWrapper a:after {
        content: "";
        display: block;
        width: 8px;
        height: 1px;
        background: currentColor;
    }

    .multiblockWrapper.resorts .bannerButtonWrapper a:hover {
        text-decoration: underline;
    }

.footerTemp .footerMenuAlt a {
    font-weight: 300;
}

.footer-logo .footerimg, .footer-logo .footerimg a {
    width: 100%;
}

.footerTemp .footerMenuAlt a:hover {
    text-decoration: underline;
}


#divHeaderUyeV2 a.account-link.headerButon .svgIcon svg {
    padding-top: 3px;
}

.newHeaderNavigation .newHeaderNavUl > li > a .downTagText {
    display: none;
}

.newHeaderNavigation .newHeaderNavUl > li > a:has(.downTagText),
.newHeaderNavigation .newHeaderNavUl > li > a:has(.downTagText) .nextKolonBtn i {
    color: #9D5248 !important;
}


@media (max-width: 1099px) {
    #headerNew .header-main .header-nav.nav-right {
        gap: 6px !important;
    }

    #headerNew .mobile-user-item .account-link .svgIcon svg,
    #headerNew .mobile-cart-item .svgIcon svg {
        width: 36px !important;
    }

    #headerNew #hb-logo img {
        max-height: 60% !important;
    }

    #headerNew .cart-item a.header-cart-link.headerButon .sepetUrunSayisi {
        display: none !important;
    }

    .newHeaderNavigation.mobileStyle .newHeaderNavUl li a {
        height: 55px !important;
    }

    body #divSayfalamaUst.Slct .brandlistselection .sortingContent li:has(#filterOrderSelect)::after {
        display: none !important;
        filter: none;
    }

    #headerNew .header-main {
        height: 65px !important;
    }
}

#mainHolder_divDesign .ProductListprev:before,
#mainHolder_divDesign .ProductListnext:before {
    display: none !important;
}

#headerNew .header .newHeaderNavigation.mobileStyle .newHeaderNav,
#headerNew .header .newHeaderNavigation.mobileStyle .menu-wrap,
#headerNew .header .newHeaderNavigation.mobileStyle .menu-list-row .kolon .nav-submenu {
    width: 100% !important;
}

#headerNew .header .newHeaderNavigation.mobileStyle .newHeaderNav,
#headerNew .header .newHeaderNavigation.mobileStyle .dropDown-wrap .nav-submenu,
#headerNew .header .newHeaderNavigation.mobileStyle .dropDown-wrap,
#headerNew .header .newHeaderNavigation.mobileStyle .newHeaderNav,
#headerNew .header .newHeaderNavigation.mobileStyle .menu-wrap,
#headerNew .header .newHeaderNavigation.mobileStyle .menu-list-row .kolon .nav-submenu {
    transition: 0.2s ease;
}

#divTopProductSearch.dropactive .header-search-form-wrapper {
    background: #f7f5f1 !important;
    border-top: 1px solid #c3b0a5 !important;
    border-bottom: 1px solid #c3b0a5 !important;
}

.newHeaderNavigation.mobileStyle .dropDown-wrap, .newHeaderNavigation.mobileStyle .nav-submenu {
    display: block !important;
}

.yg-look__slider .ProductListprev {
    left: 90px !important;
}

.yg-look__slider .ProductListnext {
    right: 90px !important;
}

.yg-look__slider .ProductListprev,
.yg-look__slider .ProductListnext,
.jCarouselLite .ulUrunSlider .ProductListprev,
.jCarouselLite .ulUrunSlider .ProductListnext {
    background-color: #fff !important;
}

@media screen and (max-width: 992px) {
    .yg-look__slider .ProductListprev {
        left: 0 !important;
    }

    .yg-look__slider .ProductListnext {
        right: 0 !important;
    }
}

ul.breadcrumb li {
    display: flex !important;
    align-items: center;
    gap: 4px;
    margin-right: 8px !important;
}

#mainHolder_divBlocks {
    width: 100%;
    display: flex;
    align-items: flex-start;
}

@media screen and (min-width: 1042px) {
    body #divSayfalamaUst.Slct .brandlistselection .sortingContent li:has(#filterOrderSelect) {
        position: relative;
        margin-right: 0px;
    }

        body #divSayfalamaUst.Slct .brandlistselection .sortingContent li:has(#filterOrderSelect)::after {
            content: '';
            position: absolute;
            right: 10px;
            top: 50%;
            width: 24px;
            height: 24px;
            background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 24 24"><path d="m10 17 5-4.999M10 8l3 3" stroke="%23121010" stroke-linejoin="round" fill="none"/></svg>');
            background-repeat: no-repeat;
            background-size: contain;
            background-position: center;
            transform: translateY(-50%) rotate(90deg) !important;
            pointer-events: none;
        }
}

.middleTopBlock {
    display: none;
}

@media screen and (max-width: 1450px) {
    #wide-nav {
        padding: 0 10px !important;
    }
}

ul.breadcrumb li:first-child a span {
    text-transform: uppercase;
}
/* ==================== */
/* #headerNew scroll hide/show */
/* ==================== */
.headerNew-spacer {
    width: 100%;
    pointer-events: none;
    visibility: hidden;
}

/* transform kullanma: fixed child (mobil menü) viewport yerine header'a bağlanır */
#headerNew.is-fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 9999;
    transition: top 0.4s ease;
    will-change: top;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 4px 8px;
}

    #headerNew.is-fixed.is-hidden {
        top: -100%;
        pointer-events: none;
    }

    #headerNew.is-fixed.is-visible {
        top: 0;
        pointer-events: auto;
    }

    /* Menü açıkken header görünür kalsın */
    #headerNew.is-fixed:has(.newHeaderNavigation.mobileactive) {
        top: 0 !important;
        pointer-events: auto;
    }

.newHeaderNavigation.mobileStyle .ulVar .nextKolonBtn i, .newHeaderNavigation.mobileStyle .ulVar .dropDownNextBtn i, #headerNew .header .newHeaderNavigation.mobileStyle .ulVar .nextSubBtn i {
    display: none;
}

.newHeaderNavigation.mobileStyle .ulVar .nextKolonBtn:after, .newHeaderNavigation.mobileStyle .ulVar .dropDownNextBtn:after, #headerNew .header .newHeaderNavigation.mobileStyle .ulVar .nextSubBtn:after {
    content: '';
    display: inline-block;
    width: 28px;
    height: 28px;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 24 24"><path d="m10 17 5-4.999M10 8l3 3" stroke="%23121010" stroke-linejoin="round" fill="none"/></svg>');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    pointer-events: none;
}



.newHeaderNavigation:not(.mobileStyle) .newHeaderNavUl > li .menu-wrap {
    display: block !important;
    max-height: 0 !important;
    overflow: hidden;
    transition: max-height 0.45s ease-out;
}

.newHeaderNavigation:not(.mobileStyle) .newHeaderNavUl > li:hover .menu-wrap {
    border-top: 1px solid #e7e0da;
    max-height: 1000px !important;
    overflow: hidden !important;
    transition: max-height 0.7s ease-in-out;
}

.newHeaderNavigation:not(.mobileStyle) .newHeaderNavUl > li:hover > a > span:after {
    opacity: 1;
    transform: scaleX(1);
}

.newHeaderNavigation:not(.mobileStyle) .newHeaderNavUl > li > a > span:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 2px;
    background: #9d5248;
    bottom: 0px;
    opacity: 0;
    transform: scaleX(0);
    transform-origin: center;
    transition: all 0.5s ease;
}

body:has(.newHeaderNavigation:not(.mobileStyle) .newHeaderNavUl > li.ulVar:hover) #overlay {
    display: block;
}

#top-bar {
    position: relative;
    margin-bottom: 8px;
    overflow: visible;
}

    #top-bar::after {
        content: "";
        position: absolute;
        z-index: 10;
        left: 0;
        bottom: -8px;
        width: 100%;
        height: 8px;
        box-sizing: border-box;
        background-color: #c3b0a5;
        border-top: 1px solid #9d5248;
        border-bottom: 1px solid #9d5248;
        pointer-events: none;
    }

/* Footer’ın tam genişlik arka planını kaldır */
section.FoooterClass {
    background: transparent !important;
    padding: 24px 30px 16px !important;
}

    /* Renk yalnızca içeriklerin bulunduğu kutuda */
    section.FoooterClass > .footerTempContainer {
        width: calc(100% - 60px) !important;
        max-width: 1440px !important;
        margin: 0 auto !important;
        padding: 55px 50px !important;
        background-color: #9d5248 !important;
        box-sizing: border-box !important;
    }

    /* İç satır */
    section.FoooterClass .footerTempRow {
        width: 100% !important;
        margin: 0 !important;
    }

@media (max-width: 767px) {
    section.FoooterClass {
        padding: 20px 0 !important;
    }

        section.FoooterClass > .footerTempContainer {
            width: calc(100% - 0px) !important;
            padding: 35px 22px !important;
        }
}
/* KATEGORİ NUMARALARI */
.category-vertical-filters ul.kategori li > a .yg-category-number {
    display: inline-block;
    min-width: 32px;
    margin-right: 5px;
    color: #aaa;
    font-size: 12px;
    font-weight: 400;
    line-height: inherit;
    letter-spacing: 0;
    vertical-align: middle;
}

/* Kategori bağlantıları */
.category-vertical-filters ul.kategori li > a {
    color: #aaa;
    font-size: 12px;
    text-decoration: none;
    transition: color .2s ease;
}

    /* Hover ve seçili kategori */
    .category-vertical-filters ul.kategori li > a:hover,
    .category-vertical-filters ul.kategori li.active > a,
    .category-vertical-filters ul.kategori li.Active > a,
    .category-vertical-filters ul.kategori li.selected > a {
        color: #222;
    }

        /* Seçili kategorinin numarası */
        .category-vertical-filters ul.kategori li.active > a .yg-category-number,
        .category-vertical-filters ul.kategori li.Active > a .yg-category-number,
        .category-vertical-filters ul.kategori li.selected > a .yg-category-number {
            color: #222;
            font-weight: 600;
        }

/* Alt kategorilerin mevcut girintisini korur */
.category-vertical-filters ul.kategori li ul {
    padding-left: 15px;
}

.productItem .productDetail {
    float: left;
    width: 90%;
    margin: 0 5%;
    padding: 0 8px;
    background-color: #f7f5f1;
    transition: 0.4s ease;
    z-index: 1;
    position: relative;
    display: flex;
    flex-direction: column;
}

@media screen and (min-width: 1099px) {
    .productItem .productDetail .productPrice {
        opacity: 1;
    }

    .productItem:hover .productDetail {
        transform: translateY(-50%);
    }

        .productItem:hover .productDetail .productPrice {
            opacity: 1;
            transition: 0.4s ease 0.3s;
        }

    .productItem .productDetail .boxUrunlerContent {
        opacity: 0;
    }

    .productItem:hover .productDetail .boxUrunlerContent {
        opacity: 1;
        transition: 0.4s ease 0.2s;
    }
}

.footerTemp .newsletterContent #btnMailKaydet {
    height: 40px;
    box-sizing: border-box;
    width: 36px;
    background-repeat: no-repeat;
    background-position: right 8px center;
    background-size: 19px 24px;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 15" fill="none"><path d="M15 7.5H0M12 1l5 5M12 14.001 19 7" stroke="%23ffffff" stroke-linejoin="round"/></svg>');
}

    .footerTemp .newsletterContent #btnMailKaydet i,
    .productList-Image-Owl .owl-dots {
        display: none !important;
    }

.UFavorilerimeEkle a#aFavoriEkleBtn,
.UFavorilerimeEkle a#aFavroriCikarBtn {
    display: inline-block;
    width: 32px;
    height: 32px;
    font-size: 0;
    line-height: 0;
    text-indent: -9999px;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.UFavorilerimeEkle a#aFavoriEkleBtn {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path fill-rule="evenodd" clip-rule="evenodd" d="m21 24.984-4.298-4.367-.702-.712-.702.712L11 24.985 10 26V10h1v13.559l4.287-4.356a1 1 0 0 1 1.426 0L21 23.56V9.999h1V26l-1-1.016ZM22 9V7a1 1 0 0 0-1-1H11a1 1 0 0 0-1 1v2h1V7h10v2h1Z"/></svg>');
}

.UFavorilerimeEkle a#aFavroriCikarBtn {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path fill="%239d5248" d="m10 26 6-6.095L22 26V10H10v16Zm0-17h12V7a1 1 0 0 0-1-1H11a1 1 0 0 0-1 1v2Z"/></svg>');
}

.UFavorilerimeEkle {
    width: max-content;
    position: absolute;
    top: 0;
    right: 0;
    background: #f7f5f1;
}

/* Product detail zoom cursor */
.yg-zoom-cursor {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
    width: 64px;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.2s ease, visibility 0.2s ease;
    will-change: transform;
}

    .yg-zoom-cursor.is-active {
        opacity: 1;
        visibility: visible;
    }

.yg-zoom-cursor__ring {
    position: absolute;
    inset: 0;
    animation: yg-zoom-cursor-spin 8s linear infinite;
}

    .yg-zoom-cursor__ring svg {
        width: 100%;
        height: 100%;
        display: block;
    }

@keyframes yg-zoom-cursor-spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.yg-zoom-cursor__inner {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #ebe6df;
    color: #121010;
}

    .yg-zoom-cursor__inner svg {
        width: 32px;
        height: 32px;
        display: block;
    }

@media screen and (min-width: 1025px) {
    .gridZoomItem,
    .gridZoomItem * {
        cursor: none !important;
    }
}

@media screen and (max-width: 1024px) {
    .yg-zoom-cursor {
        display: none !important;
    }
}

.TopDet {
    position: relative;
    float: left;
    width: 100%;
}

    .TopDet .RightDetail {
        height: max-content;
        position: sticky;
        top: 16px;
        transition: 0.4s ease;
    }

body:has(#headerNew.is-fixed.is-visible) .TopDet .RightDetail {
    top: 225px;
}

.footerTemp .storeMedia li a i, .footerTemp .socialMedia li a i {
    display: none !important;
}

.btnCatSorting.sort_hrz {
    display: none !important;
}

/* Category filter drawer */
.yg-cat-filter-overlay {
    position: fixed;
    inset: 0;
    z-index: 99990;
    background: rgba(18, 16, 16, 0.45);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

    .yg-cat-filter-overlay.is-active {
        opacity: 1;
        visibility: visible;
    }

.yg-cat-filter-drawer {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 99991;
    display: flex;
    flex-direction: column;
    width: 528px;
    max-width: 100dvw;
    height: 100%;
    background: #f7f5f1;
    box-shadow: -8px 0 32px rgba(0, 0, 0, 0.12);
    transform: translateX(100%);
    transition: transform 0.35s ease;
}

    .yg-cat-filter-drawer.is-active {
        transform: translateX(0);
    }

.yg-cat-filter-drawer__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-shrink: 0;
    padding: 28px 28px 20px;
    border-bottom: 1px solid #c3b0a5;
}

.yg-cat-filter-drawer__title {
    font-size: 18px;
    font-weight: 500;
    color: #121010;
    letter-spacing: 0.02em;
}

.yg-cat-filter-drawer__close {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    margin: 0;
    padding: 0;
    border: none;
    background: transparent;
    color: #121010;
    cursor: pointer;
}

    .yg-cat-filter-drawer__close svg {
        width: 32px;
        height: 32px;
        display: block;
    }

.yg-cat-filter-drawer__body {
    flex: 1;
    overflow-y: auto;
    padding: 10px 28px 28px;
    -webkit-overflow-scrolling: touch;
}

    .yg-cat-filter-drawer__body > .panel {
        float: none;
        width: 100%;
        margin: 0;
        padding: 22px 0;
        border: none;
        border-bottom: 1px solid #c3b0a5;
        background: transparent;
        box-shadow: none;
    }

        .yg-cat-filter-drawer__body > .panel:last-child {
            border-bottom: none;
        }

    .yg-cat-filter-drawer__body .panel-heading {
        float: none;
        width: 100%;
        margin: 0 0 14px;
        padding: 0;
        border: none;
        background: transparent !important;
    }

        .yg-cat-filter-drawer__body .panel-heading .panel-title {
            display: block;
            padding: 0;
            font-size: 13px;
            font-weight: 500;
            letter-spacing: 0.06em;
            text-transform: uppercase;
            color: #121010;
            line-height: 1.3;
        }

    .yg-cat-filter-drawer__body .yg-filter-number {
        display: inline-block;
        margin-right: 6px;
        font-weight: 500;
        color: #888;
    }

    .yg-cat-filter-drawer__body .list-group {
        float: none;
        width: 100%;
        margin: 0;
        padding: 0;
        border: none;
    }

    .yg-cat-filter-drawer__body .list-group-item,
    .yg-cat-filter-drawer__body .liFiltreElement {
        float: none;
        width: 100%;
        margin: 0;
        padding: 8px 0;
        border: none;
        background: transparent;
        text-align: left;
        cursor: pointer;
    }

    .yg-cat-filter-drawer__body .FiyatSlider {
        float: none;
        width: 100%;
        margin: 8px 0 0;
    }

    .yg-cat-filter-drawer__body .slider-range {
        float: none;
        width: 100%;
        border: none;
        border-radius: 0;
        height: 2px;
        margin: 18px 0 16px;
        background: #c3b0a5;
    }

        .yg-cat-filter-drawer__body .slider-range .ui-slider-range {
            height: 2px;
            background: #c3b0a5;
            border-radius: 0;
            top: 0;
        }

        .yg-cat-filter-drawer__body .slider-range .ui-slider-handle {
            width: 14px;
            height: 14px;
            top: -6px;
            margin: 0;
            border: none;
            border-radius: 50%;
            background: var(--theme-color);
        }

    .yg-cat-filter-drawer__body .amount {
        float: none;
        width: 100%;
        margin: 24px 0 0;
        font-size: 14px;
        font-weight: 500;
        color: #121010;
        text-align: left;
    }

.yg-cat-filter-drawer__foot {
    flex-shrink: 0;
    padding: 18px 28px 28px;
    border-top: 1px solid #c3b0a5;
    background: #f7f5f1;
}

.yg-cat-filter-drawer__apply {
    display: block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    margin: 0;
    padding: 0 16px;
    border: 1px solid #121010;
    background: #f7f5f1;
    color: #121010;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    cursor: pointer;
    transition: all 0.4s ease;
    font-family: "OptimaLTStd" !important;
}

    .yg-cat-filter-drawer__apply:hover {
        border-color: #9d5248;
        background: #9d5248;
        color: #fff;
    }

body.yg-cat-filter-active {
    overflow: hidden;
}

@media screen and (min-width: 1100px) {
    body.yg-cat-filter-ready #divLeftBlock .filterBlock .Block_Title {
        text-transform: uppercase;
        letter-spacing: 0.04em;
    }

        body.yg-cat-filter-ready #divLeftBlock .filterBlock .Block_Title span {
            font-size: 13px;
            font-weight: 600;
            color: #121010;
        }

    body.yg-cat-filter-ready #divLeftBlock .category-vertical-filters .panel.div-kategori .panel-heading {
        display: none;
    }

    body.yg-cat-filter-ready #divLeftBlock .category-vertical-filters .panel.div-kategori {
        border: none;
        margin: 0;
        padding: 0;
    }

    .yg-cat-filter-trigger {
        height: 32px;
        line-height: 32px;
        float: left;
        display: inline-flex;
        align-items: center;
        justify-content: flex-start;
        gap: 8px;
        width: max-content;
        margin: 0 0 16px -2px;
        padding: 0;
        border: none;
        background: #f7f5f1;
        color: #121010;
        font-size: 14px;
        font-weight: 500;
        letter-spacing: 0.06em;
        cursor: pointer;
        font-family: "OptimaLTStd" !important;
    }

        .yg-cat-filter-trigger svg {
            width: 24px;
            height: 24px;
            display: block;
            flex-shrink: 0;
        }
}

@media screen and (max-width: 1099px) {
    .yg-cat-filter-trigger {
        display: none !important;
    }

    .yg-cat-filter-drawer {
        width: 100%;
    }

    .yg-cat-filter-drawer__head {
        padding: 20px 20px 16px;
    }

    .yg-cat-filter-drawer__body,
    .yg-cat-filter-drawer__foot {
        padding-left: 20px;
        padding-right: 20px;
    }

        .yg-cat-filter-drawer__body > .panel.div-kategori .panel-heading {
            display: block !important;
        }

        .yg-cat-filter-drawer__body > .panel.div-kategori ul.kategori,
        .yg-cat-filter-drawer__body > .panel.div-kategori .list-group.kategori {
            float: none;
            width: 100%;
            margin: 0;
            padding: 0;
            text-align: left;
        }

            .yg-cat-filter-drawer__body > .panel.div-kategori ul.kategori li,
            .yg-cat-filter-drawer__body > .panel.div-kategori .list-group.kategori li {
                float: none;
                width: 100%;
                margin: 0;
                padding: 8px 0;
                list-style: none;
            }

                .yg-cat-filter-drawer__body > .panel.div-kategori ul.kategori li a,
                .yg-cat-filter-drawer__body > .panel.div-kategori .list-group.kategori li a {
                    display: block;
                    color: #121010;
                    font-size: 13px;
                    text-decoration: none;
                    text-transform: uppercase;
                }
}

@media screen and (max-width: 767px) {
    .yg-cat-filter-drawer {
        width: 100%;
    }
}

.yg-season-card {
    width: 100%;
    max-width: 368px;
    padding: 39px 0 27px;
    margin: 0 auto;
    background: #f7f5f1;
    box-sizing: border-box;
}

    .yg-season-card * {
        box-sizing: border-box;
    }

.yg-season-card__link {
    display: block;
    color: #242424;
    text-decoration: none;
}

.yg-season-card__visual {
    position: relative;
    width: 276px;
    margin: 0 auto;
    padding-bottom: 73px;
}

.yg-season-card__image {
    display: block;
    width: 100%;
    height: 393px;
    overflow: hidden;
    background: #ddd;
}

    .yg-season-card__image img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
        transition: transform .7s cubic-bezier(.2,.7,.2,1);
    }

.yg-season-card__info {
    position: absolute;
    z-index: 2;
    left: 50%;
    bottom: 0;
    width: 198px;
    min-height: 110px;
    padding: 19px 12px 10px;
    background: #f7f5f1;
    text-align: center;
    transform: translateX(-50%);
}

.yg-season-card__title {
    margin: 0 0 4px;
    color: #111;
    font-size: 22px;
    font-weight: 400;
    line-height: 1.08;
    font-family: 'Times-Now-Semi-Light', serif;
}

.yg-season-card__cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    color: #a94c45;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.4;
}

    .yg-season-card__cta::before,
    .yg-season-card__cta::after {
        content: "";
        display: block;
        width: 8px;
        height: 1px;
        background: currentColor;
    }

.yg-season-card__link:hover .yg-season-card__image img {
    transform: scale(1.025);
}

.yg-season-card__link:hover .yg-season-card__cta {
    color: #7f312c;
}

@media (max-width: 480px) {
    .yg-season-card {
        max-width: 100%;
        padding: 30px 20px 22px;
    }

    .yg-season-card__visual {
        width: 100%;
        max-width: 276px;
    }
}

.yg-lp {
    width: 100%;
    overflow: hidden;
    background: #f7f5f1;
    padding: 38px 0 42px;
}

.yg-lp__intro {
    width: min(620px, calc(100% - 40px));
    margin: 0 auto;
    text-align: center;
    color: #6d625a;
    font-size: 16px;
    line-height: 1.45;
    font-family: "Times-Now-Semi-Light", Georgia, serif !important;
    margin-bottom: 32px;
}

.yg-lp__tabs {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 92px auto 56px;
}

.yg-lp__tab {
    min-width: 140px;
    height: 40px;
    padding: 0 24px;
    border: 1px solid transparent;
    background: #eee9e3;
    color: #211b17;
    cursor: pointer;
    font-size: 14px;
    line-height: 40px;
    text-align: center;
    transition: 0.25s ease;
    font-family: "OptimaLTStd" !important;
}

    .yg-lp__tab + .yg-lp__tab {
        border-left: 0;
    }

    .yg-lp__tab.is-active {
        position: relative;
        z-index: 2;
        background: #fff;
        border-color: var(--yg-border);
    }

.yg-lp__panel {
    display: none;
}

    .yg-lp__panel.is-active {
        display: block;
        animation: ygFade 0.35s ease both;
    }

.yg-lp__slider {
    position: relative;
    width: 100%;
    padding-bottom: 48px;
    overflow: visible;
}

    .yg-lp__slider .owl-stage-outer {
        overflow: visible;
    }

    .yg-lp__slider .owl-item {
        min-width: 0;
    }

    .yg-lp__slider .ProductListprev,
    .yg-lp__slider .ProductListnext {
        background: #fff !important;
    }

    .yg-lp__slider .ProductListprev {
        left: 0 !important;
    }

    .yg-lp__slider .ProductListnext {
        right: 0 !important;
    }

.yg-lp-card {
    min-width: 0;
    position: relative;
    overflow: visible;
}

.yg-lp-card__link {
    display: block;
    color: inherit;
    text-decoration: none;
    overflow: visible;
}

.yg-lp-card__visual {
    position: relative;
    width: 100%;
    aspect-ratio: 310/434;
    overflow: hidden;
    background: #f7f5f1;
}

.yg-look.combine .yg-lp-card__visual {
    aspect-ratio: unset;
}

.yg-lp-card__image {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 1;
    transform: translateY(0) scale(1);
    transition: opacity 0.48s ease, transform 0.68s cubic-bezier(0.2, 0.7, 0.2, 1);
}

.yg-lp-card__image--hover {
    opacity: 0;
}

.yg-lp-card__body {
    width: 82%;
    min-height: 82px;
    margin: 0 auto 0;
    padding: 22px 10px 18px;
    background: #f7f5f1;
    position: relative;
    z-index: 20;
    text-align: center;
    transform: translateY(0);
    transition: transform 0.68s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.yg-lp-card__name,
.yg-lp-card__material {
    margin: 0;
    font-weight: 400;
}

.yg-lp-card__name {
    color: #121010;
    font-size: 14px;
    line-height: 1.35;
}

.yg-lp-card__material {
    margin-top: 5px;
    color: var(--yg-muted);
    font-size: 14px;
    line-height: 1.35;
}

.yg-lp-card:hover .yg-lp-card__image--main {
    opacity: 0;
    transform: translateY(-8px) scale(1.015);
}

.yg-lp-card:hover .yg-lp-card__image--hover {
    opacity: 1;
    transform: translateY(-8px) scale(1.015);
}

.yg-lp-card:hover .yg-lp-card__body {
    transform: translateY(-42px);
}

@keyframes ygFade {
    from {
        opacity: 0;
        transform: translateY(6px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (max-width: 1100px) {
    .yg-lp__slider {
        padding-bottom: 36px;
    }
}

@media (max-width: 900px) {
    .yg-lp {
        padding-top: 30px;
    }

    .yg-lp__tabs {
        margin: 64px auto 40px;
    }
}

@media (max-width: 560px) {
    .yg-lp {
        padding-bottom: 28px;
    }

    .yg-lp__intro {
        width: calc(100% - 36px);
        font-size: 14px;
    }

    .yg-lp__tabs {
        margin: 46px auto 30px;
        padding: 0 18px;
    }

    .yg-lp__tab {
        min-width: 0;
        width: 132px;
    }

    .yg-lp__slider {
        padding-bottom: 28px;
    }
}

@media (hover: none) {
    .yg-lp-card__price {
        opacity: 1;
        transform: none;
    }
}

.yg-look {
    width: 100%;
    background: #f7f5f1;
}

.yg-look__inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    min-height: 720px;
}

.yg-look.combine .yg-look__inner {
    grid-template-columns: 0.7fr minmax(0, 1fr);
}

@media screen and (max-width: 1099px) {
    .yg-look.combine .yg-look__inner {
        grid-template-columns: 1fr;
    }
}

.yg-look__banner {
    position: relative;
    min-height: 720px;
    overflow: hidden;
    background: #eeeae5;
}

    .yg-look__banner img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center top;
    }

.yg-look__panel {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 56px 0 64px;
    background: #eeeae5;
    text-align: center;
    width: 100%;
    overflow: hidden;
}

.yg-look__heading {
    margin: 0;
    color: #121010;
    font-family: "Times-Now-Semi-Light", Georgia, serif !important;
    font-size: 28px;
    font-weight: 400;
    line-height: 1.2;
    margin-bottom: 32px;
}

    .yg-look__heading:after {
        content: "";
        display: block;
        width: 1px;
        height: 28px;
        margin: 18px auto 0;
        background: linear-gradient( to bottom, #9d5248 4px, transparent 4px 0px, #9d5248 12px calc(100% - 8px), transparent calc(100% - 12px) calc(100% - 12px + 8px), #9d5248 calc(100% - 12px + 8px) );
    }

.yg-look .OzelSlider,
.yg-look__slider {
    position: relative;
    width: 100%;
    margin: 36px auto 0;
}

/* Anasayfa look kartları — metin panel zeminiyle aynı, hover lift yok */
.yg-look:not(.combine) .yg-lp-card__body {
    width: 90%;
    background: #eeeae5;
}

.yg-look:not(.combine) .yg-lp-card__name {
    font-family: "Times-Now-Semi-Light", Georgia, serif !important;
}

.yg-look:not(.combine) .yg-lp-card__material {
    color: #9d5248;
    text-decoration: none !important;
}

/* Yan slide metinleri ortadakinin üstüne binmesin */
.yg-look:not(.combine) .yg-look__slider .owl-item:not(.center) .yg-lp-card__body {
    opacity: 0;
    pointer-events: none;
}

.yg-look:not(.combine) .yg-lp-card:hover .yg-lp-card__image--main {
    opacity: 1;
    transform: none;
}

.yg-look:not(.combine) .yg-lp-card:hover .yg-lp-card__image--hover {
    opacity: 0;
    transform: none;
}

.yg-look:not(.combine) .yg-lp-card:hover .yg-lp-card__body {
    transform: none !important;
}

/* Loro Piana tarzı dash pagination — eşit çizgiler, aktif terracotta */
.yg-look__slider .owl-dots,
#mainHolder_divDesign .yg-look__slider .owl-dots {
    display: flex !important;
    align-items: center;
    justify-content: center;
    gap: 0px;
    position: relative;
    z-index: 3;
    clear: both;
    width: 100%;
    margin: 20px 0 0;
    padding: 0;
}

    .yg-look__slider .owl-dots .owl-dot {
        display: inline-flex !important;
        align-items: center;
        justify-content: center;
        width: 6px !important;
        height: auto !important;
        margin: 0 !important;
        padding: 8px 0;
        background: transparent !important;
        border: 0 !important;
        box-shadow: none !important;
        cursor: pointer;
    }

        .yg-look__slider .owl-dots .owl-dot.active {
            width: 12px !important;
        }

        .yg-look__slider .owl-dots .owl-dot span {
            display: block !important;
            width: 12px !important;
            height: 2px !important;
            margin: 0 !important;
            padding: 0 !important;
            border: 0 !important;
            border-radius: 60px !important;
            background: #c9c0b8 !important;
            box-shadow: none !important;
            transition: background 0.2s ease;
        }

        .yg-look__slider .owl-dots .owl-dot.active span,
        .yg-look__slider .owl-dots .owl-dot:hover span {
            width: 12px !important;
            background: #9d5248 !important;
        }

.yg-look__cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 160px;
    margin-top: 40px;
    padding: 12px 28px;
    border: 1px solid #121010;
    background: transparent;
    color: #121010 !important;
    font-family: "Times-Now-Semi-Light", Georgia, serif !important;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.2;
    text-decoration: none;
    transition: all 0.2s ease;
}

    .yg-look__cta:hover {
        background: #9d5248;
        border-color: #9d5248;
        color: #eeeae5 !important;
    }

@media (max-width: 991px) {
    .yg-look__inner {
        grid-template-columns: 1fr;
        min-height: 0;
    }

    .yg-look__banner {
        min-height: 0;
        aspect-ratio: 3 / 4;
        max-height: 75dvh;
        width: 100%;
    }

    .yg-look__panel {
        padding: 42px 0 52px;
    }

    .yg-look__heading {
        font-size: 24px;
    }

    .yg-look__cta {
        margin-top: 32px;
    }
}

.yg-glimpse {
    width: 100%;
    background: #f7f5f1;
}

.yg-glimpse__inner {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    min-height: 720px;
}

.yg-glimpse__content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 64px 48px;
    background: #eeeae5;
    text-align: center;
}

.yg-glimpse__thumb {
    width: min(220px, 55%);
    margin: 0 auto;
}

    .yg-glimpse__thumb img {
        display: block;
        width: 100%;
        height: auto;
    }

.yg-glimpse__title {
    width: min(420px, 100%);
    margin: 36px 0 0;
    color: #121010;
    font-size: 34px;
    font-weight: 400;
    line-height: 1.2;
    font-family: "Times-Now-Semi-Light", Georgia, serif !important;
}

    .yg-glimpse__title em {
        font-style: normal;
    }

.yg-glimpse__text {
    width: min(460px, 100%);
    margin: 22px 0 0;
    color: #5b5a57;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.55;
}

    .yg-glimpse__text em {
        font-style: italic;
    }

.yg-glimpse__links {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 18px;
    margin-top: 40px;
}

    .yg-glimpse__links a {
        color: #9d5248 !important;
        font-size: 15px;
        font-weight: 400;
        line-height: 1.2;
        text-decoration: none;
        display: flex;
        align-items: center;
        gap: 8px;
    }

        .yg-glimpse__links a:before, .yg-glimpse__links a:after {
            content: "";
            display: block;
            width: 8px;
            height: 1px;
            background: currentColor;
        }

        .yg-glimpse__links a:hover {
            text-decoration: underline;
        }

.yg-glimpse__media {
    position: relative;
    min-height: 720px;
    overflow: hidden;
    background: #eeeae5;
}

    .yg-glimpse__media img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
    }

@media (max-width: 991px) {
    .yg-glimpse__inner {
        grid-template-columns: 1fr;
        min-height: 0;
    }

    .yg-glimpse__content {
        order: 1;
        padding: 48px 24px 56px;
    }

    .yg-glimpse__media {
        order: 2;
        min-height: 0;
        aspect-ratio: 4 / 5;
        max-height: 75dvh;
        width: 100%;
    }

    .yg-glimpse__thumb {
        width: min(180px, 48%);
    }

    .yg-glimpse__title {
        margin-top: 28px;
        font-size: 26px;
    }

    .yg-glimpse__text {
        margin-top: 16px;
        font-size: 14px;
    }

    .yg-glimpse__links {
        gap: 14px;
        margin-top: 32px;
    }
}

.yg-single {
    width: 100%;
    padding: 72px 20px 80px;
    text-align: center;
}

.yg-single__title {
    margin: 0;
    color: #121010;
    font-family: "Times-Now-Semi-Light", Georgia, serif;
    font-size: 34px;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: 0.01em;
}

.yg-single__desc {
    width: min(520px, 100%);
    margin: 22px auto 0;
    color: #5b5a57;
    font-family: "Times-Now-Semi-Light", Georgia, serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.55;
}

.yg-single__media {
    position: relative;
    width: min(480px, 100%);
    margin: 48px auto 0;
}

    .yg-single__media img {
        display: block;
        width: 100%;
        height: auto;
        aspect-ratio: 3 / 4;
        object-fit: cover;
        vertical-align: top;
    }

.yg-single__label {
    position: absolute;
    left: 50%;
    bottom: 0;
    z-index: 2;
    min-width: 118px;
    padding: 14px 28px;
    background: #f7f5f1;
    color: #121010;
    font-family: "Times-Now-Semi-Light", Georgia, serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    text-align: center;
    transform: translate(-50%, 0);
}

.yg-single__more {
    margin-top: 36px;
    color: #9d5248 !important;
    font-family: "Times-Now-Semi-Light", Georgia, serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.2;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

    .yg-single__more:before, .yg-single__more:after {
        content: "";
        display: block;
        width: 8px;
        height: 1px;
        background: currentColor;
    }

    .yg-single__more:hover {
        text-decoration: underline;
    }

@media (max-width: 767px) {
    .yg-single {
        padding: 48px 0 56px;
    }

    .yg-single__title {
        font-size: 26px;
    }

    .yg-single__desc {
        margin-top: 16px;
        font-size: 14px;
    }

    .yg-single__media {
        margin-top: 32px;
    }

    .yg-single__label {
        min-width: 100px;
        padding: 12px 22px;
        font-size: 15px;
    }

    .yg-single__more {
        margin-top: 28px;
        font-size: 14px;
    }
}

.ticiBottomBlockContent {
    display: flex;
}

/* ================================================ */
/* SAG SEPET DRAWER (miniCartRigth) */
/* ================================================ */
#globalLiteCart,
body.modalOpen #globalLiteCart {
    position: fixed !important;
    inset: 0 !important;
    z-index: 99998 !important;
    background: rgba(18, 16, 16, 0.45) !important;
    margin: 0 !important;
    padding: 0 !important;
}

.miniCartRigth {
    position: fixed !important;
    top: 0 !important;
    right: 0 !important;
    width: 576px !important;
    max-width: 100vw !important;
    height: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    background: #f7f5f1 !important;
    box-shadow: -8px 0 32px rgba(0, 0, 0, 0.12) !important;
    border: none !important;
    border-radius: 0 !important;
    display: flex !important;
    flex-direction: column !important;
    transform: translateX(100%);
    transition: transform 0.35s ease;
    box-sizing: border-box !important;
}

    .miniCartRigth.active {
        transform: translateX(0) !important;
    }

.miniCartRigthHeader {
    float: none !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    flex-shrink: 0 !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 22px 20px !important;
    background: #f7f5f1 !important;
    border: none !important;
    border-bottom: 1px solid #d8d8d8 !important;
    box-sizing: border-box !important;
}

body.modalOpen .miniCartGiftCodeContent {
    border-left: 1px solid #d8d8d8;
    width: 100%;
    max-width: 576px;
}

.miniCartRigthHeader .spnCartTxt {
    float: none !important;
    margin: 0 !important;
    padding: 0 !important;
    color: #121010 !important;
    font-family: "OptimaLTStd" !important;
    font-size: 20px !important;
    font-weight: 500 !important;
    letter-spacing: 0.02em !important;
    line-height: 1.2 !important;
}

.miniCartRigthHeader-operation {
    float: none !important;
    display: inline-flex !important;
    align-items: center !important;
    gap: 16px !important;
    margin: 0 !important;
    padding: 0 !important;
}

.miniCartRigthHeader-fav-button {
    display: none !important;
}

.miniCartRigthHeader .header-close-btn {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 36px !important;
    height: 36px !important;
    margin: 0 !important;
    padding: 0 !important;
    cursor: pointer !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: 36px 35px !important;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none"><path d="m8 8 8 8M8 16l3.077-3.077M12.923 11.078 16 8" stroke="%23121010" stroke-linejoin="round"/></svg>') !important;
}

    .miniCartRigthHeader .header-close-btn svg {
        display: none !important;
    }

.miniCartRigthScroll {
    float: none !important;
    display: flex !important;
    flex-direction: column !important;
    flex: 1 1 auto !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 20px 28px !important;
    overflow-x: hidden !important;
    overflow-y: auto !important;
    background: #f7f5f1 !important;
    box-sizing: border-box !important;
    -webkit-overflow-scrolling: touch;
}

.miniCartSatir1.miniCartSubTotalVatTop,
.miniCartSatir1.miniCartCampaignDiscount,
.miniCartSatir1.miniCartCustomizationAmount,
.miniCartSatir1.miniCartTotalAmountTop,
.miniCartSatir1.miniCartTotalAmountTop + .miniCartSatir2,
.miniCartSatir1.miniCartSubTotalVatBottom {
    display: none !important;
}

.hediyeCekiBtnContent {
    order: 1;
    float: none !important;
    width: 100% !important;
    margin: 16px 0 0 !important;
    padding: 0 !important;
    border: none !important;
    background: transparent !important;
}

    .hediyeCekiBtnContent > a {
        display: flex !important;
        align-items: center !important;
        justify-content: space-between !important;
        width: 100% !important;
        min-height: 52px !important;
        margin: 0 !important;
        padding: 14px 16px !important;
        border: 1px solid #e4e0d9 !important;
        background: #fff !important;
        color: #121010 !important;
        text-decoration: none !important;
        box-sizing: border-box !important;
        transition: border-color 0.25s ease, background 0.25s ease !important;
    }

        .hediyeCekiBtnContent > a:hover {
            border-color: var(--theme-color) !important;
            background: #faf8f5 !important;
        }

.miniCartContent {
    order: 2;
    float: none !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 8px 0 0 !important;
}

.hediyeCekiBtnContent .offers-tab {
    display: inline-flex !important;
    align-items: center !important;
    gap: 10px !important;
    color: #121010 !important;
    font-size: 13px !important;
    letter-spacing: 0.03em !important;
}

    .hediyeCekiBtnContent .offers-tab > svg,
    .hediyeCekiBtnContent .offers-content > svg {
        display: none !important;
    }

    .hediyeCekiBtnContent .offers-tab:before {
        content: "" !important;
        display: inline-block !important;
        width: 20px !important;
        height: 20px !important;
        background-repeat: no-repeat !important;
        background-position: center !important;
        background-size: contain !important;
        background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none"><path d="M7 8h10v12H7V8Z" stroke="%23121010"/><path d="M9 8V6.5A2.5 2.5 0 0 1 14 6.5V8M12 8v12" stroke="%23121010"/></svg>') !important;
    }

.hediyeCekiBtnContent .offers-content:before {
    content: "" !important;
    display: inline-block !important;
    width: 16px !important;
    height: 16px !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: contain !important;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none"><path d="m10 17 5-4.999M10 8l3 3" stroke="%23121010" stroke-linejoin="round"/></svg>') !important;
}

.miniCartSubTotalVatBottom,
.miniCartTotalAmountBottom {
    order: 3;
}

.miniCartRigthScroll > .miniCartTotalAmountBottom + .miniCartSatir2 {
    order: 4;
}

.miniCartSatir1 {
    float: none !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 10px 0 !important;
    border: none !important;
    background: transparent !important;
}

    .miniCartSatir1.miniCartTotalAmountBottom {
        padding-top: 16px !important;
        padding-bottom: 18px !important;
        border-top: 1px solid #d8d8d8 !important;
        margin-top: 12px !important;
        margin-bottom: 16px !important;
        border-bottom: 1px solid #d8d8d8 !important;
    }

    .miniCartSatir1 .miniCartCol1 {
        color: #121010 !important;
        font-size: 13px !important;
        font-weight: 500 !important;
        letter-spacing: 0.04em !important;
        text-transform: uppercase !important;
    }

    .miniCartSatir1 .miniCartCol2 {
        color: #121010 !important;
        font-size: 15px !important;
        font-weight: 600 !important;
    }

    .miniCartSatir1.subTotalVatIncluded .miniCartCol2 {
        color: #888 !important;
        font-weight: 400 !important;
        font-size: 13px !important;
        text-decoration: line-through !important;
    }

.miniCartSatir2 {
    float: none !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 10px !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 0 8px !important;
}

    .miniCartSatir2 .checkoutAsGuestButton,
    .miniCartSatir2 .siparis-tamamla-button {
        float: none !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        width: 100% !important;
        height: 44px !important;
        margin: 0 !important;
        padding: 0 16px !important;
        border: 1px solid #9d5248 !important;
        border-radius: 0 !important;
        background: #9d5248 !important;
        color: #fff !important;
        text-decoration: none !important;
        text-transform: uppercase !important;
        letter-spacing: 0.08em !important;
        font-family: "OptimaLTStd" !important;
        font-size: 13px !important;
        font-weight: 500 !important;
        box-sizing: border-box !important;
        transition: background 0.25s ease, border-color 0.25s ease, color 0.25s ease !important;
    }

    .miniCartSatir2 .basketUrlButton {
        background: transparent !important;
        color: #9d5248 !important;
    }

    .miniCartSatir2 .checkoutAsGuestButton:hover,
    .miniCartSatir2 .siparis-tamamla-button:hover {
        background: #121010 !important;
        border-color: #121010 !important;
        color: #fff !important;
    }

    .miniCartSatir2 .basketUrlButton:hover {
        background: #121010 !important;
        border-color: #121010 !important;
        color: #fff !important;
    }

.miniCartItem {
    float: none !important;
    display: flex !important;
    flex-direction: row-reverse !important;
    align-items: flex-start !important;
    gap: 16px !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 20px 0 !important;
    border: none !important;
    background: transparent !important;
}

.miniCartRight {
    float: none !important;
    flex: 0 0 160px !important;
    width: 160px !important;
    margin: 0 !important;
    padding: 0 !important;
    max-width: calc(160px - 5px) !important;
}

    .miniCartRight a {
        display: block !important;
        width: 100% !important;
    }

    .miniCartRight img,
    .miniCartRight .product-image {
        display: block !important;
        width: 100% !important;
        height: auto !important;
        max-width: 100% !important;
        object-fit: cover !important;
        background: #eeeae5 !important;
    }

.miniCartLeft {
    float: none !important;
    flex: 1 1 auto !important;
    width: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    text-align: left !important;
}

.miniCartDetail {
    float: none !important;
    width: 100% !important;
    margin: 0 0 8px !important;
}

    .miniCartDetail .minimarka a {
        color: var(--theme-color) !important;
        font-size: 12px !important;
        letter-spacing: 0.04em !important;
        text-decoration: none !important;
        text-transform: uppercase !important;
    }

    .miniCartDetail .miniurunAdi a {
        color: #121010 !important;
        font-size: 15px !important;
        font-weight: 500 !important;
        line-height: 1.3 !important;
        text-decoration: none !important;
    }

.miniCartDetay {
    float: none !important;
    width: 100% !important;
    margin: 0 !important;
}

.miniCartDetayItem.eksecenek {
    float: none !important;
    width: 100% !important;
    margin: 0 0 4px !important;
    color: #666 !important;
    font-size: 13px !important;
    line-height: 1.4 !important;
}

.miniCartButtonSil {
    float: none !important;
    width: 100% !important;
    margin: 10px 0 14px !important;
}

    .miniCartButtonSil a {
        display: inline-flex !important;
        align-items: center !important;
        gap: 6px !important;
        color: var(--theme-color) !important;
        font-size: 13px !important;
        letter-spacing: 0.04em !important;
        text-decoration: none !important;
        text-transform: uppercase !important;
        cursor: pointer !important;
    }

        .miniCartButtonSil a svg {
            display: none !important;
        }

        .miniCartButtonSil a:after {
            content: "" !important;
            display: inline-block !important;
            width: 14px !important;
            height: 14px !important;
            background-repeat: no-repeat !important;
            background-position: center !important;
            background-size: contain !important;
            background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none"><path d="m10 17 5-4.999M10 8l3 3" stroke="%239d5248" stroke-linejoin="round"/></svg>') !important;
            scale: 1.4;
            transform: translateY(-0.5px);
        }

.miniCartDetayItem.adettanim {
    float: none !important;
    width: 100% !important;
    margin: 0 0 12px !important;
}

.adettanim1,
.adettanim2 {
    display: none !important;
}

.adettanim3 {
    float: none !important;
    display: inline-flex !important;
    align-items: center !important;
    flex-wrap: wrap !important;
    gap: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
}

    .adettanim3 label {
        width: 100% !important;
        margin: 0 0 6px !important;
        color: #121010 !important;
        font-size: 13px !important;
        font-weight: 500 !important;
        letter-spacing: 0.08em !important;
        text-transform: uppercase !important;
    }

    .adettanim3 .aMiniSepetAzalt,
    .adettanim3 .aMiniSepetArtir,
    .adettanim3 .txtMiniSepetAdet {
        float: none !important;
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        width: 36px !important;
        height: 36px !important;
        min-height: 36px !important;
        max-height: 36px !important;
        margin: 0 !important;
        padding: 0 !important;
        border: 1px solid #121010 !important;
        border-radius: 0 !important;
        background: #fff !important;
        color: #121010 !important;
        text-decoration: none !important;
        box-sizing: border-box !important;
        line-height: 1 !important;
        vertical-align: middle !important;
        flex-shrink: 0 !important;
    }



    .adettanim3 .txtMiniSepetAdet {
        border-left: none !important;
        border-right: none !important;
        -moz-appearance: textfield;
        appearance: textfield;
        text-align: center !important;
        font-size: 13px !important;
        font-weight: 500 !important;
        line-height: 35px !important;
        text-indent: 0 !important;
    }

        .adettanim3 .txtMiniSepetAdet::-webkit-outer-spin-button,
        .adettanim3 .txtMiniSepetAdet::-webkit-inner-spin-button {
            -webkit-appearance: none;
            margin: 0;
        }

    .adettanim3 .aMiniSepetAzalt i,
    .adettanim3 .aMiniSepetArtir i {
        display: none !important;
    }

    .adettanim3 .aMiniSepetAzalt:before,
    .adettanim3 .aMiniSepetArtir:before {
        content: "" !important;
        display: block !important;
        width: 24px !important;
        height: 24px !important;
        background-repeat: no-repeat !important;
        background-position: center !important;
        background-size: contain !important;
    }

    .adettanim3 .aMiniSepetAzalt:before {
        background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none"><path stroke="%23121010" d="M8 11.944h7.667"/></svg>') !important;
    }

    .adettanim3 .aMiniSepetArtir:before {
        background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none"><path stroke="%23121010" stroke-linejoin="round" d="M11.556 11.944H16M12.056 8v8M8 11.944h2.667"/></svg>') !important;
    }

.miniCartItemprice {
    float: none !important;
    width: 100% !important;
    margin: 0 !important;
    text-align: left !important;
}

    .miniCartItemprice .DiscountPrice {
        color: #999 !important;
        font-size: 12px !important;
        text-decoration: line-through !important;
    }

    .miniCartItemprice .CartPrice {
        color: #121010 !important;
        font-size: 15px !important;
        font-weight: 600 !important;
    }

.miniCartHr {
    display: none !important;
}

div#divRigthCartGiftCodeContent .miniCartGiftInput {
    padding: 0 !important;
}

    div#divRigthCartGiftCodeContent .miniCartGiftInput input {
        height: 55px !important;
        font-size: 14px;
        background: #fff !important;
    }

@media screen and (max-width: 767px) {
    .miniCartRigth {
        width: 100% !important;
    }

    .miniCartRigthHeader,
    .miniCartRigthScroll {
        padding-left: 18px !important;
        padding-right: 18px !important;
    }

    .miniCartRight {
        flex-basis: 92px !important;
        width: 92px !important;
    }
}

.yg-video-after__title {
    font-family: "Times-Now-Semi-Light", Georgia, serif !important;
}

/* Mobil: sort select sadece sagda — Filters'i kapatmasin */
@media screen and (max-width: 1041px) {
    body #divSayfalamaUst.Slct .brandlistselection {
        pointer-events: none !important;
    }

        body #divSayfalamaUst.Slct .brandlistselection .sortingContent li:has(#filterOrderSelect) {
            position: absolute !important;
            top: 54px !important;
            right: 0 !important;
            left: auto !important;
            width: 42% !important;
            max-width: 180px !important;
            height: 52px !important;
            margin: 0 !important;
            float: none !important;
            pointer-events: auto !important;
        }

    body #divSayfalamaUst .mobilFilterOpenBtn .button.mobilFilterBtn {
        position: relative;
        z-index: 8;
        pointer-events: auto !important;
    }
}

@media screen and (max-width: 1099px) {
    .svgIcon.cart-svg {
        display: flex;
        align-items: center;
    }
}

/* ==================== */
/* Mobil menü — Loro tarzı (üstten açıl / alt menü soldan) */
/* ==================== */
body.yg-mobile-menu-open {
    overflow: hidden !important;
}

#headerNew:has(.newHeaderNavigation.mobileStyle.mobileactive) .header-main,
#headerNew:has(.newHeaderNavigation.mobileStyle.mobileactive) #top-bar,
#headerNew:has(.newHeaderNavigation.mobileStyle.yg-menu-closing) .header-main,
#headerNew:has(.newHeaderNavigation.mobileStyle.yg-menu-closing) #top-bar {
    position: relative;
    z-index: 10002;
}

@media screen and (max-width: 1099px) {
    #headerNew .header-main .mobile-user-item,
    #headerNew .header-main .mobile-cart-item {
        display: none !important;
    }

    #headerNew .header-main .flex-right .nav-right {
        display: flex !important;
        align-items: center;
        justify-content: flex-end;
        gap: 6px;
    }
}

@media screen and (max-width: 1099px) {
    #headerNew .mobile-menu-item .newMenuBtnClick a,
    #headerNew .mobile-search-item .newSearcBtnClick a {
        display: flex !important;
        align-items: center;
        justify-content: center;
        width: 36px !important;
        height: 36px !important;
        font-size: 0 !important;
        color: transparent !important;
        background-repeat: no-repeat !important;
        background-position: center !important;
        background-size: 36px 36px !important;
    }

        #headerNew .mobile-menu-item .newMenuBtnClick a i,
        #headerNew .mobile-search-item .newSearcBtnClick a i {
            display: none !important;
        }

    /* menu */
    #headerNew .mobile-menu-item .newMenuBtnClick a {
        background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32" fill="none"><path d="M21 9h4M7 9h12M7 16.038h18M11 23H7M25 23H13" stroke="%23121010"/></svg>') !important;
    }

    /* close (menü açıkken / kapanırken) */
    #headerNew:has(.newHeaderNavigation.mobileStyle.mobileactive) .mobile-menu-item .newMenuBtnClick a,
    #headerNew:has(.newHeaderNavigation.mobileStyle.yg-menu-closing) .mobile-menu-item .newMenuBtnClick a {
        background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none"><path d="m8 8 8 8M8 16l3.077-3.077M12.923 11.078 16 8" stroke="%23121010" stroke-linejoin="round"/></svg>') !important;
        background-size: 36px 36px !important;
    }

    /* search */
    #headerNew .mobile-search-item .newSearcBtnClick a {
        background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32" fill="none"><path d="M21.605 15.053a6.553 6.553 0 1 1-13.105 0 6.553 6.553 0 0 1 13.105 0Z" stroke="%23121010"/><path fill="%235B5A57" stroke="%23121010" stroke-width=".5" d="m21.07 20.712 2.576 2.577-.354.353-2.576-2.577z"/></svg>') !important;
    }

    #headerNew .header-main .flex-left .mobile-search-item {
        display: none !important;
    }

    #headerNew .header-main .flex-right .mobile-search-item {
        display: block !important;
    }
}

/* Çarpı gizle — kapatma header hamburger ile */
#headerNew .header .newHeaderNavigation.mobileStyle .newHeaderNav .newMenuTop .menuCloseBtn {
    display: none !important;
}

#headerNew .header .newHeaderNavigation.mobileStyle .newHeaderNav .newMenuTop {
    float: none !important;
    width: 100% !important;
    height: 0 !important;
    min-height: 0 !important;
    overflow: hidden;
    background: #f7f5f1 !important;
    justify-content: flex-start !important;
    align-items: center;
    border: 0 !important;
    transition: height 0.25s ease;
    position: relative;
    z-index: 10003;
}

    #headerNew .header .newHeaderNavigation.mobileStyle .newHeaderNav .newMenuTop:has(.menuBackBtn.active) {
        height: 56px !important;
        min-height: 56px !important;
        overflow: visible;
        border-bottom: 1px solid #c3b0a5 !important;
    }

    #headerNew .header .newHeaderNavigation.mobileStyle .newHeaderNav .newMenuTop .menuBackBtn.active {
        display: flex !important;
        align-items: center;
        justify-content: center;
        gap: 10px;
        flex: 1;
        padding: 0 18px !important;
        color: #9d5248 !important;
        font-family: "OptimaLTStd", sans-serif !important;
        font-size: 14px !important;
        font-weight: 400 !important;
        letter-spacing: 0.04em;
        text-transform: uppercase;
        line-height: 1;
    }

        #headerNew .header .newHeaderNavigation.mobileStyle .newHeaderNav .newMenuTop .menuBackBtn.active i {
            display: none !important;
        }

        #headerNew .header .newHeaderNavigation.mobileStyle .newHeaderNav .newMenuTop .menuBackBtn.active:before {
            content: "";
            display: inline-block;
            width: 22px;
            height: 22px;
            flex-shrink: 0;
            background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none"><path d="m13.999 8-5 4.999M14 17l-3-3.001" stroke="%239d5248" stroke-linejoin="round"/></svg>');
            background-repeat: no-repeat;
            background-size: contain;
            background-position: center;
        }

/* Ana panel: yukarıdan aşağı aç / yukarı kapan (0.4s) */
#headerNew .header .newHeaderNavigation.mobileStyle .newHeaderNav {
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    top: calc(-100dvh) !important;
    bottom: auto !important;
    height: calc(100dvh - 113px) !important;
    max-height: calc(100dvh - 113px) !important;
    z-index: 10000 !important;
    background: #f7f5f1 !important;
    overflow: hidden !important;
    display: flex !important;
    flex-direction: column !important;
    visibility: hidden;
    pointer-events: none;
    transition: top 0.4s cubic-bezier(0.22, 0.61, 0.36, 1), visibility 0s linear 0.4s !important;
}

#headerNew .header .newHeaderNavigation.mobileStyle.mobileactive .newHeaderNav,
#headerNew .header .newHeaderNavigation.mobileStyle.yg-menu-closing .newHeaderNav {
    visibility: visible;
    pointer-events: auto;
    transition: top 0.4s cubic-bezier(0.22, 0.61, 0.36, 1), visibility 0s linear 0s !important;
}

#headerNew .header .newHeaderNavigation.mobileStyle.mobileactive .newHeaderNav {
    top: 113px !important;
}

#headerNew .header .newHeaderNavigation.mobileStyle.yg-menu-closing .newHeaderNav {
    top: calc(-100dvh) !important;
    pointer-events: none;
}

/* Kapanırken açık alt paneller de yukarı çıksın */
#headerNew .header .newHeaderNavigation.mobileStyle.yg-menu-closing .menu-wrap,
#headerNew .header .newHeaderNavigation.mobileStyle.yg-menu-closing .menu-list-row .kolon .nav-submenu,
#headerNew .header .newHeaderNavigation.mobileStyle.yg-menu-closing .dropDown-wrap,
#headerNew .header .newHeaderNavigation.mobileStyle.yg-menu-closing .dropDown-wrap .nav-submenu {
    top: calc(-100dvh) !important;
    transition: top 0.4s cubic-bezier(0.22, 0.61, 0.36, 1) !important;
}

#headerNew .header .newHeaderNavigation.mobileStyle .newHeaderNavUl {
    float: none !important;
    flex: 1 1 auto !important;
    height: auto !important;
    max-height: none !important;
    overflow-y: auto !important;
    overflow-x: hidden !important;
    padding: 12px 0 0 !important;
    -webkit-overflow-scrolling: touch;
}

    #headerNew .header .newHeaderNavigation.mobileStyle .newHeaderNavUl > li,
    #headerNew .header .newHeaderNavigation.mobileStyle .newHeaderNavUl.newHeaderDropDown li,
    #headerNew .header .newHeaderNavigation.mobileStyle .newHeaderNavUl li {
        border-bottom: 0 !important;
        min-height: 0 !important;
        max-height: none !important;
        background: transparent !important;
        margin: 0 !important;
    }

        #headerNew .header .newHeaderNavigation.mobileStyle .newHeaderNavUl li a,
        #headerNew .header .newHeaderNavigation.mobileStyle .newHeaderNavUl .kolon > li > a,
        #headerNew .header .newHeaderNavigation.mobileStyle .newHeaderNavUl .nav-submenu > li > a,
        #headerNew .header .newHeaderNavigation.mobileStyle .newHeaderNavUl.newHeaderDropDown li a {
            height: auto !important;
            min-height: 58px !important;
            padding: 16px 52px 16px 20px !important;
            font-family: "OptimaLTStd" !important;
            font-size: 13px !important;
            font-weight: 400 !important;
            letter-spacing: 0.01em;
            color: #121010 !important;
            line-height: 1.35 !important;
            justify-content: center !important;
            background: transparent !important;
        }

        #headerNew .header .newHeaderNavigation.mobileStyle .newHeaderNavUl > li > a:has(.downTagText) {
            color: #9d5248 !important;
        }

/* Alt menü panelleri: soldan */
#headerNew .header .newHeaderNavigation.mobileStyle .menu-wrap,
#headerNew .header .newHeaderNavigation.mobileStyle .menu-list-row .kolon .nav-submenu,
#headerNew .header .newHeaderNavigation.mobileStyle .dropDown-wrap,
#headerNew .header .newHeaderNavigation.mobileStyle .dropDown-wrap .nav-submenu {
    left: -100% !important;
    right: auto !important;
    width: 100% !important;
    top: 113px !important;
    bottom: 0 !important;
    height: calc(100dvh - 113px) !important;
    max-height: calc(100dvh - 113px) !important;
    background: #f7f5f1 !important;
    overflow-y: auto !important;
    overflow-x: hidden !important;
    z-index: 10001 !important;
    transition: left 0.4s cubic-bezier(0.22, 0.61, 0.36, 1) !important;
    padding-top: 8px !important;
    -webkit-overflow-scrolling: touch;
}

#headerNew .header .newHeaderNavigation.mobileStyle:has(.menuBackBtn.active) .menu-wrap,
#headerNew .header .newHeaderNavigation.mobileStyle:has(.menuBackBtn.active) .menu-list-row .kolon .nav-submenu,
#headerNew .header .newHeaderNavigation.mobileStyle:has(.menuBackBtn.active) .dropDown-wrap,
#headerNew .header .newHeaderNavigation.mobileStyle:has(.menuBackBtn.active) .dropDown-wrap .nav-submenu {
    top: calc(113px + 56px) !important;
    height: calc(100dvh - 113px - 56px) !important;
    max-height: calc(100dvh - 113px - 56px) !important;
}

#headerNew .header .newHeaderNavigation.mobileStyle .menu-wrap.active,
#headerNew .header .newHeaderNavigation.mobileStyle .menu-list-row .kolon .nav-submenu.active,
#headerNew .header .newHeaderNavigation.mobileStyle .dropDown-wrap.active,
#headerNew .header .newHeaderNavigation.mobileStyle .dropDown-wrap .nav-submenu.active {
    left: 0 !important;
}

/* Chevron — assets/icons.html arrow-right */
.newHeaderNavigation.mobileStyle .ulVar .nextKolonBtn:after,
.newHeaderNavigation.mobileStyle .ulVar .dropDownNextBtn:after,
#headerNew .header .newHeaderNavigation.mobileStyle .ulVar .nextSubBtn:after {
    width: 20px !important;
    height: 20px !important;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none"><path d="m10 17 5-4.999M10 8l3 3" stroke="%23121010" stroke-linejoin="round"/></svg>') !important;
}

#headerNew .header .newHeaderNavigation.mobileStyle .newHeaderNavUl > li:has(> a .downTagText) .nextKolonBtn:after {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none"><path d="m10 17 5-4.999M10 8l3 3" stroke="%239d5248" stroke-linejoin="round"/></svg>') !important;
}

.newHeaderNavigation.mobileStyle .ulVar .nextKolonBtn,
.newHeaderNavigation.mobileStyle .ulVar .dropDownNextBtn,
#headerNew .header .newHeaderNavigation.mobileStyle .ulVar .nextSubBtn {
    padding-right: 18px !important;
}

/* Menü alt linkleri (tum_sayfa.html → append) */
body > .yg-menu-bottom,
.yg-menu-bottom[hidden] {
    display: none !important;
}

#headerNew .header .newHeaderNavigation.mobileStyle .newHeaderNavUl {
    display: flex !important;
    flex-direction: column !important;
}

    #headerNew .header .newHeaderNavigation.mobileStyle .newHeaderNavUl .yg-menu-bottom {
        display: flex !important;
        align-items: center;
        justify-content: space-between;
        gap: 12px;
        width: 100%;
        margin-top: auto;
        padding: 0 10px;
        box-sizing: border-box;
        background: #f3f0eb;
        border-top: 1px solid #c3b0a5;
        list-style: none;
    }

        #headerNew .header .newHeaderNavigation.mobileStyle .newHeaderNavUl .yg-menu-bottom a {
            flex: 1;
            min-height: auto !important;
            height: auto !important;
            padding: 0 !important;
            font-family: "OptimaLTStd", sans-serif !important;
            font-size: 13px !important;
            font-weight: 400 !important;
            color: #121010 !important;
            text-align: center;
            text-decoration: none;
            line-height: 64px !important;
            justify-content: center !important;
        }

.eksecenekLine.resimlivaryasyon .right_line .size_box.selected {
    outline: 1px solid #9d5248 !important;
    outline-offset: 2px !important;
}

.eksecenekLine.kutuluvaryasyon .right_line > .size_box.selected {
    outline: 1px solid #9d5248 !important;
    outline-offset: 2px !important;
}

#divTabOzellikler .urunTabAlt {
    scrollbar-width: thin;
    scrollbar-color: #9d5248 #f1ecea;
}

    /* Chrome, Edge ve Safari */
    #divTabOzellikler .urunTabAlt::-webkit-scrollbar {
        width: 6px;
    }

    #divTabOzellikler .urunTabAlt::-webkit-scrollbar-track {
        background: #f1ecea;
        border-radius: 10px;
    }

    #divTabOzellikler .urunTabAlt::-webkit-scrollbar-thumb {
        background: #9d5248;
        border-radius: 10px;
        border: 1px solid #f1ecea;
    }

        #divTabOzellikler .urunTabAlt::-webkit-scrollbar-thumb:hover {
            background: #7f3f37;
        }

#divUrunOzellikAlani .urunTab > ul > li .urunDetayPanel {
    display: block !important;
    transition: all .6s ease .05s;
}

#divUrunOzellikAlani .urunTab > ul > li[onofftip="false"] .urunDetayPanel {
    overflow: hidden;
    max-height: 0 !important;
    padding: 0 !important;
}

#divUrunOzellikAlani .urunTab > ul > li[onofftip="true"] .urunDetayPanel {
    overflow: hidden;
    max-height: 500px !important;
}

.yg-lp__title {
    font-size: 24px;
    font-weight: 400;
    text-align: center;
    line-height: 1.2;
    margin-bottom: 32px;
    color: #9d5248;
}

#mainHolder_divDesign .encoksatanlar .JKatAdi .satir1 {
    font-size: 26px !important;
    margin-bottom: 12px !important;
    font-weight: 400;
    text-transform: capitalize;
    color: #121010;
}

.encoksatanlar .JKatAdi:after {
    content: 'Tamamlayıcı renk uyumu ve kalıbı ile stil ve duruş sergilemek isteyenler için özenle seçilen parçaları keşfet.';
    display: inline-block;
    width: 100%;
    font-size: 16px;
    color: #5b5a57;
    font-weight: 300;
    text-align: center;
    margin-top: 12px;
    max-width: 640px;
    margin: 18px auto 40px;
    text-transform: initial;
}

#sepetEkleModal .divAltButonlar a,
.miniCartBos .minicartbos-explore-button {
    background: #9d5248 !important;
    transition: 0.4s ease;
}

    #sepetEkleModal .divAltButonlar a:hover,
    .miniCartBos .minicartbos-explore-button:hover {
        background: #121010 !important;
    }

.ProductListprev:not(:has(svg)),
.ProductListnext:not(:has(svg)) {
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: 24px 24px !important;
}

.ProductListprev:not(:has(svg)) {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="22" height="22" viewBox="0 0 24 24" fill="none"><path d="m13.999 8-5 4.999M14 17l-3-3.001" stroke="%23121010" stroke-width="1.2" stroke-linejoin="round"/></svg>') !important;
}

.ProductListnext:not(:has(svg)) {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="22" height="22" viewBox="0 0 24 24" fill="none"><path d="m10 17 5-4.999M10 8l3 3" stroke="%23121010" stroke-width="1.2" stroke-linejoin="round"/></svg>') !important;
}

.footerBankLogo img {
    filter: grayscale(100%) brightness(1.2) contrast(0.6);
}

.carinoonyazi {
    color: #5b5a57;
    font-size: 1rem;
    line-height: 1.5rem;
    z-index: 11;
    position: sticky;
}




.boxBedenlerContent {
}

.boxUrunlerContent {
    float: left;
    width: 100%;
    margin-top: 4px;
    display: none !important;
}

.productDetail .boxUrunlerContent {
    display: flex !important;
    justify-content: center;
    align-items: center;
    position: relative;
    height: 16px;
    float: left;
    order: 4;
}

.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;
}

.footerTempContainer .newsletterContent::after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    margin-top: 0;
    pointer-events: none;
    background: #fff;
}

.footerTempContainer .newsletterContent #txtbxNewsletterMail,
.footerTempContainer .newsletterContent .newstext {
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
}

.footerTemp .ebultenDivTemp {
    max-width: 400px;
    margin: 0 auto;
}

.footerTempContainer .footerTempColumnDiv {
    position: relative;
    border-left: 0 !important;
    border-right: 0 !important;
}

    .footerTempContainer .footerTempColumnDiv:not(:first-child)::before {
        content: "";
        position: absolute;
        left: 0;
        top: 10%;
        bottom: 10%;
        width: 1px;
        pointer-events: none;
        background: #fff;
    }

@media (max-width: 767px) {
    .footerTempContainer .footerTempColumnDiv:not(:first-child)::before {
        display: none;
    }
}

.solAnaMenu {
    background-color: #eeeae5 !important;
}

.hesabimAnasayfaMenuler ul li a,
.tabIcerik,
.hesabimForm {
    background-color: #eeeae5 !important;
}

    .hesabimAnasayfaMenuler ul li a:hover {
        background: #9d5248 !important;
    }

        .hesabimAnasayfaMenuler ul li a:hover span,
        .hesabimAnasayfaMenuler ul li a:hover i {
            color: #fff !important;
        }

.solAnaMenu ul li a .fa {
    font-weight: 300 !important;
}

.sagIcerikTutucu .sagIcerikBolumu {
    background-color: #f7f5f1 !important
}

.hesabimForm {
    padding: 24px 16px;
}

.tabLink a.aktif {
    background: #9d5248 !important;
    border-color: #9d5248 !important;
}

@media (max-width: 1024px) {
    section[class*="t-pb-"] {
        margin: 0 0 48px 0 !important;
    }
}

@media (max-width: 576px) {
    .box-t-mb-15 {
        margin-bottom: 32px !important;
    }
}

.footer-logo img {
    min-width: 96px !important;
    max-width: 96px !important;
    width: 96px !important;
    height: auto !important;
}

.newHeaderNavigation.mobileStyle .menu-list-image {
    display: block !important;
}

    .newHeaderNavigation.mobileStyle .menu-list-image .yg-season-card__visual {
        max-width: 100% !important;
    }

    .newHeaderNavigation.mobileStyle .menu-list-image .yg-season-card__link {
        padding: 16px 0 24px !important;
    }

    .newHeaderNavigation.mobileStyle .menu-list-image .yg-season-card {
        float: left !important;
        padding-top: 10px !important;
    }

    .newHeaderNavigation.mobileStyle .menu-list-image .yg-season-card__image {
        height: auto !important;
    }
/**/

* {
    margin: 0;
    outline: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

@media (max-width:767px) {
    .hidden-xs {
        display: none !important;
    }
}

@media (min-width:768px) and (max-width:991px) {
    .hidden-sm {
        display: none !important;
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .hidden-md {
        display: none !important;
    }
}

@media (min-width:1200px) {
    .hidden-lg {
        display: none !important;
    }
}

.row {
    margin-right: -5px;
    margin-left: -5px;
    ;
}

.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 {
    position: relative;
    min-height: 1px;
    padding-right: 5px;
    padding-left: 5px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
    float: left;
}

.col-xs-12 {
    width: 100%;
}

.col-xs-11 {
    width: 91.66666667%;
}

.col-xs-10 {
    width: 83.33333333%;
}

.col-xs-9 {
    width: 75%;
}

.col-xs-8 {
    width: 66.66666667%;
}

.col-xs-7 {
    width: 58.33333333%;
}

.col-xs-6 {
    width: 50%;
}

.col-xs-5 {
    width: 41.66666667%;
}

.col-xs-4 {
    width: 33.33333333%;
}

.col-xs-3 {
    width: 25%;
}

.col-xs-2 {
    width: 16.66666667%;
}

.col-xs-1 {
    width: 8.33333333%;
}

.col-xs-pull-12 {
    right: 100%;
}

.col-xs-pull-11 {
    right: 91.66666667%;
}

.col-xs-pull-10 {
    right: 83.33333333%;
}

.col-xs-pull-9 {
    right: 75%;
}

.col-xs-pull-8 {
    right: 66.66666667%;
}

.col-xs-pull-7 {
    right: 58.33333333%;
}

.col-xs-pull-6 {
    right: 50%;
}

.col-xs-pull-5 {
    right: 41.66666667%;
}

.col-xs-pull-4 {
    right: 33.33333333%;
}

.col-xs-pull-3 {
    right: 25%;
}

.col-xs-pull-2 {
    right: 16.66666667%;
}

.col-xs-pull-1 {
    right: 8.33333333%;
}

.col-xs-pull-0 {
    right: auto;
}

.col-xs-push-12 {
    left: 100%;
}

.col-xs-push-11 {
    left: 91.66666667%;
}

.col-xs-push-10 {
    left: 83.33333333%;
}

.col-xs-push-9 {
    left: 75%;
}

.col-xs-push-8 {
    left: 66.66666667%;
}

.col-xs-push-7 {
    left: 58.33333333%;
}

.col-xs-push-6 {
    left: 50%;
}

.col-xs-push-5 {
    left: 41.66666667%;
}

.col-xs-push-4 {
    left: 33.33333333%;
}

.col-xs-push-3 {
    left: 25%;
}

.col-xs-push-2 {
    left: 16.66666667%;
}

.col-xs-push-1 {
    left: 8.33333333%;
}

.col-xs-push-0 {
    left: auto;
}

.col-xs-offset-12 {
    margin-left: 100%;
}

.col-xs-offset-11 {
    margin-left: 91.66666667%;
}

.col-xs-offset-10 {
    margin-left: 83.33333333%;
}

.col-xs-offset-9 {
    margin-left: 75%;
}

.col-xs-offset-8 {
    margin-left: 66.66666667%;
}

.col-xs-offset-7 {
    margin-left: 58.33333333%;
}

.col-xs-offset-6 {
    margin-left: 50%;
}

.col-xs-offset-5 {
    margin-left: 41.66666667%;
}

.col-xs-offset-4 {
    margin-left: 33.33333333%;
}

.col-xs-offset-3 {
    margin-left: 25%;
}

.col-xs-offset-2 {
    margin-left: 16.66666667%;
}

.col-xs-offset-1 {
    margin-left: 8.33333333%;
}

.col-xs-offset-0 {
    margin-left: 0;
}

@media (min-width:768px) {
    .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
        float: left;
    }

    .col-sm-12 {
        width: 100%;
    }

    .col-sm-11 {
        width: 91.66666667%;
    }

    .col-sm-10 {
        width: 83.33333333%;
    }

    .col-sm-9 {
        width: 75%;
    }

    .col-sm-8 {
        width: 66.66666667%;
    }

    .col-sm-7 {
        width: 58.33333333%;
    }

    .col-sm-6 {
        width: 50%;
    }

    .col-sm-5 {
        width: 41.66666667%;
    }

    .col-sm-4 {
        width: 33.33333333%;
    }

    .col-sm-3 {
        width: 25%;
    }

    .col-sm-2 {
        width: 16.66666667%;
    }

    .col-sm-1 {
        width: 8.33333333%;
    }

    .col-sm-pull-12 {
        right: 100%;
    }

    .col-sm-pull-11 {
        right: 91.66666667%;
    }

    .col-sm-pull-10 {
        right: 83.33333333%;
    }

    .col-sm-pull-9 {
        right: 75%;
    }

    .col-sm-pull-8 {
        right: 66.66666667%;
    }

    .col-sm-pull-7 {
        right: 58.33333333%;
    }

    .col-sm-pull-6 {
        right: 50%;
    }

    .col-sm-pull-5 {
        right: 41.66666667%;
    }

    .col-sm-pull-4 {
        right: 33.33333333%;
    }

    .col-sm-pull-3 {
        right: 25%;
    }

    .col-sm-pull-2 {
        right: 16.66666667%;
    }

    .col-sm-pull-1 {
        right: 8.33333333%;
    }

    .col-sm-pull-0 {
        right: auto;
    }

    .col-sm-push-12 {
        left: 100%;
    }

    .col-sm-push-11 {
        left: 91.66666667%;
    }

    .col-sm-push-10 {
        left: 83.33333333%;
    }

    .col-sm-push-9 {
        left: 75%;
    }

    .col-sm-push-8 {
        left: 66.66666667%;
    }

    .col-sm-push-7 {
        left: 58.33333333%;
    }

    .col-sm-push-6 {
        left: 50%;
    }

    .col-sm-push-5 {
        left: 41.66666667%;
    }

    .col-sm-push-4 {
        left: 33.33333333%;
    }

    .col-sm-push-3 {
        left: 25%;
    }

    .col-sm-push-2 {
        left: 16.66666667%;
    }

    .col-sm-push-1 {
        left: 8.33333333%;
    }

    .col-sm-push-0 {
        left: auto;
    }

    .col-sm-offset-12 {
        margin-left: 100%;
    }

    .col-sm-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-sm-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-sm-offset-9 {
        margin-left: 75%;
    }

    .col-sm-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-sm-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-sm-offset-6 {
        margin-left: 50%;
    }

    .col-sm-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-sm-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-sm-offset-3 {
        margin-left: 25%;
    }

    .col-sm-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-sm-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-sm-offset-0 {
        margin-left: 0;
    }
}

@media (min-width:992px) {
    .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
        float: left;
    }

    .col-md-12 {
        width: 100%;
    }

    .col-md-11 {
        width: 91.66666667%;
    }

    .col-md-10 {
        width: 83.33333333%;
    }

    .col-md-9 {
        width: 75%;
    }

    .col-md-8 {
        width: 66.66666667%;
    }

    .col-md-7 {
        width: 58.33333333%;
    }

    .col-md-6 {
        width: 50%;
    }

    .col-md-5 {
        width: 41.66666667%;
    }

    .col-md-4 {
        width: 33.33333333%;
    }

    .col-md-3 {
        width: 25%;
    }

    .col-md-2 {
        width: 16.66666667%;
    }

    .col-md-1 {
        width: 8.33333333%;
    }

    .col-md-pull-12 {
        right: 100%;
    }

    .col-md-pull-11 {
        right: 91.66666667%;
    }

    .col-md-pull-10 {
        right: 83.33333333%;
    }

    .col-md-pull-9 {
        right: 75%;
    }

    .col-md-pull-8 {
        right: 66.66666667%;
    }

    .col-md-pull-7 {
        right: 58.33333333%;
    }

    .col-md-pull-6 {
        right: 50%;
    }

    .col-md-pull-5 {
        right: 41.66666667%;
    }

    .col-md-pull-4 {
        right: 33.33333333%;
    }

    .col-md-pull-3 {
        right: 25%;
    }

    .col-md-pull-2 {
        right: 16.66666667%;
    }

    .col-md-pull-1 {
        right: 8.33333333%;
    }

    .col-md-pull-0 {
        right: auto;
    }

    .col-md-push-12 {
        left: 100%;
    }

    .col-md-push-11 {
        left: 91.66666667%;
    }

    .col-md-push-10 {
        left: 83.33333333%;
    }

    .col-md-push-9 {
        left: 75%;
    }

    .col-md-push-8 {
        left: 66.66666667%;
    }

    .col-md-push-7 {
        left: 58.33333333%;
    }

    .col-md-push-6 {
        left: 50%;
    }

    .col-md-push-5 {
        left: 41.66666667%;
    }

    .col-md-push-4 {
        left: 33.33333333%;
    }

    .col-md-push-3 {
        left: 25%;
    }

    .col-md-push-2 {
        left: 16.66666667%;
    }

    .col-md-push-1 {
        left: 8.33333333%;
    }

    .col-md-push-0 {
        left: auto;
    }

    .col-md-offset-12 {
        margin-left: 100%;
    }

    .col-md-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-md-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-md-offset-9 {
        margin-left: 75%;
    }

    .col-md-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-md-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-md-offset-6 {
        margin-left: 50%;
    }

    .col-md-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-md-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-md-offset-3 {
        margin-left: 25%;
    }

    .col-md-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-md-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-md-offset-0 {
        margin-left: 0;
    }
}

@media (min-width:1200px) {
    .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
        float: left;
    }

    .col-lg-12 {
        width: 100%;
    }

    .col-lg-11 {
        width: 91.66666667%;
    }

    .col-lg-10 {
        width: 83.33333333%;
    }

    .col-lg-9 {
        width: 75%;
    }

    .col-lg-8 {
        width: 66.66666667%;
    }

    .col-lg-7 {
        width: 58.33333333%;
    }

    .col-lg-6 {
        width: 50%;
    }

    .col-lg-5 {
        width: 41.66666667%;
    }

    .col-lg-4 {
        width: 33.33333333%;
    }

    .col-lg-3 {
        width: 25%;
    }

    .col-lg-2 {
        width: 16.66666667%;
    }

    .col-lg-1 {
        width: 8.33333333%;
    }

    .col-lg-pull-12 {
        right: 100%;
    }

    .col-lg-pull-11 {
        right: 91.66666667%;
    }

    .col-lg-pull-10 {
        right: 83.33333333%;
    }

    .col-lg-pull-9 {
        right: 75%;
    }

    .col-lg-pull-8 {
        right: 66.66666667%;
    }

    .col-lg-pull-7 {
        right: 58.33333333%;
    }

    .col-lg-pull-6 {
        right: 50%;
    }

    .col-lg-pull-5 {
        right: 41.66666667%;
    }

    .col-lg-pull-4 {
        right: 33.33333333%;
    }

    .col-lg-pull-3 {
        right: 25%;
    }

    .col-lg-pull-2 {
        right: 16.66666667%;
    }

    .col-lg-pull-1 {
        right: 8.33333333%;
    }

    .col-lg-pull-0 {
        right: auto;
    }

    .col-lg-push-12 {
        left: 100%;
    }

    .col-lg-push-11 {
        left: 91.66666667%;
    }

    .col-lg-push-10 {
        left: 83.33333333%;
    }

    .col-lg-push-9 {
        left: 75%;
    }

    .col-lg-push-8 {
        left: 66.66666667%;
    }

    .col-lg-push-7 {
        left: 58.33333333%;
    }

    .col-lg-push-6 {
        left: 50%;
    }

    .col-lg-push-5 {
        left: 41.66666667%;
    }

    .col-lg-push-4 {
        left: 33.33333333%;
    }

    .col-lg-push-3 {
        left: 25%;
    }

    .col-lg-push-2 {
        left: 16.66666667%;
    }

    .col-lg-push-1 {
        left: 8.33333333%;
    }

    .col-lg-push-0 {
        left: auto;
    }

    .col-lg-offset-12 {
        margin-left: 100%;
    }

    .col-lg-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-lg-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-lg-offset-9 {
        margin-left: 75%;
    }

    .col-lg-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-lg-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-lg-offset-6 {
        margin-left: 50%;
    }

    .col-lg-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-lg-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-lg-offset-3 {
        margin-left: 25%;
    }

    .col-lg-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-lg-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-lg-offset-0 {
        margin-left: 0;
    }
}

.img-responsive, .thumbnail > img, .thumbnail a > img, .carousel-inner > .item > img, .carousel-inner > .item > a > img {
    max-width: 100%;
    height: auto;
}


#divTicimaxCopyrightContent {
    display: none !important;
}


@media (max-width:767px) {
    .productItem .productName * {
        height: 33px !important;
    }
}
